.e/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/* =plugins
------------------------------------------------------------------------------*/
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}
.slick-track:before,.slick-track:after{display:table;content:''}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left;height:100%;min-height:1px;outline:none;border:none}
[dir='rtl'] .slick-slide{float:right}
.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}
.slick-dots{position:absolute;bottom:0;display:block;padding:0;margin:0;list-style:none;text-align:center;left:50%;transform:translateX(-50%);width: 100%;}
.slick-dots li{position:relative;display:inline-block;margin:0 10px;padding:0;cursor:pointer}
.slick-dots li:before{display:none}
.slick-dots li button{font-size:0;line-height:0;display:block;padding:3px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}
.slick-dots li button:hover,.slick-dots li button:focus{outline:none}
.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}
.slick-dots li button:before{display:block;font-size:40px;line-height:10px;width:10px;height:10px;content:'';text-align:center;opacity:.5;color:white;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-shadow:0 0 4px 0 #000000;border-radius:50%;background:#ffffff}
.slick-dots li.slick-active button:before{opacity:1}
/*---------------*/
/* common */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, menu, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline
}

:focus {
    outline: 0
}

html {
    min-height: 100%;
    height: 100%
}

html, body {
    position: relative;
    width: 100%
}

body {
    line-height: 1;
    background: #0f1714;
    color: #b0b1a7;
    font: 400 14px/20px Roboto, sans-serif;
    min-height: 100%;
    min-width: 320px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

ol, ul {
    list-style: none
}

table {
    border-collapse: separate;
    border-spacing: 0
}

caption, th, td {
    text-align: left;
    font-weight: normal
}

blockquote:before, blockquote:after, q:before, q:after {
    content: ""
}

blockquote, q {
    quotes: "" ""
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

input, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

::-webkit-input-placeholder {
    color: #9d9da6
}

:-moz-placeholder {
    color: #9d9da4
}

::-moz-placeholder {
    color: #9d9d96
}

:-ms-input-placeholder {
    color: #9d9d98
}

h1, h2, h3, h4, h5, h6,
.-eem-i--ft-e, .-eem-i--ft-e, .-eem-i--ft-e, .-eem-i--ft-e, .-eem-i--ft-e, .-eem-i--ft-e {
    color: #0c0c09
}

h1, h2, h3, h4,
.-eem-i--ft-e, .-eem-i--ft-e, .-eem-i--ft-e, .-eem-i--ft-e {
    text-transform: uppercase
}

h1, .-eem-i--ft-e {
    font: 700 26px/1.4em Roboto, sans-serif
}

h2, .-eem-i--ft-e {
    font: 700 19px/1.4em Roboto, sans-serif
}

h3, .-eem-i--ft-e {
    font: 700 17px/1.4em Roboto, sans-serif
}

h4, .-eem-i--ft-e {
    font: 700 15px/1.4em Roboto, sans-serif
}

h5, h6,
.-eem-i--ft-e, .-eem-i--ft-e {
    font: 700 15px/1.4em Roboto, sans-serif
}

i, .-eem-jio-mme- {
    display: inline-block;
    vertical-align: middle
}

.-eem-czn-mme- {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff;
    font: 400 17px/38px Roboto, sans-serif;
    position: relative;
    height: 40px;
    padding: 0 29px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border: 2px solid;
    border-radius: 0
}

.-eem-czn-mme-.disabled, .-eem-czn-mme-[disabled="disabled"] {
    pointer-events: none;
    background: #96969b;
    border-color: #96969d
}

.-eem-czn-mme-.-eem-hxefv-kl-g {
    background: #10a04d;
    border-color: #10a03d
}

.-eem-czn-mme-.-eem-hxefv-kl-g:hover {
    color: #10a03b;
    background: none
}

.-eem-czn-mme-.-eem-hxefv-kl-g.disabled {
    background: #969695;
    border-color: #969690
}

.-eem-czn-mme-.-eem-hxefv-onw-------hadshxovve--owok------cwsjes-dulpz-----b---C-----dulpz-----b--------g-kl-jut-ft-e.-eem-hxefv-onw-fr--:hover {
    color: #ffffff;
    background: #10a045
}

.-eem-czn-mme-.-eem-hxefv-onw-fr--.disabled {
    background: #969693;
    border-color: #96969d;
    color: #ffffff
}

.-eem-czn-mme-.-eem-pxaoof-io--kl-g {
    background: none;
    border-color: #d94a1a;
    color: #d94a08
}

.-eem-czn-mme-.-eem-pxaoof-io--kl-g:hover {
    color: #ffffff;
    background: #d94a1b
}

.-eem-czn-mme-.-eem-pxaoof-io--kl-g.disabled {
    background: #969693;
    border-color: #96969a;
    color: #ffffff
}

.-eem-czn-mme-.-eem-mm-ft-e {
    font-size: 24px;
    padding: 0 6px;
}

input[type="text"] {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font: 14px/33px Roboto, sans-serif;
    height: 33px;
    padding: 0 10px;
    width: 100%;
    background: #ffffff;
    border: 1px solid #d7d7df;
    box-shadow: none;
}

input[type='text'].-eem-xoti-qxegqy-emg- {
    padding-left: 30px
}

input[type='text'].-eem-mm-ft-e {
    font: 14px/40px Roboto, sans-serif;
    height: 40px
}

input[type='text'].-eem-tsamt-kl-g {
    font: 13px/25px Roboto, sans-serif;
    height: 25px
}

input[type='text']:focus {
    box-shadow: none
}

/* =form-search
------------------------------------------------------------------------------*/
.-eem-gurn-tkaski-emg- .-eem-jtpv--uuums-emg- {
    width: 100%;
    line-height: 41px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    min-width: 31px;
    min-height: 42px;
}

.-eem-gurn-tkaski-emg- .-eem-jtpv--uuums-emg-:after {
    height: 1px;
    content: '';
    background: #ff4809;
    position: absolute;
    left: 30px;
    right: 0;
    bottom: 10px
}

.-eem-gurn-tkaski-emg- .-eem-jtpv--uuums-emg- .-eem-qxegqy-emg- {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
    width: 20px;
    height: 20px;
    z-index: 0
}

.-eem-gurn-tkaski-emg- .-eem-jtpv--uuums-emg- .-eem-qxegqy-emg- i {
    vertical-align: top
}

.-eem-gurn-tkaski-emg- .-eem-jtpv--uuums-emg- .-eem-tkaskikr-mme- {
    display: none
}

.-eem-gurn-tkaski-emg- .-eem-jtpv--uuums-emg- .-eem-tkaskikr-mme-.active {
    display: block !important;
    padding-left: 30px;
}

.-eem-gurn-tkaski-emg- .-eem-jtpv--uuums-emg- .-eem-tkaskikr-mme-.active .-eem-jtpv--uuums-emg-:after {
    height: 1px;
    display: block;
}

.-eem-gurn-tkaski-emg- .-eem-jtpv--uuums-emg- input[type='text'] {
    cursor: text;
    display: inline-block;
    border-radius: 0;
    border: 0;
    position: relative;
    z-index: 10;
    padding: 0 20px 0 0px;
    box-shadow: none;
    background: none;
    height: 20px;
    color: #b0b1b1;
    line-height: 1;
    width: 191px;
}

.-eem-gurn-tkaski-emg- .-eem-jtpv--uuums-emg- input[type='text'] + input[type="reset"] {
    display: block
}

@media (max-width: 1280px) {
    .-eem-gurn-tkaski-emg- .-eem-jtpv--uuums-emg- input[type='text'] {
        width: 221px;
    }
}

@media (max-width: 960px) {
    .-eem-gurn-tkaski-emg- .-eem-jtpv--uuums-emg- input[type='text'] {
        width: 291px;
    }
}

@media (max-width: 640px) {
    .-eem-gurn-tkaski-emg- .-eem-jtpv--uuums-emg- input[type='text'] {
        width: 156px;
    }
}

.-eem-gurn-tkaski-emg- .-eem-jtpv--uuums-emg- input[type='reset'] {
    cursor: pointer;
    border: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    width: 10px;
    height: 10px;
    background: url(../images/general/close-search.png) 0 0 no-repeat;
    background-size: contain;
    z-index: 11
}

/* =table
------------------------------------------------------------------------------*/
table {
    background: #ffffff;
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse
}

table thead {
    font-weight: 700
}

table thead th, table thead td {
    color: #000000;
    font-weight: 700;
    height: 46px;
    vertical-align: middle
}

table thead, table tbody, table tfoot {
    width: 100%
}

table thead td, table thead th, table tbody td,
table tbody th, table tfoot td, table tfoot th {
    padding: 6px 17px;
    text-align: center;
    border: 1px solid #e9eee9;
    font: 15/20px Roboto, sans-serif
}

.-eem-ngrl-fr-- {
    top: 0;
    right: 0;
    text-transform: uppercase;
    color: #ffffff;
    font: 700 12px/37px Roboto, sans-serif;
    padding: 0 16px;
    position: absolute;
    background: #ff4800;
    z-index: 100
}

.-eem-ngrl-fr-- > span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative
}

.-eem-ngrl-fr-- i {
    margin-right: 11px;
}

.-eem-ngrl-fr--.-eem-hxefv-onw-fr-- {
    background-color: transparent;
    color: #10a049
}

.-eem-ngrl-fr--.-eem-hxefv-onw-fr--:before,
.-eem-ngrl-fr--.-eem-hxefv-onw-fr--:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    border-bottom: 1px solid #10a042
}

