/*
 * Core styles for PriorityNav.js
 * These styles are not optional and should always be included
 *
 * Free to use under the MIT License.
 * http://twitter.com/GijsRoge
 */
.priority-nav {
  white-space: nowrap;
  /*
    * Makes sure the menu's are inline-block so they don't take up
    * the entire width of its parent. This will break the plugin.
    */
}

.priority-nav > ul {
  display: inline-block;
}

.priority-nav > ul > li {
  display: inline-block;
}

.priority-nav-has-dropdown .priority-nav__dropdown-toggle {
  position: relative;
}

.priority-nav__wrapper {
  position: relative;
}

.priority-nav__dropdown {
  position: absolute;
  visibility: hidden;
}

.priority-nav__dropdown.show {
  visibility: visible;
}

.priority-nav__dropdown-toggle {
  visibility: hidden;
  position: absolute;
}

.priority-nav-is-visible {
  visibility: visible;
}

.priority-nav-is-hidden {
  visibility: hidden;
}
@charset "UTF-8";
/* mixin usage */
/*--------------------------------
	Responsive ratio
	Used for creating scalable elements that maintain the same ratio
	example:
	.element {
		@include responsive-ratio(400, 300);
	}
*/
.menu-list, .dropdown-language, .navbar ul.row, .sub-menu, main ul:not([class]):not([id]), .menu__nav > ul, .priority-nav__dropdown, .social, .footer__nav, .footer__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #27282C;
  background: #fff;
  font: 16px/1.2 "Inter", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Inter", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  margin: 0 0 0.5em;
  color: #27282C; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 24px; }

h3, .h3 {
  font-size: 22px; }

h4, .h4 {
  font-size: 20px; }

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

h6, .h6 {
  font-size: 16px; }

p {
  margin: 0 0 1em; }

a {
  color: #167DFF; }
  a:hover, a:focus {
    text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  outline: none;
  border: 1px solid rgba(39, 40, 44, 0.15);
  padding: 0.4em 0.7em; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #27282C; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #27282C; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #27282C; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #27282C; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #27282C; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! @algolia/autocomplete-theme-classic 1.3.0 | MIT License | © Algolia, Inc. and contributors | https://github.com/algolia/autocomplete */
:root {
  --aa-search-input-height:44px;
  --aa-input-icon-size:20px;
  --aa-base-unit:16;
  --aa-spacing-factor:1;
  --aa-spacing:calc(var(--aa-base-unit)*var(--aa-spacing-factor)*1px);
  --aa-spacing-half:calc(var(--aa-spacing)/2);
  --aa-panel-max-height:650px;
  --aa-base-z-index:9999;
  --aa-font-size:calc(var(--aa-base-unit)*1px);
  --aa-font-family:inherit;
  --aa-font-weight-medium:500;
  --aa-font-weight-semibold:600;
  --aa-font-weight-bold:700;
  --aa-icon-size:20px;
  --aa-icon-stroke-width:1.6;
  --aa-icon-color-rgb:119,119,163;
  --aa-icon-color-alpha:1;
  --aa-action-icon-size:20px;
  --aa-text-color-rgb:38,38,39;
  --aa-text-color-alpha:1;
  --aa-primary-color-rgb:62,52,211;
  --aa-primary-color-alpha:0.2;
  --aa-muted-color-rgb:128,126,163;
  --aa-muted-color-alpha:0.6;
  --aa-panel-border-color-rgb:128,126,163;
  --aa-panel-border-color-alpha:0.3;
  --aa-input-border-color-rgb:128,126,163;
  --aa-input-border-color-alpha:0.8;
  --aa-background-color-rgb:255,255,255;
  --aa-background-color-alpha:1;
  --aa-input-background-color-rgb:255,255,255;
  --aa-input-background-color-alpha:1;
  --aa-selected-color-rgb:179,173,214;
  --aa-selected-color-alpha:0.205;
  --aa-description-highlight-background-color-rgb:245,223,77;
  --aa-description-highlight-background-color-alpha:0.5;
  --aa-detached-media-query:(max-width:680px);
  --aa-detached-modal-media-query:(min-width:680px);
  --aa-detached-modal-max-width:680px;
  --aa-detached-modal-max-height:500px;
  --aa-overlay-color-rgb:115,114,129;
  --aa-overlay-color-alpha:0.4;
  --aa-panel-shadow:0 0 0 1px rgba(35,38,59,0.1),0 6px 16px -4px rgba(35,38,59,0.15);
  --aa-scrollbar-width:13px;
  --aa-scrollbar-track-background-color-rgb:234,234,234;
  --aa-scrollbar-track-background-color-alpha:1;
  --aa-scrollbar-thumb-background-color-rgb:var(--aa-background-color-rgb);
  --aa-scrollbar-thumb-background-color-alpha:1; }

@media (hover: none) and (pointer: coarse) {
  :root {
    --aa-spacing-factor:1.2;
    --aa-action-icon-size:22px; } }

body.dark, body[data-theme=dark] {
  --aa-text-color-rgb:183,192,199;
  --aa-primary-color-rgb:146,138,255;
  --aa-muted-color-rgb:146,138,255;
  --aa-input-background-color-rgb:0,3,9;
  --aa-background-color-rgb:21,24,42;
  --aa-selected-color-rgb:146,138,255;
  --aa-selected-color-alpha:0.25;
  --aa-description-highlight-background-color-rgb:0 255 255;
  --aa-description-highlight-background-color-alpha:0.25;
  --aa-icon-color-rgb:119,119,163;
  --aa-panel-shadow:inset 1px 1px 0 0 #2c2e40,0 3px 8px 0 #000309;
  --aa-scrollbar-track-background-color-rgb:44,46,64;
  --aa-scrollbar-thumb-background-color-rgb:var(--aa-background-color-rgb); }

.aa-Autocomplete *, .aa-DetachedFormContainer *, .aa-Panel * {
  box-sizing: border-box; }

.aa-Autocomplete, .aa-DetachedFormContainer, .aa-Panel {
  color: #262627;
  color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
  font-family: inherit;
  font-family: var(--aa-font-family);
  font-size: 16px;
  font-size: var(--aa-font-size);
  font-weight: 400;
  line-height: 1em;
  margin: 0;
  padding: 0;
  text-align: left; }

.aa-Form {
  align-items: center;
  background-color: #fff;
  background-color: rgba(var(--aa-input-background-color-rgb), var(--aa-input-background-color-alpha));
  border: 1px solid rgba(128, 126, 163, 0.8);
  border: 1px solid rgba(var(--aa-input-border-color-rgb), var(--aa-input-border-color-alpha));
  border-radius: 3px;
  display: flex;
  line-height: 1em;
  margin: 0;
  position: relative;
  width: 100%; }

.aa-Form[focus-within] {
  border-color: #3e34d3;
  border-color: rgba(var(--aa-primary-color-rgb), 1);
  box-shadow: 0 0 0 2px rgba(62, 52, 211, 0.2), inset 0 0 0 2px rgba(62, 52, 211, 0.2);
  box-shadow: rgba(var(--aa-primary-color-rgb), var(--aa-primary-color-alpha)) 0 0 0 2px, inset rgba(var(--aa-primary-color-rgb), var(--aa-primary-color-alpha)) 0 0 0 2px;
  outline: medium none currentColor; }

.aa-Form:focus-within {
  border-color: #3e34d3;
  border-color: rgba(var(--aa-primary-color-rgb), 1);
  box-shadow: 0 0 0 2px rgba(62, 52, 211, 0.2), inset 0 0 0 2px rgba(62, 52, 211, 0.2);
  box-shadow: rgba(var(--aa-primary-color-rgb), var(--aa-primary-color-alpha)) 0 0 0 2px, inset rgba(var(--aa-primary-color-rgb), var(--aa-primary-color-alpha)) 0 0 0 2px;
  outline: medium none currentColor; }

.aa-InputWrapperPrefix {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 44px;
  height: var(--aa-search-input-height);
  order: 1; }

.aa-Label, .aa-LoadingIndicator {
  cursor: auto;
  flex-shrink: 0;
  height: 100%;
  padding: 0;
  text-align: left; }

.aa-Label svg, .aa-LoadingIndicator svg {
  color: #3e34d3;
  color: rgba(var(--aa-primary-color-rgb), 1);
  height: auto;
  max-height: 20px;
  max-height: var(--aa-input-icon-size);
  stroke-width: 1.6;
  stroke-width: var(--aa-icon-stroke-width);
  width: 20px;
  width: var(--aa-input-icon-size); }

.aa-LoadingIndicator, .aa-SubmitButton {
  height: 100%;
  padding-left: 11px;
  padding-left: calc(var(--aa-spacing)*0.75 - 1px);
  padding-right: 8px;
  padding-right: var(--aa-spacing-half);
  width: 47px;
  width: calc(var(--aa-spacing)*1.75 + var(--aa-icon-size) - 1px); }

@media (hover: none) and (pointer: coarse) {
  .aa-LoadingIndicator, .aa-SubmitButton {
    padding-left: 3px;
    padding-left: calc(var(--aa-spacing-half)/2 - 1px);
    width: 39px;
    width: calc(var(--aa-icon-size) + var(--aa-spacing)*1.25 - 1px); } }

.aa-SubmitButton {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  margin: 0; }

.aa-LoadingIndicator {
  align-items: center;
  display: flex;
  justify-content: center; }

.aa-LoadingIndicator[hidden] {
  display: none; }

.aa-InputWrapper {
  order: 3;
  position: relative;
  width: 100%; }

.aa-Input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  color: #262627;
  color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
  font: inherit;
  height: 44px;
  height: var(--aa-search-input-height);
  padding: 0;
  width: 100%; }

.aa-Input::-moz-placeholder {
  color: rgba(128, 126, 163, 0.6);
  color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
  opacity: 1; }

.aa-Input:-ms-input-placeholder {
  color: rgba(128, 126, 163, 0.6);
  color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
  opacity: 1; }

.aa-Input::placeholder {
  color: rgba(128, 126, 163, 0.6);
  color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
  opacity: 1; }

.aa-Input:focus {
  border-color: none;
  box-shadow: none;
  outline: none; }

.aa-Input::-webkit-search-cancel-button, .aa-Input::-webkit-search-decoration, .aa-Input::-webkit-search-results-button, .aa-Input::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none; }

.aa-InputWrapperSuffix {
  align-items: center;
  display: flex;
  height: 44px;
  height: var(--aa-search-input-height);
  order: 4; }

.aa-ClearButton {
  align-items: center;
  background: none;
  border: 0;
  color: rgba(128, 126, 163, 0.6);
  color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
  cursor: pointer;
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0 12.83333px;
  padding: 0 calc(var(--aa-spacing)*0.83333 - .5px); }

@media (hover: none) and (pointer: coarse) {
  .aa-ClearButton {
    padding: 0 10.16667px;
    padding: 0 calc(var(--aa-spacing)*0.66667 - .5px); } }

.aa-ClearButton:focus, .aa-ClearButton:hover {
  color: #262627;
  color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha)); }

.aa-ClearButton[hidden] {
  display: none; }

.aa-ClearButton svg {
  stroke-width: 1.6;
  stroke-width: var(--aa-icon-stroke-width);
  width: 20px;
  width: var(--aa-icon-size); }

