/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}
:root{--sidebar-width: 165px;--sidebar-popup-width: 215px}*{outline:none}::-webkit-input-placeholder{color:#768ed3;opacity:1;font-weight:normal}::-moz-placeholder{color:#768ed3;opacity:1;font-weight:normal}:-ms-input-placeholder{color:#768ed3;opacity:1;font-weight:normal}::-ms-input-placeholder{color:#768ed3;opacity:1;font-weight:normal}::placeholder{color:#768ed3;opacity:1;font-weight:normal}:-ms-input-placeholder{color:#768ed3;font-weight:normal}::-ms-input-placeholder{color:#768ed3;font-weight:normal}*,*::before,*::after{box-sizing:border-box}*{min-height:0;min-width:0}html,body{height:100%}body{background-color:#101627;font-family:"Roboto",sans-serif}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;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);transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display: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-loading .slick-list{background:#fff url(data:image/gif;base64,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) center center no-repeat}@font-face{font-family:"slick";src:url(/static/assets/static/fonts/slick.eot);src:url(/static/assets/static/fonts/slick.eot?#iefix) format("embedded-opentype"),url(/static/assets/static/fonts/slick.woff) format("woff"),url(/static/assets/static/fonts/slick.ttf) format("truetype"),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5HZW5lcmF0ZWQgYnkgRm9udGFzdGljLm1lPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJzbGljayIgaG9yaXotYWR2LXg9IjUxMiI+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9InNsaWNrIiB1bml0cy1wZXItZW09IjUxMiIgYXNjZW50PSI0ODAiIGRlc2NlbnQ9Ii0zMiIvPgo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iNTEyIiAvPgoKPGdseXBoIHVuaWNvZGU9IiYjODU5NDsiIGQ9Ik0yNDEgMTEzbDEzMCAxMzBjNCA0IDYgOCA2IDEzIDAgNS0yIDktNiAxM2wtMTMwIDEzMGMtMyAzLTcgNS0xMiA1LTUgMC0xMC0yLTEzLTVsLTI5LTMwYy00LTMtNi03LTYtMTIgMC01IDItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzIDAtNSAyLTkgNi0xMmwyOS0zMGMzLTMgOC01IDEzLTUgNSAwIDkgMiAxMiA1eiBtMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODU5MjsiIGQ9Ik0yOTYgMTEzbDI5IDMwYzQgMyA2IDcgNiAxMiAwIDUtMiAxMC02IDEzbC04NyA4OCA4NyA4OGM0IDMgNiA4IDYgMTMgMCA1LTIgOS02IDEybC0yOSAzMGMtMyAzLTggNS0xMyA1LTUgMC05LTItMTItNWwtMTMwLTEzMGMtNC00LTYtOC02LTEzIDAtNSAyLTkgNi0xM2wxMzAtMTMwYzMtMyA3LTUgMTItNSA1IDAgMTAgMiAxMyA1eiBtMTc5IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODIyNjsiIGQ9Ik00NzUgMjU2YzAtNDAtOS03Ny0yOS0xMTAtMjAtMzQtNDYtNjAtODAtODAtMzMtMjAtNzAtMjktMTEwLTI5LTQwIDAtNzcgOS0xMTAgMjktMzQgMjAtNjAgNDYtODAgODAtMjAgMzMtMjkgNzAtMjkgMTEwIDAgNDAgOSA3NyAyOSAxMTAgMjAgMzQgNDYgNjAgODAgODAgMzMgMjAgNzAgMjkgMTEwIDI5IDQwIDAgNzctOSAxMTAtMjkgMzQtMjAgNjAtNDYgODAtODAgMjAtMzMgMjktNzAgMjktMTEweiIvPgo8Z2x5cGggdW5pY29kZT0iJiM5NzsiIGQ9Ik00NzUgNDM5bDAtMTI4YzAtNS0xLTktNS0xMy00LTQtOC01LTEzLTVsLTEyOCAwYy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01NyAwLTIwIDQtMzkgMTEtNTcgOC0xOCAxOC0zMyAzMi00NiAxMy0xNCAyOC0yNCA0Ni0zMiAxOC03IDM3LTExIDU3LTExIDIzIDAgNDQgNSA2NCAxNSAyMCA5IDM4IDIzIDUxIDQyIDIgMSA0IDMgNyAzIDMgMCA1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxNy0yNyAxMi01MSAyNy03MCA0Ny0yMCAxOS0zNSA0My00NyA3MC0xMiAyNy0xNyA1NS0xNyA4NSAwIDMwIDUgNTggMTcgODUgMTIgMjcgMjcgNTEgNDcgNzAgMTkgMjAgNDMgMzUgNzAgNDcgMjcgMTIgNTUgMTcgODUgMTcgMjggMCA1NS01IDgxLTE1IDI2LTExIDUwLTI2IDcwLTQ1bDM3IDM3YzYgNiAxMiA3IDIwIDQgOC00IDExLTkgMTEtMTd6Ii8+CjwvZm9udD48L2RlZnM+PC9zdmc+Cg==#slick) format("svg");font-weight:normal;font-style:normal}.slick-prev,.slick-next{position:absolute;display:block;height:20px;width:20px;line-height:0px;font-size:0px;cursor:pointer;background:transparent;color:transparent;top:50%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);padding:0;border:none;outline:none}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{outline:none;background:transparent;color:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:"slick";font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir="rtl"] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir="rtl"] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir="rtl"] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir="rtl"] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{border:0;background:transparent;display:block;height:20px;width:20px;outline:none;line-height:0px;font-size:0px;color:transparent;padding:5px;cursor:pointer}.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{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-family:"slick";font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.notie-container{font-size:1.6rem;height:auto;left:0;position:fixed;text-align:center;width:100%;z-index:2147483647;box-sizing:border-box;-o-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);-ms-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5)}@media screen and (max-width: 900px){.notie-container{font-size:1.4rem}}@media screen and (max-width: 750px){.notie-container{font-size:1.2rem}}@media screen and (max-width: 400px){.notie-container{font-size:inherit}}.notie-background-success{background-color:#316762}.notie-background-warning{background-color:#D6A14D}.notie-background-error{background-color:#f25252}.notie-background-info{background-color:#4D82D6}.notie-background-neutral{background-color:#A0A0A0}.notie-background-overlay{background-color:#fff}.notie-textbox{color:#fff;padding:20px}.notie-textbox-inner{margin:0 auto;max-width:900px}.notie-overlay{height:100%;left:0;opacity:0;position:fixed;top:0;width:100%;z-index:2147483646}.notie-button{color:#fff;padding:10px;cursor:pointer}.notie-element{color:#fff;padding:10px}.notie-element-half{display:inline-block;width:50%;box-sizing:border-box}.notie-element-third{display:inline-block;width:33.3333%;box-sizing:border-box}.notie-alert{cursor:pointer}.notie-input-field{background-color:#fff;border:0;font-family:inherit;font-size:inherit;outline:0;padding:10px;text-align:center;width:100%;box-sizing:border-box}.notie-select-choice-repeated{border-bottom:1px solid rgba(255,255,255,0.2);box-sizing:border-box}.notie-date-selector-inner{margin:0 auto;max-width:900px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.notie-date-selector-inner [contenteditable],.notie-date-selector-inner [contenteditable]:focus{outline:0px solid transparent}.notie-date-selector-up{-webkit-transform:rotate(180deg);transform:rotate(180deg)}@font-face{font-family:'SF UI Display';src:url(/static/assets/static/fonts/SFUIText-Medium.eot);src:local("SF UI Display Medium"),local("SFUIDisplay-Medium"),url(/static/assets/static/fonts/SFUIText-Medium.eot?#iefix) format("embedded-opentype"),url(/static/assets/static/fonts/SFUIText-Medium.woff) format("woff"),url(/static/assets/static/fonts/SFUIText-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:'SF UI Display';src:url(/static/assets/static/fonts/SFUIText-Regular.eot);src:local("SF UI Display Regular"),local("SFUIDisplay-Regular"),url(/static/assets/static/fonts/SFUIText-Regular.eot?#iefix) format("embedded-opentype"),url(/static/assets/static/fonts/SFUIDisplay-Regular.ttf) format("truetype");font-weight:normal;font-style:normal}@font-face{font-family:'SF UI Display';src:url(/static/assets/static/fonts/SFUIText-Light.eot);src:local("SF UI Display Light"),local("SFUIText-Light"),url(/static/assets/static/fonts/SFUIText-Light.eot?#iefix) format("embedded-opentype"),url(/static/assets/static/fonts/SFUIText-Light.woff) format("woff"),url(/static/assets/static/fonts/SFUIText-Light.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:'SF UI Display';src:url(/static/assets/static/fonts/SFUIDisplay-Thin.eot);src:local("SF UI Display Thin"),local("SFUIDisplay-Thin"),url(/static/assets/static/fonts/SFUIDisplay-Thin.eot?#iefix) format("embedded-opentype"),url(/static/assets/static/fonts/SFUIDisplay-Thin.woff) format("woff"),url(/static/assets/static/fonts/SFUIDisplay-Thin.ttf) format("truetype");font-weight:100;font-style:normal}@font-face{font-family:'Roboto';src:url(/static/assets/static/fonts/roboto-black-webfont.eot);src:url(/static/assets/static/fonts/roboto-black-webfont.eot?#iefix) format("embedded-opentype"),url(/static/assets/static/fonts/roboto-black-webfont.woff2) format("woff2"),url(/static/assets/static/fonts/roboto-black-webfont.woff) format("woff"),url(/static/assets/static/fonts/roboto-black-webfont.ttf) format("truetype");font-weight:normal;font-style:normal}@font-face{font-family:'Roboto';src:url(/static/assets/static/fonts/roboto-bold-webfont.eot);src:url(/static/assets/static/fonts/roboto-bold-webfont.eot?#iefix) format("embedded-opentype"),url(/static/assets/static/fonts/roboto-bold-webfont.woff2) format("woff2"),url(/static/assets/static/fonts/roboto-bold-webfont.woff) format("woff"),url(/static/assets/static/fonts/roboto-bold-webfont.ttf) format("truetype");font-weight:bold;font-style:normal}@font-face{font-family:'Roboto';src:url(/static/assets/static/fonts/roboto-light-webfont.eot);src:url(/static/assets/static/fonts/roboto-light-webfont.eot?#iefix) format("embedded-opentype"),url(/static/assets/static/fonts/roboto-light-webfont.woff2) format("woff2"),url(/static/assets/static/fonts/roboto-light-webfont.woff) format("woff"),url(/static/assets/static/fonts/roboto-light-webfont.ttf) format("truetype");font-weight:normal;font-style:normal}@font-face{font-family:'Roboto';src:url(/static/assets/static/fonts/roboto-medium-webfont.eot);src:url(/static/assets/static/fonts/roboto-medium-webfont.eot?#iefix) format("embedded-opentype"),url(/static/assets/static/fonts/roboto-medium-webfont.woff2) format("woff2"),url(/static/assets/static/fonts/roboto-medium-webfont.woff) format("woff"),url(/static/assets/static/fonts/roboto-medium-webfont.ttf) format("truetype");font-weight:normal;font-style:normal}@font-face{font-family:'Roboto';src:url(/static/assets/static/fonts/roboto-regular-webfont.eot);src:url(/static/assets/static/fonts/roboto-regular-webfont.eot?#iefix) format("embedded-opentype"),url(/static/assets/static/fonts/roboto-regular-webfont.woff2) format("woff2"),url(/static/assets/static/fonts/roboto-regular-webfont.woff) format("woff"),url(/static/assets/static/fonts/roboto-regular-webfont.ttf) format("truetype");font-weight:normal;font-style:normal}@font-face{font-family:'lato';src:url(/static/assets/static/fonts/lato-regular-webfont.eot);src:url(/static/assets/static/fonts/lato-regular-webfont.eot?#iefix) format("embedded-opentype"),url(/static/assets/static/fonts/lato-regular-webfont.woff2) format("woff2"),url(/static/assets/static/fonts/lato-regular-webfont.woff) format("woff"),url(/static/assets/static/fonts/lato-regular-webfont.ttf) format("truetype");font-weight:normal;font-style:normal}@font-face{font-family:'lato';src:url(/static/assets/static/fonts/lato-regular-webfont.eot);src:url(/static/assets/static/fonts/lato-regular-webfont.eot?#iefix) format("embedded-opentype"),url(/static/assets/static/fonts/lato-regular-webfont.woff2) format("woff2"),url(/static/assets/static/fonts/lato-regular-webfont.woff) format("woff"),url(/static/assets/static/fonts/lato-regular-webfont.ttf) format("truetype");font-weight:normal;font-style:normal}@font-face{font-family:'AG_Futura';src:url(/static/assets/static/fonts/AGFuturaBold.eot);src:url(/static/assets/static/fonts/AGFuturaBold.eot?#iefix) format("embedded-opentype"),url(/static/assets/static/fonts/AGFuturaBold.woff2) format("woff2"),url(/static/assets/static/fonts/AGFuturaBold.woff) format("woff"),url(/static/assets/static/fonts/AGFuturaBold.ttf) format("truetype");font-weight:bold;font-style:normal}@font-face{font-family:'fontello';src:url(/static/assets/static/fonts/fontello.eot);src:url(/static/assets/static/fonts/fontello.eot#iefix) format("embedded-opentype"),url(/static/assets/static/fonts/fontello.woff2) format("woff2"),url(/static/assets/static/fonts/fontello.woff) format("woff"),url(/static/assets/static/fonts/fontello.ttf) format("truetype"),url(/static/assets/static/images/fontello.svg#fontello) format("svg");font-weight:normal;font-style:normal}[class^="icon-"]:before,[class*=" icon-"]:before{font-family:"fontello", sans-serif;font-style:normal;font-weight:normal;speak:none;width:1em;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-casino:before{content:'\e800'}.icon-cherries:before{content:'\e801'}.icon-crown:before{content:'\e802'}.icon-gambling:before{content:'\e803'}.icon-germany:before{content:'\e804'}.icon-heart:before{content:'\e805'}.icon-insert-coin:before{content:'\e806'}.icon-menu-button-of-three-horizontal-lines:before{content:'\e807'}.icon-message:before{content:'\e808'}.icon-money:before{content:'\e809'}.icon-payment:before{content:'\e80a'}.icon-pencil1:before{content:'\e80b'}.icon-pencil2:before{content:'\e80c'}.icon-poker-token:before{content:'\e80d'}.icon-roman-helmet:before{content:'\e80e'}.icon-russia:before{content:'\e80f'}.icon-search:before{content:'\e810'}.icon-sign-out-option:before{content:'\e811'}.icon-slot-machine1:before{content:'\e812'}.icon-slot-machine2:before{content:'\e813'}.icon-speaker-interface-audio-symbol:before{content:'\e814'}.icon-united-kingdom:before{content:'\e815'}.icon-wallet:before{content:'\e816'}.icon-ace-of-spades:before{content:'\e817'}.icon-add-friend:before{content:'\e818'}.icon-3:before{content:'\e819'}.icon-dice:before{content:'\e836'}.icon-roulette:before{content:'\e837'}/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */.fa,.fas,.far,.fal,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid 0.08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(-1, -1);transform:scale(-1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;font-display:auto;src:url(/static/assets/static/fonts/fa-solid-900.eot);src:url(/static/assets/static/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/static/assets/static/fonts/fa-solid-900.woff2) format("woff2"),url(/static/assets/static/fonts/fa-solid-900.woff) format("woff"),url(/static/assets/static/fonts/fa-solid-900.ttf) format("truetype"),url(/static/assets/static/images/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:'Font Awesome 5 Free';font-weight:900}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width: 576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width: 768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width: 992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width: 1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.mw-130{max-width:130px}.mw-200{max-width:200px}.button{border-radius:20px;font-size:.75rem;color:#fff;position:relative;padding:0 8px;cursor:pointer;width:100%;text-align:center;text-decoration:none;font-weight:normal;line-height:1.15;display:-ms-inline-flexbox;display:inline-flex;justify-content:center;-ms-flex-pack:center;-ms-flex-align:center;align-items:center;line-height:1;white-space:normal;height:26px}.button--green{border:1px solid #3dc594;text-shadow:0 1px 2px #00b394;background-color:#35b084;background:#42c294;background:linear-gradient(0deg, #42c294 0%,#42c294 50%,#35b084 51%)}.button--green:hover{background:#68e9bb}.button--blue{border:1px solid #5b75b8;text-shadow:0 1px 2px #253156;background-color:#5067a3;background:#485d94;background:linear-gradient(0deg, #485d94 0%,#485d94 50%,#5067a3 51%)}.button--blue:hover:not(.button--language){background:#8da4e1;background:linear-gradient(0deg, #8da4e1 0%,#8da4e1 50%,#768ecd 51%)}.button--orange{width:auto;padding:0 1.5rem;border:1px solid #2f3159;text-shadow:0 1px 2px #ff9900;background-color:#ff9800;background:linear-gradient(#f90 0%, #f90 50%, #fa0 51%)}.button--orange:hover,.button--orange:active{background:#fb1}.button--green-orange:active{border:1px solid #ff9800;text-shadow:none;background-color:#ff9800}.button[disabled],.button.button--disabled{opacity:.8;text-shadow:none;cursor:not-allowed}.button[disabled]:hover,.button[disabled]:active,.button.button--disabled:hover,.button.button--disabled:active{opacity:.8;text-shadow:none;cursor:not-allowed}.button--small{font-size:.5625rem;padding:0 0.4rem;border-radius:11px;width:auto;background:#7181df;border:1px solid #2f3159;text-shadow:none;height:20px;min-width:89px}.button--small:after{display:none}.button--small-orange{background-color:#ff9800}.button--small-orange:hover,.button--small-orange:active{background-color:#ff9800}.button--language:before{content:"";background-image:url(/static/assets/static/images/icons.svg);background-position:0 -359px;display:block;width:18px;height:18px;position:absolute;background-repeat:no-repeat;top:50%;left:9px;-webkit-transform:translate(0, -50%);transform:translate(0, -50%)}.button--language-ru_RU:before{background-position:0 -359px}.button--language-en_US:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAP1BMVEVHcEz6IT8JV7rw8PApbMJnltA7eMb1h5b8ACPznKj3YneAn88AUbj4S2PZ4ezc4+v1iJj0cID8AiXnkqSCj8UkZLYLAAAAAXRSTlMAQObYZgAAAI9JREFUGNN1kFEOxCAIRFHAClq12vufdSumaXbTnS98yYwMAKYkzkmCR+R5IvZ0k0I5bDFuIdOxyNEqLUSjFXOdQ5En4q6Vp9d76ooTiSJlf/3FIbCIIZxzgus1tce42yACzsUvOfeGXowWjyteVjz4TKiGULstAURV+1oVdZxWs7RxF6rtLvnULv+P83PCDyZTB7iPxwOjAAAAAElFTkSuQmCC);background-position:0 0}.button--language-de_DE:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAVFBMVEVHcEz/2ywAAAD/3SsAAAD/2y0AAACQexj/2Sz/2y3/2y0AAAAAAAAAAAD8ACP8ACP/2y3/2y0AAAAAAAD/2y2OABT8ACP/1Sv7CiwAAAD8ACP/2y19L4vhAAAAGXRSTlMAOL0R9FBQA+P0vRE44tz52Z2d2v5JnUmdeo+2OAAAAHpJREFUGBldwQcOhCAUBcBH/XTsCtz/nutqYpQZ/Hk9zVLOk/a4UeCyXCQPhBPpWB5RE4AQy0sMgOflg3uspbNiq50NqXYScu1k5NrJSLWTcNTOgd20D7NDuKW9LE4AzLQXwwCQMu1hFOFEzNl2sY4RbkKNg7XDqAROP2YoGJE0xmFHAAAAAElFTkSuQmCC);background-position:0 0}.button--language-kaz:before{background-position:0 -166px}.button--language-ua:before{background-position:0 -425px}.button--language .language-choice{display:none;list-style:none;position:absolute;left:100%;top:50%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);padding:0;margin:0}.button--language .language-choice--item{width:18px;height:18px;position:relative;font-size:0;margin-left:12px}.button--language .language-choice--item:before{content:"";background-image:url(/static/assets/static/images/icons.svg);background-position:0 -359px;display:block;width:18px;height:18px;position:absolute;background-repeat:no-repeat;left:0}.button--language .language-choice--item-ru_RU:before{background-position:0 -359px}.button--language .language-choice--item-en_US:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAP1BMVEVHcEz6IT8JV7rw8PApbMJnltA7eMb1h5b8ACPznKj3YneAn88AUbj4S2PZ4ezc4+v1iJj0cID8AiXnkqSCj8UkZLYLAAAAAXRSTlMAQObYZgAAAI9JREFUGNN1kFEOxCAIRFHAClq12vufdSumaXbTnS98yYwMAKYkzkmCR+R5IvZ0k0I5bDFuIdOxyNEqLUSjFXOdQ5En4q6Vp9d76ooTiSJlf/3FIbCIIZxzgus1tce42yACzsUvOfeGXowWjyteVjz4TKiGULstAURV+1oVdZxWs7RxF6rtLvnULv+P83PCDyZTB7iPxwOjAAAAAElFTkSuQmCC);background-position:0 0}.button--language .language-choice--item-de_DE:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAVFBMVEVHcEz/2ywAAAD/3SsAAAD/2y0AAACQexj/2Sz/2y3/2y0AAAAAAAAAAAD8ACP8ACP/2y3/2y0AAAAAAAD/2y2OABT8ACP/1Sv7CiwAAAD8ACP/2y19L4vhAAAAGXRSTlMAOL0R9FBQA+P0vRE44tz52Z2d2v5JnUmdeo+2OAAAAHpJREFUGBldwQcOhCAUBcBH/XTsCtz/nutqYpQZ/Hk9zVLOk/a4UeCyXCQPhBPpWB5RE4AQy0sMgOflg3uspbNiq50NqXYScu1k5NrJSLWTcNTOgd20D7NDuKW9LE4AzLQXwwCQMu1hFOFEzNl2sY4RbkKNg7XDqAROP2YoGJE0xmFHAAAAAElFTkSuQmCC);background-position:0 0}.button--language .language-choice--item-kaz:before{background-position:0 -166px}.button--language .language-choice--item-ua:before{background-position:0 -425px}.button--language:hover .language-choice{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.form-control{border-radius:18px;border:1px solid #5069b5;background-color:#435791;padding:0.3rem 0.5rem;background-clip:padding-box;font-size:.8125rem;color:#fff;width:100%}.form-control--search{padding-left:34px;padding-right:1.75rem}@media only screen and (max-width: 992px){.form-control--search::-webkit-input-placeholder{color:#435791}.form-control--search::-moz-placeholder{color:#435791}.form-control--search:-ms-input-placeholder{color:#435791}.form-control--search::-ms-input-placeholder{color:#435791}.form-control--search::placeholder{color:#435791}}@media only screen and (max-width: 771px){.form-control--search{display:none}}@media only screen and (max-width: 576px){.form-control--search::-webkit-input-placeholder{color:#768ed3}.form-control--search::-moz-placeholder{color:#768ed3}.form-control--search:-ms-input-placeholder{color:#768ed3}.form-control--search::-ms-input-placeholder{color:#768ed3}.form-control--search::placeholder{color:#768ed3}}.form-control--search-wrapper{position:relative}.form-control--search-icon{background-image:url(/static/assets/static/images/icons.svg);background-position:0 -377px;background-repeat:no-repeat;position:absolute;width:16px;height:18px;top:3px;left:8px}@media only screen and (max-width: 771px){.form-control--search-icon{display:none}}.form-control--search-icon--mobile{display:none;top:-8px;left:5px;background-position:0 -536px}@media only screen and (max-width: 771px){.form-control--search-icon--mobile{display:block}}.form-control--file{height:36px;border-radius:20px;border:1px solid #5b75b8;background-color:#5067a3;color:#ffffff;font-size:.8125rem;font-weight:700;text-transform:uppercase;padding:0 23px}@media only screen and (max-width: 576px){.form-control--file{font-size:.75rem;font-weight:400;padding:0 14px}}.form-control--file-wrapper{position:relative;overflow:hidden;display:inline-block}input[type="file"]{position:absolute;left:0;top:0;opacity:0}.b-sidebar{background-color:#253156;-ms-flex-order:-1;order:-1;z-index:11;width:0;max-width:var(--sidebar-width)}.b-sidebar--info{width:115px}.b-sidebar--wrapper{-ms-flex-item-align:start;align-self:flex-start;position:fixed;top:0;z-index:1;left:0;width:var(--sidebar-width);max-width:var(--sidebar-width);background-color:#253156;padding-bottom:134px}.b-sidebar--wrapper:before{content:'';position:fixed;top:0;bottom:0;z-index:-1;width:var(--sidebar-width);max-width:var(--sidebar-width);background-color:#253156}.b-sidebar--wrapper.absolute{position:absolute;top:0}@media only screen and (max-width: 992px){.b-sidebar--wrapper{position:relative;padding-bottom:0}}@media only screen and (max-width: 576px){.b-sidebar--wrapper{width:var(--sidebar-popup-width);max-width:var(--sidebar-popup-width);-webkit-transform:translate(-100%, 0);transform:translate(-100%, 0);transition:-webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);transition:transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);transition:transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);transition:transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),-webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);bottom:0;top:0;overflow-x:visible;overflow-y:visible;position:fixed;padding-bottom:0}}.b-sidebar--logo-mobile{display:none}@media only screen and (max-width: 576px){.b-sidebar--logo-mobile{display:block;height:56px}}.b-sidebar--logo-main{display:block}@media only screen and (max-width: 576px){.b-sidebar--logo-main{display:none}}.b-sidebar--top{width:100%;height:120px;background:#546eac;background:linear-gradient(180deg, #546eac 0%,#383566 100%);position:relative;text-align:center;display:-ms-flexbox;display:flex;justify-content:center;-ms-flex-pack:center}.b-sidebar--top:before{content:"";position:absolute;width:100%;height:100%;left:0;top:0;z-index:1;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTY1IiBoZWlnaHQ9IjEyMCIgdmlld0JveD0iMCAwIDE2NSAxMjAiPjxkZWZzPjxwYXRoIGlkPSJhZDM4YSIgZD0iTTc0LjE0IDQ3Ljc0YTcuNjggNy42OCAwIDAgMSAyLjkzIDEwLjQ1IDcuNjggNy42OCAwIDAgMS0xMC41MSAyLjcgNy42OCA3LjY4IDAgMCAxLTIuOTMtMTAuNDYgNy42OCA3LjY4IDAgMCAxIDEwLjUxLTIuN3ptLTcuNCA0LjYxYTMuOTUgMy45NSAwIDAgMCAxLjUgNS4zOCAzLjk1IDMuOTUgMCAwIDAgNS40MS0xLjM4IDMuOTUgMy45NSAwIDAgMC0xLjUtNS4zOCAzLjk1IDMuOTUgMCAwIDAtNS40MiAxLjM4eiIvPjxwYXRoIGlkPSJhZDM4YiIgZD0iTTE0My40OSA2My44N2MxMi4xMiA3IDE2LjQgMjIuMjkgOS41NSAzNC4xNS02Ljg1IDExLjg2LTIyLjIzIDE1LjgtMzQuMzUgOC44LTEyLjEyLTctMTYuNC0yMi4yOS05LjU1LTM0LjE1IDYuODUtMTEuODYgMjIuMjMtMTUuOCAzNC4zNS04Ljh6bS0yNC4yIDE1LjA4Yy0zLjUzIDYuMS0xLjMyIDEzLjk4IDQuOTEgMTcuNTggNi4yNCAzLjYgMTQuMTYgMS41NyAxNy42OC00LjUzIDMuNTMtNi4xIDEuMzMtMTMuOTgtNC45MS0xNy41OC02LjI0LTMuNi0xNC4xNi0xLjU3LTE3LjY4IDQuNTN6Ii8+PHBhdGggaWQ9ImFkMzhjIiBkPSJNNDYuMzEgMTMuMThjMTIuMTIgNyAxNi40IDIyLjI5IDkuNTUgMzQuMTUtNi44NSAxMS44Ni0yMi4yMyAxNS44LTM0LjM1IDguOC0xMi4xMi03LTE2LjQtMjIuMjktOS41NS0zNC4xNSA2Ljg1LTExLjg2IDIyLjIzLTE1LjggMzQuMzUtOC44em0tMjQuMiAxNS4wOGMtMy41MyA2LjEtMS4zMiAxMy45OCA0LjkxIDE3LjU4IDYuMjQgMy42IDE0LjE2IDEuNTcgMTcuNjgtNC41MyAzLjUzLTYuMSAxLjMzLTEzLjk4LTQuOTEtMTcuNTgtNi4yNC0zLjYtMTQuMTYtMS41Ny0xNy42OCA0LjUzeiIvPjxwYXRoIGlkPSJhZDM4ZSIgZD0iTTU4LjcyIDg2LjRjNC45NSAyLjg2IDYuNjkgOS4xIDMuOSAxMy45NWExMC4yNCAxMC4yNCAwIDAgMS0xNC4wMyAzLjZBMTAuMjQgMTAuMjQgMCAwIDEgNDQuNyA5MGExMC4yNCAxMC4yNCAwIDAgMSAxNC4wMy0zLjZ6bS05Ljg4IDYuMTZhNS4yNyA1LjI3IDAgMCAwIDIgNy4xOCA1LjI3IDUuMjcgMCAwIDAgNy4yMi0xLjg1YzEuNDQtMi41LjU1LTUuNy0yLTcuMThhNS4yNyA1LjI3IDAgMCAwLTcuMjIgMS44NXoiLz48cGF0aCBpZD0iYWQzOGYiIGQ9Ik0xMTAuMzQgMzQuMTNjMC02Ljg1IDUuNDQtMTIuNDEgMTIuMTQtMTIuNDEgNi43MSAwIDEyLjE1IDUuNTYgMTIuMTUgMTIuNDEgMCA2Ljg2LTUuNDQgMTIuNDItMTIuMTQgMTIuNDItNi43MSAwLTEyLjE1LTUuNTYtMTIuMTUtMTIuNDF6bTEyLjMzIDYuNThhNi4zMiA2LjMyIDAgMCAwIDYuMjUtNi4zOWMwLTMuNTMtMi44LTYuMzktNi4yNS02LjM5YTYuMzIgNi4zMiAwIDAgMC02LjI2IDYuMzljMCAzLjUzIDIuOCA2LjM5IDYuMjYgNi4zOXoiLz48bGluZWFyR3JhZGllbnQgaWQ9ImFkMzhkIiB4MT0iMzMuOTEiIHgyPSIzMy45MSIgeTE9IjkuMzEiIHkyPSI2MCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzQ1NGY4NiIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1vcGFjaXR5PSIuNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxnPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04IC05KSI+PGc+PGc+PHVzZSBmaWxsPSIjM2U0ODdkIiB4bGluazpocmVmPSIjYWQzOGEiLz48L2c+PGc+PHVzZSBmaWxsPSIjM2E0MjcxIiB4bGluazpocmVmPSIjYWQzOGIiLz48L2c+PGc+PHVzZSBmaWxsPSJ1cmwoI2FkMzhkKSIgeGxpbms6aHJlZj0iI2FkMzhjIi8+PC9nPjxnPjx1c2UgZmlsbD0iIzNhNDI3MSIgeGxpbms6aHJlZj0iI2FkMzhlIi8+PC9nPjxnPjx1c2UgZmlsbD0iIzQ1NGY4NiIgeGxpbms6aHJlZj0iI2FkMzhmIi8+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==) no-repeat 8px 9px transparent}.b-sidebar--top-info{position:relative;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;justify-content:center;-ms-flex-pack:center}@media only screen and (max-width: 576px){.b-sidebar--top{height:56px}.b-sidebar--top:before{background-position:8px -55px}}.b-sidebar__admin-panel .button--create-account{margin-top:42px;margin-bottom:39px;min-width:130px;margin-left:auto;margin-right:auto;width:auto}.b-sidebar__admin-panel .button--login{min-width:130px;margin-left:auto;margin-right:auto;width:auto}.b-sidebar__admin-panel .button--for-money{margin-bottom:30px;margin-top:19px;min-width:130px;margin-left:auto;margin-right:auto;width:auto}.b-sidebar__admin-panel .button--exchange{margin-bottom:8px;min-width:130px;margin-left:auto;margin-right:auto;width:auto}.b-sidebar__admin-panel .button--cashbox{margin-bottom:12px;min-width:130px;margin-left:auto;margin-right:auto;width:auto}.b-sidebar__admin-panel--account{display:-ms-flexbox;display:flex;justify-content:center;-ms-flex-pack:center;position:relative;padding-left:16px;padding-right:16px;-ms-flex-wrap:wrap;flex-wrap:wrap}.b-sidebar__admin-panel--account:after{left:0;content:"";position:absolute;bottom:0;width:100%;height:2px;background-color:#435077;border-bottom:1px solid #1c2748}.b-sidebar__admin-panel--account-person{color:#ffffff;display:-ms-flexbox;display:flex}.b-sidebar__admin-panel--account-person--avatar{width:27px;height:27px;min-width:27px;margin-right:9px}.b-sidebar__admin-panel--account-person--info{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;padding-bottom:5px;text-align:left}.b-sidebar__admin-panel--account-person--wrapper{padding-top:26px;padding-bottom:13px;text-align:center}.b-sidebar__admin-panel--account-person--name{font-family:"AG_Futura",sans-serif;font-size:.875rem;text-align:left;line-height:14px;text-transform:uppercase;word-break:break-all}.b-sidebar__admin-panel--account-person--text{font-size:.75rem;line-height:16px;text-overflow:ellipsis;overflow:hidden}.b-sidebar__admin-panel--info{padding-left:16px;padding-right:16px;position:relative;text-align:center}.b-sidebar__admin-panel--info:after{left:0;content:"";position:absolute;bottom:0;width:100%;height:2px;background-color:#435077;border-bottom:1px solid #1c2748}.b-sidebar__admin-panel--login-form{padding-top:62px;padding-bottom:65px;width:130px;margin-left:auto;margin-right:auto}.b-sidebar__admin-panel--login-form .form-control{margin-bottom:18px}.b-sidebar__admin-panel--login-form>a,.b-sidebar__admin-panel--login-form .password-reset{padding:10px 0;display:block;text-align:center;font-size:70%;color:#788cd2;text-decoration:underline;cursor:pointer}.b-sidebar__admin-panel--login-form>a:hover,.b-sidebar__admin-panel--login-form>a:active,.b-sidebar__admin-panel--login-form>a:focus,.b-sidebar__admin-panel--login-form .password-reset:hover,.b-sidebar__admin-panel--login-form .password-reset:active,.b-sidebar__admin-panel--login-form .password-reset:focus{text-decoration:none}.b-sidebar__admin-panel--menu{padding-left:16px;padding-right:16px;padding-top:20px;padding-bottom:14px;text-align:center;background-color:#253156}.b-sidebar__admin-panel--menu .button{margin-bottom:8px;min-width:130px;margin-left:auto;margin-right:auto;width:auto}.b-sidebar--table{text-align:center}.b-sidebar--table .b-table{width:100%;border-bottom:1px solid #435077;text-align:left}.b-sidebar--table .b-table td:after{border-right-color:#121828;border-left:1px solid #2b3a63}.b-sidebar--table .b-table--name{width:80px;padding-left:8px;padding-right:8px}.b-sidebar--table .b-table--money{width:54px;padding-right:8px;padding-left:8px}@media only screen and (max-width: 576px){.b-sidebar--table .b-table--money{text-align:left}}.b-sidebar--table .b-table--avatar{margin-right:4px}@media only screen and (max-width: 576px){.b-sidebar--table .b-table tr{display:none}.b-sidebar--table .b-table tr.m-visible{display:table-row}}.b-sidebar--table .button--more{display:none;min-width:130px;margin-left:auto;margin-right:auto;width:auto;margin-top:21px;margin-bottom:8px}@media only screen and (max-width: 576px){.b-sidebar--table .button--more{display:-ms-inline-flexbox;display:inline-flex}}.b-sidebar--statistic{padding:11px 8px 27px 8px;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTQ2IiBoZWlnaHQ9IjEyNSIgdmlld0JveD0iMCAwIDE0NiAxMjUiPjxkZWZzPjxwYXRoIGlkPSJ5NnN2YSIgZD0iTTExNjAgNTc2LjA3YTggOCAwIDEgMS04IDEzLjg2IDggOCAwIDAgMSA4LTEzLjg2em0tNy43MyA0LjkxYTQuMTIgNC4xMiAwIDEgMCA3LjEzIDQuMTIgNC4xMiA0LjEyIDAgMCAwLTcuMTMtNC4xMnoiLz48cGF0aCBpZD0ieTZzdmIiIGQ9Ik0xMTE5IDU4MS42M2E0MiA0MiAwIDEgMS00MiA3Mi43NCA0MiA0MiAwIDAgMSA0Mi03Mi43NHptLTQwLjU3IDI1Ljc5YTIxLjYyIDIxLjYyIDAgMSAwIDM3LjQ1IDIxLjYyIDIxLjYyIDIxLjYyIDAgMCAwLTM3LjQ1LTIxLjYyeiIvPjxwYXRoIGlkPSJ5NnN2YyIgZD0iTTExNzUuNDYgNjAyYTEzLjUgMTMuNSAwIDEgMSAyNi4wOC03IDEzLjUgMTMuNSAwIDAgMS0yNi4wOCA3em0xNS4wOCAzLjM1YTYuOTUgNi45NSAwIDEgMC0zLjYtMTMuNDIgNi45NSA2Ljk1IDAgMCAwIDMuNiAxMy40MnoiLz48cGF0aCBpZD0ieTZzdmUiIGQ9Ik0xMTA0Ljc1IDY3MS40YTEwLjUgMTAuNSAwIDEgMS0xMC41IDE4LjIgMTAuNSAxMC41IDAgMCAxIDEwLjUtMTguMnptLTEwLjE0IDYuNDVhNS40IDUuNCAwIDEgMCA5LjM2IDUuNCA1LjQgNS40IDAgMCAwLTkuMzYtNS40eiIvPjxwYXRoIGlkPSJ5NnN2ZiIgZD0iTTExNzUgNjkzYTcgNyAwIDEgMSAxNCAwIDcgNyAwIDAgMS0xNCAwem03IDMuNzdhMy43NyAzLjc3IDAgMSAwIDAtNy41NCAzLjc3IDMuNzcgMCAwIDAgMCA3LjU0eiIvPjxsaW5lYXJHcmFkaWVudCBpZD0ieTZzdmQiIHgxPSIxMTg4LjUiIHgyPSIxMTg4LjUiIHkxPSI1ODUiIHkyPSI2MTIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiM0NTRmODYiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3Atb3BhY2l0eT0iLjUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48Zz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTA1NiAtNTc1KSI+PGc+PHVzZSBmaWxsPSIjM2U0ODdkIiB4bGluazpocmVmPSIjeTZzdmEiLz48L2c+PGc+PHVzZSBmaWxsPSIjM2E0MjcxIiB4bGluazpocmVmPSIjeTZzdmIiLz48L2c+PGc+PHVzZSBmaWxsPSJ1cmwoI3k2c3ZkKSIgeGxpbms6aHJlZj0iI3k2c3ZjIi8+PC9nPjxnPjx1c2UgZmlsbD0iIzNhNDI3MSIgeGxpbms6aHJlZj0iI3k2c3ZlIi8+PC9nPjxnPjx1c2UgZmlsbD0iIzQ1NGY4NiIgeGxpbms6aHJlZj0iI3k2c3ZmIi8+PC9nPjwvZz48L2c+PC9zdmc+) no-repeat center 14px transparent}.b-sidebar--statistic-game{border-radius:8px;border:1px solid #7181df}.b-sidebar--statistic-game--top{background:linear-gradient(110deg, #6a78d1 0%, #7e64bf 47%, #ba55c0 87%, #c951c0 100%);-o-box-shadow:0 2px 4px #1e2947;-ms-box-shadow:0 2px 4px #1e2947;box-shadow:0 2px 4px #1e2947;color:#ffffff;font-size:.875rem;font-weight:700;line-height:14px;min-height:43px;text-align:center;border-top-left-radius:8px;border-top-right-radius:8px;padding-top:9px}.b-sidebar--statistic-game--image{width:100%;border-radius:0 0 8px 8px}.b-sidebar--statistic-game--image-wrapper{display:block;line-height:0;border-radius:0 0 8px 8px}@media only screen and (max-width: 576px){.b-sidebar--statistic-game{max-width:150px;margin-left:auto;margin-right:auto}}.b-sidebar--statistic .b-sidebar--badge{padding:2px 5px;margin-bottom:9px}@media only screen and (max-width: 576px){.b-sidebar--statistic .b-sidebar--badge{margin-bottom:15px}}.b-sidebar--statistic .b-sidebar--badge--text{width:auto}.b-sidebar--statistic .b-sidebar--badge--text-value{padding-top:0;color:#fbc631}.b-sidebar--statistic .e-line{display:none}@media only screen and (max-width: 576px){.b-sidebar--statistic .e-line{display:block;width:auto;margin-left:-8px;margin-right:-8px;height:1px;background-color:#435077;margin-bottom:17px}}.b-sidebar--badge{-o-box-shadow:0 0 4px #232f54;-ms-box-shadow:0 0 4px #232f54;box-shadow:0 0 4px #232f54;border-radius:6px;border:2px solid #7181df;background-color:#232f54;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;text-align:center;padding:8px;width:100%}@media only screen and (max-width: 576px){.b-sidebar--badge{max-width:150px;margin-left:auto;margin-right:auto}}.b-sidebar--badge--image{width:38px;height:38px;-o-box-shadow:0 2px 4px rgba(0,0,0,0.25);-ms-box-shadow:0 2px 4px rgba(0,0,0,0.25);box-shadow:0 2px 4px rgba(0,0,0,0.25);border-radius:50%;background-color:#7072d8;background-image:radial-gradient(50% 0%, #7181df 24%, #6e51c9 100%);position:relative;margin-right:5px}.b-sidebar--badge--image:before{content:"";background-image:url(/static/assets/static/images/icons.svg);background-position:0 -238px;background-repeat:no-repeat;position:absolute;width:38px;height:17px;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.b-sidebar--badge--text{color:#ffffff;font-size:.875rem;font-weight:500;line-height:17px;letter-spacing:-0.2px;padding:1px 1px 3px 1px;display:block;width:100%}.b-sidebar--badge--text-value{display:block;padding-top:3px}.b-sidebar--promo-wrapper{padding-top:9px;padding-bottom:9px;margin-bottom:5px}.b-sidebar--promo-info{min-height:150px;width:128px;border-radius:6px;position:relative;display:-ms-flexbox;display:flex;-o-box-shadow:0 2px 4px rgba(0,0,0,0.25);-ms-box-shadow:0 2px 4px rgba(0,0,0,0.25);box-shadow:0 2px 4px rgba(0,0,0,0.25);border:1px solid #569;background-image:linear-gradient(to top, #40457a 0%, #606cbf 100%);left:50%;-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0)}.b-sidebar--promo-info:before{content:"";background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEsCAYAAAAsHG0rAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkI2NEQxQzFEQ0FENDExRTg5RjJDOUU2QzE4N0ExRjRDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkI2NEQxQzFFQ0FENDExRTg5RjJDOUU2QzE4N0ExRjRDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjY0RDFDMUJDQUQ0MTFFODlGMkM5RTZDMTg3QTFGNEMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjY0RDFDMUNDQUQ0MTFFODlGMkM5RTZDMTg3QTFGNEMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5r+2BRAAAYpUlEQVR42uydfYxdxXnGZ85iIGZtPhzMl2MitRUUqgSFEiRQaaWGqIXE8aK4sZwSiVZqJOyGRMJeVVWKm0pRvS4SAScqjkAIpZHdKGGxBCgKVQ0SUYoLSdVS5Y90wYAdR7b5qAt2bO+dztx7ba+9u/fO+ZrzzpzfT/IH67XZnTPzzDvnfZ5ztBrAA1/73sIF555zg9HmxkzpKzpKXaiU+YCC0FyjtV4c0df7vv3xn8bCpQuNPmzX6Fv2N3vsmv23o4d//e9f/ptV78/72XN9cNN93z1/0aLRO+zVu9VewwUMaoOXU+sL7C9XR/d1K/Vqx5hfcQUbnz/H7LX40aFD//eD8b9d8+5QAXho847r7QfvYacXcwE/Yn9ZGOGXfsz++KndQDpcRRmVgVadh9auX7lrPgHQD008uSrT6rNmnsoAgnOxFYDfiPWLt4v/dfvLXi6jmKrM2B1l+9p7V/zAXR73sezEH35r847f01qtYvGL2fkdyyL/Hq5QRnOElCLI9pJYUV69ZfOOPzjxsa4A2A/8jv3DuxkiUVxqf5wT+fcwYreTy7mU4iqBLz40MfmRGRWAuc0oM8LQCFo4Ko2FY6vKSxIQssQqATNiq7M/6l4fd8d/dPS8b1P6iyqdl6ciAH0O2NLzF1xZWfcDfn2888XsvPNGb2TxS5Ln7pn50sS+qw9aUVvIxZV1P+DskZEbMrv0b2Y4JEmzWaZm3JxNiCu5uOLKgJszu/V/mJEQU/ovtD8uSfTbOz8yN2MbjgEfdhUAbRo5fCjx7285l1iUAizIsPqKYZHqZi2SZtT+WMKlFnIfwK79jGFgdwx8zFnuHE5cbhkgABIugtYX2TWxqCXf7jl29S/lqiMAcKIUU2pZ275fK3jMPQQAst5d/7b1yBfY8+elXH0EoNW4s3Dbdv8Z3ztBIQSg5aW/MZe53bCl3z5BIQSg1Yx0d8FWV0AEhRCA9pb/V6he6q/V88+Ow4eYDQhA23C7HjfBehAUQgBatvsrvYyxPw2CQghAa0r/hVYBLmYkToOgEALQGgjEMC4IQEt3f7fLXcBIzAlBIQQgbYwx3PEeLJAEhRCAZFnSosBPUQgKIQDp7m6MgkeVRFAIAUhukHuBHxxvfhAUQgCSYqStgZ8S1RJBIQQgkcmsVJsDP4VFk6AQApDAgdbuYlpfxkAUqQIICiEAsU/iTBH4KTc3uXGKAESL271oaZW7F7CEoBACECvLGd9KIChUn8AeY4LWM7DuDT/YWquBoFBNdDpm0j2Q4RBDUcvuD4yn4NJf731s+1NPZMenpx9nOCrd/V3Yh8BPtRAUqpjjnemtL7209Vh2z/jYTjtpX2FI2K2ECytBoarGUumdXxofe6VXCViOHj6+1d0QYGhK43Yp7lrXA0GhaoT0yFPff/bxU0cBy1e+esded0OA4Sk1sJrAT730LdX4KsqMoVHbnv7Jg4dOEwBH94aA0nsZosK4AAvOtXpZ0LdWQ7FNamrd+pefmfmxkwLgbgi4GwMMUyHcroR3PcwsvoygUJGtX3fUdOdhpTZ25hQAh7sx4G4QMFq5ldVZfpmUocSWoFCBOaqeWTu+curMj88yArkbBHgDcinrAsUz/kNPZoJC+Tj4/ORz2+b6g1kC4G4Q4A3IMxsNz/gPD0GhfJvUo9tfuP+IlwA48AZ4c47uPe0Hwh+7CAr5sWvdhhUvDlLSOcEb4AW7ULMQFBoskkcO7nn3kWGl1JzgDRjKIgI/jXN+33oNc1X+Rm2774EvHCwkAA68AQPhGf9UYZJ3/1k9/9wCgDdg3sG9gIiqGNx9ACqx07b+uXv+uQXAgTeAXScCQSYodNp4zN3zLyQADrwBp3GxIvAjDYJCp5i3519YAPAGnNxpHDzjX2LVS1DoRPk/b8+/sAA48AZ0X+7pgig40GRCUGhIz7+UADha7g0Y6Xv+QW6J1tqgkE/Pv7QAtNkb0F/8lJjCRbpvzW5hdTq8519aABwt9Qa4sp/ATxxC3bqgkG/PvxIBaKM3QCtN4Ccu2tOmzdHzr0QAHG3yBnQDJ7rb+oN4rllrgkJ5ev6VCYCjRd4ALL9x0oagUK6ef6UC0BJvwCL740LWUpSkHxTK2fOvVAAcLfAGYPnl+kkld8+/cgFwpOoNyLS+yH5fi1hDUZNkUKhoz78WAUjVG9C3lkL8i8UFhZLq4BTt+dciAI7UvAFZr5dM4CcNnCcgmce2uXVWtOdfmwCk5A1waR92/+RwjxFPwsXZW2fFev61CYAjFW9AP/DDM/7TIomg0MyXeooTAEf03gCjFxD4SfZmQNRBIbeuZr7UU6QAxO4N0Jki8JMuUQeF3Lqa+VJPkQLgiNgb4G4W8VSZpIuAOINCbj25dVXHv11LeyRSb8ByReCnDSyPbPEfc+uprn+/lgkfmzfABUd4xn9rqgB3naMxeLl15NZTVALgiMwbgOW3XUQR8HLrx62jev8fNRGLN6D/fH/eLtOuKmBxDEEht37cOopSABwxeAOMMcR9uRcgT6Rq6PkHFwCHcG/AEgI/rUVsUKiunn8jAiDZG+CCIqyDVh8FRAaF6ur5NyIADonegKyFD4+EWYgLCtXZ829MABzCvAEjBH6gj5igUN09/0YFQJI3oB8MIfADDjFBobp7/o0KgEOEN8AFQlwwBODU1tt4UChEz79xARDhDegFQgj8wGlHwqaDQiF6/o0LgKNhb8A5/UAIwJnn78ZuCofq+YsQAEeD3gDafiBqfoTs+YsRgIa8AYsI/MCQxRg8KBSy5y9GABwNeAOw/IKoeRK65y9KAByhvAEu+NEP/QAMmytBgkJN9PzFCUBAbwBnfxA1X5ro+YsTAEcAb4A71/GMf8hDrUGhpnr+IgWgTm+A7sHuD0XmTm1BoaZ6/iIFwFGjN+BSReAHilFLUMiKyo+b6vmLFQBHDd4A5/a7nHkMJag0KORe6nngzXdERePFCEDV3oD+Cz4I/EAZKn1RTJUv9UxOAByVeQN6wY5Lmb9QyTGygqCQnddTVb7UM0kBcFTiDegFO3jGP1SzRsoGhYzuqOnOw1W+1DNZASjrDeg/45/AD1RG2aCQ1uqZteMrp2Sqm0BKegOw/EIdFG0nH3x+8rltcssbgZTwBrggx4XMVaihCigWFDL60e0v3H8EAchJQW8Aph+ok7zV5a51G1a8KPkbEn2jLI83INP6Ip7xDzVXAd5BIdfzP7jn3Uekf0+iBSCPN4Cn/EKoewHOXz50Pgrs+UcnAA5Pb8DFisAPhGGhMeaDQ3Z/kT3/KAXAMcgb0A/8sPtDyKPAsnmDQoJ7/tEKwCBvgFVj94hvAj8QknmDQpJ7/tEKgGMeb8BIlV5tgBzMFRQS3fOPWgDm8gb0Fz/P+IcmmB0UEt7zj1oAHGd4A1wZRuAHmmRmUEh8zz96AXCc8AZYISDwA82vH22WxdLzT0IAus9QN+aHSndbfwCN0g0KGfUvMfT8kxCA/rD/pjHmf5l+0DR2Hr5nlIk2fRqdADy46Ylr7YBfZ5X3VdU1AAI0WgG4lt/vbpmYvAoBCMBZ2cjqvvIetj/tYQpCg+xzFUBPCbI1CEDNbNn85M0dZa6eIb9OAI4wDyF87a+O2p9fn/GBa745MXkdAlAbG93XuuaM85c7AkwxGyF86a9es9PvNLuv0dmd/XmKAFS++0987BP2l6WzhLh3M/AAUxIC8nbHmLfmKAuWf2PTR29BACrm+uv/YoFV3FUDPsWp8XHmJYQo/i2vzveHI1m2ys1XBKBC7lp9++1GmQsGXBG3+HczNyHA8nf3nY4O+Iylbr4iABWx6b7vnq+VHvP41P14A6BmjvRvPA++P2Dn6/ifP/oBBKACRkdHx+zu7/WwD7wBUDNT/RvPg4sEO1+v/O2L70AASvK1v/7OUnv2vzXH4QxvANRU+uetMM1trnpFAEqw5MLFn+8Yc3auv4Q3ACo/9pvjtq7PdY/JzdvzRs/7HAJQkC2bdyy3A39TgYuFNwCqZnehLpPRf+jmMQJQAK3UnSUUG28AVLX7u7m0v9gkNnZ9mdUIQE6cpdIFfkr+M3gDoPzJv3w1eYPkoJBIAehZKis4t+ENgHKTqJL7SZnO/hQB8D77P3mzs1RW9M/hDYCiePX8fXABti0TOz6OAAyhb6GsNFaJNwAK4tXz95+I6nMSg0KivqC7Vn/qk2qOwE/JowDeAMh78q+hcpQZFBIjAM46qZVaWcs/jjcA/DeM3D1/XyQGhcQIwLKrlnx6UOCn5EXFGwC+7K6xeyQuKCRCAJxlMtO61oHBGwCec2R/nf8PaUEhEQLgLJO+gZ+S4A2A+U/+AapEaUGhxgXABX6cZTLY+Q5vAMw9OQLeJ5ITFGpcAFzgp2eZDAbeADiTynr+PkgKCjUqAM4iWSTwU/ochjcATqfanr9XESAjKNRsBdDQs9TxBsCMQ3kzFaGQoFBjAtB7hrq5pjnxwRvAsb++nr8njQeFGhKAjVkVgZ+SFx9vAOxuuivUdFCoEQHoWSJN4+cfvAGt3v1r7/n70HRQKLgAOCuks0QKmgt4A9p48pdU/TUYFAr+P+1bIZeKmQl4A9q4/Qu7/9NcUCioAPQCP17P+A8N3oD27P1HQ/b8fWkqKBRUAJwFMpDlN38VhjegFfRf6inxOjcSFAomAD3ro7lNblWIN6AFzPNSTym3AsIHhYIJgLM+5n7Gf/jtAW9AunQGvdRTxukkfFAoiAB0LY+BAj8lqwC8Aenyhhr8Uk8ps/C2bkAurQrArA4c+CkjAngDEsNe0/fsj19GUqacveSCxauSEYC+1fGGyOYM3oCE0FpHVdXZOvSWUEGh2gVA8jPRB+wYeAPSYZ+rAOJSrHBBoVoFwFkcndUx0omDNyD62r975n890q8+SFCoRgHYmPUsjlGXjngDor5+3aNcJ9avP0T1XJsAbJn42CckBH5KHgXwBsSL6J6/DyGCQrUIgLM0WvVdlcQ0whsQ5dqR3vP3n3/1BoVq+YedpbGuZ/w3UAXgDYiPSHr+XjNwea+ajkQAnOVXaOCnjAjgDYjnWkXT8/cvQlVtQaHKBWB0dHRMauCnJHgDolgsOrlqzVXTdQWFKhUAZ2G0anVrojsL3gD5xNfz974VUE9QqFIBcBZG8YGfcuANkLtNxtzz96kCagkKVSYAzrroLIwtKDHxBsg8J0fd8/eUgcqDQpUJgFbqzlgCPyWPAngD5BF9z9+HOoJClSzYBzc9ca0tUa5r0XaDN0DUukik5++1AVUbFKpEAM7KRla3acbhDRBFQj1/n83HZN1qW4oAbNn85M0RB37KiADegOavQXI9f6/v21bbruoWIABdi+KaFs9BvAGNnsR0a6uwqqruUgLQtygubetFwBvQKMn2/H2oKihUWAC6z/hPJfBTDrwB4WvgpHv+/iVQ+aBQ4b+87Koln04l8FNBKYo3IOwZeHf6PX+vkSgdFCokAC7wk2l9Oxfg5FEAb0C4sXbV1kFG4sTmUy4oVEgA3DP+Ew38lLkSeANCbP60X8+shkoFhXILQNeKGMEz/hvYmZic9Q8yIjvnrQA91nvzVgABWHLh4s+3wfJbojzFG1APRyS+1FNIFbDQxfBrF4Be4MfcxJAPBG9APUwJfamnlHsBtxYJCuUSgCotiAlXAXgDqt/iaLUOoWhQyFsAvjkxeV2rAj/l2N9mk0rlgqoRVL+xyh8U8hYAozN2/1wlmeaGYDXs5kjlO+nyB4W8BMAFfmJ/xn8DO9d7VpF/yUiUGkNX9u9nJPKclvIFhYYKQN9ksIahLXQ53uzbVqHIXKatWog8QaGhAnDX6k99UrU48FOSaTuLX2UYCm3/9PwL0g0Kdav2kgLQDfwotZIhLTWT37Y/vc045IKef3nW+ASFBn6CewopgZ9KzrKvdoUZfKHnX56lPkGheQWgZy00tzGOleDuA7zBMHid/On5V4RPUGheAXCBn8Sf8R+afXgDhlZK9Pwr1dLhQaE5BaBrJiDwU/XkNngDhkLPv+oqYEhQaJ4KwKwm8FOLCOANmH9s6PnXUwUMDArNWuRbJiavsr/cwNDVdknwBsw1T+n513kvYN6g0OxdXmeYfuoFb8Ds7Z+ef410g0Iuxj9MAFzgx16Naxiy2mc83oBT0PMPc8S6aa6g0AwB2JgR+Al6QfAG9KDnH+ooMEdQ6KQAfGPTR28h8BMUvAH0/AMP9+ygUFcAnFlgJMt4xn94WusNoOffDGcGhboC0DcLEPgJvwja7A2g598AZwaFsl7gR48xNI2JQOu8AfT8G+dkUCjrB354xn+zS6Jt3gB6/s1yMiiUEfgRQZu8AfsUPf/GOREUygj8iKkC0vcG8FJPQZeiFxTC7y/rbJy0N8DuOq/xUk9B10PpMQRAFil7A9621eZbXGJRVcBCBEDgGTlBb0CnX92AMBAAeceAFL0Bb/SrG0AAwEMEkvEG9L4XwzMQEADIuXSS8AbwFCQEAIqRgjeA5yAiAFCiCojXG0DPHwGASs7QUXoD6PkjAFANMXoD6PkjANDSszQ9fwQAKj4GxOQNoOePAEANIiDeG0DPHwGAepeYaG8APX8EAOpFsjeAnj8CAAGqAHneAHr+CAAEPWuL8gbQ80cAICySvAH0/BEAaOmZm54/AgANHQMkeAPo+SMA0KAINOYNoOePAIAMGWjEG0DPHwEAGTThDaDnjwCAoCogmDeg/z4/ev4IAAi7HxDKG7Cbnj8CAPKo3RvASz0RAJBNnWdzo3ipJwIAoo8B9XkDjNmjeKknAgDiRaAOb8ARpfUeRhcBgDhkoGpvwJSrLhhXBADioDpvgFH7+zf/AAGAiKqA0t6Abs9fq92MJQIAcd4PKOsN2N03/gACABFS2BtAzx8BgDQo4g2g548AQCLHgPzeAHr+CAAkJQJ5vAH0/BEASFAGfL0B9PwRAEiQ4d4Aev4IACRdBczrDaDnjwBAO+4HzOcNoOePAEALmOUNoOePAEC7mOkNoOePAEDLjgGnvAH0/FvNWQxBa0XgPSsCP1dav6vo+lEBQPs4Pj09boXgACOBAEDL0ErvvGd87GVl9KOMBgIAbVr8Wh966vvPPu5+v27DihftL7sYFQQA2nL+76htT//kwUMn/vvgnncfsaLAjUAEAFqw+0+t2/DyszM/dt8DXzhojNrG6CAAkPTWrztquvOwUhtnOQHXrX/5GV74iQBA0ru/embt+Mp5FvnGnjg4kQAEAJLj4POTzw0s8504OJFgqBAASK/8f3T7C/cPvdHXF4mDDBgCAOmwq9/uG0pXJPAGIACQyrlfH3Ftvjx/B28AAgCpVP5GbXNtvtw3DPAGIAAQ/e4/5dp7Rf4u3gAEAKLe+ufv+XsfBfAGIAAQ6+4/qOfvC94ABABiZGjP3xe8AQgAxFf+e/X8fcEbgABAPHj3/H3BG4AAQBTn/vw9f1/wBiAAIL3yL9jz976xgDcAAQCxu3/hnr8veAMQABC59Zfv+XsfBfAGIAAgbfevoufvC94ABAAkUVnP3xe8AQgAyCn/K+35+4I3AAGA5qm85+8L3gAEABo999fX8/cFbwACAE1V/jX3/H3BG4AAQPjdv/aevy94AxAACE2gnr/3UQBvAAIAgXZ/pXeG6/n7gjcAAYAQpf/Jl3pKA28AAgA1c3x6+vGZL/WUBt4ABADq2/1fuWd8bKfkrxFvAAIA9Sz+Y0cPH98aw9eKNwABgIrpdMzkV756x95Yvl68AQgAVHaB9N7Htj/1RExfM94ABAAq4nhneutLL209FtvXjTcAAYCyZ3+ld35pfOyVOL96vAEIABRf/IJ7/r7gDUAAoGjpL7zn7wveAAQA8u/+4nv+vuANQAAg3+KPpufvC94ABAA8ia3n7wveAAQAhl6M+Hr+vuANQABgCLH2/L2PAngD5AmAO3MyDALO/lH3/H3BGyBszr2f2Z/eYSgavhAJ9Px9wRsgSQDUO1nHdF5jKBou/RPp+fuCN0AGHWX2ZFYHXmEoGt39k+n5+4I3QAhG/yzbu+/AzxiJxhZ/cj1/X/AGCKg8Teen2dfv/7M9WmlEoIkSLNGevy94Axpl15fHV+7vtgH37DvwGN2AsKTc8/cFb0BzleeJt0p1BcBVAfZCfJuhCVh+Jd7z9z4K4A0ILwBG/eOJt0plpy7Ein+1IvA9hieIAv84/Z6/L3gDAvNPd69f8fypSnQGf7nhM/+slZmwU/Qw41Tb4j9y4M13HmckToE3IMjMO2yU/vt16z8zOfOjI2d+2tM/2rb3xmv/+PmFi8+9zP7n5Qxc5RfiOxv+7k/+g3E4nUXvX/7zK6++8vftbxcyGpXzkj3zf93Ou/+ZNRsH/a1v/cOOazodc639tN/KtLrEaHWRMeZcxrPw7j+19t6X/0rSe/0ksWVix8ftAXU9I1GuwrRn/Lc6Rv3KKPOLkUz/1933rvjv+T7//wUYADBNXumAqXM1AAAAAElFTkSuQmCC) no-repeat center center transparent;background-size:100% 100%;position:absolute;left:0;top:0;right:0;bottom:0;opacity:0.3}.b-sidebar--promo-info--received .b-money--reward{margin-top:12px}.b-sidebar--promo-info--received .b-sidebar--badge{margin-bottom:12px}.b-sidebar--promo-info--registration{padding:8px;margin-top:5px;margin-bottom:5px}.b-sidebar--promo-info--registration .b-progress{margin-bottom:16px}.b-sidebar--promo-info--registration .button--add-money{margin-bottom:15px}.b-sidebar--promo-info--registration .button--exchange-money{margin-top:12px}.b-sidebar--promo-content{z-index:2;position:relative;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;justify-content:center;-ms-flex-pack:center}.b-sidebar--promo-text{color:#ffffff;font-weight:500;font-size:.875rem;text-align:center;line-height:18px;margin-bottom:8px}.b-sidebar--status-item{position:relative;color:#ffffff;font-size:.75rem;font-weight:400;line-height:12px;padding-left:24px;margin-bottom:14px}.b-sidebar--status-item:before{content:"";height:16px;width:16px;background-repeat:no-repeat;position:absolute;background-image:url(/static/assets/static/images/icons.svg);left:0}.b-sidebar--status-item--person{text-align:left}.b-sidebar--status-item--person:before{background-position:0 -43px}.b-sidebar--status-item--money{text-align:left}.b-sidebar--status-item--money:before{background-position:0 -27px}.b-sidebar--mobile{height:58px;background:#546eac;background:linear-gradient(180deg, #546eac 0%,#383566 100%);width:100%;position:relative;z-index:1;display:none}@media only screen and (max-width: 576px){.b-sidebar--mobile{display:-ms-flexbox;display:flex;justify-content:center;-ms-flex-pack:center}}@media (orientation: landscape){.b-sidebar--mobile{display:none !important}}.b-icon-open{position:absolute;left:19px;top:50%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%)}.b-icon-open--line{display:block;width:18px;height:2px;margin-bottom:3px;position:relative;background:#ffffff;z-index:1}.b-icon-open--line:last-child{margin-bottom:0}.mobile-logo{height:58px}.mobile-winner{width:22px;height:22px;top:18px;right:16px;position:absolute}.mobile-winner:before{content:"";background-image:url(/static/assets/static/images/icons.svg);background-position:0 -554px;background-repeat:no-repeat;position:absolute;width:22px;height:22px;top:0;left:0}.b-slider{position:relative}.b-slider .slide{position:relative}.b-slider .slide:not(:first-child){display:none}@media only screen and (max-width: 576px){.b-slider{margin-left:0}}.b-slider--content{width:100%;position:absolute;top:0;height:100%}.b-slider--content p{margin:0;padding:0}.b-menu{z-index:4}.b-menu--wrapper .b-menu:first-child{margin-bottom:8px}.b-menu-list{list-style:none;margin:0;padding:0;display:-ms-flexbox;display:flex;min-height:58px;-o-box-shadow:0 2px 4px #323d62;-ms-box-shadow:0 2px 4px #323d62;box-shadow:0 2px 4px #323d62;border-top:1px solid #435077;border-right:1px solid #435077;border-bottom:1px solid #435077;background-color:#27345b;-ms-flex-align:center;align-items:center;justify-content:space-between;-ms-flex-pack:space-between}@media only screen and (max-width: 771px){.b-menu-list{min-height:38px}}.b-menu-list--link{color:#ffffff;font-size:.9375rem;font-weight:500;line-height:15px;text-transform:capitalize;text-decoration:none;height:100%;width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;justify-content:center;-ms-flex-pack:center}@media only screen and (max-width: 771px){.b-menu-list--link{font-size:.8125rem}}@media only screen and (max-width: 576px){.b-menu-list--link{font-size:.625rem}}.b-menu-list--link:hover{background-color:#1e2947}.b-menu-list--current{font-size:.9375rem;font-weight:500;line-height:15px;text-transform:capitalize;height:100%;width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;justify-content:center;-ms-flex-pack:center;background-color:#1e2947}@media only screen and (max-width: 771px){.b-menu-list--current{font-size:.8125rem}}@media only screen and (max-width: 576px){.b-menu-list--current{font-size:.625rem}}.b-menu-list--item{-ms-flex-direction:row;flex-direction:row;position:relative;color:#ffffff;height:58px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;border-right:1px solid #435077;border-left:1px solid #1e2334;text-align:center;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1}@media only screen and (max-width: 771px){.b-menu-list--item{height:38px}}@media only screen and (max-width: 576px){.b-menu-list--item{height:47px;width:auto}}.b-menu-list--item:first-child{border-left:0}.b-menu-list--item:last-child{border-right:0}.b-menu-list--item-new:before{content:"";background-image:url(/static/assets/static/images/icons.svg);background-position:0 -273px;width:28px;height:29px;background-repeat:no-repeat;margin-right:12px;position:relative}@media only screen and (max-width: 771px){.b-menu-list--item-new:before{-webkit-transform:scale(.7);transform:scale(.7);margin-right:6px}}.b-menu-list--item-slots:before{content:"";background-image:url(/static/assets/static/images/icons.svg);background-position:0 -395px;width:30px;height:29px;background-repeat:no-repeat;margin-right:12px;position:relative}@media only screen and (max-width: 771px){.b-menu-list--item-slots:before{-webkit-transform:scale(.7);transform:scale(.7);margin-right:7px}}.b-menu-list--item-rulets:before{content:"";background-image:url(/static/assets/static/images/icons.svg);background-position:0 -329px;width:30px;height:29px;background-repeat:no-repeat;margin-right:12px;position:relative}@media only screen and (max-width: 771px){.b-menu-list--item-rulets:before{-webkit-transform:scale(.7);transform:scale(.7);margin-right:4px}}.b-menu-list--item-carts:before{content:"";background-image:url(/static/assets/static/images/icons.svg);background-position:0 -59px;width:40px;height:29px;background-repeat:no-repeat;margin-right:12px;position:relative}@media only screen and (max-width: 771px){.b-menu-list--item-carts:before{-webkit-transform:scale(.7);transform:scale(.7);margin-right:3px}}.b-menu-list--item-live .b-menu-list--link:before{content:"";background-image:url(/static/assets/static/images/icons.svg);background-position:0 -184px;width:34px;height:29px;background-repeat:no-repeat;margin-right:12px;position:relative}@media only screen and (max-width: 771px){.b-menu-list--item-live .b-menu-list--link:before{-webkit-transform:scale(.7);transform:scale(.7);margin-right:0}}.b-menu-list--item-profile:before{content:"";background-image:url(/static/assets/static/images/icons.svg);background-position:0 -303px;width:28px;height:26px;background-repeat:no-repeat;margin-right:12px;position:relative}@media only screen and (max-width: 771px){.b-menu-list--item-profile:before{-webkit-transform:scale(.7);transform:scale(.7);margin-right:3px}}.b-menu-list--item-cashier:before{content:"";background-image:url(/static/assets/static/images/icons.svg);background-position:0 -214px;width:30px;height:24px;background-repeat:no-repeat;margin-right:12px;position:relative}@media only screen and (max-width: 771px){.b-menu-list--item-cashier:before{-webkit-transform:scale(.7);transform:scale(.7);margin-right:3px}}.b-menu-list--item-gifts:before{content:"";background-image:url(/static/assets/static/images/icons.svg);background-position:0 -143px;width:26px;height:23px;background-repeat:no-repeat;margin-right:12px;position:relative}@media only screen and (max-width: 771px){.b-menu-list--item-gifts:before{-webkit-transform:scale(.7);transform:scale(.7);margin-right:3px}}.b-menu-list--item form{width:100%}.b-menu-list--item .form-control--search-wrapper{margin-left:27px;margin-right:27px}@media only screen and (max-width: 1206px){.b-menu-list--item .form-control--search-wrapper{margin-left:20px;margin-right:7px}}@media only screen and (max-width: 771px){.b-menu-list--item .form-control--search-wrapper{margin-left:7px}}@media only screen and (max-width: 576px){.b-menu-list--item-live{white-space:nowrap;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;padding:0 10px}}.b-menu-list--icon{height:26px;margin-right:8px;color:#f79700;font-size:26px;line-height:26px}.b-menu-list--icon.icon-rulets{display:inline-block;height:29px}.b-menu-list--icon.icon-rulets::before{content:"";display:inline-block;background-image:url(/static/assets/static/images/icons.svg);background-position:0 -329px;width:30px;height:29px;background-repeat:no-repeat}@media only screen and (max-width: 771px){.b-menu-list--icon{-webkit-transform:scale(.7);transform:scale(.7);margin-right:3px}}@media only screen and (max-width: 576px){.b-menu-list--icon{margin-right:0}}@media only screen and (max-width: 771px){.b-menu-list--text{display:none}}.b-menu--personal .b-menu-list{-o-box-shadow:none;-ms-box-shadow:none;box-shadow:none;justify-content:flex-start;-ms-flex-pack:flex-start;padding-left:16.6%}@media only screen and (max-width: 992px){.b-menu--personal .b-menu-list{min-height:38px}}@media only screen and (max-width: 745px){.b-menu--personal .b-menu-list{justify-content:center;-ms-flex-pack:center}}.b-menu--personal .b-menu-list--item{-ms-flex:0 0 auto;flex:0 0 auto;min-width:20%}@media only screen and (max-width: 992px){.b-menu--personal .b-menu-list--item{height:38px}}.b-menu--personal .b-menu-list--item:first-child{border-left:1px solid #1e2334}.b-menu--personal .b-menu-list--item:first-child::before{content:"";position:absolute;width:1px;height:100%;left:0;top:0;background-color:#435077}.b-menu--personal .b-menu-list--item:last-child{border-right:1px solid #435077}.b-menu--personal .b-menu-list--item:last-child::before{content:"";position:absolute;width:1px;height:100%;right:0;top:0;background-color:#1e2334;display:block}.b-menu--personal .b-menu-list--icon{font-size:23px;height:23px;line-height:23px;margin-right:12px;color:#7582e2}@media only screen and (max-width: 576px){.b-menu--personal .b-menu-list--icon{margin-right:0}}@media only screen and (max-width: 771px){.b-menu--personal .b-menu-list--text{display:none}}.b-breadcrumbs{padding-left:44px;padding-right:44px;padding-bottom:21px;padding-top:23px}.b-breadcrumbs-list{color:#ffffff;font-size:.875rem;font-weight:500;list-style:none;padding:0;margin:0}.b-breadcrumbs-list--item{display:-ms-inline-flexbox;display:inline-flex;position:relative}.b-breadcrumbs-list--item-link{color:#ffffff;text-decoration:none;position:relative}.b-breadcrumbs-list--item-link:after{content:">";position:relative;padding-left:5px}@media only screen and (max-width: 576px){.b-breadcrumbs{display:none}}.b-cards{margin-top:33px;padding-left:10px;padding-right:10px}@media only screen and (max-width: 771px){.b-cards{max-width:605px;padding:0 16px}}.b-cards #loading{display:none}.b-cards #loading.visible{display:inline-block;color:rgba(255,255,255,0.5);font-size:1.375rem;font-weight:700;line-height:48px;text-transform:uppercase;left:42.5%;position:relative}.b-cards #loading.visible:after{overflow:hidden;display:inline-block;vertical-align:bottom;-webkit-animation:ellipsis steps(4, end) 900ms infinite;animation:ellipsis steps(4, end) 900ms infinite;content:"\2026";width:0}.grid-layout{display:grid;grid-template-columns:repeat(auto-fill, 212px);grid-gap:12px;grid-auto-rows:131px;grid-auto-flow:dense;padding:0}@media only screen and (max-width: 771px){.grid-layout{grid-template-columns:141.33333px 141.33333px;grid-auto-rows:87.33333px;-ms-flex-pack:center;justify-content:center}}.grid-layout .search_results{height:80px;color:#ffffff;font-size:16px;font-weight:500;line-height:20px}.grid-layout--item{border-radius:8px;line-height:0;position:relative}.grid-layout--item .buttonWrapper{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);display:none}.grid-layout--item .buttonWrapperPlay{display:block;width:100%;height:100%}#popupPlayMobile .b-popup--header+*>*{text-align:center;margin:12px 0}.grid-layout--item .buttonWrapper button.button{display:block;margin:12px 0}.grid-layout--item .buttonWrapper a.button{margin:6px 0}.grid-layout--item-vertical{grid-column-end:span 1;grid-row-end:span 2}.grid-layout--item-horizontal{grid-column-end:span 2;grid-row-end:span 1}.grid-layout--image{border:1px solid #a6bfff;border-radius:8px;width:100%;height:100%}.grid-layout--link{position:absolute;display:block;top:0;left:0;bottom:0;right:0}.grid-layout--link:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;-o-box-shadow:inset 0 1px 31px #dae5ff;-ms-box-shadow:inset 0 1px 31px #dae5ff;box-shadow:inset 0 1px 31px #dae5ff;border-radius:8px;background-color:#5067a3;opacity:0.92;display:none}.grid-layout--link:hover:before,.grid-layout--link.hover:before{display:block}.grid-layout--link:hover .buttonWrapper,.grid-layout--link.hover .buttonWrapper{display:block}@-webkit-keyframes ellipsis{to{width:1em}}@keyframes ellipsis{to{width:1em}}.b-table{color:#ffffff;font-size:.75rem;font-weight:400;line-height:12px;width:330px;border-collapse:collapse;table-layout:fixed;margin-right:50px}@media only screen and (max-width: 576px){.b-table{width:320px;margin-right:0}}.b-table--body .b-table{border-bottom:1px solid #435077}.b-table--wrapper{position:relative}@media only screen and (max-width: 771px){.b-table--wrapper{z-index:1}}@media only screen and (max-width: 576px){.b-table--wrapper .col-auto{padding:0}}.b-table--body{background-color:#101627;padding-bottom:34px;padding-left:var(--sidebar-width);margin-left:calc(var(--sidebar-width) * -1)}@media only screen and (max-width: 771px){.b-table--body{padding-bottom:16px}.b-table--body .row{padding-top:16px}}.b-table--header{border-top:1px solid #2b3a63;border-bottom:1px solid #2b3a63;background-color:#2e3e6a;padding-left:var(--sidebar-width);margin-left:calc(var(--sidebar-width) * -1)}@media only screen and (max-width: 984px){.b-table--header .col-auto:last-child{display:none}}.b-table th{font-size:.875rem;font-weight:500;line-height:16px;padding-bottom:9px;text-align:center;padding-top:9px;position:relative}.b-table th:first-child{text-align:left}.b-table th:last-child{text-align:right}@media only screen and (max-width: 771px){.b-table th:first-child{text-align:center}}@media only screen and (max-width: 576px){.b-table th{width:100px}.b-table th:first-child{text-align:left}}.b-table td{vertical-align:middle;padding-top:8px;padding-bottom:8px;border-top:1px solid #435077;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.b-table td:before{position:absolute;display:block;content:'';border-top:1px solid #1c2748;height:100%;width:100%;box-sizing:border-box;-moz-box-sizing:border-box;left:0;-webkit-box-sizing:border-box;top:0}.b-table td:after{content:"";border-right:1px solid #435077;position:absolute;top:8px;bottom:8px;right:0}.b-table td:last-child:after{display:none}.b-table--name{width:147px;padding-right:15px}@media only screen and (max-width: 576px){.b-table--name{width:134px;padding-left:10px;padding-right:8px}}.b-table--game{width:116px;padding-left:15px;padding-right:15px}@media only screen and (max-width: 576px){.b-table--game{width:99px;padding-left:8px;padding-right:8px}}.b-table--money{width:66px;padding-left:15px;text-align:right}.b-table--money span{color:#fbc631}@media only screen and (max-width: 576px){.b-table--money{width:60px;padding-left:8px;padding-right:8px;text-align:left}}.b-table--avatar{margin-right:17px;width:24px;height:24px;border-radius:6px;vertical-align:middle}@media only screen and (max-width: 576px){.b-table--avatar{margin-right:8px}}.b-winners{padding-top:25px}@media only screen and (max-width: 992px){.b-winners{padding-top:14px}}@media only screen and (max-width: 771px){.b-winners{padding-top:0}}.b-winners--header{display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;padding-left:10px;padding-right:10px}@media only screen and (max-width: 992px){.b-winners--header{padding-left:16px;padding-right:146px}}@media only screen and (max-width: 771px){.b-winners--header{padding-right:73px}}@media only screen and (max-width: 576px){.b-winners--header{padding-right:16px}.b-winners--header h2{text-align:center;width:100%}}.b-winners--trophy{margin-bottom:-3px;min-width:70px}@media only screen and (max-width: 576px){.b-winners--trophy{display:none}}.b-winners .row{margin:0}.b-game{opacity:0}[data-page="game"] .b-game{position:relative;display:-ms-flexbox;display:flex;justify-content:center;-ms-flex-pack:center;padding:10px}@media (max-width: 576px){[data-page="game"] .b-game{padding:0}}@media (max-width: 576px){[data-page="game"] .b-game{padding-left:0;padding-right:0;margin-bottom:24px}}[data-page="game"] .b-game--container{border-radius:8px;border:2px solid #7891d1;overflow:hidden;width:100%}@media (max-width: 576px){[data-page="game"] .b-game--container{padding:0 !important;border:none !important;border-radius:unset !important;width:100% !important;height:100% !important}}[data-page="game"] .b-game--container--wrapper{position:relative;width:100%}[data-page="game"] .b-game--container--wrapper #game{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%;border:none}@media (max-width: 576px){[data-page="game"] .b-game--container--wrapper #game{border-radius:unset;overflow:hidden}}@media (orientation: landscape) and (max-width: 992px){[data-page="game"].cellphone .b-sidebar,[data-page="game"].cellphone .b-breadcrumbs,[data-page="game"].cellphone .b-similar-games,[data-page="game"].cellphone .b-sidebar,[data-page="game"].cellphone .main-footer{display:none}[data-page="game"].cellphone .b-summary,[data-page="game"].cellphone .b-game,[data-page="game"].cellphone .b-game--container{padding:0 !important;border:none !important;border-radius:unset !important;height:100% !important;display:block;margin:0 auto;width:100% !important}[data-page="game"].cellphone .b-game--container--wrapper{padding:0 !important;height:100%}[data-page="game"].cellphone .b-game--container--wrapper #game{padding:0 !important;border:none !important;border-radius:unset !important;height:100% !important}}@media (orientation: landscape){[data-page="game"].tablet .main-container{display:block;-ms-flex:unset;flex:unset}[data-page="game"].tablet .b-sidebar,[data-page="game"].tablet .b-breadcrumbs,[data-page="game"].tablet .b-similar-games,[data-page="game"].tablet .b-sidebar,[data-page="game"].tablet .main-footer{display:none !important}[data-page="game"].tablet .b-summary,[data-page="game"].tablet .b-game,[data-page="game"].tablet .b-game--container{padding:0 !important;border:none !important;border-radius:unset !important;width:100% !important;height:100% !important}[data-page="game"].tablet .b-game--container--wrapper{padding:0 !important;height:100%}[data-page="game"].tablet .b-game--container--wrapper #game{padding:0 !important;border:none !important;border-radius:unset !important;width:100% !important;height:100% !important}}[data-page="game"].tablet footer{position:absolute}[data-page="game"].defferedScroll .b-summary{display:block;position:fixed;width:100%}[data-page="game"].defferedScroll footer{-ms-flex:unset;flex:unset;top:100vh}[data-page="game"].defferedScroll.cellphone .b-sidebar--mobile{position:fixed}[data-page="game"].defferedScroll.cellphone .b-summary{top:58px}[data-page="game"].defferedScroll.cellphone footer{top:150vh}@media (orientation: landscape){[data-page="game"].defferedScroll.cellphone .b-summary{top:0}}.b-similar-games{padding-left:44px;padding-right:44px;margin-bottom:28px;min-height:140px}.b-similar-games--header{color:#ffffff;font-size:.875rem;font-weight:700;line-height:14px;text-transform:uppercase;margin-bottom:20px}@media only screen and (max-width: 576px){.b-similar-games--header{text-align:center;padding:0 4px}}.b-similar-games--link{border-radius:8px;line-height:0;position:relative;display:block;max-width:164px}.b-similar-games--link .button{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);display:none}.b-similar-games--link:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;-o-box-shadow:inset 0 1px 31px #dae5ff;-ms-box-shadow:inset 0 1px 31px #dae5ff;box-shadow:inset 0 1px 31px #dae5ff;border-radius:8px;background-color:#5067a3;opacity:0.92;display:none}.b-similar-games--link:hover:before{display:block}.b-similar-games--link:hover .button{display:block}@media only screen and (max-width: 771px){.b-similar-games--link:before{display:none}.b-similar-games--link .button{display:none}.b-similar-games--link:active:before{display:none}.b-similar-games--link:active .button{display:none}.b-similar-games--link:hover:before{display:none}.b-similar-games--link:hover .button{display:none}}.b-similar-games .row{margin-left:-22px;margin-right:-22px}.b-similar-games .col-auto{padding-left:22px;padding-right:22px;margin-bottom:16px}@media only screen and (max-width: 1206px){.b-similar-games{padding-bottom:13px}.b-similar-games .row{margin-left:-8px;margin-right:-8px}.b-similar-games .col-auto{padding-left:8px;padding-right:8px}}@media only screen and (max-width: 771px){.b-similar-games{padding-bottom:13px}.b-similar-games .row{margin-left:-4px;margin-right:-4px;-ms-flex-flow:nowrap;flex-flow:nowrap;overflow-x:auto;min-height:110px}.b-similar-games .col-auto{padding-left:4px;padding-right:4px;margin-bottom:0}}@media only screen and (max-width: 576px){.b-similar-games{padding-left:0;padding-right:0;padding-bottom:0}.b-similar-games .row{margin-left:0;margin-right:0}}.main-footer{-ms-flex:0 0 auto;flex:0 0 auto;position:relative;z-index:11}@media only screen and (max-width: 576px){.main-footer{z-index:0}}.main-footer__payment-way{background-color:#1b2642;border-top:1px solid #374771;border-bottom:1px solid #374771;padding-top:5px;padding-bottom:3px;padding-left:var(--sidebar-width);padding-right:var(--sidebar-width);min-height:31px}@media only screen and (max-width: 771px){.main-footer__payment-way{padding-left:15px;padding-right:15px}}.main-footer__payment-way--list{list-style:none;padding:0;margin:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 1206px){.main-footer__payment-way--list{padding-left:0;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;width:100%}}@media only screen and (max-width: 771px){.main-footer__payment-way--list{-ms-flex-pack:center;justify-content:center}}.main-footer__payment-way--list-item{padding-right:46px}@media only screen and (max-width: 1206px){.main-footer__payment-way--list-item{padding-left:10px;padding-right:10px}}@media only screen and (max-width: 771px){.main-footer__payment-way--list-item{padding-left:22px;padding-right:22px}}@media only screen and (max-width: 576px){.main-footer__payment-way--list-item{padding-left:5px;padding-right:5px}}@media only screen and (max-width: 576px){.main-footer__payment-way{padding-left:0;padding-right:0}}.main-footer__menu{height:95px;background-image:url(/static/assets/static/images/main-footer__menu-background.png);background-position:left top;background-repeat:no-repeat;background-size:cover;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding-left:var(--sidebar-width);padding-right:var(--sidebar-width)}@media only screen and (max-width: 771px){.main-footer__menu{padding-left:15px;padding-right:15px}}@media only screen and (max-width: 576px){.main-footer__menu{height:auto}}.main-footer__menu--table{margin:auto !important}.main-footer__menu--table .cell{padding-left:8px;padding-right:8px;padding-bottom:12px;padding-top:4px;font-size:.875rem;font-weight:700;margin-bottom:5px;text-align:center}.main-footer__menu--list{list-style:none;padding:0 0 0 23px;margin:0}@media only screen and (max-width: 771px){.main-footer__menu--list{-ms-flex-pack:center;justify-content:center}}@media only screen and (max-width: 576px){.main-footer__menu--list{-ms-flex-flow:wrap;flex-flow:wrap;padding-top:20px}}.main-footer__menu--list-item{padding-left:36px;padding-right:36px;font-size:.875rem;font-weight:700;display:inline-block;margin-bottom:5px}@media only screen and (max-width: 1206px){.main-footer__menu--list-item{padding-left:6px;padding-right:6px}}@media only screen and (max-width: 771px){.main-footer__menu--list-item{padding-left:8px;padding-right:8px}.main-footer__menu--list-item:first-child{padding-left:0}}@media only screen and (max-width: 576px){.main-footer__menu--list-item{width:100%;margin-bottom:20px;text-align:center}}.main-footer__menu--list-item--link{text-decoration:none;color:#ffffff;text-transform:uppercase;white-space:nowrap}.b-aside{-ms-flex-order:0;order:0}.b-aside .b-sidebar--wrapper{right:0;left:auto}.b-aside .b-sidebar--top-info--header{font-family:"AG_Futura",sans-serif;font-size:.875rem;color:#fefefe;letter-spacing:0.33px;line-height:21px;text-align:center;text-transform:uppercase}.b-aside .b-sidebar--top-info--text{font-size:.75rem;color:#ffffff;letter-spacing:0;text-align:center;line-height:12px}.b-aside .b-sidebar--logo-trophy{margin-bottom:10px}@media only screen and (max-width: 576px){.b-aside .b-sidebar--logo-trophy{display:none}}.b-aside .b-sidebar--wrapper{-ms-flex-item-align:start;align-self:flex-start}@media only screen and (max-width: 576px){.b-aside .b-sidebar--wrapper{-webkit-transform:translate(100%, 0);transform:translate(100%, 0)}}.b-summary{top:0;position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;padding-left:var(--sidebar-width);padding-bottom:25px}.b-summary--with-aside{padding-right:var(--sidebar-width)}@media only screen and (max-width: 576px){.b-summary{padding-left:0;padding-right:0;-ms-flex:0 0 100%;flex:0 0 100%}}.b-summary--gradient{background:#1e2947;background:linear-gradient(180deg, #1e2947 0%,#374875 190%)}.b-progress{overflow:hidden;width:100%;height:13px;border-radius:8px;background-color:#435077;position:relative}.b-progress--bar{float:left;width:0;height:100%;text-align:center;height:13px;border-radius:8px;background:#3ed7a3;background:linear-gradient(to right, #3ed7a3 0%,#35b084 100%);font-size:.625rem;font-weight:400;letter-spacing:0.19px;color:#ffffff}.b-progress--bar>*{padding:0 8px;line-height:13px}.b-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;outline:0;overflow-x:hidden;overflow-y:auto}.b-popup--wrapper{max-width:532px;margin:1.75rem auto;position:relative;width:auto;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - (1.75rem * 2))}#popupSignup .b-popup--wrapper:after{content:'';display:inline-block;width:228px;height:170px;background-image:url(/static/assets/static/images/popup-dog-1.svg);background-size:contain;background-repeat:no-repeat;position:absolute;bottom:0;right:-136px}@media only screen and (max-width: 576px){#popupSignup .b-popup--wrapper:after{display:none}}.b-popup--wrapper-b{max-width:800px}.b-popup--content{background-color:#323d62;box-shadow:0 0 20px #2a262b;margin:0 15px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative;width:100%}.b-popup--content .row{margin:0}@media only screen and (max-width: 576px){.b-popup--content .row{height:100%;-ms-flex-line-pack:justify;align-content:space-between}}.b-popup--content img{max-width:100%}@media only screen and (max-width: 576px){.b-popup--content{min-height:calc(100vh - (1.75rem * 2));background-color:transparent;box-shadow:none}}.b-popup--sub_header{color:#fda843;text-align:center;font-size:24px;margin-bottom:20px}.b-popup--delimiter{text-align:center;margin-bottom:20px;margin-top:20px}.b-popup--delimiter .line{-webkit-transform:scaleX(2.5);transform:scaleX(2.5);margin:0 20px;display:inline-block}.b-popup--header{color:#fda843;font-size:1.75rem;font-weight:700;padding-bottom:35px}@media only screen and (max-width: 576px){.b-popup--header{font-size:1.125rem;padding-bottom:16px}}.b-popup--form{color:#fff}.b-popup--form--wide{width:100%}.b-popup--form-group{margin-bottom:30px}@media only screen and (max-width: 576px){.b-popup--form-group{margin-bottom:14px}.b-popup--form-group--last{margin-bottom:0}}.b-popup--form-group--last{margin-bottom:0}.b-popup--form-group>.row>.col:first-child{padding-left:0}.b-popup--form-group>.row>.col:last-child{padding-right:0}.b-popup--form-agree{margin-top:72px}@media only screen and (max-width: 576px){.b-popup--form-agree{margin-top:20px;margin-bottom:20px}.b-popup--form-agree label{font-size:.75rem}}.b-popup--form-agree+.b-popup--form-agree{margin-top:20px}.b-popup--form-agree a{color:inherit}.b-popup--form-agree label{display:block}.b-popup--form-submit{margin-top:72px}@media only screen and (max-width: 576px){.b-popup--form-submit{margin-top:20px}}.b-popup--form-recaptcha_container{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.b-popup--form-label{display:inline-block;color:#ffffff;font-size:.875rem;font-weight:400;margin-bottom:14px;padding:0 24px}@media only screen and (max-width: 576px){.b-popup--form-label{font-size:.75rem;margin-bottom:9px;padding:0 12px}}.b-popup--form-input{border:none;width:100%;height:60px;border-radius:30px;background-color:#435077;color:#dbdbdb;font-weight:400;padding:0 24px}@media only screen and (max-width: 576px){.b-popup--form-input{height:30px}}.b-popup--form-textarea{border:none;width:100%;height:100px;border-radius:8px;background-color:#435077;color:#dbdbdb;font-weight:400;padding:0 24px;resize:none}@media only screen and (max-width: 576px){.b-popup--form-textarea{height:60px}}.b-popup--form .button{height:48px;padding:0 24px;border-radius:30px;font-size:.875rem}@media only screen and (max-width: 576px){.b-popup--form .button{height:30px}}.b-popup--form .select{height:62px;padding:0 24px;border-radius:30px;font-size:100%}@media only screen and (max-width: 576px){.b-popup--form .select{height:32px}}.b-popup--form .select-styled{height:60px;padding:0 24px;line-height:60px;border-radius:30px}.b-popup--form .select-styled::after{top:25.5px;right:12px}@media only screen and (max-width: 576px){.b-popup--form .select-styled{height:30px;line-height:30px;padding-left:10px !important}.b-popup--form .select-styled::after{top:10.5px;right:6px}}.b-popup--main{padding-top:48px;padding-left:60px;padding-right:60px;padding-bottom:48px;border-radius:8px;border:2px solid #fda843;position:relative;color:#fff}@media only screen and (max-width: 576px){.b-popup--main{padding-top:24px;padding-left:16px;padding-right:16px;padding-bottom:16px;background-color:#323d62;box-shadow:0 0 20px #2a262b}}.b-popup--dog-2{position:absolute;z-index:1;right:17px;bottom:32px}@media only screen and (max-width: 576px){.b-popup--dog-2{display:none}}.b-popup--dog-3{position:absolute;z-index:1;right:119px;bottom:14px}@media only screen and (max-width: 576px){.b-popup--dog-3{width:68px;height:83px;right:12px;bottom:0;margin-left:auto;position:relative}.b-popup--dog-3 img{width:100%}}.b-popup--pagination{border-radius:0 8px 8px 0;background-color:#272e4a;width:159px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;justify-content:center;-ms-flex-pack:center;position:absolute;right:2px;top:2px;bottom:2px}@media only screen and (max-width: 576px){.b-popup--pagination{position:relative;background-color:transparent;-ms-flex:0 0 100%;flex:0 0 100%}}.b-popup--steps-item{border-radius:50%;position:relative;width:60px;height:60px;border:2px solid #fda843;color:#ffffff;font-family:"lato",sans-serif;font-size:1.5625rem;font-weight:400;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;justify-content:center;-ms-flex-pack:center}.b-popup--steps-item--active{background-color:#435077}@media only screen and (max-width: 576px){.b-popup--steps-item{width:48px;height:48px}}.b-popup--steps-position .b-popup--steps-item{margin-bottom:52px}@media only screen and (max-width: 576px){.b-popup--steps-position .b-popup--steps-item{margin-bottom:0;margin-right:30px}}.b-popup--steps-position .b-popup--steps-item:before{content:"";width:1px;height:54px;border:2px solid #fda843;position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%, 100%);transform:translate(-50%, 100%)}@media only screen and (max-width: 576px){.b-popup--steps-position .b-popup--steps-item:before{width:32px;height:2px;border:1px solid #fda843;bottom:50%;left:100%;-webkit-transform:translate(0%, 100%);transform:translate(0%, 100%)}}.b-popup--steps-position .b-popup--steps-item:last-child{margin-bottom:0}@media only screen and (max-width: 576px){.b-popup--steps-position .b-popup--steps-item:last-child{margin-right:0}}.b-popup--steps-position .b-popup--steps-item:last-child:before{display:none}@media only screen and (max-width: 576px){.b-popup--steps-position{width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-top:16px;padding-bottom:16px}}.b-popup .button--next{width:auto;padding:0 14px;position:absolute;left:117px;bottom:61px}@media only screen and (max-width: 576px){.b-popup .button--next{bottom:16px;left:16px}}.b-popup .button--registration{width:auto;padding:0 14px;position:absolute;left:60px;bottom:58px}@media only screen and (max-width: 576px){.b-popup .button--registration{position:relative;left:0;bottom:0}}.b-popup .form-control--file-wrapper{margin-top:43px}@media only screen and (max-width: 576px){.b-popup .form-control--file-wrapper{margin-top:10px}}@media only screen and (max-width: 576px){.b-popup--content-second-step .button--next{position:relative;left:0;bottom:0}}@media only screen and (max-width: 576px){.b-popup--content-last-step.b-popup--content .row{position:relative;-ms-flex-align:center;align-items:center;height:100%;-ms-flex-line-pack:center;align-content:center;min-height:420px}.b-popup--content-last-step .b-popup--pagination{position:absolute;width:100%;bottom:0;height:80px;top:auto}}.b-popup--close{display:block;width:27px;height:27px;border-radius:50%;position:absolute;right:16px;top:16px;cursor:pointer;color:rgba(255,255,255,0.9);text-align:center;line-height:21px;font-size:27px;background:linear-gradient(to top, #3b396f 0%, #576db0 100%);border:1px solid #697cc4;z-index:2}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10;background-color:#000000;opacity:0.79;display:none}.popup-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background-color:#1b2642;opacity:0.94;display:none}.no-transform{-webkit-transform:none !important;transform:none !important}.b-money--reward{background:url(/static/assets/static/images/money_big@2x.png) no-repeat center center transparent;border:0 solid #ff9800;text-shadow:0 0 4px #ff9d1a;color:#ffffff;font-weight:900;text-align:center;width:90px;height:46px;font-size:.9375rem;padding-left:1px;padding-top:14px;background-size:100% auto;margin-bottom:4px}.b-personal-information{padding-bottom:32px;padding-left:44px;padding-top:44px;padding-right:44px;min-height:70vh}@media only screen and (max-width: 1206px){.b-personal-information{padding-left:30px;padding-top:30px;padding-right:30px}}@media only screen and (max-width: 992px){.b-personal-information{padding-left:16px;padding-top:16px;padding-right:16px}}.b-personal-information--content{-o-box-shadow:0 0 4px #232f54;-ms-box-shadow:0 0 4px #232f54;box-shadow:0 0 4px #232f54;border-radius:6px;border:2px solid #7181df;background-color:#232f54;max-width:1000px}.b-personal-information--content.content-cashier{max-width:784px}@media only screen and (max-width: 992px){.b-personal-information--content.content-cashier{max-width:572px}}.b-profile .row{margin-left:0;margin-right:0}.b-profile--summary{padding-left:30px;padding-right:36px;padding-top:22px;padding-bottom:15px;max-width:359px;border-right:1px solid #1c2748;background-color:rgba(72,93,148,0.34)}@media only screen and (max-width: 992px){.b-profile--summary{padding-left:16px;padding-right:16px}}@media only screen and (max-width: 767px){.b-profile--summary{max-width:100%;-ms-flex:0 0 100%;flex:0 0 100%}}.b-profile--summary-table{width:100%}.b-profile--summary-table td{font-size:.875rem;line-height:14px;color:#ffffff;padding-bottom:7px}.b-profile--summary-table td:first-child{font-size:.875rem;color:#87a3f9;line-height:14px}.b-profile--summary-table td:last-child{text-align:right}.b-profile--general{padding-top:22px;padding-left:30px;padding-right:30px;padding-bottom:25px;border-left:1px solid #435077}@media only screen and (max-width: 992px){.b-profile--general{padding-left:16px;padding-right:16px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}}.b-profile--general-status-alt{margin-top:30px !important}@media only screen and (max-width: 767px){.b-profile--general-status-alt{margin-top:0 !important}}.b-profile--general-status{font-size:.875rem;line-height:14px;color:#ffffff;display:-ms-flexbox;display:flex;padding-bottom:10px}@media only screen and (max-width: 992px){.b-profile--general-status{padding-right:95px}}@media only screen and (max-width: 767px){.b-profile--general-status{-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;width:50%;padding-right:0;-ms-flex-flow:column;flex-flow:column;margin-bottom:5px;-ms-flex:2 1 auto;flex:2 1 auto}}.b-profile--general-status--wrapper{display:inline-block}@media only screen and (max-width: 992px){.b-profile--general-status--wrapper{-ms-flex-order:2;order:2;width:100%;padding-bottom:3px}}@media only screen and (max-width: 767px){.b-profile--general-status--wrapper{-ms-flex-order:1;order:1;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}.b-profile--general-status--title{color:#87a3f9;padding-right:5px}@media only screen and (max-width: 767px){.b-profile--general-status--title{margin-bottom:10px}}.b-profile--general-verdict{color:#ffffff;font-weight:700;line-height:12px;display:inline-block;font-size:16px}@media only screen and (max-width: 992px){.b-profile--general-verdict{-ms-flex-order:3;order:3;width:100%;padding-right:95px}}@media only screen and (max-width: 767px){.b-profile--general-verdict{white-space:nowrap}}.b-profile--general-verdict-alt{font-weight:700}.b-profile--general-image{position:absolute;right:30px;bottom:25px}@media only screen and (max-width: 992px){.b-profile--general-image{-ms-flex-order:4;order:4;width:96px;height:71px;right:12px;position:absolute;margin-top:0;bottom:22px}.b-profile--general-image img{width:100%}}@media only screen and (max-width: 767px){.b-profile--general-image{display:none}}.b-profile--general-progress-wrapper{float:right;display:inline-block;vertical-align:top}@media only screen and (max-width: 992px){.b-profile--general-progress-wrapper{-ms-flex-order:1;order:1;float:none;width:100%;padding-left:21px;margin-bottom:36px}}@media only screen and (max-width: 767px){.b-profile--general-progress-wrapper{-ms-flex-order:2;order:2;display:-ms-flexbox;display:flex;justify-content:center;-ms-flex-pack:center}}.b-profile .b-progress{width:150px;overflow:visible}.b-profile .b-progress:before{content:'';position:absolute;background-image:url(/static/assets/static/images/icons.svg);background-position:0 -576px;background-repeat:no-repeat;width:18px;height:18px;top:-3px;left:-16px}.b-profile .b-progress:after{content:'';position:absolute;background-image:url(/static/assets/static/images/icons.svg);background-position:0 -594px;background-repeat:no-repeat;width:11px;height:18px;top:-3px;right:-19px}.b-profile--promo{min-height:86px;background-image:url(/static/assets/static/images/b-profile--promo-background@2x.png);background-position:left top;background-repeat:no-repeat;background-size:cover;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;justify-content:space-around;-ms-flex-pack:space-around;padding:0 12px}@media only screen and (max-width: 992px){.b-profile--promo{justify-content:space-between;-ms-flex-pack:space-between}}@media only screen and (max-width: 767px){.b-profile--promo{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:10px;padding-bottom:24px}}.b-profile--promo-section-1{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 992px){.b-profile--promo-section-1{justify-content:center;-ms-flex-pack:center}}@media only screen and (max-width: 767px){.b-profile--promo-section-1{justify-content:center;-ms-flex-pack:center;width:100%;margin-bottom:6px}}.b-profile--promo .button{max-width:130px}.b-profile--promo-text{color:#ffffff;font-size:.875rem;font-size:14px;font-weight:400;line-height:14px;white-space:nowrap;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:10px}@media only screen and (max-width: 992px){.b-profile--promo-text{padding-right:0;margin-bottom:8px}.b-profile--promo-text.text-1{max-width:60px;white-space:normal;text-align:center}}@media only screen and (max-width: 767px){.b-profile--promo-text.text-1{max-width:100%;white-space:normal;text-align:left;padding-left:30px}}.b-profile--promo-rate{height:34px;border-radius:22px;background-color:#484985;color:#ffffff;font-weight:700;line-height:14px;padding:0 14px;display:-ms-inline-flexbox;display:inline-flex;white-space:nowrap;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 992px){.b-profile--promo-rate{font-size:.8125rem;min-height:45px;height:auto;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;-ms-flex-pack:center;-ms-flex-line-pack:center;align-content:center;max-width:190px}}@media only screen and (max-width: 767px){.b-profile--promo-rate{max-width:100%;width:100%;font-weight:400;min-height:34px;height:34px;margin-bottom:22px}}.b-profile--promo-section-2{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 992px){.b-profile--promo-section-2{display:block}}@media only screen and (max-width: 767px){.b-profile--promo-section-2{width:100%;text-align:center}}.b-profile--form{padding-top:26px;border-bottom:1px solid #435077}.b-profile--form-group{margin-bottom:17px !important;position:relative}.b-profile--form-group--margin-56{margin-bottom:56px}@media only screen and (max-width: 992px){.b-profile--form-group--margin-56{margin-bottom:22px}}.b-profile--form-group--margin-38{margin-bottom:38px}@media only screen and (max-width: 992px){.b-profile--form-group--margin-38{margin-bottom:22px}}.b-profile--form-group--line{margin-bottom:10px}.b-profile--form-group--radio .b-profile--form-label{padding:0;color:#ffffff;margin-bottom:14px;padding-top:5px}@media only screen and (max-width: 992px){.b-profile--form-group--group-1{margin-bottom:52px}}@media only screen and (max-width: 767px){.b-profile--form-group--group-1{margin-bottom:17px}}@media only screen and (max-width: 992px){.b-profile--form-group--group-2{margin-bottom:32px}}@media only screen and (max-width: 767px){.b-profile--form-group--group-2{margin-bottom:17px}}.b-profile--form-label{color:#768ed3;font-size:.8125rem;font-weight:400;margin-bottom:6px;padding:0 0.5rem}.b-profile--form-label--custom{color:#ffffff;margin-bottom:14px;padding:0}.b-profile--form-confirmed{position:absolute;left:100%;bottom:1px;margin-left:45px;z-index:2;color:#ffffff;font-size:.8125rem;font-size:13px;font-weight:400;white-space:nowrap;line-height:24.5px}@media only screen and (max-width: 992px){.b-profile--form-confirmed{position:relative;left:0;margin-left:0;padding-top:12px;margin-bottom:22px}}@media only screen and (min-width: 992px){.b-profile--form-confirmed .form-control{width:auto}}.b-profile--form .button--file{width:130px}@media only screen and (max-width: 767px){.b-profile--form .p-sm-0{padding-left:0;padding-right:0}}.b-profile--invite{min-height:75px;box-shadow:0 2px 4px #1b2541;border-radius:6px;border:1px solid #9396fa;background-color:#595ba4;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;justify-content:center;-ms-flex-pack:center}@media only screen and (max-width: 992px){.b-profile--invite{max-width:455px;padding-top:15px;padding-bottom:10px}}.b-profile--invite-line{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;justify-content:space-between;-ms-flex-pack:space-between;padding:0 12px}@media only screen and (max-width: 992px){.b-profile--invite-line{-ms-flex-wrap:wrap;flex-wrap:wrap}.b-profile--invite-line section{width:100%;text-align:center}}.b-profile--invite-wrapper{padding-top:28px;padding-left:19px;padding-right:19px;padding-bottom:32px;border-top:1px solid #1c2748}@media only screen and (max-width: 992px){.b-profile--invite-wrapper{padding-top:14px;padding-bottom:18px}}@media only screen and (max-width: 767px){.b-profile--invite-wrapper{padding-left:16px;padding-right:16px}}.b-profile--invite-copy-link{font-size:.75rem;height:34px;border-radius:16px;background-color:#484985;color:#ffffff;font-weight:400;line-height:14px;padding:0 14px;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;max-width:300px;margin-right:10px;word-break:break-all;-ms-flex-item-align:baseline;align-self:baseline}.b-profile--invite-copy-link>*{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media only screen and (max-width: 992px){.b-profile--invite-copy-link{width:100%;max-width:370px;margin:0 auto 19px}}@media only screen and (max-width: 767px){.b-profile--invite-copy-link{font-size:.75rem;letter-spacing:-.4px;padding:0 10px}}.b-profile--invite-link{color:#768ed3;font-size:.75rem;font-weight:400;text-decoration:underline}@media only screen and (max-width: 992px){.b-profile--invite-link{margin-bottom:20px;display:inline-block}}.b-profile--invite-text{color:#ffffff;font-size:.8rem;font-weight:700;line-height:30px}@media only screen and (max-width: 1206px){.b-profile--invite-text{line-height:21px}}@media only screen and (max-width: 992px){.b-profile--invite-text{width:100%;text-align:center;margin-bottom:5px}}.b-profile--invite .button--promo-copy{width:80px;-ms-flex-item-align:baseline;align-self:baseline}@media only screen and (max-width: 992px){.b-profile--invite .button--promo-copy{margin:0 auto 10px}}.b-profile--color{color:#ffc835}.b-profile .b-money--reward{width:103px;height:56px;font-size:1rem;padding-top:19px}.b-profile [type="checkbox"]:not(:checked),.b-profile [type="checkbox"]:checked{position:absolute;left:-9999px}.b-profile [type="checkbox"]:not(:checked)+label,.b-profile [type="checkbox"]:checked+label{position:relative;color:#ffffff;font-size:.8125rem;font-size:13px;font-weight:400;padding-left:25px}.b-profile [type="checkbox"]:not(:checked)+label:before,.b-profile [type="checkbox"]:checked+label:before{content:'';position:absolute;left:0;top:0;width:16px;height:16px;border-radius:2px;background-color:#435791;border:none}.b-profile [type="checkbox"]:not(:checked)+label:after,.b-profile [type="checkbox"]:checked+label:after{content:'';position:absolute;transition:all .2s;background-image:url(/static/assets/static/images/icons.svg);background-position:0 -89px;background-repeat:no-repeat;width:14px;height:10px;top:1px;left:4px}.b-profile [type="checkbox"]:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}.b-profile [type="checkbox"]:checked+label:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.b-profile [type="checkbox"]:disabled:not(:checked)+label:before,.b-profile [type="checkbox"]:disabled:checked+label:before{background-color:#37b98b}.b-cashier>:not(.b-cashier--head){display:none}.b-cashier .b-cashier--head+*{display:block}.b-cashier--head{border-radius:6px 6px 0 0;background-color:rgba(72,93,148,0.34);display:-ms-flexbox;display:flex;height:48px;-ms-flex-align:center;align-items:center;justify-content:space-around;-ms-flex-pack:space-around}.b-cashier--head-item{display:-ms-flexbox;display:flex;justify-content:center;-ms-flex-pack:center}.b-cashier--head-item span{cursor:pointer;font-size:.9375rem;color:#6675A2;font-weight:500;letter-spacing:0;text-align:center;line-height:1;padding:0 3px}.b-cashier--head-item.active span{color:#ff9800}.b-cashier--row-indented{margin-top:10px}.b-cashier--input-sm{width:70px;min-width:70px !important}.b-cashier--input-middle{width:140px;min-width:140px !important}.b-cashier--m-r-10{margin-right:10px !important}.b-cashier--body-item{padding:16px 16px 33px;display:none}.b-cashier--body-item.active{display:block}@media only screen and (max-width: 576px){.b-cashier--body-item{padding:12px 12px 33px}}.b-cashier--body-item form{display:none}.b-cashier--body-item form.active{display:block}.b-cashier--card-wrap{margin-bottom:28px}.b-cashier--card-wrap .card-mobile{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -20px}@media only screen and (max-width: 992px){.b-cashier--card-wrap .card-mobile{margin-top:20px}}@media only screen and (max-width: 576px){.b-cashier--card-wrap .card-mobile{margin:0}}.b-cashier--card-pay{width:144px;height:90px;box-shadow:0 2px 4px #182039;border-radius:8px;border:1px solid #2f3e6a;background-color:#171f38;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;justify-content:center;-ms-flex-pack:center;cursor:pointer;margin:0 0 20px 20px;padding:20px}.b-cashier--card-pay.active{border:1px solid #fff}@media only screen and (max-width: 992px){.b-cashier--card-pay{width:104px;height:65px}}@media only screen and (max-width: 576px){.b-cashier--card-pay{min-width:calc(50% - 20px);height:90px;padding:10px;margin:10px}}.b-cashier--form-group{min-width:220px}@media only screen and (max-width: 745px){.b-cashier--form-group{min-width:0;max-width:220px;margin-bottom:25px}}.b-cashier .col-last{display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end}.b-cashier .col-last .button{min-width:130px;margin-left:18px}@media only screen and (max-width: 992px){.b-cashier .col-last .button{margin-left:2px}}@media only screen and (max-width: 745px){.b-cashier .col-last .button{min-width:0;max-width:130px}}.b-cashier--form-label{font-size:.8125rem;color:#768ed3;letter-spacing:0;margin-bottom:9px;display:block}.b-cashier--amount-label{font-size:1rem;line-height:1;color:#ff9800;letter-spacing:0;margin-bottom:12px;padding-top:2px;padding-left:20px;min-width:120px}@media only screen and (max-width: 992px){.b-cashier--amount-label{padding-left:0;min-width:96px}}.b-cashier--amount-label-alt{min-width:150px}.b-cashier--amount-label-alt2{padding-left:0px !important}.b-cashier--amount-label-middle{margin-bottom:initial !important;padding-top:27px !important;font-size:1rem;line-height:1;color:#ff9800;letter-spacing:0;min-width:120px}.b-cashier--warning{margin-bottom:4px !important;padding-top:10px;padding-left:18px;font-size:18px}.b-cashier--row-raised{margin-top:-10px}.b-cashier form{font-size:.8125rem;line-height:1;color:#FFFFFF;letter-spacing:0;padding-left:20px;min-width:120px}@media only screen and (max-width: 992px){.b-cashier form{padding-left:0;min-width:96px}}@media only screen and (max-width: 745px){.b-cashier form{margin-bottom:12px;-ms-flex-align:center;align-items:center}}@media only screen and (max-width: 745px){.b-cashier form .col-auto{width:100%;-ms-flex:0 0 100%;flex:0 0 100%}.b-cashier form .col-auto:first-child{display:-ms-flexbox;display:flex}}.b-cashier--logo--pay_global{width:130px}.b-cashier--logo--bitcoin{width:130px}.b-cashier--logo--tether{width:130px}.b-cashier--transactions{max-width:initial !important}.b-cashier--wallet_input{width:270px !important}.b-cashier--amount_input_container{margin-bottom:22px}.b-cashier--wager{font-size:.875rem;line-height:14px;color:#87a3f9 !important;width:140px}.b-cashier--wager-box{margin-bottom:20px}@media (max-width: 400px){.card-mobile{max-width:360px !important}.b-cashier--card-pay{margin-bottom:10px}}.b-transactions{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (max-width: 767px){.b-transactions{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.b-transactions--title{background:#5C60AB;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;justify-content:space-around;-ms-flex-pack:space-around;width:100%}@media only screen and (max-width: 767px){.b-transactions--title{-ms-flex-flow:column;flex-flow:column;width:72px;justify-content:flex-start;-ms-flex-pack:flex-start;-ms-flex-align:center;align-items:center}}.b-transactions--title-coll{-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;justify-content:center;-ms-flex-pack:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:.875rem;color:#FFFFFF;letter-spacing:0;line-height:1;height:38px}@media only screen and (max-width: 767px){.b-transactions--title-coll{width:100%;-ms-flex-align:center;align-items:center;min-height:60px;font-size:.75rem;text-align:center;border-bottom:1px solid #2B3A63;border-top:1px solid #121828}.b-transactions--title-coll:first-child{border-top:none}.b-transactions--title-coll:last-child{border-bottom:none}}.b-transactions-table{border:none;width:100%}.b-transactions-table-title{background:#5C60AB}.b-transactions-table-cell{color:#FFFFFF;letter-spacing:0;line-height:1;height:38px;font-weight:normal;font-size:14px;border:none;text-align:center;padding:5px;border-bottom:1px solid #435077}.b-transactions-table-body-cell{font-size:13px}.b-transactions-table-span1{width:10%}.b-transactions-table-span2{width:20%}.b-transactions-table-span3{width:30%}.b-transactions--content{width:100%}@media only screen and (max-width: 767px){.b-transactions--content{overflow-x:auto}}@media only screen and (max-width: 767px){.b-transactions--content-inner{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:100%;width:100%}}.b-transactions--content-row{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:38px;border-bottom:1px solid #435077}@media only screen and (max-width: 767px){.b-transactions--content-row{-ms-flex-flow:column;flex-flow:column;width:94px;min-width:94px;height:100%;justify-content:flex-start;-ms-flex-pack:flex-start;-ms-flex-align:center;align-items:center}}.b-transactions--content-coll{-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;justify-content:center;-ms-flex-pack:center;display:-ms-flexbox;display:flex;font-size:.75rem;letter-spacing:0;text-align:center;line-height:1;color:#FFFFFF;position:relative}.b-transactions--content-coll:before{content:"";position:absolute;right:-1px;width:1px;height:20px;background-color:#121828;top:50%;margin-top:-10px}.b-transactions--content-coll--mobile:before{right:auto;background-color:transparent;margin-top:-6px !important}.b-transactions--content-coll:after{content:"";position:absolute;right:0;width:1px;height:20px;background-color:#2B3A63;top:50%;margin-top:-10px}.b-transactions--content-coll:last-child:before,.b-transactions--content-coll:last-child:after{display:none}@media only screen and (max-width: 767px){.b-transactions--content-coll{width:94px;min-width:94px;height:60px;max-height:60px;-ms-flex-align:center;align-items:center;border-right:1px solid #2B3A63;border-left:1px solid #121828;border-bottom:1px solid #2B3A63;border-top:1px solid #121828}.b-transactions--content-coll:before,.b-transactions--content-coll:after{display:none}.b-transactions--content-coll:first-child{border-top:none}.b-transactions--content-coll:last-child{border-bottom:none}}.b-transactions--content-coll-wrapped{word-break:break-all}.b-transactions--content--smalltext{max-width:120px;overflow:hidden;text-overflow:ellipsis}.b-transactions--content--money{text-align:right}.b-transactions--content #transactionsHistoryMessage{padding:10px}@media only screen and (max-width: 767px){.b-transactions--content #transactionsHistoryMessage{display:none}}[data-ctc]{cursor:pointer;white-space:nowrap;text-align:left}[data-ctc]:before{font-family:'Font Awesome 5 Free', sans-serif;content:'\f0c5';margin:0 4px 0 0}.select-hidden{display:none;visibility:hidden;padding-right:10px}.select{cursor:pointer;display:inline-block;position:relative;border:1px solid #5069b5;border-radius:18px;border:1px solid #5069b5;background-color:#435791;padding:0.3rem 0.5rem;background-clip:padding-box;font-size:.8125rem;color:#fff;width:100%;height:26px;border-radius:18px}.select-styled{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#435791;padding:0.3rem 0.5rem;border-radius:18px}.select-styled:after{content:'';position:absolute;background-image:url(/static/assets/static/images/icons.svg);background-position:0 -612px;background-repeat:no-repeat;width:14px;height:9px;top:7px;right:7px;-webkit-transform:rotate(-270deg);transform:rotate(-270deg)}.select-options{display:none;position:absolute;top:5px;left:-10px;z-index:999;margin:0;padding:0;list-style:none;background-color:#435791;border:1px solid #5069b5;right:10px;border-radius:6px}.select-options li{margin:0;padding:5px 0;text-indent:15px;transition:all 0.15s ease-in}.select-options li:hover{background:#3b4d80}.select-options li[rel="hide"]{display:none}#popupSignup .select-options{top:34px;left:0;right:0;max-height:250px;overflow-y:scroll}.paymentsPanel .select-options{top:20px;left:-6px;right:0;max-height:190px;overflow-y:scroll;width:234px}[type="radio"]:not(.tabs__radio):checked,[type="radio"]:not(.tabs__radio):not(:checked){position:absolute;left:-9999px}[type="radio"]:not(.tabs__radio):checked+label,[type="radio"]:not(.tabs__radio):not(:checked)+label{position:relative;padding-left:24px;cursor:pointer;line-height:20px;display:inline-block;color:#ffffff;font-size:.8125rem;margin-right:28px}[type="radio"]:not(.tabs__radio):checked+label:before,[type="radio"]:not(.tabs__radio):not(:checked)+label:before{content:'';position:absolute;left:0;top:0;width:16px;height:16px;border:none;border-radius:100%;background:#435791}[type="radio"]:not(.tabs__radio):checked+label:after,[type="radio"]:not(.tabs__radio):not(:checked)+label:after{content:'';width:8px;height:8px;background:#ffffff;position:absolute;top:4px;left:4px;border-radius:100%;transition:all 0.2s ease}[type="radio"]:not(.tabs__radio):not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}[type="radio"]:not(.tabs__radio):checked+label:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.b-support{width:280px;height:377px;box-shadow:0 4px 17px #210b2a;border-radius:8px;border:1px solid #8f9ef1;position:fixed;z-index:999;background:#485d94;background:linear-gradient(180deg, #485d94 0%,#4f4f91 100%);padding-top:48px;left:183px;bottom:150px;display:none}@media only screen and (max-width: 576px){.b-support{width:100%;height:100%;left:0;bottom:0;border-radius:0;border:none;padding-top:58px}}.b-support--header{height:48px;border-radius:8px 8px 0 0;background:#6573be;background:linear-gradient(180deg, #6573be 0%,#20285c 100%);position:absolute;top:0;z-index:1;left:0;width:100%;color:#ffffff;font-size:.8125rem;font-weight:400;line-height:16px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;justify-content:center;-ms-flex-pack:center;border-bottom:1px solid #8f9ef1}@media only screen and (max-width: 576px){.b-support--header{height:58px;border:none;padding-left:20px;background:#546eac;background:linear-gradient(180deg, #546eac 0%,#383566 100%)}}.b-support--header:before{content:"";position:absolute;width:244px;height:100%;left:34px;top:0;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjEzIiBoZWlnaHQ9IjQ2IiB2aWV3Qm94PSIwIDAgMjEzIDQ2Ij48ZGVmcz48cGF0aCBpZD0iMzd1OGEiIGQ9Ik0yOTUgMjM5Ljk2YTcuNDMgNy40MyAwIDAgMSAyLjYyIDEwLjE3IDcuNDMgNy40MyAwIDAgMS0xMC4xMiAyLjgzIDcuNDMgNy40MyAwIDAgMS0yLjYyLTEwLjE4IDcuNDMgNy40MyAwIDAgMSAxMC4xMi0yLjgyem0tNy4xNyA0LjY1YTMuODIgMy44MiAwIDAgMCAxLjM0IDUuMjQgMy44MiAzLjgyIDAgMCAwIDUuMjEtMS40NSAzLjgyIDMuODIgMCAwIDAtMS4zNS01LjI0IDMuODIgMy44MiAwIDAgMC01LjIgMS40NXoiLz48cGF0aCBpZD0iMzd1OGIiIGQ9Ik00MjUuNzIgMTcxLjU4YzExLjQ4IDYuNjMgMTUuMyAyMS41IDguNTQgMzMuMjItNi43NyAxMS43Mi0yMS41NiAxNS44NC0zMy4wNCA5LjIxLTExLjQ4LTYuNjMtMTUuMy0yMS41LTguNTQtMzMuMjIgNi43Ny0xMS43MiAyMS41Ni0xNS44NCAzMy4wNC05LjIxem0tMjMuNDMgMTUuMTdhMTIuNDggMTIuNDggMCAwIDAgNC40IDE3LjEgMTIuNDggMTIuNDggMCAwIDAgMTctNC43NCAxMi40OCAxMi40OCAwIDAgMC00LjQtMTcuMSAxMi40OCAxMi40OCAwIDAgMC0xNyA0Ljc0eiIvPjxwYXRoIGlkPSIzN3U4YyIgZD0iTTI1My43NSAyMDIuOTZjMTEuNDggNi42MyAxNS4zIDIxLjUgOC41NCAzMy4yMi02Ljc3IDExLjcyLTIxLjU2IDE1Ljg0LTMzLjA0IDkuMjEtMTEuNDgtNi42My0xNS4zLTIxLjUtOC41NC0zMy4yMiA2Ljc3LTExLjcyIDIxLjU2LTE1Ljg0IDMzLjA0LTkuMjF6bS0yMy40MyAxNS4xN2ExMi40OCAxMi40OCAwIDAgMCA0LjQgMTcuMSAxMi40OCAxMi40OCAwIDAgMCAxNy00Ljc0IDEyLjQ4IDEyLjQ4IDAgMCAwLTQuNC0xNy4xIDEyLjQ4IDEyLjQ4IDAgMCAwLTE3IDQuNzR6Ii8+PHBhdGggaWQ9IjM3dThlIiBkPSJNNDAxLjQ2IDIzNS4zOGEzLjk2IDMuOTYgMCAwIDEgMS40IDUuNDIgMy45NiAzLjk2IDAgMCAxLTUuNCAxLjUgMy45NiAzLjk2IDAgMCAxLTEuNC01LjQyIDMuOTYgMy45NiAwIDAgMSA1LjQtMS41em0tMy43IDIuNDhjLS41NS45Ni0uMjQgMi4xNy43IDIuNzFzMi4xNS4yIDIuNy0uNzVjLjU1LS45Ni4yNC0yLjE3LS43LTIuNzFhMS45OCAxLjk4IDAgMCAwLTIuNy43NXoiLz48cGF0aCBpZD0iMzd1OGYiIGQ9Ik0zMjMgMjI1LjY1YzAtMTAuMjkgOC41LTE4LjYyIDE5LTE4LjYyczE5IDguMzMgMTkgMTguNjFjMCAxMC4yOS04LjUgMTguNjItMTkgMTguNjJzLTE5LTguMzMtMTktMTguNjF6bTE5IDEwLjc3YTkuOSA5LjkgMCAwIDAgMTAtOS44IDkuOSA5LjkgMCAwIDAtMTAtOS43OSA5LjkgOS45IDAgMCAwLTEwIDkuOCA5LjkgOS45IDAgMCAwIDEwIDkuNzl6Ii8+PGxpbmVhckdyYWRpZW50IGlkPSIzN3U4ZCIgeDE9IjI0MS41IiB4Mj0iMjQxLjUiIHkxPSIyMDAuMTciIHkyPSIyNDguMTgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiM0NTRmODYiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3Atb3BhY2l0eT0iLjUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48Zz48ZyBjbGlwLXBhdGg9InVybCgjY2xpcC1EQjU4RUEzNi05MTRELTQ4QTYtODA3MC0yRTYzMzQ1MDhFNDQpIiBvcGFjaXR5PSIuNTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMTcgLTIwOSkiPjxnIG9wYWNpdHk9Ii41MiI+PHVzZSBmaWxsPSIjM2U0ODdkIiB4bGluazpocmVmPSIjMzd1OGEiLz48L2c+PGcgb3BhY2l0eT0iLjUyIj48dXNlIGZpbGw9IiMzYTQyNzEiIHhsaW5rOmhyZWY9IiMzN3U4YiIvPjwvZz48ZyBvcGFjaXR5PSIuNTIiPjx1c2UgZmlsbD0idXJsKCMzN3U4ZCkiIHhsaW5rOmhyZWY9IiMzN3U4YyIvPjwvZz48ZyBvcGFjaXR5PSIuNTIiPjx1c2UgZmlsbD0iIzNhNDI3MSIgeGxpbms6aHJlZj0iIzM3dThlIi8+PC9nPjxnIG9wYWNpdHk9Ii41MiI+PHVzZSBmaWxsPSIjNDU0Zjg2IiB4bGluazpocmVmPSIjMzd1OGYiLz48L2c+PC9nPjwvZz48L3N2Zz4=) no-repeat 0 0 transparent;z-index:-1}.b-support--footer{bottom:0;width:100%;left:0;position:absolute;height:55px}.b-support--textarea{bottom:0;width:100%;left:0;height:100%;position:absolute;background-color:#5f5f98;padding-right:40px;border-radius:0 0 8px 8px;border:none;color:#ffffff;font-size:.75rem;font-weight:400;padding:5px 16px;resize:vertical}.b-support--send{width:24px;height:24px;border:1px solid #8f9ef1;background:#546eac;background:linear-gradient(180deg, #546eac 0%,#383566 100%);position:absolute;right:12px;bottom:50%;-webkit-transform:translate(0, 50%);transform:translate(0, 50%);border-radius:50%}.b-support--send:before{content:'';position:absolute;background-image:url(/static/assets/static/images/icons.svg);background-position:0 -109px;background-repeat:no-repeat;width:16px;height:10px;top:6px;left:2px}.b-support--close{width:24px;height:24px;border:1px solid #8f9ef1;background:#546eac;background:linear-gradient(180deg, #546eac 0%,#383566 100%);position:absolute;border-radius:50%;cursor:pointer;right:-34px;top:0}@media only screen and (max-width: 576px){.b-support--close{width:20px;height:20px;right:auto;left:16px;top:50%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);background-image:none;background-color:transparent;border:none}}.b-support--close:before{content:'';position:absolute;background-image:url(/static/assets/static/images/icons.svg);background-position:0 -99px;background-repeat:no-repeat;width:10px;height:10px;top:6px;left:6px}@media only screen and (max-width: 576px){.b-support--close:before{background-position:0 -647px;background-repeat:no-repeat;width:20px;height:20px;top:0;left:0}}.b-support--body{position:absolute;top:48px;bottom:55px;width:100%;overflow-y:auto;padding-left:15px;padding-right:15px}@media only screen and (max-width: 576px){.b-support--body{top:58px}}.b-support--body-text{color:#9bb1ff;font-size:.75rem;font-weight:400;line-height:19px}.b-support--body-date{height:46px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;justify-content:center;-ms-flex-pack:center}.b-support--body-time{position:absolute;top:50%;left:-5px;-webkit-transform:translate(0, -50%);transform:translate(0, -50%)}.b-support--body-name{padding-left:13px;padding-bottom:6px}.b-support--message{background:#ffffff;border-radius:8px;color:#253156;font-size:.8125rem;font-weight:400;line-height:18px;position:relative;display:-ms-inline-flexbox;display:inline-flex;padding:10px 12px 15px;margin-left:35px}.b-support--message:before{content:"";width:0;height:0;border-top:9px solid transparent;border-left:9px solid #ffffff;border-bottom:9px solid transparent;position:absolute;right:-3px;bottom:25%}.b-support--message-wrapper{position:relative;margin-bottom:14px}@media only screen and (max-width: 576px){.b-support--message-wrapper{margin-bottom:25px}}.b-support--message-income .b-support--message{color:#ffffff;font-size:.875rem;font-weight:400;line-height:22px;background-color:#35b084;margin-left:0;margin-right:35px}.b-support--message-income .b-support--message:before{border-right:9px solid #35b084;border-left:none;left:-3px;right:auto}.b-support--textarea::-webkit-input-placeholder{color:#ffffff;font-size:.75rem;font-weight:400}.b-support--textarea::-moz-placeholder{color:#ffffff;font-size:.75rem;font-weight:400}.b-support--textarea:-ms-input-placeholder{color:#ffffff;font-size:.75rem;font-weight:400}.b-support--textarea::-ms-input-placeholder{color:#ffffff;font-size:.75rem;font-weight:400}.b-support--textarea::placeholder{color:#ffffff;font-size:.75rem;font-weight:400}.b-support--textarea:disabled,.form-control[readonly]{color:#ffffff;font-size:.75rem;font-weight:400}.partners{text-align:center;background-color:#202b49;border-top:1px solid #3a4050}.partners ul{margin:0;list-style:none;padding:0;font-size:0}.partners ul li{padding:16px;margin:0 auto;display:inline-block;vertical-align:middle}.partners ul li .logo-visa{height:32px}.partners ul li .logo-mastercard{height:48px}.credentials{background-color:#202b49;text-align:center;font-size:14px;color:#fff;border-top:1px solid #374771}.credentials p{margin:0;padding:16px 12.5vw;line-height:20px}.credentials .copy{padding:0;background-color:#101627;line-height:40px;border-top:1px solid #374771}[type="checkbox"]:not(:checked),[type="checkbox"]:checked{position:absolute;left:-9999px}[type="checkbox"]:not(:checked)+label,[type="checkbox"]:checked+label{position:relative;padding-left:58px;cursor:pointer;color:#ffffff}@media only screen and (max-width: 576px){[type="checkbox"]:not(:checked)+label,[type="checkbox"]:checked+label{padding-left:36px}}[type="checkbox"]:not(:checked)+label:before,[type="checkbox"]:checked+label:before{content:'';position:absolute;left:0;top:-1px;width:26px;height:26px;background:#323d62;border:1px solid #576591;border-radius:4px}@media only screen and (max-width: 576px){[type="checkbox"]:not(:checked)+label:before,[type="checkbox"]:checked+label:before{width:20px;height:20px}}[type="checkbox"]:not(:checked)+label:after,[type="checkbox"]:checked+label:after{content:'';position:absolute;transition:all .2s;background-image:url(/static/assets/static/images/icons.svg);background-position:0 -89px;background-repeat:no-repeat;width:14px;height:10px;top:7px;left:6px}@media only screen and (max-width: 576px){[type="checkbox"]:not(:checked)+label:after,[type="checkbox"]:checked+label:after{top:4px;left:4px}}[type="checkbox"]:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}[type="checkbox"]:checked+label:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.slick-list{padding:0 !important}.slick-track{will-change:transform !important;font-size:0}.b-slider--photo{min-height:10em;width:100%}.slick-slide{position:relative;width:100vw}.slide{overflow:hidden}.slide:before{content:"";position:absolute;left:0;top:0;right:0;height:100%;width:100%;background:#101427;background:linear-gradient(to right, #101427 0%,rgba(0,0,0,0) 70%)}.slick-dots{bottom:42px}@media only screen and (max-width: 771px){.slick-dots{bottom:16px}}.slick-dots li{margin:0}.slick-dots li button:before{font-size:10px;color:rgba(255,255,255,0.4)}.slick-dots li.slick-active button:before{color:#ffffff}.slick-dots li button:before{opacity:1}.slick-dotted.slick-slider{margin-bottom:0}.b-slider--content{padding-left:106px;padding-top:7%;bottom:0;max-width:78%;padding-right:10%}@media (min-width: 1207px){.b-slider--content{padding-top:10%}}@media only screen and (max-width: 992px){.b-slider--content{padding-left:35px}}@media only screen and (max-width: 576px){.b-slider--content{padding-left:16px;max-width:90%;margin:0}}.b-slider--content-header{font-family:"AG_Futura",sans-serif;font-size:4.375rem;font-weight:700;line-height:73px;color:#ffffff;padding-bottom:52px;position:relative}.b-slider--content-header span{color:#ff9800;display:block}@media only screen and (max-width: 992px){.b-slider--content-header span{display:inline}}@media only screen and (max-width: 992px){.b-slider--content-header{font-size:2.75rem;line-height:50px;padding-bottom:19px}}@media only screen and (max-width: 576px){.b-slider--content-header{font-size:2.1875rem;line-height:42px;padding-bottom:10px}}.b-slider--content-description{color:#ffffff;font-size:1.25rem;font-weight:700;line-height:30px;text-transform:uppercase;padding-bottom:44px;position:relative}@media only screen and (max-width: 992px){.b-slider--content-description{font-size:1.125rem;line-height:25px;max-width:202px;padding-bottom:37px}}@media only screen and (max-width: 576px){.b-slider--content-description{font-size:.875rem;line-height:21px;padding-bottom:29px}}.page-wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%}.main-container{-ms-flex:1 0 auto;flex:1 0 auto;display:-ms-flexbox;display:flex}.main-container-wrapper{display:-ms-flexbox;display:flex;width:100%}@media only screen and (max-width: 576px){.main-container-wrapper{-ms-flex-flow:wrap;flex-flow:wrap}}h2{color:#ffffff;font-size:1.375rem;font-weight:700;line-height:26px;text-transform:uppercase}@media only screen and (max-width: 992px){h2{font-size:1.125rem}}@media only screen and (max-width: 576px){h2{font-size:1rem}}.custom-color--yellow{color:#fbc631}@-webkit-keyframes shake{0%{-webkit-transform:translate(1px, 1px) rotate(0deg);transform:translate(1px, 1px) rotate(0deg)}10%{-webkit-transform:translate(-1px, -2px) rotate(-1deg);transform:translate(-1px, -2px) rotate(-1deg)}20%{-webkit-transform:translate(-3px, 0px) rotate(1deg);transform:translate(-3px, 0px) rotate(1deg)}30%{-webkit-transform:translate(3px, 2px) rotate(0deg);transform:translate(3px, 2px) rotate(0deg)}40%{-webkit-transform:translate(1px, -1px) rotate(1deg);transform:translate(1px, -1px) rotate(1deg)}50%{-webkit-transform:translate(-1px, 2px) rotate(-1deg);transform:translate(-1px, 2px) rotate(-1deg)}60%{-webkit-transform:translate(-3px, 1px) rotate(0deg);transform:translate(-3px, 1px) rotate(0deg)}70%{-webkit-transform:translate(3px, 1px) rotate(-1deg);transform:translate(3px, 1px) rotate(-1deg)}80%{-webkit-transform:translate(-1px, -1px) rotate(1deg);transform:translate(-1px, -1px) rotate(1deg)}90%{-webkit-transform:translate(1px, 2px) rotate(0deg);transform:translate(1px, 2px) rotate(0deg)}100%{-webkit-transform:translate(1px, -2px) rotate(-1deg);transform:translate(1px, -2px) rotate(-1deg)}}@keyframes shake{0%{-webkit-transform:translate(1px, 1px) rotate(0deg);transform:translate(1px, 1px) rotate(0deg)}10%{-webkit-transform:translate(-1px, -2px) rotate(-1deg);transform:translate(-1px, -2px) rotate(-1deg)}20%{-webkit-transform:translate(-3px, 0px) rotate(1deg);transform:translate(-3px, 0px) rotate(1deg)}30%{-webkit-transform:translate(3px, 2px) rotate(0deg);transform:translate(3px, 2px) rotate(0deg)}40%{-webkit-transform:translate(1px, -1px) rotate(1deg);transform:translate(1px, -1px) rotate(1deg)}50%{-webkit-transform:translate(-1px, 2px) rotate(-1deg);transform:translate(-1px, 2px) rotate(-1deg)}60%{-webkit-transform:translate(-3px, 1px) rotate(0deg);transform:translate(-3px, 1px) rotate(0deg)}70%{-webkit-transform:translate(3px, 1px) rotate(-1deg);transform:translate(3px, 1px) rotate(-1deg)}80%{-webkit-transform:translate(-1px, -1px) rotate(1deg);transform:translate(-1px, -1px) rotate(1deg)}90%{-webkit-transform:translate(1px, 2px) rotate(0deg);transform:translate(1px, 2px) rotate(0deg)}100%{-webkit-transform:translate(1px, -2px) rotate(-1deg);transform:translate(1px, -2px) rotate(-1deg)}}.form-error{-webkit-animation:shake 0.5s;animation:shake 0.5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.hidden{display:none}.content{font-size:1rem;line-height:1.5rem;color:#ccc}.content__h1,.content__h2,.content__h3,.content__h4{margin:0 0 4.319%;padding:0;font-weight:400;font-size:2.5rem;line-height:3.0625rem}.content__h1--yellow,.content__h2--yellow,.content__h3--yellow,.content__h4--yellow{color:#ef9600}.content__h1--yellow .content__link,.content__h2--yellow .content__link,.content__h3--yellow .content__link,.content__h4--yellow .content__link,.content__h1--yellow .content__link:focus,.content__h2--yellow .content__link:focus,.content__h3--yellow .content__link:focus,.content__h4--yellow .content__link:focus{color:inherit;text-shadow:none}.content__h1--yellow .content__link:hover,.content__h2--yellow .content__link:hover,.content__h3--yellow .content__link:hover,.content__h4--yellow .content__link:hover{text-shadow:none}.content__h1--yellow .content__link:active,.content__h2--yellow .content__link:active,.content__h3--yellow .content__link:active,.content__h4--yellow .content__link:active{color:inherit;text-shadow:none}.content__h1--center,.content__h2--center,.content__h3--center,.content__h4--center{text-align:center}.content__h2{font-size:2.125rem;line-height:2.60312rem;margin-top:3.67115%;margin-bottom:3.67115%}.content__h3{font-size:1.75rem;line-height:2.14375rem;margin-top:3.0233%;margin-bottom:3.0233%}.content__h4{font-size:1.5rem;line-height:1.8375rem;margin-top:2.5914%;margin-bottom:2.5914%;font-weight:600}.content__list{list-style:none;margin:6.039% 0 6.039% 6.039%;padding:0}.content__item{margin:0 0 30px 0;padding:0 0 0 30px;position:relative;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKBAMAAAB/HNKOAAAAKlBMVEVHcEytra2tra2tra2rq6uurq6tra2tra2tra2urq6urq6srKyrq6uurq532W9qAAAADnRSTlMAgF4jKD17YXdYaCtGReviF7AAAAA1SURBVAjXY2Aw6lBmYGAVFBQMYHAEksIMikBSkkEQBKAkSEScYSOQlGbgAZIXGBh2pZUwAACuqQcRHGDYGgAAAABJRU5ErkJggg==) left center no-repeat}.content__link,.content a:not(.button){color:inherit;text-decoration:underline}.content__link:focus,.content__link:hover,.content__link:active,.content a:not(.button):focus,.content a:not(.button):hover,.content a:not(.button):active{text-decoration:none}.content__p--center{text-align:center}.tabs{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;margin-top:-0.9rem}.tabs__radio{position:absolute;top:0;left:0;visibility:hidden}.tabs__radio:checked+.tabs__label::before{background-color:#f79700}.tabs__radio:checked+.tabs__label+.tabs__content{display:-ms-flexbox;display:flex}.tabs__label{display:inline-block;position:relative;padding:0;width:199px;height:96px;border-radius:48px;border:1px solid #556ab7;background-color:#556ab7;cursor:pointer;margin:3.6rem 12px 0 0}.tabs__label::before{content:'';display:block;position:absolute;width:19px;height:19px;top:50%;left:8%;-webkit-transform:translate(-8%, -50%);transform:translate(-8%, -50%);border:3px solid #556ab7;box-shadow:0 0 0 1px #f79700;border-radius:50%}.tabs__label::after{content:'';display:block;position:absolute;top:0;right:0;margin:0;padding:0;width:78.2%;height:100%;border-radius:0 48px 48px 0;background-color:#465793}.tabs__label:last-of-type{margin-right:0}.tabs__label--wide{width:100%;margin-right:0}.tabs__label--cashGlobalpay::after{background:#465793 url("/static/images/pay_global.png") center center no-repeat}.tabs__label--cashBitcoin::after{background:#465793 url("/static/images/Bitcoin.png") center center no-repeat}@media only screen and (max-width: 576px){.tabs__label{height:60px;width:100%;margin-left:auto;margin-right:auto}.tabs__label:last-of-type{margin-right:auto}}.tabs__labelText{display:block;padding:0;color:#fff;font-size:1rem;line-height:1rem;text-align:center;margin:-1.6875rem 0 0}@media only screen and (max-width: 576px){.tabs__labelText{text-align:left;font-size:.75rem}}.tabs__content{display:none;-ms-flex-order:99;order:99;width:100%;padding-top:35px}.spoiler__content--hidden{display:none}.homeGames--hidden{display:none}.homeGames__header{display:none;margin:0;padding:0}@media only screen and (max-width: 771px){.homeGames__header{display:block}}.homeGames__item{position:relative}.homeGames__item--new::before{content:'';display:block;position:absolute;left:-7px;top:5px;z-index:3;width:41px;height:34px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAiCAMAAAD1eQAHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAE7UExURUdwTOK9FMmgOd+4J+XBAObCAOTABeO/AOTBAOXBAN+3QOm5ENy1PNywHtGmLtqySt+vINmzUNmwUO+/AO+/A/PDAO6/DfLCAOO4LuXBAAAAANmxUOTABE5DC8aePdqyS+K9E9+5KN+5J9y1Oy8oBdywHv/rjdy1PPDAAw8NAejHE+XABOO+FMmgOeK9FNGnLdKoLtqyTOe5D9mySx8bAw8NAM6zKkxAAMmgOsigOd22POi6D8anAF9TFKiOAPPXS3pnAPLCAD41BfrjcS8oBvbdXvHVQo99H4t2Bx8aAWtaAN24D9iwUOi5D9+6DtOpLN+2Md2zIem8GoBxIPXaVfzleuzMJj40A3xqCz82Ca+YI5GAKD41BH9vHVxNAHBiHNO8Ru7PL11QCYl0AE9FEC4nAqKPMi4nAD41B8tV3o0AAAAZdFJOUwDAr3Cwv+BAwIAgUPDvX2AQUOAgYJDIwMGX3O/xAAABU0lEQVQ4y42TZ1ODYAyAX2ete2tScVSggFarAtVaWrrscO+95///BYbDqndyknwg9x7PJQ8JrxBCDPa3TgtO9PSlNljk6KqyvM4hR7RdJZXkkGMa1WSRE9qmwvMsaFzPgleT1X2c7TnJ9owdcT1jMweH+0keOT83u7cN/0ZHxCPXMvGlKQiLKJErVHMhlIQIdU/EF8NrQpfvySCBPBMcT49kegLbE357pjFNj3fKiI1nzMId5sCl3CS/5ynp9EaSKatq3sYa1PULKJrGX09JLr/6JB0M8ymLchEsJ8BTkt/Q9Ujq7oJTr+nXVg6rTXLnx1OSH1+sD7/7FlTx5tLGc7QD5knlHnT86g424q1hWmUDgjzBuEe/e4NE8QocPA6aZ6UEkFdLUFHp2wFO1TM4IY2AeYbuPcPc+zBz7+1iiLl3uh8DvRzPqHfnuttaOsN+eKr4CQy7d0vrOH2kAAAAAElFTkSuQmCC) 0 0 no-repeat}.homeGames__itemLines{display:block;position:absolute;left:0;top:0;z-index:3;padding:0 11px;height:18px;line-height:18px;font-size:11px;font-family:Arial, sans-serif;font-weight:600;color:#111628;text-transform:uppercase;text-align:center;background:#43a3dd;border-radius:8px 0 8px 0;box-shadow:1px 1px 2px rgba(0,0,0,0.35)}.homeGames__favorite{display:block;position:absolute;top:5px;right:5px;z-index:2;width:24px;height:24px;margin:0;padding:0;border-radius:50%;background:#fff;color:#e3e3e3;font-size:.75rem;line-height:24px;text-align:center;cursor:pointer}.homeGames__favorite:focus,.homeGames__favorite:hover,.homeGames__favorite:active{background:#ddd;color:#bbb}.homeGames__favorite--added,.homeGames__favorite--added:focus,.homeGames__favorite--added:hover,.homeGames__favorite--added:active{color:#e91e63}.homeSearch__button--hidden{display:none}.homeSearch__button--clear{position:absolute;top:0;right:8px;bottom:0;width:20px;border:0;background:transparent;color:#9babe7;cursor:pointer;text-align:right;font-size:1rem}.searchHeader{display:block}.giftsButtons_profile{background-image:url("/static/images/small_icon_profile.png");background-size:contain;background-repeat:no-repeat;display:block;position:absolute;width:24px;height:27px;left:4px}@media only screen and (max-width: 992px){.giftsButtons_profile{position:static;margin-right:4px}}.giftsButtons_page{z-index:999;background-image:url("/static/images/ukatu_present_icon_anim.png");background-size:contain;position:fixed;width:80px;height:80px;bottom:68px;right:8px}[data-page="game"] .giftsButtons_page{background-image:url("/static/images/ukatu_present_icon.png")}@media only screen and (max-width: 576px){[data-page="game"] .giftsButtons_page{display:none}}.giftsTable{width:100%;text-align:left}@media only screen and (max-width: 576px){.giftsTable{font-size:75%}}.giftsTable>tbody>tr>td{padding:0 0 20px 0}.giftsTable>tbody>tr:last-child>td{padding:0}.giftsTable__title{margin:0;padding:0;font-size:1.125rem;background:#232f54;color:#fbc631;display:inline-block;width:100%;border-top-left-radius:10px;border-top-right-radius:10px}.giftsTable__conditions{list-style:none;background:#232f54;border-bottom-left-radius:10px;border-bottom-right-radius:10px;padding:10px;margin:0;font-size:14px;line-height:14px}.giftsTable__condition{margin:0;padding:5px 0 5px 20px;color:#999;text-indent:-20px}.giftsTable__condition:before{content:"\2714";padding-right:5px;color:green}.giftsTable__condition.not-checked{color:#e6e6e6}.giftsTable__condition.not-checked:before{color:red;content:"\2718"}.giftsTable__gift{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:0;color:#ccc;height:130px;margin:0}.giftsTable__preview{margin:0;padding:0;background:#101627;border:0;border-radius:0;background:none;max-width:50%;max-height:130px;width:auto;height:auto}.giftsTable__preview>*{border-radius:8px;width:125.88235px;height:78.23529px}@media only screen and (max-width: 576px){.giftsTable__preview>*{width:71.93277px;height:44.70588px}}.giftsTable__preview img{border-radius:0;display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.giftsTable__timer{margin:0;padding:0;text-align:center;font-size:80%}.giftsTable__timer table td{padding:2px;color:#fff}.giftsTable__timer div:first-child{margin:12px 5px 0;line-height:15px}.giftsTable__timer div:first-child span{font-size:20px;color:#fff}.giftsTable__wager{float:right;padding:7px;font-size:10px;text-align:center;background:#484985;border-bottom-left-radius:8px;border-top-right-radius:8px;border-left:2px solid #7181df;border-bottom:2px solid #7181df;margin-left:7px}.giftsTable__wagerValue{font-size:12px;color:#fff}.giftsTable__titleText{padding:10px 15px}.giftsTable__row{padding:10px 0}.giftsTable__card{border:2px solid #7181df;border-radius:10px;padding:0}.giftsTable__buttonOrange{font-size:16px;font-weight:bold;margin:10px 0 5px;text-shadow:0px 1px 2px #00000080;border-radius:50px;padding:8% 12%}.giftsTable__buttonGray{font-size:16px;font-weight:bold;margin:10px 0 5px;text-shadow:0px 1px 2px #00000080;background:gray;border-radius:50px;padding:8% 12%;opacity:0.5}.giftsTable__buttonGray:hover,.giftsTable__buttonGray:active{background:gray}.giftsTable__clockTable{margin:0 auto 7px;font-size:14px}#popupGifts .b-popup--main{padding-left:20px;padding-right:20px}#autoComplete_results_list{position:absolute;display:none;left:0;right:0;padding:0;margin:1px 9px 0;max-height:40vh;overflow:auto;z-index:998;border-radius:0 0 6px 6px}.autoComplete_result{list-style:none;margin:0 auto;padding:.3rem .5rem .3rem 25px;color:#fff;background-color:#465793;border-bottom:1px solid #556ab7;font-size:.8125rem;text-align:left}.autoComplete_result:last-of-type{border-bottom:0}.autoComplete_result:focus,.autoComplete_result:hover,.autoComplete_result:active{outline:none;cursor:pointer;background:#3e4d82}.autoComplete_highlighted{color:#efa338}.landing_overlay{width:100%;height:10000px;z-index:1000000;position:absolute;top:0;left:0;opacity:0;cursor:pointer}.wrong_region_body{background-image:url(/static/images/wrong_region/bg.png);background-repeat:no-repeat;background-position:top center;background-size:cover}.wrong_region_logo{background-image:url(/static/images/wrong_region/dog.png);background-repeat:no-repeat;background-position:top center;height:20%;background-size:contain;margin-top:20px}.wrong_region_label{text-transform:uppercase;font-weight:700;line-height:40px;color:#FF9800;font-size:2.5rem;text-align:center;padding-top:30px;padding-bottom:20px}.wrong_region_label_sub{font-weight:500;line-height:24px;font-size:1.3rem;text-align:center;padding-top:20px;padding-bottom:20px;color:#fff}.wrong_region_label_sub2{font-weight:500;line-height:24px;font-size:1.3rem;text-align:center;padding-top:20px;padding-bottom:20px;color:#fff}.wrong_region_label_sub3{padding-top:40px;font-size:1rem}.wrong_region_email{color:#FF9800}.wrong_region_label_sub4{padding-top:10px}@media (max-width: 500px){.wrong_region_label{font-size:1rem;padding-top:20px;line-height:22px;padding-bottom:10px}.wrong_region_label_sub{font-weight:500;line-height:20px;font-size:1rem;text-align:center;padding-top:10px;padding-bottom:20px;color:#fff}.wrong_region_label_sub2{font-weight:300;line-height:18px;font-size:0.8rem;padding-top:10px;padding-bottom:10px;color:#fff}.wrong_region_label_sub3{padding-top:50px;padding-bottom:10px;font-size:0.8rem}.wrong_region_label_sub4{padding-top:0}}.wrong_region_title_alt{font-weight:normal !important;font-size:18px}.validate_error{border:1px solid red}.bg-white{background-color:#fff !important}.gray_image{-webkit-filter:grayscale(100%);filter:grayscale(100%);opacity:0.5}.test_logo,.test_logo_mobile{position:absolute;color:white;left:0;text-shadow:black 0 0 6px}.test_logo{top:50%;font-size:30px}.test_logo_mobile{top:0;font-size:60px}.p-relative{position:relative}.loader{opacity:.4 !important;transition:opacity .4s linear;pointer-events:none !important}#gift_right_btn{position:fixed;right:0;bottom:200px;z-index:100}#gift_right_btn img{width:100px}#gift_profile_icon{position:absolute;width:30px;margin-top:-10px;margin-left:-100px}