.-eem-ngrl-fr--.-eem-hxefv-onw-fr--:after {
    -o-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    border-right: 1px solid #10a03b;
    right: 0
}

.-eem-ngrl-fr--.-eem-hxefv-onw-fr--:before {
    -o-transform: skewX(25deg);
    -moz-transform: skewX(25deg);
    -webkit-transform: skewX(25deg);
    transform: skewX(25deg);
    border-left: 1px solid #10a03d;
    left: 0
}

i {
    width: 20px;
    height: 20px
}

.-eem-j-sfisih-mme- {
    background: url(../images/general/i-search.svg) 0 0 no-repeat
}

.-eem-jio-mme- {
    width: 30px;
    height: 30px;
    cursor: pointer
}

.-eem-jio-mme-:not(:first-child) {
    margin-left: 10px
}

/* =header
------------------------------------------------------------------------------*/
.-eem-ikaems-emg- {
    z-index: 1
}

/* =header-nav
------------------------------------------------------------------------------*/
.-eem-ikaems-nb--kl-g {
    background: #0f1724;
    z-index: 400;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    min-width: 280px
}

.-eem-ikaems-nb--kl-g .-eem-xxaqxfx-ft-e {
    position: relative
}

.-eem-ikaems-nb--kl-g .-eem-xxaqxfx-jvokr-mme- {
    position: relative;
}

.-eem-ikaems-nb--kl-g + * {
    margin-top: 100px
}

.-eem-ikaems-nb--kl-g .-eem-mugp-p-tfz-kl-g {
    max-width: 301px;
    height: 46px;
    line-height: 100px;
    z-index: 9
}

