/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*! 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;
  -webkit-text-size-adjust: 100%;
}

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

hr {
  -webkit-box-sizing: content-box;
  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 */
  -webkit-text-decoration: underline dotted;
  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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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;
  -webkit-transition: opacity .1s linear;
  -o-transition: opacity .1s linear;
  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 {
  -webkit-transition: left .4s ease, top .4s ease, right .4s ease, bottom .4s ease;
  -o-transition: left .4s ease, top .4s ease, right .4s ease, bottom .4s ease;
  transition: left .4s ease, top .4s ease, right .4s ease, bottom .4s ease
}

.pnotify.pnotify-fade-slow {
  -webkit-transition: opacity .4s linear;
  -o-transition: opacity .4s linear;
  transition: opacity .4s linear;
  opacity: 0
}

.pnotify.pnotify-fade-slow.pnotify.pnotify-move {
  -webkit-transition: opacity .4s linear, left .4s ease, top .4s ease, right .4s ease, bottom .4s ease;
  -o-transition: opacity .4s linear, left .4s ease, top .4s ease, right .4s ease, bottom .4s ease;
  transition: opacity .4s linear, left .4s ease, top .4s ease, right .4s ease, bottom .4s ease
}

.pnotify.pnotify-fade-normal {
  -webkit-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  transition: opacity .25s linear;
  opacity: 0
}

.pnotify.pnotify-fade-normal.pnotify.pnotify-move {
  -webkit-transition: opacity .25s linear, left .4s ease, top .4s ease, right .4s ease, bottom .4s ease;
  -o-transition: opacity .25s linear, left .4s ease, top .4s ease, right .4s ease, bottom .4s ease;
  transition: opacity .25s linear, left .4s ease, top .4s ease, right .4s ease, bottom .4s ease
}

.pnotify.pnotify-fade-fast {
  -webkit-transition: opacity .1s linear;
  -o-transition: opacity .1s linear;
  transition: opacity .1s linear;
  opacity: 0
}

.pnotify.pnotify-fade-fast.pnotify.pnotify-move {
  -webkit-transition: opacity .1s linear, left .4s ease, top .4s ease, right .4s ease, bottom .4s ease;
  -o-transition: opacity .1s linear, left .4s ease, top .4s ease, right .4s ease, bottom .4s ease;
  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);
  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;
  -ms-scroll-chaining: none;
  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;
  -webkit-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  transition: opacity .25s linear;
  opacity: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.pnotify-modal-overlay-up {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.pnotify-modal-overlay-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.pnotify-modal-overlay-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -o-repeating-linear-gradient(315deg, transparent, transparent 35px, hsla(0, 0%, 100%, .3) 0, hsla(0, 0%, 100%, .3) 70px);
  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: 16px;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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 {
  -webkit-filter: var(--brighttheme-icon-filter);
  filter: var(--brighttheme-icon-filter);
  content: url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTMsMTNIMTFWN0gxM00xMywxN0gxMVYxNUgxM00xMiwyQTEwLDEwIDAgMCwwIDIsMTJBMTAsMTAgMCAwLDAgMTIsMjJBMTAsMTAgMCAwLDAgMjIsMTJBMTAsMTAgMCAwLDAgMTIsMloiLz48L3N2Zz4=)
}

[data-pnotify] .brighttheme-icon-info:after {
  -webkit-filter: var(--brighttheme-icon-filter);
  filter: var(--brighttheme-icon-filter);
  content: url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTMsOUgxMVY3SDEzTTEzLDE3SDExVjExSDEzTTEyLDJBMTAsMTAgMCAwLDAgMiwxMkExMCwxMCAwIDAsMCAxMiwyMkExMCwxMCAwIDAsMCAyMiwxMkExMCwxMCAwIDAsMCAxMiwyWiIvPjwvc3ZnPg==)
}

[data-pnotify] .brighttheme-icon-success:after {
  -webkit-filter: var(--brighttheme-icon-filter);
  filter: var(--brighttheme-icon-filter);
  content: url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTIgMkM2LjUgMiAyIDYuNSAyIDEyUzYuNSAyMiAxMiAyMiAyMiAxNy41IDIyIDEyIDE3LjUgMiAxMiAyTTEwIDE3TDUgMTJMNi40MSAxMC41OUwxMCAxNC4xN0wxNy41OSA2LjU4TDE5IDhMMTAgMTdaIi8+PC9zdmc+)
}

[data-pnotify] .brighttheme-icon-error:after {
  -webkit-filter: var(--brighttheme-icon-filter);
  filter: var(--brighttheme-icon-filter);
  content: url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTMsMTRIMTFWMTBIMTNNMTMsMThIMTFWMTZIMTNNMSwyMUgyM0wxMiwyTDEsMjFaIi8+PC9zdmc+)
}

[data-pnotify] .brighttheme-icon-closer:after {
  -webkit-filter: var(--brighttheme-icon-filter);
  filter: var(--brighttheme-icon-filter);
  content: url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTksNi40MUwxNy41OSw1TDEyLDEwLjU5TDYuNDEsNUw1LDYuNDFMMTAuNTksMTJMNSwxNy41OUw2LjQxLDE5TDEyLDEzLjQxTDE3LjU5LDE5TDE5LDE3LjU5TDEzLjQxLDEyTDE5LDYuNDFaIi8+PC9zdmc+)
}

[data-pnotify] .brighttheme-icon-sticker:after {
  -webkit-filter: var(--brighttheme-icon-filter);
  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 {
  -webkit-filter: var(--brighttheme-icon-filter);
  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%;
  -webkit-box-sizing: border-box;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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 {
  -webkit-filter: var(--brighttheme-icon-filter);
  filter: var(--brighttheme-icon-filter);
  content: url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik0xMS42NyAzLjg3TDkuOSAyLjEgMCAxMmw5LjkgOS45IDEuNzctMS43N0wzLjU0IDEyeiIvPjwvc3ZnPg==)
}

[data-pnotify] .brighttheme-paginate-next:after {
  -webkit-filter: var(--brighttheme-icon-filter);
  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
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y,
.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  -o-transition: background-color .2s linear, height .2s ease-in-out;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  -o-transition: background-color .2s linear, width .2s ease-in-out;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover>.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover>.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

:root {
  --svg-accent: #ffbd10;
  --svg-primary: #008ceb;
  --main-color-bg: #fff;
  --main-color-bg-rgb: 200 190 213;
  --main-color-bg-light: #f8f7ef;
  --main-color-links: #ce215b;
  --main-color-headings: #000;
  --main-color-text: #333
}

.dark {
  --main-color-bg: #607ce3;
  --main-color-bg-rgb: 155 30 57;
  --main-color-bg-light: #2d3edb;
  --main-color-links: #d73266;
  --main-color-headings: #fff;
  --main-color-text: rgb(255 255 255 / 80%)
}

:root {
  --reflex-columns: 12;
  --reflex-grid-spacing: 20px;
  --reflex-xs: 480px;
  --reflex-sm: 768px;
  --reflex-md: 1024px;
  --reflex-lg: 1330px;
  --reflex-xlg: 1600px;
  --reflex-xxs-max: 479px;
  --reflex-xs-max: 767px;
  --reflex-sm-max: 1023px;
  --reflex-md-max: 1329px;
  --reflex-lg-max: 1599px
}

.re-container,
.re-container-full {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto
}

.re-container .re-grid,
.re-container-full .re-grid {
  margin-right: -20px;
  margin-left: -20px
}

@media(min-width: 480px) {
  .re-container {
    max-width: 480px
  }
}

@media(min-width: 768px) {
  .re-container {
    max-width: 768px
  }
}

@media(min-width: 1024px) {
  .re-container {
    max-width: 1024px
  }
}

@media(min-width: 1330px) {
  .re-container {
    max-width: 1330px
  }
}

@media(min-width: 1600px) {
  .re-container {
    max-width: 1600px
  }
}

.re-grid {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  position: relative;
  letter-spacing: -0.31em;
  /* *letter-spacing: normal; */
  word-spacing: -0.43em;
  list-style-type: none
}

.re-grid::before,
.re-grid::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal
}

[class*=re-col-] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 20px;
  display: inline-block;
  /* *display: inline; */
  zoom: 1
}

[class*=re-col-]::before,
[class*=re-col-]::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal
}

.re-col-12 {
  width: 100%;
  /* *width: 99.9% */
}

.re-col-11 {
  width: 91.6666666667%;
  /* *width: 91.5666666667% */
}

.re-col-10 {
  width: 83.3333333333%;
  /* *width: 83.2333333333% */
}

.re-col-9 {
  width: 75%;
  /* *width: 74.9% */
}

.re-col-8 {
  width: 66.6666666667%;
  /* *width: 66.5666666667% */
}

.re-col-7 {
  width: 58.3333333333%;
  /* *width: 58.2333333333% */
}

.re-col-6 {
  width: 50%;
  /* *width: 49.9% */
}

.re-col-5 {
  width: 41.6666666667%;
  /* *width: 41.5666666667% */
}

.re-col-4 {
  width: 33.3333333333%;
  /* *width: 33.2333333333% */
}

.re-col-3 {
  width: 25%;
  /* *width: 24.9% */
}

.re-col-2 {
  width: 16.6666666667%;
  /* *width: 16.5666666667% */
}

.re-col-1 {
  width: 8.3333333333%;
  /* *width: 8.2333333333% */
}

