/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */

/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */

/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */

*,
::before,
::after {
	background-repeat: no-repeat; /* 1 */
	box-sizing: inherit; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */

::before,
::after {
	text-decoration: inherit; /* 1 */
	vertical-align: inherit; /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */

html {
	box-sizing: border-box; /* 1 */
	cursor: default; /* 2 */
	-ms-text-size-adjust: 100%; /* 3 */
	-webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

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

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
	font-weight: inherit;
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
	background-color: #ffff00;
	color: #000000;
}

/**
 * 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: -.25em;
}

sup {
	top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */

::-moz-selection {
	background-color: #b3d4fc; /* 1 */
	color: #000000; /* 1 */
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc; /* 1 */
	color: #000000; /* 1 */
	text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */

/*
 * Change the alignment on media elements in all browers (opinionated).
 */

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

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
	border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg {
	fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

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

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */

/**
 * Collapse border spacing
 */

table {
	border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */

button,
input,
select,
textarea {
	background-color: transparent;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* 2 */
}

/**
 * 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;
}

/**
 * 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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */

textarea {
	overflow: auto; /* 1 */
	resize: vertical; /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
	display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */

/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */

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

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
	display: none;
}

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */

/**
 * Change the cursor on busy elements (opinionated).
 */

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

/*
 * Change the cursor on control elements (opinionated).
 */

[aria-controls] {
	cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */

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

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */

[aria-disabled] {
	cursor: default;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU1RTM0MEU5QzBCMDExRTM4MURCQTkwQzkyRUYxMzEzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU1RTM0MEVBQzBCMDExRTM4MURCQTkwQzkyRUYxMzEzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTVFMzQwRTdDMEIwMTFFMzgxREJBOTBDOTJFRjEzMTMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTVFMzQwRThDMEIwMTFFMzgxREJBOTBDOTJFRjEzMTMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6n647gAAAP5klEQVR42uxcCVRU1xl+82aGQWAQEcVAFI2gWCMqxDWYYOPCSQPxpNianLjHGJtdY2ubGI0naeBU20ZjTBQxotGKB6IhatVoIkQSRR1EQNFRBlllGZDNGRDof4f/6eP63jDMjqf3nCvOW+7yvX+//72S9vZ25v/F/CIj/0gkErMbMPcDNDU1+SkUilB4fwr0/wTUwVD7Q/Uw3l17dWtraxXUfJ1OlwntpGk0mtzJkyfXtJsxGEvmbnif9GkvAO/evfsM/JkilUrnQp+PWZMSWlpacuvr67dptdq0oKCgbLjUZgqglgLIWMrC5H1jVa/Xj4LJvd/W1lbUbqfS3NycU1lZ+U5CQkI/GCJrbHwWF1sBCKBFAMVta3dggf4rqqqqYk+fPj0UhirlOM6aAFqdhQG4MSzLvgVsutDYeyC/tDU1NWqQX5dycnLysrOzS86cOVOVmZlZT5oVeqdXr17sjBkzvEJCQvqGhYUNGTZs2OMDBgwY7enpGQD9uYn1BdRfW11d/eW0adM+hn7uwJjbnFIGwkDXAnhrjCiOCgDs159//jlt3759eSdPnqwgWGLVE/yhtpKmjI2ZsCUqQDlUxYoVKwIjIyPHjxw58pn+/fuHiYEJ4uQayMjNfn5+X5K+CJBOIQOB6iYDeL+KsVJFRcXFlJSUTyZNmjQTXgmFOgzqo1D7QlUS4kIwBNmMYjkOQPKsC1QCVm+o/aEGrFq1aoZKpfqisbGxWGw8wNbfzJw50xvbcCyAYE6sFBvorVu3VFu3bv0LPDYJ6igyQQTNHQFju1JCplQElYChwA/iO2vWrDEgDmKB6kuExgYi5HphYeFSfId1CIAAXqLQ4BoaGoqTkpI+hkcmQ30cqa03N1hrgGYCmISq+86bN29sfn5+PIz1jtBYCwoKPsIPytoNQHhHCSybKjSg3Nzcb8PDw5+Dx8YgxfVGVpPYEjgRMDkgfXbu3Pk8KK3zQmMuLS2NR8qV2hzAO3fuBAB4P9CDgOtVO3bsWA2PTEQZ5wPV1dYU1w0g3ceOHRtw9erVL4nyEJDTSfixpTYDEJ7tD+D9RHcOJkLe/PnzX0QFMYj7mo4GToC1idztk56e/idQfPX0PMrLy/d1G0RTAYTnZADefwXI/8yECROeRSXhi1QncSbwBKjR48CBA1HANaX0fIqKiuK7BaKpAAJ4KXRn169fP+Hv7/9buP0b1K5yZwaPosZeiYmJ4QCihp6XWq2OQy5irQIgaLA4uhMwAdI9PDyehtvBhC2IYevswAmAqABrIRx851v0/C5cuLCcUGqXIHYFIPiTiwXsu6zg4OAZcHsEgiftSeBRILqAR/QszPM2f45giGtCQ0MD0fQyD0BUGrcoG68IfMrn4fZIqN49jfLEKBEobh78buXPtaSk5ACKJqlZAALr7uQ3CL/1sbGxb6KN16+ng8ebu0EmAmCf0dyWlZVFTDNPUVYWAxBI+hW6sR9//HEL3BoH1R+NY+YhAdAAYlhYWO+6urrT/DkTVxA4bgRaF6YDCKybxW+orKzsHFx+Eupj6MBLLAEQPlCMKcEDOwJoMHGOHj0aBpzWyJ87cQVFWVkIQGhgBRWY1L/77rsLUe558cnZgsGTr5sEA34cQ1MSJwCQFDkoyVia+77++uto9JklRgGE33Kgvnz+yyqVKglZ9xG09RhrAIgfp7q4uPj96OhopSPcPqF449q1a310Ot1Vigp3wb0B3EKcKIBAfa/zX9Tr9bXTp08n6AcJfQFLAeSZDefz8vKetXfgQaRINRrNIlqBxsXFTX8AA7oRoL5s/ouZmZkE+TDUutLuLiqZCiA3TvCrdyQnJz9mL9tSrMydO9cdqDCH4sTPMXArFQQQHOxp/Bfgd+OcOXOIsA9ExcHYGECO6kuAAl63RzTHSGFBcb5BcUkJXB+KITJBAD+ifN3jcPmJB1C3MYBcqa+vPwUG7lO29LGNlT179viCjO7kSIDX8jf0vlihRaFO0YktW7asQF/X4wHtYwcASYEx6SoqKj7bvHnzAFuwdReFBbswnj8erVabjSE7RScAwaEeT5FraWBgYASG4+XmLqxbCiBvDeMalLk4cImdAGSKiooi6QCsu7v7KIzW3LfnJBLJFP6LN2/ePK9Wq2+T1UjimDg6iUehUMD3DEy8fft2cnp6eiiMVyaxeE2y63Lq1KkM0MDF/GsLFy4cwomVe18BHlLxUd67dy/xAYej2mYcTYGUYV8HAn7dggULvCxVMqasnYPBv4/fP3zA9WgTSrmG3KgB6ubPn/975HUXZwOQ56dmge04yxLb0ZRSU1PzJhWRuoEurauhEZB/Y/gP1NbW3vD09JxgTPs6A4CcngHBvic1NTXYHJfQlFJSUjIZOLSW32lUVFQ4idKwCMII/gsA4E3QPiTdormLNAtnKJI+ffq8GBkZmQZy+21CFSAaWWt2AHK3ALhSw782depUYg+6cB0N598Eb6AIwbsrlujjdJmiMlm/gQMHrgfr4QewHacCiHJrKZk1a9ZUAAV2AnDo0KEDiSJhUQMP4d+srKws4SX69Kji5uY2ecyYMUdgDp/v3r3bH+Zmcf7L/v37W8EeLeRf8/X1fYQPYD+KAmuQ+tqYHlgI9fn4+Lw6e/bs0zdu3FgIv12tQI1l/B+gI0h8UMaxsCfF8w1IfT06A93FxWXQkCFDtoFLeCAjI2OcJbYjcUL4v11dXQ1rxxyACip9g1MebcxDUDw8PGZOnDgxHVzCf5BAgDlKhriUneJdUqkLH0CWeritp1OfQHJlHbCzDiPqsu6+z7JsM/XbYDJxwHVSFnK5QTY+FACSGGNOTs6BWbNmvQJU+B9z50XkKkVkBvdWhp3c4d9UKpWuYtGXnlRAGebu2LFj68qVK88QhwJrvTm+Pb1/paWl5Q4fwFr+TS8vLyUC2CNBBM+qFvzVPTExMfvAKdAicCQwQpIszTLNgGV9+L/B3iTttbFIjuX8m/369fPhlhx7Gnhqtfr44sWLl06bNi0BwCMOAYmkVJI5mwseUuCj/N9VVVWkzVYZkmMBqOV7N8GG8kcA2Z4CHJheN8Dg3bZkyZKfiDcKVYvsqudvazBTjsrBlRvEv1ZaWlp2D0Ag+Xz+TW9v70EY73J6AGFiTefOndu/aNGi3ZcvX65AdiUAEhnVas7+ObrodDo/sCk7bU3Lysq6afDWSPvFxcXDqGh0WUhISCgXdXXWaExRUdHp5cuXL8B1G+Lce3c3Ym1KAQ59BsRcpyT14ODgCENMkDSyceNGBbUO0frpp5/OxgFJnA3AhoaGUtwFQLZPjMDgpps5ayYm2pAf8Puvqam5ynQkGvS9l+IFbHyW/1BaWlocI7QS70AAW1tbmy9evLg/IiKC2wUwCN1Qs1NDTKTAY/xxfP/99yQiPcrQN9dIZWXlEir3+RRcHsKIZSXZGUCyaWfdunWvQZfjmY4sCavsAjBBRPkCR9bwxzJlypTfwa3BBnHBNZKXlxdELarXzZs3L7wrOWhrAMmmxCNHjvxTJpORzDCS3OSH6zRSe6zKgZKawx8PaHsNfsT+BiXLa0QKbHyF//CJEyfWMiIpHXYAsC0/P//w7NmzSWZEKH5xL8bKi+wmAJhKLax/AZdD7kWw+FmaWq32r9SmvAtMx24jhT0BBBcsHxQbWdSfgNFy8rV7MTZI8+jCfAkE9m3ij2316tWLUOO70gAy8MVHU9q4LT4+/iWmY9+EzTMTyOYXUF5b/f39p6KQfhRFiM3yB7tQHhso7XsNP+p95Uo1IgWVfZZKtD6OckduSwALCwtPLVu27GW06YjRSvJPbJ7qJlaampr8gX60/DEeOnRoA37Y+wRF5wmXl5cvoaiwZdu2bTFICRJrAwhCuTAxMfFDnk3nizadXZItxQqYTJ9QyoOsiTz5gEgTaEQBvH+B2oiXIUaFFgy++cqVKwmhoaGR0Mxoa9h01gIQN1TWUAp1E46zTycXV6ARkhe3TCBD/22coFUyVDUazQtMx67OIKYjgVvBOGZLrBD1fUNTn1KpnIKWgOsDFCRQFCAwU6jtrGVLly4dTTdgwcAVaJZ4MA7c6SRgtkTTxHP8+PGNSH3eDwRYRABks7OznxbYmXkI7UKZFQDkdpY7zTYH9DqK6N2oTMfO+wBBr8yIIJXDy3+nQVSpVGsY3s6dh2WjDfxfIrQLPy4u7g1GYHuHKQASCnGvq6v7ic5WB9dqDmpKycMCIMzrAWJJT0+PR7dN1IzrMtH64MGDIdB4A3W0UuWuXbsiGCffXG0qgDC/1wTs0jQ0W4YyQhtsTATQsPBUUFDwjsAZCTe3b98+iXHQgRLWqqA05pKUSDpggLvwg9FoZo1GU7paT2E6djJuFABRk5yc/GRPBRHAI5tpWih3smn9+vVvo9b16XIR3sSgIvkCSjCo9wqclFYOsiKqp7Gz2IFBKSkpsRht9mO6yM7tDoAciJ4AYrJApLhRrVb/2Z4umAXVE8a7XQi8w4cP/wuDBQEY/ZFYE0AG7bbe5HgQkTOpkjZs2DCQcdIjAIBbnqC38XJLBd999x1JPJqIUXjTTzIyY9XPACJoqa+EQAS5eC03N/cPjnLNRKoLgLSKrEcZOTBoPLpq3TsGysxlUwKiJ3grH5B1WSEga2trk8+ePTuOceBeYFQUzwHVZYqts2AIjUS8B3IiqLur7uauNxsUy6ZNmyKqq6vPiqyiNYJJsBuAnmRnIFkA7nmoJ8Wi3pcuXUqG8YSjl3HvwCBz0hYsWbRnUdgOACWy1dh+N/BoDoIp9MekpCRvWykaYMfBIOfeAuDOGtlbUgGe1AaMPwZheEpudh6QFTIfJEhdXqmpqS+BIjltbL0DJlgIYH4FfvYLWVlZ/haCKdPpdMOgzUUAWgp8qNvG+iZUhwbyWNS05p3Yxp+8tY4AxbRZQo29MzMzXx0+fPhLSqUyqIu02VqY+BWouVCzwYgl+SZkx2gtUFMDy7J6aKNdLpe7gThQSqVSQr1+8DcQ+hsNf0fCM0FMF4fjXLt27Sho2UPvvffeGV7iEckDt3wfjDWOABU4IY24PwEZGRkfggy83O6AQpYigOK+jY2NfR01LFkueISOP1ojBdZqAPIGxSJVEPkSkJCQ8LJKpfoK2K3S1sCRNLdjx479OyYm5gVcoBqOwCmF1pQtll/WYmGRpEQWB+2KJoI72FxPjRo1alxwcHCku7v7YGukuGm12qu//PJL6tGjR1VgFagxta0e2ZRs19WLpbr1iKPgcW+GlAcmkZVu0dHRflFRUcHDoPj5+QWBvPN1dXXtS2SeTCZzw0x4YsvpyRmoer2+HmQjWE3VJQUFBerz58+rd+3aVaDRaJoQtEYEjH+sstEj4R0OoJlamwPTBascWV7O3D8OmcXKDa4dBX4rJom3YG3mVe6a3bZpOAJAIVuSO1ib5eVmCyW5t1NActVh+1r+J8AAu6ig4K2spqcAAAAASUVORK5CYII=) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}@charset "UTF-8";
.container, .container-fluid {
  display: block;
  margin: 0 auto;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .container, .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container, .container-fluid {
      padding-right: 25px;
      padding-left: 25px; } }
  @media (min-width: 992px) {
    .container, .container-fluid {
      padding-right: 25px;
      padding-left: 25px; } }
  @media (min-width: 1200px) {
    .container, .container-fluid {
      padding-right: 25px;
      padding-left: 25px; } }
  @media (min-width: 1400px) {
    .container, .container-fluid {
      padding-right: 25px;
      padding-left: 25px; } }
  @media (min-width: 1900px) {
    .container, .container-fluid {
      padding-right: 40px;
      padding-left: 40px; } }

.container {
  max-width: 1900px; }

.content-limiter {
  display: block;
  margin: 0 auto;
  position: relative;
  transition: max-width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 940px;
  max-width: 940px; }
  @media (min-width: 1400px) {
    .content-limiter {
      width: 1600px;
      max-width: 67vw; } }

.theme-mint {
  background: #e8f3ef;
  color: #1a1a1a; }

.theme-light-gray {
  background: #f2f2f2;
  color: #1a1a1a; }

.theme-white {
  background: #fff;
  color: #1a1a1a; }

html {
  font-family: "din-2014", serif;
  font-weight: 300;
  line-height: 1.4;
  background: #000;
  color: #fff;
  height: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px; }
  @media (min-width: 576px) {
    html {
      font-size: 18px; } }
  @media (min-width: 768px) {
    html {
      font-size: 20px; } }
  @media (min-width: 992px) {
    html {
      font-size: 20px; } }
  @media (min-width: 1200px) {
    html {
      font-size: 20px; } }
  @media (min-width: 1900px) {
    html {
      font-size: 22px; } }

body {
  min-height: 100%;
  padding: 0; }

* {
  outline: none; }

a {
  color: inherit;
  text-decoration: none;
  outline: none; }

button {
  outline: none; }

abbr[title] {
  border: none; }

fieldset {
  padding: 0;
  margin: 0;
  border: none; }
  fieldset:disabled {
    opacity: .4; }

input, textarea, select {
  font-family: inherit;
  border-radius: 0; }
  input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: inherit !important;
    color: inherit !important; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    font-family: inherit; }
  input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    font-family: inherit; }
  input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
    font-family: inherit; }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
    font-family: inherit; }

h1, h2, h3, h4, .h1, .h2, .h3, .h4, .h5 {
  font-family: "bookmania", serif;
  font-weight: 300;
  line-height: 0.95; }

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

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

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

.relative {
  position: relative; }

.weak {
  font-weight: lighter; }

.medium {
  font-weight: 500; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block, .visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block, .visible-md-block,
.visible-md-inline,
.visible-md-inline-block, .visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block, .visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block, .visible-xxl-block,
.visible-xxl-inline,
.visible-xxl-inline-block, .visible-max-block,
.visible-max-inline,
.visible-max-inline-block {
  display: none !important; }

@media (max-width: 575px) {
  .visible-xs-block {
    display: block !important; }
  .visible-xs-inline {
    display: inline !important; }
  .visible-xs-inline-block {
    display: inline-block !important; }
  .hidden-xs {
    display: none !important; } }

@media (min-width: 576px) and (max-width: 767px) {
  .visible-sm-block {
    display: block !important; }
  .visible-sm-inline {
    display: inline !important; }
  .visible-sm-inline-block {
    display: inline-block !important; }
  .hidden-sm {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md-block {
    display: block !important; }
  .visible-md-inline {
    display: inline !important; }
  .visible-md-inline-block {
    display: inline-block !important; }
  .hidden-md {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg-block {
    display: block !important; }
  .visible-lg-inline {
    display: inline !important; }
  .visible-lg-inline-block {
    display: inline-block !important; }
  .hidden-lg {
    display: none !important; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .visible-xl-block {
    display: block !important; }
  .visible-xl-inline {
    display: inline !important; }
  .visible-xl-inline-block {
    display: inline-block !important; }
  .hidden-xl {
    display: none !important; } }

@media (min-width: 1400px) and (max-width: 1899px) {
  .visible-xxl-block {
    display: block !important; }
  .visible-xxl-inline {
    display: inline !important; }
  .visible-xxl-inline-block {
    display: inline-block !important; }
  .hidden-xxl {
    display: none !important; } }

@media (min-width: 1900px) {
  .visible-max-block {
    display: block !important; }
  .visible-max-inline {
    display: inline !important; }
  .visible-max-inline-block {
    display: inline-block !important; }
  .hidden-max {
    display: none !important; } }

.icon {
  display: inline-block; }
  .icon.-logo {
    width: 139px;
    height: 27px; }
  .icon.-search {
    width: 19px;
    height: 19px; }
  .icon.-facebook {
    width: 8px;
    height: 17px; }
  .icon.-twitter {
    width: 17px;
    height: 14px; }
  .icon.-instagram {
    width: 16px;
    height: 16px; }
  .icon.-linkedin {
    width: 15px;
    height: 15px; }
  .icon.-enlarge {
    width: 17px;
    height: 17px; }

.content-list-header_container, .news-header_container {
  position: relative;
  z-index: 2; }

.landing-header_container, .content-post-header_container, .investments-header_container, .error-page_container {
  display: block;
  white-space: nowrap; }
  .landing-header_container:before, .content-post-header_container:before, .investments-header_container:before, .error-page_container:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    margin-left: -1px; }
    @media (min-width: 768px) {
      .landing-header_container:before, .content-post-header_container:before, .investments-header_container:before, .error-page_container:before {
        height: calc(100vh - 50px); } }

.landing-header_content, .investments-header_row, .error-page_content {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  white-space: normal; }

.landing-header_category, .content-list-header_category, .content-post-header_category {
  display: block;
  margin: 0 0 10px;
  transition: font-size 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: bold;
  font-size: 14px;
  line-height: 0.95;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #808080; }
  @media (min-width: 576px) {
    .landing-header_category, .content-list-header_category, .content-post-header_category {
      margin: 0 0 20px; } }
  @media (min-width: 768px) {
    .landing-header_category, .content-list-header_category, .content-post-header_category {
      margin: 0 0 40px;
      font-size: 0.7em; } }

.landing-header_title, .content-list-header_title, .content-post-header_title, .investments-header_title, .investment-post-header_title, .news-header_title, .careers-header-slide_title, .error-page_title {
  display: block;
  margin: 0 0 10px;
  transition: font-size 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "bookmania", serif;
  font-weight: 300;
  font-size: 3.125em;
  line-height: 0.95; }
  @media (min-width: 576px) {
    .landing-header_title, .content-list-header_title, .content-post-header_title, .investments-header_title, .investment-post-header_title, .news-header_title, .careers-header-slide_title, .error-page_title {
      margin: 0 0 20px; } }
  @media (min-width: 992px) {
    .landing-header_title, .content-list-header_title, .content-post-header_title, .investments-header_title, .investment-post-header_title, .news-header_title, .careers-header-slide_title, .error-page_title {
      font-size: 4.5em; } }

.landing-header_subheader, .content-list-header_subheader, .content-post-header_subheader, .investments-header_subheader, .investment-post-header_subheader, .news-post-header_subheader, .error-page_subheader {
  display: block;
  transition: font-size 0.3s cubic-bezier(0.4, 0, 0.2, 1) , line-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "bookmania", serif;
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.125;
  max-width: 530px; }
  @media (min-width: 992px) {
    .landing-header_subheader, .content-list-header_subheader, .content-post-header_subheader, .investments-header_subheader, .investment-post-header_subheader, .news-post-header_subheader, .error-page_subheader {
      font-size: 1.4em;
      line-height: 1.2; } }

.header {
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  line-height: 0;
  border-bottom: 1px solid;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-color: #333; }
  .theme-mint .header {
    background: rgba(232, 243, 239, 0.8); }
  .theme-light-gray .header {
    background: rgba(242, 242, 242, 0.8); }
  .theme-white .header {
    background: rgba(255, 255, 255, 0.8); }
  .theme-mint .header {
    color: #1a1a1a; }
  .theme-light-gray .header {
    color: #1a1a1a; }
  .theme-white .header {
    color: #1a1a1a; }
  .theme-mint .header {
    border-color: #CBCCCD; }
  .theme-light-gray .header {
    border-color: #CBCCCD; }
  .theme-white .header {
    border-color: #CBCCCD; }
  @media (min-width: 768px) {
    .header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1060;
      background: none !important;
      border-bottom: none;
      pointer-events: none; }
      .header.-faded .header_inner:before {
        opacity: 1; }
        .modal-open .header.-faded .header_inner:before, .search-open .header.-faded .header_inner:before {
          opacity: 0; } }
  .navigation-open .header, .search-open .header {
    background: #000 !important;
    border-color: #333 !important; }
    .navigation-open .header .header_logo-container, .search-open .header .header_logo-container {
      border-color: #333 !important; }
    @media (max-width: 767px) {
      .navigation-open .header, .search-open .header {
        color: #fff !important; } }
    @media (min-width: 768px) {
      .navigation-open .header, .search-open .header {
        background: none !important; } }
  @media (min-width: 768px) {
    .search-open .header, .modal-open .header {
      color: #fff !important; } }

.header_inner {
  position: relative; }
  @media (min-width: 768px) {
    .header_inner:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: -20px;
      transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      opacity: 0;
      pointer-events: none;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
      z-index: -1; }
      .theme-mint .header_inner:before {
        background: linear-gradient(to bottom, rgba(232, 243, 239, 0.9) 0%, rgba(232, 243, 239, 0) 100%); }
      .theme-light-gray .header_inner:before {
        background: linear-gradient(to bottom, rgba(242, 242, 242, 0.9) 0%, rgba(242, 242, 242, 0) 100%); }
      .theme-white .header_inner:before {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%); } }

.header_container {
  display: flex;
  justify-content: space-between;
  align-items: stretch; }
  @media (max-width: 767px) {
    .header_container {
      padding-left: 0;
      padding-right: 0; } }

@media (min-width: 768px) {
  .header_menu-button-container {
    display: none; } }

.header_menu-button {
  padding: 16px; }

.header_logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #333;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  flex: 1 0 auto;
  padding: 0 15px; }
  .theme-mint .header_logo-container {
    border-color: #CBCCCD; }
  .theme-light-gray .header_logo-container {
    border-color: #CBCCCD; }
  .theme-white .header_logo-container {
    border-color: #CBCCCD; }
  @media (min-width: 768px) {
    .header_logo-container {
      padding: 29px 20px;
      margin: 0 -20px;
      flex: none;
      border: none; } }

.header_logo {
  display: inline-block;
  pointer-events: auto; }

.header_logo-image {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  width: 105px;
  height: 20px; }
  @media (min-width: 768px) {
    .header_logo-image {
      width: 139px;
      height: 27px; } }

@media (min-width: 768px) {
  .header_search-container {
    display: none; } }

.header_search-button {
  display: inline-block;
  border: none;
  outline: none;
  background: none;
  padding: 15px;
  line-height: 1;
  opacity: .4;
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .header_search-button:hover, .header_search-button:focus {
    opacity: 1; }

.header_search-icon {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .search-open .header_search-icon {
    opacity: 0; }

.header_search-close {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 15px;
  height: 15px;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0; }
  @media (min-width: 768px) {
    .header_search-close {
      width: 18px;
      height: 18px; } }
  .header_search-close:before, .header_search-close:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: 50% 50%;
    transform: none; }
  .header_search-close:before {
    top: 0; }
  .header_search-close:after {
    bottom: 0; }
  .search-open .header_search-close {
    opacity: 1;
    color: currentColor; }
    .search-open .header_search-close:before {
      transform: translate(0, 7px) rotate(45deg) scale(1.4, 1); }
      @media (min-width: 768px) {
        .search-open .header_search-close:before {
          transform: translate(0, 8.5px) rotate(45deg) scale(1.4, 1); } }
    .search-open .header_search-close:after {
      transform: translate(0, -7px) rotate(-45deg) scale(1.4, 1); }
      @media (min-width: 768px) {
        .search-open .header_search-close:after {
          transform: translate(0, -8.5px) rotate(-45deg) scale(1.4, 1); } }

.footer {
  transform: translate3d(0, 0, 0); }

@media (min-width: 768px) {
  .footer_menu-wrapper {
    border-top: 1px solid #333; } }

@media (min-width: 768px) {
  .footer_info-wrapper {
    border-top: 1px solid #333; } }

.footer_menu-container {
  padding: 0; }

@media (min-width: 768px) {
  .footer_info {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 45px 0 0; } }

.footer_about-container {
  padding: 15px 0; }
  @media (min-width: 768px) {
    .footer_about-container {
      max-width: 700px;
      padding: 0 30px 0 0;
      display: flex;
      flex-direction: column;
      justify-content: space-between; } }

.footer_about-text {
  transition: font-size 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1.5em;
  font-family: "bookmania", serif;
  line-height: 1.25;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .footer_about-text {
      font-size: 2.14286em; } }

.footer_contacts {
  margin: 0 -15px;
  padding: 15px;
  border-top: 1px solid #333; }
  @media (min-width: 768px) {
    .footer_contacts {
      border-top: none;
      margin: 0;
      padding: 0;
      flex: 1 0 auto;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      max-width: 600px;
      transition: max-width 0.3s cubic-bezier(0.4, 0, 0.2, 1); } }
  @media (min-width: 1900px) {
    .footer_contacts {
      max-width: 300px; } }

.footer_copyright-container {
  padding: 15px 0; }
  @media (min-width: 768px) {
    .footer_copyright-container {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding-top: 0;
      padding-bottom: 35px; } }

.footer_copyright {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #4d4d4d; }

.footer_social-links {
  margin: 15px 0 50px; }
  @media (min-width: 768px) {
    .footer_social-links {
      margin: 0 0 0 60px;
      order: 2; } }

.footer-contacts {
  list-style: none;
  margin: 0;
  padding: 0; }

.footer-contacts_item {
  display: block; }
  .footer-contacts_item:first-child {
    margin-bottom: 45px; }
  .footer-contacts_item + .footer-contacts_item {
    margin-top: 30px; }

.footer-contacts_topic {
  font-weight: bold;
  font-size: 0.8125em;
  letter-spacing: .2em;
  line-height: 2;
  text-transform: uppercase;
  color: #4d4d4d; }
  @media (min-width: 768px) {
    .footer-contacts_topic {
      font-size: 1em; } }

.footer-contacts_name,
.footer-contacts__email {
  letter-spacing: .02em;
  font-weight: normal; }

.footer-contacts_name {
  display: block; }

.footer-contacts_email {
  display: inline-block; }

.footer-offices_item {
  display: block;
  font-style: normal;
  margin-bottom: 10px; }
  .footer-offices_item + .footer-offices_item {
    margin-top: 20px; }
  @media (min-width: 768px) {
    .footer-offices_item {
      display: inline-block;
      vertical-align: top;
      margin: 0 35px 35px 0; }
      .footer-offices_item + .footer-offices_item {
        margin-top: 0; } }

.footer-offices_city {
  display: block;
  font-family: "bookmania", serif;
  font-size: 1.25em;
  color: #4d4d4d; }
  @media (min-width: 768px) {
    .footer-offices_city {
      font-size: 1.42857em; } }

.footer-offices_address,
.footer-offices_tel {
  display: inline-block;
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: .05em; }
  @media (min-width: 768px) {
    .footer-offices_address,
    .footer-offices_tel {
      font-size: 1em; } }

.footer-social-links {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0; }

.footer-social-links_item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  margin-left: -5px;
  line-height: 16px; }

.footer-social-links_link {
  display: block;
  padding: 5px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  color: #4d4d4d; }
  .footer-social-links_link:hover {
    color: #fff; }

.footer-social-links_icon {
  display: inline-block;
  vertical-align: middle; }

.footer-search {
  display: block;
  position: relative; }

.footer-search_query {
  display: block;
  border: none;
  outline: none;
  padding: 15px 24px 15px 65px;
  width: 100%;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: bold;
  color: inherit; }
  .footer-search_query::-webkit-input-placeholder {
    opacity: 1;
    color: #808080; }
  .footer-search_query::-moz-placeholder {
    opacity: 1;
    color: #808080; }
  .footer-search_query:-moz-placeholder {
    opacity: 1;
    color: #808080; }
  .footer-search_query:-ms-input-placeholder {
    opacity: 1;
    color: #808080; }

.footer-search_button {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border: none;
  outline: none;
  padding: 13px 22px;
  cursor: pointer;
  opacity: .4;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .footer-search_button:hover {
    opacity: 1; }

.footer-search_icon {
  width: 24px;
  height: 23px; }

.main-menu {
  display: block; }
  @media (min-width: 768px) {
    .main-menu {
      display: flex;
      justify-content: flex-start;
      align-items: stretch;
      height: 49px; } }

.main-menu_group {
  display: block;
  position: relative;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .main-menu_group {
      display: block;
      flex: 1 1 0;
      position: relative;
      width: auto;
      min-width: 160px;
      max-width: 160px;
      white-space: nowrap;
      overflow: hidden;
      transition: flex-basis 0.3s cubic-bezier(0.4, 0, 0.2, 1) , max-width 0.3s cubic-bezier(0.4, 0, 0.2, 1) , width 0.3s cubic-bezier(0.4, 0, 0.2, 1) , min-width 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
      .main-menu_group:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 1px;
        height: 100%;
        background: #333; }
      .main-menu_group:first-child:before {
        content: none; } }
  @media (min-width: 992px) {
    .main-menu_group {
      min-width: 250px;
      max-width: 250px; } }
  @media (min-width: 768px) {
    .main-menu_group.-content {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: row-reverse; } }

@media (min-width: 768px) and (max-width: 991px) {
  .search-open .main-menu_group.-content {
    min-width: 0;
    max-width: 0; } }
  .main-menu_group.-menu-button {
    display: none;
    flex: none; }
    @media (min-width: 768px) {
      .main-menu_group.-menu-button {
        display: block;
        line-height: 0;
        min-width: 0; } }
  .main-menu_group.-search {
    display: none; }
    @media (min-width: 768px) {
      .main-menu_group.-search {
        display: block;
        min-width: 65px;
        flex-grow: 1;
        flex-shrink: 1;
        max-width: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  .search-open .main-menu_group.-search {
    flex-basis: 100%;
    max-width: 100%; } }
  @media (min-width: 768px) {
    .main-menu_group.-news, .main-menu_group.-careers {
      max-width: 0;
      min-width: 0; }
      .navigation-open .main-menu_group.-news, .navigation-open .main-menu_group.-careers {
        min-width: 160px;
        max-width: 160px; } }
  @media (min-width: 992px) {
    .navigation-open .main-menu_group.-news, .navigation-open .main-menu_group.-careers {
      min-width: 250px;
      max-width: 250px; } }

@media (min-width: 768px) and (max-width: 1399px) {
  .navigation-open .main-menu_group.-investments {
    max-width: 0;
    min-width: 0; } }

@media (min-width: 768px) {
  .main-menu.-content-active .main-menu_group.-content {
    flex-shrink: 0;
    min-width: 620px;
    max-width: 620px; } }

@media (min-width: 992px) {
  .main-menu.-content-active .main-menu_group.-content {
    min-width: 780px;
    max-width: 780px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .navigation-open .main-menu.-search-active .main-menu_group.-content, .navigation-open .main-menu.-search-active .main-menu_group.-investments {
    max-width: 0;
    min-width: 0; } }

.main-menu_item {
  display: block;
  border-bottom: 1px solid #333;
  position: relative; }
  @media (min-width: 768px) {
    .main-menu_item {
      display: inline-block;
      vertical-align: middle;
      border-bottom: none; } }
  .main-menu_item.-submenu-title {
    flex: none; }
    @media (min-width: 768px) {
      .main-menu_item.-submenu-title {
        padding-left: 32px;
        width: 160px; } }
    @media (min-width: 992px) {
      .main-menu_item.-submenu-title {
        width: 250px; } }
  .main-menu_submenu .main-menu_item {
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 768px) {
      .main-menu_submenu .main-menu_item {
        padding-left: 0;
        padding-right: 0; } }

.main-menu_link {
  display: block;
  padding: 15px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .1em;
  outline: none;
  cursor: pointer;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1) , padding 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .main-menu_link:hover, .main-menu_link:focus {
    color: #444; }
  .main-menu_link.-active {
    color: #fff; }
  @media (min-width: 768px) {
    .main-menu_link {
      padding: 15px 15px;
      letter-spacing: .2em;
      color: #808080; }
      .main-menu_link:hover, .main-menu_link:focus {
        color: #fff; } }
  @media (min-width: 992px) {
    .main-menu_link {
      padding: 15px 24px; } }
  @media (min-width: 768px) {
    .main-menu_group.-open .main-menu_link.-submenu-title {
      color: #fff; } }
  .main-menu_submenu .main-menu_link {
    font-weight: 400; }

@media (min-width: 768px) and (max-width: 991px) {
  .main-menu_submenu .main-menu_link {
    padding-left: 15px;
    padding-right: 15px; } }

.main-menu_submenu {
  display: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) , max-width 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  @media (min-width: 768px) {
    .main-menu_submenu {
      display: inline-block;
      vertical-align: middle;
      opacity: 0;
      max-width: 0;
      overflow: hidden;
      flex: none; } }
  .main-menu_group.-open .main-menu_submenu {
    display: block; }
    @media (min-width: 768px) {
      .main-menu_group.-open .main-menu_submenu {
        display: inline-block;
        opacity: 1;
        max-width: 720px;
        overflow: visible; } }

.main-menu_submenu-arrow {
  display: none;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  width: 53px;
  height: 100%;
  font-size: 0;
  background: none;
  border: none;
  outline: none;
  opacity: .4;
  cursor: pointer;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate3d(0, 0, 0); }
  .main-menu_submenu-arrow:before, .main-menu_submenu-arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -6px;
    width: 10px;
    height: 1px;
    background: currentColor;
    transform-origin: 50% 50%;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .main-menu_submenu-arrow:before {
    transform: translate3d(0, -2.5px, 0) rotate(-35deg); }
  .main-menu_submenu-arrow:after {
    transform: translate3d(0, 2.5px, 0) rotate(35deg); }
  .main-menu_submenu-arrow:hover {
    opacity: 1; }
  @media (min-width: 768px) {
    .main-menu_submenu-arrow {
      display: inline-block; }
      .main-menu.-content-active .main-menu_submenu-arrow {
        opacity: 1; }
        .main-menu.-content-active .main-menu_submenu-arrow:before {
          transform: translate3d(0, -2.5px, 0) rotate(35deg); }
        .main-menu.-content-active .main-menu_submenu-arrow:after {
          transform: translate3d(0, 2.5px, 0) rotate(-35deg); } }

.main-menu_submenu-mobile-arrow {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
  width: 53px;
  height: 53px;
  font-size: 0;
  background: none;
  border: none;
  outline: none;
  opacity: .4;
  cursor: pointer;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate3d(0, 0, 0); }
  .main-menu_submenu-mobile-arrow:hover {
    opacity: 1; }
  @media (min-width: 768px) {
    .main-menu_submenu-mobile-arrow {
      display: none; } }
  .main-menu_submenu-mobile-arrow:before, .main-menu_submenu-mobile-arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -7px;
    width: 14px;
    height: 1px;
    background: currentColor;
    transform-origin: 50% 50%;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .main-menu_submenu-mobile-arrow:before {
    transform: translate3d(-5px, 0, 0) rotate(45deg); }
  .main-menu_submenu-mobile-arrow:after {
    transform: translate3d(5px, 0, 0) rotate(-45deg); }
  .main-menu_group.-open .main-menu_submenu-mobile-arrow {
    opacity: 1; }
    .main-menu_group.-open .main-menu_submenu-mobile-arrow:before {
      transform: translate3d(-5px, 0, 0) rotate(-45deg); }
    .main-menu_group.-open .main-menu_submenu-mobile-arrow:after {
      transform: translate3d(5px, 0, 0) rotate(45deg); }

.navigation-hamburger {
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: none;
  background: none;
  user-select: none;
  padding: 17px;
  opacity: .4;
  white-space: nowrap;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1) , opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  @media (min-width: 768px) {
    .navigation-hamburger {
      padding: 24px; } }
  .navigation-hamburger:hover {
    opacity: 1; }
  .navigation-hamburger.-footer {
    padding: 15px 24px; }

.navigation-hamburger_inner {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  width: 15px;
  height: 15px;
  position: relative; }
  @media (min-width: 768px) {
    .navigation-hamburger_inner {
      width: 18px;
      height: 18px; } }
  .navigation-hamburger_inner:before, .navigation-hamburger_inner:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
    transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
    transform-origin: 50% 50%;
    transform: none; }
    @media (min-width: 768px) {
      .navigation-hamburger_inner:before, .navigation-hamburger_inner:after {
        transition-delay: .45s; } }
  .navigation-hamburger_inner:before {
    top: 0; }
  .navigation-hamburger_inner:after {
    bottom: 0; }
  .navigation-open .navigation-hamburger_inner:before {
    transform: translate(0, 7px) rotate(45deg) scale(1.4, 1); }
    @media (min-width: 768px) {
      .navigation-open .navigation-hamburger_inner:before {
        transform: translate(0, 8.5px) rotate(45deg) scale(1.4, 1); } }
  .navigation-open .navigation-hamburger_inner:after {
    transform: translate(0, -7px) rotate(-45deg) scale(1.4, 1); }
    @media (min-width: 768px) {
      .navigation-open .navigation-hamburger_inner:after {
        transform: translate(0, -8.5px) rotate(-45deg) scale(1.4, 1); } }

.navigation-hamburger_line {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  transform: translate(0, -1px) scale(1, 1); }
  @media (min-width: 768px) {
    .navigation-hamburger_line {
      transition-delay: .45s; } }
  .navigation-open .navigation-hamburger_line {
    transform: translate(0, -1px) scale(0, 1); }

.navigation-hamburger_text {
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .1em;
  outline: none;
  cursor: pointer;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1) , padding 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  @media (min-width: 768px) {
    .navigation-hamburger_text {
      padding-left: 24px;
      letter-spacing: .2em; } }

.navigation {
  display: block;
  font-size: 16px; }
  @media (min-width: 576px) {
    .navigation {
      font-size: 16px; } }
  @media (min-width: 768px) {
    .navigation {
      font-size: 14px; } }
  @media (min-width: 992px) {
    .navigation {
      font-size: 14px; } }
  @media (min-width: 1200px) {
    .navigation {
      font-size: 14px; } }

.navigation_inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1075; }
  @media (min-width: 768px) {
    .navigation_inner {
      position: relative;
      z-index: auto; } }

.navigation_menu {
  height: 0;
  overflow: hidden;
  transition: transform .4s, height .3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  transform: translate3d(0, 0, 0);
  background: rgba(0, 0, 0, 0.8);
  -webkit-backface-visibility: hidden;
  color: #fff; }
  @media (min-width: 768px) {
    .navigation_menu {
      height: auto;
      position: fixed;
      left: 0;
      right: 0;
      top: 100%;
      transform: translate3d(0, -50px, 0);
      z-index: 1060;
      background: rgba(0, 0, 0, 0.8); } }
  .navigation-open .navigation_menu {
    height: calc(100vh - 50px);
    overflow: hidden; }
    @media (min-width: 768px) {
      .navigation-open .navigation_menu {
        height: auto;
        transform: translate3d(0, -100%, 0);
        overflow: visible; } }

.content-wrapper {
  position: relative;
  width: 100%;
  padding-top: 50px; }
  @media (min-width: 768px) {
    .content-wrapper {
      transition: filter 0.7s cubic-bezier(0.4, 0, 0.2, 1);
      padding-top: 0;
      padding-bottom: 50px; } }
  @media (min-width: 768px) {
    .navigation-open .content-wrapper {
      filter: blur(30px);
      filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='30');
      pointer-events: none; } }
  .search-open .content-wrapper,
  .modal-open .content-wrapper {
    filter: blur(30px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='30'); }

.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }
  @supports (-ms-overflow-style: none) {
    .ps-container {
      overflow: auto !important; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps-container {
      overflow: auto !important; } }
  .ps-container.ps-active-x > .ps-scrollbar-x-rail,
  .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: transparent; }
  .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #999;
      width: 11px; }
  .ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    z-index: 1060;
    bottom: 0px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 15px; }
    .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      border-radius: 6px;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2 s ease-in-out;
      bottom: 2px;
      /* there must be 'bottom' for ps-scrollbar-x */
      height: 6px; }
    .ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
      height: 11px; }
  .ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    z-index: 1060;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 15px; }
    .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      border-radius: 6px;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2 s ease-in-out;
      right: 2px;
      /* there must be 'right' for ps-scrollbar-y */
      width: 6px; }
    .ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
      width: 11px; }
  .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #999;
      width: 11px; }
  .ps-container:hover > .ps-scrollbar-x-rail,
  .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6; }
  .ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
      background-color: #999; }
  .ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
      background-color: #999; }

.close {
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: none;
  user-select: none;
  padding: 17px;
  font-size: 0;
  line-height: 0;
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.4); }
  @media (min-width: 768px) {
    .close {
      padding: 25px; } }

.close_inner {
  display: block;
  margin: 0 auto;
  width: 15px;
  height: 15px;
  position: relative; }
  @media (min-width: 768px) {
    .close_inner {
      width: 18px;
      height: 18px; } }
  .close_inner:before, .close_inner:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 140%;
    height: 1px;
    background: currentColor;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: 50% 50%;
    transform: none; }
  .close_inner:before {
    transform: translate3d(-50%, 0, 0) rotate(45deg); }
  .close_inner:after {
    transform: translate3d(-50%, 0, 0) rotate(-45deg); }

.modal-open {
  overflow: hidden; }

.smooth-scroll .modal-open {
  overflow: auto; }

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 50px;
  right: 0;
  bottom: 0;
  z-index: 1040;
  color: #fff;
  overflow: hidden;
  outline: none; }
  @media (min-width: 768px) {
    .modal {
      top: 0;
      bottom: 50px; } }
  .modal.-fade .modal_container {
    opacity: 0; }
  .modal.-in {
    display: block; }
    .modal.-in .modal_container {
      transition-duration: .3s;
      opacity: 1; }
  .modal.-light {
    color: #000; }
    .modal.-light .modal_close {
      background: none; }

.modal_scroll {
  position: relative;
  height: 100%;
  overflow: hidden; }

.modal_container {
  transition: transform 0.1s cubic-bezier(0.4, 0, 0.2, 1) , opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1); }

.modal_close {
  z-index: 50; }

.modal_logo-container {
  height: 0;
  vertical-align: top; }

.modal_logo {
  display: inline-block;
  padding: 25px 20px;
  margin: 0 -20px; }

.modal_logo-image {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  width: 105px;
  height: 20px; }
  @media (min-width: 768px) {
    .modal_logo-image {
      width: 139px;
      height: 27px; } }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.modal-backdrop {
  display: block;
  position: fixed;
  left: 0;
  top: 50px;
  right: 0;
  bottom: 0;
  z-index: 1030;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.9);
  transition: background 0.1s cubic-bezier(0.4, 0, 0.2, 1) , opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1); }
  .cssfilters .modal-backdrop {
    background: rgba(0, 0, 0, 0.5); }
  .theme-mint .modal-backdrop,
  .theme-light-gray .modal-backdrop,
  .theme-white .modal-backdrop {
    background: rgba(0, 0, 0, 0.85); }
  @media (min-width: 768px) {
    .modal-backdrop {
      top: 0;
      bottom: 50px; } }
  .modal-backdrop.-fade {
    opacity: 0; }
  .modal-backdrop.-fade.-in {
    opacity: 1; }
  .modal-backdrop.-solid {
    background: #000; }
    .modal-backdrop.-solid.-light {
      background: #fff; }

.search.-loading .search_results, .search.-form .search_results {
  height: 0;
  overflow: hidden;
  opacity: 0; }

.search.-form .search_form {
  display: block; }
  @media (min-width: 768px) {
    .search.-form .search_form {
      display: none; } }

.search.-loading .search_loader {
  display: block;
  opacity: 1; }

.search_close {
  display: none; }
  @media (min-width: 768px) {
    .search_close {
      display: block; } }

.search_container {
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .search_container {
      padding-top: 85px;
      padding-bottom: 25px; } }

.search_close {
  display: none; }
  @media (min-width: 768px) {
    .search_close {
      display: block; } }

.search_filter {
  display: none; }
  @media (min-width: 768px) {
    .search_filter {
      display: block;
      position: absolute;
      left: 180px;
      right: 50px;
      top: 18px;
      text-align: center; } }

.search_form {
  display: none; }

@media (min-width: 768px) {
  .search_content {
    overflow: hidden;
    min-height: 130px; } }

.search_results {
  display: block;
  margin: 0 auto;
  max-width: 940px;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  @media (min-width: 1400px) {
    .search_results {
      width: 1600px;
      max-width: 67vw; } }

.search_loader {
  display: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .2em;
  opacity: 0;
  margin: 50px 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .search_loader:after {
    content: '';
    display: inline-block;
    width: 2em;
    text-align: left;
    animation: search-dots-animation 2s infinite linear; }

.search_error {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: .2em;
  color: #808080;
  cursor: pointer; }
  @media (min-width: 768px) {
    .search_error {
      font-size: 18px;
      margin: 0 auto;
      padding: 50px 0;
      text-align: center; } }
  .search_error:empty {
    display: none; }

@keyframes search-dots-animation {
  0% {
    content: ''; }
  25% {
    content: '.'; }
  50% {
    content: '..'; }
  75% {
    content: '...'; } }

.search-form {
  display: block; }

.search-form_query {
  display: inline-block;
  width: 100%;
  height: 60px;
  font-size: 30px;
  font-family: "bookmania", serif;
  line-height: 1;
  border: none;
  outline: none;
  padding: 0;
  border-bottom: 1px solid #808080;
  border-radius: 0;
  color: #fff; }

.search-form_button {
  display: block;
  margin: 5px 0 5px auto;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: .2em;
  border: none;
  outline: none;
  padding: 5px 0;
  cursor: pointer; }
  .search-form_button:disabled {
    color: #808080; }

.search-filter {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #808080;
  letter-spacing: .2em; }

.search-filter_title {
  display: inline-block; }

.search-filter_list {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0; }

.search-filter_item {
  display: inline-block;
  margin: 0 0 0 25px;
  cursor: pointer; }

.search-filter_input {
  display: inline-block;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden; }

.search-filter_name {
  display: block;
  cursor: pointer;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

.search-filter_input:checked + .search-filter_name, .search-filter_item:hover {
  color: #fff; }

.search-results {
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden; }

@media (min-width: 768px) {
  .search-results_page {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -30px; } }

@media (min-width: 992px) {
  .search-results_page {
    margin: 0 -50px; } }

.search-results_item {
  display: block;
  margin: 40px 0; }

@media (min-width: 768px) and (max-width: 991px) {
  .search-results_item {
    width: 50%;
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 0 30px; } }
  @media (min-width: 992px) {
    .search-results_item {
      width: 33.33333%;
      margin-top: 120px;
      margin-bottom: 120px;
      padding: 0 50px; } }

.search-results_link {
  display: block; }

.search-results_category {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #808080;
  margin: 0 0 10px; }

.search-results_title {
  display: block;
  transition: font-size 0.3s cubic-bezier(0.4, 0, 0.2, 1) , color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "bookmania", serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.2; }

.search-results_status {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: .2em;
  color: #808080;
  cursor: pointer; }
  @media (min-width: 768px) {
    .search-results_status {
      display: none; } }

.search-results_status-query {
  color: #fff; }

.landing-header {
  display: block;
  position: relative;
  margin-top: -50px; }
  @media (min-width: 768px) {
    .landing-header {
      margin-top: 0;
      margin-bottom: -50px; } }

.landing-header_bg {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.landing-header_image, .landing-carousel_teaser-image,
.landing-header_gallery-video,
.landing-header_video {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  object-fit: cover; }
  .landing-header_image.-loading, .-loading.landing-carousel_teaser-image,
  .landing-header_gallery-video.-loading,
  .landing-header_video.-loading {
    opacity: 0; }

.landing-header_image, .landing-carousel_teaser-image {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%); }

.landing-header_gallery-video,
.landing-header_video {
  width: 100%;
  height: 100%;
  object-fit: cover; }
  .landing-header_gallery-video.-fit,
  .landing-header_video.-fit {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
    z-index: -1;
    transform: translate(-50%, -50%); }

.landing-header_container {
  position: static; }
  @media (max-width: 767px) {
    .landing-header_container {
      display: flex;
      align-items: flex-end; } }
  .landing-header_container:before {
    height: calc(100vh); }
    @media (min-width: 768px) {
      .landing-header_container:before {
        height: calc(100vh); } }

.landing-header_content {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 100%;
  padding-top: 60px;
  padding-bottom: 60px; }

@media (min-width: 576px) and (max-width: 767px) {
  .landing-header_content {
    padding-top: 30px;
    padding-bottom: 30px; } }
  @media (min-width: 768px) {
    .landing-header_content {
      position: relative;
      top: 15vh;
      padding-top: 130px;
      padding-bottom: 80px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .landing-header_title {
    font-size: 1.66667em; } }

@media (min-width: 576px) and (max-width: 767px) {
  .landing-header_subheader {
    font-size: 1.11111em; } }

.content-list-header {
  display: block;
  position: relative; }

.content-list-header_container {
  padding-top: 70px;
  padding-bottom: 25px; }
  @media (min-width: 768px) {
    .content-list-header_container {
      padding-top: 180px;
      padding-bottom: 55px; } }

.content-list-header_content {
  display: block;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .content-list-header_content > * {
      animation: content-post-header-show-content-row 1s 0.2s backwards cubic-bezier(0.4, 0, 0.2, 1) 1; }
      .content-list-header_content > *:nth-child(2) {
        animation-delay: .4s; }
      .content-list-header_content > *:nth-child(3) {
        animation-delay: .6s; } }

.content-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.content-list_item {
  margin: 35px 0;
  position: relative; }
  .content-list_item:after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #333; }
  .content-list_item:hover .content-list_image, .content-list_item.-active .content-list_image {
    opacity: 1; }
    .cssfilters .content-list_item:hover .content-list_image, .cssfilters .content-list_item.-active .content-list_image {
      filter: none; }
  .content-list_item:hover .content-list_title, .content-list_item.-active .content-list_title {
    color: inherit; }
  @media (min-width: 768px) {
    .content-list_item:hover .content-list_image {
      transform: scale(1); } }

.content-list_container {
  display: block;
  cursor: pointer;
  outline: none; }
  @media (min-width: 768px) {
    .content-list_container {
      display: flex;
      width: 100%;
      justify-content: space-between;
      align-items: center;
      flex-wrap: nowrap; } }
  @media (min-width: 992px) {
    .content-list_container {
      height: 405px; } }

.content-list_info {
  display: block; }
  @media (min-width: 768px) {
    .content-list_info {
      flex: 1 1 50%;
      max-width: 500px;
      min-height: 1px; } }

.content-list_category {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #808080;
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    .content-list_category {
      margin-bottom: 35px; } }

.content-list_title {
  display: block;
  transition: font-size 0.3s cubic-bezier(0.4, 0, 0.2, 1) , color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "bookmania", serif;
  font-weight: 300;
  font-size: 1.875em;
  line-height: 0.95; }
  @media (min-width: 768px) {
    .content-list_title {
      color: #444; } }
  @media (min-width: 992px) {
    .content-list_title {
      font-size: 3em; } }

.content-list_image-container {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 20px 50px;
  max-width: 400px;
  min-height: 1px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.6, 1) , max-width 0.3s cubic-bezier(0.4, 0, 0.6, 1); }
  @media (min-width: 768px) {
    .content-list_image-container {
      width: 100%;
      height: 100%;
      flex: 1 1 50%;
      margin: 0;
      padding: 0 0 0 50px;
      max-width: 420px; } }
  @media (min-width: 992px) {
    .content-list_image-container {
      max-width: 573px; } }

.content-list_image {
  display: inline-block;
  max-height: 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .content-list_image {
      transform: scale(0.9);
      opacity: .4;
      transition: filter 0.35s cubic-bezier(0.4, 0, 0.2, 1) , transform 0.35s cubic-bezier(0.4, 0, 0.2, 1) , opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
      .cssfilters .content-list_image {
        opacity: 1;
        filter: grayscale(100%); } }

.content-scroll {
  display: none; }
  @media (min-width: 768px) {
    .content-scroll {
      position: fixed;
      top: 60px;
      bottom: 60px;
      z-index: 1059;
      right: 10px;
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: stretch; } }

.content-scroll_item {
  display: block;
  position: relative;
  text-align: right;
  margin: 0;
  padding: 0 5px;
  color: #808080;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) , margin 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .content-scroll_item:hover, .content-scroll_item.-active {
    color: #fff; }
  .content-scroll_item:hover .content-scroll_title {
    opacity: 1; }
  .content-scroll_item.-active {
    margin: 60px 0; }

.content-scroll_title {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

.content-scroll_dot {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor; }

.related-content-list {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none; }
  @media (min-width: 768px) {
    .related-content-list {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap;
      margin: 0 -40px; } }
  @media (min-width: 992px) {
    .related-content-list {
      margin: 0 -50px; } }

.related-content-list_item {
  display: block;
  margin: 40px 0; }

@media (min-width: 768px) and (max-width: 991px) {
  .related-content-list_item {
    width: 50%;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 0 40px; } }
  @media (min-width: 992px) {
    .related-content-list_item {
      width: 33.33333%;
      margin-top: 60px;
      margin-bottom: 50px;
      padding: 0 50px; } }

.related-content-list_link {
  display: block;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .related-content-list_link:hover .related-content-list_category {
    color: #fff; }
    .theme-mint .related-content-list_link:hover .related-content-list_category, .theme-light-gray .related-content-list_link:hover .related-content-list_category, .theme-white .related-content-list_link:hover .related-content-list_category {
      color: #000; }
  .related-content-list_link:hover .related-content-list_title {
    opacity: .4; }

.related-content-list_category {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #808080;
  margin: 0 0 10px;
  transition: font-size 0.3s cubic-bezier(0.4, 0, 0.2, 1) , color 0.3s cubic-bezier(0.4, 0, 0.2, 1) , opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

.related-content-list_title {
  display: block;
  transition: font-size 0.3s cubic-bezier(0.4, 0, 0.2, 1) , color 0.3s cubic-bezier(0.4, 0, 0.2, 1) , opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "bookmania", serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.2; }

.lightbox-index {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .2em;
  line-height: 1; }

.lightbox-index_index {
  display: inline-block;
  vertical-align: middle; }

.lightbox-index_line {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  width: 2.6em;
  height: 1px;
  margin: 0 10px;
  background: currentColor;
  opacity: .8;
  transform: scale3d(1, 1, 1); }

.lightbox-index_total {
  display: inline-block;
  vertical-align: middle; }

.lightbox-controls {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 230px;
  height: 65px;
  background: #1a1a1a; }
  .lightbox-controls:hover .lightbox-controls_button {
    color: #fff; }
  .lightbox-controls.-right {
    flex-direction: row-reverse; }
    .lightbox-controls.-right .lightbox-controls_button {
      border-left: none;
      border-right: 1px solid #030303; }

.lightbox-controls_index {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center; }

.lightbox-controls_button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
  width: 65px;
  height: 100%;
  cursor: pointer;
  border-left: 1px solid #030303;
  color: #4d4d4d;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .lightbox-controls_button:hover {
    color: #fff; }

.content-post {
  overflow: hidden;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .content-post.-loading {
    opacity: 0;
    transition-duration: 0s; }

.content-post_block {
  display: block;
  margin-bottom: 55px; }
  @media (min-width: 768px) {
    .content-post_block {
      margin-bottom: 150px; } }

.content-post_gallery {
  display: none; }

.content-post-header {
  display: block;
  position: relative; }
  @media (min-width: 768px) {
    .content-post-header.-animate .content-post-header_content > * {
      animation: content-post-header-show-content-row 1s 0s backwards cubic-bezier(0.4, 0, 0.2, 1) 1; }
      .content-post-header.-animate .content-post-header_content > *:nth-child(2) {
        animation-delay: .2s; }
      .content-post-header.-animate .content-post-header_content > *:nth-child(3) {
        animation-delay: .4s; }
    .content-post-header.-animate .content-post-header_hero {
      animation: content-post-header-show-hero 1.1s 0.5s backwards cubic-bezier(0.4, 0, 0.2, 1) 1; } }

.content-post-header_hero {
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 20px;
  width: 100%;
  background-position: 50% 0;
  background-size: contain;
  max-width: 970px; }
  @media (orientation: landscape) {
    .content-post-header_hero {
      background-position: 100% 50%; } }
  @media (min-width: 768px) {
    .content-post-header_hero {
      background-position: 100% 50%; } }
  @media (min-width: 1400px) {
    .content-post-header_hero {
      max-width: 70%; } }

@media (max-width: 767px) and (orientation: landscape) {
  .content-post-header_container:before {
    height: calc(100vh - 50px); } }

.content-post-header_content {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  position: relative;
  z-index: 1;
  padding: 200px 0 25px; }

@media (max-width: 767px) and (orientation: landscape) {
  .content-post-header_content {
    padding-top: 25px; } }
  @media (min-width: 768px) {
    .content-post-header_content {
      padding-top: 150px;
      padding-bottom: 150px;
      max-width: 730px;
      text-shadow: 0 0 100px #000; } }
  @media (min-width: 1200px) {
    .content-post-header_content {
      max-width: 50%; } }

.content-post-header_subheader {
  max-width: 730px; }
  @media (min-width: 1900px) {
    .content-post-header_subheader {
      max-width: 1126px; } }

@keyframes content-post-header-show-hero {
  0% {
    transform: scale3d(1.1, 1.1, 1.1);
    opacity: 0; }
  100% {
    transform: none;
    opacity: 1; } }

@keyframes content-post-header-show-content-row {
  0% {
    transform: translate3d(-120px, 0, 0);
    opacity: 0; }
  100% {
    transform: none;
    opacity: 1; } }

.content-post-credits_container {
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 1; }
  @media (min-width: 768px) {
    .content-post-credits_container {
      padding-top: 200px;
      padding-bottom: 75px;
      max-width: 1300px; } }

@media (min-width: 768px) {
  .content-post-credits_row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap; } }

.content-post-credits_column {
  display: block; }
  .content-post-credits_column + .content-post-credits_column {
    margin-top: 50px; }
  @media (min-width: 768px) {
    .content-post-credits_column {
      padding: 0 45px; }
      .content-post-credits_column + .content-post-credits_column {
        margin: 0; }
      .content-post-credits_column:nth-child(3n + 1), .content-post-credits_column:nth-child(3n + 2) {
        flex: 0 0 50%;
        max-width: 50%; }
      .content-post-credits_column:nth-child(3n + 3) {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 150px 0 0; } }
  @media (min-width: 1200px) {
    .content-post-credits_column:nth-child(3n + 1), .content-post-credits_column:nth-child(3n + 2) {
      flex: 0 0 25%;
      max-width: 25%; }
    .content-post-credits_column:nth-child(3n + 3) {
      flex: 0 0 50%;
      max-width: 50%;
      margin: 0; } }

.content-post-credits-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative; }
  @media (min-width: 768px) {
    .content-post-credits-list.-lines:before, .content-post-credits-list.-lines:after {
      content: '';
      display: block;
      width: 28px;
      height: 1px;
      background: #333;
      position: absolute;
      left: 0; }
    .content-post-credits-list.-lines:before {
      top: -75px; }
    .content-post-credits-list.-lines:after {
      bottom: -75px; } }

.content-post-credits-list_item {
  display: block; }
  .content-post-credits-list_item + .content-post-credits-list_item {
    margin-top: 55px; }

.content-post-credits-list_position {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8125em;
  letter-spacing: .2em;
  margin: 0 0 5px; }
  @media (min-width: 768px) {
    .content-post-credits-list_position {
      font-size: 0.7em; } }

.content-post-credits-list_name {
  display: block;
  font-size: 1.125em; }
  @media (min-width: 768px) {
    .content-post-credits-list_name {
      font-size: 1em; } }

.content-post-credits-list_delimiter {
  display: block;
  margin: 45px 0; }

.content-post-credits-button {
  display: block;
  width: 70px;
  height: 140px;
  overflow: hidden;
  position: absolute;
  right: -15px;
  top: 50%;
  margin: -70px 0 0 0;
  z-index: 5; }
  @media (min-width: 768px) {
    .content-post-credits-button {
      width: 106px;
      height: 212px;
      margin-top: -106px;
      right: 0; } }
  .content-post-credits-button.-desktop {
    display: none; }
    @media (min-width: 768px) {
      .content-post-credits-button.-desktop {
        display: block;
        z-index: 1041; } }
  .content-post-credits-button.-mobile {
    display: block; }
    @media (min-width: 768px) {
      .content-post-credits-button.-mobile {
        display: none; } }
  @media (min-width: 768px) {
    .content-post-credits-button.-modal {
      display: none;
      position: fixed;
      right: 0;
      top: 50%; }
      .content-post-credits-button.-modal.-show {
        display: block; } }
  .content-post-credits-button.-show .content-post-credits-button_open-text {
    display: none; }
  .content-post-credits-button.-show .content-post-credits-button_close-text {
    display: block; }
  .content-post-credits-button.-show .content-post-credits-button_plus {
    transform: rotate(0); }

.content-post-credits-button_button {
  border: 1px solid #333;
  border-right: none;
  border-bottom: none;
  background: #000;
  position: absolute;
  transform: rotate(-45deg);
  color: #333;
  cursor: pointer;
  outline: none;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100px;
  height: 100px;
  left: 20px;
  top: 20px; }
  @media (min-width: 768px) {
    .content-post-credits-button_button {
      width: 150px;
      height: 150px;
      left: 30px;
      top: 30px; } }
  .content-post-credits-button_button:hover {
    color: #fff; }

.content-post-credits-button_plus {
  display: block;
  position: absolute;
  left: 8px;
  top: 10px;
  width: 9px;
  height: 9px;
  transform: rotate(-45deg);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .content-post-credits-button_plus:before, .content-post-credits-button_plus:after {
    content: '';
    display: block;
    background: #fff;
    position: absolute; }
  .content-post-credits-button_plus:before {
    width: 100%;
    height: 1px;
    top: 4px;
    left: 0; }
  .content-post-credits-button_plus:after {
    width: 1px;
    height: 100%;
    top: 0;
    left: 4px; }

.content-post-credits-button_open-text,
.content-post-credits-button_close-text {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.25;
  font-weight: bold;
  letter-spacing: .2em;
  text-align: center;
  position: absolute;
  left: 4px;
  top: 21px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg); }
  @media (min-width: 768px) {
    .content-post-credits-button_open-text,
    .content-post-credits-button_close-text {
      font-size: 14px;
      left: 14px;
      top: 38px; } }

.content-post-credits-button_close-text {
  display: none; }

.content-post-video {
  position: relative;
  margin: 50px 0 30px; }
  @media (min-width: 768px) {
    .content-post-video {
      margin-top: 75px;
      margin-bottom: 75px;
      opacity: 0;
      transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
      .content-post-video.-animate {
        opacity: 1; }
        .content-post-video.-animate .post-video_wrapper {
          animation: content-post-video-show-wrapper 1s 0s backwards cubic-bezier(0.4, 0, 0.2, 1) 1; } }

.content-post-video_container {
  position: relative;
  padding-bottom: 60px; }
  @media (min-width: 576px) {
    .content-post-video_container {
      padding-bottom: 0; } }

.content-post-video_wrapper {
  max-width: 940px; }
  @media (min-width: 1400px) {
    .content-post-video_wrapper {
      width: 1600px;
      max-width: 67vw; } }

.content-post-video_line-container {
  pointer-events: none;
  display: none; }
  @media (min-width: 768px) {
    .content-post-video_line-container {
      display: block;
      position: absolute;
      left: 50%;
      top: -120px;
      bottom: -120px;
      width: 100%;
      transform: translate(-50%, 0);
      max-width: 1020px;
      z-index: 3; } }
  @media (min-width: 768px) and (min-width: 1400px) {
    .content-post-video_line-container {
      width: 1680px;
      max-width: 73vw; } }

.content-post-video_line {
  display: block;
  position: absolute;
  top: 0;
  left: 15%;
  bottom: 0;
  width: 1px;
  background: #333; }

.content-post-video_play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34px;
  height: 43px;
  z-index: 3;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  @media (min-width: 576px) {
    .content-post-video_play-icon {
      width: 68px;
      height: 86px; } }
  .content-post-video_play-icon:hover path {
    fill: currentColor; }

.content-post-video_duration {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  white-space: nowrap;
  margin: 15px 0 0;
  font-size: 32px;
  font-family: "bookmania", serif;
  transition: font-size 0.3s cubic-bezier(0.4, 0, 0.2, 1) , right 0.3s cubic-bezier(0.4, 0, 0.2, 1) , opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 3; }
  @media (min-width: 576px) {
    .content-post-video_duration {
      top: 50%;
      right: -15px;
      left: auto;
      transform: translate(0, -50%);
      margin: 10px 0 0 60px;
      font-size: 50px;
      text-align: left; } }
  @media (min-width: 768px) {
    .content-post-video_duration {
      font-size: 70px;
      right: -25px; } }
  @media (min-width: 992px) {
    .content-post-video_duration {
      font-size: 80px;
      right: -25px; } }
  @media (min-width: 1200px) {
    .content-post-video_duration {
      font-size: 100px;
      right: -60px; } }

@keyframes content-post-video-show-wrapper {
  0% {
    opacity: 0;
    transform: translate3d(0, 150px, 0); }
  100% {
    opacity: 1; } }

.content-post-text {
  position: relative;
  margin: 0 auto;
  max-width: 1900px; }
  @media (min-width: 768px) {
    .content-post-text {
      opacity: 0;
      transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
      .content-post-text.-animate {
        opacity: 1; }
        .content-post-text.-animate .content-post-text_container {
          animation: content-post-text-show-container 0.8s 0s backwards cubic-bezier(0.4, 0, 0.2, 1) 1; }
        .content-post-text.-animate .content-post-text_bg {
          animation: content-post-text-show-bg 0.8s 0.2s backwards cubic-bezier(0.4, 0, 0.2, 1) 1; } }

.content-post-text_container {
  padding-top: 55px;
  padding-bottom: 55px; }
  @media (min-width: 992px) {
    .content-post-text_container {
      padding-top: 90px;
      padding-bottom: 90px; } }

.content-post-text_bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #1a1a1a; }

.content-post-text_text {
  display: block;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.3;
  max-width: 740px;
  max-width: 740px; }
  @media (min-width: 1400px) {
    .content-post-text_text {
      width: 1100px;
      max-width: 53vw; } }
  .content-post-text_text p {
    margin: .8em 0 0; }
    .content-post-text_text p:first-child {
      margin: 0; }
  .content-post-text_text a {
    color: inherit;
    border-bottom: 1px solid currentColor;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
    .content-post-text_text a:hover {
      opacity: .4; }
  .content-post-text_text:first-letter {
    font-family: "bookmania", serif;
    font-size: 70px;
    line-height: 90px;
    vertical-align: top;
    float: left;
    margin-right: 10px;
    margin-bottom: -40px; }
  @media (min-width: 768px) {
    .content-post-text_text {
      font-size: 20px;
      line-height: 1.55; }
      .content-post-text_text:first-letter {
        margin-top: 2px;
        margin-bottom: -37px; } }

@keyframes content-post-text-show-container {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes content-post-text-show-bg {
  0% {
    opacity: 0;
    transform: scale3d(1, 0, 1); }
  100% {
    opacity: 1;
    transform: none; } }

.content-post-quote {
  margin-top: 150px; }
  @media (min-width: 768px) {
    .content-post-quote {
      margin-top: 230px;
      opacity: 0;
      transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
      .content-post-quote.-animate {
        opacity: 1; }
        .content-post-quote.-animate .content-post-quote_text, .content-post-quote.-animate .content-post-quote_bg {
          animation: content-post-quote-show-text 0.8s 0s backwards cubic-bezier(0.4, 0, 0.2, 1) 1; }
        .content-post-quote.-animate .content-post-quote_frame {
          animation: content-post-quote-show-frame 0.8s 0.2s backwards cubic-bezier(0.4, 0, 0.2, 1) 1; } }

.content-post-quote_container {
  text-align: center; }

.content-post-quote_quote {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  padding-top: 30px;
  padding-bottom: 15px; }

.content-post-quote_frame {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  .content-post-quote_frame:before, .content-post-quote_frame:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    border: 1px solid #4d4d4d;
    width: 40px; }
  .content-post-quote_frame:before {
    left: 0;
    border-right: none; }
  .content-post-quote_frame:after {
    right: 0;
    border-left: none; }
  @media (min-width: 768px) {
    .content-post-quote_frame {
      padding-top: 90px;
      padding-bottom: 60px; }
      .content-post-quote_frame:before, .content-post-quote_frame:after {
        width: 135px; }
      .content-post-quote_frame:before {
        left: 12px; }
      .content-post-quote_frame:after {
        right: 12px; } }

.content-post-quote_bg {
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
  bottom: 20px;
  max-height: 477px;
  background-position: 50% 0;
  background-size: contain; }
  @media (min-width: 768px) {
    .content-post-quote_bg {
      top: -130px; } }

.content-post-quote_text {
  display: inline-block;
  position: relative;
  max-width: 1132px;
  z-index: 2;
  font-family: "bookmania", serif;
  font-size: 3.125em;
  line-height: .95;
  transition: font-size 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  @media (min-width: 768px) {
    .content-post-quote_text {
      padding-top: 90px;
      padding-bottom: 70px;
      line-height: 1;
      font-size: 4em; } }
  @media (min-width: 992px) {
    .content-post-quote_text {
      font-size: 5em; } }

@keyframes content-post-quote-show-text {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes content-post-quote-show-frame {
  0% {
    opacity: 0;
    transform: scale3d(0, 1, 1); }
  100% {
    opacity: 1;
    transform: none; } }

.content-post-block {
  display: block;
  position: relative; }
  .content-post-block.-left .content-post-block_image-wrapper:after,
  .content-post-block.-left .content-post-block_image-bg:after {
    background: linear-gradient(to right, black 0, rgba(0, 0, 0, 0) 100%); }
  .content-post-block.-right .content-post-block_image-wrapper:after,
  .content-post-block.-right .content-post-block_image-bg:after {
    background: linear-gradient(to left, black 0, rgba(0, 0, 0, 0) 100%); }
  .content-post-block:hover .lightbox-controls_button {
    color: #fff; }
  .content-post-block:hover .content-post-credits-button_button {
    color: #fff; }
  @media (max-width: 767px) {
    .content-post-block:hover .content-post-block_image-wrapper:after {
      opacity: 0; } }
  @media (min-width: 768px) {
    .content-post-block.-credits {
      opacity: 0;
      transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
      .content-post-block.-credits.-animate {
        opacity: 1; }
        .content-post-block.-credits.-animate .content-post-block_credits {
          animation: content-post-block-credits-show-credits 1s 0.1s backwards cubic-bezier(0.4, 0, 0.2, 1) 1; }
        .content-post-block.-credits.-animate .content-post-credits-button.-desktop {
          animation: content-post-block-credits-show-button 0.5s 0.5s backwards cubic-bezier(0.4, 0, 0.2, 1) 1; } }
  @media (min-width: 768px) {
    .content-post-block.-full-width-image .content-post-block_container {
      padding: 0; } }
  .content-post-block.-full-width-image .content-post-block_image-container {
    padding: 0; }
  .content-post-block.-full-width-image .content-post-block_image-wrapper {
    overflow: hidden; }
  .content-post-block.-full-width-image .content-post-block_controls {
    left: 0;
    top: 0; }
  @media (min-width: 768px) {
    .content-post-block.-small-layered, .content-post-block.-credits {
      margin: 150px 0; } }
  @media (min-width: 768px) {
    .content-post-block.-small-layered .content-post-block_container, .content-post-block.-credits .content-post-block_container {
      padding: 0; } }
  @media (min-width: 768px) {
    .content-post-block.-small-layered .content-post-block_row, .content-post-block.-credits .content-post-block_row {
      display: flex;
      justify-content: flex-start;
      align-items: stretch;
      margin: 0 auto;
      max-width: 1020px; } }
  @media (min-width: 768px) and (min-width: 1400px) {
    .content-post-block.-small-layered .content-post-block_row, .content-post-block.-credits .content-post-block_row {
      width: 1680px;
      max-width: 73vw; } }
  @media (min-width: 768px) {
    .content-post-block.-small-layered .content-post-block_main, .content-post-block.-credits .content-post-block_main {
      flex: 0 0 55%;
      max-width: 55%;
      min-height: 1px; } }
  .content-post-block.-small-layered .content-post-block_line-container, .content-post-block.-credits .content-post-block_line-container {
    left: 50%;
    top: -30px;
    bottom: -150px;
    width: 100%;
    transform: translate(-50%, 0);
    max-width: 1020px; }
    @media (min-width: 1400px) {
      .content-post-block.-small-layered .content-post-block_line-container, .content-post-block.-credits .content-post-block_line-container {
        width: 1680px;
        max-width: 73vw; } }
  .content-post-block.-small-layered .content-post-block_line, .content-post-block.-credits .content-post-block_line {
    left: 15%; }
  .content-post-block.-small-layered .content-post-block_image-container, .content-post-block.-credits .content-post-block_image-container {
    padding: 30px 0; }
    @media (min-width: 768px) {
      .content-post-block.-small-layered .content-post-block_image-container, .content-post-block.-credits .content-post-block_image-container {
        padding: 40px 95px 0 0; } }
  @media (min-width: 768px) {
    .content-post-block.-small-layered .content-post-block_image-wrapper, .content-post-block.-credits .content-post-block_image-wrapper {
      position: relative; } }
  @media (min-width: 768px) {
    .content-post-block.-small-layered .content-post-block_content, .content-post-block.-credits .content-post-block_content {
      padding: 25px 0 25px 25px;
      margin-left: 27.27273%; } }
  @media (min-width: 768px) {
    .content-post-block.-small-layered .content-post-block_controls, .content-post-block.-credits .content-post-block_controls {
      bottom: 0;
      left: 27.27273%;
      margin-left: -64px; } }
  .content-post-block.-small-layered .content-post-block_line-container {
    top: -80px;
    bottom: -10px; }
  .content-post-block.-small-layered .content-post-block_line {
    left: auto;
    right: 40%; }
  @media (min-width: 768px) {
    .content-post-block.-large-layered .content-post-block_container {
      padding: 0; } }
  .content-post-block.-large-layered .content-post-block_image-container {
    padding: 30px 0; }
    @media (min-width: 768px) {
      .content-post-block.-large-layered .content-post-block_image-container {
        padding: 65px 95px; } }
  @media (min-width: 768px) {
    .content-post-block.-large-layered .content-post-block_image-wrapper {
      display: block;
      margin: 0 auto;
      position: relative;
      transition: max-width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      max-width: 940px; } }
  @media (min-width: 768px) and (min-width: 1400px) {
    .content-post-block.-large-layered .content-post-block_image-wrapper {
      width: 1600px;
      max-width: 67vw; } }
  @media (min-width: 768px) {
      .content-post-block.-large-layered .content-post-block_image-wrapper:after {
        content: '';
        opacity: 0.7; } }
  @media (min-width: 768px) {
    .content-post-block.-large-layered .content-post-block_content-wrapper {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 5;
      pointer-events: none;
      transform: translate(-50%, -50%);
      width: 100%;
      transition: max-width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      max-width: 1170px; } }
  @media (min-width: 768px) and (min-width: 1400px) {
    .content-post-block.-large-layered .content-post-block_content-wrapper {
      width: 1830px;
      max-width: 84vw; } }
  @media (min-width: 768px) {
    .content-post-block.-large-layered .content-post-block_content {
      z-index: 5;
      max-width: 470px;
      padding: 0 25px; } }
  .content-post-block.-large-layered .content-post-block_text {
    font-family: "bookmania", serif;
    font-size: 1.5em;
    line-height: 1.2; }
  @media (min-width: 768px) {
    .content-post-block.-large-layered .content-post-block_controls {
      top: 75px;
      left: auto;
      right: -64px; } }
  @media (min-width: 768px) {
    .content-post-block.-large-layered.-right .content-post-block_content {
      margin: 0 0 0 auto; } }
  @media (min-width: 768px) {
    .content-post-block.-large-layered.-right .content-post-block_controls {
      top: 64px;
      left: -64px; } }
  @media (min-width: 768px) {
    .content-post-block.-medium-layered .content-post-block_container {
      padding: 0; } }
  @media (min-width: 768px) {
    .content-post-block.-medium-layered .content-post-block_main {
      display: block;
      margin: 0 auto;
      max-width: 940px; } }
  @media (min-width: 768px) and (min-width: 1400px) {
    .content-post-block.-medium-layered .content-post-block_main {
      width: 1600px;
      max-width: 67vw; } }
  .content-post-block.-medium-layered .content-post-block_image-container {
    padding: 30px 0; }
    @media (min-width: 768px) {
      .content-post-block.-medium-layered .content-post-block_image-container {
        padding: 55px 0; } }
  @media (min-width: 768px) {
    .content-post-block.-medium-layered .content-post-block_image-wrapper {
      max-width: 65%;
      margin: 0 0 0 auto; }
      .content-post-block.-medium-layered .content-post-block_image-wrapper:after {
        content: '';
        opacity: 0.8;
        right: 50%; } }
  @media (min-width: 768px) {
    .content-post-block.-medium-layered .content-post-block_image-bg {
      width: 100%;
      max-width: 80%;
      left: 0;
      right: auto; } }
  @media (min-width: 768px) {
    .content-post-block.-medium-layered .content-post-block_controls {
      bottom: 0;
      left: 23.07692%; } }
  @media (min-width: 768px) {
    .content-post-block.-medium-layered .content-post-block_content-wrapper {
      position: absolute;
      right: 50%;
      width: 50%;
      top: 0;
      bottom: 0;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding: 25px 40px; } }
  @media (min-width: 768px) {
    .content-post-block.-medium-layered .content-post-block_content {
      max-width: 460px; } }
  @media (min-width: 768px) {
    .content-post-block.-medium-layered .content-post-block_text {
      font-weight: 300; } }
  .content-post-block.-medium-layered .content-post-block_line-container {
    left: 50%;
    top: -40px;
    bottom: -40px; }
  @media (min-width: 768px) {
    .content-post-block.-medium-layered.-right .content-post-block_content-wrapper {
      left: 50%;
      right: 0; } }
  @media (min-width: 768px) {
    .content-post-block.-medium-layered.-right .content-post-block_image-bg {
      left: auto;
      right: 0; } }
  @media (min-width: 768px) {
    .content-post-block.-medium-layered.-right .content-post-block_image-wrapper {
      margin: 0 auto 0 0; }
      .content-post-block.-medium-layered.-right .content-post-block_image-wrapper:after {
        right: 0;
        left: 50%; } }
  @media (min-width: 768px) {
    .content-post-block.-medium-layered.-right .content-post-block_controls {
      bottom: 0;
      right: 23.07692%;
      left: auto; } }

.content-post-block_line-container {
  pointer-events: none;
  display: none; }
  @media (min-width: 768px) {
    .content-post-block_line-container {
      position: absolute;
      display: block;
      z-index: 6; } }

.content-post-block_line {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #333; }

.content-post-block_main {
  position: relative; }

.content-post-block_image-container {
  position: relative;
  margin: 0 -15px; }
  @media (min-width: 576px) {
    .content-post-block_image-container {
      margin: 0 -15px; } }
  @media (min-width: 768px) {
    .content-post-block_image-container {
      margin: 0; } }

.content-post-block_image-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  opacity: .4;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

.content-post-block_image-wrapper:after,
.content-post-block_image-bg:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  bottom: -1px;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
  background: linear-gradient(to right, black 0, rgba(0, 0, 0, 0) 100%);
  z-index: 2; }

.content-post-block_image-wrapper {
  position: relative; }
  .content-post-block_image-wrapper:after {
    content: none; }

.content-post-block_image {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  cursor: pointer; }
  @media (min-width: 768px) {
    .content-post-block_image {
      cursor: default; } }

.content-post-block_content {
  z-index: 5; }

.content-post-block_content {
  margin: 30px 0; }
  @media (min-width: 768px) {
    .content-post-block_content {
      margin: 0; } }

.content-post-block_title {
  display: block;
  font-family: "bookmania", serif;
  font-size: 1.5em;
  line-height: 1.25; }
  @media (min-width: 768px) {
    .content-post-block_title {
      font-size: 1.5em;
      margin: 0 0 10px; } }

.content-post-block_text {
  display: block;
  font-size: 1.125em;
  font-weight: normal;
  line-height: 1.33; }
  @media (min-width: 768px) {
    .content-post-block_text {
      font-size: 1em; } }
  .content-post-block_text p {
    margin: .8em 0 0; }
    .content-post-block_text p:first-child {
      margin: 0; }
  .content-post-block_text a {
    color: inherit;
    text-decoration: underline;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
    .content-post-block_text a:hover {
      color: #333; }

.content-post-block_controls {
  display: none; }
  @media (min-width: 768px) {
    .content-post-block_controls {
      display: block;
      position: absolute;
      z-index: 4; } }

.content-post-block_quote {
  position: relative;
  margin: 55px 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (min-width: 768px) {
    .content-post-block_quote {
      order: -1;
      margin: 0;
      padding: 0 75px 0 0;
      flex: 0 0 45%;
      max-width: 45%;
      min-height: 1px;
      text-align: center; } }

.content-post-block_quote-inner {
  display: block; }

.content-post-block_quote-text {
  display: inline-block;
  font-size: 1.875em;
  font-family: "bookmania", serif;
  text-align: center;
  max-width: 400px;
  position: relative;
  margin: 50px 0; }
  .content-post-block_quote-text:before, .content-post-block_quote-text:after {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    font-size: 80px;
    line-height: 1;
    color: #ccc; }
  .content-post-block_quote-text:before {
    content: '\201C';
    top: -50px; }
  .content-post-block_quote-text:after {
    content: '\201D';
    bottom: -110px; }

.content-post-block_credits {
  position: relative;
  margin: 55px 0; }
  @media (min-width: 768px) {
    .content-post-block_credits {
      margin: 0;
      padding: 0 50px;
      order: 2;
      flex: 0 0 45%;
      max-width: 45%;
      min-height: 1px;
      display: flex;
      justify-content: center;
      align-items: stretch; } }
  @media (min-width: 992px) {
    .content-post-block_credits {
      padding: 0 0 0 125px; } }

@keyframes content-post-block-credits-show-main {
  0% {
    opacity: 0;
    transform: translate3d(-100px, 0, 0); }
  100% {
    opacity: 1; } }

@keyframes content-post-block-credits-show-credits {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0, 0); }
  100% {
    opacity: 1; } }

@keyframes content-post-block-credits-show-button {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1; } }

.next-post {
  text-align: right; }
  .next-post.-content-post {
    margin: 90px 0 55px; }
    @media (min-width: 768px) {
      .next-post.-content-post {
        margin: 140px 0 110px; } }
    .next-post.-content-post .next-post_container {
      max-width: 1180px; }
      @media (min-width: 1400px) {
        .next-post.-content-post .next-post_container {
          width: 1770px;
          max-width: 84vw; } }
  .next-post.-investment-post {
    margin: 90px auto 0; }
    @media (min-width: 768px) {
      .next-post.-investment-post {
        margin: 120px auto 0; } }
    .next-post.-investment-post .next-post_container {
      max-width: 1180px; }
      @media (min-width: 1400px) {
        .next-post.-investment-post .next-post_container {
          width: 1650px;
          max-width: 84vw; } }
  .next-post.-news-post {
    margin: 45px auto; }
    @media (min-width: 1200px) {
      .next-post.-news-post {
        margin-top: -200px;
        margin-bottom: 45px; } }
    .next-post.-news-post .next-post_container {
      max-width: 1100px; }
      @media (min-width: 1400px) {
        .next-post.-news-post .next-post_container {
          width: 1650px;
          max-width: 79vw; } }
    @media (min-width: 768px) {
      .next-post.-news-post .next-post_link {
        right: 15%;
        transform: translate(50%, 0); } }

.next-post_link {
  display: inline-block;
  position: relative;
  font-family: "bookmania", serif;
  font-size: 3.125em;
  transition: font-size 0.3s cubic-bezier(0.4, 0, 0.2, 1) , color 0.3s cubic-bezier(0.4, 0, 0.2, 1) , opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .next-post_link:hover, .next-post_link:focus {
    opacity: .4; }
  @media (min-width: 768px) {
    .next-post_link {
      font-size: 5em; } }

.related-posts {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-width: 1900px; }
  .related-posts.-news-post .related-posts_header {
    background: #e6e6e6;
    color: #808080;
    padding-top: 20px;
    padding-bottom: 20px; }
  .related-posts.-news-post .related-posts_body {
    background: #f2f2f2;
    padding-bottom: 20px;
    padding-top: 20px; }
    @media (min-width: 768px) {
      .related-posts.-news-post .related-posts_body {
        padding-bottom: 40px;
        padding-top: 40px; } }
  .related-posts.-news-post .related-posts_container {
    max-width: 1100px; }
    @media (min-width: 1400px) {
      .related-posts.-news-post .related-posts_container {
        width: 1650px;
        max-width: 79vw; } }

.related-posts_bg {
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  bottom: 0;
  background-position: 50% 0;
  background-size: cover;
  filter: blur(20px); }

.related-posts_container {
  max-width: 990px; }
  @media (min-width: 1400px) {
    .related-posts_container {
      width: 1650px;
      max-width: 71vw; } }

.related-posts_header {
  padding-top: 35px;
  padding-bottom: 35px; }

.related-posts_title {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .2em;
  font-size: 0.8125em; }
  @media (min-width: 768px) {
    .related-posts_title {
      font-size: 0.7em; } }

.related-posts_body {
  padding-bottom: 45px;
  overflow: hidden; }

.post-image {
  margin: 50px -15px 30px;
  padding: 0;
  position: relative; }
  @media (min-width: 576px) {
    .post-image {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 768px) {
    .post-image {
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 992px) {
    .post-image {
      margin-left: 0;
      margin-right: 50px;
      margin-bottom: 50px; } }

.post-image_image {
  width: 100%; }

.post-image_caption {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
  color: #ccc;
  text-transform: uppercase;
  font-size: 0.8125em;
  font-weight: bold;
  letter-spacing: .2em;
  min-height: 100px;
  padding: 15px;
  margin: -30px 15px 0; }
  @media (min-width: 992px) {
    .post-image_caption {
      position: absolute;
      right: -100px;
      bottom: 50px;
      width: 360px;
      min-height: 120px;
      font-size: 0.7em;
      margin: 0; } }
  .theme-mint .post-image_caption {
    background: #e8f3ef;
    color: #7ebea7; }
  .theme-light-gray .post-image_caption, .theme-white .post-image_caption {
    background: #f2f2f2;
    color: #808080; }

.post-video {
  margin: 50px 0 30px; }
  .post-video.-playing .post-video_duration {
    opacity: 0; }
  .post-video.-playing .post-video_play-icon {
    opacity: 0; }
  .post-video.-playing .post-video_thumbnail {
    opacity: 0; }
  .post-video.-playing .post-video_player {
    opacity: 1;
    z-index: 10; }

.post-video_wrapper {
  display: block;
  margin: 0 auto;
  position: relative;
  cursor: pointer; }
  .post-video_wrapper.-r16to9:before {
    padding-top: 56.25%; }
  .post-video_wrapper.-r21to9:before {
    padding-top: 42.85714%; }
  .post-video_wrapper:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-top: 42.85714%; }

.post-video_player {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0; }
  .post-video_player iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.post-video_thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: center no-repeat;
  background-size: cover;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

.post-video_play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34px;
  height: 43px;
  z-index: 3;
  margin: -22px 0 0 -17px;
  color: #fff;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  @media (min-width: 576px) {
    .post-video_play-icon {
      width: 68px;
      height: 86px;
      margin: -43px 0 0 -34px; } }
  .post-video_play-icon:hover path {
    fill: currentColor; }

.post-text {
  font-size: 1.125em;
  line-height: 1.5;
  transition: font-size 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  @media (min-width: 768px) {
    .post-text {
      font-size: 1em; } }
  .post-text h2 {
    font-family: "bookmania", serif;
    font-weight: 300;
    font-size: 1.66667em;
    line-height: 1.2;
    margin: .5em 0;
    transition: font-size 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
    @media (min-width: 768px) {
      .post-text h2 {
        font-size: 3em;
        margin-top: 1.5em; } }
  .post-text h4 {
    font-family: "din-2014", serif;
    font-weight: 600;
    font-size: 0.72222em;
    text-transform: uppercase;
    letter-spacing: .15em;
    line-height: 1.5;
    margin: 3em 0 .5em;
    transition: font-size 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
    @media (min-width: 768px) {
      .post-text h4 {
        font-size: 0.7em;
        margin-top: 3.5em; } }
  .post-text p {
    margin-top: 0; }
  .post-text img, .post-text video, .post-text iframe {
    max-width: 100%; }
  .post-text a {
    color: inherit;
    border-bottom: 1px solid currentColor;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
    .post-text a:hover {
      opacity: .4; }

.post-text_logo {
  display: block;
  margin: 0 auto 40px;
  width: auto; }
  @media (min-width: 768px) {
    .post-text_logo {
      display: inline-block;
      margin: 10px 30px 20px 0;
      float: left;
      vertical-align: top; } }

.post-quote {
  display: block;
  text-align: center;
  margin: 0 auto; }

.post-quote_text {
  display: inline-block;
  font-size: 1.875em;
  font-family: "bookmania", serif;
  text-align: center;
  position: relative;
  margin: 50px 0; }
  .post-quote_text:before, .post-quote_text:after {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    font-size: 80px;
    line-height: 1;
    color: #ccc; }
  .post-quote_text:before {
    content: '\201C';
    top: -50px; }
  .post-quote_text:after {
    content: '\201D';
    bottom: -110px; }
  @media (min-width: 768px) {
    .post-quote_text {
      font-size: 2.4em;
      margin: 60px 0; }
      .post-quote_text:before {
        top: -60px; }
      .post-quote_text:after {
        bottom: -120px; } }

.post-date {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
  line-height: 1; }
  @media (max-width: 767px) {
    .post-date.-line-on-xs {
      flex-direction: row; }
      .post-date.-line-on-xs .post-date_big {
        font-size: 18px;
        margin: 0 10px 0 0; }
      .post-date.-line-on-xs .post-date_small {
        margin: -.5em 0 0; } }

.post-date_big {
  display: block;
  font-family: "bookmania", serif;
  margin: 0 0 5px;
  font-size: 30px; }

.post-date_small {
  display: block;
  vertical-align: middle;
  font-weight: bold;
  margin: 0;
  font-size: 0.8125em;
  letter-spacing: .2em; }
  @media (min-width: 768px) {
    .post-date_small {
      font-size: 0.6em; } }

.post-share {
  display: block;
  margin: -11px auto 0;
  position: relative;
  overflow: hidden;
  width: 80px;
  height: 65px;
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: .1s;
  z-index: 5; }
  .post-share.-open {
    height: 150px;
    transition-delay: 0s; }
    .post-share.-open .post-share_share-button {
      opacity: 0;
      position: absolute;
      transform: translate(-50%, -100%); }
    .post-share.-open .post-share_button {
      opacity: 1;
      transform: none; }
    .post-share.-open .post-share_close-button {
      opacity: 1;
      transform: none; }

.post-share_share-button {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) , opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

.post-share_share-icon {
  width: 28px;
  height: 34px;
  margin: 0 0 10px; }

.post-share_share-text {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .2em;
  font-size: 0.8125em; }
  @media (min-width: 768px) {
    .post-share_share-text {
      font-size: 0.6em; } }

.post-share_close-button,
.post-share_button {
  display: block;
  margin: 10px auto;
  width: 37px;
  height: 37px;
  text-align: center;
  opacity: 0;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) , opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

.post-share_close-button {
  line-height: 37px;
  transform: translate(0, -100%); }

.post-share_close-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative; }
  @media (min-width: 768px) {
    .post-share_close-icon {
      width: 18px;
      height: 18px; } }
  .post-share_close-icon:before, .post-share_close-icon:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 140%;
    height: 1px;
    background: currentColor;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: 50% 50%;
    transform: none; }
  .post-share_close-icon:before {
    transform: translate3d(-50%, 0, 0) rotate(45deg); }
  .post-share_close-icon:after {
    transform: translate3d(-50%, 0, 0) rotate(-45deg); }

.post-share_button {
  display: block;
  border: 1px solid #CBCCCD;
  line-height: 35px;
  transform: translate(100%, 0); }
  .post-share_button + .post-share_button {
    transition-delay: .1s; }

.video-modal_container {
  height: 100%;
  padding: 0; }
  @media (min-width: 768px) {
    .video-modal_container {
      padding-top: 85px; } }

.video-modal_wrapper {
  width: 100%;
  height: 100%; }

.video-modal_player {
  width: 100%;
  height: 100%; }
  .video-modal_player iframe {
    width: 100%;
    height: 100%; }

.gallery-modal {
  z-index: 1065;
  overflow: hidden; }

@media (max-width: 767px) and (orientation: landscape) {
  .gallery-modal {
    top: 0;
    z-index: 1085;
    background: #000; } }
  @media (min-width: 768px) {
    .gallery-modal {
      bottom: 0; }
      .gallery-modal:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 50px;
        background: #000;
        border-top: 1px solid #333; } }
  .gallery-modal.-show-footer .gallery-modal_footer {
    opacity: 1;
    transform: none; }

@media (max-width: 767px) and (orientation: landscape) {
  .gallery-modal.-light {
    background: #fff; } }
  @media (min-width: 768px) {
    .gallery-modal.-light:before {
      border-top-color: #f6f6f6;
      background: #f6f6f6; } }
  .gallery-modal.-light .gallery-modal_footer {
    color: #808080;
    background: #f6f6f6;
    border-top-color: #f6f6f6; }
  .gallery-modal.-light .gallery-modal_dot.active:before {
    background: #fff; }

.gallery-modal_container {
  height: 100%;
  padding: 0; }
  .gallery-modal_container:hover .gallery-modal_prev,
  .gallery-modal_container:hover .gallery-modal_next {
    transform: translate(0, 0); }

.gallery-modal_carousel {
  height: 100%;
  cursor: pointer;
  touch-action: manipulation; }
  .gallery-modal_carousel .owl-stage-outer, .gallery-modal_carousel .owl-stage, .gallery-modal_carousel .owl-item {
    height: 100%; }

.gallery-modal_item {
  position: relative;
  height: 100%;
  padding-top: 50px; }

@media (max-width: 767px) and (orientation: landscape) {
  .gallery-modal_item {
    padding-top: 0; } }
  @media (min-width: 768px) {
    .gallery-modal_item {
      height: 100%;
      padding-top: 85px;
      padding-bottom: 85px; } }

.gallery-modal_image-container {
  height: 100%;
  background: center no-repeat;
  background-size: contain; }

.gallery-modal_image {
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0 !important; }

.gallery-modal_footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  background: #000;
  border-top: 1px solid #333;
  min-height: 25vh;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) , transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: 20; }
  @media (min-width: 576px) {
    .gallery-modal_footer {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .gallery-modal_footer {
      padding-right: 25px;
      padding-left: 25px; } }
  @media (min-width: 992px) {
    .gallery-modal_footer {
      padding-right: 25px;
      padding-left: 25px; } }
  @media (min-width: 1200px) {
    .gallery-modal_footer {
      padding-right: 25px;
      padding-left: 25px; } }
  @media (min-width: 1400px) {
    .gallery-modal_footer {
      padding-right: 25px;
      padding-left: 25px; } }
  @media (min-width: 1900px) {
    .gallery-modal_footer {
      padding-right: 40px;
      padding-left: 40px; } }
  @media (min-width: 768px) {
    .gallery-modal_footer {
      opacity: 1;
      flex-direction: row;
      justify-content: flex-start;
      padding-top: 5px;
      padding-bottom: 5px;
      min-height: 50px; } }

.gallery-modal_caption {
  font-size: 1.25em; }

.gallery-modal_index {
  margin: 15px auto 0; }
  @media (min-width: 768px) {
    .gallery-modal_index {
      margin: 0 0 0 auto; } }

.gallery-modal_dots {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  overflow: visible;
  z-index: 50; }
  @media (min-width: 768px) {
    .gallery-modal_dots {
      margin-top: -25px; } }

.gallery-modal_dot {
  display: block;
  padding: 4px;
  margin: 2px 15px;
  cursor: pointer;
  border: none; }
  .gallery-modal_dot:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #808080;
    border-radius: 50%;
    box-shadow: 0 0 2px black, 0 0 2px black; }
  .gallery-modal_dot.active:before {
    background: #fff; }

.gallery-modal_nav.disabled {
  display: none; }

.gallery-modal_prev,
.gallery-modal_next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 75px;
  padding: 0;
  border: none;
  background: none;
  z-index: 10;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) , opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
  .gallery-modal_prev.disabled,
  .gallery-modal_next.disabled {
    opacity: .3;
    pointer-events: none; }
  @media (min-width: 768px) {
    .gallery-modal_prev,
    .gallery-modal_next {
      top: 0;
      bottom: 50px; } }

.gallery-modal_prev {
  left: 0;
  transform: translate(-100%, 0); }

.gallery-modal_next {
  right: 0;
  transform: translate(100%, 0); }

.gallery-modal_nav-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.investment {
  display: block;
  position: relative;
  padding: 0 15px 15px; }
  .investment:after {
    content: '';
    background: #fff;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 45px;
    z-index: -1; }
  @media (min-width: 576px) {
    .investment {
      width: 400px;
      height: 555px; }
      .investment:hover .investment_image {
        transform: scale(1.1); } }

.investment_header {
  display: block;
  padding: 20px 20px 20px 0;
  transform: translate(-15px, 0);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  @media (min-width: 576px) {
    .investment_header {
      transform: none;
      padding-left: 0;
      padding-right: 0; } }

.investment_title {
  display: block; }
  @media (min-width: 576px) {
    .investment_title {
      padding: 0 15px; } }

.investment_title-text {
  display: block;
  font-family: "bookmania", serif;
  font-size: 1.875em;
  line-height: 1.1; }
  @media (min-width: 768px) {
    .investment_title-text {
      font-size: 2em; } }

.investment_title-image {
  display: inline-block;
  max-width: 100%; }

.investment_image {
  width: 100%;
  height: auto;
  transform: translate(-15px, 0);
  pointer-events: none;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.6, 1); }
  @media (min-width: 576px) {
    .investment_image {
      position: absolute;
      left: 35px;
      top: auto;
      right: auto;
      bottom: auto;
      transform: none; } }

.investment_index {
  position: absolute;
  left: 15px;
  bottom: 15px;
  color: #7ebea7; }
  @media (max-width: 575px) {
    .investment_index {
      font-size: 10px; } }
  @media (min-width: 576px) {
    .investment_index {
      left: 30px; } }

.investment-list {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0; }
  @media (min-width: 768px) {
    .investment-list {
      margin: 0 0 0 50px;
      white-space: nowrap; } }

.investment-list_item {
  margin: 0 0 60px;
  max-width: 400px; }
  @media (min-width: 768px) {
    .investment-list_item {
      display: inline-block;
      vertical-align: top;
      white-space: normal;
      margin: 0 50px 0 50px; }
      .investment-list_item:last-child {
        margin-right: 0; } }

.investments-header {
  display: block;
  position: relative;
  transform: translateZ(0); }

.investments-header_container {
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden; }

@media (min-width: 768px) {
  .investments-header_row {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 5; } }

.investments-header_content {
  display: block;
  position: relative;
  z-index: 1;
  padding-top: 45px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .investments-header_content {
      min-width: 450px; }
      .investments-header_content > * {
        animation: content-post-header-show-content-row 1s 0.2s backwards cubic-bezier(0.4, 0, 0.2, 1) 1; }
        .investments-header_content > *:nth-child(2) {
          animation-delay: .4s; }
        .investments-header_content > *:nth-child(3) {
          animation-delay: .6s; } }
  @media (min-width: 1900px) {
    .investments-header_content {
      margin-left: calc(50vw - 950px); } }

@media (min-width: 768px) {
  .investments-header_list {
    display: flex;
    justify-content: flex-start;
    align-items: center; } }

.investments-header {
  display: block;
  position: relative;
  transform: translateZ(0); }

.investments-header_container {
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden; }

@media (min-width: 768px) {
  .investments-header_row {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 5; } }

.investments-header_content {
  display: block;
  position: relative;
  z-index: 1;
  padding-top: 45px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .investments-header_content {
      min-width: 450px; }
      .investments-header_content > * {
        animation: content-post-header-show-content-row 1s 0.2s backwards cubic-bezier(0.4, 0, 0.2, 1) 1; }
        .investments-header_content > *:nth-child(2) {
          animation-delay: .4s; }
        .investments-header_content > *:nth-child(3) {
          animation-delay: .6s; } }
  @media (min-width: 1900px) {
    .investments-header_content {
      margin-left: calc(50vw - 950px); } }

@media (min-width: 768px) {
  .investments-header_list {
    display: flex;
    justify-content: flex-start;
    align-items: center; } }

.investment-post {
  position: relative; }
  @media (min-width: 768px) {
    .investment-post {
      padding: 150px 0 90px; } }

.investment-post_body {
  display: block;
  padding-top: 1px;
  padding-bottom: 1px; }
  @media (min-width: 768px) {
    .investment-post_body {
      padding: 20px 0; } }

.investment-post_container {
  background: #fff;
  max-width: 1180px; }
  @media (min-width: 1400px) {
    .investment-post_container {
      width: 1650px;
      max-width: 84vw; } }

@media (min-width: 768px) and (max-width: 1399px) {
  .investment-post_container {
    max-width: 85%; } }
  @media (min-width: 992px) {
    .investment-post_container {
      padding-left: 45px;
      padding-right: 45px; } }

.investment-post_body-limiter {
  display: block; }
  @media (min-width: 768px) {
    .investment-post_body-limiter {
      margin: 0 auto 0 0;
      width: 75%; } }

.investment-post_block {
  margin-bottom: 30px; }

.investment-post_next {
  margin: 90px auto 0; }
  @media (min-width: 768px) {
    .investment-post_next {
      margin: 120px auto 0; } }

.investment-post_line-container {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 300px;
  pointer-events: none;
  width: 100%;
  z-index: 10;
  transform: translate(-50%, 0);
  max-width: 1180px; }
  @media (min-width: 992px) {
    .investment-post_line-container {
      display: block; } }
  @media (min-width: 1400px) {
    .investment-post_line-container {
      width: 1650px;
      max-width: 84vw; } }

.investment-post_line {
  position: absolute;
  right: 130px;
  top: 0;
  bottom: 0;
  display: block;
  width: 1px;
  background: #7ebea7;
  pointer-events: none; }

.investment-post-header {
  position: relative; }

.investment-post-header_container {
  max-width: 1180px; }
  @media (min-width: 1400px) {
    .investment-post-header_container {
      width: 1650px;
      max-width: 84vw; } }

@media (min-width: 768px) and (max-width: 1399px) {
  .investment-post-header_container {
    max-width: 85%; } }
  @media (min-width: 992px) {
    .investment-post-header_container {
      padding-left: 45px;
      padding-right: 45px; } }
  @media (min-width: 768px) {
    .investment-post-header_container {
      background: #fff; } }

.investment-post-header_image-container {
  position: relative;
  padding: 30px 0; }
  @media (min-width: 768px) {
    .investment-post-header_image-container {
      position: absolute;
      right: 0;
      top: -150px;
      padding: 0;
      width: 300px; } }
  @media (min-width: 1400px) {
    .investment-post-header_image-container {
      width: 25%; } }

.investment-post-header_image {
  display: block;
  margin: -60px auto -110px auto;
  transform: scale(0.8);
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  @media (min-width: 768px) {
    .investment-post-header_image {
      margin: 0;
      transform: none; } }

.investment-post-header_content {
  background: #fff;
  margin: 0 -15px;
  padding: 35px 15px 20px;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .investment-post-header_content {
      background: transparent;
      margin: 0;
      padding: 3em 0; } }

.investment-post-header_title {
  margin-bottom: 0; }

.investment-post-header_title-image {
  display: inline-block;
  max-width: 100%; }

.news-header_container {
  padding-top: 55px;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    .news-header_container {
      padding-top: 180px;
      padding-bottom: 10px; } }

.news-header_title {
  margin: 0; }

.news-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.news-list_item {
  margin: 0 0 35px; }
  @media (min-width: 768px) {
    .news-list_item {
      margin: 0; } }

.news-list_container {
  cursor: pointer;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  @media (min-width: 768px) {
    .news-list_container {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding-top: 70px;
      padding-bottom: 70px; }
      .news-list_container:hover {
        background: #fff; }
        .news-list_container:hover .news-list_date {
          opacity: 1; } }

.news-list_title {
  font-family: "bookmania", serif;
  font-size: 1.875em;
  line-height: 1;
  margin: 15px 0; }
  @media (min-width: 768px) {
    .news-list_title {
      font-size: 2em;
      order: 1;
      max-width: 600px;
      margin-right: 30px; } }

.news-list_image {
  background: #e1e1e1 center no-repeat;
  background-size: cover;
  height: auto; }
  .news-list_image:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 43.10345%; }
  @media (min-width: 768px) {
    .news-list_image {
      flex: none;
      width: 327px;
      order: 2;
      margin-left: auto;
      max-width: 327px; } }
  @media (min-width: 768px) and (min-width: 1400px) {
    .news-list_image {
      width: 400px;
      max-width: 23vw; } }

.news-list_date {
  color: #808080;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1) , opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  @media (min-width: 768px) {
    .news-list_date {
      order: 3;
      flex: 0 0 15%;
      max-width: 15%;
      color: inherit;
      opacity: .2; } }

.news-more {
  margin: 40px 0; }
  @media (min-width: 768px) {
    .news-more {
      margin: 50px 0; } }

.news-more_button {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .1em;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  color: #808080; }

@media (min-width: 768px) {
  .news-post_body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch; } }

.news-post_article {
  padding: 0; }
  @media (min-width: 768px) {
    .news-post_article {
      order: 1;
      width: 100%;
      padding-top: 60px;
      padding-bottom: 60px; } }

.news-post_article-container,
.news-post_comments-container {
  padding: 0;
  max-width: 1100px; }
  @media (min-width: 1400px) {
    .news-post_article-container,
    .news-post_comments-container {
      width: 1650px;
      max-width: 79vw; } }

.news-post_article-container {
  position: static; }
  @media (min-width: 768px) {
    .news-post_article-container:after {
      content: '';
      position: absolute;
      right: 15%;
      top: -60px;
      bottom: -60px;
      border-left: 1px solid #f2f2f2; } }

@media (min-width: 768px) {
  .news-post_comments-container:after {
    content: '';
    position: absolute;
    right: 15%;
    top: -60px;
    bottom: -20px;
    border-left: 1px solid #f2f2f2; } }

@media (min-width: 1200px) {
  .news-post_comments-container:after {
    bottom: 240px; } }

.news-post_article-limiter,
.news-post_comments-limiter {
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .news-post_article-limiter,
    .news-post_comments-limiter {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .news-post_article-limiter,
    .news-post_comments-limiter {
      padding-right: 25px;
      padding-left: 25px; } }
  @media (min-width: 992px) {
    .news-post_article-limiter,
    .news-post_comments-limiter {
      padding-right: 25px;
      padding-left: 25px; } }
  @media (min-width: 1200px) {
    .news-post_article-limiter,
    .news-post_comments-limiter {
      padding-right: 25px;
      padding-left: 25px; } }
  @media (min-width: 1400px) {
    .news-post_article-limiter,
    .news-post_comments-limiter {
      padding-right: 25px;
      padding-left: 25px; } }
  @media (min-width: 1900px) {
    .news-post_article-limiter,
    .news-post_comments-limiter {
      padding-right: 40px;
      padding-left: 40px; } }
  @media (min-width: 768px) {
    .news-post_article-limiter,
    .news-post_comments-limiter {
      width: 85%;
      max-width: 780px; } }
  @media (min-width: 768px) and (min-width: 1400px) {
    .news-post_article-limiter,
    .news-post_comments-limiter {
      width: 1200px;
      max-width: 56vw; } }

.news-post_article-limiter {
  position: relative; }

@media (min-width: 768px) {
  .news-post_next {
    order: 3;
    width: 100%;
    z-index: 20;
    position: relative; } }

@media (min-width: 768px) {
  .news-post_related {
    order: 4; } }

@media (min-width: 768px) {
  .news-post_comments {
    order: 2;
    width: 100%; } }

.news-post_comments-container {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .news-post_comments-container {
      padding-top: 50px;
      padding-bottom: 90px;
      z-index: 2; } }

@media (max-width: 767px) {
  .news-post_comments-limiter {
    width: 100%;
    max-width: none; } }

.news-post_block {
  margin-bottom: 30px; }

.news-post-block_controls {
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  z-index: 4; }
  .news-post-block_controls .lightbox-controls {
    background: #f2f2f2; }
  .news-post-block_controls .lightbox-controls_button {
    border-left-color: #e6e6e6;
    color: #808080; }
  .news-post-block_controls .lightbox-index {
    color: #808080;
    font-weight: normal; }
  .news-post-block_controls:hover .lightbox-controls_button {
    color: #4d4d4d; }

.news-post-header {
  position: relative; }
  @media (min-width: 768px) {
    .news-post-header {
      padding-top: 85px; } }

.news-post-header_image-container {
  margin: 0 auto;
  max-width: 1900px; }

.news-post-header_image {
  display: block;
  background: center no-repeat;
  background-size: cover;
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 235px; }
  @media (min-width: 768px) {
    .news-post-header_image {
      height: 460px; } }
  @media (min-width: 1200px) {
    .news-post-header_image {
      height: 590px; } }

.news-post-header_content-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1900px; }
  .news-post-header_content-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
    background: #f2f2f2; }

.news-post-header_content-container {
  padding: 0; }
  @media (min-width: 768px) {
    .news-post-header_content-container {
      margin-top: -130px;
      max-width: 1100px; } }
  @media (min-width: 768px) and (min-width: 1400px) {
    .news-post-header_content-container {
      width: 1650px;
      max-width: 79vw; } }
  @media (min-width: 768px) {
      .news-post-header_content-container:after {
        content: '';
        position: absolute;
        top: -415px;
        height: 85px;
        right: 15%;
        border-left: 1px solid #f2f2f2; } }
  @media (min-width: 1200px) {
    .news-post-header_content-container:after {
      top: -545px; } }

.news-post-header_content-limiter {
  background: #f2f2f2;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .news-post-header_content-limiter {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .news-post-header_content-limiter {
      padding-right: 25px;
      padding-left: 25px; } }
  @media (min-width: 992px) {
    .news-post-header_content-limiter {
      padding-right: 25px;
      padding-left: 25px; } }
  @media (min-width: 1200px) {
    .news-post-header_content-limiter {
      padding-right: 25px;
      padding-left: 25px; } }
  @media (min-width: 1400px) {
    .news-post-header_content-limiter {
      padding-right: 25px;
      padding-left: 25px; } }
  @media (min-width: 1900px) {
    .news-post-header_content-limiter {
      padding-right: 40px;
      padding-left: 40px; } }
  @media (min-width: 768px) {
    .news-post-header_content-limiter {
      padding-top: 75px;
      padding-bottom: 75px;
      width: 85%;
      position: relative; } }

.news-post-header_content {
  max-width: 850px; }
  @media (min-width: 1400px) {
    .news-post-header_content {
      width: 1200px;
      max-width: 61vw; } }

.news-post-header_title {
  display: block;
  margin: 0 0 10px;
  transition: font-size 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "bookmania", serif;
  font-weight: 300;
  font-size: 1.875em;
  line-height: 1.2; }
  @media (min-width: 576px) {
    .news-post-header_title {
      margin: 0 0 15px; } }
  @media (min-width: 768px) {
    .news-post-header_title {
      font-size: 2.5em; } }
  @media (min-width: 992px) {
    .news-post-header_title {
      font-size: 3em; } }

.news-post-header_subheader {
  max-width: none; }

.news-post-header_sidebar-container {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .news-post-header_sidebar-container {
      display: block;
      position: absolute;
      padding: 70px 0;
      left: 50%;
      top: 545px;
      transform: translate(-50%, 0);
      width: 100%; } }
  @media (min-width: 1200px) {
    .news-post-header_sidebar-container {
      top: 675px; } }

.news-post-header_sidebar {
  display: flex;
  justify-content: center;
  align-items: flex-start; }
  @media (min-width: 768px) {
    .news-post-header_sidebar {
      display: block;
      margin-left: 85%;
      transition: margin-left 0.3s cubic-bezier(0.4, 0, 0.2, 1); } }
  @media screen and (min-width: 1100px) {
    .news-post-header_sidebar {
      margin-left: calc(50% + 385px); } }
  @media (min-width: 1400px) {
    .news-post-header_sidebar {
      margin-left: calc(50% + 27.65vw); } }
  @media screen and (min-width: 1900px) {
    .news-post-header_sidebar {
      margin-left: calc(50% + 577.5px); } }

.news-post-header_date {
  flex: 0 0 50%;
  max-width: 50%; }
  @media (min-width: 768px) {
    .news-post-header_date {
      max-width: none;
      flex: 1; } }

.news-post-header_share {
  flex: 0 0 50%;
  max-width: 50%; }
  @media (min-width: 768px) {
    .news-post-header_share {
      max-width: none;
      flex: 1; } }

.news-post-header_sidebar-delimiter {
  display: block;
  flex: none;
  width: 1px;
  height: 45px;
  background: #e6e6e6; }
  @media (min-width: 768px) {
    .news-post-header_sidebar-delimiter {
      width: 30px;
      height: 1px;
      margin: 25px auto 36px; } }

.instagram-feed {
  display: block;
  text-align: center;
  position: relative;
  margin: 40px 0; }

.instagram-feed_item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 15px;
  background: center no-repeat;
  background-size: cover;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .instagram-feed_item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2e2e2e;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .instagram-feed_item:hover:before {
    opacity: 0.5; }
  .instagram-feed_item:hover .instagram-feed_icon {
    opacity: 1; }
  @media (min-width: 768px) {
    .instagram-feed_item {
      width: 300px;
      height: 300px;
      margin: 0 30px; } }

.instagram-feed_icon {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

.instagram-feed_nav {
  position: static; }

.instagram-feed_prev,
.instagram-feed_next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0 15px;
  cursor: pointer;
  color: #fff;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) , transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .instagram-feed_prev:before,
  .instagram-feed_next:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  @media (min-width: 768px) {
    .instagram-feed_prev,
    .instagram-feed_next {
      padding: 0 30px;
      transform: none; } }
  .instagram-feed_prev:hover:before,
  .instagram-feed_next:hover:before {
    opacity: 1; }
  .instagram-feed_prev.disabled,
  .instagram-feed_next.disabled {
    opacity: 0.2; }

.instagram-feed_prev {
  left: 0; }
  .instagram-feed_prev:before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%); }

.instagram-feed_next {
  right: 0; }
  .instagram-feed_next:before {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); }

.instagram-feed_prev-icon,
.instagram-feed_next-icon {
  display: inline-block;
  width: 15px;
  height: 24px;
  position: relative; }
  @media (min-width: 768px) {
    .instagram-feed_prev-icon,
    .instagram-feed_next-icon {
      width: 30px;
      height: 48px; } }

@keyframes fake-animation {
  0% {
    opacity: 1; }
  100% {
    opacity: 1; } }

.careers-header {
  position: relative;
  overflow: hidden; }

.careers-header_carousel {
  display: block;
  background-color: #f2f2f2; }
  @media (min-width: 768px) {
    .careers-header_carousel {
      margin: 0;
      background-color: transparent; } }
  .careers-header_carousel .owl-item.-animate-in, .careers-header_carousel .owl-item.-animate-out {
    animation: fake-animation 1s; }
  @media (min-width: 768px) {
    .careers-header_carousel .owl-item {
      opacity: 0; }
      .careers-header_carousel .owl-item.active {
        opacity: 1; } }
  .careers-header_carousel .owl-height {
    transition: none; }

.careers-header_carousel-wrapper {
  position: relative;
  margin: 0 -15px; }
  @media (min-width: 768px) {
    .careers-header_carousel-wrapper {
      padding: 60px 215px 60px 0;
      margin: 10vh 0 10vh; } }
  @media (min-width: 992px) {
    .careers-header_carousel-wrapper {
      padding-right: 285px;
      padding-top: 0;
      padding-bottom: 0; } }
  @media (min-width: 768px) {
    .careers-header_carousel-wrapper:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 120px;
      width: 1px;
      background-color: rgba(128, 128, 128, 0.2);
      z-index: 30; } }
  @media (min-width: 992px) {
    .careers-header_carousel-wrapper:before {
      right: 150px; } }

.careers-header_container {
  background-color: #fff; }
  @media (min-width: 768px) {
    .careers-header_container {
      background-color: transparent; } }

.careers-header_navigation {
  display: none; }
  @media (min-width: 768px) {
    .careers-header_navigation {
      display: block;
      position: absolute;
      right: -25px;
      top: 50%;
      transform: translateY(-50%);
      background-color: #fff;
      padding: 20px 0 20px;
      left: 250px; } }
  @media (min-width: 992px) {
    .careers-header_navigation {
      left: 350px; } }

.careers-header_dots {
  display: none; }

.careers-header_slide {
  display: none; }
  .careers-header_slide:first-child {
    display: block; }
  @media (min-width: 768px) {
    .careers-header_slide {
      display: none; }
      .careers-header_slide:first-child {
        display: flex; } }

@media (min-width: 768px) {
  .careers-header-slide {
    display: flex;
    justify-content: space-between;
    align-items: center; } }

.careers-header-slide_underlayer {
  position: absolute;
  z-index: 10;
  right: 0;
  left: 0;
  top: 60px;
  bottom: 70px;
  background-color: #fff; }
  @media (min-width: 768px) {
    .careers-header-slide_underlayer {
      display: none; } }

.careers-header-slide_text {
  border-bottom: 1px solid #e6e6e6;
  padding: 30px 15px 25px;
  background-color: #fff; }
  @media (min-width: 768px) {
    .careers-header-slide_text {
      order: 1;
      flex: 1 1 auto;
      border-bottom: 0;
      background-color: transparent;
      padding: 5px 20px 5px 10px;
      max-width: 500px; } }
  @media (min-width: 768px) and (min-width: 1400px) {
    .careers-header-slide_text {
      width: 800px;
      max-width: 36vw; } }
  @media (min-width: 992px) {
    .careers-header-slide_text {
      padding-right: 40px; } }

.careers-header-slide_header {
  border-bottom: 1px solid #e6e6e6;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
  .owl-item.-animate-in .careers-header-slide_header, .owl-item.active .careers-header-slide_header {
    opacity: 1; }
  .owl-item.-animate-in .careers-header-slide_header, .owl-item.active .careers-header-slide_header {
    opacity: 1; }
  .owl-item.-animate-out .careers-header-slide_header {
    transition-delay: .25s;
    opacity: 0; }

.careers-header-slide_title {
  margin: 0 0 5px;
  opacity: 0;
  transition: font-size 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
  .owl-item.-animate-in .careers-header-slide_title, .owl-item.active .careers-header-slide_title {
    opacity: 1; }
  .owl-item.-animate-in .careers-header-slide_title {
    transition-delay: .5s; }
  .owl-item.-animate-out .careers-header-slide_title {
    transition-delay: .25s;
    opacity: 0; }
  @media (min-width: 768px) {
    .careers-header-slide_title {
      transform: translateX(200px); }
      .owl-item.-animate-in .careers-header-slide_title, .owl-item.active .careers-header-slide_title {
        transform: translateX(0); }
      .owl-item.-animate-out .careers-header-slide_title {
        transform: translateX(200px); } }

.careers-header-slide_description {
  font-size: 1.125em;
  line-height: 1.3;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1); }
  .owl-item.-animate-in .careers-header-slide_description, .owl-item.active .careers-header-slide_description {
    opacity: 1; }
  .owl-item.-animate-in .careers-header-slide_description {
    transition-delay: .75s; }
  .owl-item.-animate-out .careers-header-slide_description {
    opacity: 0; }
  @media (min-width: 768px) {
    .careers-header-slide_description {
      font-size: 1em;
      transform: translateX(200px);
      transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) , opacity 1s cubic-bezier(0.4, 0, 0.2, 1); }
      .owl-item.-animate-in .careers-header-slide_description, .owl-item.active .careers-header-slide_description {
        transform: translateX(0); }
      .owl-item.-animate-out .careers-header-slide_description {
        transform: translateX(200px); } }

.careers-header-slide_image-wrapper {
  position: relative;
  text-align: center;
  background-color: #f2f2f2;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1) , transform 1s cubic-bezier(0.4, 0, 0.2, 1); }
  .owl-item.-animate-in .careers-header-slide_image-wrapper, .owl-item.active .careers-header-slide_image-wrapper {
    opacity: 1;
    transform: scale(1); }
  .owl-item.-animate-out .careers-header-slide_image-wrapper {
    transform: scale(0.9); }
  @media (min-width: 768px) {
    .careers-header-slide_image-wrapper {
      order: 2;
      flex: none;
      background-color: transparent;
      width: 257.5px !important; } }
  @media (min-width: 992px) {
    .careers-header-slide_image-wrapper {
      width: 386.25px !important; } }
  @media (min-width: 1200px) {
    .careers-header-slide_image-wrapper {
      width: 515px !important; } }

.careers-header-slide_image {
  display: block;
  margin: 0 auto;
  width: 257.5px;
  max-width: 100%;
  position: relative;
  z-index: 20;
  background: center no-repeat;
  background-size: contain; }
  .careers-header-slide_image:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 113.20388%; }
  @media (min-width: 768px) {
    .careers-header-slide_image {
      width: 100%; } }

.careers-header-slide-header {
  padding-left: 15px;
  background-color: #fff; }
  @media (min-width: 768px) {
    .careers-header-slide-header {
      display: none; } }

.careers-header-slide-header_counter, .careers-header-slide-header_title {
  height: 60px;
  line-height: 60px; }

.careers-header-slide-header_counter {
  font-size: 30px;
  color: #000;
  display: inline-block;
  font-family: "bookmania", serif;
  padding-top: 4px; }

.careers-header-slide-header_title {
  font-size: 13px;
  text-transform: uppercase;
  color: #ccc;
  float: right;
  letter-spacing: 3px;
  padding-right: 55px;
  padding-left: 15px;
  position: relative;
  cursor: pointer; }

.careers-header-slide-header_icon {
  width: 14px;
  height: 25px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 18px;
  stroke: #ccc; }

.careers-header-navigation {
  text-align: right; }

@media (min-width: 768px) {
  .careers-header-navigation_wrapper {
    width: 225px;
    display: inline-block; } }

@media (min-width: 992px) {
  .careers-header-navigation_wrapper {
    width: 255px; } }

.careers-header-navigation_item {
  width: 100vw; }
  @media (min-width: 768px) {
    .careers-header-navigation_item {
      width: auto; } }

.careers-header-navigation-item {
  color: #ccc;
  text-align: left;
  cursor: pointer; }
  @media (min-width: 768px) {
    .careers-header-navigation-item {
      transition: background-color .3s, color .3s; } }
  @media (min-width: 768px) {
    .careers-header-navigation-item:hover {
      background-color: rgba(128, 128, 128, 0.5);
      color: #fff; } }
  @media (min-width: 768px) {
    .careers-header-navigation-item.-active {
      background-color: #808080;
      color: #fff;
      cursor: default; } }

.careers-header-navigation-item_counter, .careers-header-navigation-item_title {
  height: 60px;
  line-height: 60px;
  vertical-align: middle; }

.careers-header-navigation-item_counter {
  float: left;
  width: 80px;
  font-size: 24px;
  font-family: "bookmania", serif;
  text-align: center;
  padding-top: 2px; }

.careers-header-navigation-item_title {
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 20px 0 30px;
  margin-left: 80px;
  font-weight: bold;
  letter-spacing: 3px; }

.careers-hero {
  background-color: #fff;
  max-width: 1900px;
  margin: 0 auto 20px; }
  @media (min-width: 768px) {
    .careers-hero {
      margin-bottom: 80px; } }

.careers-hero_wrapper {
  max-width: 1180px;
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #fff; }
  @media (min-width: 1400px) {
    .careers-hero_wrapper {
      width: 1880px;
      max-width: 84vw; } }
  @media (min-width: 768px) {
    .careers-hero_wrapper {
      padding-top: 40px;
      padding-bottom: 90px;
      display: flex;
      align-items: center;
      justify-content: space-between; } }

.careers-hero_header {
  font-size: 1.875em;
  line-height: 35px;
  margin-bottom: 25px;
  font-family: "bookmania", serif; }
  @media (min-width: 768px) {
    .careers-hero_header {
      font-size: 3em;
      line-height: 60px;
      margin-bottom: 0;
      margin-right: 60px;
      max-width: 740px; } }
  @media (min-width: 768px) and (min-width: 1400px) {
    .careers-hero_header {
      width: 1000px;
      max-width: 53vw; } }

@media (min-width: 768px) {
  .careers-hero_cities {
    width: 210px;
    flex: 0 0 auto; } }

@media (min-width: 768px) {
  .careers-hero-cities {
    padding-top: 20px; } }

.careers-hero-cities_item {
  margin-top: 25px; }
  @media (min-width: 768px) {
    .careers-hero-cities_item {
      padding-top: 20px;
      margin-top: 30px;
      border-top: 1px solid #e6e6e6; } }
  .careers-hero-cities_item:first-child {
    margin-top: 0; }
    @media (min-width: 768px) {
      .careers-hero-cities_item:first-child {
        padding-top: 0;
        margin-bottom: 0;
        border-top: 0; } }

@media (min-width: 768px) {
  .careers-hero-city {
    text-align: center; } }

.careers-hero-city_name {
  font-family: "bookmania", serif;
  color: #000;
  font-size: 30px; }
  @media (min-width: 768px) {
    .careers-hero-city_name {
      margin-bottom: 5px; } }

.careers-hero-city_state {
  text-transform: uppercase;
  color: #ccc;
  font-size: 0.72222em;
  font-weight: bold;
  letter-spacing: 3px; }
  @media (min-width: 768px) {
    .careers-hero-city_state {
      font-size: 0.7em; } }

.careers-positions {
  margin-bottom: 60px; }

.careers-positions_header-wrapper {
  max-width: 1180px;
  border-bottom: 1px solid #ccc; }
  @media (min-width: 1400px) {
    .careers-positions_header-wrapper {
      width: 1900px;
      max-width: 84vw; } }
  @media (min-width: 768px) {
    .careers-positions_header-wrapper {
      border-bottom: 0; } }

.careers-positions_header-inner-wrapper {
  padding: 30px 0 35px; }
  @media (min-width: 768px) {
    .careers-positions_header-inner-wrapper {
      height: 90px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0; } }

.careers-positions_header {
  font-size: 30px;
  font-family: "bookmania", serif;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .careers-positions_header {
      margin-bottom: 0; } }

.careers-filter {
  text-transform: uppercase;
  color: #ccc;
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: bold; }

.careers-filter_title {
  margin-bottom: 5px; }
  @media (min-width: 768px) {
    .careers-filter_title {
      display: inline-block;
      margin-bottom: 0; } }

@media (min-width: 768px) {
  .careers-filter_items {
    display: inline-block;
    margin-left: 20px; } }

.careers-filter_item {
  display: inline-block;
  margin-left: 30px;
  cursor: pointer;
  transition: color .3s; }
  .careers-filter_item:hover {
    color: #000; }
  .careers-filter_item:first-child {
    margin-left: 0; }
  .careers-filter_item.-active {
    color: #000; }

.careers-positions-list_item {
  border-top: 1px solid #ccc; }
  .careers-positions-list_item:first-child {
    border-top: 0; }
  @media (min-width: 768px) {
    .careers-positions-list_item {
      border-top: 0; } }
  .careers-positions-list_item.-opened {
    border-top-color: transparent; }
  .careers-positions-list_item.-opened + .careers-positions-list_item {
    border-top-color: transparent; }
  .careers-positions-list_item.-no-city {
    display: none; }
    .careers-positions-list.-nothing-found .careers-positions-list_item.-no-city {
      display: block;
      height: 90px;
      text-align: center;
      padding: 20px 0;
      font-size: 1.25em; }
      @media (min-width: 768px) {
        .careers-positions-list.-nothing-found .careers-positions-list_item.-no-city {
          font-size: 1.5em; } }

.careers-position {
  position: relative;
  max-width: 1900px;
  margin: 0 auto 0; }
  .careers-position.-opened {
    background-color: #fff; }

@media (min-width: 768px) {
  .careers-position_header {
    transition: background-color .3s; } }

@media (min-width: 768px) {
  .careers-position_header:hover {
    background-color: #fff; } }

.careers-position_header-wrapper, .careers-position_content-wrapper {
  max-width: 1180px; }
  @media (min-width: 1400px) {
    .careers-position_header-wrapper, .careers-position_content-wrapper {
      width: 1900px;
      max-width: 84vw; } }

.careers-position_content-wrapper {
  padding-bottom: 100px; }
  @media (min-width: 768px) {
    .careers-position_content-wrapper {
      padding-bottom: 0; } }

.careers-position_header-inner-wrapper {
  min-height: 125px;
  cursor: pointer;
  padding: 25px 40px 25px 15px;
  margin: 0 -15px;
  transition: border-color .3s; }
  @media (min-width: 768px) {
    .careers-position_header-inner-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      padding: 0;
      margin: 0;
      height: 100px;
      min-height: 0;
      border-top: 1px solid #ccc; }
      .careers-position.-opened .careers-position_header-inner-wrapper, .careers-position_header:hover .careers-position_header-inner-wrapper {
        border-top-color: transparent; }
      .careers-position.-opened + .careers-position .careers-position_header-inner-wrapper {
        border-top-color: transparent; } }

.careers-positions-list_item:hover + .careers-positions-list_item .careers-position_header-inner-wrapper {
  border-top-color: transparent; }

.careers-position_title {
  font-family: "bookmania", serif;
  font-size: 1.4375em;
  color: #808080;
  margin: 0 0 15px;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  @media (min-width: 768px) {
    .careers-position_title {
      font-size: 1.5em;
      margin-bottom: 0; } }
  .careers-position_header:hover .careers-position_title {
    color: #000; }
  .careers-position.-opened .careers-position_title {
    color: #000; }

.careers-position_cities {
  color: #ccc;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold; }

.careers-position_city {
  margin-top: 5px;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  @media (min-width: 768px) {
    .careers-position_city {
      display: inline-block;
      margin-left: 30px;
      margin-top: 0; } }
  .careers-position_city:first-child {
    margin-top: 0; }
  .careers-position_header:hover .careers-position_city, .careers-position.-opened .careers-position_city {
    color: #000; }
  @media (min-width: 768px) {
    .careers-position_city:first-child {
      margin-left: 0; } }

.careers-position_content {
  display: none; }
  .careers-position.-opened .careers-position_content {
    position: relative;
    margin-top: -20px; }
    @media (min-width: 768px) {
      .careers-position.-opened .careers-position_content {
        padding-top: 20px;
        margin-top: 0; } }

.careers-position_description {
  margin-bottom: 60px;
  line-height: 24px;
  font-size: 1.125em; }
  @media (min-width: 768px) {
    .careers-position_description {
      font-size: 1em;
      margin-bottom: 100px;
      line-height: 29px; } }
  @media (min-width: 992px) {
    .careers-position_description {
      width: 65%; } }

.careers-position_list {
  margin-bottom: 45px; }
  @media (min-width: 768px) {
    .careers-position_list {
      margin-bottom: 35px; } }

.careers-position_close {
  position: absolute;
  background: none;
  padding: 0;
  top: -80px;
  right: 25px; }
  @media (min-width: 768px) {
    .careers-position_close {
      bottom: 40px;
      top: auto;
      left: 50%;
      right: auto;
      margin-left: -13px;
      width: 26px;
      height: 26px; } }
  .careers-position_close .close_inner {
    width: 18px;
    height: 18px; }
    @media (min-width: 768px) {
      .careers-position_close .close_inner {
        width: 26px;
        height: 26px; } }

@media (min-width: 768px) {
  .careers-position_lists {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
    padding: 0 0 160px; } }

@media (min-width: 768px) {
  .careers-position_list {
    width: 50%;
    padding: 0 25px; } }

.careers-position_link {
  position: absolute;
  right: 15px;
  bottom: 0;
  font-family: "bookmania", serif;
  font-size: 3.125em;
  transition: font-size 0.3s cubic-bezier(0.4, 0, 0.2, 1) , color 0.3s cubic-bezier(0.4, 0, 0.2, 1) , opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .careers-position_link:hover, .careers-position_link:focus {
    opacity: .4; }
  @media (min-width: 768px) {
    .careers-position_link {
      font-size: 5em;
      bottom: 80px;
      right: 25px; } }
  @media (min-width: 1900px) {
    .careers-position_link {
      right: 40px; } }

.careers-position-list_list {
  font-size: 18px; }
  .careers-position-list_list ul {
    padding: 0;
    margin: 0; }
  .careers-position-list_list li {
    list-style-type: none;
    position: relative;
    padding-left: 30px;
    margin: 0 0 22px;
    line-height: 25px; }
    @media (min-width: 768px) {
      .careers-position-list_list li {
        padding-left: 40px; } }
    .careers-position-list_list li:before {
      content: '';
      width: 12px;
      height: 1px;
      background-color: #000;
      position: absolute;
      left: 0;
      top: 14px; }

.careers-position-list_title {
  font-family: "bookmania", serif;
  font-size: 1.4375em;
  margin: 0 0 45px; }
  @media (min-width: 768px) {
    .careers-position-list_title {
      font-size: 1.5em;
      margin-bottom: 35px; } }

.error-page {
  overflow: hidden; }

.error-page_container:before {
  height: calc(100vh - 50px); }
  @media (min-width: 768px) {
    .error-page_container:before {
      height: calc(100vh - 50px); } }

.error-page_bg {
  position: absolute;
  left: 0;
  right: 5%;
  top: 50%;
  transform: translate(0, -40%);
  font-size: 65vh;
  font-family: "bookmania", serif;
  font-weight: 400;
  opacity: .1;
  text-align: right;
  user-select: none;
  pointer-events: none; }
  .cssfilters .error-page_bg {
    opacity: .5;
    filter: blur(30px);
    filter: blur(3vh); }

.error-page_content {
  position: relative;
  z-index: 1;
  padding: 75px 0; }
  @media (min-width: 768px) {
    .error-page_content {
      padding: 120px 0; } }

.landing-carousel {
  z-index: auto; }
  .landing-carousel .owl-dots {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 120px;
    height: 600px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    list-style: none;
    padding: 140px 0 0;
    margin: 0; }

@media (min-width: 992px) and (max-width: 1199px) {
  .landing-carousel .owl-dots {
    height: 400px; } }
    @media (max-width: 767px) {
      .landing-carousel .owl-dots {
        display: block;
        width: 100%;
        height: auto;
        top: auto;
        bottom: 0;
        text-align: center; } }
  .landing-carousel button.owl-dot {
    display: block;
    width: 50%;
    padding: 10px 0 !important;
    position: relative;
    text-align: right;
    color: #4d4d4e;
    cursor: pointer;
    transition: all 300ms ease; }
    @media (max-width: 767px) {
      .landing-carousel button.owl-dot {
        display: inline-block;
        width: 20px;
        height: 20px; } }
    .landing-carousel button.owl-dot:before {
      display: block;
      width: 100%;
      height: 2px;
      content: "";
      background: currentColor; }
    .landing-carousel button.owl-dot.active {
      width: 100%;
      color: #fff; }
      @media (max-width: 767px) {
        .landing-carousel button.owl-dot.active {
          width: 40px; } }

.landing-carousel_slide {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden; }

.landing-carousel_info {
  position: absolute;
  top: 0;
  right: 120px;
  z-index: 1;
  margin-right: 60px;
  text-align: right;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

@media (min-width: 992px) and (max-width: 1199px) {
  .landing-carousel_info {
    height: 400px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .landing-carousel_info {
    height: auto;
    padding-top: 70px;
    right: 0;
    left: 0;
    padding-left: 47%; } }
  @media (max-width: 575px) {
    .landing-carousel_info {
      left: 0;
      right: 0;
      padding-top: 100px;
      height: auto;
      text-align: left;
      padding-left: 15px;
      padding-right: 15px; } }

.landing-carousel_info-category {
  text-transform: uppercase;
  color: #9a9592;
  letter-spacing: 2px;
  font-weight: bold; }

.landing-carousel_info-title {
  margin: 27px 0;
  font: 44px/1.25 "bookmania", serif; }
  .landing-carousel_info-title.Black {
    color: #000; }

@media (min-width: 576px) and (max-width: 767px) {
  .landing-carousel_info-title {
    font-size: 18px;
    margin: 20px 0; } }
  @media (max-width: 575px) {
    .landing-carousel_info-title {
      font-size: 22px; } }

.landing-carousel_teaser-wrapper {
  position: relative; }

@media (min-width: 576px) and (max-width: 767px) {
  .landing-carousel_teaser-wrapper {
    width: 40%;
    position: absolute;
    top: 70px;
    left: 15px; } }

.landing-carousel_teaser {
  display: block;
  max-width: 100%;
  width: 340px;
  height: 140px;
  position: relative;
  overflow: hidden; }

@media (min-width: 576px) and (max-width: 767px) {
  .landing-carousel_teaser {
    width: 100%; } }
  .landing-carousel_teaser.Black {
    color: #000; }

.landing-carousel_info-link {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  width: 140px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 100%;
  transform: rotate(-90deg) translate(-60px, -36px); }

@media (min-width: 576px) and (max-width: 767px) {
  .landing-carousel_info-link {
    margin-left: -10px;
    font-size: 16px; } }

.landing-carousel_info-link-underline {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid; }

@media (max-width: 767px) {
  .landing-carousel_teaser-image {
    object-fit: contain; } }

.landing-carousel_video-play {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer; }
  .landing-carousel_video-play:before {
    display: block;
    width: 100%;
    height: 100%;
    background: currentColor;
    border-radius: 100%;
    content: "";
    opacity: .7; }
  .landing-carousel_video-play:hover:before {
    opacity: 1; }
  .landing-carousel_video-play:after {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 20px;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 15px solid transparent;
    border-left-color: currentColor;
    border-left-width: 20px;
    filter: invert(100%);
    content: ""; }

/*# sourceMappingURL=style.9cdb7527105fafcab426.css.map*/