.aa-Panel {
  background-color: #fff;
  background-color: rgba(var(--aa-background-color-rgb), var(--aa-background-color-alpha));
  border-radius: 4px;
  border-radius: calc(var(--aa-spacing)/4);
  box-shadow: 0 0 0 1px rgba(35, 38, 59, 0.1), 0 6px 16px -4px rgba(35, 38, 59, 0.15);
  box-shadow: var(--aa-panel-shadow);
  margin: 8px 0 0;
  overflow: hidden;
  position: absolute;
  transition: opacity .2s ease-in,filter .2s ease-in; }

@media screen and (prefers-reduced-motion) {
  .aa-Panel {
    transition: none; } }

.aa-Panel button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  margin: 0;
  padding: 0; }

.aa-PanelLayout {
  height: 100%;
  margin: 0;
  max-height: 650px;
  max-height: var(--aa-panel-max-height);
  overflow-y: auto;
  padding: 0;
  position: relative;
  text-align: left; }

.aa-PanelLayoutColumns--twoGolden {
  display: grid;
  grid-template-columns: 39.2% auto;
  overflow: hidden;
  padding: 0; }

.aa-PanelLayoutColumns--two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  padding: 0; }

.aa-PanelLayoutColumns--three {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  padding: 0; }

.aa-Panel--stalled .aa-Source {
  filter: grayscale(1);
  opacity: .8; }

.aa-Panel--scrollable {
  margin: 0;
  max-height: 650px;
  max-height: var(--aa-panel-max-height);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 8px;
  padding: var(--aa-spacing-half);
  scrollbar-color: #fff #eaeaea;
  scrollbar-color: rgba(var(--aa-scrollbar-thumb-background-color-rgb), var(--aa-scrollbar-thumb-background-color-alpha)) rgba(var(--aa-scrollbar-track-background-color-rgb), var(--aa-scrollbar-track-background-color-alpha));
  scrollbar-width: thin; }

.aa-Panel--scrollable::-webkit-scrollbar {
  width: 13px;
  width: var(--aa-scrollbar-width); }

.aa-Panel--scrollable::-webkit-scrollbar-track {
  background-color: #eaeaea;
  background-color: rgba(var(--aa-scrollbar-track-background-color-rgb), var(--aa-scrollbar-track-background-color-alpha)); }

.aa-Panel--scrollable::-webkit-scrollbar-thumb {
  background-color: #fff;
  background-color: rgba(var(--aa-scrollbar-thumb-background-color-rgb), var(--aa-scrollbar-thumb-background-color-alpha));
  border-radius: 9999px;
  border: 3px solid #eaeaea;
  border-color: rgba(var(--aa-scrollbar-track-background-color-rgb), var(--aa-scrollbar-track-background-color-alpha));
  border-right: 2px solid rgba(var(--aa-scrollbar-track-background-color-rgb), var(--aa-scrollbar-track-background-color-alpha)); }

.aa-Source {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; }

.aa-Source:empty {
  display: none; }

.aa-SourceNoResults {
  font-size: 1em;
  margin: 0;
  padding: 16px;
  padding: var(--aa-spacing); }

.aa-List {
  list-style: none;
  margin: 0; }

.aa-List, .aa-SourceHeader {
  padding: 0;
  position: relative; }

.aa-SourceHeader {
  margin: 8px .5em 8px 0;
  margin: var(--aa-spacing-half) 0.5em var(--aa-spacing-half) 0; }

.aa-SourceHeader:empty {
  display: none; }

.aa-SourceHeaderTitle {
  background: #fff;
  background: rgba(var(--aa-background-color-rgb), var(--aa-background-color-alpha));
  color: #3e34d3;
  color: rgba(var(--aa-primary-color-rgb), 1);
  display: inline-block;
  font-size: .8em;
  font-weight: 600;
  font-weight: var(--aa-font-weight-semibold);
  margin: 0;
  padding: 0 8px 0 0;
  padding: 0 var(--aa-spacing-half) 0 0;
  position: relative;
  z-index: 9999;
  z-index: var(--aa-base-z-index); }

.aa-SourceHeaderLine {
  border-bottom: 1px solid #3e34d3;
  border-bottom: 1px solid rgba(var(--aa-primary-color-rgb), 1);
  display: block;
  height: 2px;
  left: 0;
  margin: 0;
  opacity: .3;
  padding: 0;
  position: absolute;
  right: 0;
  top: 8px;
  top: var(--aa-spacing-half);
  z-index: 9998;
  z-index: calc(var(--aa-base-z-index) - 1); }

.aa-SourceFooterSeeAll {
  background: linear-gradient(180deg, #fff, rgba(128, 126, 163, 0.14));
  background: linear-gradient(180deg, rgba(var(--aa-background-color-rgb), var(--aa-background-color-alpha)), rgba(128, 126, 163, 0.14));
  border: 1px solid rgba(128, 126, 163, 0.6);
  border: 1px solid rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
  border-radius: 5px;
  box-shadow: inset 0 0 2px #fff, 0 2px 2px -1px rgba(76, 69, 88, 0.15);
  color: inherit;
  font-size: .95em;
  font-weight: 500;
  font-weight: var(--aa-font-weight-medium);
  padding: .475em 1em .6em;
  text-decoration: none; }

.aa-SourceFooterSeeAll:focus, .aa-SourceFooterSeeAll:hover {
  border: 1px solid #3e34d3;
  border: 1px solid rgba(var(--aa-primary-color-rgb), 1);
  color: #3e34d3;
  color: rgba(var(--aa-primary-color-rgb), 1); }

.aa-Item {
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
  display: grid;
  min-height: 40px;
  min-height: calc(var(--aa-spacing)*2.5);
  padding: 4px;
  padding: calc(var(--aa-spacing-half)/2); }

.aa-Item[aria-selected=true] {
  background-color: rgba(179, 173, 214, 0.205);
  background-color: rgba(var(--aa-selected-color-rgb), var(--aa-selected-color-alpha)); }

.aa-Item[aria-selected=true] .aa-ActiveOnly, .aa-Item[aria-selected=true] .aa-ItemActionButton {
  visibility: visible; }

.aa-ItemIcon {
  align-items: center;
  background: #fff;
  background: rgba(var(--aa-background-color-rgb), var(--aa-background-color-alpha));
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(128, 126, 163, 0.3);
  box-shadow: inset 0 0 0 1px rgba(var(--aa-panel-border-color-rgb), var(--aa-panel-border-color-alpha));
  color: #7777a3;
  color: rgba(var(--aa-icon-color-rgb), var(--aa-icon-color-alpha));
  display: flex;
  flex-shrink: 0;
  font-size: .7em;
  height: 28px;
  height: calc(var(--aa-icon-size) + var(--aa-spacing-half));
  justify-content: center;
  overflow: hidden;
  stroke-width: 1.6;
  stroke-width: var(--aa-icon-stroke-width);
  text-align: center;
  width: 28px;
  width: calc(var(--aa-icon-size) + var(--aa-spacing-half)); }

.aa-ItemIcon img {
  height: auto;
  max-height: 20px;
  max-height: calc(var(--aa-icon-size) + var(--aa-spacing-half) - 8px);
  max-width: 20px;
  max-width: calc(var(--aa-icon-size) + var(--aa-spacing-half) - 8px);
  width: auto; }

.aa-ItemIcon svg {
  height: 20px;
  height: var(--aa-icon-size);
  width: 20px;
  width: var(--aa-icon-size); }

.aa-ItemIcon--alignTop {
  align-self: flex-start; }

.aa-ItemIcon--noBorder {
  background: none;
  box-shadow: none; }

.aa-ItemIcon--picture {
  height: 96px;
  width: 96px; }

.aa-ItemIcon--picture img {
  max-height: 100%;
  max-width: 100%;
  padding: 8px;
  padding: var(--aa-spacing-half); }

.aa-ItemContent {
  align-items: center;
  cursor: pointer;
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  grid-gap: var(--aa-spacing-half);
  gap: var(--aa-spacing-half);
  grid-auto-flow: column;
  line-height: 1.25em;
  overflow: hidden; }

.aa-ItemContent:empty {
  display: none; }

.aa-ItemContent mark {
  background: none;
  color: #262627;
  color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
  font-style: normal;
  font-weight: 700;
  font-weight: var(--aa-font-weight-bold); }

.aa-ItemContent--dual {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left; }

.aa-ItemContent--dual .aa-ItemContentSubtitle, .aa-ItemContent--dual .aa-ItemContentTitle {
  display: block; }

.aa-ItemContent--indented {
  padding-left: 36px;
  padding-left: calc(var(--aa-icon-size) + var(--aa-spacing)); }

.aa-ItemContentBody {
  display: grid;
  grid-gap: 4px;
  gap: 4px;
  grid-gap: calc(var(--aa-spacing-half)/2);
  gap: calc(var(--aa-spacing-half)/2); }

.aa-ItemContentTitle {
  display: inline-block;
  margin: 0 .5em 0 0;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap; }

.aa-ItemContentSubtitle {
  font-size: .92em; }

.aa-ItemContentSubtitleIcon:before {
  border-color: rgba(128, 126, 163, 0.64);
  border-color: rgba(var(--aa-muted-color-rgb), 0.64);
  border-style: solid;
  content: "";
  display: inline-block;
  left: 1px;
  position: relative;
  top: -3px; }

.aa-ItemContentSubtitle--inline .aa-ItemContentSubtitleIcon:before {
  border-width: 0 0 1.5px;
  margin-left: 8px;
  margin-left: var(--aa-spacing-half);
  margin-right: 4px;
  margin-right: calc(var(--aa-spacing-half)/2);
  width: 10px;
  width: calc(var(--aa-spacing-half) + 2px); }

.aa-ItemContentSubtitle--standalone {
  align-items: center;
  color: #262627;
  color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  grid-gap: var(--aa-spacing-half);
  gap: var(--aa-spacing-half);
  grid-auto-flow: column;
  justify-content: start; }

.aa-ItemContentSubtitle--standalone .aa-ItemContentSubtitleIcon:before {
  border-radius: 0 0 0 3px;
  border-width: 0 0 1.5px 1.5px;
  height: 8px;
  height: var(--aa-spacing-half);
  width: 8px;
  width: var(--aa-spacing-half); }

.aa-ItemContentSubtitleCategory {
  color: #807ea3;
  color: rgba(var(--aa-muted-color-rgb), 1);
  font-weight: 500; }

.aa-ItemContentDescription {
  color: #262627;
  color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
  font-size: .85em;
  max-width: 100%;
  overflow-x: hidden;
  text-overflow: ellipsis; }

.aa-ItemContentDescription:empty {
  display: none; }

.aa-ItemContentDescription mark {
  background: rgba(245, 223, 77, 0.5);
  background: rgba(var(--aa-description-highlight-background-color-rgb), var(--aa-description-highlight-background-color-alpha));
  color: #262627;
  color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
  font-style: normal;
  font-weight: 500;
  font-weight: var(--aa-font-weight-medium); }

.aa-ItemContentDash {
  color: rgba(128, 126, 163, 0.6);
  color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
  display: none;
  opacity: .4; }

.aa-ItemContentTag {
  background-color: rgba(62, 52, 211, 0.2);
  background-color: rgba(var(--aa-primary-color-rgb), var(--aa-primary-color-alpha));
  border-radius: 3px;
  margin: 0 .4em 0 0;
  padding: .08em .3em; }

.aa-ItemLink, .aa-ItemWrapper {
  align-items: center;
  color: inherit;
  display: grid;
  grid-gap: 4px;
  gap: 4px;
  grid-gap: calc(var(--aa-spacing-half)/2);
  gap: calc(var(--aa-spacing-half)/2);
  grid-auto-flow: column;
  justify-content: space-between;
  width: 100%; }

.aa-ItemLink {
  color: inherit;
  text-decoration: none; }

.aa-ItemActions {
  display: grid;
  grid-auto-flow: column;
  height: 100%;
  justify-self: end;
  margin: 0 -5.33333px;
  margin: 0 calc(var(--aa-spacing)/-3);
  padding: 0 2px 0 0; }

.aa-ItemActionButton {
  align-items: center;
  background: none;
  border: 0;
  color: rgba(128, 126, 163, 0.6);
  color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  padding: 0; }

.aa-ItemActionButton:focus svg, .aa-ItemActionButton:hover svg {
  color: #262627;
  color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha)); }