@media(min-width: 480px) {
  .re-col-xs-12 {
    width: 100%;
    /* *width: 99.9% */
  }

  .re-col-xs-11 {
    width: 91.6666666667%;
    /* *width: 91.5666666667% */
  }

  .re-col-xs-10 {
    width: 83.3333333333%;
    /* *width: 83.2333333333% */
  }

  .re-col-xs-9 {
    width: 75%;
    /* *width: 74.9% */
  }

  .re-col-xs-8 {
    width: 66.6666666667%;
    /* *width: 66.5666666667% */
  }

  .re-col-xs-7 {
    width: 58.3333333333%;
    /* *width: 58.2333333333% */
  }

  .re-col-xs-6 {
    width: 50%;
    /* *width: 49.9% */
  }

  .re-col-xs-5 {
    width: 41.6666666667%;
    /* *width: 41.5666666667% */
  }

  .re-col-xs-4 {
    width: 33.3333333333%;
    /* *width: 33.2333333333% */
  }

  .re-col-xs-3 {
    width: 25%;
    /* *width: 24.9% */
  }

  .re-col-xs-2 {
    width: 16.6666666667%;
    /* *width: 16.5666666667% */
  }

  .re-col-xs-1 {
    width: 8.3333333333%;
    /* *width: 8.2333333333% */
  }
}

@media(min-width: 768px) {
  .re-col-sm-12 {
    width: 100%;
    /* *width: 99.9% */
  }

  .re-col-sm-11 {
    width: 91.6666666667%;
    /* *width: 91.5666666667% */
  }

  .re-col-sm-10 {
    width: 83.3333333333%;
    /* *width: 83.2333333333% */
  }

  .re-col-sm-9 {
    width: 75%;
    /* *width: 74.9% */
  }

  .re-col-sm-8 {
    width: 66.6666666667%;
    /* *width: 66.5666666667% */
  }

  .re-col-sm-7 {
    width: 58.3333333333%;
    /* *width: 58.2333333333% */
  }

  .re-col-sm-6 {
    width: 50%;
    /* *width: 49.9% */
  }

  .re-col-sm-5 {
    width: 41.6666666667%;
    /* *width: 41.5666666667% */
  }

  .re-col-sm-4 {
    width: 33.3333333333%;
    /* *width: 33.2333333333% */
  }

  .re-col-sm-3 {
    width: 25%;
    /* *width: 24.9% */
  }

  .re-col-sm-2 {
    width: 16.6666666667%;
    /* *width: 16.5666666667% */
  }

  .re-col-sm-1 {
    width: 8.3333333333%;
    /* *width: 8.2333333333% */
  }
}

@media(min-width: 1024px) {
  .re-col-md-12 {
    width: 100%;
    /* *width: 99.9% */
  }

  .re-col-md-11 {
    width: 91.6666666667%;
    /* *width: 91.5666666667% */
  }

  .re-col-md-10 {
    width: 83.3333333333%;
    /* *width: 83.2333333333% */
  }

  .re-col-md-9 {
    width: 75%;
    /* *width: 74.9% */
  }

  .re-col-md-8 {
    width: 66.6666666667%;
    /* *width: 66.5666666667% */
  }

  .re-col-md-7 {
    width: 58.3333333333%;
    /* *width: 58.2333333333% */
  }

  .re-col-md-6 {
    width: 50%;
    /* *width: 49.9% */
  }

  .re-col-md-5 {
    width: 41.6666666667%;
    /* *width: 41.5666666667% */
  }

  .re-col-md-4 {
    width: 33.3333333333%;
    /* *width: 33.2333333333% */
  }

  .re-col-md-3 {
    width: 25%;
    /* *width: 24.9% */
  }

  .re-col-md-2 {
    width: 16.6666666667%;
    /* *width: 16.5666666667% */
  }

  .re-col-md-1 {
    width: 8.3333333333%;
    /* *width: 8.2333333333% */
  }
}

@media(min-width: 1330px) {
  .re-col-lg-12 {
    width: 100%;
    /* *width: 99.9% */
  }

  .re-col-lg-11 {
    width: 91.6666666667%;
    /* *width: 91.5666666667% */
  }

  .re-col-lg-10 {
    width: 83.3333333333%;
    /* *width: 83.2333333333% */
  }

  .re-col-lg-9 {
    width: 75%;
    /* *width: 74.9% */
  }

  .re-col-lg-8 {
    width: 66.6666666667%;
    /* *width: 66.5666666667% */
  }

  .re-col-lg-7 {
    width: 58.3333333333%;
    /* *width: 58.2333333333% */
  }

  .re-col-lg-6 {
    width: 50%;
    /* *width: 49.9% */
  }

  .re-col-lg-5 {
    width: 41.6666666667%;
    /* *width: 41.5666666667% */
  }

  .re-col-lg-4 {
    width: 33.3333333333%;
    /* *width: 33.2333333333% */
  }

  .re-col-lg-3 {
    width: 25%;
    /* *width: 24.9% */
  }

  .re-col-lg-2 {
    width: 16.6666666667%;
    /* *width: 16.5666666667% */
  }

  .re-col-lg-1 {
    width: 8.3333333333%;
    /* *width: 8.2333333333% */
  }
}

@media(min-width: 1600px) {
  .re-col-xlg-12 {
    width: 100%;
    /* *width: 99.9% */
  }

  .re-col-xlg-11 {
    width: 91.6666666667%;
    /* *width: 91.5666666667% */
  }

  .re-col-xlg-10 {
    width: 83.3333333333%;
    /* *width: 83.2333333333% */
  }

  .re-col-xlg-9 {
    width: 75%;
    /* *width: 74.9% */
  }

  .re-col-xlg-8 {
    width: 66.6666666667%;
    /* *width: 66.5666666667% */
  }

  .re-col-xlg-7 {
    width: 58.3333333333%;
    /* *width: 58.2333333333% */
  }

  .re-col-xlg-6 {
    width: 50%;
    /* *width: 49.9% */
  }

  .re-col-xlg-5 {
    width: 41.6666666667%;
    /* *width: 41.5666666667% */
  }

  .re-col-xlg-4 {
    width: 33.3333333333%;
    /* *width: 33.2333333333% */
  }

  .re-col-xlg-3 {
    width: 25%;
    /* *width: 24.9% */
  }

  .re-col-xlg-2 {
    width: 16.6666666667%;
    /* *width: 16.5666666667% */
  }

  .re-col-xlg-1 {
    width: 8.3333333333%;
    /* *width: 8.2333333333% */
  }
}

.re-col-auto {
  -ms-flex: 1 0 0px;
  -webkit-box-flex: 1;
  flex: 1 0 0px;
  width: auto
}

@media(min-width: 480px) {
  .re-col-xs-auto {
    -ms-flex: 1 0 0px;
    -webkit-box-flex: 1;
    flex: 1 0 0px;
    width: auto
  }
}

@media(min-width: 768px) {
  .re-col-sm-auto {
    -ms-flex: 1 0 0px;
    -webkit-box-flex: 1;
    flex: 1 0 0px;
    width: auto
  }
}

@media(min-width: 1024px) {
  .re-col-md-auto {
    -ms-flex: 1 0 0px;
    -webkit-box-flex: 1;
    flex: 1 0 0px;
    width: auto
  }
}

@media(min-width: 1330px) {
  .re-col-lg-auto {
    -ms-flex: 1 0 0px;
    -webkit-box-flex: 1;
    flex: 1 0 0px;
    width: auto
  }
}

@media(min-width: 1600px) {
  .re-col-xlg-auto {
    -ms-flex: 1 0 0px;
    -webkit-box-flex: 1;
    flex: 1 0 0px;
    width: auto
  }
}

.re-order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  order: 12
}

.re-order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11
}

.re-order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10
}

.re-order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9
}

.re-order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8
}

.re-order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7
}

.re-order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6
}

.re-order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5
}

.re-order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4
}

.re-order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3
}

.re-order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2
}

.re-order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1
}

.re-order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  order: 0
}

@media(min-width: 480px) {
  .re-order-xs-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12
  }

  .re-order-xs-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11
  }

  .re-order-xs-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10
  }

  .re-order-xs-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9
  }

  .re-order-xs-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8
  }

  .re-order-xs-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7
  }

  .re-order-xs-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6
  }

  .re-order-xs-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5
  }

  .re-order-xs-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4
  }

  .re-order-xs-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3
  }

  .re-order-xs-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2
  }

  .re-order-xs-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
  }

  .re-order-xs-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0
  }
}

@media(min-width: 768px) {
  .re-order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12
  }

  .re-order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11
  }

  .re-order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10
  }

  .re-order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9
  }

  .re-order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8
  }

  .re-order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7
  }

  .re-order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6
  }

  .re-order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5
  }

  .re-order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4
  }

  .re-order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3
  }

  .re-order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2
  }

  .re-order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
  }

  .re-order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0
  }
}

@media(min-width: 1024px) {
  .re-order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12
  }

  .re-order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11
  }

  .re-order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10
  }

  .re-order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9
  }

  .re-order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8
  }

  .re-order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7
  }

  .re-order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6
  }

  .re-order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5
  }

  .re-order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4
  }

  .re-order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3
  }

  .re-order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2
  }

  .re-order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
  }

  .re-order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0
  }
}

@media(min-width: 1330px) {
  .re-order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12
  }

  .re-order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11
  }

  .re-order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10
  }

  .re-order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9
  }

  .re-order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8
  }

  .re-order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7
  }

  .re-order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6
  }

  .re-order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5
  }

  .re-order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4
  }

  .re-order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3
  }

  .re-order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2
  }

  .re-order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
  }

  .re-order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0
  }
}

@media(min-width: 1600px) {
  .re-order-xlg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12
  }

  .re-order-xlg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11
  }

  .re-order-xlg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10
  }

  .re-order-xlg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9
  }

  .re-order-xlg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8
  }

  .re-order-xlg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7
  }

  .re-order-xlg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6
  }

  .re-order-xlg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5
  }

  .re-order-xlg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4
  }

  .re-order-xlg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3
  }

  .re-order-xlg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2
  }

  .re-order-xlg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
  }

  .re-order-xlg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0
  }
}

.re-offset-11 {
  margin-left: 91.6666666667%;
  /* *margin-left: 91.5666666667% */
}

.re-offset-10 {
  margin-left: 83.3333333333%;
  /* *margin-left: 83.2333333333% */
}

.re-offset-9 {
  margin-left: 75%;
  /* *margin-left: 74.9% */
}