.-eem-ikaems-nb--kl-g .-eem-mugp-p-tfz-kl-g a {
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

.-eem-ikaems-nb--kl-g .-eem-mugp-p-tfz-kl-g img {
    height: 100%;
    max-height: 100%;
    display: block
}

@media (min-width: 640px) and (max-width: 959px) {
    .-eem-ikaems-nb--kl-g .-eem-mugp-p-tfz-kl-g {
        max-width: 151px
    }
}

@media (max-width: 639px) {
    .-eem-ikaems-nb--kl-g .-eem-mugp-p-tfz-kl-g {
        width: 172px;
        height: 35px;
    }
}

.-eem-ikaems-nb--kl-g .-eem-mugp-p-tfz-kl-g .-eem-mugp-ukxu-fr-- {
    display: block;
    line-height: 1.1;
    font-size: 30px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
}

.-eem-ikaems-nb--kl-g .-eem-nknv-ngio-pveo-fr-- {
    position: fixed;
    left: 26px;
    top: 41px;
    z-index: 506;
    width: 32px;
    height: 18px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.-eem-ikaems-nb--kl-g .-eem-nknv-ngio-pveo-fr-- span {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    height: 3px;
    background: #ffffff
}

.-eem-ikaems-nb--kl-g .-eem-nknv-ngio-pveo-fr-- span:nth-child(1) {
    top: 0
}

.-eem-ikaems-nb--kl-g .-eem-nknv-ngio-pveo-fr-- span:nth-child(2) {
    top: 50%;
    height: 2px;
    margin-top: -1px
}

.-eem-ikaems-nb--kl-g .-eem-nknv-ngio-pveo-fr-- span:nth-child(3) {
    bottom: 0
}

.-eem-ikaems-nb--kl-g .-eem-nknv-ngio-pveo-fr--.open {
    width: 24px;
    height: 24px;
    left: 24px;
    top: 40px;
    position: fixed
}

.-eem-ikaems-nb--kl-g .-eem-nknv-ngio-pveo-fr--.open span {
    height: 1px;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    width: 33px
}

.-eem-ikaems-nb--kl-g .-eem-nknv-ngio-pveo-fr--.open span:nth-child(1) {
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px
}

.-eem-ikaems-nb--kl-g .-eem-nknv-ngio-pveo-fr--.open span:nth-child(2) {
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 12px
}

.-eem-ikaems-nb--kl-g .-eem-nknv-ngio-pveo-fr--.open span:nth-child(3) {
    display: none
}

.-eem-ikaems-nb--kl-g .-eem-nknv-ngio-fr-- {
    position: static
}

.-eem-ikaems-nb--kl-g .-eem-nknv-ngio-fr-- .-eem-cznt-fr-- {
    display: none
}

.-eem-ikaems-nb--kl-g .-eem-nknv-ngio-fr-- {
    position: fixed;
    top: 0;
    z-index: 505;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    left: -320px;
    width: 320px;
    height: 100%;
    padding-top: 84px;
    padding-bottom: 21px;
    background: #12202c;
}

.-eem-ikaems-nb--kl-g .-eem-nknv-ngio-fr--.open {
    left: 0;
    z-index: 502
}

.-eem-ikaems-nb--kl-g #menu-overlay {
    position: fixed;
    z-index: 501;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: all .5s
}

.-eem-ikaems-nb--kl-g #menu-overlay.show {
    opacity: 1;
    visibility: visible
}

/* =top-menu
------------------------------------------------------------------------------*/
.-eem-uup-uftu-mme- {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-left: 268px;
    width: 726px;
    position: relative;
}

.-eem-uup-uftu-mme- li a {
    font: 400 14px/100px Roboto, sans-serif;
    color: #babab1;
    text-transform: uppercase
}

.-eem-uup-uftu-mme- li a:link {
    color: #bababe
}

.-eem-uup-uftu-mme- li a:visited {
    color: #babab8
}

.-eem-uup-uftu-mme- li a:hover {
    color: #10a041
}

.-eem-uup-uftu-mme- li a:active {
    color: #babab4
}

.-eem-uup-uftu-mme- li a.active {
    color: #ffffff;
    font-weight: 700
}

.-eem-uup-uftu-mme- li a.active:hover {
    cursor: default
}

.-eem-uup-uftu-mme- li:first-child:before,
.-eem-uup-uftu-mme- li:first-child:after,
.-eem-uup-uftu-mme- li:last-child:before,
.-eem-uup-uftu-mme- li:last-child:after {
    content: '';
    display: block;
    height: 40px;
    width: 1px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
    background: rgba(255, 255, 255, 0.23)
}

.-eem-uup-uftu-mme- li:first-child:after,
.-eem-uup-uftu-mme- li:last-child:after {
    left: auto;
    right: 0
}

.-eem-uup-uftu-mme- li:first-child {
    padding-left: 35px;
}

.-eem-uup-uftu-mme- li:first-child:after {
    display: none
}

.-eem-uup-uftu-mme- li:last-child {
    padding-right: 35px
}

.-eem-uup-uftu-mme- li:last-child:before {
    display: none
}

.-eem-uup-uftu-mme- {
    position: relative;
    -webkit-flex-direction: column;
    flex-direction: column;
    right: auto;
    margin: 0;
    width: 100%;
    padding: 0 31px;
    margin-top: 86px;
}

@media (max-width: 1919px) and (max-width: 639px) {
    .-eem-uup-uftu-mme- {
        margin-top: 0;
        overflow: auto
    }
}

.-eem-uup-uftu-mme- > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.09)
}

.-eem-uup-uftu-mme- li {
    text-align: left
}

.-eem-uup-uftu-mme- li:first-child:before,
.-eem-uup-uftu-mme- li:first-child:after,
.-eem-uup-uftu-mme- li:last-child:before,
.-eem-uup-uftu-mme- li:last-child:after {
    display: none
}

.-eem-uup-uftu-mme- li a {
    line-height: 40px;
    display: block
}

.-eem-uup-uftu-mme- li:first-child {
    padding-left: 0
}

/* =sections, wrapper
------------------------------------------------------------------------------*/
#wrapper {
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

section, .-eem-tkcuqpt-ft-e {
    width: 100%
}

section .-eem-xxaqxfx-ft-e,
.-eem-tkcuqpt-ft-e .-eem-xxaqxfx-ft-e,
.-eem-ikaems-nb--kl-g .-eem-xxaqxfx-ft-e {
    max-width: 1550px;
    width: 100%;
    margin: 0 auto;
    padding: 0
}