@media (hover: none) and (pointer: coarse) {
  .aa-ItemActionButton:focus svg, .aa-ItemActionButton:hover svg {
    color: inherit; } }

.aa-ItemActionButton svg {
  color: rgba(128, 126, 163, 0.6);
  color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
  margin: 5.33333px;
  margin: calc(var(--aa-spacing)/3);
  stroke-width: 1.6;
  stroke-width: var(--aa-icon-stroke-width);
  width: 20px;
  width: var(--aa-action-icon-size); }

.aa-ActiveOnly {
  visibility: hidden; }

.aa-PanelHeader {
  align-items: center;
  background: #3e34d3;
  background: rgba(var(--aa-primary-color-rgb), 1);
  color: #fff;
  display: grid;
  height: var(--aa-modal-header-height);
  margin: 0;
  padding: 8px 16px;
  padding: var(--aa-spacing-half) var(--aa-spacing);
  position: relative; }

.aa-PanelHeader:after {
  background-image: linear-gradient(#fff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(var(--aa-background-color-rgb), 1), rgba(var(--aa-background-color-rgb), 0));
  bottom: -8px;
  bottom: calc(var(--aa-spacing-half)*-1);
  content: "";
  height: 8px;
  height: var(--aa-spacing-half);
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0; }

.aa-PanelFooter, .aa-PanelHeader:after {
  z-index: 9999;
  z-index: var(--aa-base-z-index); }

.aa-PanelFooter {
  background-color: #fff;
  background-color: rgba(var(--aa-background-color-rgb), var(--aa-background-color-alpha));
  box-shadow: inset 0 1px 0 rgba(128, 126, 163, 0.3);
  box-shadow: inset 0 1px 0 rgba(var(--aa-panel-border-color-rgb), var(--aa-panel-border-color-alpha));
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 16px;
  padding: var(--aa-spacing);
  position: relative; }

.aa-PanelFooter:after {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(128, 126, 163, 0.6));
  background-image: linear-gradient(rgba(var(--aa-background-color-rgb), 0), rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha)));
  content: "";
  height: 16px;
  height: var(--aa-spacing);
  left: 0;
  opacity: .12;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -16px;
  top: calc(var(--aa-spacing)*-1);
  z-index: 9998;
  z-index: calc(var(--aa-base-z-index) - 1); }

.aa-DetachedContainer {
  background: #fff;
  background: rgba(var(--aa-background-color-rgb), var(--aa-background-color-alpha));
  bottom: 0;
  box-shadow: 0 0 0 1px rgba(35, 38, 59, 0.1), 0 6px 16px -4px rgba(35, 38, 59, 0.15);
  box-shadow: var(--aa-panel-shadow);
  display: flex;
  flex-direction: column;
  left: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  z-index: var(--aa-base-z-index); }

.aa-DetachedContainer:after {
  height: 32px; }

.aa-DetachedContainer .aa-SourceHeader {
  margin: 8px 0 8px 2px;
  margin: var(--aa-spacing-half) 0 var(--aa-spacing-half) 2px; }

.aa-DetachedContainer .aa-Panel {
  background-color: #fff;
  background-color: rgba(var(--aa-background-color-rgb), var(--aa-background-color-alpha));
  border-radius: 0;
  box-shadow: none;
  flex-grow: 1;
  margin: 0;
  padding: 0;
  position: relative; }