.re-offset-8 {
  margin-left: 66.6666666667%;
  /* *margin-left: 66.5666666667% */
}

.re-offset-7 {
  margin-left: 58.3333333333%;
  /* *margin-left: 58.2333333333% */
}

.re-offset-6 {
  margin-left: 50%;
  /* *margin-left: 49.9% */
}

.re-offset-5 {
  margin-left: 41.6666666667%;
  /* *margin-left: 41.5666666667% */
}

.re-offset-4 {
  margin-left: 33.3333333333%;
  /* *margin-left: 33.2333333333% */
}

.re-offset-3 {
  margin-left: 25%;
  /* *margin-left: 24.9% */
}

.re-offset-2 {
  margin-left: 16.6666666667%;
  /* *margin-left: 16.5666666667% */
}

.re-offset-1 {
  margin-left: 8.3333333333%;
  /* *margin-left: 8.2333333333% */
}

@media(min-width: 480px) {
  .re-offset-xs-11 {
    margin-left: 91.6666666667%;
    /* *margin-left: 91.5666666667% */
  }

  .re-offset-xs-10 {
    margin-left: 83.3333333333%;
    /* *margin-left: 83.2333333333% */
  }

  .re-offset-xs-9 {
    margin-left: 75%;
    /* *margin-left: 74.9% */
  }

  .re-offset-xs-8 {
    margin-left: 66.6666666667%;
    /* *margin-left: 66.5666666667% */
  }

  .re-offset-xs-7 {
    margin-left: 58.3333333333%;
    /* *margin-left: 58.2333333333% */
  }

  .re-offset-xs-6 {
    margin-left: 50%;
    /* *margin-left: 49.9% */
  }

  .re-offset-xs-5 {
    margin-left: 41.6666666667%;
    /* *margin-left: 41.5666666667% */
  }

  .re-offset-xs-4 {
    margin-left: 33.3333333333%;
    /* *margin-left: 33.2333333333% */
  }

  .re-offset-xs-3 {
    margin-left: 25%;
    /* *margin-left: 24.9% */
  }

  .re-offset-xs-2 {
    margin-left: 16.6666666667%;
    /* *margin-left: 16.5666666667% */
  }

  .re-offset-xs-1 {
    margin-left: 8.3333333333%;
    /* *margin-left: 8.2333333333% */
  }

  .re-offset-xs-0 {
    margin-left: 0;
    /* *margin-left: -0.1% */
  }
}

@media(min-width: 768px) {
  .re-offset-sm-11 {
    margin-left: 91.6666666667%;
    /* *margin-left: 91.5666666667% */
  }

  .re-offset-sm-10 {
    margin-left: 83.3333333333%;
    /* *margin-left: 83.2333333333% */
  }

  .re-offset-sm-9 {
    margin-left: 75%;
    /* *margin-left: 74.9% */
  }

  .re-offset-sm-8 {
    margin-left: 66.6666666667%;
    /* *margin-left: 66.5666666667% */
  }

  .re-offset-sm-7 {
    margin-left: 58.3333333333%;
    /* *margin-left: 58.2333333333% */
  }

  .re-offset-sm-6 {
    margin-left: 50%;
    /* *margin-left: 49.9% */
  }

  .re-offset-sm-5 {
    margin-left: 41.6666666667%;
    /* *margin-left: 41.5666666667% */
  }

  .re-offset-sm-4 {
    margin-left: 33.3333333333%;
    /* *margin-left: 33.2333333333% */
  }

  .re-offset-sm-3 {
    margin-left: 25%;
    /* *margin-left: 24.9% */
  }

  .re-offset-sm-2 {
    margin-left: 16.6666666667%;
    /* *margin-left: 16.5666666667% */
  }

  .re-offset-sm-1 {
    margin-left: 8.3333333333%;
    /* *margin-left: 8.2333333333% */
  }

  .re-offset-sm-0 {
    margin-left: 0;
    /* *margin-left: -0.1% */
  }
}

@media(min-width: 1024px) {
  .re-offset-md-11 {
    margin-left: 91.6666666667%;
    /* *margin-left: 91.5666666667% */
  }

  .re-offset-md-10 {
    margin-left: 83.3333333333%;
    /* *margin-left: 83.2333333333% */
  }

  .re-offset-md-9 {
    margin-left: 75%;
    /* *margin-left: 74.9% */
  }

  .re-offset-md-8 {
    margin-left: 66.6666666667%;
    /* *margin-left: 66.5666666667% */
  }

  .re-offset-md-7 {
    margin-left: 58.3333333333%;
    /* *margin-left: 58.2333333333% */
  }

  .re-offset-md-6 {
    margin-left: 50%;
    /* *margin-left: 49.9% */
  }

  .re-offset-md-5 {
    margin-left: 41.6666666667%;
    /* *margin-left: 41.5666666667% */
  }

  .re-offset-md-4 {
    margin-left: 33.3333333333%;
    /* *margin-left: 33.2333333333% */
  }

  .re-offset-md-3 {
    margin-left: 25%;
    /* *margin-left: 24.9% */
  }

  .re-offset-md-2 {
    margin-left: 16.6666666667%;
    /* *margin-left: 16.5666666667% */
  }

  .re-offset-md-1 {
    margin-left: 8.3333333333%;
    /* *margin-left: 8.2333333333% */
  }

  .re-offset-md-0 {
    margin-left: 0;
    /* *margin-left: -0.1% */
  }
}

@media(min-width: 1330px) {
  .re-offset-lg-11 {
    margin-left: 91.6666666667%;
    /* *margin-left: 91.5666666667% */
  }

  .re-offset-lg-10 {
    margin-left: 83.3333333333%;
    /* *margin-left: 83.2333333333% */
  }

  .re-offset-lg-9 {
    margin-left: 75%;
    /* *margin-left: 74.9% */
  }

  .re-offset-lg-8 {
    margin-left: 66.6666666667%;
    /* *margin-left: 66.5666666667% */
  }

  .re-offset-lg-7 {
    margin-left: 58.3333333333%;
    /* *margin-left: 58.2333333333% */
  }

  .re-offset-lg-6 {
    margin-left: 50%;
    /* *margin-left: 49.9% */
  }

  .re-offset-lg-5 {
    margin-left: 41.6666666667%;
    /* *margin-left: 41.5666666667% */
  }

  .re-offset-lg-4 {
    margin-left: 33.3333333333%;
    /* *margin-left: 33.2333333333% */
  }

  .re-offset-lg-3 {
    margin-left: 25%;
    /* *margin-left: 24.9% */
  }

  .re-offset-lg-2 {
    margin-left: 16.6666666667%;
    /* *margin-left: 16.5666666667% */
  }

  .re-offset-lg-1 {
    margin-left: 8.3333333333%;
    /* *margin-left: 8.2333333333% */
  }

  .re-offset-lg-0 {
    margin-left: 0;
    /* *margin-left: -0.1% */
  }
}

@media(min-width: 1600px) {
  .re-offset-xlg-11 {
    margin-left: 91.6666666667%;
    /* *margin-left: 91.5666666667% */
  }

  .re-offset-xlg-10 {
    margin-left: 83.3333333333%;
    /* *margin-left: 83.2333333333% */
  }

  .re-offset-xlg-9 {
    margin-left: 75%;
    /* *margin-left: 74.9% */
  }

  .re-offset-xlg-8 {
    margin-left: 66.6666666667%;
    /* *margin-left: 66.5666666667% */
  }

  .re-offset-xlg-7 {
    margin-left: 58.3333333333%;
    /* *margin-left: 58.2333333333% */
  }

  .re-offset-xlg-6 {
    margin-left: 50%;
    /* *margin-left: 49.9% */
  }

  .re-offset-xlg-5 {
    margin-left: 41.6666666667%;
    /* *margin-left: 41.5666666667% */
  }

  .re-offset-xlg-4 {
    margin-left: 33.3333333333%;
    /* *margin-left: 33.2333333333% */
  }

  .re-offset-xlg-3 {
    margin-left: 25%;
    /* *margin-left: 24.9% */
  }

  .re-offset-xlg-2 {
    margin-left: 16.6666666667%;
    /* *margin-left: 16.5666666667% */
  }

  .re-offset-xlg-1 {
    margin-left: 8.3333333333%;
    /* *margin-left: 8.2333333333% */
  }

  .re-offset-xlg-0 {
    margin-left: 0;
    /* *margin-left: -0.1% */
  }
}

.re-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.re-no-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.re-no-wrap [class*=re-col-] {
  -ms-flex-negative: 1;
  flex-shrink: 1
}

.re-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse
}

.re-direction-row {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row
}

.re-direction-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse
}

.re-direction-column {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column
}

.re-direction-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse
}

.re-align-start {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start
}

.re-align-end {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end
}

.re-align-end [class*=re-col-] {
  vertical-align: bottom
}

.re-align-center {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center
}

.re-align-center [class*=re-col-] {
  vertical-align: middle
}

.re-align-baseline {
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
  align-items: baseline
}

.re-align-content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start
}

.re-align-content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end
}

.re-align-content-end [class*=re-col-] {
  vertical-align: bottom
}

.re-align-content-center {
  -ms-flex-line-pack: center;
  align-content: center
}

.re-align-content-space-between {
  -ms-flex-line-pack: justify;
  align-content: space-between
}

.re-align-content-space-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around
}

.re-align-self-stretch {
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch
}

.re-align-self-start {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start
}

.re-align-self-end {
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  vertical-align: bottom
}

.re-align-self-center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  vertical-align: middle
}

.re-align-self-baseline {
  -ms-flex-item-align: baseline;
  -webkit-align-self: baseline;
  align-self: baseline;
  vertical-align: baseline
}

.re-justify-start {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start
}

.re-justify-start.grid {
  text-align: left
}

.re-justify-end {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end
}

.re-justify-end.grid {
  text-align: right;
  -moz-text-align-last: right;
  text-align-last: right
}