.-eem-ikaems-nb--kl-g .-eem-xxaqxfx-ft-e {
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

@media (min-width: 1280px) and (max-width: 1919px) {
    section .-eem-xxaqxfx-ft-e,
    .-eem-tkcuqpt-ft-e .-eem-xxaqxfx-ft-e,
    .-eem-ikaems-nb--kl-g .-eem-xxaqxfx-ft-e {
        padding: 0 46px;
    }
}

@media (min-width: 960px) and (max-width: 1279px) {
    section .-eem-xxaqxfx-ft-e,
    .-eem-tkcuqpt-ft-e .-eem-xxaqxfx-ft-e,
    .-eem-ikaems-nb--kl-g .-eem-xxaqxfx-ft-e {
        padding: 0 15px
    }
}

@media (min-width: 640px) and (max-width: 959px) {
    section .-eem-xxaqxfx-ft-e,
    .-eem-tkcuqpt-ft-e .-eem-xxaqxfx-ft-e,
    .-eem-ikaems-nb--kl-g .-eem-xxaqxfx-ft-e {
        padding: 0 21px;
    }
}

@media (max-width: 639px) {
    section .-eem-xxaqxfx-ft-e,
    .-eem-tkcuqpt-ft-e .-eem-xxaqxfx-ft-e,
    .-eem-ikaems-nb--kl-g .-eem-xxaqxfx-ft-e {
        padding: 0 15px
    }
}

section.index .-eem-xxaqxfx-ft-e {
    position: relative
}

section.index .-eem-skcpunkneme-tj-mk-ft-e {
    text-align: center;
    width: 100%
}

section.index .-eem-skcpunkneme-tj-mk-ft-e .-eem-ngrl-fr-- {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    font: 400 24px/21px Roboto, sans-serif;
    padding: 0 31px;
    height: 48px;
}

section.index .-eem-skcpunkneme-tj-mk-ft-e .-eem-ngrl-fr--:before,
section.index .-eem-skcpunkneme-tj-mk-ft-e .-eem-ngrl-fr--:after {
    border-color: #0f3922
}

@media (max-width: 639px) {
    section.index .-eem-skcpunkneme-tj-mk-ft-e {
        position: relative;
        margin-bottom: 10px
    }

    section.index .-eem-skcpunkneme-tj-mk-ft-e .-eem-ngrl-fr-- {
        font-size: 19px;
    }
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 21px 21px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 6px auto
}

.alignright {
    float: right;
    margin: 6px 0 21px 21px;
}

.alignleft {
    float: left;
    margin: 6px 21px 21px 0
}

a img.alignright {
    float: right;
    margin: 6px 0 21px 21px;
}

a img.alignnone {
    margin: 6px 21px 21px 0
}

a img.alignleft {
    float: left;
    margin: 6px 21px 21px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #ffffff;
    border: 1px solid #f0f0ed;
    max-width: 96%;
    padding: 5px 3px 11px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 6px 21px 21px 0;
}

.wp-caption.alignleft {
    margin: 6px 21px 21px 0;
}

.wp-caption.alignright {
    margin: 6px 0 21px 21px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    margin: 0;
    padding: 0 5px 6px;
}

/* =utillites
------------------------------------------------------------------------------*/
.-eem-ukxu-dknums-emg- {
    text-align: center !important
}

.-eem-ukxu-cudz-fr--,
.-eem-ukxu-cudz-fr--.seo-text,
.-eem-ukxu-cudz-fr-- h1,
.-eem-ukxu-cudz-fr-- h2,
.-eem-ukxu-cudz-fr-- h3,
.-eem-ukxu-cudz-fr-- h4,
.-eem-ukxu-cudz-fr-- h5,
.-eem-ukxu-cudz-fr-- h6,
.-eem-ukxu-cudz-fr-- .-eem-i--ft-e,
.-eem-ukxu-cudz-fr-- .-eem-i--ft-e,
.-eem-ukxu-cudz-fr-- .-eem-i--ft-e,
.-eem-ukxu-cudz-fr-- .-eem-i--ft-e,
.-eem-ukxu-cudz-fr-- .-eem-i--ft-e,
.-eem-ukxu-cudz-fr-- .-eem-i--ft-e{
    color: #b0b1b8
}

.-eem-drebzgox-mme-:before,
.-eem-drebzgox-mme-:after {
    content: "";
    display: block;
    clear: both;
}

@media only screen and (max-width: 639px) {
    .d-sm-none {
        display: none !important
    }
}

.-eem-nh---fr-- {
    margin-bottom: 1rem !important
}

.-eem-nz---fr-- {
    margin-top: 2rem !important
}

.-eem-n----fr-- {
    margin-top: 0px !important;
    margin-bottom: 0px !important
}

.-eem-qggf-uotmm-kl-g {
    margin-bottom: 1em
}

.-eem-tzauqd-cpvuknu-fr-- {
    background-color: #f0f0f6;
    padding: 51px 0
}

.-eem-tzauqd-cpvuknu---hj-f-emg- {
    background-color: #ffffff
}

.-eem-hgmf-czn-xmgy-mme- {
    font-size: 27px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 2em;
    display: inline-block;
}

.-eem-hgmf-czn-xmgy-mme- {
    position: relative;
    padding: 0 29px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border: 2px solid #d94a17;
    color: #d94a1b !important;
    text-decoration: none !important;
}

.-eem-hgmf-czn-xmgy-mme-:hover {
    color: #ffffff !important;
    background: #d94a1b;
}

/* =seo-text
------------------------------------------------------------------------------*/
.embed-resp {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 73.5%;
    margin-bottom: 2em
}

.embed-resp embed, .embed-resp iframe, .embed-resp object, .embed-resp video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0 auto;
}

.embed-resp img {
    margin-top: 0 !important;
}

.embed-resp-wrapper {
    max-width: 991px;
    margin: 0 auto;
}

.embed-game {
    border: 2px solid #2ea03c;
    background: #f0f0f1;
}

.embed-game .embed-game__btn-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
    background: url(../images/general/play-circle.svg) 50% no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
    display: block;
}

.embed-game img {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(8px) brightness(50%);
}
.seo-text {
    line-height: 1.7;
    color: #0c0c02;
}

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

