/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

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

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

/* Grouping content
   ========================================================================== */

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

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

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

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

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

body>.pnotify.pnotify-positioned{position:fixed;z-index:100040}body>.pnotify.pnotify-modal{z-index:100042}.pnotify{height:auto;display:none;transition:opacity .1s linear;opacity:0}.pnotify.pnotify-positioned{position:absolute;z-index:1}.pnotify.pnotify-modal{z-index:3}.pnotify.pnotify-in{display:block;opacity:1}.pnotify.pnotify-initial{display:block}.pnotify-hidden{visibility:hidden}.pnotify.pnotify-move{transition:left .4s ease,top .4s ease,right .4s ease,bottom .4s ease}.pnotify.pnotify-fade-slow{transition:opacity .4s linear;opacity:0}.pnotify.pnotify-fade-slow.pnotify.pnotify-move{transition:opacity .4s linear,left .4s ease,top .4s ease,right .4s ease,bottom .4s ease}.pnotify.pnotify-fade-normal{transition:opacity .25s linear;opacity:0}.pnotify.pnotify-fade-normal.pnotify.pnotify-move{transition:opacity .25s linear,left .4s ease,top .4s ease,right .4s ease,bottom .4s ease}.pnotify.pnotify-fade-fast{transition:opacity .1s linear;opacity:0}.pnotify.pnotify-fade-fast.pnotify.pnotify-move{transition:opacity .1s linear,left .4s ease,top .4s ease,right .4s ease,bottom .4s ease}.pnotify.pnotify-masking{display:block;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.8),transparent 30px,transparent);mask-image:linear-gradient(180deg,rgba(0,0,0,.8),transparent 30px,transparent)}.pnotify.pnotify-masking.pnotify-stack-up{-webkit-mask-image:linear-gradient(0deg,rgba(0,0,0,.8),transparent 30px,transparent);mask-image:linear-gradient(0deg,rgba(0,0,0,.8),transparent 30px,transparent)}.pnotify.pnotify-masking.pnotify-stack-left{-webkit-mask-image:linear-gradient(270deg,rgba(0,0,0,.8),transparent 30px,transparent);mask-image:linear-gradient(270deg,rgba(0,0,0,.8),transparent 30px,transparent)}.pnotify.pnotify-masking.pnotify-stack-right{-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,.8),transparent 30px,transparent);mask-image:linear-gradient(90deg,rgba(0,0,0,.8),transparent 30px,transparent)}.pnotify.pnotify-fade-in,.pnotify.pnotify-masking-in{opacity:1}.pnotify .pnotify-shadow{-webkit-box-shadow:0 6px 28px 0 rgba(0,0,0,.1);-moz-box-shadow:0 6px 28px 0 rgba(0,0,0,.1);box-shadow:0 6px 28px 0 rgba(0,0,0,.1)}.pnotify-container{position:relative;background-position:0 0;padding:.8em;height:100%;margin:0}.pnotify-container:after{content:" ";visibility:hidden;display:block;height:0;clear:both}.pnotify-closer,.pnotify-sticker{float:right;margin-left:.5em;cursor:pointer}[dir=rtl] .pnotify-closer,[dir=rtl] .pnotify-sticker{float:left;margin-right:.5em;margin-left:0}.pnotify-title{display:block;white-space:pre-line;margin-bottom:.4em;margin-top:0}.pnotify-text-with-max-height{overflow-y:auto;overscroll-behavior:contain;padding-bottom:.03em}.pnotify.pnotify-with-icon .pnotify-content{margin-left:24px}[dir=rtl] .pnotify.pnotify-with-icon .pnotify-content{margin-right:24px;margin-left:0}.pnotify-pre-line{white-space:pre-line}.pnotify-icon,.pnotify-icon span{display:block;float:left}[dir=rtl] .pnotify-icon,[dir=rtl] .pnotify-icon span{float:right}.pnotify-modal-overlay{background-color:rgba(0,0,0,.6);top:0;left:0;position:absolute;height:100%;width:100%;z-index:2;transition:opacity .25s linear;opacity:0;padding:0;display:flex;justify-content:center;align-items:flex-end}.pnotify-modal-overlay-up{align-items:flex-start}.pnotify-modal-overlay-left{justify-content:flex-start;align-items:center}.pnotify-modal-overlay-right{justify-content:flex-end;align-items:center}.pnotify-modal-overlay.pnotify-modal-overlay-in{opacity:1}.pnotify-modal-overlay-closes:after{content:"×";font-family:Arial;font-size:3rem;color:#fff;text-shadow:0 0 .4rem #fff}body>.pnotify-modal-overlay{position:fixed;z-index:100041}
[data-pnotify].brighttheme-elem{border-radius:0}[data-pnotify].brighttheme-elem,[data-pnotify].brighttheme-elem.pnotify-mode-light{--notice-background-color:#ffffa2;--notice-border-color:#ff0;--notice-text-color:#4f4f00;--notice-icon-filter:invert(25%) sepia(12%) saturate(7007%) hue-rotate(38deg) brightness(99%) contrast(101%);--info-background-color:#8fcedd;--info-border-color:#0286a5;--info-text-color:#012831;--info-icon-filter:invert(11%) sepia(37%) saturate(1946%) hue-rotate(155deg) brightness(95%) contrast(99%);--success-background-color:#aff29a;--success-border-color:#35db00;--success-text-color:#104300;--success-icon-filter:invert(17%) sepia(94%) saturate(1055%) hue-rotate(70deg) brightness(90%) contrast(103%);--error-background-color:#ffaba2;--error-border-color:#ff1800;--error-text-color:#4f0800;--error-icon-filter:invert(9%) sepia(27%) saturate(7347%) hue-rotate(359deg) brightness(96%) contrast(108%)}@media (prefers-color-scheme:dark){[data-pnotify].brighttheme-elem.pnotify-mode-no-preference{--notice-background-color:#4f4f00;--notice-border-color:#282814;--notice-text-color:#ffffa2;--notice-icon-filter:invert(92%) sepia(18%) saturate(781%) hue-rotate(6deg) brightness(106%) contrast(107%);--info-background-color:#012831;--info-border-color:#0c1618;--info-text-color:#8fcedd;--info-icon-filter:invert(85%) sepia(14%) saturate(933%) hue-rotate(153deg) brightness(92%) contrast(87%);--success-background-color:#104300;--success-border-color:#152111;--success-text-color:#aff29a;--success-icon-filter:invert(90%) sepia(9%) saturate(1647%) hue-rotate(52deg) brightness(103%) contrast(90%);--error-background-color:#4f0800;--error-border-color:#281614;--error-text-color:#ffaba2;--error-icon-filter:invert(70%) sepia(24%) saturate(717%) hue-rotate(315deg) brightness(103%) contrast(104%)}}[data-pnotify].brighttheme-elem.pnotify-mode-dark{--notice-background-color:#4f4f00;--notice-border-color:#282814;--notice-text-color:#ffffa2;--notice-icon-filter:invert(92%) sepia(18%) saturate(781%) hue-rotate(6deg) brightness(106%) contrast(107%);--info-background-color:#012831;--info-border-color:#0c1618;--info-text-color:#8fcedd;--info-icon-filter:invert(85%) sepia(14%) saturate(933%) hue-rotate(153deg) brightness(92%) contrast(87%);--success-background-color:#104300;--success-border-color:#152111;--success-text-color:#aff29a;--success-icon-filter:invert(90%) sepia(9%) saturate(1647%) hue-rotate(52deg) brightness(103%) contrast(90%);--error-background-color:#4f0800;--error-border-color:#281614;--error-text-color:#ffaba2;--error-icon-filter:invert(70%) sepia(24%) saturate(717%) hue-rotate(315deg) brightness(103%) contrast(104%)}[data-pnotify] .brighttheme-notice{--brighttheme-background-color:var(--notice-background-color);--brighttheme-border-color:var(--notice-border-color);--brighttheme-text-color:var(--notice-text-color);--brighttheme-icon-filter:var(--notice-icon-filter);--brighttheme-primary-button-background-color:var(--notice-border-color);--brighttheme-primary-button-text-color:var(--notice-text-color)}[data-pnotify] .brighttheme-info{--brighttheme-background-color:var(--info-background-color);--brighttheme-border-color:var(--info-border-color);--brighttheme-text-color:var(--info-text-color);--brighttheme-icon-filter:var(--info-icon-filter);--brighttheme-primary-button-background-color:var(--info-border-color);--brighttheme-primary-button-text-color:var(--info-text-color)}[data-pnotify] .brighttheme-success{--brighttheme-background-color:var(--success-background-color);--brighttheme-border-color:var(--success-border-color);--brighttheme-text-color:var(--success-text-color);--brighttheme-icon-filter:var(--success-icon-filter);--brighttheme-primary-button-background-color:var(--success-border-color);--brighttheme-primary-button-text-color:var(--success-text-color)}[data-pnotify] .brighttheme-error{--brighttheme-background-color:var(--error-background-color);--brighttheme-border-color:var(--error-border-color);--brighttheme-text-color:var(--error-text-color);--brighttheme-icon-filter:var(--error-icon-filter);--brighttheme-primary-button-background-color:var(--error-border-color);--brighttheme-primary-button-text-color:var(--error-text-color)}[data-pnotify] .brighttheme-container{padding:1.3rem;background-color:var(--brighttheme-background-color);border:0 solid var(--brighttheme-border-color);color:var(--brighttheme-text-color)}[data-pnotify] .brighttheme-error{background-image:repeating-linear-gradient(135deg,transparent,transparent 35px,hsla(0,0%,100%,.3) 0,hsla(0,0%,100%,.3) 70px)}[data-pnotify].pnotify-with-icon .brighttheme-content{margin-left:calc(1.3rem + 16px)}[dir=rtl] [data-pnotify].pnotify-with-icon .brighttheme-content{margin-right:calc(1.3rem + 16px);margin-left:0}[data-pnotify] .brighttheme-title{font-size:1.2rem;line-height:1.4rem;margin-top:-.1rem;margin-bottom:0}[data-pnotify] .brighttheme-text{font-size:1rem;line-height:1.2rem;margin-top:0}[data-pnotify] .brighttheme-confirm,[data-pnotify] .brighttheme-title+.brighttheme-text{margin-top:1rem}[data-pnotify] .brighttheme-closer,[data-pnotify] .brighttheme-icon,[data-pnotify] .brighttheme-sticker{display:flex;justify-content:center;align-items:center}[data-pnotify] .brighttheme-icon,[data-pnotify] .brighttheme-icon>span,[data-pnotify] .brighttheme-icon>span:after{width:1.2rem;height:1.2rem;line-height:1.2rem}[data-pnotify] .brighttheme-icon-closer,[data-pnotify] .brighttheme-icon-closer:after,[data-pnotify] .brighttheme-icon-sticker,[data-pnotify] .brighttheme-icon-sticker:after{width:1rem;height:1rem;line-height:1rem}[data-pnotify] .brighttheme-icon-notice:after{filter:var(--brighttheme-icon-filter);content:url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTMsMTNIMTFWN0gxM00xMywxN0gxMVYxNUgxM00xMiwyQTEwLDEwIDAgMCwwIDIsMTJBMTAsMTAgMCAwLDAgMTIsMjJBMTAsMTAgMCAwLDAgMjIsMTJBMTAsMTAgMCAwLDAgMTIsMloiLz48L3N2Zz4=)}[data-pnotify] .brighttheme-icon-info:after{filter:var(--brighttheme-icon-filter);content:url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTMsOUgxMVY3SDEzTTEzLDE3SDExVjExSDEzTTEyLDJBMTAsMTAgMCAwLDAgMiwxMkExMCwxMCAwIDAsMCAxMiwyMkExMCwxMCAwIDAsMCAyMiwxMkExMCwxMCAwIDAsMCAxMiwyWiIvPjwvc3ZnPg==)}[data-pnotify] .brighttheme-icon-success:after{filter:var(--brighttheme-icon-filter);content:url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTIgMkM2LjUgMiAyIDYuNSAyIDEyUzYuNSAyMiAxMiAyMiAyMiAxNy41IDIyIDEyIDE3LjUgMiAxMiAyTTEwIDE3TDUgMTJMNi40MSAxMC41OUwxMCAxNC4xN0wxNy41OSA2LjU4TDE5IDhMMTAgMTdaIi8+PC9zdmc+)}[data-pnotify] .brighttheme-icon-error:after{filter:var(--brighttheme-icon-filter);content:url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTMsMTRIMTFWMTBIMTNNMTMsMThIMTFWMTZIMTNNMSwyMUgyM0wxMiwyTDEsMjFaIi8+PC9zdmc+)}[data-pnotify] .brighttheme-icon-closer:after{filter:var(--brighttheme-icon-filter);content:url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTksNi40MUwxNy41OSw1TDEyLDEwLjU5TDYuNDEsNUw1LDYuNDFMMTAuNTksMTJMNSwxNy41OUw2LjQxLDE5TDEyLDEzLjQxTDE3LjU5LDE5TDE5LDE3LjU5TDEzLjQxLDEyTDE5LDYuNDFaIi8+PC9zdmc+)}[data-pnotify] .brighttheme-icon-sticker:after{filter:var(--brighttheme-icon-filter);content:url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTYsMTJWNEgxN1YySDdWNEg4VjEyTDYsMTRWMTZIMTEuMlYyMkgxMi44VjE2SDE4VjE0TDE2LDEyWiIvPjwvc3ZnPg==)}[data-pnotify] .brighttheme-icon-sticker.brighttheme-icon-stuck:after{filter:var(--brighttheme-icon-filter);content:url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMiw1LjI3TDMuMjgsNEwyMCwyMC43MkwxOC43MywyMkwxMi44LDE2LjA3VjIySDExLjJWMTZINlYxNEw4LDEyVjExLjI3TDIsNS4yN00xNiwxMkwxOCwxNFYxNkgxNy44Mkw4LDYuMThWNEg3VjJIMTdWNEgxNlYxMloiLz48L3N2Zz4=)}[data-pnotify] .brighttheme-prompt-bar{margin-bottom:1rem}[data-pnotify] .brighttheme-action-bar,[data-pnotify] .brighttheme-prompt-bar{width:100%;box-sizing:border-box}[data-pnotify] .brighttheme-btn{text-transform:uppercase;font-weight:700;padding:.4rem 1rem;border:none;background:transparent;cursor:pointer;color:var(--brighttheme-text-color)}[data-pnotify] .brighttheme-btn-primary{background-color:var(--brighttheme-primary-button-background-color);color:var(--brighttheme-primary-button-text-color)}[data-pnotify] .brighttheme-countdown{background-color:var(--brighttheme-background-color)}[data-pnotify] .brighttheme-countdown-bar{background-color:var(--brighttheme-border-color)}[data-pnotify] .brighttheme-paginate{display:inline-flex;flex-direction:column}[data-pnotify] .brighttheme-paginate-btn{width:1em;height:1em;line-height:.5em;border:0;padding:0;background:transparent}[data-pnotify] .brighttheme-paginate-previous{margin-right:0}[data-pnotify] .brighttheme-paginate-next{margin-left:0}[data-pnotify] .brighttheme-paginate-btn:disabled:after,[data-pnotify] .brighttheme-paginate-btn[aria-disabled=true]:after{opacity:.5}[data-pnotify] .brighttheme-paginate-previous:after{filter:var(--brighttheme-icon-filter);content:url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik0xMS42NyAzLjg3TDkuOSAyLjEgMCAxMmw5LjkgOS45IDEuNzctMS43N0wzLjU0IDEyeiIvPjwvc3ZnPg==)}[data-pnotify] .brighttheme-paginate-next:after{filter:var(--brighttheme-icon-filter);content:url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik01Ljg4IDQuMTJMMTMuNzYgMTJsLTcuODggNy44OEw4IDIybDEwLTEwTDggMnoiLz48L3N2Zz4=)}[data-pnotify] .brighttheme-paginate-count-of{opacity:.8}
.shareon{font-size:0!important}.shareon>*{display:inline-block;position:relative;height:24px;min-width:16px;margin:3px;padding:6px 10px;background-color:#333;border-radius:3.33333px;border:0;box-sizing:content-box;color:#fff;line-height:1.5;transition:opacity .3s ease;vertical-align:middle}.shareon>:hover{border:0;cursor:pointer;opacity:.7}.shareon>:not(:empty){font-size:16px;text-decoration:none}.shareon>:not(:empty):before{position:relative;height:100%;width:28px;top:0;left:0;background-position:0 50%}.shareon>:before{display:inline-block;position:absolute;height:20px;width:20px;top:8px;left:8px;background-repeat:no-repeat;background-size:20px 20px;content:"";vertical-align:bottom}.shareon>.copy-url:before{background-image:url("data:image/svg+xml,%3csvg viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71%27/%3e%3c/svg%3e")}.shareon>.copy-url.done:before{background-image:url("data:image/svg+xml,%3csvg viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M20 6 9 17l-5-5%27/%3e%3c/svg%3e")}.shareon>.email:before{background-image:url("data:image/svg+xml,%3csvg viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cg fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27%3e%3crect height=%2716%27 rx=%272%27 width=%2720%27 x=%272%27 y=%274%27/%3e%3cpath d=%27m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7%27/%3e%3c/g%3e%3c/svg%3e")}.shareon>.facebook{background-color:#1877f2}.shareon>.facebook:before{background-image:url("data:image/svg+xml,%3csvg fill=%27%23fff%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073%27/%3e%3c/svg%3e")}.shareon>.linkedin{background-color:#0a66c2}.shareon>.linkedin:before{background-image:url("data:image/svg+xml,%3csvg fill=%27%23fff%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M23.722 23.72h-4.91v-7.692c0-1.834-.038-4.194-2.559-4.194-2.56 0-2.95 1.995-2.95 4.06v7.827H8.394V7.902h4.716v2.157h.063c.659-1.244 2.261-2.556 4.655-2.556 4.974 0 5.894 3.274 5.894 7.535v8.683ZM.388 7.902h4.923v15.819H.388zM2.85 5.738A2.849 2.849 0 0 1 0 2.886a2.851 2.851 0 1 1 2.85 2.852Z%27/%3e%3c/svg%3e")}.shareon>.linkedin:not(:empty):before{background-image:url("data:image/svg+xml,%3csvg fill=%27%23fff%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.062 2.062 0 0 1-2.063-2.065 2.064 2.064 0 1 1 2.063 2.065m1.782 13.019H3.555V9h3.564v11.452M22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0z%27/%3e%3c/svg%3e")}.shareon>.mastodon{background-color:#6364ff}.shareon>.mastodon:before{background-image:url("data:image/svg+xml,%3csvg fill=%27%23fff%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M23.268 5.313c-.35-2.578-2.617-4.61-5.304-5.004C17.51.242 15.792 0 11.813 0h-.03c-3.98 0-4.835.242-5.288.309C3.882.692 1.496 2.518.917 5.127.64 6.412.61 7.837.661 9.143c.074 1.874.088 3.745.26 5.611.118 1.24.325 2.47.62 3.68.55 2.237 2.777 4.098 4.96 4.857 2.336.792 4.849.923 7.256.38.265-.061.527-.132.786-.213.585-.184 1.27-.39 1.774-.753a.057.057 0 0 0 .023-.043v-1.809a.052.052 0 0 0-.02-.041.053.053 0 0 0-.046-.01 20.282 20.282 0 0 1-4.709.545c-2.73 0-3.463-1.284-3.674-1.818a5.593 5.593 0 0 1-.319-1.433.053.053 0 0 1 .066-.054c1.517.363 3.072.546 4.632.546.376 0 .75 0 1.125-.01 1.57-.044 3.224-.124 4.768-.422.038-.008.077-.015.11-.024 2.435-.464 4.753-1.92 4.989-5.604.008-.145.03-1.52.03-1.67.002-.512.167-3.63-.024-5.545zm-3.748 9.195h-2.561V8.29c0-1.309-.55-1.976-1.67-1.976-1.23 0-1.846.79-1.846 2.35v3.403h-2.546V8.663c0-1.56-.617-2.35-1.848-2.35-1.112 0-1.668.668-1.67 1.977v6.218H4.822V8.102c0-1.31.337-2.35 1.011-3.12.696-.77 1.608-1.164 2.74-1.164 1.311 0 2.302.5 2.962 1.498l.638 1.06.638-1.06c.66-.999 1.65-1.498 2.96-1.498 1.13 0 2.043.395 2.74 1.164.675.77 1.012 1.81 1.012 3.12z%27/%3e%3c/svg%3e")}.shareon>.messenger{background-color:#00b2ff}.shareon>.messenger:before{background-image:url("data:image/svg+xml,%3csvg fill=%27%23fff%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M.001 11.639C.001 4.949 5.241 0 12.001 0S24 4.95 24 11.639c0 6.689-5.24 11.638-12 11.638-1.21 0-2.38-.16-3.47-.46a.96.96 0 0 0-.64.05l-2.39 1.05a.96.96 0 0 1-1.35-.85l-.07-2.14a.97.97 0 0 0-.32-.68A11.39 11.389 0 0 1 .002 11.64zm8.32-2.19-3.52 5.6c-.35.53.32 1.139.82.75l3.79-2.87c.26-.2.6-.2.87 0l2.8 2.1c.84.63 2.04.4 2.6-.48l3.52-5.6c.35-.53-.32-1.13-.82-.75l-3.79 2.87c-.25.2-.6.2-.86 0l-2.8-2.1a1.8 1.8 0 0 0-2.61.48z%27/%3e%3c/svg%3e")}.shareon>.odnoklassniki{background-color:#ee8208}.shareon>.odnoklassniki:before{background-image:url("data:image/svg+xml,%3csvg fill=%27%23fff%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12 0a6.2 6.2 0 0 0-6.194 6.195 6.2 6.2 0 0 0 6.195 6.192 6.2 6.2 0 0 0 6.193-6.192A6.2 6.2 0 0 0 12.001 0zm0 3.63a2.567 2.567 0 0 1 2.565 2.565 2.568 2.568 0 0 1-2.564 2.564 2.568 2.568 0 0 1-2.565-2.564 2.567 2.567 0 0 1 2.565-2.564zM6.807 12.6a1.814 1.814 0 0 0-.91 3.35 11.611 11.611 0 0 0 3.597 1.49l-3.462 3.463a1.815 1.815 0 0 0 2.567 2.566L12 20.066l3.405 3.403a1.813 1.813 0 0 0 2.564 0c.71-.709.71-1.858 0-2.566l-3.462-3.462a11.593 11.593 0 0 0 3.596-1.49 1.814 1.814 0 1 0-1.932-3.073 7.867 7.867 0 0 1-8.34 0c-.318-.2-.674-.29-1.024-.278z%27/%3e%3c/svg%3e")}.shareon>.pinterest{background-color:#bd081c}.shareon>.pinterest:before{background-image:url("data:image/svg+xml,%3csvg fill=%27%23fff%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026z%27/%3e%3c/svg%3e")}.shareon>.pocket{background-color:#ef3f56}.shareon>.pocket:before{background-image:url("data:image/svg+xml,%3csvg fill=%27%23fff%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27m18.813 10.259-5.646 5.419a1.649 1.649 0 0 1-2.282 0l-5.646-5.419a1.645 1.645 0 0 1 2.276-2.376l4.511 4.322 4.517-4.322a1.643 1.643 0 0 1 2.326.049 1.64 1.64 0 0 1-.045 2.326l-.011.001zm5.083-7.546a2.163 2.163 0 0 0-2.041-1.436H2.179c-.9 0-1.717.564-2.037 1.405-.094.25-.142.511-.142.774v7.245l.084 1.441c.348 3.277 2.047 6.142 4.682 8.139.045.036.094.07.143.105l.03.023a11.899 11.899 0 0 0 4.694 2.072c.786.158 1.591.24 2.389.24.739 0 1.481-.067 2.209-.204.088-.029.176-.045.264-.06.023 0 .049-.015.074-.029a12.002 12.002 0 0 0 4.508-2.025l.029-.031.135-.105c2.627-1.995 4.324-4.862 4.686-8.148L24 10.678V3.445c0-.251-.031-.5-.121-.742z%27/%3e%3c/svg%3e")}.shareon>.print:before{background-image:url("data:image/svg+xml,%3csvg viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M6 9V2h12v7M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2M6 14h12v8H6z%27/%3e%3c/svg%3e")}.shareon>.reddit{background-color:#ff4500}.shareon>.reddit:before{background-image:url("data:image/svg+xml,%3csvg fill=%27%23fff%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M19.512 1.173a1.88 1.88 0 0 1 1.877 1.874 1.884 1.884 0 0 1-1.877 1.857c-.99 0-1.817-.783-1.873-1.773l-3.897-.82-1.201 5.623c2.737.105 5.223.949 7.015 2.234a2.525 2.525 0 0 1 1.812-.737A2.634 2.634 0 0 1 24 12.063c0 1.075-.653 2-1.516 2.423.044.258.065.519.063.78 0 4.043-4.698 7.31-10.512 7.31s-10.512-3.267-10.512-7.31c0-.275.022-.55.064-.801a2.627 2.627 0 0 1-1.559-2.402 2.634 2.634 0 0 1 2.633-2.632c.694 0 1.347.294 1.811.735 1.812-1.325 4.32-2.146 7.12-2.232l1.329-6.276a.513.513 0 0 1 .21-.296.521.521 0 0 1 .357-.063l4.361.926c.3-.644.952-1.057 1.663-1.052ZM7.917 18.052c-.13 0-.254.05-.347.14a.497.497 0 0 0 0 .696c1.264 1.263 3.728 1.37 4.444 1.37.716 0 3.16-.084 4.444-1.37a.545.545 0 0 0 .044-.695.498.498 0 0 0-.697 0c-.82.8-2.527 1.095-3.77 1.095-1.243 0-2.97-.294-3.77-1.095a.49.49 0 0 0-.348-.143v.002Zm-.051-5.989A1.88 1.88 0 0 0 5.99 13.94c0 1.031.842 1.873 1.876 1.873a1.878 1.878 0 0 0 1.873-1.874 1.878 1.878 0 0 0-1.873-1.875Zm8.254 0a1.878 1.878 0 0 0-1.873 1.876c0 1.031.842 1.873 1.875 1.873a1.878 1.878 0 0 0 1.875-1.874 1.88 1.88 0 0 0-1.877-1.875Z%27/%3e%3c/svg%3e")}.shareon>.teams{background-color:#6264a7}.shareon>.teams:before{background-image:url("data:image/svg+xml,%3csvg fill=%27%23fff%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M20.625 8.127q-.55 0-1.025-.205-.475-.205-.832-.563-.358-.357-.563-.832Q18 6.053 18 5.502q0-.54.205-1.02t.563-.837q.357-.358.832-.563.474-.205 1.025-.205.54 0 1.02.205t.837.563q.358.357.563.837.205.48.205 1.02 0 .55-.205 1.025-.205.475-.563.832-.357.358-.837.563-.48.205-1.02.205zm0-3.75q-.469 0-.797.328-.328.328-.328.797 0 .469.328.797.328.328.797.328.469 0 .797-.328.328-.328.328-.797 0-.469-.328-.797-.328-.328-.797-.328M24 10.002v5.578q0 .774-.293 1.46-.293.685-.803 1.194-.51.51-1.195.803-.686.293-1.459.293-.445 0-.908-.105-.463-.106-.85-.329-.293.95-.855 1.729-.563.78-1.319 1.336-.756.557-1.67.861-.914.305-1.898.305-1.148 0-2.162-.398-1.014-.399-1.805-1.102-.79-.703-1.312-1.664t-.674-2.086h-5.8q-.411 0-.704-.293T0 16.881V6.873q0-.41.293-.703t.703-.293h8.59q-.34-.715-.34-1.5 0-.727.275-1.365.276-.639.75-1.114.475-.474 1.114-.75.638-.275 1.365-.275t1.365.275q.639.276 1.114.75.474.475.75 1.114.275.638.275 1.365t-.275 1.365q-.276.639-.75 1.113-.475.475-1.114.75-.638.276-1.365.276-.188 0-.375-.024-.188-.023-.375-.058v1.078h10.875q.469 0 .797.328.328.328.328.797M12.75 2.373q-.41 0-.78.158-.368.158-.638.434-.27.275-.428.639-.158.363-.158.773 0 .41.158.78.159.368.428.638.27.27.639.428.369.158.779.158.41 0 .773-.158.364-.159.64-.428.274-.27.433-.639.158-.369.158-.779 0-.41-.158-.773-.159-.364-.434-.64-.275-.275-.639-.433-.363-.158-.773-.158zM6.937 9.814h2.25V7.94H2.814v1.875h2.25v6h1.875zm10.313 7.313v-6.75H12v6.504q0 .41-.293.703t-.703.293H8.309q.152.809.556 1.5.405.691.985 1.19.58.497 1.318.779.738.281 1.582.281.926 0 1.746-.352.82-.351 1.436-.966.615-.616.966-1.43.352-.815.352-1.752m5.25-1.547v-5.203h-3.75v6.855q.305.305.691.452.387.146.809.146.469 0 .879-.176.41-.175.715-.48.304-.305.48-.715t.176-.879Z%27/%3e%3c/svg%3e")}.shareon>.telegram{background-color:#26a5e4}.shareon>.telegram:before{background-image:url("data:image/svg+xml,%3csvg fill=%27%23fff%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M20.888 3.551c.168-.003.54.039.781.235.162.14.264.335.288.547.026.156.06.514.033.793-.302 3.189-1.616 10.924-2.285 14.495-.282 1.512-.838 2.017-1.378 2.066-1.17.11-2.058-.773-3.192-1.515-1.774-1.165-2.777-1.889-4.5-3.025-1.99-1.31-.7-2.033.434-3.209.297-.309 5.455-5.002 5.556-5.427.012-.054.024-.252-.094-.356-.117-.104-.292-.069-.418-.04-.178.04-3.013 1.915-8.504 5.62-.806.554-1.534.823-2.187.806-.72-.013-2.104-.405-3.134-.739C1.025 13.39.022 13.174.11 12.476c.045-.363.546-.734 1.5-1.114 5.878-2.56 9.796-4.249 11.758-5.064 5.599-2.328 6.763-2.733 7.521-2.747Z%27/%3e%3c/svg%3e")}.shareon>.tumblr{background-color:#36465d}.shareon>.tumblr:before{background-image:url("data:image/svg+xml,%3csvg fill=%27%23fff%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M14.563 24c-5.093 0-7.031-3.756-7.031-6.411V9.747H5.116V6.648c3.63-1.313 4.512-4.596 4.71-6.469C9.84.051 9.941 0 9.999 0h3.517v6.114h4.801v3.633h-4.82v7.47c.016 1.001.375 2.371 2.207 2.371h.09c.631-.02 1.486-.205 1.936-.419l1.156 3.425c-.436.636-2.4 1.374-4.156 1.404h-.178l.011.002z%27/%3e%3c/svg%3e")}.shareon>.twitter{background-color:#1d9bf0}.shareon>.twitter:before{background-image:url("data:image/svg+xml,%3csvg fill=%27%23fff%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M21.543 7.104c.015.211.015.423.015.636 0 6.507-4.954 14.01-14.01 14.01v-.003A13.94 13.94 0 0 1 0 19.539a9.88 9.88 0 0 0 7.287-2.041 4.93 4.93 0 0 1-4.6-3.42 4.916 4.916 0 0 0 2.223-.084A4.926 4.926 0 0 1 .96 9.167v-.062a4.887 4.887 0 0 0 2.235.616A4.928 4.928 0 0 1 1.67 3.148a13.98 13.98 0 0 0 10.15 5.144 4.929 4.929 0 0 1 8.39-4.49 9.868 9.868 0 0 0 3.128-1.196 4.941 4.941 0 0 1-2.165 2.724A9.828 9.828 0 0 0 24 4.555a10.019 10.019 0 0 1-2.457 2.549z%27/%3e%3c/svg%3e")}.shareon>.viber{background-color:#7360f2}.shareon>.viber:before{background-image:url("data:image/svg+xml,%3csvg fill=%27%23fff%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M11.4 0C9.473.028 5.333.344 3.02 2.467 1.302 4.187.696 6.7.633 9.817.57 12.933.488 18.776 6.12 20.36h.003l-.004 2.416s-.037.977.61 1.177c.777.242 1.234-.5 1.98-1.302.407-.44.972-1.084 1.397-1.58 3.85.326 6.812-.416 7.15-.525.776-.252 5.176-.816 5.892-6.657.74-6.02-.36-9.83-2.34-11.546-.596-.55-3.006-2.3-8.375-2.323 0 0-.395-.025-1.037-.017zm.058 1.693c.545-.004.88.017.88.017 4.542.02 6.717 1.388 7.222 1.846 1.675 1.435 2.53 4.868 1.906 9.897v.002c-.604 4.878-4.174 5.184-4.832 5.395-.28.09-2.882.737-6.153.524 0 0-2.436 2.94-3.197 3.704-.12.12-.26.167-.352.144-.13-.033-.166-.188-.165-.414l.02-4.018c-4.762-1.32-4.485-6.292-4.43-8.895.054-2.604.543-4.738 1.996-6.173 1.96-1.773 5.474-2.018 7.11-2.03zm.38 2.602a.304.304 0 0 0-.004.607c1.624.01 2.946.537 4.028 1.592 1.073 1.046 1.62 2.468 1.633 4.334.002.167.14.3.307.3a.304.304 0 0 0 .3-.304c-.014-1.984-.618-3.596-1.816-4.764-1.19-1.16-2.692-1.753-4.447-1.765zm-3.96.695a.981.981 0 0 0-.616.117l-.01.002c-.43.247-.816.562-1.146.932-.002.004-.006.004-.008.008-.267.323-.42.638-.46.948a.596.596 0 0 0-.007.14c0 .136.022.27.065.4l.013.01c.135.48.473 1.276 1.205 2.604.42.768.903 1.5 1.446 2.186.27.344.56.673.87.984l.132.132c.31.308.64.6.984.87a15.524 15.524 0 0 0 2.186 1.447c1.328.733 2.126 1.07 2.604 1.206l.01.014a1.275 1.275 0 0 0 .54.055c.31-.036.627-.19.948-.46.004 0 .003-.002.008-.005.37-.33.683-.72.93-1.148l.003-.01c.225-.432.15-.842-.18-1.12-.004 0-.698-.58-1.037-.83-.36-.255-.73-.492-1.113-.71-.51-.285-1.032-.106-1.248.174l-.447.564c-.23.283-.657.246-.657.246-3.12-.796-3.955-3.955-3.955-3.955s-.037-.426.248-.656l.563-.448c.277-.215.456-.737.17-1.248a12.73 12.73 0 0 0-.71-1.115 28.35 28.35 0 0 0-.83-1.035.822.822 0 0 0-.502-.297zm4.49.88a.303.303 0 0 0-.018.606c1.16.085 2.017.466 2.645 1.15.63.688.93 1.524.906 2.57a.306.306 0 0 0 .61.013c.025-1.175-.334-2.193-1.067-2.994-.74-.81-1.777-1.253-3.05-1.346h-.024zm.463 1.63a.305.305 0 0 0-.3.287c-.008.167.12.31.288.32.523.028.875.175 1.113.422.24.245.388.62.416 1.164a.304.304 0 0 0 .605-.03c-.03-.644-.215-1.178-.58-1.557-.367-.378-.893-.574-1.52-.607h-.018z%27/%3e%3c/svg%3e")}.shareon>.vkontakte{background-color:#07f}.shareon>.vkontakte:before{background-image:url("data:image/svg+xml,%3csvg fill=%27%23fff%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M4.199 4.841H.11c.194 9.312 4.85 14.907 13.012 14.907h.462v-5.327c3 .299 5.268 2.492 6.178 5.327H24c-1.164-4.237-4.223-6.58-6.133-7.475 1.91-1.105 4.596-3.79 5.238-7.432h-3.85c-.836 2.955-3.313 5.641-5.67 5.895V4.84h-3.85v10.326C7.347 14.57 4.333 11.675 4.199 4.84Z%27/%3e%3c/svg%3e")}.shareon>.web-share:before{background-image:url("data:image/svg+xml,%3csvg viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-width=%272%27 d=%27M18 2a3 3 0 1 0 0 6 3 3 0 1 0 0-6zM6 9a3 3 0 1 0 0 6 3 3 0 1 0 0-6zm12 7a3 3 0 1 0 0 6 3 3 0 1 0 0-6zm-9.41-2.49 6.83 3.98m-.01-10.98-6.82 3.98%27/%3e%3c/svg%3e")}.shareon>.whatsapp{background-color:#25d366}.shareon>.whatsapp:before{background-image:url("data:image/svg+xml,%3csvg fill=%27%23fff%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51a12.8 12.8 0 0 0-.57-.01c-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 0 1-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 0 1-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 0 1 2.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0 0 12.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 0 0 5.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 0 0-3.48-8.413Z%27/%3e%3c/svg%3e")}

/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

:root{--svg-accent: #ffbd10;--svg-primary: #008ceb;--fs-color-bg: #e6f6ff;--fs-color-bg-inverse: #333234;--fs-color-bg-transparent: rgba(255, 255, 255, 0.11);--fs-color-bg-accent: linear-gradient(to right, #140918, #331644);--fs-color-bg-meta: #ebf0f7;--fs-color-border: #fff;--fs-color-border-inverse: #161c2d;--fs-color-border-accent: #adafb7;--fs-color-primary: #35b5e5;--fs-color-link: #182e88;--fs-color-link-hover: #776e58;--fs-color-accent: #64a929;--fs-color-accent-hover: #886a21;--fs-color-text: #212529;--fs-color-text-inverse: #fff;--fs-color-text-meta: #b4b4b4;--fs-color-heading: #1a1b1e;--fs-color-heading-accent: #223e9b;--fs-color-heading-inverse: #fff;--fs-color-text-static: #212529;--fs-color-text-inverse-static: #fff;--fs-color-bg-accent-static: linear-gradient(to right, #112d44, #0d4777)}.dark{--fs-color-bg: #092944;--fs-color-bg-accent: linear-gradient(to right, #fff3f7, #fff);--fs-color-heading: #fff;--fs-color-text: #fff;--fs-color-text-inverse: #8220a1;--fs-color-heading-accent: #fffde7;--fs-color-link: #93eb47;--fs-color-link-hover: #c0edff}@-webkit-keyframes pulse1{from{opacity:1;-webkit-transform:scale(0.9, 0.9);transform:scale(0.9, 0.9)}to{opacity:0;-webkit-transform:scale(1.3, 1.3);transform:scale(1.3, 1.3)}}@keyframes pulse1{from{opacity:1;-webkit-transform:scale(0.9, 0.9);transform:scale(0.9, 0.9)}to{opacity:0;-webkit-transform:scale(1.3, 1.3);transform:scale(1.3, 1.3)}}@-webkit-keyframes pulse2{from{opacity:1;-webkit-transform:scale(0.8, 0.8);transform:scale(0.8, 0.8)}to{opacity:0;-webkit-transform:scale(1.5, 1.5);transform:scale(1.5, 1.5)}}@keyframes pulse2{from{opacity:1;-webkit-transform:scale(0.8, 0.8);transform:scale(0.8, 0.8)}to{opacity:0;-webkit-transform:scale(1.5, 1.5);transform:scale(1.5, 1.5)}}@-webkit-keyframes pulse3{from{opacity:1;-webkit-transform:scale(0.8, 0.8);transform:scale(0.8, 0.8)}to{opacity:0;-webkit-transform:scale(1.7, 1.7);transform:scale(1.7, 1.7)}}@keyframes pulse3{from{opacity:1;-webkit-transform:scale(0.8, 0.8);transform:scale(0.8, 0.8)}to{opacity:0;-webkit-transform:scale(1.7, 1.7);transform:scale(1.7, 1.7)}}@font-face{font-family:Nunito;src:url(https://ad39a6.claudeassets.com/20241116033558im_/https://pokiunblockedgames.com/wp-content/themes/fs-pokiunblock/resources/bundle/fonts/subset-Nunito-Regular.woff) format("woff");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(https://a04d3b.claudeassets.com/20241116033558im_/https://pokiunblockedgames.com/wp-content/themes/fs-pokiunblock/resources/bundle/fonts/subset-Nunito-Bold.woff) format("woff");font-weight:bold;font-style:normal;font-display:swap}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;min-height:100%}html.overlayed{overflow:hidden;height:100%}html.overlayed body{overflow:hidden;height:100%}body{width:100%;min-height:100%;margin:0 auto;font-family:"Nunito",sans-serif;font-size:1.6rem;font-weight:400;line-height:1.56;color:var(--fs-color-text);background-color:var(--fs-color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;z-index:0}body.overlayed{overflow:hidden}button{cursor:pointer}p{padding:0;margin:0;max-height:1000000px}h1,h2,h3,h4,h5,h6{font-weight:700;padding:0;margin:0 0 15px;max-height:1000000px;line-height:1.2;color:#252525}h1:not([class]){font-size:1.571rem}h2:not([class]){font-size:1.429rem}h3:not([class]){font-size:1.3rem}h4:not([class]){font-size:1.125rem}li,ol,ul{max-height:1000000px}div{max-height:1000000px}svg{display:block}a:not([class]){color:var(--fs-color-link);display:inline-block;line-height:1.8;text-decoration:underline;-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out}a:not([class]):hover{color:var(--fs-color-link-hover);text-decoration:none;border-color:rgba(0,0,0,0)}.form-input{outline:none;-webkit-transition:all .4s;transition:all .4s;color:#252525;font-family:"Nunito",sans-serif}.form-input::-webkit-input-placeholder{font-weight:400;opacity:1;color:#a7a3a3;-webkit-transition:opacity .5s;transition:opacity .5s;font-family:"Nunito",sans-serif}.form-input:-moz-placeholder{font-weight:400;opacity:1;color:#a7a3a3;-moz-transition:opacity .5s;transition:opacity .5s;font-family:"Nunito",sans-serif}.form-input::-moz-placeholder{font-weight:400;opacity:1;color:#a7a3a3;-moz-transition:opacity .5s;transition:opacity .5s;font-family:"Nunito",sans-serif}.form-input:-ms-input-placeholder{font-weight:400;opacity:1;color:#a7a3a3;-ms-transition:opacity .5s;transition:opacity .5s;font-family:"Nunito",sans-serif}.form-input:focus::-webkit-input-placeholder{opacity:0}.form-input:focus:-moz-placeholder{opacity:0}.form-input:focus::-moz-placeholder{opacity:0}.form-input:focus:-ms-input-placeholder{opacity:0}.form-textarea{resize:none;height:65px}.title{color:var(--fs-color-heading);font-family:"Nunito",sans-serif;font-weight:700;font-size:35px;line-height:1;margin:0;position:relative;z-index:0}.title b{color:var(--fs-color-heading-accent)}.title__wrapper{margin:0 0 35px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.title__lines{position:absolute;right:0;bottom:0;-webkit-transform:translate(25%, 45%);transform:translate(25%, 45%);fill:var(--fs-color-heading-accent)}.title--dark{color:#fff}.img-fluid{max-width:100%;height:auto;display:block}.noscroll{overflow:hidden}.counters{display:none}.hidden{display:none !important}.text--center{text-align:center}.overlay{position:absolute;inset:0;background:rgba(0,0,0,.5);display:none;z-index:1}body.menu-opened{overflow:hidden}body.menu-opened .overlay{display:block}body.menu-opened .page-layout{-webkit-transform:translate3d(315px, 0, 0);transform:translate3d(315px, 0, 0)}.svg-preload,.images-preload,.promos-preload{position:absolute;bottom:0;left:-9999px;z-index:-999}.clearfix::after{content:"";display:table;clear:both}.delimiter{padding-top:45px;position:relative;z-index:-1}.content{line-height:1.5}.content *:last-child{margin:0}.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{font-family:"Nunito",sans-serif;font-weight:900;padding:0;margin:0 0 25px;max-height:1000000px;line-height:1.1;color:var(--fs-color-heading)}.content h1{font-size:3.5rem}.content h2{font-size:3rem}.content h3{font-size:2rem;color:var(--fs-color-heading-accent)}.content h4{font-size:1.75rem;color:var(--fs-color-heading-accent)}.content h2,.content h3{margin-bottom:20px}.content h4,.content h5,.content h6{margin-bottom:14px}.content p{margin-bottom:25px}.content ul:not([class]){list-style:none;margin:0 0 2rem;padding:0 0 0 20px}.content ul:not([class]) li{list-style-type:none;padding:0 0 10px 20px;text-decoration:none;position:relative}.content ul:not([class]) li::before{content:"";position:absolute;top:9px;left:0;width:7px;height:7px;background:var(--fs-color-link)}.content ol:not([class]){counter-reset:list 1;padding-left:1rem}.content ol:not([class]) li{list-style:none;padding:0 0 0 30px;margin-bottom:10px;position:relative}.content ol:not([class]) li::before{counter-increment:list;content:counter(list) ". ";color:#86c144;position:absolute;top:0;left:15px;font-weight:500}.content pre{margin-bottom:2rem !important}.content code.inline{font-size:.9rem;color:#c268f7;padding:3px 5px}.content blockquote{border-left:5px solid #86c144;font-style:italic;font-size:1.1rem;padding:0 0 0 2rem;margin:1rem 0 2rem}.content b,.content strong{color:var(--fs-color-text);font-weight:700}.content--light{color:var(--fs-color-text-inverse)}.content--light h1,.content--light h2,.content--light h3,.content--light h4,.content--light h5,.content--light h6{color:var(--fs-color-heading-inverse)}.content--light b,.content--light strong{color:var(--fs-color-text-inverse);font-weight:700}.btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:13px 20px;min-height:51px;font-size:1.3rem;font-weight:700;line-height:1;text-transform:uppercase;text-decoration:none;text-align:center;border:2px solid rgba(0,0,0,0);border-radius:30px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;z-index:0;white-space:nowrap;cursor:pointer;-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out}@media(min-width: 768px){.btn{font-size:1.6rem}}.btn:hover,.btn:focus,.btn:active{text-decoration:none}.btn .icon{fill:#fff;position:relative;-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out}.btn .icon--left{margin-right:6px}.btn .icon--right{margin-left:6px}.btn--small{padding:8px 10px 6px;min-height:30px}.btn--icon{height:34px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.btn--icon .icon{margin:0}@media(width <= 1024px){.btn--transparent{padding:10px 25px}}.btn--primary{position:relative;min-height:initial;color:#fff;z-index:0;background:#c268f7}.btn--primary .icon{fill:#fff}.btn--primary:hover{background-color:#d698fa}.btn--stroke{position:relative;min-height:initial;color:var(--fs-color-heading-inverse);z-index:0;background-color:rgba(0,0,0,0);border:2px solid var(--fs-color-heading-inverse)}.btn--stroke .icon{fill:var(--fs-color-heading-inverse)}.btn--stroke:hover{background-color:var(--fs-color-bg);color:var(--fs-color-heading);-webkit-box-shadow:0 0;box-shadow:0 0}.btn--stroke:hover .icon{fill:var(--fs-color-heading)}.btn--accent{position:relative;color:#fff;z-index:0;background-color:var(--fs-color-accent);border-color:var(--fs-color-accent)}.btn--accent .icon{fill:#fff}.btn--accent:hover{background-color:var(--fs-color-accent-hover);-webkit-box-shadow:0 0;box-shadow:0 0}.favorites-add{position:relative;z-index:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#86c144;text-decoration:none;font-size:23px;text-transform:uppercase;color:#fff;height:100%;padding:10px 20px;border-radius:10px;white-space:nowrap}.favorites-add:hover{color:#252525}.favorites-add:hover .icon{fill:#c268f7}.btn-top{position:fixed;z-index:2;right:18px;bottom:0;width:167px;height:77px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:20px;-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out}.btn-top .icon{fill:#fff;width:40px;height:40px;display:block;position:relative;top:0;left:10px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out}.btn-top.show{opacity:1}.btn-top:hover::after{opacity:.9}.btn-fullscreen{width:34px;height:34px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:16px;background-color:var(--fs-color-accent);position:relative;z-index:1;-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out}.btn-fullscreen__rings{border:1px solid #e53f71;position:absolute;inset:0;height:auto;width:auto;border-radius:50%;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:pulse1;animation-name:pulse1;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;z-index:-1}.btn-fullscreen__rings:nth-child(2){-webkit-animation-name:pulse2;animation-name:pulse2}.btn-fullscreen__rings:nth-child(3){-webkit-animation-name:pulse3;animation-name:pulse3}.btn-fullscreen .icon{fill:#fbfbff;display:block;-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out}.btn-fullscreen.show{opacity:1}.btn-fullscreen:hover::after{opacity:0}.input,.textarea{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding:1rem 1.4rem;border-radius:4.5rem;background:rgba(0,0,0,0);font-size:1.4rem;line-height:1;border:1px solid var(--fs-color-border-accent);-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out}.input::-webkit-input-placeholder,.textarea::-webkit-input-placeholder{font-weight:400;color:#380765;opacity:.5;-webkit-transition:opacity .5s;transition:opacity .5s}.input:-moz-placeholder,.textarea:-moz-placeholder{font-weight:400;color:#380765;opacity:.5;-moz-transition:opacity .5s;transition:opacity .5s}.input::-moz-placeholder,.textarea::-moz-placeholder{font-weight:400;color:#380765;opacity:.5;-moz-transition:opacity .5s;transition:opacity .5s}.input:-ms-input-placeholder,.textarea:-ms-input-placeholder{font-weight:400;color:#380765;opacity:.5;-ms-transition:opacity .5s;transition:opacity .5s}.input:focus::-webkit-input-placeholder,.textarea:focus::-webkit-input-placeholder{opacity:0}.input:focus:-moz-placeholder,.textarea:focus:-moz-placeholder{opacity:0}.input:focus::-moz-placeholder,.textarea:focus::-moz-placeholder{opacity:0}.input:focus:-ms-input-placeholder,.textarea:focus:-ms-input-placeholder{opacity:0}.input--transparent,.textarea--transparent{border-color:#fff;background:rgba(0,0,0,0)}.input--transparent::-webkit-input-placeholder,.textarea--transparent::-webkit-input-placeholder{color:#fff}.input--transparent:-moz-placeholder,.textarea--transparent:-moz-placeholder{color:#fff}.input--transparent::-moz-placeholder,.textarea--transparent::-moz-placeholder{color:#fff}.input--transparent:-ms-input-placeholder,.textarea--transparent:-ms-input-placeholder{color:#fff}.textarea{border-radius:2.5rem}.form__accept{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;font-size:1.2rem;line-height:1;margin:0 0 .75rem}.form__accept input[type=checkbox]{margin:0 10px 0 0}.form__input,.form__textarea{outline:none;color:#252525;width:100%;border:2px solid #ededed;border-radius:4px;background:#fff;padding:16px}.form__textarea{width:100%;resize:none;height:65px}.form .btn{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-field__label{font-size:1.4rem;display:block;margin:0 0 10px}.comment-form{display:grid;gap:15px;background-color:var(--fs-color-bg-meta);border-radius:10px;padding:1.5rem}@media(min-width: 768px){.comment-form{grid-template-columns:repeat(2, 1fr)}}.comment-form input[type=text],.comment-form input[type=email]{font:400 13px/1 "Nunito",sans-serif;width:100%}.comment-form input[type=text]::-webkit-input-placeholder,.comment-form input[type=email]::-webkit-input-placeholder{color:var(--fs-color-text-static);opacity:1}.comment-form input[type=text]:-moz-placeholder,.comment-form input[type=email]:-moz-placeholder{color:var(--fs-color-text-static);opacity:1}.comment-form input[type=text]::-moz-placeholder,.comment-form input[type=email]::-moz-placeholder{color:var(--fs-color-text-static);opacity:1}.comment-form input[type=text]:-ms-input-placeholder,.comment-form input[type=email]:-ms-input-placeholder{color:var(--fs-color-text-static);opacity:1}.comment-form textarea{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;font:400 13px/1 "Nunito",sans-serif;max-width:100%;width:100%}.comment-form textarea::-webkit-input-placeholder{color:var(--fs-color-text-static);opacity:1}.comment-form textarea:-moz-placeholder{color:var(--fs-color-text-static);opacity:1}.comment-form textarea::-moz-placeholder{color:var(--fs-color-text-static);opacity:1}.comment-form textarea:-ms-input-placeholder{color:var(--fs-color-text-static);opacity:1}.comment-form input[type=checkbox]{background-color:rgba(255,255,255,.9);border:0;border-radius:10px}.comment-form__title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;color:var(--fs-color-text-static)}@media(min-width: 768px){.comment-form__title{grid-column:span 2}}.comment-form__row--author{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.comment-form__row--email{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.comment-form__row--comment{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}@media(min-width: 768px){.comment-form__row--comment{grid-column:span 2}}.comment-form__row--cookies{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.comment-form__row--submit{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.comment-form__accept{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;line-height:1;color:var(--fs-color-text-static);margin:0 0 10px}.comment-form__accept input{margin-right:5px}.comment-form__label{display:none}.comment-form__checkbox{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;line-height:1.2;margin:0 0 10px}.comment-form__checkbox input{margin:1px 5px 0 0}.comment-form__submit{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.contact-form{background-color:var(--cs-color-therd);border-radius:10px;padding:2rem;display:grid;gap:1rem}@media(min-width: 768px)and (max-width: 1240px){.contact-form{grid-template-columns:repeat(2, 1fr)}}.contact-form input[type=text],.contact-form input[type=email]{font:400 13px/1 "Nunito",sans-serif;width:100%}.contact-form input[type=text]::-webkit-input-placeholder,.contact-form input[type=email]::-webkit-input-placeholder{color:#fff}.contact-form input[type=text]:-moz-placeholder,.contact-form input[type=email]:-moz-placeholder{color:#fff}.contact-form input[type=text]::-moz-placeholder,.contact-form input[type=email]::-moz-placeholder{color:#fff}.contact-form input[type=text]:-ms-input-placeholder,.contact-form input[type=email]:-ms-input-placeholder{color:#fff}.contact-form textarea{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;font:400 13px/1 "Nunito",sans-serif;max-width:100%;width:100%}.contact-form textarea::-webkit-input-placeholder{color:#fff}.contact-form textarea:-moz-placeholder{color:#fff}.contact-form textarea::-moz-placeholder{color:#fff}.contact-form textarea:-ms-input-placeholder{color:#fff}.contact-form input[type=checkbox]{background-color:rgba(255,255,255,.9);border:0;border-radius:10px}.contact-form__title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media(min-width: 768px)and (max-width: 1240px){.contact-form__title{grid-column:span 2}}.contact-form__row--author{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.contact-form__row--email{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.contact-form__row--comment{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}@media(min-width: 768px)and (max-width: 1240px){.contact-form__row--comment{grid-column:span 2}}.contact-form__row--submit{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}@media(min-width: 768px)and (max-width: 1240px){.contact-form__row--submit{grid-column:span 2}}.contact-form__row--cookie{display:none}.contact-form__accept{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;line-height:1;margin:0 0 .75rem}.contact-form__accept input{margin-right:5px}.contact-form__label{display:none}.contact-form__checkbox{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;line-height:1.2;margin:0 0 10px}.contact-form__checkbox input{margin:1px 5px 0 0}.contact-form__submit{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;width:100%}.section{max-width:100%;margin:0 auto;padding:0 20px}@media(min-width: 520px){.section{max-width:520px}}@media(min-width: 768px){.section{max-width:768px}}@media(min-width: 992px){.section{max-width:992px}}@media(min-width: 1240px){.section{max-width:1220px}}.section--wide{max-width:100%}@media screen and (min-width: 1220px){.section--wide{padding:0 70px}}.layout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;min-height:100vh;position:relative;overflow:hidden;z-index:0;background-size:cover}.layout__header{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;background:var(--fs-color-bg-accent-static);position:relative}.layout__content{position:relative;z-index:0;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;padding:35px 0 0}.layout__footer{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative}.content-area{padding:35px 0;max-width:1220px;margin:0 auto;padding-left:20px;padding-right:20px}.flash-container{position:relative;text-align:center;min-height:120px;background-color:var(--fs-color-bg-transparent);border-radius:5px}.flash-container>noindex,.flash-container>p,.flash-container object,.flash-container iframe{display:block;margin:0 auto}.flash-container.fullscreen{border:none;text-align:center;background:#fff}.flash-container.fullscreen noindex,.flash-container.fullscreen p,.flash-container.fullscreen object,.flash-container.fullscreen embed,.flash-container.fullscreen iframe{width:100%;height:100%}.art{position:absolute;display:none}@media screen and (min-width: 1400px){.art{display:block}}.art--1{left:20px;top:40%}.art--2{right:20px;top:70%}.art--3{left:20px;bottom:400px}.art--4{right:20px;bottom:100%}.header{background:var(--fs-color-bg-accent-static);position:relative;z-index:0;padding:0 0 12px;-webkit-box-shadow:0 4px 5.8px 1.2px rgba(0,0,0,.17);box-shadow:0 4px 5.8px 1.2px rgba(0,0,0,.17)}@media screen and (min-width: 768px){.header{padding:0 0 31px}}.header::after{content:"";position:absolute;z-index:-1;right:0;top:0;bottom:0;width:869px;background:url(https://521b17.claudeassets.com/20241116033558im_/https://pokiunblockedgames.com/wp-content/themes/fs-pokiunblock/resources/bundle/svgs/map-pattern.svg) 0 21%/111% auto no-repeat;opacity:.11}.header__nav{background-color:#140823;margin:0 0 12px}@media screen and (min-width: 768px){.header__nav{margin:0 0 31px}}.header__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;gap:15px;max-width:1220px;margin:0 auto;padding-left:20px;padding-right:20px}@media screen and (min-width: 768px){.header__inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.header__logo{position:relative;top:5px}@media screen and (min-width: 768px){.header__logo{position:static;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.header__search{-webkit-box-flex:1;-ms-flex:1;flex:1}@media screen and (min-width: 768px){.header__search{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.header__buttons{margin-left:auto}@media screen and (min-width: 768px){.header__buttons{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}.menu{background:var(--fs-color-bg);border-radius:0 0 72.5px 72.5px;padding:18px 0;-webkit-box-shadow:0 4px 5.8px 1.2px rgba(0,64,229,.17);box-shadow:0 4px 5.8px 1.2px rgba(0,64,229,.17)}.menu__container{max-width:1220px;margin:0 auto;padding-left:20px;padding-right:20px}.menu-game{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;gap:6px}.menu-game__title{font-size:1.5rem;font-weight:700;line-height:1;letter-spacing:-0.47px;color:var(--fs-color-heading);text-align:center;-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out}.menu-game__thumb{border-radius:5px}.menu-game:hover .menu-game__title{color:var(--fs-color-primary)}.header-menu{overflow:auto hidden}.header-menu__inner{padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:1220px;margin:0 auto;padding-left:20px;padding-right:20px}@media(min-width: 768px){.header-menu__inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.header-menu li{list-style:none;padding:0;margin:1rem 0;position:relative}@media(min-width: 768px){.header-menu li{margin:0}}.header-menu li:last-child a::after{display:none}.header-menu a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;color:#fff;text-decoration:none;font-size:1.2rem;line-height:1;padding:5px 15px;text-transform:uppercase;white-space:nowrap}.header-menu a:hover,.header-menu a:focus,.header-menu a:active{opacity:.8}@media(width <= 1200px){.footermenu a{font-size:.875rem}}.footer{background:var(--fs-color-bg-accent-static);position:relative;z-index:0;border-radius:80px}.footer::after{content:"";position:absolute;z-index:-1;right:0;top:0;bottom:0;width:869px;background:url(https://521b17.claudeassets.com/20241116033558im_/https://pokiunblockedgames.com/wp-content/themes/fs-pokiunblock/resources/bundle/svgs/map-pattern.svg) 0 21%/111% auto no-repeat;opacity:.11}.footer__inner{padding:15px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:110px;max-width:1220px;margin:0 auto;padding-left:20px;padding-right:20px}@media(min-width: 768px){.footer__inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}}.footer-menu__inner{padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(min-width: 768px){.footer-menu__inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}}.footer-menu li{list-style:none;padding:0;margin:1rem 0;position:relative}@media(min-width: 768px){.footer-menu li{margin:0}}.footer-menu li:last-child a::after{display:none}.footer-menu a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;color:#fff;text-decoration:none;line-height:1;padding:5px 15px;text-transform:uppercase;white-space:nowrap}.footer-menu a:hover,.footer-menu a:focus,.footer-menu a:active{color:rgb(var(--cs-color-primary) 50%)}@media(width <= 1200px){.footermenu a{font-size:.875rem}}.search-form{display:block;position:relative}.search-form__input{font-size:1.6rem;font-weight:700;padding:0 26px;line-height:1;min-width:230px;min-height:51px;color:var(--fs-color-text-inverse-static);background-color:var(--fs-color-bg-transparent);border-radius:30px;border:0;width:100%}.search-form__input::-webkit-input-placeholder{color:var(--fs-color-text-inverse-static);-webkit-transition:opacity .2s;transition:opacity .2s}.search-form__input:-moz-placeholder{color:var(--fs-color-text-inverse-static);-moz-transition:opacity .2s;transition:opacity .2s}.search-form__input::-moz-placeholder{color:var(--fs-color-text-inverse-static);-moz-transition:opacity .2s;transition:opacity .2s}.search-form__input:-ms-input-placeholder{color:var(--fs-color-text-inverse-static);-ms-transition:opacity .2s;transition:opacity .2s}.search-form__input:focus{outline:none}.search-form__input:focus::-webkit-input-placeholder{opacity:0}.search-form__input:focus:-moz-placeholder{opacity:0}.search-form__input:focus::-moz-placeholder{opacity:0}.search-form__input:focus:-ms-input-placeholder{opacity:0}.search-form__btn{outline:none;top:0;right:0;bottom:0;position:absolute;width:51px;height:51px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-decoration:none;z-index:1;color:#fff}.search-form__btn .icon{fill:var(--fs-color-text-inverse-static)}.search-form__btn:focus,.search-form__btn:hover,.search-form__btn:active{outline:none}.search-form__btn:focus::after,.search-form__btn:hover::after,.search-form__btn:active::after{opacity:0}.heading{padding:25px 0;max-width:1220px;margin:0 auto;padding-left:20px;padding-right:20px}.heading__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px}@media(min-width: 992px){.heading__head{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}}.heading__title{font-size:2.5rem;font-weight:700;line-height:1;color:var(--fs-color-heading-inverse);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;gap:20px}.heading__title .icon{fill:var(--fs-color-heading-inverse);width:30px;height:30px}@media(min-width: 992px){.heading__title{font-size:3.5rem}}.heading__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;margin:0 0 30px;border-radius:20px;padding-top:20px;gap:30px}@media(min-width: 992px){.heading__inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.heading__content{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}@media(min-width: 992px){.heading__sidebar{max-width:250px;-webkit-box-flex:0;-ms-flex:0 0 250px;flex:0 0 250px}}.side-menu{display:block;margin:0;padding:0}.side-menu__inner{display:block;margin:0;padding:0}.side-menu li{margin:0;padding:0;list-style:none;border-bottom:1px solid var(--fs-color-bg-transparent)}.side-menu li:last-child{border:0}.side-menu a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:18px;padding:4px 0;min-height:2rem;width:100%;font-size:1.8rem;font-weight:700;line-height:1;text-decoration:none;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;z-index:0;white-space:nowrap;cursor:pointer;color:#fff;-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out}.side-menu a:hover,.side-menu a:focus,.side-menu a:active{color:var(--fs-color-primary)}.side-menu a .icon{width:32px;height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.games-side__title{margin:10px 0 11px;line-height:1;letter-spacing:-0.5px;color:var(--fs-color-heading-inverse)}.games-side__item{margin:0;padding:0;list-style:none;border-bottom:1px solid var(--fs-color-bg-transparent)}.games-side__item:last-child{border:0}.game-side{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:18px;padding:4px 0;min-height:2rem;width:100%;font-size:1.6rem;font-weight:700;line-height:1;text-decoration:none;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;z-index:0;white-space:nowrap;cursor:pointer;color:#fff;-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out}.game-side:hover,.game-side:focus,.game-side:active{color:var(--fs-color-primary)}.game-side__icon{width:32px;height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.game-side__icon img{border-radius:5px}.theme-toggler{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;list-style:none;padding:0;margin:0;overflow:hidden;background-color:var(--fs-color-bg-transparent);border-radius:16px}.theme-toggler__title{margin:10px 0 11px;line-height:1;letter-spacing:-0.5px;color:var(--fs-color-heading-inverse)}.theme-toggler__item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.theme-toggler__button{position:relative;display:block;border-radius:16px;text-align:center;color:#fff;text-decoration:none;font-weight:700;padding:3px 25px}.theme-toggler__button::after{content:"";background:rgba(255,255,255,.2);position:absolute;inset:0;opacity:0}.theme-toggler__button.active{background:var(--fs-color-accent);z-index:2}.theme-toggler__button:hover:not(.active)::after{opacity:1}.theme-toggler__button:first-child::after{right:-15px}.theme-toggler__button:last-child::after{left:-15px}.items{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:15px;width:100%}.items__item{display:block;min-width:0}@media(min-width: 520px){.items{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 768px){.items{grid-template-columns:repeat(4, 1fr)}}@media(min-width: 992px){.items{grid-template-columns:repeat(4, 1fr)}}@media(min-width: 1240px){.items{grid-template-columns:repeat(4, 1fr);grid-gap:25px;width:100%}}.items--6{grid-template-columns:repeat(2, 1fr)}@media(min-width: 520px){.items--6{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 768px){.items--6{grid-template-columns:repeat(4, 1fr)}}@media(min-width: 992px){.items--6{grid-template-columns:repeat(5, 1fr)}}@media(min-width: 1240px){.items--6{grid-template-columns:repeat(6, 1fr)}}.item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:9px}.item__thumb{position:relative;border-radius:10px}.item__thumb::before,.item__thumb::after{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .4s ease;transition:all .4s ease}.item__thumb::before{position:absolute;top:20px;right:20px;content:"";background-color:#fff;z-index:2;opacity:0;width:0;height:1px}.item__thumb::after{position:absolute;left:20px;bottom:20px;content:"";background-color:#fff;z-index:2;opacity:0;height:1px;width:0}.item__thumb img{border-radius:5px}.item__overlay{position:absolute;inset:0;background-color:rgba(0,0,0,.75);z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0;border-radius:5px;-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out}.item__title{display:block;font-size:1.5rem;font-weight:700;line-height:1;letter-spacing:-0.47px;text-align:center;text-decoration:none;color:var(--fs-color-heading-inverse)}.item--dark .item__title{color:var(--fs-color-heading)}.item:hover .item__thumb::before,.item:hover .item__thumb::after{opacity:.5;-webkit-transition-delay:.25s;transition-delay:.25s;width:calc(100% - 40px)}.item:hover .item__overlay{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1}.item:hover .labels{opacity:0}.labels{position:absolute;top:-2px;left:-2px;right:-2px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;z-index:1;-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out}.labels__item{font-size:1.3rem;font-weight:700;line-height:1;letter-spacing:-0.41px;color:var(--fs-color-heading-inverse);height:27px;text-transform:uppercase;padding:2px 10px 0;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:4px}.labels__category{background-color:var(--fs-color-accent)}.labels__rating{background:var(--fs-color-bg-inverse);font-weight:700;position:relative;color:var(--fs-color-heading-inverse);min-width:52px}.labels__rating .icon{fill:var(--fs-color-accent);display:block;position:relative;top:-2px}.sidebar{max-height:0;overflow:hidden;-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out}@media(min-width: 992px){.sidebar{max-height:9999px}}.sidebar__widget{margin:0 0 20px}.sidebar.opened{max-height:9999px}.sidebar-toggler{background-color:var(--fs-color-bg-transparent);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:6px 15px;color:var(--fs-color-heading-inverse);border-radius:16px}.privacy{position:fixed;bottom:0;left:0;right:0;z-index:9999;display:none}.privacy.active{display:block}.privacy__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:15px;padding:10px 10px 10px 15px;background:var(--fs-color-bg);border-radius:16px 16px 0 0;margin:0 auto;-webkit-box-shadow:0 4px 5.8px 1.2px rgba(0,0,0,.17);box-shadow:0 4px 5.8px 1.2px rgba(0,0,0,.17)}@media screen and (min-width: 768px){.privacy__inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.privacy__content{font-size:1.4rem;line-height:1.6}.privacy__links{font-size:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:10px}@media screen and (min-width: 768px){.privacy__links{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}}.privacy__link{font-weight:700;color:var(--fs-color-primary)}.copyright{padding:11px 0;text-align:center}.short-description{background-color:var(--fs-color-bg);border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0 0 15px;padding:10px;gap:20px;color:var(--fs-color-text)}.short-description img{border-radius:5px;display:none}@media(min-width: 1400px){.short-description img{display:block}}.short-description__content{padding:10px 0}.player__columns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:30px}@media screen and (min-width: 768px){.player__columns{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}}.player__content{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1}.player__promo{-webkit-box-flex:0;-ms-flex:0 0 167px;flex:0 0 167px}.player-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;gap:10px;margin-top:15px}.player-meta__item:first-child{margin-right:auto}.player-overlay{min-height:500px;position:relative;z-index:2;overflow:hidden;border-radius:10px;background-color:#000}.player-overlay.hidden{display:none}.player-overlay__bg{position:absolute;inset:-20px;-webkit-filter:blur(10px);filter:blur(10px);background-size:cover}.player-overlay__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:500px}.player-overlay__start{text-transform:uppercase;background-color:var(--fs-color-accent);color:var(--fs-color-heading-inverse);font-weight:700;border-radius:2.75rem;gap:15px;-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out}.player-overlay__start span{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}.player-overlay__start .icon{fill:#fff;margin:0}.player-overlay__start:hover{border-color:#e53f71;background:#eb6c92}.fullscreen .player-overlay{height:100%}.fullscreen .player-overlay__content{height:100%}.actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:21px}.shares-popup__toggler{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;z-index:0;cursor:pointer}.shares-popup__toggler .icon{position:relative;-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out}.shares-popup__form{position:fixed;inset:0;z-index:999;display:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:rgba(0,0,0,.8);color:var(--main-color-headings)}.shares-popup__form.active{display:-webkit-box;display:-ms-flexbox;display:flex}.shares-popup__inner{position:relative;background:var(--fs-color-bg);-webkit-box-shadow:0 2px 21px rgba(14,41,91,.35);box-shadow:0 2px 21px rgba(14,41,91,.35);border-radius:5px;z-index:1;padding:30px;width:540px}.shares-popup__title{color:var(--main-color-headings);font-size:1.5rem;font-weight:500;margin-bottom:20px}.shares-popup__close{position:absolute;top:20px;right:15px;width:31px;height:31px;opacity:.4;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;text-decoration:none}.shares-popup__close .icon{fill:var(--main-color-headings)}.shares-popup__close:hover,.shares-popup__close:focus,.shares-popup__close:active{opacity:.6}.social-likes{margin:0;padding:5px;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.social-likes__widget{border-radius:5px;overflow:hidden;margin:0 3px}.social-likes__widget:hover{-webkit-animation:smile-anim 1s infinite;animation:smile-anim 1s infinite}.social-likes__widget_notext .social-likes__icon{margin:9px}.shares__subtitle{color:var(--main-color-headings);font-size:.875rem;margin-bottom:10px}.shares__buttons{margin-bottom:20px}.shares__code{margin-bottom:10px}.shares__code-title{font-size:1rem;font-weight:700;margin:0 0 10px}.shares__code-val{width:100%;height:120px;padding:5px 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.shares__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;border:1px solid #eee;border-radius:20px 20px 20px 0;background:#fafafa;font-size:.875rem}.shares__link-val{margin:0 15px 0 0 !important;border:0;background:rgba(0,0,0,0);-webkit-box-flex:1;-ms-flex:1;flex:1;color:#c268f7;padding:12px 8px 10px 15px}.shares__link-copy{font-weight:500;color:#fff;background:#c268f7;text-decoration:none;padding:2px 35px;margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:20px}.shares__link-copy:hover{color:#fff;background:#c268f7;text-decoration:none}.vote-block{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;border-radius:16px;padding:3px 10px;border:2px solid var(--fs-color-border)}.vote-block__info{font-weight:700;color:var(--fs-color-heading-inverse)}.vote-block>div[typeof]{display:none}.vote-block .rating-info{display:block;position:relative;color:var(--main-color-headings);top:2px}.vote-block span.rating-text{font-size:14px;line-height:1;display:block;margin-left:8px;margin-top:7px}.vote-block span.rating-text b{font-size:14px}.vote-block .rating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap;gap:3px;list-style:none;margin:0;padding:0;vertical-align:middle}.vote-block .rating:hover li{cursor:pointer}.vote-block .rating:hover li .icon{fill:#fff !important}.vote-block.disabled{cursor:auto;pointer-events:none}.vote-block .rating li{display:block;cursor:pointer;margin-bottom:0 !important}.vote-block .rating li .icon{fill:#fff;width:16px;height:16px}.vote-block .rating li.current .icon,.vote-block .rating li.current~li .icon{fill:#ffcb2b}.vote-block .rating li:hover .icon,.vote-block .rating li:hover~li .icon,.vote-block .rating li:hover~li.current .icon{fill:#f4732a !important}.vote-block ol.rating li{cursor:default;z-index:2;position:relative;font-size:0}.cs-likes-dislikes{display:inline-block}.cs-likes-dislikes .cs-likes-dislikes-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px}.cs-likes-dislikes .cs-like-post,.cs-likes-dislikes .cs-dislike-post{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none !important;border:2px solid #fff;padding:3px 6px;border-radius:16px}.cs-likes-dislikes span{display:inline-block;vertical-align:middle}.cs-likes-dislikes .icon{display:inline-block;fill:#fff;width:20px;height:20px}@media(min-width: 768px){.cs-likes-dislikes .icon{width:24px;height:24px}}.cs-likes-dislikes .like-count,.cs-likes-dislikes .dislike-count{display:inline-block;line-height:20px;color:#fff;font-weight:700;font-size:1.4rem}@media(min-width: 768px){.cs-likes-dislikes .like-count,.cs-likes-dislikes .dislike-count{font-size:1.6rem}}.related{padding:0 0 35px;max-width:1220px;margin:0 auto;padding-left:20px;padding-right:20px}.promo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--fs-color-bg-transparent);border-radius:5px}.promo--side{min-width:167px}.promo--top{margin:0 0 15px}.promo--bottom{margin:15px 0}.logo{position:relative}.logo__lines{position:absolute;left:0;bottom:0;-webkit-transform:translate(0, 40%);transform:translate(0, 40%);fill:var(--fs-color-bg)}.pagination{text-align:center}.pagination ul{padding:25px 0 0;margin:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;gap:10px}.pagination a,.pagination span{display:block;padding:6px 5px;min-width:54px;height:32px;font-weight:bold;text-align:center;line-height:1;background-color:rgba(0,0,0,0);color:var(--fs-color-border);text-decoration:none;border:2px solid var(--fs-color-border);border-radius:16px;background-clip:padding-box;font-size:1.6rem;-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out}.pagination a .icon,.pagination span .icon{fill:var(--fs-color-border)}.pagination a:active,.pagination a:focus,.pagination a:hover,.pagination span.current{background:var(--fs-color-accent);background-clip:padding-box}.pagination .next{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.pagination .next:hover::after,.pagination .next:focus::after,.pagination .next:active::after{background-position:-11px -30px}.pagination .prev{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.pagination .prev:hover::after,.pagination .prev:focus::after,.pagination .prev:active::after{background-position:-11px -30px}#comments{position:relative;border-radius:10px}.comments{background:var(--main-color-bg-light);border-radius:20px;padding:0 0 35px;max-width:1220px;margin:0 auto;padding-left:20px;padding-right:20px}.comments__title{border-radius:10px;color:var(--cs-color-accent);font:700 1.8rem/1 "Nunito",sans-serif;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 1.5rem}.comments__meta{padding-left:5px}.comments--bg textarea,.comments--bg input{background-color:#fff}.comments-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:10px;list-style:none;margin:0;padding:0;color:var(--main-color-headings)}.comments-list__wrapper{margin:0 0 10px;overflow:hidden;overflow-anchor:none;position:relative}.comments-list__more{background-color:rgba(255,255,255,.5);border-radius:10px;color:#000;display:inline-block;font-size:12px;margin:0 auto 15px;padding:2px 15px;text-align:center;text-decoration:none;text-transform:lowercase;-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out}.comments-list__more:hover{border-color:#e53f71;color:#e53f71}.comment{padding:5px 10px;border:1px solid var(--fs-color-border-accent);border-radius:10px}.comment:nth-of-type(odd){background-color:rgba(255,255,255,.1)}.comment-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:5px;font-size:14px;position:relative}.comment-edit-link{display:none}.logged-in-as{display:none}.comment-author{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-size:13px;min-height:25px}.comment-author img{border-radius:50%}.comment-author .fn{font-weight:700;margin:0 4px 0 0}.comment-meta{font-size:1.3rem;position:absolute;right:0;text-align:right;top:2px;padding:2px 6px;background-color:var(--fs-color-bg-inverse);color:var(--fs-color-heading-inverse);border-radius:5px}.comment-text{font-size:1.3rem}.tags{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;gap:1rem;margin-top:20px}.tags__link{color:var(--fs-color-text-inverse);min-height:30px;font-size:1.6rem;line-height:1;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:4.5rem;overflow:hidden;position:relative;z-index:100;border:0;padding:5px 10px;background:var(--fs-color-bg-accent)}.tags__link:hover,.tags__link:focus,.tags__link:active{background:var(--fs-color-accent)}.tags__link:hover::before,.tags__link:focus::before,.tags__link:active::before{opacity:1}.tags__icon{max-width:35px}.tags__title{padding:0 15px}

/*
     FILE ARCHIVED ON 14:34:48 Mar 13, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:01:00 Jul 21, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.511
  exclusion.robots: 0.059
  exclusion.robots.policy: 0.05
  esindex: 0.008
  cdx.remote: 13.958
  LoadShardBlock: 130.35 (3)
  PetaboxLoader3.datanode: 171.32 (4)
  PetaboxLoader3.resolve: 595.662 (3)
  load_resource: 698.871
*/