.re-justify-end.grid [class*=re-col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start
}

.re-justify-center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center
}

.re-justify-center.grid {
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center
}

.re-justify-center.grid [class*=re-col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start
}

.re-justify-space-between {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.re-justify-space-between.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify
}

.re-justify-space-between.grid [class*=re-col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start
}

.re-justify-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.re-justify-space-around.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify
}

.re-justify-space-around.grid [class*=re-col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start
}

.re-grid-bleed [class*=re-col-] {
  padding: 0
}

.re-col-grid {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column
}

.re-col-grid.re-direction-row {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row
}

.re-col-bleed {
  padding: 0
}

.re-col-bleed-x {
  padding: 20px 0
}

.re-col-bleed-y {
  padding: 0 20px
}

.re-flex-img {
  display: block;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  max-width: 100%;
  height: auto;
  width: 100%;
  /* *width: auto */
}

.re-flex-footer {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0
}

.re-flex-footer>:last-child {
  margin-bottom: 0
}

@media(max-width: 479px) {
  .re-hidden-xxs {
    display: none
  }
}

@media(min-width: 480px) {
  .re-hidden-xs-up {
    display: none
  }
}

@media(max-width: 767px) {
  .re-hidden-xs-down {
    display: none
  }
}

@media(min-width: 480px)and (max-width: 767px) {
  .re-hidden-xs {
    display: none
  }
}

@media(min-width: 768px) {
  .re-hidden-sm-up {
    display: none
  }
}

@media(max-width: 1023px) {
  .re-hidden-sm-down {
    display: none
  }
}

@media(min-width: 768px)and (max-width: 1023px) {
  .re-hidden-sm {
    display: none
  }
}

@media(min-width: 1024px) {
  .re-hidden-md-up {
    display: none
  }
}

@media(max-width: 1329px) {
  .re-hidden-md-down {
    display: none
  }
}

@media(min-width: 1024px)and (max-width: 1329px) {
  .re-hidden-md {
    display: none
  }
}

@media(min-width: 1330px) {
  .re-hidden-lg-up {
    display: none
  }
}

@media(max-width: 1599px) {
  .re-hidden-lg-down {
    display: none
  }
}

@media(min-width: 1330px)and (max-width: 1599px) {
  .re-hidden-lg {
    display: none
  }
}

@media(min-width: 1600px) {
  .re-hidden-xlg {
    display: none
  }
}













*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 16px;
  font-weight: 400;
  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: "kanit", sans-serif;
  line-height: 1.56;
  color: var(--main-color-text);
  background-color: var(--main-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: var(--main-color-headings)
}

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(--main-color-links);
  display: inline-block;
  line-height: 1.8;
  text-decoration: underline;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

a:not([class]):hover {
  color: #e53f71;
  text-decoration: none;
  border-color: rgba(0, 0, 0, 0)
}

.form-input {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  color: rgba(255, 255, 255, .5);
  font-family: "kanit", sans-serif
}

.form-input::-webkit-input-placeholder {
  font-weight: 400;
  opacity: 1;
  color: #a7a3a3;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  font-family: "kanit", sans-serif
}

.form-input:-moz-placeholder {
  font-weight: 400;
  opacity: 1;
  color: #a7a3a3;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
  font-family: "kanit", sans-serif
}

.form-input::-moz-placeholder {
  font-weight: 400;
  opacity: 1;
  color: #a7a3a3;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
  font-family: "kanit", sans-serif
}

.form-input:-ms-input-placeholder {
  font-weight: 400;
  opacity: 1;
  color: #a7a3a3;
  -ms-transition: opacity .5s;
  transition: opacity .5s;
  font-family: "kanit", 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(--main-color-headings);
  font-family: "kanit", sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 1;
  text-transform: capitalize;
  margin: 0;
  position: relative;
  z-index: 0
}

.title b {
  display: block;
  color: #373636
}

.title--dark {
  color: #07161d
}

.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 h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-family: "kanit", sans-serif;
  font-weight: 900;
  padding: 0;
  margin: 25px 0;
  max-height: 1000000px;
  line-height: 1.1;
  color: var(--main-color-headings)
}

.content h1 {
  font-size: 1.571rem
}

.content h2 {
  font-size: 1.571rem
}

.content h3 {
  font-size: 1.3rem
}

.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: #373636
}

.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: #373636;
  position: absolute;
  top: 0;
  left: 15px;
  font-weight: 500
}

.content pre {
  margin-bottom: 2rem !important
}

.content code.inline {
  font-size: .9rem;
  color: #613c19;
  padding: 3px 5px
} */

.content blockquote {
  border-left: 5px solid #373636;
  font-style: italic;
  font-size: 1.1rem;
  padding: 0 0 0 2rem;
  margin: 1rem 0 2rem
}

.content b,
.content strong {
  color: rgba(255, 255, 255, .5);
  font-weight: 700
}

.content img {
  display: block;
  max-width: 100%;
  height: auto
}

.input,
.textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 none;
  box-shadow: 0 none;
  font-family: "kanit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1rem;
  color: rgba(77, 77, 77, .5);
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  font-weight: 400;
  color: #07161d;
  opacity: .5;
  -webkit-transition: opacity .5s;
  transition: opacity .5s
}

.input:-moz-placeholder,
.textarea:-moz-placeholder {
  font-weight: 400;
  color: #07161d;
  opacity: .5;
  -moz-transition: opacity .5s;
  transition: opacity .5s
}

.input::-moz-placeholder,
.textarea::-moz-placeholder {
  font-weight: 400;
  color: #07161d;
  opacity: .5;
  -moz-transition: opacity .5s;
  transition: opacity .5s
}

.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  font-weight: 400;
  color: #07161d;
  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--small,
.textarea--small {
  padding: 10px 12px;
  height: 40px
}

.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[rows] {
  height: auto
}

.textarea--small[rows] {
  height: 80px
}

.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 15px;
  min-height: 2rem;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  position: relative;
  z-index: 0;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.btn:hover,
.btn:focus,
.btn:active {
  text-decoration: none
}

.btn .icon {
  fill: #fff;
  position: relative;
  margin-right: 8px;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.btn--small {
  font-size: .8571rem;
  padding: .2rem 1rem
}

.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: #613c19
}

.btn--primary .icon {
  fill: #fff
}

.btn--primary:hover {
  background-color: #8a5523
}

.btn--secondary {
  position: relative;
  min-height: initial;
  color: #fff;
  z-index: 0;
  background-color: #e53f71
}

.btn--secondary .icon {
  fill: #fff
}

.btn--secondary:hover {
  background-color: #eb6c92;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0
}

.btn--secondary:hover::after {
  inset: 0
}

.btn--accent {
  position: relative;
  min-height: initial;
  color: #fff;
  z-index: 0;
  background-color: #373636
}

.btn--accent .icon {
  fill: #fff
}

.btn--accent:hover {
  background-color: #323131;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0
}

.btn--accent:hover::after {
  inset: 0
}

.btn--link {
  position: relative;
  min-height: initial;
  color: var(--main-color-headings);
  z-index: 0;
  background-color: rgba(0, 0, 0, 0)
}

.btn--link .icon {
  fill: #fff
}

.btn--link:hover {
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0
}

.btn--link:hover::after {
  inset: 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: #373636;
  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: #fff
}

.favorites-add:hover .icon {
  fill: #613c19
}

.btn-top {
  position: fixed;
  z-index: 2;
  right: 18px;
  bottom: 0;
  width: 60px;
  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;
  background-color: #373636;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  opacity: 0;
}

.btn-top .icon {
  fill: #fff;
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.btn-top.show {
  opacity: 1
}

.btn-top:hover::after {
  opacity: .9
}

.btn-fullscreen {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  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: 10px;
  background-color: #373636;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.btn-fullscreen::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 10px;
  opacity: 1;
  background: #de7ef8;
  background: -o-linear-gradient(284deg, rgb(222, 126, 248) 0%, rgb(171, 87, 246) 100%);
  background: linear-gradient(166deg, rgb(222, 126, 248) 0%, rgb(171, 87, 246) 100%);
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.btn-fullscreen .icon {
  fill: #fff;
  display: block;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.btn-fullscreen.show {
  opacity: 1
}

.btn-fullscreen:hover::after {
  opacity: 0
}

.form__row {
  margin: 0 0 20px
}

.form__row--last {
  margin: 0
}

.form [class*=re-col-] {
  padding-top: 0;
  padding-bottom: 0
}

.form__col {
  padding: 0 20px
}

.form__col--100 {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%
}

.form__col--50 {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%
}

.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: .625rem;
  color: var(--main-color-text)
}

.form__accept .wpcf7-list-item {
  margin: 0
}

.form__accept input[type=checkbox] {
  margin: 0 10px 0 0
}

.form__input,
.form__textarea {
  color: rgba(255, 255, 255, .5);
  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
}

#comments {
  padding: 10px;
  position: relative
}

.comment-title {
  text-transform: capitalize;
}

.comment-form input[type=text],
.comment-form input[type=email] {
  background-color: #e6e6e6;
  border: 0;
  border-radius: 10px;
  font: 400 13px/1 "kanit", sans-serif;
  max-width: 100%;
  padding: 8px 10px
}

.comment-form input[type=text]::-webkit-input-placeholder,
.comment-form input[type=email]::-webkit-input-placeholder {
  color: #000
}

.comment-form input[type=text]:-moz-placeholder,
.comment-form input[type=email]:-moz-placeholder {
  color: #000
}

.comment-form input[type=text]::-moz-placeholder,
.comment-form input[type=email]::-moz-placeholder {
  color: #000
}

.comment-form input[type=text]:-ms-input-placeholder,
.comment-form input[type=email]:-ms-input-placeholder {
  color: #000
}

.comment-form textarea {
  background-color: #e6e6e6;
  border: 0;
  border-radius: 10px;
  font: 400 13px/1 "kanit", sans-serif;
  max-width: 100%;
  padding: 8px 10px
}

.comment-form textarea::-webkit-input-placeholder {
  color: #000
}

.comment-form textarea:-moz-placeholder {
  color: #000
}

.comment-form textarea::-moz-placeholder {
  color: #000
}

.comment-form textarea:-ms-input-placeholder {
  color: #000
}

.comment-form label {
  font-size: 12px;
  color: var(--main-color-text)
}

.comment-form input[type=checkbox] {
  background-color: rgba(255, 255, 255, .9);
  border: 0;
  border-radius: 10px
}

.comment-form__row {
  margin: 0 0 10px
}

.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;
  width: 100%
}