.seo-text h1:before, .seo-text h1:after,
.seo-text h2:before, .seo-text h2:after {
    content: '';
    display: block;
    clear: both
}

.seo-text h1 {
    margin-bottom: 31px;
}

.seo-text h2 {
    margin-bottom: 26px;
}

.seo-text h3 {
    margin-bottom: 16px;
}

.seo-text h4 {
    margin-bottom: 16px
}

.seo-text h5, .seo-text h6 {
    margin-bottom: 16px
}

.seo-text .green {
    color: #10a03e;
    margin-bottom: 16px;
}

.seo-text .img-wrapper {
    text-align: center;
}

.seo-text img {
    max-width: 100%;
    position: relative;
    display: block;
    margin: 21px auto;
    height: auto;
}

.seo-text img:after {
    content: attr(title);
    font-size: 12px;
    color: #78787c;
    display: block;
    text-align: center
}

.seo-text img.left {
    float: left;
    margin-right: 21px;
}

.seo-text img.right {
    float: right;
    margin-left: 21px;
}

.seo-text img.center {
    float: none;
    display: block;
    clear: both;
}

.seo-text p {
    margin-bottom: 31px;
}

.seo-text ul, .seo-text ol {
    margin-bottom: 16px;
}

.seo-text a {
    color: #10a04a;
    text-decoration: underline
}

.seo-text ol, .seo-text ul {
    padding-left: 26px;
}

.seo-text ol, .seo-text ul {
    margin-bottom: 26px
}

.seo-text ol li, .seo-text ul li {
    position: relative
}

.seo-text ol ol, .seo-text ol ul, .seo-text ul ol, .seo-text ul ul {
    margin: 0
}

.seo-text ul li {
    padding-left: 16px
}

.seo-text ul li:before {
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #999993;
    top: 8px;
    left: 0
}

.seo-text ol {
    counter-reset: level1
}

.seo-text ol li:before {
    counter-increment: level1;
    content: counter(level1) ".";
    font-size: 10px;
    font-weight: 700;
    color: #999994;
    margin-right: 5px
}

.seo-text ol ol {
    counter-reset: level2
}

.seo-text ol ol li:before {
    counter-increment: level2;
    content: counter(level1) "." counter(level2)
}

.seo-text ol ol ol {
    counter-reset: level3
}

.seo-text ol ol ol li:before {
    counter-increment: level3;
    content: counter(level1) "." counter(level2) "." counter(level3)
}

.seo-text table {
    margin-top: 21px;
    font-size: 15px;
    color: #0c0c0e
}

.seo-text table + * {
    margin-top: 41px;
}

.seo-text table caption {
    font-size: 12px;
    line-height: 14px;
    color: #787879;
    margin-bottom: 5px;
    padding: 0 21px;
}

.seo-text table tr:nth-child(odd) {
    background-color: #f0f0f3
}

.seo-text table tr:nth-child(even) {
    background-color: #f7f801
}

.seo-text table td, .seo-text table th {
    text-align: left;
    vertical-align: middle;
    border: 0;
}

.seo-text table td:last-child, .seo-text table th:last-child {
    padding-right: 21px;
}

.seo-text table th {
    color: #66665e;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 2px solid #dfdfde
}

.seo-text strong {
    font-weight: 700
}



.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 21px;
    margin-bottom: 21px;
}

.seo-text .table-block .table-responsive {
    margin-top: 0;
    margin-bottom: 0;
}

.seo-text .table-block {
    margin-top: 0;
}

.seo-text .table-block .seo-table {
    margin-top: 0;
}

@media (max-width: 767px) {
    .seo-text {
        padding: 0;
    }

    .seo-text table th {
        font-size: 15px
    }

    .seo-text table th, .seo-text table td {
        line-height: 17px;
        width: 20%
    }

    .seo-text table th:not(:first-child), .seo-text table td:not(:first-child) {
        width: 40%
    }
}

@media (max-width: 499px) {
    .seo-text table th, .seo-text table td {
        font-size: 13px;
        line-height: 15px;
    }
}

@media (max-width: 409px) {
    .seo-text table th {
        font-size: 10px
    }
}

@media (min-width: 768px) {
    .seo-text .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }

    .seo-text .row.table-block {
        align-items: center;
        margin-bottom: 31px;
    }

    .seo-text .table-block img {
        margin-top: 0;
        margin-bottom: 0;
    }

    .seo-text .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.screenshots-slider img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0
}

.screenshots-slider {
    margin: 10px -10px 0
}

.screenshots-slider .screenshots-slider__item {
    padding: 0 10px
}

.screenshots-slider .slick-dots li {
    padding-left: 0
}

.seo-table {
    margin-top: 21px;
    font-size: 15px;
    color: #0c0c0f
}

.seo-detail {
    margin-bottom: 33px
}

.seo-detail__info {
    margin-bottom: 11px;
}

.seo-detail__row {
    padding: 8px 15px
}

.seo-detail__row:nth-child(odd) {
    background-color: #f0f0f2
}

.seo-detail__row:nth-child(even) {
    background-color: #f7f7f8
}

.seo-detail__col {
    display: inline-block
}

.seo-detail__col:first-child {
    font-weight: 600
}

.seo-detail__row:first-child .seo-detail__col, .seo-detail__row:last-child .seo-detail__col {
    display: block
}

.seo-detail__col:first-child img {
    margin: 0 0 16px;
    border-radius: 31px;
}

.seo-text .seo-detail__col h2, .seo-text .seo-detail__col .-eem-i--ft-e {
    margin-bottom: 16px;
}