.aa-DetachedContainer .aa-PanelLayout {
  bottom: 0;
  box-shadow: none;
  left: 0;
  margin: 0;
  max-height: none;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

.aa-DetachedFormContainer {
  border-bottom: 1px solid rgba(128, 126, 163, 0.3);
  border-bottom: 1px solid rgba(var(--aa-panel-border-color-rgb), var(--aa-panel-border-color-alpha));
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 8px;
  padding: var(--aa-spacing-half); }

.aa-DetachedCancelButton {
  background: none;
  border: 0;
  border-radius: 3px;
  color: inherit;
  color: #262627;
  color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
  cursor: pointer;
  font: inherit;
  margin: 0 0 0 8px;
  margin: 0 0 0 var(--aa-spacing-half);
  padding: 0 8px;
  padding: 0 var(--aa-spacing-half); }

.aa-DetachedCancelButton:focus, .aa-DetachedCancelButton:hover {
  box-shadow: inset 0 0 0 1px rgba(128, 126, 163, 0.3);
  box-shadow: inset 0 0 0 1px rgba(var(--aa-panel-border-color-rgb), var(--aa-panel-border-color-alpha)); }

.aa-DetachedContainer--modal {
  border-radius: 6px;
  bottom: inherit;
  height: auto;
  margin: 0 auto;
  max-width: 680px;
  max-width: var(--aa-detached-modal-max-width);
  position: absolute;
  top: 3%; }

.aa-DetachedContainer--modal .aa-PanelLayout {
  max-height: 500px;
  max-height: var(--aa-detached-modal-max-height);
  padding-bottom: 8px;
  padding-bottom: var(--aa-spacing-half);
  position: static; }

.aa-DetachedSearchButton {
  align-items: center;
  background-color: #fff;
  background-color: rgba(var(--aa-input-background-color-rgb), var(--aa-input-background-color-alpha));
  border: 1px solid rgba(128, 126, 163, 0.8);
  border: 1px solid rgba(var(--aa-input-border-color-rgb), var(--aa-input-border-color-alpha));
  border-radius: 3px;
  color: rgba(128, 126, 163, 0.6);
  color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
  cursor: pointer;
  display: flex;
  font: inherit;
  font-family: inherit;
  font-family: var(--aa-font-family);
  font-size: 16px;
  font-size: var(--aa-font-size);
  height: 44px;
  height: var(--aa-search-input-height);
  margin: 0;
  padding: 0 5.5px;
  padding: 0 calc(var(--aa-search-input-height)/8);
  position: relative;
  text-align: left;
  width: 100%; }

.aa-DetachedSearchButton:focus {
  border-color: #3e34d3;
  border-color: rgba(var(--aa-primary-color-rgb), 1);
  box-shadow: 0 0 0 3px rgba(62, 52, 211, 0.2), inset 0 0 0 2px rgba(62, 52, 211, 0.2);
  box-shadow: rgba(var(--aa-primary-color-rgb), var(--aa-primary-color-alpha)) 0 0 0 3px, inset rgba(var(--aa-primary-color-rgb), var(--aa-primary-color-alpha)) 0 0 0 2px;
  outline: medium none currentColor; }

.aa-DetachedSearchButtonIcon {
  align-items: center;
  color: #3e34d3;
  color: rgba(var(--aa-primary-color-rgb), 1);
  cursor: auto;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 36px;
  width: calc(var(--aa-icon-size) + var(--aa-spacing)); }

.aa-Detached {
  height: 100vh;
  overflow: hidden; }

.aa-DetachedOverlay {
  background-color: rgba(115, 114, 129, 0.4);
  background-color: rgba(var(--aa-overlay-color-rgb), var(--aa-overlay-color-alpha));
  height: 100vh;
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  z-index: calc(var(--aa-base-z-index) - 1); }

.aa-GradientBottom, .aa-GradientTop {
  height: 8px;
  height: var(--aa-spacing-half);
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 9999;
  z-index: var(--aa-base-z-index); }

.aa-GradientTop {
  background-image: linear-gradient(#fff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(var(--aa-background-color-rgb), 1), rgba(var(--aa-background-color-rgb), 0));
  top: 0; }

.aa-GradientBottom {
  background-image: linear-gradient(rgba(255, 255, 255, 0), #fff);
  background-image: linear-gradient(rgba(var(--aa-background-color-rgb), 0), rgba(var(--aa-background-color-rgb), 1));
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: calc(var(--aa-spacing)/4);
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: calc(var(--aa-spacing)/4);
  bottom: 0; }

@media (hover: none) and (pointer: coarse) {
  .aa-DesktopOnly {
    display: none; } }

@media (hover: hover) {
  .aa-TouchOnly {
    display: none; } }

@font-face {
  font-family: "InterNew";
  src: url(./06e61576a1557e1208fbc16a2853b893.woff) format("woff"), url(./335099f8c53548e09f6fa7e9d605bbbb.woff2) format("woff2");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: "InterNew";
  src: url(./1b4ddb7c8895cc57f51de6e1b54fe3ed.woff) format("woff"), url(./2de5cd927bcbcb0c029e25ba615d92d1.woff2) format("woff2");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "InterNew";
  src: url(./92e6ba55d8ab57cac071d8893fecef69.woff) format("woff"), url(./69ce57f5e51cc81aa44c6f2718d14b57.woff2) format("woff2");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: "InterNew";
  src: url(./678f9520fa54a52fb87f57e7efbabdef.woff) format("woff"), url(./990ee43224d76dd50a936acaf489d0e4.woff2) format("woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "InterNew";
  src: url(./a9041df04dc9b9ce3b4c14e708d5a728.woff) format("woff"), url(./99a3c0889316e1e78077fc60bc3d468a.woff2) format("woff2");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "InterNew";
  src: url(./d5d9d7641d430bf4e32a89ada03275d9.woff) format("woff"), url(./304a147d58239ee4f2b451f1ac5979c2.woff2) format("woff2");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "InterNew";
  src: url(./9864a52faa634aa3923aa8e18a66a447.woff) format("woff"), url(./134108683a66c89f1af0f60bbdbf84c1.woff2) format("woff2");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "InterNew";
  src: url(./7041b83ed24a9cbf5c248c92347f2cd4.woff) format("woff"), url(./fa66016d8720d2e0c1dabbc6da9c0983.woff2) format("woff2");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: "InterNew";
  src: url(./165563c4d60938a62db4e8e203419dcd.woff) format("woff"), url(./1b19574d075cd8d47035e3ffbb31e789.woff2) format("woff2");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url(./a9fad26113a5aea886aa6372acaa941f.eot);
  src: url(./a9fad26113a5aea886aa6372acaa941f.eot#iefix) format("embedded-opentype"), url(./5123d9771f7160303af365cd39f346d9.ttf) format("truetype"), url(./8fd58d4bf6e75f64c4d03c0d83eb33ba.woff) format("woff"), url(./7c2ad8b63785dbffa385fea9f26113dd.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-union:before {
  content: "\e91a"; }

.icon-language:before {
  content: "\e919"; }

.icon-instagram:before {
  content: "\e902"; }

.icon-linkedin:before {
  content: "\e904"; }

.icon-pocket:before {
  content: "\e906"; }

.icon-reddit:before {
  content: "\e908"; }

.icon-search:before {
  content: "\e909"; }

.icon-share:before {
  content: "\e911"; }

.icon-slack:before {
  content: "\e912"; }

.icon-stackoverflow:before {
  content: "\e913"; }

.icon-twitter:before {
  content: "\e914"; }

.icon-vk:before {
  content: "\e915"; }

.icon-weibo:before {
  content: "\e916"; }

.icon-email:before {
  content: "\e917"; }

.icon-facebook:before {
  content: "\e918"; }

.icon-cart:before {
  content: "\e900"; }

.icon-comments:before {
  content: "\e901"; }

.icon-globus:before {
  content: "\e903"; }

.icon-like:before {
  content: "\e905"; }

.icon-rss-feed:before {
  content: "\e907"; }

.icon-user:before {
  content: "\e90a"; }

.icon-wechat:before {
  content: "\e90b"; }

.icon-youtube:before {
  content: "\e90c"; }

.icon-arrow-left:before {
  content: "\e90d"; }

.icon-arrow-right:before {
  content: "\e90e"; }

.icon-bag:before {
  content: "\e90f"; }

.icon-down:before {
  content: "\e910"; }

#comments {
  max-width: 100%;
  margin-bottom: 2em;
  box-sizing: border-box; }

#comments-disabled {
  width: 100%;
  font-size: 20px;
  margin-top: 48px;
  font-weight: bold;
  text-align: center;
  font-style: normal;
  line-height: 126.19%;
  color: rgba(39, 40, 44, 0.7);
  font-family: 'Inter', sans-serif; }

.comments-title {
  color: #27282C;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 126.19%;
  font-family: 'Inter', sans-serif; }

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

.comment {
  margin-bottom: 2em;
  box-sizing: border-box; }
  .comment:last-of-type {
    margin-bottom: 0; }
  .comment--has-children {
    position: relative; }
    .comment--has-children:before {
      top: 75px;
      left: 25px;
      width: 1px;
      content: '';
      display: block;
      position: absolute;
      background-color: #c4c4c4;
      height: calc(100% - 60px); }

.comment-wrap {
  display: flex; }

.comment-img {
  width: 50px;
  height: 50px;
  flex-grow: 0;
  flex-shrink: 0;
  overflow: hidden;
  margin-right: 9px;
  border-radius: 50%; }

.comment-body {
  width: 100%;
  max-width: calc(100% - 60px); }
  .comment-body p {
    color: #27282C;
    font-size: 18px;
    line-height: 28px;
    font-style: normal;
    font-weight: normal;
    word-wrap: break-word;
    letter-spacing: 0.02em;
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif; }
  .comment-body p > a {
    color: #167DFF;
    font-size: 18px;
    font-weight: 400;
    font-style: italic; }
  .comment-body .comment-reply > a {
    color: #A5ACB3;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 126.19%;
    font-family: 'Inter', sans-serif; }
    .comment-body .comment-reply > a:hover, .comment-body .comment-reply > a:focus {
      color: #167DFF;
      border-bottom: 1px dotted #167DFF; }

.comment-author {
  margin: 0;
  padding: 0;
  display: flex;
  color: #27282C;
  align-items: center;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-family: 'Inter', sans-serif; }
  .comment-author span {
    margin-left: 0.25em;
    font-style: italic;
    font-weight: normal; }
  .comment-author a {
    color: #27282C; }
    .comment-author a:hover, .comment-author a:focus {
      color: #27282C;
      text-decoration: none; }

.comment-date {
  margin-top: 6px;
  padding: 0;
  height: 25px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: rgba(39, 40, 44, 0.4);
  font-family: 'Inter', sans-serif; }

.children {
  list-style: none;
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: 25px;
  padding-left: 25px; }

.comments-pagination h2 {
  font-size: 1.5em; }

.comments-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-start; }
  .comments-pagination .nav-links .page-numbers {
    height: 18px;
    display: flex;
    align-items: stretch;
    margin: 0 6px;
    color: rgba(39, 40, 44, 0.4); }
    .comments-pagination .nav-links .page-numbers:first-of-type {
      margin-left: 0; }
    .comments-pagination .nav-links .page-numbers:last-of-type {
      margin-right: 0; }
    .comments-pagination .nav-links .page-numbers.prev {
      width: 8px;
      height: 16px;
      color: #1d1d1d;
      display: block;
      align-self: stretch;
      background-size: contain;
      transform: rotate(180deg);
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url(./74ec6b0c21ea14a24df1e44b1d6b7993.svg); }
    .comments-pagination .nav-links .page-numbers.next {
      width: 8px;
      height: 16px;
      color: #1d1d1d;
      display: block;
      align-self: stretch;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url(./74ec6b0c21ea14a24df1e44b1d6b7993.svg); }
    .comments-pagination .nav-links .page-numbers.current {
      color: #1d1d1d; }

.handorgel {
  display: block;
  width: 100%; }

.handorgel__header {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  display: block;
  margin: 0; }

.handorgel__header--open .handorgel__header__button:before {
  transform: translateY(-50%) rotate(90deg); }

.handorgel__header--focus .handorgel__header__button {
  outline: none; }

.handorgel__header__button {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 30px;
  margin: 0;
  border: none;
  background-color: #fff;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-align: left;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.handorgel__header__button:before {
  transition: transform 0.15s ease-in-out;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #19191C; }

.handorgel__header__button::-moz-focus-inner {
  border: 0; }

.handorgel__content {
  display: none;
  overflow: hidden;
  height: 0;
  background-color: #fff;
  -webkit-transition: height 0.1s ease 0.1s;
  transition: height 0.1s ease 0.1s; }

.handorgel__content--open {
  display: block;
  -webkit-transition: height 0.2s ease;
  transition: height 0.2s ease; }

.handorgel__content--opened {
  overflow: visible; }

.handorgel__content__inner {
  padding: 0 30px;
  opacity: 0;
  max-width: 750px;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease; }

.handorgel__content__inner p {
  margin: 0; }

.handorgel__content--opened .handorgel__content__inner {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.header {
  position: relative;
  flex-shrink: 0;
  background: #27282c;
  z-index: 99; }
  .header > .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }

.logo {
  display: block;
  width: 72px; }

.menu-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 12px 0 12px 30px;
  width: calc(100% - 72px); }
  @media (min-width: 769px) {
    .menu-list {
      padding: 0 0 0 30px; } }
  .menu-list > li {
    position: relative;
    margin-left: 13px; }
    @media (min-width: 768px) {
      .menu-list > li {
        margin-left: 26px; } }
    @media (max-width: 767px) {
      .menu-list > li:first-child {
        display: flex;
        justify-content: flex-end;
        width: 100%;
        margin-bottom: 10px; } }
  .menu-list a {
    display: flex;
    align-items: center;
    color: #fff; }
    .menu-list a:hover {
      color: #fff;
      text-decoration: none; }
  .menu-list i {
    color: #fff;
    font-size: 24px; }
    .menu-list i.icon-down {
      font-size: 22px;
      margin-left: 8px; }

.dropdown-language {
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
  position: absolute;
  top: 100%;
  right: -15px;
  transform: none;
  width: 120px;
  background: #27282C;
  margin: 11px 0 0;
  padding: 10px 0;
  text-align: center;
  opacity: 0;
  visibility: hidden; }
  @media (min-width: 641px) {
    .dropdown-language {
      right: -32px; } }
  @media (min-width: 769px) {
    .dropdown-language {
      margin: 24px 0 0 0; } }
  @media (min-width: 1566px) {
    .dropdown-language {
      right: -48px; } }
  .dropdown-language a {
    display: block;
    padding: 8px 8px;
    color: rgba(255, 255, 255, 0.7); }
    .dropdown-language a:hover {
      color: #fff;
      text-decoration: none; }

.navbar {
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
  padding: 30px 0 8px;
  opacity: 0;
  visibility: hidden; }
  .navbar ul.row {
    display: flex;
    flex-wrap: wrap; }
    .navbar ul.row > li {
      width: 100%;
      padding-left: 16px; }
      @media (min-width: 641px) {
        .navbar ul.row > li {
          padding-left: 32px; } }
      @media (min-width: 769px) {
        .navbar ul.row > li {
          width: 18%; } }
      @media (min-width: 1281px) {
        .navbar ul.row > li {
          padding-left: 32px; } }
      @media (min-width: 1025px) {
        .navbar ul.row > li:first-child {
          width: 24%; } }
      .navbar ul.row > li > .sub-menu > li:first-child {
        margin: 0 0 9px; }
      @media (max-width: 768px) {
        .navbar ul.row > li > .sub-menu > li {
          width: 100%; } }
  .navbar h3 {
    margin: 0; }
  .navbar h3 + .sub-menu {
    margin-top: 9px; }

.sub-menu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px; }
  .sub-menu li {
    margin: 0 0 10px;
    width: 50%;
    padding: 6px 0 0; }
    @media (min-width: 641px) {
      .sub-menu li {
        width: 25%; } }
    @media (min-width: 769px) {
      .sub-menu li {
        width: 100%; } }
    @media (min-width: 1025px) {
      .sub-menu li.columns .sub-menu {
        display: block;
        column-count: 2; } }
    @media (min-width: 1025px) {
      .sub-menu li.columns .sub-menu li {
        width: auto;
        margin-left: -38px; } }
    @media (min-width: 1025px) {
      .sub-menu li.columns .sub-menu a {
        padding-left: 38px; } }
    @media (min-width: 1025px) {
      .sub-menu li.columns .sub-menu a img {
        left: 0; } }
  .sub-menu a {
    position: relative;
    color: rgba(39, 40, 44, 0.7); }
    .sub-menu a:hover {
      color: #27282C;
      text-decoration: none; }
      @media (min-width: 769px) {
        .sub-menu a:hover img {
          opacity: 1;
          visibility: visible; } }
    .sub-menu a img {
      transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
      position: absolute;
      width: 32px;
      height: 32px;
      left: -40px;
      top: -6px;
      opacity: 0;
      visibility: hidden; }

.search-popup {
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
  display: flex;
  padding: 33px 0 63px;
  opacity: 0;
  visibility: hidden; }
  .search-popup__holder {
    max-width: 990px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px; }
  .search-popup__form input[type="search"] {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 300;
    width: 100%;
    border: none;
    padding-left: 32px;
    border-bottom: 1px solid rgba(39, 40, 44, 0.15);
    height: 53px; }
  .search-popup__form button {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 24px;
    line-height: 1;
    transform: translateY(-50%);
    padding: 0; }
  .search-popup__form .form-group {
    margin: 0 0 32px; }

.resize-active * {
  transition: none !important; }

body {
  display: flex;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300; }
  body.nav-active .navbar {
    opacity: 1;
    visibility: visible; }
  body.nav-active .overlay {
    opacity: 1;
    visibility: visible; }
  body.lang-active .header .dropdown-language {
    opacity: 1;
    visibility: visible; }
  body.footer-lang-active .footer .dropdown-language {
    opacity: 1;
    visibility: visible; }
  body.search-active .search-popup {
    opacity: 1;
    visibility: visible; }
  body.search-active .overlay {
    opacity: 1;
    visibility: visible; }
  body .tag {
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
    padding: 5px 13px;
    background-color: rgba(39, 40, 44, 0.05);
    display: inline-block;
    border-radius: 4px;
    margin: 0 8px 8px 0;
    white-space: nowrap;
    cursor: pointer; }
    body .tag:hover {
      background-color: rgba(22, 125, 255, 0.1);
      color: #167DFF;
      text-decoration: none; }
  @media (max-width: 767px) {
    body.search .top-page {
      padding-bottom: 35px; } }
  @media (max-width: 767px) {
    body.search .menu {
      display: none; } }

#wrapper {
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative; }

a {
  transition: color 0.15s ease-in-out;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

h1 {
  line-height: 1.22;
  font-weight: 400; }
  @media (min-width: 641px) {
    h1 {
      font-size: 44px;
      line-height: 1.090909;
      letter-spacing: -1px; } }

h2 {
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: -.5px; }
  @media (min-width: 641px) {
    h2 {
      font-size: 34px;
      line-height: 1.17647; } }

h3 {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  margin: 0 0 16px; }
  @media (min-width: 641px) {
    h3 {
      font-size: 26px;
      line-height: 1.07692; } }

h4 {
  font-size: 16px;
  line-height: .15;
  font-weight: 600;
  margin: 0 0 16px; }
  @media (min-width: 641px) {
    h4 {
      font-size: 22px;
      line-height: 1.090909; } }

h5 {
  font-size: 13px;
  line-height: 1.54;
  font-weight: 600;
  margin: 0 0 8px; }
  @media (min-width: 641px) {
    h5 {
      font-size: 20px;
      line-height: 1; } }

h1:hover .copy-button, .h1:hover .copy-button,
h2:hover .copy-button, .h2:hover .copy-button,
h3:hover .copy-button, .h3:hover .copy-button,
h4:hover .copy-button, .h4:hover .copy-button,
h5:hover .copy-button, .h5:hover .copy-button,
h6:hover .copy-button, .h6:hover .copy-button,
.h:hover .copy-button,
a:hover .copy-button {
  opacity: 1;
  visibility: visible; }

section.article-section .content h3,
section.article-section .content h4,
section.article-section .content h5 {
  line-height: 1.33; }

.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-radius: 2em;
  color: #fff;
  background: #167DFF;
  padding: 8px 24px; }
  .btn:hover {
    text-decoration: none; }

.container {
  max-width: 1534px;
  margin: 0 auto;
  padding: 0 15px; }
  @media (min-width: 641px) {
    .container {
      padding: 0 32px; } }

main {
  flex-grow: 1; }
  main .article-section .content ul:not([class]):not([id]) {
    margin-bottom: 24px; }
    main .article-section .content ul:not([class]):not([id]) li {
      padding-bottom: 0; }
      main .article-section .content ul:not([class]):not([id]) li ul:not([class]):not([id]) {
        margin-top: 0;
        margin-bottom: 0; }
  main ul:not([class]):not([id]) li {
    position: relative;
    padding: 0 0 24px 25px; }
    main ul:not([class]):not([id]) li:before {
      content: '';
      position: absolute;
      top: 13px;
      left: 2px;
      width: 4px;
      height: 4px;
      background: #27282C;
      border-radius: 50%; }
    main ul:not([class]):not([id]) li ul:not([class]):not([id]) {
      margin-top: 24px;
      max-width: 670px; }
      main ul:not([class]):not([id]) li ul:not([class]):not([id]) li {
        padding-left: 32px; }
        main ul:not([class]):not([id]) li ul:not([class]):not([id]) li:before {
          left: 8px;
          background: transparent;
          border: 1px solid #27282C; }

button {
  background: transparent;
  border: none;
  outline: none; }

.overlay {
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 11;
  opacity: 0;
  visibility: hidden; }

.tag-list {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline; }

.form-group {
  position: relative; }

.found-wrap {
  padding: 0 16px; }

@media (min-width: 769px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px; } }

@media (min-width: 769px) {
  .row.card_container .col:nth-child(4n+4) {
    display: flex; } }

@media (min-width: 769px) {
  .col {
    display: flex;
    width: 50%;
    padding: 0 16px; } }

@media (min-width: 1025px) {
  .col {
    width: 33.332%; } }

@media (min-width: 1281px) {
  .col {
    width: 25%; } }

@media (min-width: 1025px) {
  .col:nth-child(4n+4) {
    display: none; } }

@media (min-width: 1281px) {
  .col:nth-child(4n+4) {
    display: flex; } }

@media (max-width: 767px) {
  .col:last-child .card {
    margin: 0; } }

.col--double {
  display: block;
  width: 100%; }
  @media (min-width: 1281px) {
    .col--double {
      width: 66.664%; } }
  .col--double img {
    border-radius: 10px; }

@media (min-width: 1025px) {
  .row.last-col-home .col:nth-child(4n+4) {
    display: flex; } }

@media (min-width: 1025px) {
  .row.last-col-home .col:nth-child(4n+7),
  .row.last-col-home .col:nth-child(4n+8) {
    display: none; } }

@media (min-width: 1281px) {
  .row.last-col-home .col:nth-child(4n+7),
  .row.last-col-home .col:nth-child(4n+8) {
    display: flex; } }

@media (min-width: 1025px) {
  .row.last-col-home.show_all .col:nth-child(4n+7),
  .row.last-col-home.show_all .col:nth-child(4n+8) {
    display: flex; } }

@media (min-width: 1281px) {
  .row.last-col-home.show_all .col:nth-child(4n+7),
  .row.last-col-home.show_all .col:nth-child(4n+8) {
    display: flex; } }

@media (min-width: 1025px) {
  .row.latest_posts .col:nth-child(4n+6) {
    display: none; } }

@media (min-width: 1281px) {
  .row.latest_posts .col:nth-child(4n+6) {
    display: flex; } }

@media (min-width: 1025px) {
  .row.latest_posts .col:nth-child(4n+5) {
    display: none; } }

@media (min-width: 1281px) {
  .row.latest_posts .col:nth-child(4n+5) {
    display: flex; } }

@media (min-width: 1025px) {
  .row.latest_posts .col:nth-child(4n+4) {
    display: flex; } }

.row.latest_posts .col--double {
  display: block;
  width: 100%; }
  @media (min-width: 1025px) {
    .row.latest_posts .col--double {
      width: 66.66%; } }
  @media (min-width: 1281px) {
    .row.latest_posts .col--double {
      width: 50%; } }

input[type="search"] {
  -webkit-appearance: none; }

.dark-theme {
  background: #27282C;
  color: white; }

.light-gray-bg {
  background: #F4F4F4; }
  .light-gray-bg .card {
    background: #fff; }

.top-page {
  position: relative;
  padding: 35px 0 76px; }
  @media (min-width: 769px) {
    .top-page {
      padding: 30px 0 90px; } }
  .top-page h2 {
    margin: 0; }
  .top-page__head {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 15; }
    .top-page__head .text-container {
      width: 100%; }
      @media (min-width: 641px) {
        .top-page__head .text-container {
          width: calc(100% - 72px - 24px); } }
      .top-page__head .text-container a {
        color: #27282C; }
        .top-page__head .text-container a:hover {
          text-decoration: none; }
    .top-page__head p {
      width: 100%;
      margin: 0; }
    .top-page__head img {
      width: 72px;
      height: 72px;
      margin: 0 24px 16px 0; }
      @media (min-width: 1025px) {
        .top-page__head img {
          margin: 0 24px 0 0; } }

.menu {
  transition: transform 0.15s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 17px 0;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  background: #fff;
  z-index: 9;
  max-width: 1470px;
  margin: 0 auto;
  transform: translateY(0); }
  @media (min-width: 641px) {
    .menu {
      padding: 17px 0;
      left: 32px;
      right: 32px; } }
  @media (min-width: 769px) {
    .menu {
      padding: 24px 0; } }
  @media (min-width: 1501px) {
    .menu {
      width: 100%;
      left: auto;
      right: auto; } }
  .menu:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    padding: 0 0 0 9999px;
    margin: 0 0 0 -9999px; }
  .menu:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 9999px 0 0;
    margin: 0 -9999px 0 0;
    background: #fff; }
  .menu__border {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(39, 40, 44, 0.15); }
    .menu__border:before {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      padding: 0 9999px 0 0;
      margin: 0 -9999px 0 0;
      height: 1px;
      background: rgba(39, 40, 44, 0.15);
      z-index: 99; }
    .menu__border:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 0 0 0 9999px;
      margin: 0 0 0 -9999px;
      height: 1px;
      background: rgba(39, 40, 44, 0.15);
      z-index: 99; }
  .menu.fixed {
    position: fixed;
    top: 0;
    bottom: auto;
    z-index: 991; }
  .menu__nav {
    width: 38%; }
    @media (min-width: 481px) {
      .menu__nav {
        width: 64%; } }
    @media (min-width: 769px) {
      .menu__nav {
        width: 65%; } }
    .menu__nav > ul {
      display: inline-block;
      margin: 0 -14px; }
      .menu__nav > ul li {
        display: inline-block;
        padding: 0 14px; }
      .menu__nav > ul a {
        color: rgba(39, 40, 44, 0.7); }
        .menu__nav > ul a:hover {
          color: #27282C;
          text-decoration: none; }
        .menu__nav > ul a.curent_tax {
          color: #27282C;
          text-decoration: none; }
    .menu__nav .priority-nav__wrapper {
      font-weight: 300;
      font-size: 16px;
      line-height: 1.5;
      padding: 0 0 0 16px; }
    .menu__nav .nav__dropdown-toggle {
      opacity: .7; }
      .menu__nav .nav__dropdown-toggle:after {
        content: "\e910";
        font-size: 24px;
        font-family: 'icomoon';
        display: inline-block;
        vertical-align: middle;
        color: #27282C; }
  .menu__right {
    display: flex;
    justify-content: flex-end;
    width: 62%; }
    @media (min-width: 481px) {
      .menu__right {
        width: 36%; } }
    @media (min-width: 769px) {
      .menu__right {
        width: 35%; } }
    @media (max-width: 767px) {
      .menu__right .social {
        display: none; } }
    .menu__right .social li:first-child {
      display: none; }
      @media (min-width: 1025px) {
        .menu__right .social li:first-child {
          display: block; } }
    @media (max-width: 767px) {
      .menu__right .btn {
        font-size: 13px; } }

.priority-nav__dropdown {
  top: 100%;
  left: 6px;
  padding: 16px;
  border: 1px solid rgba(39, 40, 44, 0.15);
  background-color: white;
  margin: 27px 0 0;
  z-index: 99; }
  @media (min-width: 768px) {
    .priority-nav__dropdown {
      margin-top: 28px; } }
  @media (min-width: 1024px) {
    .priority-nav__dropdown {
      margin-top: 35px; } }
  .priority-nav__dropdown li {
    margin: 0 0 16px; }
    .priority-nav__dropdown li:last-child {
      margin: 0; }
  .priority-nav__dropdown a {
    color: rgba(39, 40, 44, 0.7); }
    .priority-nav__dropdown a:hover {
      color: #27282C;
      text-decoration: none; }

.social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -12px; }
  .social li {
    padding: 0 12px; }
  .social span {
    color: rgba(39, 40, 44, 0.8); }
  .social a {
    font-size: 24px;
    display: flex;
    color: #27282C; }
    .social a:hover {
      text-decoration: none; }

.intro {
  padding: 72px 0 56px;
  background: #F4F4F4; }
  .intro h1 {
    margin: 0 0 24px; }
  .intro h2 {
    max-width: 720px; }

.promo {
  padding: 32px 0 0; }
  .promo .tag {
    font-size: 13px;
    line-height: 1.54;
    font-weight: 300;
    margin: 0 8px 16px 0; }
  .promo__row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    background: #F4F4F4;
    border-radius: 10px;
    overflow: hidden; }
    @media (min-width: 1025px) {
      .promo__row {
        flex-direction: row; } }
  .promo__img {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 150px;
    width: 100%;
    height: 65vw;
    max-height: 500px; }
    @media (min-width: 641px) {
      .promo__img {
        height: 35vh;
        min-height: 450px; } }
    @media (min-width: 1025px) {
      .promo__img {
        width: 50%;
        height: 50vh; } }
    .promo__img:only-child {
      width: 100%; }
  .promo h1 {
    margin: 0 0 16px; }
    .promo h1 a {
      color: inherit; }
      .promo h1 a:hover {
        text-decoration: none; }
  .promo__text {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 350;
    padding: 16px 32px 16px 16px; }
    @media (min-width: 769px) {
      .promo__text {
        width: 80%;
        padding: 32px 48px 32px 32px; } }
    @media (min-width: 1025px) {
      .promo__text {
        width: 50%;
        padding: 32px; } }
    @media (min-width: 1281px) {
      .promo__text {
        padding: 48px; } }
    .promo__text:only-child {
      width: 100%; }
    .promo__text h2 a {
      color: inherit; }
      .promo__text h2 a:hover {
        text-decoration: none; }
    .promo__text p {
      margin: 0 0 25px; }
  .promo__link .btn {
    padding: 10px 30px;
    margin: 0 22px 0 0; }

.section {
  padding: 25px 0; }
  @media (min-width: 769px) {
    .section {
      padding: 48px 0; } }
  .section--dark {
    background: #27282C;
    color: #fff; }
    .section--dark .section__head a {
      color: #4ca6ff; }
    .section--dark h2 {
      color: #fff; }
    .section--dark .webinar {
      color: #fff;
      border: none;
      background-color: rgba(255, 255, 255, 0.1); }
      .section--dark .webinar .card__body {
        opacity: .8;
        color: #fff; }
      .section--dark .webinar h3 {
        color: #fff; }
      .section--dark .webinar time {
        opacity: .8;
        color: #fff; }
  .section__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 32px; }
    .section__head h2 {
      width: 55%;
      margin: 0; }
      @media (min-width: 769px) {
        .section__head h2 {
          width: 65.5%; } }
    .section__head a {
      font-weight: 350;
      font-size: 20px;
      line-height: 1.6;
      margin-left: auto; }
      .section__head a:hover {
        text-decoration: underline; }
    .section__head-text {
      font-size: 20px;
      line-height: 1.6;
      font-weight: 300;
      width: 100%;
      max-width: 720px;
      opacity: .8;
      padding: 32px 0 0; }

.card {
  transition: transform 0.15s ease-in-out;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  border: 1px solid rgba(39, 40, 44, 0.15);
  cursor: pointer;
  padding: 0 0 12px;
  margin: 0 0 32px;
  border-radius: 10px;
  overflow: hidden;
  width: 100%; }
  .card:hover {
    text-decoration: none;
    transform: translateY(-2%); }
  .card img {
    flex-shrink: 0; }
  .card.webinar {
    padding-top: 0;
    padding-bottom: 16px; }
    .card.webinar .card__header {
      padding-top: 16px;
      padding-bottom: 9px;
      background: linear-gradient(251.06deg, #FDB60D 3.9%, #FE2857 95.68%); }
      .card.webinar .card__header time {
        padding: 4px 0 8px; }
    .card.webinar .speakers-name {
      color: rgba(255, 255, 255, 0.8); }
    .card.webinar h3 {
      color: #fff; }
    .card.webinar h3 + .speakers-name {
      padding-top: 0;
      padding-bottom: 7px; }
    .card.webinar .avatar {
      width: 72px;
      height: 72px;
      filter: grayscale(1); }
    .card.webinar .avatar ~ .avatar {
      margin-left: -18px; }
    .card.webinar .card__body {
      padding-top: 16px;
      padding-bottom: 16px; }
    .card.webinar time {
      margin: 0; }
    .card.webinar--objc-bg .card__header {
      background: linear-gradient(240.55deg, #0C75E8 13.3%, #2BBFE2 87.11%); }
    .card.webinar--clion-bg .card__header {
      background: linear-gradient(133.25deg, #24BDC9 0%, #22D88F 100%); }
    .card.webinar--datagrip-bg .card__header {
      background: linear-gradient(73.28deg, #C875F7 0%, #2CC383 76.9%); }
    .card.webinar--datalore-bg .card__header {
      background: linear-gradient(127.12deg, #3AEA62 -3.17%, #22B3AE 96.04%); }
    .card.webinar--go-bg .card__header {
      background: linear-gradient(243.32deg, #1F76FA -2.62%, #3BEA62 95.32%); }
    .card.webinar--hub-bg .card__header {
      background: linear-gradient(280.46deg, #18B1F5 3.98%, #82DE9E 96.78%); }
    .card.webinar--idea-bg .card__header {
      background: linear-gradient(294.39deg, #8352A9 20.77%, #FE2857 82.59%); }
    .card.webinar--blog-bg .card__header {
      background: linear-gradient(251.06deg, #FDB60D 3.9%, #FE2857 95.68%); }
    .card.webinar--kotlin-bg .card__header {
      background: linear-gradient(250.11deg, #CB5E98 0%, #965EFF 98.71%); }
    .card.webinar--mps-bg .card__header {
      background: linear-gradient(240.13deg, #8FE86A 5.91%, #22D789 81.29%); }
    .card.webinar--pycharm-bg .card__header {
      background: linear-gradient(212.65deg, #8FE86A -7.31%, #21D789 92.39%); }
    .card.webinar--rscpp-bg .card__header {
      background: linear-gradient(313.79deg, #C40B55 9.03%, #E342E4 96.58%); }
    .card.webinar--ruby-bg .card__header {
      background: linear-gradient(225.07deg, #F41E75 4.37%, #FF1F51 73.47%); }
    .card.webinar--space-bg .card__header {
      background: linear-gradient(244.04deg, #1DC2A3 2.02%, #009AE5 98.63%); }
    .card.webinar--teamcity-bg .card__header {
      background: linear-gradient(244.04deg, #398DF9 2.02%, #6B57FF 98.63%); }
    .card.webinar--dotnet-bg .card__header {
      background: linear-gradient(221.51deg, #FFBD00 12.36%, #E341CB 86.55%); }
    .card.webinar--upsource-bg .card__header {
      background: linear-gradient(50.65deg, #FF8200 3.19%, #C05FF9 100.3%); }
    .card.webinar--webstorm-bg .card__header {
      background: linear-gradient(235.28deg, #07E2E2 5.18%, #23AEE5 91.07%); }
    .card.webinar--youtrack-bg .card__header {
      background: linear-gradient(41.22deg, #50CBEB 17.61%, #A154FE 82.76%); }
  .card.events .card__body p {
    margin: 0; }
  .card.events .card__footer {
    padding-top: 0; }
  .card.eaps .tag {
    font-size: 13px;
    line-height: 1.54;
    font-weight: 300;
    position: absolute;
    top: 11px;
    right: 5px;
    text-transform: uppercase; }
    .card.eaps .tag:hover {
      background-color: rgba(39, 40, 44, 0.05);
      color: #27282C; }
  .card__header {
    position: relative;
    padding: 16px 16px 0; }
  .card__logo {
    width: 56px;
    margin-bottom: 8px; }
    .card__logo--small {
      width: 40px; }
  .card__body {
    color: #27282c;
    padding: 0 16px 12px; }
    .card__body p {
      margin: 0; }
  .card time {
    display: block;
    font-size: 13px;
    line-height: 1.54;
    font-weight: 300;
    margin: 0 0 9px;
    color: #27282c; }
  .card h3 {
    margin: 0 0 7px; }
  .card__footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    line-height: 1.54;
    font-weight: 300;
    margin-top: auto;
    padding: 0 16px; }
    .card__footer a {
      color: rgba(39, 40, 44, 0.8); }
  .card .author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 70%; }
    .card .author img {
      margin-right: 16px; }
      .card .author img.avatar {
        width: 32px;
        height: 32px; }
    .card .author span {
      color: #27282c;
      width: calc(100% - 48px); }
  .card .avatar {
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 50%; }
  .card .comments {
    position: relative;
    display: flex;
    align-items: center; }
    .card .comments.hide {
      display: none; }
    .card .comments:before {
      content: "\e901";
      font-family: 'icomoon';
      font-size: 14px;
      line-height: 1;
      margin-right: 8px;
      opacity: .5; }
    .card .comments:hover {
      text-decoration: none; }
  .card .speakers-name {
    display: block;
    opacity: .8;
    padding: 12px 0 0; }

.product-blog {
  padding: 48px 0; }
  @media (min-width: 1025px) {
    .product-blog .container {
      display: flex;
      flex-wrap: wrap; } }
  @media (min-width: 1025px) {
    .product-blog__content {
      width: 65.8%; } }
  @media (min-width: 1281px) {
    .product-blog__content {
      width: 74.5%; } }
  .product-blog .tweets {
    display: none; }
    @media (min-width: 1025px) {
      .product-blog .tweets {
        display: block;
        width: 34.2%;
        padding: 0 0 0 30px; } }
    @media (min-width: 1201px) {
      .product-blog .tweets {
        padding: 0 0 0 67px;
        width: 25.5%; } }
    .product-blog .tweets .tagcloud {
      padding: 0 0 32px; }
    .product-blog .tweets .textwidget {
      padding: 0 0 32px; }
    @media (min-width: 1025px) {
      .product-blog .tweets .follow {
        padding: 0 0 32px; } }
  .product-blog .row {
    margin: 0 0 48px; }
    @media (min-width: 769px) {
      .product-blog .row {
        margin: 0 -16px 48px; } }
    @media (min-width: 1281px) {
      .product-blog .row.last-col .col:nth-child(4n+4) {
        display: none; } }
  @media (min-width: 769px) {
    .product-blog .col {
      width: 50%; } }
  @media (min-width: 1281px) {
    .product-blog .col {
      width: 33.332%; } }
  .product-blog .col--double {
    display: block;
    width: 100%; }
    @media (min-width: 1281px) {
      .product-blog .col--double {
        width: 66.664%; } }
  @media (min-width: 1025px) {
    .product-blog .col:nth-child(4n+4) {
      display: flex; } }

.subscribe {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 300;
  background-color: #F4F4F4;
  background-image: url(./edfb9b9971efea6f04ad75dc85db7c3a.svg);
  background-repeat: no-repeat;
  background-position-x: 390%;
  background-position-y: 25%;
  background-size: 93%;
  width: 100%;
  padding: 32px; }
  .subscribe h2 {
    margin: 0; }
  .subscribe p {
    margin: 0 0 15px; }
  .subscribe form input[type="email"] {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    max-width: 328px;
    width: 100%;
    height: 42px;
    padding: 6px 15px;
    margin: 0 0 9px; }
  .subscribe form .checkbox {
    padding: 0 4px 28px; }
  .subscribe form label {
    font-size: 13px;
    line-height: 1.54;
    font-weight: 300; }
    .subscribe form label a {
      color: #27282C;
      text-decoration: underline; }
      .subscribe form label a:hover {
        text-decoration: none; }
  .subscribe form button,
  .subscribe form input[type="submit"],
  .subscribe form .btn {
    transition: opacity 0.15s ease-in-out;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    border-radius: 2em;
    outline: none;
    background: #27282C;
    color: #fff;
    border: none;
    padding: 8px 24px; }
    .subscribe form button:hover,
    .subscribe form input[type="submit"]:hover,
    .subscribe form .btn:hover {
      opacity: .8; }

.search-result {
  padding: 0 0 48px; }
  @media (min-width: 769px) {
    .search-result {
      padding: 48px 0; } }
  .search-result form {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    margin: 0 0 48px; }
    .search-result form input[type="search"] {
      width: 100%;
      height: 42px;
      margin: 0 0 16px;
      padding: 6px 16px; }
      @media (min-width: 1025px) {
        .search-result form input[type="search"] {
          max-width: 240px;
          margin: 0 20px 0 0; } }
      .search-result form input[type="search"]:focus {
        border-color: #27282C; }
  .search-result .webinar .card__body {
    opacity: 1; }
  @media (max-width: 1023px) {
    .search-result .select {
      width: 100%;
      margin: 0 0 16px; } }
  .search-result .btn:focus {
    outline: 2px solid #27282C; }

.author-section__info {
  padding: 20px 0;
  background: #F4F4F4; }
  .author-section__info img.avatar {
    width: 96px;
    overflow: hidden;
    border-radius: 50%;
    margin: 36px 36px 36px 36px; }
  .author-section__info .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }

.author-section__avatar {
  width: 96px;
  overflow: hidden;
  border-radius: 50%;
  margin: 36px 36px 60px 36px; }
  @media (min-width: 1025px) {
    .author-section__avatar {
      margin: 0; } }

.author-section__text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300; }
  @media (min-width: 1025px) {
    .author-section__text {
      max-width: 815px;
      padding: 0;
      width: calc(100% - 168px); } }
  @media (min-width: 1201px) {
    .author-section__text {
      padding: 0; } }
  .author-section__text h2 {
    margin: 0 0 8px; }
  .author-section__text p {
    margin: 0; }

.author-section__title {
  display: block;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 300;
  opacity: .8;
  margin: 0 0 25px; }

.author-section__post {
  padding: 48px 0; }

.tax-archive {
  padding: 72px 0; }
  .tax-archive h1 {
    margin: 0 0 24px; }
  .tax-archive__text {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 300;
    opacity: .8;
    letter-spacing: -.5px;
    margin: 0 0 24px; }

.load-more {
  text-align: center;
  padding: 32px 0 0; }
  @media (min-width: 769px) {
    .load-more {
      padding: 0; } }
  .load-more a {
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #27282C;
    border: 1px solid rgba(39, 40, 44, 0.15);
    border-radius: 2em;
    padding: 8px 24px; }
    .load-more a:hover {
      opacity: .8;
      text-decoration: none; }

.follow h4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  margin: 0 0 8px; }

.article-section .tag {
  font-size: 13px;
  line-height: 1.54;
  font-weight: 300;
  margin: 0 8px 16px 0; }

.article-section h1 {
  margin: 0 0 28px; }

.article-section .content {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 300;
  padding: 64px 15px; }
  .article-section .content figure {
    margin: 0; }
  @media (min-width: 769px) {
    .article-section .content {
      padding: 64px 32px; } }
  @media (min-width: 1025px) {
    .article-section .content {
      max-width: 700px;
      padding: 64px 0;
      margin: 0 32px; } }
  @media (min-width: 1201px) {
    .article-section .content {
      max-width: 750px;
      margin-left: 12%; } }
  @media (min-width: 1441px) {
    .article-section .content {
      max-width: 900px; } }
  @media (min-width: 1541px) {
    .article-section .content {
      margin: 0 auto; } }
  .article-section .content h2 {
    margin-top: 48px; }
  .article-section .content code {
    word-break: break-word; }
  .article-section .content p {
    margin: 25px 0; }
  .article-section .content iframe {
    max-width: 100%; }
  .article-section .content > img {
    border: 1px solid rgba(39, 40, 44, 0.1);
    margin: 0 0 9px; }
  .article-section .content img.alignleft {
    float: left;
    margin-right: 35px; }
  .article-section .content ul:not([class]):not([id]) {
    margin: 0 0 32px; }
  .article-section .content__row {
    margin: 48px 0 32px; }
    @media (min-width: 641px) {
      .article-section .content__row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 46px 0 16px; } }
  .article-section .content__pagination {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    padding: 32px 0;
    border-top: 1px solid rgba(39, 40, 44, 0.15);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .article-section .content__pagination a {
      position: relative;
      display: inline-block;
      vertical-align: top;
      color: #27282C;
      padding: 0 0 0 40px;
      margin: 0 0 32px; }
      @media (min-width: 641px) {
        .article-section .content__pagination a {
          margin: 0;
          max-width: 320px; } }
      .article-section .content__pagination a:only-child {
        max-width: 100%;
        width: 100%; }
      .article-section .content__pagination a:hover {
        text-decoration: underline; }
      @media (min-width: 641px) {
        .article-section .content__pagination a.content__pagination-next {
          padding: 0 40px 0 0;
          text-align: right; } }
      @media (min-width: 641px) {
        .article-section .content__pagination a.content__pagination-next i {
          left: auto;
          right: 0; } }
      .article-section .content__pagination a i {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 24px;
        opacity: .8; }
  .article-section .content .about-author__box-text p {
    margin: 0 0 24px; }
    .article-section .content .about-author__box-text p:last-of-type {
      margin: 0; }
  .article-section .content .handorgel__content__inner p {
    margin: 0; }
  .article-section .content .buttons p {
    margin: 0; }

.article-section .tag-list {
  margin: 0 0 16px; }
  @media (min-width: 769px) {
    .article-section .tag-list {
      width: 70%;
      margin: 0; } }

.article-section .social {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  margin: 0 -8px 16px; }
  @media (min-width: 769px) {
    .article-section .social {
      width: 30%;
      justify-content: flex-end; } }
  .article-section .social:only-child {
    justify-content: flex-start; }
  .article-section .social li {
    padding: 0 8px; }

.article-section .media {
  position: relative;
  z-index: 91; }

.article-section .media-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1274px;
  margin: 0 auto; }
  .article-section .media-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .article-section .media-container:after {
    content: '';
    display: block;
    padding-top: 56.25%; }

.article-section .banner {
  position: relative;
  max-width: 980px;
  margin: 0 auto; }
  .article-section .banner .close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer; }
    @media (min-width: 769px) {
      .article-section .banner .close {
        top: 10px;
        right: 10px; } }
    .article-section .banner .close.close-dark:before, .article-section .banner .close.close-dark:after {
      background: #27282c; }
    .article-section .banner .close.close-light:before, .article-section .banner .close.close-light:after {
      background: #fff; }
    .article-section .banner .close:before, .article-section .banner .close:after {
      content: " ";
      display: block;
      background: #27282C;
      width: 1px;
      height: 16px;
      position: absolute;
      top: 0;
      left: 7px; }
    .article-section .banner .close:after {
      transform: rotate(45deg); }
    .article-section .banner .close:before {
      transform: rotate(-45deg); }

.post-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 48px; }
  .post-info .avatar {
    width: 48px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 16px 0 0; }
  .post-info a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 5px; }
  .post-info time {
    display: block; }

.sidebar {
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
  display: none; }
  @media (min-width: 1025px) {
    .sidebar {
      display: flex;
      flex-direction: row-reverse;
      width: 100%;
      max-width: 1536px;
      margin: 0 auto; } }
  @media (min-width: 1025px) {
    .sidebar.hidden {
      opacity: 0;
      visibility: visible; } }
  @media (min-width: 1025px) {
    .sidebar__holder {
      position: fixed;
      top: 35vh;
      max-width: 272px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 32px 32px 0 0; } }
  @media (min-width: 1025px) {
    .sidebar__logo {
      width: 40px;
      margin: 0 0 8px; } }
  @media (min-width: 1025px) {
    .sidebar__title {
      display: block;
      font-size: 16px;
      line-height: 1.5;
      font-weight: 300;
      opacity: .8;
      margin: 0 0 16px; } }
  .sidebar .tag-list {
    padding: 16px 0 32px; }
  @media (min-width: 1025px) {
    .sidebar .tag {
      font-size: 13px;
      line-height: 1.54;
      font-weight: 300; } }
  .sidebar .sidebar__title + .tag-list {
    padding: 0 0 16px; }
  .sidebar .subscribe-form__wrap {
    padding-top: 0 !important;
    margin: 0 -20px !important; }
    .sidebar .subscribe-form__wrap .input-with-button__button {
      height: 38px !important; }

.select-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 48px; }
  @media (max-width: 767px) {
    .select-row .select {
      width: 100%;
      margin: 0 0 16px; } }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 1px solid rgba(39, 40, 44, 0.15);
  background-image: none; }
  select:focus {
    border-color: #27282C; }

select::-ms-expand {
  display: none; }

select {
  flex: 1;
  padding: 8px 48px 8px 17px;
  cursor: pointer; }

.select {
  position: relative;
  display: flex;
  margin: 0 20px 0 0;
  overflow: hidden; }
  .select:after {
    content: "\e910";
    font-family: 'icomoon';
    position: absolute;
    top: 4px;
    right: 13px;
    font-size: 24px;
    cursor: pointer;
    pointer-events: none; }

.scrollUp .menu {
  transform: translate3d(0, -100%, 0); }

.page-not-found {
  padding: 60px 0; }
  .page-not-found .container {
    max-width: 800px; }
  .page-not-found form {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .page-not-found input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 5px 15px;
    margin: 0 0 16px; }
    @media (min-width: 769px) {
      .page-not-found input[type="text"] {
        width: calc(100% - 118px);
        margin: 0; } }
  .page-not-found input[type="submit"] {
    border: none;
    outline: none;
    border-radius: 2em;
    color: #fff;
    background: #167DFF;
    padding: 8px 24px; }

.comments-container {
  margin: 0;
  max-width: 100%; }
  .comments-container .content {
    padding-top: 0; }

.disabled {
  pointer-events: none; }

.about-author h3 {
  margin: 0 0 22px; }

.about-author .row {
  margin: 0; }
  @media (min-width: 769px) {
    .about-author .row {
      display: flex;
      flex-wrap: wrap; } }

.about-author__box {
  padding: 24px;
  border-radius: 8px;
  overflow: hidden;
  background: #f4f4f4;
  margin: 0 0 24px; }
  @media (min-width: 769px) {
    .about-author__box {
      padding: 32px; } }
  .about-author__box-img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 0 24px; }
    @media (min-width: 769px) {
      .about-author__box-img {
        margin: 0; } }
    .about-author__box-img img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .about-author__box-text {
    font-size: 16px;
    line-height: 1.5;
    color: rgba(25, 25, 28, 0.7); }
    @media (min-width: 769px) {
      .about-author__box-text {
        width: calc(100% - 96px);
        padding: 0 0 0 28px; } }
    .about-author__box-text h4 {
      font-size: 16px;
      font-weight: 600;
      color: #19191C;
      margin: 0 0 11px; }
    .about-author__box-text p {
      margin: 0 0 24px; }
      .about-author__box-text p:last-of-type {
        margin: 0; }

.buttons__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.buttons .btn {
  padding: 11px 37px;
  margin: 0 25px 0 0; }
  .buttons .btn--transparent {
    border: 1px solid rgba(25, 25, 28, 0.3);
    background: transparent;
    color: #19191C;
    padding: 11px 33px; }

.wp-block-button.is-style-outline .wp-block-button__link {
  border: 1px solid rgba(25, 25, 28, 0.3);
  background: transparent;
  color: #19191C;
  padding: 11px 33px; }

.wp-block-button__link {
  padding: 11px 37px;
  vertical-align: middle;
  text-align: center;
  border-radius: 2em;
  color: #fff;
  background: #167DFF;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 300;
  margin: 0 25px 0 0; }
  .wp-block-button__link:hover {
    text-decoration: none; }

.accordion {
  padding: 72px 0; }

.wp-block-pb-accordion-item .c-accordion__content {
  padding: 0 30px; }

.wp-block-pb-accordion-item > button {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 30px;
  margin: 0;
  border: none;
  background-color: #fff;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-align: left;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500; }
  .wp-block-pb-accordion-item > button:before {
    transition: transform 0.15s ease-in-out;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 8px;
    border-color: transparent transparent transparent #19191C; }
  .wp-block-pb-accordion-item > button:after {
    content: ''; }

.wp-block-pb-accordion-item > h1,
.wp-block-pb-accordion-item > h2,
.wp-block-pb-accordion-item > h3,
.wp-block-pb-accordion-item > h4,
.wp-block-pb-accordion-item > h5,
.wp-block-pb-accordion-item > h6 {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 30px;
  margin: 0;
  border: none;
  background-color: #fff;
  border-radius: 0;
  color: inherit;
  cursor: pointer; }
  .wp-block-pb-accordion-item > h1:before,
  .wp-block-pb-accordion-item > h2:before,
  .wp-block-pb-accordion-item > h3:before,
  .wp-block-pb-accordion-item > h4:before,
  .wp-block-pb-accordion-item > h5:before,
  .wp-block-pb-accordion-item > h6:before {
    transition: transform 0.15s ease-in-out;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 8px;
    border-color: transparent transparent transparent #19191C; }
  .wp-block-pb-accordion-item > h1:after,
  .wp-block-pb-accordion-item > h2:after,
  .wp-block-pb-accordion-item > h3:after,
  .wp-block-pb-accordion-item > h4:after,
  .wp-block-pb-accordion-item > h5:after,
  .wp-block-pb-accordion-item > h6:after {
    content: ''; }

.wp-block-pb-accordion-item.is-open > button:before,
.wp-block-pb-accordion-item.is-open > h1:before,
.wp-block-pb-accordion-item.is-open > h2:before,
.wp-block-pb-accordion-item.is-open > h3:before,
.wp-block-pb-accordion-item.is-open > h4:before,
.wp-block-pb-accordion-item.is-open > h5:before,
.wp-block-pb-accordion-item.is-open > h6:before {
  transform: translateY(-50%) rotate(90deg); }

.wp-block-pb-accordion-item.is-open > button:after,
.wp-block-pb-accordion-item.is-open > h1:after,
.wp-block-pb-accordion-item.is-open > h2:after,
.wp-block-pb-accordion-item.is-open > h3:after,
.wp-block-pb-accordion-item.is-open > h4:after,
.wp-block-pb-accordion-item.is-open > h5:after,
.wp-block-pb-accordion-item.is-open > h6:after {
  content: ''; }

.copy-button {
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: none;
  margin: 0 0 5px 10px;
  color: #27282c; }
  @media (min-width: 641px) {
    .copy-button {
      opacity: 0;
      visibility: hidden;
      margin: 0 0 5px 14px;
      width: 32px;
      height: 32px; } }
  .copy-button:before {
    content: "\e91a";
    font-family: 'icomoon';
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (min-width: 641px) {
      .copy-button:before {
        font-size: 16px; } }

.fake-hash {
  position: absolute;
  top: -9999px;
  left: -9999px;
  opacity: 0;
  visibility: hidden; }

.notification {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  padding: 5px 13px;
  background-color: rgba(39, 40, 44, 0.05);
  border-radius: 4px;
  white-space: nowrap; }
  .notification:before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 3px 5.2px 3px;
    border-color: transparent transparent rgba(39, 40, 44, 0.05) transparent; }

body.admin-bar #wp-admin-bar-customize,
body.admin-bar #wp-admin-bar-comments,
body.admin-bar #wp-admin-bar-all-in-one-seo-pack {
  display: none; }

body.admin-bar #wp-admin-bar-new-content > .ab-item {
  pointer-events: none; }

body.admin-bar #wp-admin-bar-new-content #wp-admin-bar-new-post {
  display: none; }

.icon-comments:before {
  font-family: 'icomoon' !important;
  margin-right: 10px;
  vertical-align: middle; }

.icon-comments {
  color: #939496; }

.remark42_comments {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 2em;
  padding: 0.5em 1.5em;
  background-color: #F4F4F4;
  color: #27282C;
  margin-bottom: 16px; }

.remark42__counter {
  display: none;
  font-family: "Inter" !important; }

a.remark42__counter:hover {
  text-decoration: none; }

.algolia {
  padding: 48px 0 122px; }
  .algolia__search {
    padding: 0 15px; }
    @media (min-width: 1200px) {
      .algolia__search {
        max-width: 838px;
        margin: 0 auto; } }
  .algolia__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px 32px; }
  .algolia__col {
    width: 50%;
    padding: 0 8px; }
    @media (min-width: 768px) {
      .algolia__col {
        width: 23.6%; } }
    .algolia__col--2 {
      width: 100%;
      padding-bottom: 14px; }
      @media (min-width: 768px) {
        .algolia__col--2 {
          width: 52.8%; } }
  .algolia #searchbox .ais-SearchBox-form {
    height: auto; }
    .algolia #searchbox .ais-SearchBox-form:before {
      content: "\e909";
      font-family: 'icomoon';
      font-size: 24px;
      position: absolute;
      left: auto;
      right: 7px;
      transform: translateY(-50%);
      color: rgba(25, 25, 28, 0.7);
      background: none;
      width: auto;
      height: auto;
      margin: 0; }
  .algolia #searchbox .ais-SearchBox-input {
    font-size: 15px;
    width: 100%;
    height: 48px;
    padding: 5px 35px 5px 6px;
    box-shadow: none;
    color: rgba(39, 40, 44, 0.7);
    border: 1px solid rgba(39, 40, 44, 0.2); }
    .algolia #searchbox .ais-SearchBox-input::-webkit-input-placeholder {
      color: rgba(39, 40, 44, 0.7); }
    .algolia #searchbox .ais-SearchBox-input::-moz-placeholder {
      opacity: 1;
      color: rgba(39, 40, 44, 0.7); }
    .algolia #searchbox .ais-SearchBox-input:-moz-placeholder {
      color: rgba(39, 40, 44, 0.7); }
    .algolia #searchbox .ais-SearchBox-input:-ms-input-placeholder {
      color: rgba(39, 40, 44, 0.7); }
    .algolia #searchbox .ais-SearchBox-input.placeholder {
      color: rgba(39, 40, 44, 0.7); }
  .algolia .ais-MenuSelect {
    position: relative; }
    .algolia .ais-MenuSelect:before {
      content: "\e910";
      font-family: 'icomoon';
      font-size: 24px;
      position: absolute;
      top: 50%;
      right: 8px;
      color: rgba(39, 40, 44, 0.7);
      transform: translateY(-50%); }
  .algolia .ais-MenuSelect-select {
    font-size: 15px;
    color: #27282c;
    height: 48px;
    padding: 5px 7px;
    background: none;
    box-shadow: none;
    border-radius: 0; }
  .algolia #infinite-hits {
    display: none; }
  .algolia__result {
    max-width: 1258px;
    margin: 0 auto;
    padding: 0 15px; }
  @media (min-width: 640px) {
    .algolia .ais-InfiniteHits-list {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -16px; } }
  .algolia .ais-InfiniteHits-list .ais-InfiniteHits-item {
    box-shadow: none;
    border: none;
    padding: 0; }
    @media (min-width: 640px) {
      .algolia .ais-InfiniteHits-list .ais-InfiniteHits-item {
        display: flex;
        align-items: stretch;
        width: 50%;
        padding: 0 16px; } }
    @media (min-width: 1024px) {
      .algolia .ais-InfiniteHits-list .ais-InfiniteHits-item {
        width: 25%; } }
  .algolia .ais-InfiniteHits-list .card {
    font-size: 13px;
    color: rgba(25, 25, 28, 0.7); }
    .algolia .ais-InfiniteHits-list .card__body {
      max-height: 60px;
      overflow: hidden; }
    .algolia .ais-InfiniteHits-list .card time {
      display: block;
      font-size: 12px; }
    .algolia .ais-InfiniteHits-list .card h3 {
      font-size: 16px;
      line-height: 1.5; }
    .algolia .ais-InfiniteHits-list .card strong {
      display: block;
      font-size: 16px;
      line-height: 1.5;
      color: #27282C; }

.ais-SearchBox-loadingIndicator,
.ais-SearchBox-reset {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  transform: none;
  height: auto;
  width: 38px;
  background: #fff;
  border-radius: 0; }
  .ais-SearchBox-loadingIndicator:focus,
  .ais-SearchBox-reset:focus {
    background: #fff;
    fill: #484c7a; }

.ais-InfiniteHits-loadMore {
  font-size: 16px;
  border-radius: 2em;
  padding: 9px 20px;
  height: auto; }

.ais-InfiniteHits-loadMore--disabled {
  display: none !important; }

.footer {
  padding: 32px 0;
  flex-shrink: 0;
  background: #27282C;
  color: #fff; }
  .footer__top {
    display: flex;
    justify-content: space-between;
    padding: 0 0 24px;
    margin: 0 0 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    @media (min-width: 769px) {
      .footer__top {
        align-items: center;
        padding: 0 0 32px; } }
  .footer__nav {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px; }
    .footer__nav li {
      padding: 0 12px 5px; }
      @media (min-width: 769px) {
        .footer__nav li {
          padding: 0 12px; } }
    .footer__nav a {
      color: rgba(255, 255, 255, 0.8); }
  .footer__dropdown {
    position: relative; }
    .footer__dropdown .dropdown-language {
      top: auto;
      bottom: 100%; }
  .footer .lang-opener {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.8); }
    .footer .lang-opener i {
      font-size: 22px;
      margin-left: 8px; }
    .footer .lang-opener:hover {
      text-decoration: none; }
  .footer .social {
    margin: 0 -14px 8px; }
    .footer .social li {
      padding: 0 14px 16px; }
    .footer .social a {
      color: rgba(255, 255, 255, 0.8); }
  .footer__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 6px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300; }
    @media (min-width: 769px) {
      .footer__list {
        font-size: 16px;
        margin: 0 -14px 16px; } }
    .footer__list li {
      padding: 0 10px 12px; }
      @media (min-width: 769px) {
        .footer__list li {
          padding: 0 14px; } }
    .footer__list a {
      color: rgba(255, 255, 255, 0.5); }
  .footer .copyright {
    font-size: 14px;
    opacity: .5; }
    @media (min-width: 769px) {
      .footer .copyright {
        font-size: 16px; } }

/*# sourceMappingURL=app.min.css.map*/