.comments-list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--main-color-headings)
}

.comments-list__wrapper {
  height: 300px;
  margin: 0 0 10px;
  overflow: hidden;
  overflow-anchor: none;
  position: relative
}

.comments-list__more {
  background-color: #e53f71;
  border-radius: 10px;
  color: #000;
  display: inline-block;
  font-size: 12px;
  margin: 0 auto;
  padding: 2px 5px;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.comments-list__more:hover {
  border-color: #e53f71;
  color: #e53f71
}

.comment {
  padding: 5px 10px
}

.comment-edit-link {
  display: none
}

.logged-in-as {
  display: none
}

.comment-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  min-height: 25px
}

.comment-author img {
  display: none
}

.comment-author .fn {
  font-weight: 700;
  margin: 0 4px 0 0
}

.comment-meta {
  font-size: 9px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 2px
}

.comment-body {
  font-size: 16px;
  position: relative
}

.comment-text {
  font-size: 13px
}

.comment-respond {
  padding-top: 20px;
  box-sizing: border-box;
  max-width: 100%;
  overflow-x: hidden;
}

/* Fix for nested comment reply forms */
.comment .comment-respond {
  padding: 10px 0 0 0;
  margin: 0;
}

.comment .comment-form {
  padding: 0;
  margin: 0;
}

/* Ensure comment children don't overflow */
.comment__children,
.children {
  list-style: none;
  padding: 0;
  margin: 5px 0 0 0;
}

/* Prevent form overflow in comments */
#comment_form,
#respond {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}

#comment_form input,
#comment_form textarea,
#respond input,
#respond textarea {
  max-width: 100%;
  box-sizing: border-box;
}

/* Nested comment adjustments */
.comment ol,
.comment ul {
  padding-left: 10px;
}

.comment-content {
  overflow-x: hidden;
  word-wrap: break-word;
}

.form-field__label {
  display: block;
  margin: 0 0 10px
}

.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px
}

@media (min-width: 1366px) {
  .container {
    max-width: 1069px
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1120px
  }
}

@media (min-width: 1680px) {
  .container {
    max-width: 1380px
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1320px
  }
}

.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;
  z-index: 0;
  background-size: cover
}

.layout__header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  z-index: 2
}

.layout__content {
  position: relative;
  z-index: 3;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  /* background: url(../images/bg.webp) center top / 100% auto no-repeat; */
  background-color: var(--theme-color-primary, #ffd6d6);
}

.layout__footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.area {
  padding: 30px 0;
  position: relative
}

@media(min-width: 992px) {
  .area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
  }
}

.area__heading {
  padding-left: 30px;
  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;
  margin: 0 0 25px
}

.area__heading::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background-color: #373636
}

.area__title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-transform: capitalize;
  width: 100%;
  word-wrap: break-word;
}

.area__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;
  margin: 0 0 30px;
  border-radius: 20px;
  /* gap: 30px; */
  gap: 21px;
}

@media(min-width: 992px) {
  .area__columns {
    -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
  }
}

.area__column {
  background-color: var(--main-color-bg-light);
  border-radius: 20px;
  padding: 20px
}

.area__column--content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0
}

.area__column--side {
  margin-bottom: 20px;
  padding: 0;
  padding-top: 10px;
}

@media(min-width: 992px) {
  .area__column--side {
    max-width: 330px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 330px;
    flex: 0 0 330px;
    margin-bottom: 0
  }
}

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

@media(min-width: 1366px) {
  .area__column--side {
    max-width: 270px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    margin-bottom: 0
  }
}

@media (min-width: 1680px) {
  .area__column--side {
    max-width: 330px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 330px;
    flex: 0 0 330px;
    margin-bottom: 0
  }
}

.area--gradient {
  background: #07161d;
  background-image: -o-linear-gradient(335deg, #07161D 0%, #180906 100%);
  background-image: linear-gradient(115deg, #07161D 0%, #180906 100%)
}

.area--pattern {
  background-color: var(--main-color-bg);
  padding: 15px;
  border-radius: 20px
}

/* .area--pattern::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: no-repeat center/cover url(../images/pattern.webp);
  border-radius: 20px
} */

/* .section--top {
  background: 0 center/cover no-repeat url(../images/pattern-bg.webp) var(--main-color-bg);
  padding: 30px 0
} */

/* .section--middle {
  background: right bottom/auto 100% no-repeat url(../images/bg-middle.webp) #fefefe;
  padding: 40px 0 10px
} */

.section--bottom {
  background-color: var(--main-color-bg);
  padding: 40px 0
}

.section--nopadding {
  padding: 0
}

.area-single {
  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
}

@media(min-width: 992px) {
  .area-single {
    -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
  }
}

.area-single__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  padding: 0 45px 0 0
}

.area-single__sidebar {
  margin-bottom: 20px
}

@media(min-width: 992px) {
  .area-single__sidebar {
    max-width: 250px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    margin-bottom: 0
  }
}

.template {
  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: 30px 0;
  /* gap: 30px; */
  gap: 21px;
}

@media(min-width: 1366px) {
  .template {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
  }
}

.template__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0
}

.template__sidebar {
  height: 0;
  width: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: 20px;
}

@media(min-width: 1366px) {
  .template__sidebar {
    max-width: 250px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    margin-bottom: 0;
    width: auto;
    height: auto;
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
    border-radius: 8px;
  }
}

.textarea__content *:first-child {
  margin-top: 0
}

.textarea__content *:last-child {
  margin-bottom: 0
}

.textarea__image {
  margin: 0 0 20px 20px;
  display: block;
  float: right;
  max-width: 140px;
  height: auto;
  border-radius: 20px
}

@media(min-width: 992px) {
  .textarea__image {
    max-width: 320px
  }
}

.textarea--margin {
  margin: 0 0 20px
}

.texthome {
  position: relative;
  padding: 40px 0
}

.texthome__content *:first-child {
  margin-top: 0
}

.texthome__content *:last-child {
  margin-bottom: 0
}

@media(min-width: 992px) {
  .texthome__content {
    padding: 0 340px 0 0
  }
}

.texthome__image {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  max-width: 240px;
  opacity: .1;
  height: auto
}

@media(min-width: 992px) {
  .texthome__image {
    max-width: 320px;
    opacity: 1
  }
}