@media (min-width: 668px) {
    .seo-detail__row {
        display: -ms-flexbox;
        display: flex;
        margin-right: -15px;
        margin-left: -15px;
        padding: 0
    }

    .seo-detail__row:first-child, .seo-detail__row:last-child {
        padding-bottom: 10px;
        padding-top: 10px
    }

    .seo-detail__col {
        padding: 5px 15px;
        width: 100%;
        flex-basis: 0;
        flex-grow: 1;
        position: relative;
        flex: 0 0 75%;
        max-width: 75%
    }

    .seo-detail__col:first-child {
        flex: 0 0 25%;
        max-width: 25%
    }

    .seo-detail__col:first-child img {
        margin-bottom: 0
    }

    .screenshots-slider {
        margin-top: 0
    }
}

@media (min-width: 1024px) {
    .seo-detail__col {
        flex: 0 0 80%;
        max-width: 80%
    }

    .seo-detail__col:first-child {
        flex: 0 0 20%;
        max-width: 20%
    }
}

/* =testimonials / post-comments
------------------------------------------------------------------------------*/
.-eem-uksuqnunjimy-ft-e, .-eem-qusu-dumnmozs-mme- {
    margin: 33px 0 17px
}

.-eem-skvjmxy-ft-e {
    margin-bottom: 32px;
    line-height: 1.7;
    color: #0c0c04
}