.nav-side {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-box-shadow: 0 4px 20.2px 3.8px rgba(63, 49, 62, .15);
  box-shadow: 0 4px 20.2px 3.8px rgba(63, 49, 62, .15);
  background-color: #d04444;
  z-index: 999;
  height: calc(var(--vh, 1vh)*100);
  overflow-y: auto;
  overscroll-behavior-y: contain;
  border-radius: 10px;
  max-height: 100vh;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.nav-side::-webkit-scrollbar {
  display: none
}

@media(min-width: 1366px) {
  .nav-side {
    position: sticky;
    top: 0
  }
}

.nav-side__widget {
  margin: 0 0 20px
}

.nav-side__items {
  list-style: none;
  margin: 0;
  padding: 10px
}

.nav-side__item {
  display: block;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.nav-side__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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 46px;
  text-decoration: none;
  position: relative;
  color: #fff;
  padding-right: 0;
  padding-left: 4px;
  border-radius: 25px;
  line-height: 1.2
}

.nav-side__link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  width: 4px;
  background-color: #373636;
  border-radius: 0 3px 3px 0;
  opacity: 0;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.nav-side__link:hover::before {
  opacity: 1
}

.active_menu::before {
  opacity: 1
}

.nav-side__icon {
  fill: #9f4677;
  /* width: 39px;
  height: 39px; */
  margin: 0 10px 0 0;
  border-radius: 10px;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.admin-bar .nav-side {
  top: 32px
}

@media(max-width: 1365px) {
  .nav-side {
    width: min(320px, 100% - 80px);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
  }

  .nav-side.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  .nav-side__toggle {
    background-color: #373636;
    padding: 8px;
    border-radius: 0 20px 20px 0;
    width: 40px;
    height: 50px;
    position: absolute;
    right: -40px;
    top: 10px;
    -webkit-box-shadow: 0 6px 40px 0 rgba(39, 40, 40, .11);
    box-shadow: 0 6px 40px 0 rgba(39, 40, 40, .11);
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
  }

  .nav-side__toggle .icon {
    fill: #fff
  }

  .nav-side__toggle::after {
    content: "";
    width: 11px;
    height: 18px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
  }

  .nav-side__toggle:hover {
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .nav-side__toggle:hover::after {
    background-position-y: -18px
  }

  .nav-side__toggle.active {
    background-color: #101728
  }

  .nav-side__toggle.active::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
  }

  .nav-side__title {
    width: 100%;
    padding-left: 15px;
    padding-right: 20px
  }

  .admin-bar .nav-side {
    top: 48px
  }
}

.nav-side-toggler {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  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;
  padding: 12px;
  border: 2px solid #373636;
  border-radius: 10px;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.nav-side-toggler .icon {
  fill: var(--main-color-headings);
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.nav-side-toggler:hover {
  background-color: #373636
}

.theme-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;
  list-style: none;
  padding: 0;
  margin: 0 15px;
  border: 2px solid #373636;
  border-radius: 10px;
  overflow: hidden
}

.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: 8px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 5px
}

.theme-toggler__button::after {
  content: "";
  background: rgba(255, 255, 255, .2);
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.theme-toggler__button.active {
  background: #373636
}

.theme-toggler__button:hover:not(.active)::after {
  opacity: 1
}

.theme-toggler__button:first-child::after {
  right: -5px
}

.theme-toggler__button:last-child::after {
  left: -5px
}

.promo {
  text-align: center
}

.promo--side {
  text-align: center;
  margin-top: 10px
}

.promo--top {
  margin: 0 0 10px
}

.promo--bottom {
  margin: 10px 0
}

.header {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  background-color: #fff;
}

.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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 10px 0
}

@media(min-width: 992px) {
  .header__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 0
  }
}

.header__logo {
  position: relative;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  max-width: 140px
}

@media(min-width: 520px) {
  .header__logo {
    max-width: 240px
  }
}

@media(min-width: 768px) {
  .header__logo {
    margin: 0 60px 0 0;
    max-width: none
  }
}

.header__search {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  margin: 10px 0 0
}

@media(min-width: 992px) {
  .header__search {
    margin: 0 30px 0 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
}

.header__menu {
  text-align: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: auto
}

@media(min-width: 992px) {
  .header__menu {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    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
  }
}

.header__mobile {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-left: 10px
}

@media(min-width: 992px) {
  .header__mobile {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
}

@media(min-width: 1366px) {
  .header__mobile {
    display: none
  }
}

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

.search-form__input {
  font-size: 1.125rem;
  padding: 14px 35px;
  padding-right: 54px;
  line-height: 1;
  border-radius: 10px;
  min-width: 200px;
  color: var(--main-color-headings);
  background-color: var(--main-color-bg-light);
  border: 0;
  width: 100%;
  text-transform: uppercase
}

.search-form__input::-webkit-input-placeholder {
  color: var(--main-color-headings);
  opacity: .5;
  -webkit-transition: opacity .2s;
  transition: opacity .2s
}

.search-form__input:-moz-placeholder {
  color: var(--main-color-headings);
  opacity: .5;
  -moz-transition: opacity .2s;
  transition: opacity .2s
}

.search-form__input::-moz-placeholder {
  color: var(--main-color-headings);
  opacity: .5;
  -moz-transition: opacity .2s;
  transition: opacity .2s
}

.search-form__input:-ms-input-placeholder {
  color: var(--main-color-headings);
  opacity: .5;
  -ms-transition: opacity .2s;
  transition: opacity .2s
}

.search-form__input:focus::-webkit-input-placeholder {
  opacity: 1
}

.search-form__input:focus:-moz-placeholder {
  opacity: 1
}

.search-form__input:focus::-moz-placeholder {
  opacity: 1
}

.search-form__input:focus:-ms-input-placeholder {
  opacity: 1
}

.search-form__btn {
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  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;
  padding: 0 20px;
  z-index: 1;
  color: #fff
}

.search-form__btn .icon {
  fill: var(--main-color-headings);
  opacity: .5
}

.search-form__btn:focus::after,
.search-form__btn:hover::after,
.search-form__btn:active::after {
  opacity: 0
}

.main-menu {
  display: block;
  margin: 0;
  padding: 0
}

.main-menu__inner {
  display: block;
  margin: 0;
  padding: 0
}

.main-menu li {
  margin: 0;
  padding: 0;
  list-style: none
}

.main-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;
  padding: 12px 25px;
  min-height: 2rem;
  font-size: 18px;
  line-height: 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  white-space: nowrap;
  cursor: pointer;
  color: #fff;
  border: 2px solid #fff;
  background-color: #373636;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.main-menu a:hover,
.main-menu a:focus,
.main-menu a:active {
  color: #fff;
  border-color: #fff;
  background-color: #9f4677
}

@media(width <=1024px) {
  .main-menu .btn--transparent {
    padding: 10px 25px
  }
}

.side-menu {
  display: block;
  margin: 0;
  padding: 0;
  padding: 0 15px
}

.side-menu__inner {
  display: block;
  margin: 0;
  padding: 0
}

.side-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid rgba(55, 54, 54, .5)
}

.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;
  padding: 12px 25px;
  min-height: 2rem;
  width: 100%;
  font-size: 18px;
  line-height: 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  -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;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.side-menu a:hover,
.side-menu a:focus,
.side-menu a:active {
  color: #fff;
  border-color: #fff
}

/* Side menu active/hover indicator - matches .nav-side__link styling */
.side-menu__link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  width: 4px;
  background-color: #373636;
  border-radius: 0 3px 3px 0;
  opacity: 0;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.side-menu__link:hover::before,
.side-menu__link:focus::before {
  opacity: 1
}

/* Active menu state (set by JavaScript) */
.side-menu__link.active_menu::before {
  opacity: 1
}

@media(width <=1024px) {
  .side-menu .btn--transparent {
    padding: 10px 25px
  }
}

.footer-menu {
  display: block;
  margin: 0;
  padding: 0
}

.footer-menu__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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 10px
}

@media(min-width: 992px) {
  .footer-menu__inner {
    flex-flow: row wrap;
    gap: 18px;
  }
}

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

.footer-menu a {
  -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;
  font-size: 16px;
  line-height: 1.5rem;
  text-decoration: none;
  text-align: center;
  -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;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.footer-menu a:hover,
.footer-menu a:focus,
.footer-menu a:active {
  color: #fff;
  border-color: #fff
}

/* game_item_ajax.php */
.g-item {
  position: relative;
  z-index: 0;
  background-color: #fff;
  border-radius: 20px;
  min-height: 30px;
  height: 100%;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.g-item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 1;
  border-radius: 20px;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.g-item__thumb {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.g-item__thumb::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0
}

.g-item__thumb img {
  display: block;
  border-radius: 20px;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.g-item__overlay {
  opacity: 0;
  position: absolute;
  z-index: 0;
  inset: 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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
  border-radius: 20px;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.g-item__overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(7, 22, 29, 0.1)), color-stop(50%, rgba(7, 22, 29, 0.2)), to(rgba(7, 22, 29, 0.1)));
  background: -o-linear-gradient(left, rgba(7, 22, 29, 0.1) 0%, rgba(7, 22, 29, 0.2) 50%, rgba(7, 22, 29, 0.1) 100%);
  background: linear-gradient(90deg, rgba(7, 22, 29, 0.1) 0%, rgba(7, 22, 29, 0.2) 50%, rgba(7, 22, 29, 0.1) 100%);
  opacity: 0;
  z-index: -1;
  border-radius: 20px;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.g-item__play {
  width: 120px;
  text-align: center;
  background-color: #e53f71;
  color: #fff;
  font-weight: 700;
  padding: 5px 20px;
  border-radius: 20px
}

.g-item__title {
  position: relative;
  z-index: 0;
  color: var(--main-color-headings);
  display: block;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  max-width: 100%;
  padding: 10px 5px 5px;
  width: 100%;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  word-wrap: break-word;
}

.g-item__title::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: -webkit-gradient(linear, left top, left bottom, from(rgb(var(--main-color-bg-rgb)/0%)), color-stop(50%, rgb(var(--main-color-bg-rgb)/50%)), to(rgb(var(--main-color-bg-rgb)/70%)));
  background: -o-linear-gradient(top, rgb(var(--main-color-bg-rgb)/0%) 0%, rgb(var(--main-color-bg-rgb)/50%) 50%, rgb(var(--main-color-bg-rgb)/70%) 100%);
  background: linear-gradient(180deg, rgb(var(--main-color-bg-rgb)/0%) 0%, rgb(var(--main-color-bg-rgb)/50%) 50%, rgb(var(--main-color-bg-rgb)/70%) 100%); */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(var(--main-color-bg-rgb)/0%)), color-stop(50%, rgb(var(--main-color-bg-rgb)/50%)), to(rgb(var(--main-color-bg-rgb)/70%)));
  background: -o-linear-gradient(top, rgb(var(--main-color-bg-rgb)/0%) -4%, rgb(var(--main-color-bg-rgb)/94%) 24%, rgb(var(--main-color-bg-rgb)/90%) 100%);
  background: linear-gradient(180deg, rgb(var(--main-color-bg-rgb)/0%) -4%, rgb(var(--main-color-bg-rgb)/94%) 24%, rgb(var(--main-color-bg-rgb)/90%) 78%);
  opacity: 1;
  z-index: -1;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.g-item__description {
  color: rgba(255, 255, 255, .5)
}

.g-item:hover::after {
  opacity: 0
}

.g-item:hover .g-item__overlay {
  opacity: 1
}

.g-item:hover .g-item__overlay::after {
  opacity: 1
}

.g-item:hover .g-item__content {
  opacity: 1
}

.g-item__title {
  margin-bottom: 20px
}

.g-item:hover .g-item__title {
  margin-bottom: 0
}

.g-item .g-item__title::before {
  opacity: 0
}

.g-item:hover .g-item__title::before {
  opacity: 1
}

.g-item--small .g-item__content {
  padding: 20px 13px 10px
}

.g-item--small .g-item__title {
  font-size: 16px
}

.g-item--small .g-item__rating {
  font-size: .8125rem;
  padding: 6px 10px;
  left: 12px
}

.g-item--small .g-item__rating .icon {
  width: 14px;
  height: 14px
}

.g-item--dark {
  background-color: var(--main-color-bg)
}

.g-item--dark:hover .g-item__content {
  background-color: #fff
}

@media(max-width: 992px) {
  .g-item__thumb img {
    -o-object-fit: cover;
    object-fit: cover
  }
}

.flash-container {
  position: relative;
  text-align: center
}

.flash-container>noindex,
.flash-container>p,
.flash-container object,
.flash-container iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.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%
}

.player-actions {
  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;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 10px 0 0
}

.player-actions--inline {
  row-gap: 10px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.player-actions__item {
  margin: 10px 0
}

.player-actions__item:last-child {
  margin: 0
}

.player-actions--inline .player-actions__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media(min-width: 768px) {
  .player-actions__item {
    margin: 0 15px 0 0
  }

  .player-actions__item:last-child {
    margin-right: 0
  }

  .player-actions--inline {
    row-gap: 0;
  }

  .player-actions {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0
  }
}

.rating-box {
  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
}

.rating-box__lbl {
  display: none;
  color: #fff;
  margin-right: 30px;
  font-size: 18px;
  text-transform: uppercase
}

@media(min-width: 768px) {
  .rating-box__lbl {
    display: block
  }
}

.player {
  position: relative;
  min-height: 200px;
  margin: 0 0 30px
}

.player__inner::after {
  /* content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100px;
  height: 111px;
  border-radius: 10px;
  -webkit-transform: rotate(8deg) translate(-30%, -80%);
  -ms-transform: rotate(8deg) translate(-30%, -80%);
  transform: rotate(8deg) translate(-30%, -80%);
  background: no-repeat 0 0 url(../imgs/pattern.webp) */
}

.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;
  border-radius: 20px;
  background-color: var(--main-color-bg-light)
}

@media(min-width: 992px) {
  .player__columns {
    -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
  }
}

.player__header {
  margin: 0 0 20px
}

.player__content {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  padding: 15px
}

.player__sidebar {
  padding: 15px;
  margin-bottom: 20px
}

@media(min-width: 992px) {
  .player__sidebar {
    max-width: 250px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    margin-bottom: 0
  }
}

.player__actions {
  padding-top: 15px
}

.player__footer {
  padding: 10px 15px;
  border-bottom: 1px solid var(--main-color-bg) -light
}

.player__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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%
}

.player__fullscreen {
  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;
  width: 45px;
  height: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  cursor: pointer;
  padding: 10px;
  color: #fff;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.player__fullscreen .icon {
  position: relative;
  width: 25px;
  height: 25px;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

@media(min-width: 768px) {
  .player__fullscreen {
    width: 70px
  }
}

.player-overlay {
  min-height: 500px;
  position: relative;
  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 {
  background-color: #373636;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 10px 20px;
  -webkit-box-shadow: 0 0 10px rgb(var(--main-color-bg-rgb)/50%);
  box-shadow: 0 0 10px rgb(var(--main-color-bg-rgb)/50%);
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.player-overlay__start:hover {
  border-color: #9f4677;
  background: #b95f91
}

.player-header {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media(min-width: 768px) {
  .player-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }
}

.player-header__thumb {
  max-width: 150px;
  border-radius: 20px;
}

.player-header__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.player-header__title {
  padding-left: 30px;
  position: relative;
  margin: 0 0 10px;
  width: 100%
}

@media(min-width: 1366px) {
  .player-header__title {
    width: auto
  }
}

.player-header__title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background-color: #373636
}

.player-header__ratings {
  white-space: nowrap;
  padding-top: 5px
}

@media(min-width: 1366px) {
  .player-header__ratings {
    margin-left: auto
  }
}

.player-header__categories {
  padding: 10px 0 0
}

.player-footer__header {
  padding: 15px 0;
  border-bottom: 1px solid var(--main-color-bg)
}

.player-footer__content {
  padding: 15px 0
}

.player-footer__description {
  color: rgba(255, 255, 255, .5)
}

.cs-likes-dislikes {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #373636;
  border-radius: 10px;
  padding: 8px 12px 4px
}

.cs-likes-dislikes-form {
  display: block
}

.cs-likes-dislikes .cs-like-post,
.cs-likes-dislikes .cs-dislike-post {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 15px;
  border-radius: 10px
}

.cs-likes-dislikes .cs-like-post .icon,
.cs-likes-dislikes .cs-dislike-post .icon {
  fill: #613c19;
  width: 24px;
  height: 24px
}

.cs-likes-dislikes .cs-like-post {
  position: relative
}

.cs-likes-dislikes .cs-like-post .icon {
  position: relative;
  top: -2px;
  margin-right: 5px
}

.cs-likes-dislikes .cs-dislike-post .icon {
  position: relative;
  top: 2px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 5px
}

.cs-likes-dislikes .like-count {
  color: #fff;
  font-size: 18px
}

.cs-likes-dislikes .like-count:hover {
  color: #e53f71
}

.cs-likes-dislikes .dislike-count {
  color: #fff;
  font-size: 18px
}

.cs-likes-dislikes .dislike-count:hover {
  color: #e53f71
}

.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;
  margin-right: 15px
}

.shares-popup__toggler .icon {
  position: relative;
  -webkit-transition: .4s ease-in-out;
  -o-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(--main-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;
  -o-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: 16px;
  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: #613c19;
  padding: 12px 8px 10px 15px
}

.shares__link-copy {
  font-weight: 500;
  color: #fff;
  background: #613c19;
  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: #613c19;
  text-decoration: none
}

.popular-cats__inner {
  border-radius: 0 0 10px 10px
}

.categories-grid {
  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;
  margin: 0 -5px
}

.categories-grid__item {
  padding: 5px
}

.categories-grid-item {
  position: relative
}

.categories-grid-item__thumb {
  background: #373636;
  display: block;
  border-radius: 5px
}

.categories-grid-item__title {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1.2;
  background: #e53f71;
  white-space: nowrap;
  color: #fff;
  opacity: 0;
  padding: 6px 10px 5px;
  border-radius: 15px;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.categories-grid-item__title::after {
  content: "";
  position: absolute;
  background: #e53f71;
  left: 50%;
  -webkit-transform: rotate(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  bottom: -6px;
  width: 10px;
  height: 10px;
  z-index: -1
}

.categories-grid-item:hover .categories-grid-item__thumb {
  opacity: .6
}

.categories-grid-item:hover .categories-grid-item__title {
  opacity: 1
}

@media(width <=1200px) {
  .popular-cats__title {
    display: block
  }
}

.footer {
  padding: 15px 0;
  line-height: 1.5rem;
  background: #d04444;
}

.footer__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;
  gap: 33px
}

@media(width >=768px) {
  .footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
  }
}

@media(width >=768px) {
  .footer__menu {
    margin-left: auto;
    width: 100%;
  }
}

.footer__copyright {
  text-align: center;
  color: #fff
}

.privacy {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: none
}

.privacy__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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 10px 10px 15px;
  background: var(--main-color-bg-light);
  -webkit-box-shadow: 0 0 5px #e2b43c;
  box-shadow: 0 0 5px #e2b43c;
  border-radius: 10px 10px 0 0;
  max-width: 60%;
  margin: 0 auto
}

.privacy__content {
  line-height: 1.6;
  margin-bottom: 10px
}

.privacy__links {
  font-size: 0
}

.pagination {
  padding-top: 20px
}

.pagination ul {
  padding: 0;
  display: box;
  display: flexbox;
  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;
  margin: 0 -3px;
  list-style: none
}

.pagination li {
  padding: 0 3px
}

.pagination a,
.pagination span {
  font-weight: 700;
  position: relative;
  z-index: 0;
  display: block;
  padding: 15px;
  text-align: center;
  color: #f89f5b;
  text-decoration: none;
  min-width: 50px;
  line-height: 1;
  opacity: 1;
  border: 2px solid #f89f5b;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.pagination a .icon,
.pagination span .icon {
  fill: #f89f5b;
  width: 14px;
  height: 14px
}

.pagination a:hover,
.pagination a.current,
.pagination span:hover,
.pagination span.current {
  background-color: #f89f5b;
  color: #fff
}

.pagination a:hover::after,
.pagination a.current::after,
.pagination span:hover::after,
.pagination span.current::after {
  opacity: 0
}

.pagination a:hover .icon,
.pagination a.current .icon,
.pagination span:hover .icon,
.pagination span.current .icon {
  fill: #fff
}

.pagination .pagination .next,
.pagination .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
}

.pagination a.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  border-color: #f89f5b;
  color: #f89f5b;
}

.pagination a.disabled:hover {
  background-color: transparent;
  color: #f89f5b;
}

.comments {
  background: var(--main-color-bg-light);
  border-radius: 20px
}

.comments__title {
  border-radius: 10px;
  color: var(--main-color-headings);
  font: 700 1rem/1 "kanit", sans-serif;
  padding: 15px 15px 10px;
  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
}

.comments__meta {
  padding-left: 5px;
  font: 400 15px/1 "kanit", sans-serif
}

.comments--bg textarea,
.comments--bg input {
  background-color: #fff
}

.vote-block-info {
  overflow: hidden;
  vertical-align: middle;
  position: relative
}

.vote-block-info .rating-info {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  display: none !important
}

.vote-block-info span.rating-text {
  font-size: 16px;
  font-weight: bold;
  display: block;
  float: left;
  margin-left: 8px
}

.vote-block-info .rating {
  list-style: none;
  margin: 0 10px 0 0;
  padding: 0;
  height: 15px;
  float: left;
  vertical-align: middle;
  background: none !important
}

.vote-block-info.disabled .rating:hover li {
  cursor: auto
}

@media only screen and (resolution >=192dpi),
only screen and (resolution >=2dppx) {
  .vote-block-info .rating:hover li {
    /* background-image: url(../images/rating-info.png); */
    background-size: 23px 60px !important
  }
}

.vote-block-info .rating li {
  display: block;
  width: 23px;
  height: 20px;
  float: right;
  text-indent: -9999px;
  cursor: pointer;
  margin-bottom: 0 !important
}

.vote-block-info.disabled .rating li.current {
  display: block;
  z-index: 10
}

.vote-block-info .rating li.active,
.vote-block-info .rating li.active~li {
  background-position: 0 -48px
}

.vote-block-info li.current {
  display: none
}

.vote-block-info ol.rating {
  position: relative;
  padding: 0 !important;
  margin: 3px 0 0 !important
}

.vote-block-info ol.rating li {
  cursor: default;
  z-index: 2;
  position: relative
}

.vote-block-info ol.rating li.current {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 1;
  background-position: 0 0;
  background-repeat: repeat-x;
  /* background-image: url(../images/rating-info.png) */
}