.-eem-skvjmxy---pv-ft-e {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.-eem-skvjmxy--qnm-ft-e {
    flex: none;
    border-radius: 6px;
    border: 3px solid #10a04d;
}

.-eem-skvjmxy--lfzajtt-emg- {
    padding-left: 17px;
    line-height: 1
}

.-eem-skvjmxy--ivzhpz-kl-g, .-eem-skvjmxy--zbzioo-kl-g, .-eem-skvjmxy--obseoink-ft-e {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 7px;
}

.-eem-skvjmxy--ivzhpz-kl-g {
    font-weight: bold;
    color: #10a049;
}

.-eem-skvjmxy--zbzioo-kl-g {
    margin-left: 1rem;
    margin-right: 1rem;
    display: inline-flex;
    align-items: flex-end
}

.-eem-skvjmxy--zbzioo-kl-g .-eem-tzas-sgtjvh-emg- {
    margin-bottom: 0
}

.-eem-skvjmxy--tpiauqpt-ft-e {
    font-size: 13px;
    color: #b0b1a7
}

.-eem-skvjmxy--obseoink-ft-e {
    font-weight: 600
}

.-eem-skvjmxy--obseoink-ft-e span {
    color: #b0b1bb;
    margin-right: .25rem;
    font-weight: 400
}

.-eem-skvjmxy--zbzioo-zey--kl-g {
    margin-left: 10px;
    font-weight: 600;
    font-size: 12px
}

/* =questions
------------------------------------------------------------------------------*/
.-eem-r-et-junt-fr-- .-eem-ggq-mme- {
    margin: 1rem 0;
    color: #0c0c15
}

.-eem-r-et-junt-fr-- .-eem-ggq-gjzen-fr-- {
    margin-bottom: 11px;
    position: relative
}

.-eem-r-et-junt-fr-- .-eem-ggq-guotmm-kl-g {
    color: #10a041;
    cursor: pointer;
    transition: all .2s linear;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    font-weight: normal;
    text-transform: initial
}

.-eem-r-et-junt-fr-- .-eem-ggq-guotmm-kl-g:after {
    content: '';
    height: 5px;
    width: 5px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #10a040;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
    transition: transform .3s linear;
    margin-left: .5rem
}

.-eem-r-et-junt-fr-- .-eem-ggq-gjzen-fr--.active .-eem-ggq-guotmm-kl-g:after {
    transform: rotate(45deg)
}

.-eem-r-et-junt-fr-- .-eem-ggq-gdunumoz-ft-e {
    display: none;
    padding: 8px 19px;
    overflow: hidden;
    margin: 0;
    line-height: 1.7
}

/* =site-footer
------------------------------------------------------------------------------*/
.-eem-totf-guoums-emg- {
    background: #0d1420;
    color: #a3a3a2
}

.-eem-totf-guoums-emg- p {
    color: #a3a3a6
}

.-eem-totf-guoums-emg- .-eem-jio-mme- {
    cursor: default
}

.-eem-totf-guoums-emg- a.-eem-jio-mme- {
    cursor: pointer
}

.-eem-totf-guoums-emg- .-eem-mocfvtks-mme- {
    margin-top: 31px;
    text-align: center
}

.-eem-totf-guoums-emg- .-eem-dupzzjmhu-fr-- {
    font-size: 15px;
    margin: 38px 0 25px;
    text-align: center
}

@media (max-width: 960px) {
    .-eem-totf-guoums-emg- {
        position: relative;
        float: left
    }
}

.-eem-guoums-ljvly-ft-e {
    text-align: center;
    margin: 12px 0 2px;
}

.-eem-guoums-ljvly-ft-e li {
    display: inline-block;
    margin: 0 11px;
}

.-eem-guoums-ljvly-ft-e a {
    color: #babab6;
    text-decoration: none;
    font: 15px/32px Roboto, sans-serif;
    text-transform: uppercase
}

.-eem-guoums-ljvly-ft-e a:link {
    color: #bababa
}

.-eem-guoums-ljvly-ft-e a:visited {
    color: #bababa
}

.-eem-guoums-ljvly-ft-e a:hover {
    color: #10a03b
}

.-eem-guoums-ljvly-ft-e a:active {
    color: #bababc
}

@media (max-width: 1279px) {
    .-eem-guoums-ljvly-ft-e a {
        font-size: 13px
    }
}

@media (max-width: 959px) {
    .-eem-guoums-ljvly-ft-e {
        margin: 21px 0 16px;
    }
}

.-eem-tucjimy-ft-e {
    text-align: center;
    margin-top: 20px;
}

.-eem-tucjimy--tjtk-mme- {
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: inline-block;
    background: #babac3 url(../images/general/socials.png) -1px -1px no-repeat;
    font-size: 0;
    border: 5px solid #000000;
    box-shadow: 0 0 0 1px #babac3;
    margin: 0 5px;
}

.-eem-tucjimy--tjtk-mme-:hover {
    background-color: #ffffff;
    box-shadow: 0 0 0 1px #ffffff;
}

.-eem-tucjimy--tjtk--u--ft-e {
    background-position: -1px -1px;
}

.-eem-tucjimy--tjtk--gh-ft-e {
    background-position: -23px -1px;
}

.-eem-tucjimy--tjtk--qo-ft-e {
    background-position: -42px -1px;
}

/* =subnavigation
------------------------------------------------------------------------------*/
.-eem-t-boiwogb-jun-mme- {
    background: #12202a;
    overflow: hidden
}

.-eem-t-boiwogb-jun-mme- .-eem-xxaqxfx-ft-e {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 959px) {
    .-eem-t-boiwogb-jun-mme- .-eem-xxaqxfx-ft-e {
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
}

.-eem-t-boiwogb-jun-mme- .-eem-gurn-tkaski-emg- {
    min-width: 30px;
    max-width: 191px;
}

@media (max-width: 959px) {
    .-eem-t-boiwogb-jun-mme- .-eem-gurn-tkaski-emg- {
        max-width: initial
    }
}

/* =menu-games
------------------------------------------------------------------------------*/
.-eem-nknv-hgmf--kl-g {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center
}

.-eem-nknv-hgmf--kl-g a {
    color: #bababb;
    margin: 0 25px;
    text-transform: uppercase
}

.-eem-nknv-hgmf--kl-g a:link {
    color: #babab9
}

.-eem-nknv-hgmf--kl-g a:visited {
    color: #babab2
}

.-eem-nknv-hgmf--kl-g a:hover {
    color: #10a048
}

.-eem-nknv-hgmf--kl-g a:active {
    color: #babac4
}

.-eem-nknv-hgmf--kl-g a.active {
    color: #ffffff;
    font-weight: 700
}

.-eem-nknv-hgmf---rbxqkr-mme- {
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

@media (max-width: 959px) {
    .-eem-nknv-hgmf---rbxqkr-mme- {
        display: none
    }
}

/* =breadcrumbs end
------------------------------------------------------------------------------*/
.breadcrumbs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    white-space: nowrap;
    font: 15px/40px Roboto, sans-serif;
    cursor: default;
    margin-bottom: 11px
}

.breadcrumbs span {
    text-overflow: ellipsis
}

.breadcrumbs span:last-child {
    overflow: hidden
}

.breadcrumbs a {
    color: #10a046;
    padding-right: 18px;
    text-decoration: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAGCAYAAADkOT91AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw%2FeHBhY2tldCBiZWdpbj0i77u%2FIiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8%2BIDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUM0QjRGMTlBOEI4MTFFN0I2MDVGRDJDQTA3NUMzNTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUM0QjRGMUFBOEI4MTFFN0I2MDVGRDJDQTA3NUMzNTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFQzRCNEYxN0E4QjgxMUU3QjYwNUZEMkNBMDc1QzM1NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFQzRCNEYxOEE4QjgxMUU3QjYwNUZEMkNBMDc1QzM1NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI%2FPonI8EgAAABTSURBVHjaYtq8eXMnEJ%2F%2F%2F%2F8%2FAwgzMTAwzAJi2S1btuwG0gyMIFEQAAp8A1IXmKAcDSDFDMRnmU1MTHyBjKNA3OTj41MBUqEHxB1AThNINUCAAQDNhx66fLsnGwAAAABJRU5ErkJggg%3D%3D) 100% 17px no-repeat;
    margin-right: 15px;
    display: inline-block
}

.breadcrumbs a:hover {
    text-decoration: underline
}

.breadcrumbs .breadcrumbs__separator {
    display: none;
}

@media (max-width: 767px) {
    .breadcrumbs {
        display: none
    }
}

/* =game-block
------------------------------------------------------------------------------*/
.-eem-hgmf-crods-kl-g {
    position: relative;
    margin: 33px -7px;
    display: flex;
    flex-wrap: wrap;
}

.-eem-hgmf-crods-kl-g .-eem-hgmf-crods-eiumn-emg- {
    position: relative;
    width: 20%;
    padding: 0 5px;
    margin-bottom: 12px;
}

@media (min-width: 960px) and (max-width: 1279px) {
    .-eem-hgmf-crods-kl-g .-eem-hgmf-crods-eiumn-emg- {
        width: 25%
    }

    .-eem-hgmf-crods-kl-g .-eem-hgmf-crods-eiumn-emg-:nth-child(n+9) {
        display: none
    }
}

@media (min-width: 640px) and (max-width: 959px) {
    .-eem-hgmf-crods-kl-g .-eem-hgmf-crods-eiumn-emg- {
        width: 33.333%
    }

    .-eem-hgmf-crods-kl-g .-eem-hgmf-crods-eiumn-emg-:nth-child(n+10) {
        display: none
    }
}

@media (max-width: 639px) {
    .-eem-hgmf-crods-kl-g .-eem-hgmf-crods-eiumn-emg- {
        width: 50%
    }

    .-eem-hgmf-crods-kl-g .-eem-hgmf-crods-eiumn-emg-:nth-child(n+7) {
        display: none
    }
}

.-eem-hgmf-crods-kl-g .-eem-hgmfg-onoms-emg- {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 150;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: opacity .3s
}

.-eem-hgmf-crods-kl-g .-eem-hgmfg-ocpv-kl-g {
    display: block;
    width: 100%;
    height: 189px;
    object-fit: cover;
    border: 3px solid #d94a0e;
}

.-eem-hgmf-crods-kl-g .-eem-hgmfg-riost-emg- {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    padding: 8px 15px 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.-eem-hgmf-crods-kl-g .-eem-hgmfg-riost-iovfx-ft-e {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-grow: 7;
    -webkit-flex-grow: 7;
    flex-grow: 7;
    width: 100%
}

.-eem-hgmf-crods-kl-g .-eem-hgmf-fr--:hover .-eem-hgmfg-onoms-emg-,
.-eem-hgmf-fr--.selected .-eem-hgmfg-onoms-emg- {
    opacity: 1
}

.-eem-hgmf-crods-kl-g .-eem-hgmfg-vlb--kl-g {
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    position: relative;
    background: url(../images/general/play-circle.svg) 50% no-repeat;
    background-size: contain;
    width: 73px;
    max-height: 73px;
    display: block;
    margin: 0 auto 3%
}

.-eem-hgmf-crods-kl-g .-eem-hgmfg-tanm-kl-g {
    text-align: center;
    margin-top: .5rem;
}

@media (max-width: 639px) {
    .-eem-hgmf-crods-kl-g .-eem-hgmfg-vlb--kl-g {
        width: 54px;
        max-height: 54px
    }
}

.-eem-hgmf-crods-kl-g .-eem-hgmf-fr-- {
    position: relative;
    overflow: hidden;
}

.-eem-hgmf-crods-kl-g .-eem-hgmf-fr--:before {
    content: '';
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.-eem-hgmf-crods--nf-t-emg- {
    display: block;
    flex-wrap: unset;
    padding-bottom: 30px;
    margin-bottom: 0
}

.-eem-hgmf-crods--nf-t-emg- .-eem-hgmf-crods-eiumn-emg- {
    width: 100%;
    background: none;
    margin-bottom: 0
}

.-eem-hgmf-crods--nf-t-emg- .slick-dots li button {
    height: 20px;
    overflow: initial
}

/* =hero-slider
------------------------------------------------------------------------------*/
.-eem-ikrp-triems-emg- {
    overflow: hidden;
    background: #0f1714
}

.-eem-ikrp-triemse-ttjje-mme- {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
}

.-eem-ikrp-triemse-ttjje-kpttfvu-emg- {
    text-align: center;
    background: rgba(15, 23, 28, 0.8);
    max-width: 550px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
}

@media (min-width: 960px) {
    .-eem-ikrp-triems-emg- {
        height: 500px;
    }

    .-eem-ikrp-triemse-ttjje-mme- {
        height: 500px;
    }
    .-eem-ikrp-triemse-ttjje-kpttfvu-emg- {
        position: absolute;
        bottom: 0;
        height: 185px;
        right: 14px
    }
}

@media (min-width: 1550px) {
    .-eem-ikrp-triemse-ttjje-kpttfvu-emg- {
        right: 50%;
        margin-right: -775px;
    }
}

.-eem-ikrp-triemse-ttjje--jzlf-fr--, .-eem-ikrp-triemse-ttjje--f-t-mme- {
    color: #ffffff;
    margin: 0;
    padding: 0 21px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    text-transform: uppercase
}

.-eem-ikrp-triemse-ttjje--jzlf-fr-- {
    font: 900 31px/1.2em Roboto, sans-serif
}

.-eem-ikrp-triemse-ttjje--f-t-mme- {
    margin-bottom: 25px;
    font: 900 26px/1.1em Roboto, sans-serif;
    color: #ff4801
}

.-eem-ikrp-triemse-ttjje-jut-ft-e {
    min-width: 227px
}

.-eem-ikrp-triems-emg- .slick-dots li button {
    overflow: initial
}

/* =pagination
------------------------------------------------------------------------------*/
.-eem-qggfz-kl-g .pagination {
    text-align: center;
    margin: 35px 0;
}

.-eem-qggfz-kl-g .pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center
}

.-eem-qggfz-kl-g .pagination .page-numbers {
    display: inline-block;
    color: #2ea03b;
    border: 1px solid #2ea04a;
    background: transparent;
    height: 31px;
    width: 39px;
    line-height: 33px;
    border-radius: 8px;
    margin: 0 9px;
    opacity: .8;
    transition: opacity .16s;
    font-size: 14px
}

.-eem-qggfz-kl-g .pagination .page-numbers:hover {
    opacity: 1
}

.-eem-qggfz-kl-g .pagination .page-numbers.current {
    color: #ffffff;
    background: #10a04b;
    border-color: #10a04d;
    opacity: 1
}

.-eem-qggfz-kl-g .pagination .page-numbers.dots {
    border-color: transparent;
    opacity: .8;
}


/* =rating
------------------------------------------------------------------------------*/
.-eem-tzas-sgtjvh-emg- {
    margin-bottom: 20px
}

.-eem-tzas-sgtjvh-emg- .-eem-tzas-sgt--ugr-mme- {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden
}

.-eem-tzas-sgtjvh-emg- .-eem-tzas-sgt--ugr-gjzen-fr-- {
    position: relative;
    float: left;
    margin-left: 2px;
    width: 18px;
    height: 16px;
    background: url(../images/general/star-default.png) 0 0 no-repeat
}

.-eem-tzas-sgtjvh-emg- .-eem-tzas-sgt--ugr-gjzen-fr-- span {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/general/star-active.png) 0 0 no-repeat;
    height: 16px;
    width: 0%;
}

/* =info-details (only for casinos)
------------------------------------------------------------------------------*/
.-eem-jtfp-ektbqmy-ft-e {
    margin-bottom: 41px;
    color: #0c0c04;
}

.-eem-jtfp-ektbqmy--qotes-fr-- {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    text-align: center
}

.-eem-jtfp-ektbqmy--qnggf-fr--, .-eem-jtfp-ektbqmy--kpttfvu-emg- {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.-eem-jtfp-ektbqmy--qnggf-fr-- img {
    height: 191px;
    object-fit: cover;
    max-width: 100%
}

.-eem-jtfp-ektbqmy--jptut-fr-- {
    font-size: 19px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.-eem-jtfp-ektbqmy---f-t-mme- {
    margin-bottom: 21px;
}

@media (min-width: 768px) {
    .-eem-jtfp-ektbqmy--qotes-fr-- {
        text-align: left;
    }

    .-eem-jtfp-ektbqmy--qnggf-fr--, .-eem-jtfp-ektbqmy--kpttfvu-emg- {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .-eem-jtfp-ektbqmy--qnggf-fr-- {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .-eem-jtfp-ektbqmy--kpttfvu-emg- {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}