@media only screen and (resolution >=192dpi),
only screen and (resolution >=2dppx) {
  .vote-block-info ol.rating li.current {
    /* background-image: url(../images/rating-info.png); */
    background-size: 27px 72px !important
  }
}

.vote-block-info ol.show-current li.current span {
  display: block;
  height: 15px;
  width: 0;
  background: inherit;
  background-position: 0 -48px
}

.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
}

.vote-block .rating-info {
  display: block;
  position: relative;
  color: var(--main-color-headings);
  top: 2px
}

.vote-block span.rating-text {
  font-size: 16px;
  line-height: 1;
  display: block;
  float: left;
  margin-left: 8px;
  margin-top: 7px
}

.vote-block span.rating-text b {
  font-size: 16px
}

.vote-block .rating {
  list-style: none;
  margin: 0 10px 0 0;
  padding: 0;
  height: 30px;
  float: left;
  vertical-align: middle;
  background: none !important
}

.vote-block .rating:hover li {
  /* background-image: url(../images/rating-star.png); */
  cursor: pointer
}

.vote-block.disabled .rating:hover li {
  cursor: auto
}

@media only screen and (resolution >=192dpi),
only screen and (resolution >=2dppx) {
  .vote-block .rating:hover li {
    /* background-image: url(../images/rating-star.png); */
    background-size: 35px 90px !important
  }
}

.vote-block .rating li {
  display: block;
  width: 35px;
  height: 30px;
  float: right;
  text-indent: -9999px;
  cursor: pointer;
  margin-bottom: 0 !important
}

.vote-block .rating li:hover,
.vote-block .rating li:hover~li {
  background-position: 0 -30px
}

.vote-block.disabled .rating li.current {
  display: block;
  z-index: 10
}

.vote-block .rating li.active,
.vote-block .rating li.active~li {
  background-position: 0 -60px
}

.vote-block li.current {
  display: none
}

.vote-block ol.rating {
  width: 175px;
  position: relative;
  padding: 0 !important
}

.vote-block ol.rating li {
  cursor: default;
  z-index: 2;
  position: relative;
  font-size: 0
}

.vote-block ol.rating li.current {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 1;
  background-position: 0 0;
  background-repeat: repeat-x;
  /* background-image: url(../images/rating-star.png) */
}

@media only screen and (resolution >=192dpi),
only screen and (resolution >=2dppx) {
  .vote-block ol.rating li.current {
    /* background-image: url(../images/rating-star.png); */
    background-size: 35px 90px !important
  }
}

.vote-block ol.show-current li.current span {
  display: block;
  height: 42px;
  width: 0;
  background: inherit;
  background-position: 0 -60px
}

.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
}

.tags__items {
  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;
  margin: 0 -5px;
  gap: 10px
}

.tag__link {
  background: #373636;
  color: #fff;
  border-radius: 15px;
  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;
  overflow: hidden;
  position: relative;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  z-index: 100;
  min-width: 44px;
  padding: 5px
}

.tag__link:hover,
.tag__link:focus,
.tag__link:active {
  color: #07161d;
  background: #fff;
  border-color: #373636
}

.tag__icon {
  max-height: 30px;
  width: auto;
  display: block;
  border-radius: 10px
}

.tag__title {
  padding: 0 13px 0 11px;
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
}

.social-share-group {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, -webkit-min-content);
  -ms-grid-columns: -webkit-min-content 8px -webkit-min-content 8px -webkit-min-content 8px -webkit-min-content;
  -ms-grid-columns: min-content 8px min-content 8px min-content 8px min-content;
  grid-template-columns: repeat(4, min-content);
  gap: 8px;
  margin: auto
}

bento-social-share {
  border-radius: 8.4px;
  height: 40px !important;
  width: 40px !important;
  cursor: pointer;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 43, 57, .15);
  box-shadow: 0 8px 16px 0 rgba(0, 43, 57, .15);
  -webkit-transition: -webkit-transform .3s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-box-shadow .3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: -webkit-transform .3s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-box-shadow .3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: transform .3s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow .3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform .3s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow .3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform .3s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow .3s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform .3s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-box-shadow .3s cubic-bezier(0.25, 0.1, 0.25, 1)
}

bento-social-share:hover {
  -webkit-transform: translateY(-0.125em);
  -ms-transform: translateY(-0.125em);
  transform: translateY(-0.125em);
  -webkit-box-shadow: 0 25px 20px -15px rgba(0, 43, 57, .15);
  box-shadow: 0 25px 20px -15px rgba(0, 43, 57, .15)
}

bento-social-share[type=email] {
  color: #002b39;
  background: #fff
}

bento-social-share[type=facebook] {
  color: #32529f;
  background: #fff;
  border-radius: 50%
}

bento-social-share[type=twitter] {
  color: #fff;
  background: #1da1f2
}

bento-social-share[type=linkedin] {
  color: #fff;
  background: #0077b5
}

bento-social-share[type=pinterest] {
  color: #e60023;
  background: #fff;
  border-radius: 50%
}

bento-social-share[type=tumblr] {
  color: #fff;
  background: #3c5a77
}

bento-social-share[type=whatsapp] {
  color: #fff;
  background: #25d366
}

bento-social-share[type=line] {
  color: #fff;
  background: #52b448
}

/* ========================== game__content ======================== */
.game__content {
  font-size: 16px;
  color: var(--main-color-text);
  word-wrap: break-word;
}

.game__content strong,
.game__content em {
  color: var(--main-color-text);
}

.game__content * {
  line-height: 1.5;
  margin-top: 0;
}

.game__content ul,
.game__content ol {
  padding-left: 30px;
  margin-bottom: 15px;
  /* list-style: revert;
    list-style: revert-layer */
}

.game__content li {
  padding-left: 6px;
  margin-bottom: 0;
  position: relative;
}

.game__content li:last-child {
  margin-bottom: 9px;
}

.game__content p {
  margin-bottom: 9px;
  letter-spacing: 0.4px;
}

.game__content a {
  font-style: italic;
  text-decoration: none;
  color: var(--main-color-links);
}

.game__content a:hover,
.game__content a:focus {
  color: #e53f71;
}

.game__content h1,
.game__content h2,
.game__content h3,
.game__content h4,
.game__content h5,
.game__content h6 {
  font-weight: bold;
  margin-bottom: 6px;
}

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

.game__content iframe {
  max-width: 100%;
}

.game__content blockquote {
  display: block;
  position: relative;
  padding: 0 0 0 40px;
  margin-bottom: 15px;
}

/* .game__content blockquote:before {
  content: '';
  position: absolute;
  display: block;
  top: 2px;
  bottom: 2px;
  left: 16px;
  width: 3px;
  background-color: var(--main-color-links);
  -webkit-box-shadow: 0 0 13px 0 var(--main-color-links);
  box-shadow: 0 0 13px 0 var(--main-color-links);
  border-radius: 4px;
} */

.game__content h2:last-child,
.game__content h3:last-child,
.game__content h4:last-child,
.game__content h5:last-child,
.game__content h6:last-child,
.game__content ul:last-child,
.game__content ol:last-child,
.game__content blockquote:last-child,
/* .game__content blockquote p, */
.game__content p:last-child {
  margin-bottom: 0;
}

/* Show more / Show less */
.desc-text {
  margin-top: 10px;
  height: 350px;
  font-size: 16px;
  overflow: hidden;
  text-align: left;
}

.desc-text-full {
  height: auto;
}

.showmore {
  text-align: right;
  position: relative;
  padding-top: 18px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 35.42%); */
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, #e2b43c 35.42%); */
}

.showmore .btn-showmore {
  color: #fff;
  border-color: #000;
  padding: 6px 12px;
  border-radius: 10px;
  background-color: #e2b43c;
  margin-bottom: 0;
  text-align: center;
  /* -webkit-box-shadow: 0 0 13px 0 var(--main-color-links);
  box-shadow: 0 0 13px 0 var(--main-color-links); */
}

/* game_item_ajax.php */
.card-masonry {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  grid-gap: 20px;
  grid-auto-rows: minmax(120px, auto);
  grid-auto-flow: dense;
}

.item.large {
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

/*============================== breadcrumbs ==============================*/
.breadcrumbs {
  margin: 0 0 20p;
  text-transform: capitalize;
  font-weight: 700;
}

.breadcrumbs a {
  color: var(--main-color-links);
  text-decoration: none;
  font-size: 16px
}

.breadcrumbs__delimiter {
  padding: 0 4px;
}

/*============================== pagination ==============================*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: center; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* margin: 30px auto 0; */
  /* padding: 0 20px; */
  width: 100%;
  /* height: 60px; */
  /* border-radius: 20px; */
  /* background-color: var(--black2); */
}

.pagination .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 50px;
  padding: 15px;
  border-radius: 20px;
  background-color: transparent;
  font-size: 16px;
  color: #f89f5b;
  font-weight: 700;
  margin: 0 6px;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.pagination .btn:hover {
  cursor: pointer;
  color: white;
  background-color: #f89f5b;
}

.pagination .active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 50px;
  padding: 15px;
  border-radius: 20px;
  background-color: #f89f5b;
  font-size: 16px;
  color: white;
  font-weight: 700;
  cursor: default;
  font-weight: 700;
  margin: 0 5px;
}

.pagination>span:nth-child(1) {
  margin-left: 0;
}

/*============================== loading_mask ==============================*/
.hidden-load {
  display: none;
}

.loading_mask {
  background: rgba(0, 0, 0, .7);
  text-align: center;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

.loading_mask>svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.action .loading_mask>svg {
  left: 50%
}

/*============================== legal page styles ==============================*/
.page.legal .area--pattern {
  padding: 0;
}

.page.legal .area__heading {
  padding-left: 0;
}

.page.legal .area__heading::before {
  display: none;
}

/*============================== dark mode text color ==============================*/
.dark .game__content {
  color: #ffffff;
}

.dark .game__content strong,
.dark .game__content em {
  color: #ffffff;
}
