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

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

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

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

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

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

body {
    margin: 0;
  }

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

main {
    display: block;
  }

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

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

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

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

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

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

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

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

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

a {
    background-color: transparent;
  }

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

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

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

b,
  strong {
    font-weight: bolder;
  }

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

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

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

small {
    font-size: 80%;
  }

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

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

sub {
    bottom: -0.25em;
  }

sup {
    top: -0.5em;
  }

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

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

img {
    border-style: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
    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;
  }

/*!
 * Bootstrap Grid v4.4.0 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

html{box-sizing:border-box;-ms-overflow-style:scrollbar}

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

.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}

@media (min-width:576px){.container{max-width:540px}}

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

@media (min-width:992px){.container{max-width:960px}}

@media (min-width:1200px){.container{max-width:1140px}}

.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}

@media (min-width:576px){.container,.container-sm{max-width:540px}}

@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}

@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}

@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}

.no-gutters{margin-right:0;margin-left:0}

.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.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-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}

.col{flex-basis:0;flex-grow:1;max-width:100%}

.row-cols-1>*{flex:0 0 100%;max-width:100%}

.row-cols-2>*{flex:0 0 50%;max-width:50%}

.row-cols-3>*{flex:0 0 33.333333%;max-width:33.333333%}

.row-cols-4>*{flex:0 0 25%;max-width:25%}

.row-cols-5>*{flex:0 0 20%;max-width:20%}

.row-cols-6>*{flex:0 0 16.666667%;max-width:16.666667%}

.col-auto{flex:0 0 auto;width:auto;max-width:100%}

.col-1{flex:0 0 8.333333%;max-width:8.333333%}

.col-2{flex:0 0 16.666667%;max-width:16.666667%}

.col-3{flex:0 0 25%;max-width:25%}

.col-4{flex:0 0 33.333333%;max-width:33.333333%}

.col-5{flex:0 0 41.666667%;max-width:41.666667%}

.col-6{flex:0 0 50%;max-width:50%}

.col-7{flex:0 0 58.333333%;max-width:58.333333%}

.col-8{flex:0 0 66.666667%;max-width:66.666667%}

.col-9{flex:0 0 75%;max-width:75%}

.col-10{flex:0 0 83.333333%;max-width:83.333333%}

.col-11{flex:0 0 91.666667%;max-width:91.666667%}

.col-12{flex:0 0 100%;max-width:100%}

.order-first{order:-1}

.order-last{order:13}

.order-0{order:0}

.order-1{order:1}

.order-2{order:2}

.order-3{order:3}

.order-4{order:4}

.order-5{order:5}

.order-6{order:6}

.order-7{order:7}

.order-8{order:8}

.order-9{order:9}

.order-10{order:10}

.order-11{order:11}

.order-12{order:12}

.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{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-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{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-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{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-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{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-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%}}

.d-none{display:none!important}

.d-inline{display:inline!important}

.d-inline-block{display:inline-block!important}

.d-block{display:block!important}

.d-table{display:table!important}

.d-table-row{display:table-row!important}

.d-table-cell{display:table-cell!important}

.d-flex{display:flex!important}

.d-inline-flex{display:inline-flex!important}

@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}

@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}

@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}

@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}

@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}

.flex-row{flex-direction:row!important}

.flex-column{flex-direction:column!important}

.flex-row-reverse{flex-direction:row-reverse!important}

.flex-column-reverse{flex-direction:column-reverse!important}

.flex-wrap{flex-wrap:wrap!important}

.flex-nowrap{flex-wrap:nowrap!important}

.flex-wrap-reverse{flex-wrap:wrap-reverse!important}

.flex-fill{flex:1 1 auto!important}

.flex-grow-0{flex-grow:0!important}

.flex-grow-1{flex-grow:1!important}

.flex-shrink-0{flex-shrink:0!important}

.flex-shrink-1{flex-shrink:1!important}

.justify-content-start{justify-content:flex-start!important}

.justify-content-end{justify-content:flex-end!important}

.justify-content-center{justify-content:center!important}

.justify-content-between{justify-content:space-between!important}

.justify-content-around{justify-content:space-around!important}

.align-items-start{align-items:flex-start!important}

.align-items-end{align-items:flex-end!important}

.align-items-center{align-items:center!important}

.align-items-baseline{align-items:baseline!important}

.align-items-stretch{align-items:stretch!important}

.align-content-start{align-content:flex-start!important}

.align-content-end{align-content:flex-end!important}

.align-content-center{align-content:center!important}

.align-content-between{align-content:space-between!important}

.align-content-around{align-content:space-around!important}

.align-content-stretch{align-content:stretch!important}

.align-self-auto{align-self:auto!important}

.align-self-start{align-self:flex-start!important}

.align-self-end{align-self:flex-end!important}

.align-self-center{align-self:center!important}

.align-self-baseline{align-self:baseline!important}

.align-self-stretch{align-self:stretch!important}

@media (min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}

@media (min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}

@media (min-width:992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}

@media (min-width:1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}

.m-0{margin:0!important}

.mt-0,.my-0{margin-top:0!important}

.mr-0,.mx-0{margin-right:0!important}

.mb-0,.my-0{margin-bottom:0!important}

.ml-0,.mx-0{margin-left:0!important}

.m-1{margin:.25rem!important}

.mt-1,.my-1{margin-top:.25rem!important}

.mr-1,.mx-1{margin-right:.25rem!important}

.mb-1,.my-1{margin-bottom:.25rem!important}

.ml-1,.mx-1{margin-left:.25rem!important}

.m-2{margin:.5rem!important}

.mt-2,.my-2{margin-top:.5rem!important}

.mr-2,.mx-2{margin-right:.5rem!important}

.mb-2,.my-2{margin-bottom:.5rem!important}

.ml-2,.mx-2{margin-left:.5rem!important}

.m-3{margin:1rem!important}

.mt-3,.my-3{margin-top:1rem!important}

.mr-3,.mx-3{margin-right:1rem!important}

.mb-3,.my-3{margin-bottom:1rem!important}

.ml-3,.mx-3{margin-left:1rem!important}

.m-4{margin:1.5rem!important}

.mt-4,.my-4{margin-top:1.5rem!important}

.mr-4,.mx-4{margin-right:1.5rem!important}

.mb-4,.my-4{margin-bottom:1.5rem!important}

.ml-4,.mx-4{margin-left:1.5rem!important}

.m-5{margin:3rem!important}

.mt-5,.my-5{margin-top:3rem!important}

.mr-5,.mx-5{margin-right:3rem!important}

.mb-5,.my-5{margin-bottom:3rem!important}

.ml-5,.mx-5{margin-left:3rem!important}

.p-0{padding:0!important}

.pt-0,.py-0{padding-top:0!important}

.pr-0,.px-0{padding-right:0!important}

.pb-0,.py-0{padding-bottom:0!important}

.pl-0,.px-0{padding-left:0!important}

.p-1{padding:.25rem!important}

.pt-1,.py-1{padding-top:.25rem!important}

.pr-1,.px-1{padding-right:.25rem!important}

.pb-1,.py-1{padding-bottom:.25rem!important}

.pl-1,.px-1{padding-left:.25rem!important}

.p-2{padding:.5rem!important}

.pt-2,.py-2{padding-top:.5rem!important}

.pr-2,.px-2{padding-right:.5rem!important}

.pb-2,.py-2{padding-bottom:.5rem!important}

.pl-2,.px-2{padding-left:.5rem!important}

.p-3{padding:1rem!important}

.pt-3,.py-3{padding-top:1rem!important}

.pr-3,.px-3{padding-right:1rem!important}

.pb-3,.py-3{padding-bottom:1rem!important}

.pl-3,.px-3{padding-left:1rem!important}

.p-4{padding:1.5rem!important}

.pt-4,.py-4{padding-top:1.5rem!important}

.pr-4,.px-4{padding-right:1.5rem!important}

.pb-4,.py-4{padding-bottom:1.5rem!important}

.pl-4,.px-4{padding-left:1.5rem!important}

.p-5{padding:3rem!important}

.pt-5,.py-5{padding-top:3rem!important}

.pr-5,.px-5{padding-right:3rem!important}

.pb-5,.py-5{padding-bottom:3rem!important}

.pl-5,.px-5{padding-left:3rem!important}

.m-n1{margin:-.25rem!important}

.mt-n1,.my-n1{margin-top:-.25rem!important}

.mr-n1,.mx-n1{margin-right:-.25rem!important}

.mb-n1,.my-n1{margin-bottom:-.25rem!important}

.ml-n1,.mx-n1{margin-left:-.25rem!important}

.m-n2{margin:-.5rem!important}

.mt-n2,.my-n2{margin-top:-.5rem!important}

.mr-n2,.mx-n2{margin-right:-.5rem!important}

.mb-n2,.my-n2{margin-bottom:-.5rem!important}

.ml-n2,.mx-n2{margin-left:-.5rem!important}

.m-n3{margin:-1rem!important}

.mt-n3,.my-n3{margin-top:-1rem!important}

.mr-n3,.mx-n3{margin-right:-1rem!important}

.mb-n3,.my-n3{margin-bottom:-1rem!important}

.ml-n3,.mx-n3{margin-left:-1rem!important}

.m-n4{margin:-1.5rem!important}

.mt-n4,.my-n4{margin-top:-1.5rem!important}

.mr-n4,.mx-n4{margin-right:-1.5rem!important}

.mb-n4,.my-n4{margin-bottom:-1.5rem!important}

.ml-n4,.mx-n4{margin-left:-1.5rem!important}

.m-n5{margin:-3rem!important}

.mt-n5,.my-n5{margin-top:-3rem!important}

.mr-n5,.mx-n5{margin-right:-3rem!important}

.mb-n5,.my-n5{margin-bottom:-3rem!important}

.ml-n5,.mx-n5{margin-left:-3rem!important}

.m-auto{margin:auto!important}

.mt-auto,.my-auto{margin-top:auto!important}

.mr-auto,.mx-auto{margin-right:auto!important}

.mb-auto,.my-auto{margin-bottom:auto!important}

.ml-auto,.mx-auto{margin-left:auto!important}

@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}

@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}

@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}

@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}

@font-face{font-family:'Montserrat-Regular';font-style:normal;font-weight:normal;font-display:swap;src:url(fonts/e38287edb5c359961c3e74f485a3d408.woff) format("woff")}

@font-face{font-family:'MuseoSansCyrl100';font-style:normal;font-weight:normal;font-display:swap;src:url(fonts/ef79c01c758fe5ede0745f89a6b2397c.woff) format("woff")}

@font-face{font-family:'MuseoSansCyrl300';font-style:normal;font-weight:normal;font-display:swap;src:url(fonts/2857092618332b39e49beb438f499689.woff) format("woff")}

@font-face{font-family:'MuseoSansCyrl300';font-style:normal;font-weight:normal;font-display:swap;src:url(fonts/2857092618332b39e49beb438f499689.woff) format("woff")}

@font-face{font-family:'MuseoSansCyrl400';font-style:normal;font-weight:normal;font-display:swap;src:url(fonts/c9f657536253a9b54b32b71ef8beeee5.woff) format("woff")}

@font-face{font-family:'MuseoSansCyrl700';font-style:normal;font-weight:normal;font-display:swap;src:url(fonts/fc9ccc9e0c73f2615b3e2ae61c749b74.woff) format("woff")}

@font-face{font-family:'CoreSansC';font-style:normal;font-weight:normal;font-display:swap;src:url(fonts/4b8ab5a67446bfecb80bdc8b7e45d4e5.woff) format("woff")}

:root{--color-white: #F5F6F7;--color-grey: #DCDEE0;--color-woodsmoke: #141516;--color-black-russian: #0c0c0d;--color-alice-blue: #f5f6f7;--color-bright-grey: #51555c;--color-vulcan: #363940;--color-mischka: #adb0b4;--color-pattens-blue: #dcdee0;--color-storm-grey: #737780;--color-black-storm: #18191b;--color-seashell: #fff6f2;--color-link-water: #cfd2d6;--color-black-plato: #28292d;--color-blue-charcoal: #222324;--color-arrow-light: invert(0);--color-arrow-dark: invert(1);--color-shadow-light: 0 2px 10px 0 rgba(0, 0, 0, 0.1);--color-shadow-dark: 0 2px 10px 0 rgba(0, 0, 0, 0.5);--color-link-black: #1a1b1c;--color-hover-tab-light: #f5f6f7;--color-hover-tab-dark: #141516;--color-grey-mouse: #51555c;--color-strong-leg: #9ea0a4;--color-easy-dark: #0b0f1e;--color-white-smoke: #f5f5f5;--color-dark-grey: #121212;--color-eerie-black: #1b1b1b;--color-light-orange: #ff5500;--color-dark-orange: #ff6e33;--color-orange-1-light: #ff5500;--color-orange-2-light: #ff6e33;--color-orange-3-light: #e64800;--color-orange-1-dark: #ff6e33;--color-orange-2-dark: #ff895a;--color-orange-3-dark: #f44f00;--color-background: var(--color-white);--color-bg-section: var(--color-alice-blue);--color-bg-table-subheader: var(--color-grey);--color-bg-plaform: var(--color-seashell);--color-bg-footer: var(--color-black-plato);--color-bg-faq: var(--color-white);--color-border-section: var(--color-link-water);--color-bg-content: var(--color-white);--color-bg-link: var(--color-white);--color-bg-cookie: var(--color-white);--color-text-headline: var(--color-black-russian);--color-text-subheadline: var(--color-storm-grey);--color-secondary: var(--color-woodsmoke);--color-text-context: var(--color-storm-grey);--color-text: var(--color-storm-grey);--color-text-decribe: var(--color-vulcan);--color-text-cookie: var(--color-bright-grey);--color-link-cookie: var(--color-black-plato);--color-active-swiper: var(--color-white);--color-arrow: var(--color-arrow-light);--color-shadow: var(--color-shadow-light);--color-tab-bg: var(--color-white);--color-hover-tab: var(--color-hover-tab-light);--color-table-head: var(--color-alice-blue);--color-text-faq: var(--color-grey-mouse);--color-text-bold: var(--color-black-storm);--color-bg-image: invert(0);--color-text-cfd: var(--color-vulcan);--color-text-error: var(--color-easy-dark);--color-reason-text: var(--color-storm-grey);--color-btn-text: var(--color-alice-blue);--color-text-tab: var(--color-bright-grey);--color-master-text: var(--color-black-plato);--color-text-phone-subheadline: var(--color-strong-leg);--color-subheadline-goals: var(--color-white-smoke);--color-table-cell-text: var(--color-vulcan);--color-dark-bg-section: var(--color-alice-blue);--color-black-bg-section: var(--color-white);--color-text-answer: var(--color-bright-grey);--color-orange-btn-active: var(--color-orange-1-light);--color-orange-btn-hovered: var(--color-orange-2-light);--color-orange-btn-pressed: var(--color-orange-3-light);--color-orange-btn-bg: var(--color-light-orange)}

[data-theme='dark']{--color-background: var(--color-woodsmoke);--color-bg-section: var(--color-black-russian);--color-bg-table-subheader: var(--color-black-storm);--color-bg-footer: var(--color-black-russian);--color-bg-plaform: var(--color-black-storm);--color-bg-content: var(--color-black-plato);--color-bg-link: var(--color-vulcan);--color-bg-cookie: var(--color-blue-charcoal);--color-bg-faq: var(--color-vulcan);--color-border-section: var(--color-vulcan);--image-logo: var(--image-logo-dark);--color-text-headline: var(--color-white);--color-text-subheadline: var(--color-storm-grey);--color-secondary: var(--color-white);--color-text-context: var(--color-pattens-blue);--color-text: var(--color-bright-grey);--color-text-decribe: var(--color-mischka);--color-text-cookie: var(--color-storm-grey);--color-link-cookie: var(--color-alice-blue);--color-active-swiper: var(--color-black-storm);--color-arrow: var(--color-arrow-dark);--color-shadow: var(--color-shadow-dark);--color-tab-bg: var(--color-link-black);--color-hover-tab: var(--color-hover-tab-dark);--color-table-head: var(--color-black-plato);--color-text-faq: var(--color-storm-grey);--color-text-bold: var(--color-link-water);--color-bg-image: invert(1);--color-text-cfd: var(--color-strong-leg);--color-text-error: var(--color-mischka);--color-reason-text: var(--color-alice-blue);--color-btn-text: var(--color-dark-grey);--color-text-tab: var(--color-strong-leg);--color-master-text: var(--color-pattens-blue);--color-text-phone-subheadline: var(--color-pattens-blue);--color-subheadline-goals: var(--color-pattens-blue);--color-table-cell-text: var(--color-pattens-blue);--color-dark-bg-section: var(--color-eerie-black);--color-black-bg-section: var(--color-dark-grey);--color-text-answer: var(--color-pattens-blue);--color-orange-btn-active: var(--color-orange-1-dark);--color-orange-btn-hovered: var(--color-orange-2-dark);--color-orange-btn-pressed: var(--color-orange-3-dark);--color-orange-btn-bg: var(--color-dark-orange)}

.header .trustpilot{height:54px;width:106px;margin-right:24px;margin-bottom:5px}

.header .trustpilot path:nth-of-type(1){fill:#121212}

.header .trustpilot g path:nth-of-type(1){fill:#73CF11}

@media screen and (max-width: 991px){.header .trustpilot{margin-right:10px;margin-bottom:5px}}

.header.__sticky .nav__btn .btn:last-child{color:#121212;color:var(--color-dark-grey)}

.header.__sticky{position:fixed;top:0;left:0;right:0;background-color:#F5F6F7;background-color:var(--color-background);z-index:9999;box-shadow:0 0 10px 0 rgba(119,122,126,0.16);transition:top 0.5s ease-in-out;width:100%}

@media screen and (max-width: 767px){.header.__sticky{position:static}}

.header.__sticky .header__upstairs{display:none}

.header.__transition{top:-150px}

.header__upstairs{display:flex;justify-content:flex-end;padding:9px 0 0}

@media screen and (max-width: 767px){.header__upstairs{position:absolute;justify-content:flex-end;top:25px;left:15px;right:15px;padding:0}}

.header__downstairs{display:flex;padding:8px 0 60px;align-items:center;justify-content:space-between;position:relative}

.header__downstairs--left{display:flex;align-items:center}

@media screen and (max-width: 767px){.header__downstairs--right{display:none}}

.header__logo{min-width:207px;max-width:220px;height:56px;display:flex;align-items:center;justify-content:flex-start}

.header__logo svg{width:auto}

.header__logo .logo__theme{fill:#0c0c0d;fill:var(--color-text-headline)}

@media screen and (max-width: 767px){.header__logo{position:relative;min-width:177px;height:48px}}

.header__logo img{width:100%}

.header__logo a{display:inline-block}

.header__nav{display:flex;align-items:center;justify-content:space-between;width:100%}

.header__nav.on{display:flex}

@media screen and (max-width: 767px){.header__nav.on{overflow:auto;display:block}}

@media screen and (max-width: 767px){.header__nav{position:fixed;left:0;top:0;bottom:0;right:0;margin-left:0;background-color:#141516;background-color:var(--color-woodsmoke);z-index:999;padding:60px 20px;display:none}}

.header__nav__inner{position:relative;height:-moz-fit-content;height:fit-content;min-height:100%}

.header .nav__list{display:flex;list-style-type:none;align-items:center;margin:0;padding-left:0}

.header .nav__list--downstairs,.header .nav__list--upstairs-right{margin-left:0}

@media screen and (max-width: 767px){.header .nav__list--downstairs,.header .nav__list--upstairs-right{flex-direction:column;align-items:flex-start;margin:0}}

.header .nav__list--downstairs li.nav__item,.header .nav__list--upstairs-right li.nav__item{margin-left:15px}

.header .nav__list--downstairs li.nav__item.dropdown,.header .nav__list--upstairs-right li.nav__item.dropdown{position:relative;z-index:2}

.header .nav__list--downstairs li.nav__item.dropdown .dropdown__active,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__active{display:flex;justify-content:center;align-items:center;flex-direction:row;z-index:4;outline:none;text-decoration:none;cursor:pointer}

@media screen and (max-width: 767px){.header .nav__list--downstairs li.nav__item.dropdown .dropdown__active,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__active{justify-content:space-between;border-bottom:1px solid #141516;border-bottom:1px solid var(--color-woodsmoke)}}

.header .nav__list--downstairs li.nav__item.dropdown .dropdown__active::after,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__active::after{content:'';background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOSA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSAxTDQuNSA1TDggMSIgc3Ryb2tlPSIjMjgyOTJEIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) no-repeat;width:10px;height:6px;background-size:contain;transform:rotate(180deg);filter:invert(0);filter:var(--color-arrow);transition:all 0.3s ease-in-out;margin-left:5px}

@media screen and (max-width: 767px){.header .nav__list--downstairs li.nav__item.dropdown .dropdown__active::after,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__active::after{filter:invert(1);width:14px;height:10px;margin-right:15px}}

.header .nav__list--downstairs li.nav__item.dropdown .dropdown__block,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__block{position:absolute;visibility:hidden;left:-30px;top:20px;width:max-content;padding:10px 0 0;opacity:0;z-index:5;transform:translate(0, 20px)}

@media screen and (max-width: 767px){.header .nav__list--downstairs li.nav__item.dropdown .dropdown__block,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__block{transition:opacity 0.01s ease-in-out, visibility 0.01s ease-in-out, max-height 0.01s ease-in-out, transform 0.03s ease-in-out;position:relative;height:auto;left:0;right:0;top:0;width:100%;padding:0;max-height:0;transform:translate(0, -20px);overflow:hidden;flex-wrap:wrap}}

@media screen and (max-width: 1180px){.header .nav__list--downstairs li.nav__item.dropdown .dropdown__block.--last,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__block.--last{left:unset;right:0}}

.header .nav__list--downstairs li.nav__item.dropdown .dropdown__inner,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__inner{box-shadow:0 2px 10px 0 rgba(0, 0, 0, 0.1);box-shadow:var(--color-shadow);background-color:#F5F6F7;background-color:var(--color-tab-bg);display:flex;width:max-content;list-style:none;flex-direction:column;align-items:flex-start;justify-content:space-evenly;cursor:pointer;position:relative;z-index:5}

.header .nav__list--downstairs li.nav__item.dropdown .dropdown__inner a,.header .nav__list--downstairs li.nav__item.dropdown .dropdown__inner .dropdown__block,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__inner a,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__inner .dropdown__block{text-decoration:none;padding:17px 30px;font-size:14px;font-weight:500;line-height:1.14;width:100%;color:#0c0c0d;color:var(--color-text-headline);transition:all 0.1s ease-in;position:relative;z-index:5}

.header .nav__list--downstairs li.nav__item.dropdown .dropdown__inner a:hover,.header .nav__list--downstairs li.nav__item.dropdown .dropdown__inner .dropdown__block:hover,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__inner a:hover,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__inner .dropdown__block:hover{background-color:#f5f6f7;background-color:var(--color-hover-tab);color:#ff5500;color:var(--color-light-orange)}

@media screen and (max-width: 767px){.header .nav__list--downstairs li.nav__item.dropdown .dropdown__inner a,.header .nav__list--downstairs li.nav__item.dropdown .dropdown__inner .dropdown__block,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__inner a,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__inner .dropdown__block{color:#adb0b4;color:var(--color-mischka);transition:all 0.2s ease-in;padding:15px 15px 15px 40px;border-bottom:1px solid #141516;border-bottom:1px solid var(--color-hover-tab-dark)}.header .nav__list--downstairs li.nav__item.dropdown .dropdown__inner a:hover,.header .nav__list--downstairs li.nav__item.dropdown .dropdown__inner .dropdown__block:hover,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__inner a:hover,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__inner .dropdown__block:hover{background-color:#363940;background-color:var(--color-vulcan);color:#ff5500;color:var(--color-light-orange)}}

.header .nav__list--downstairs li.nav__item.dropdown .dropdown__inner .dropdown__block,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__inner .dropdown__block{position:relative;left:0;top:0}

.header .nav__list--downstairs li.nav__item.dropdown .dropdown__inner .dropdown__block .nav__link,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__inner .dropdown__block .nav__link{font:inherit;text-transform:none}

.header .nav__list--downstairs li.nav__item.dropdown .dropdown__inner .dropdown__block .nav__link::after,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__inner .dropdown__block .nav__link::after{content:unset;transform:rotate(180deg) !important}

.header .nav__list--downstairs li.nav__item.dropdown .dropdown__inner .dropdown__block .dropdown__block,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__inner .dropdown__block .dropdown__block{visibility:hidden;padding:0}

.header .nav__list--downstairs li.nav__item.dropdown .dropdown__inner .dropdown__block .dropdown__inner,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__inner .dropdown__block .dropdown__inner{width:100%}

.header .nav__list--downstairs li.nav__item.dropdown .dropdown__inner .dropdown__block:hover .dropdown__block,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__inner .dropdown__block:hover .dropdown__block{visibility:visible}

.header .nav__list--downstairs li.nav__item.dropdown .dropdown__inner .dropdown__block:hover .nav__link::after,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__inner .dropdown__block:hover .nav__link::after{transform:rotate(0deg) !important}

.header .nav__list--downstairs li.nav__item.dropdown .dropdown__inner .dropdown__block .nav__item,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__inner .dropdown__block .nav__item{position:absolute;left:calc(100% - 10px)}

@media screen and (max-width: 767px){.header .nav__list--downstairs li.nav__item.dropdown .dropdown__inner .dropdown__block,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__inner .dropdown__block{padding:0;opacity:1;visibility:visible;max-height:unset;transform:none}.header .nav__list--downstairs li.nav__item.dropdown .dropdown__inner .dropdown__block.container-active,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__inner .dropdown__block.container-active{max-height:unset}.header .nav__list--downstairs li.nav__item.dropdown .dropdown__inner .dropdown__block.container-active,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__inner .dropdown__block.container-active{border:none}.header .nav__list--downstairs li.nav__item.dropdown .dropdown__inner .dropdown__block.container-active,.header .nav__list--downstairs li.nav__item.dropdown .dropdown__inner .dropdown__block.container-active .nav__link,.header .nav__list--downstairs li.nav__item.dropdown .dropdown__inner .dropdown__block.container-active .nav__item,.header .nav__list--downstairs li.nav__item.dropdown .dropdown__inner .dropdown__block.container-active .dropdown__inner,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__inner .dropdown__block.container-active,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__inner .dropdown__block.container-active .nav__link,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__inner .dropdown__block.container-active .nav__item,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__inner .dropdown__block.container-active .dropdown__inner{background-color:#363940 !important;background-color:var(--color-vulcan) !important}.header .nav__list--downstairs li.nav__item.dropdown .dropdown__inner .dropdown__block.container-active .nav__link,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__inner .dropdown__block.container-active .nav__link{color:#f50 !important;border-bottom:1px solid #28292d;border-bottom:1px solid var(--color-black-plato)}.header .nav__list--downstairs li.nav__item.dropdown .dropdown__inner .dropdown__block.container-active .nav__item,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__inner .dropdown__block.container-active .nav__item{border-bottom:none}.header .nav__list--downstairs li.nav__item.dropdown .dropdown__inner .dropdown__block .nav__link,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__inner .dropdown__block .nav__link{padding:15px 15px 15px 40px;width:100%;color:#adb0b4 !important;color:var(--color-mischka) !important;border:none}.header .nav__list--downstairs li.nav__item.dropdown .dropdown__inner .dropdown__block .nav__link::after,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__inner .dropdown__block .nav__link::after{content:'';margin-right:0;transform:rotate(180deg) !important}.header .nav__list--downstairs li.nav__item.dropdown .dropdown__inner .dropdown__block .nav__link.active::after,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__inner .dropdown__block .nav__link.active::after{transform:rotate(0deg) !important}.header .nav__list--downstairs li.nav__item.dropdown .dropdown__inner .dropdown__block .nav__link.active ~ .status-mobile,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__inner .dropdown__block .nav__link.active ~ .status-mobile{max-height:none;opacity:1;visibility:visible}.header .nav__list--downstairs li.nav__item.dropdown .dropdown__inner .dropdown__block:hover .nav__link:not(.active),.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__inner .dropdown__block:hover .nav__link:not(.active){color:#f50 !important;background-color:#363940}.header .nav__list--downstairs li.nav__item.dropdown .dropdown__inner .dropdown__block:hover .nav__link:not(.active)::after,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__inner .dropdown__block:hover .nav__link:not(.active)::after{transform:rotate(180deg) !important}.header .nav__list--downstairs li.nav__item.dropdown .dropdown__inner .dropdown__block .nav__item,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__inner .dropdown__block .nav__item{position:relative;left:unset;max-height:0;margin:0}.header .nav__list--downstairs li.nav__item.dropdown .dropdown__inner .dropdown__block .nav__item .dropdown__inner,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__inner .dropdown__block .nav__item .dropdown__inner{max-height:100%}.header .nav__list--downstairs li.nav__item.dropdown .dropdown__inner .dropdown__block .nav__item .dropdown__inner a,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__inner .dropdown__block .nav__item .dropdown__inner a{padding-left:60px;border-bottom:1px solid #28292d}}

@media screen and (max-width: 767px){.header .nav__list--downstairs li.nav__item.dropdown .dropdown__inner,.header .nav__list--upstairs-right li.nav__item.dropdown .dropdown__inner{width:100%;background-color:#28292d;box-shadow:none}}

.header .nav__list--downstairs li.nav__item.dropdown .language-switcher .dropdown__inner a,.header .nav__list--upstairs-right li.nav__item.dropdown .language-switcher .dropdown__inner a{padding:15px 35px}

@media screen and (max-width: 767px){.header .nav__list--downstairs li.nav__item.dropdown .language-switcher .dropdown__inner a,.header .nav__list--upstairs-right li.nav__item.dropdown .language-switcher .dropdown__inner a{padding:15px 20px}}

.header .nav__list--downstairs li.nav__item.dropdown .language-switcher .dropdown__inner a:hover span,.header .nav__list--upstairs-right li.nav__item.dropdown .language-switcher .dropdown__inner a:hover span{color:#ff5500}

@media screen and (max-width: 767px){.header .nav__list--downstairs li.nav__item.dropdown .language-switcher .dropdown__block,.header .nav__list--upstairs-right li.nav__item.dropdown .language-switcher .dropdown__block{right:-20px}}

@media screen and (min-width: 767px){.header .nav__list--downstairs li.nav__item.dropdown:hover,.header .nav__list--upstairs-right li.nav__item.dropdown:hover{z-index:99 !important}.header .nav__list--downstairs li.nav__item.dropdown:hover .language-switcher__title:after,.header .nav__list--upstairs-right li.nav__item.dropdown:hover .language-switcher__title:after{transform:rotate(180deg);top:40%}.header .nav__list--downstairs li.nav__item.dropdown:hover .dropdown__active::after,.header .nav__list--upstairs-right li.nav__item.dropdown:hover .dropdown__active::after{transform:rotate(0deg) !important}.header .nav__list--downstairs li.nav__item.dropdown:hover .status,.header .nav__list--upstairs-right li.nav__item.dropdown:hover .status{transition:opacity 0.2s ease-in, visibility 0.2s ease-in, max-height 0.2s ease-in, transform 0.2s ease-in;display:flex !important;opacity:1 !important;transform:translate(0);visibility:visible}}

@media screen and (max-width: 767px){.header .nav__list--downstairs li.nav__item.dropdown:hover .dropdown__active,.header .nav__list--upstairs-right li.nav__item.dropdown:hover .dropdown__active{background-color:#28292d}}

@media screen and (max-width: 767px){.header .nav__list--downstairs li.nav__item .active,.header .nav__list--upstairs-right li.nav__item .active{background-color:#28292d}.header .nav__list--downstairs li.nav__item .active::after,.header .nav__list--upstairs-right li.nav__item .active::after{transform:rotate(0deg) !important}.header .nav__list--downstairs li.nav__item .active ~ .status-mobile,.header .nav__list--upstairs-right li.nav__item .active ~ .status-mobile{transition:opacity 0.2s ease-in, visibility 0.2s ease-in, max-height 0.2s ease-in, transform 0.2s ease-in;display:flex !important;opacity:1 !important;transform:translate(0);visibility:visible;background-color:#28292d;max-height:100%}}

.header .nav__list--downstairs li.nav__item.lang-dropdown,.header .nav__list--upstairs-right li.nav__item.lang-dropdown{z-index:5}

@media screen and (max-width: 767px){.header .nav__list--downstairs li.nav__item,.header .nav__list--upstairs-right li.nav__item{margin-left:0;width:100%}.header .nav__list--downstairs li.nav__item:hover .nav__link,.header .nav__list--upstairs-right li.nav__item:hover .nav__link{color:#ffffff !important}}

.header .nav__list--downstairs li.nav__item:first-child,.header .nav__list--upstairs-right li.nav__item:first-child{margin-left:0}

.header .nav__list--downstairs .dropdown__active,.header .nav__list--upstairs-right .dropdown__active{font-weight:700;transition:0.25s ease-out}

@media screen and (max-width: 767px){.header .nav__list--downstairs .dropdown__active,.header .nav__list--upstairs-right .dropdown__active{font-family:MuseoSansCyrl500, sans-serif;font-size:18px;line-height:2.78;color:#adb0b4;font-weight:normal;padding-left:20px}}

@media screen and (max-width: 400px){.header .nav__list--downstairs .dropdown__active,.header .nav__list--upstairs-right .dropdown__active{font-size:14px}}

.header .nav__list--upstairs-left a.nav__link,.header .nav__list--upstairs-right a.nav__link{font-size:13px;font-family:MuseoSansCyrl300, sans-serif}

.header .nav__list--upstairs-left a.nav__link:hover,.header .nav__list--upstairs-right a.nav__link:hover{color:#141516;color:var(--color-secondary)}

@media screen and (max-width: 767px){.header .nav__list--upstairs-right{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;margin:auto}}

@media screen and (max-width: 767px){.header .nav__list--upstairs-left{display:none}}

.header .nav__list--upstairs-left li.nav__item{padding:0 20px 0 20px;border-right:1px solid #adb0b4}

.header .nav__list--upstairs-left li.nav__item:first-child{padding-left:0}

.header .nav__list--upstairs-left li.nav__item:last-child{border-right:none}

.header .nav__list--upstairs-left a.nav__link{color:#737780}

@media screen and (max-width: 767px){.header .nav__list--upstairs-right{margin-right:15px}}

.header .nav__list--upstairs-right li.nav__item{margin-left:20px}

@media screen and (max-width: 767px){.header .nav__list--upstairs-right li.nav__item{margin-left:10px}}

.header .nav__list--upstairs-right li.nav__item:first-child{margin-left:0}

.header .nav__list--upstairs-right a.nav__link{color:#51555c}

.header .nav .header-right-btns:nth-child(n){width:143px;height:54px}

.header .nav__link{font-size:13px;line-height:1.54;text-decoration:none;transition:0.25s ease-out;font-family:MuseoSansCyrl500, sans-serif;color:#141516;color:var(--color-secondary);text-transform:uppercase}

.header .nav__btn{display:flex;justify-content:center;align-items:center}

@media screen and (max-width: 767px){.header .nav__btn{justify-content:space-between;margin-top:28px}}

.header .nav__btn a.btn{text-decoration:none;color:#fff;border-radius:3px;padding:17px 0;margin-right:10px;white-space:nowrap;width:143px;height:54px;font-family:MuseoSansCyrl600, sans-serif;font-size:15px;line-height:18px;text-align:center;letter-spacing:-0.02em;font-style:normal;font-weight:600}

.header .nav__btn a.btn:nth-of-type(2){color:#121212;color:var(--color-dark-grey);background:unset;background-color:#ff6e33;background-color:var(--color-dark-orange)}

.header .nav__btn a.btn:nth-of-type(3){color:#F5F6F7;color:var(--color-white);background:#737780;background:var(--color-storm-grey)}

.header .nav__btn a.btn:nth-of-type(4){color:#ff6e33;color:var(--color-dark-orange);border:1px solid #ff6e33 !important;border:1px solid var(--color-dark-orange) !important;background:none}

@media screen and (max-width: 991px){.header .nav__btn a.btn{width:111px;height:45px}}

@media screen and (max-width: 767px){.header .nav__btn a.btn{width:100%;padding:12px 0;text-align:center;font-size:13px}}

.header .nav__btn a.btn:hover{opacity:0.9}

.header .nav__btn a.btn:last-child{margin-right:0;border:1px solid #ff6e33;border:1px solid var(--color-dark-orange);border-radius:3px}

.header .theme__switcher{width:20px;height:20px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjU4NiA0LjM3NUM5Ljc5ODM5IDQuMjk0MDMgOS4wMDI1NSA0LjM3OTE1IDguMjQ5ODggNC42MjQ4N0M3LjQ5NzIxIDQuODcwNTggNi44MDQ0NCA1LjI3MTQyIDYuMjE2MyA1LjgwMTVDNS42MjgxNyA2LjMzMTU4IDUuMTU3NzUgNi45NzkxMyA0LjgzNTQyIDcuNzAyMzFDNC41MTMwOSA4LjQyNTQ5IDQuMzQ2MDIgOS4yMDgyNCA0LjM0NSAxMEM0LjM0NTg1IDEwLjc5MTggNC41MTI4MiAxMS41NzQ2IDQuODM1MSAxMi4yOTc4QzUuMTU3MzkgMTMuMDIxIDUuNjI3ODMgMTMuNjY4NSA2LjIxNjAxIDE0LjE5ODZDNi44MDQyIDE0LjcyODYgNy40OTcwNSAxNS4xMjkzIDguMjQ5NzkgMTUuMzc0OUM5LjAwMjUzIDE1LjYyMDQgOS43OTg0MSAxNS43MDUzIDEwLjU4NiAxNS42MjRDMTEuOTc2MSAxNS40Nzc2IDEzLjI2MjkgMTQuODIyMiAxNC4xOTg4IDEzLjc4MzlDMTUuMTM0NiAxMi43NDU2IDE1LjY1MzMgMTEuMzk3OCAxNS42NTUgMTBDMTUuNjU1IDcuMDggMTMuNDMgNC42NyAxMC41ODUgNC4zNzVIMTAuNTg2Wk0xMC41ODYgMTQuNDQ1VjUuNTU1QzExLjY2MzYgNS42OTg1OCAxMi42NTI1IDYuMjI4MjUgMTMuMzY5MiA3LjA0NTdDMTQuMDg1OSA3Ljg2MzE2IDE0LjQ4MTYgOC45MTI4NyAxNC40ODMgMTBDMTQuNDgzIDEyLjI3NCAxMi43ODMgMTQuMTU3IDEwLjU4NiAxNC40NDRWMTQuNDQ1Wk0xMCAzLjQ5OEMxMC4xNTUzIDMuNDk3NzQgMTAuMzA0MiAzLjQzNTkxIDEwLjQxNDEgMy4zMjYwN0MxMC41MjM5IDMuMjE2MjMgMTAuNTg1NyAzLjA2NzM0IDEwLjU4NiAyLjkxMlYwLjU4NkMxMC41ODYgMC40MzA1ODMgMTAuNTI0MyAwLjI4MTUzMiAxMC40MTQ0IDAuMTcxNjM1QzEwLjMwNDUgMC4wNjE3MzkxIDEwLjE1NTQgMCAxMCAwQzkuODQ0NTggMCA5LjY5NTUzIDAuMDYxNzM5MSA5LjU4NTY0IDAuMTcxNjM1QzkuNDc1NzQgMC4yODE1MzIgOS40MTQgMC40MzA1ODMgOS40MTQgMC41ODZWMi45MTJDOS40MTQgMy4yMzUgOS42NzYgMy40OTggMTAgMy40OThaTTEwIDE2LjUwMkM5Ljg0NDU4IDE2LjUwMiA5LjY5NTUzIDE2LjU2MzcgOS41ODU2NCAxNi42NzM2QzkuNDc1NzQgMTYuNzgzNSA5LjQxNCAxNi45MzI2IDkuNDE0IDE3LjA4OFYxOS40MTRDOS40MTQgMTkuNDkxIDkuNDI5MTYgMTkuNTY3MiA5LjQ1ODYxIDE5LjYzODNDOS40ODgwNiAxOS43MDkzIDkuNTMxMjIgMTkuNzc0IDkuNTg1NjQgMTkuODI4NEM5LjY0MDA1IDE5Ljg4MjggOS43MDQ2NSAxOS45MjU5IDkuNzc1NzUgMTkuOTU1NEM5Ljg0Njg0IDE5Ljk4NDggOS45MjMwNSAyMCAxMCAyMEMxMC4wNzcgMjAgMTAuMTUzMiAxOS45ODQ4IDEwLjIyNDMgMTkuOTU1NEMxMC4yOTUzIDE5LjkyNTkgMTAuMzYgMTkuODgyOCAxMC40MTQ0IDE5LjgyODRDMTAuNDY4OCAxOS43NzQgMTAuNTExOSAxOS43MDkzIDEwLjU0MTQgMTkuNjM4M0MxMC41NzA4IDE5LjU2NzIgMTAuNTg2IDE5LjQ5MSAxMC41ODYgMTkuNDE0VjE3LjA4OEMxMC41ODYgMTYuOTMyNiAxMC41MjQzIDE2Ljc4MzUgMTAuNDE0NCAxNi42NzM2QzEwLjMwNDUgMTYuNTYzNyAxMC4xNTU0IDE2LjUwMiAxMCAxNi41MDJaTTMuNDk4IDEwQzMuNDk4IDkuODQ0NTggMy40MzYyNiA5LjY5NTUzIDMuMzI2MzYgOS41ODU2NEMzLjIxNjQ3IDkuNDc1NzQgMy4wNjc0MiA5LjQxNCAyLjkxMiA5LjQxNEgwLjU4NkMwLjUwOTA0NSA5LjQxNCAwLjQzMjg0NCA5LjQyOTE2IDAuMzYxNzQ4IDkuNDU4NjFDMC4yOTA2NTEgOS40ODgwNiAwLjIyNjA1MSA5LjUzMTIyIDAuMTcxNjM1IDkuNTg1NjRDMC4xMTcyMiA5LjY0MDA1IDAuMDc0MDU1OSA5LjcwNDY1IDAuMDQ0NjA2NiA5Ljc3NTc1QzAuMDE1MTU3MyA5Ljg0Njg0IDAgOS45MjMwNSAwIDEwQzAgMTAuMDc3IDAuMDE1MTU3MyAxMC4xNTMyIDAuMDQ0NjA2NiAxMC4yMjQzQzAuMDc0MDU1OSAxMC4yOTUzIDAuMTE3MjIgMTAuMzYgMC4xNzE2MzUgMTAuNDE0NEMwLjIyNjA1MSAxMC40Njg4IDAuMjkwNjUxIDEwLjUxMTkgMC4zNjE3NDggMTAuNTQxNEMwLjQzMjg0NCAxMC41NzA4IDAuNTA5MDQ1IDEwLjU4NiAwLjU4NiAxMC41ODZIMi45MTJDMy4wNjc0MiAxMC41ODYgMy4yMTY0NyAxMC41MjQzIDMuMzI2MzYgMTAuNDE0NEMzLjQzNjI2IDEwLjMwNDUgMy40OTggMTAuMTU1NCAzLjQ5OCAxMFpNMTkuNDE0IDkuNDE0SDE3LjA4OEMxNi45MzI2IDkuNDE0IDE2Ljc4MzUgOS40NzU3NCAxNi42NzM2IDkuNTg1NjRDMTYuNTYzNyA5LjY5NTUzIDE2LjUwMiA5Ljg0NDU4IDE2LjUwMiAxMEMxNi41MDIgMTAuMTU1NCAxNi41NjM3IDEwLjMwNDUgMTYuNjczNiAxMC40MTQ0QzE2Ljc4MzUgMTAuNTI0MyAxNi45MzI2IDEwLjU4NiAxNy4wODggMTAuNTg2SDE5LjQxNEMxOS41Njk0IDEwLjU4NiAxOS43MTg1IDEwLjUyNDMgMTkuODI4NCAxMC40MTQ0QzE5LjkzODMgMTAuMzA0NSAyMCAxMC4xNTU0IDIwIDEwQzIwIDkuODQ0NTggMTkuOTM4MyA5LjY5NTUzIDE5LjgyODQgOS41ODU2NEMxOS43MTg1IDkuNDc1NzQgMTkuNTY5NCA5LjQxNCAxOS40MTQgOS40MTRaTTQuNDMzIDUuMjYyQzQuNDg3MjkgNS4zMTY3IDQuNTUxODYgNS4zNjAxMSA0LjYyMyA1LjM4OTczQzQuNjk0MTQgNS40MTkzNSA0Ljc3MDQ0IDUuNDM0NjEgNC44NDc1IDUuNDM0NjFDNC45MjQ1NiA1LjQzNDYxIDUuMDAwODYgNS40MTkzNSA1LjA3MiA1LjM4OTczQzUuMTQzMTQgNS4zNjAxMSA1LjIwNzcxIDUuMzE2NyA1LjI2MiA1LjI2MkM1LjM3MTQ5IDUuMTUxODMgNS40MzI5NSA1LjAwMjgyIDUuNDMyOTUgNC44NDc1QzUuNDMyOTUgNC42OTIxOCA1LjM3MTQ5IDQuNTQzMTcgNS4yNjIgNC40MzNMMy41NyAyLjc0M0MzLjUxNTYzIDIuNjg4NTcgMy40NTEwOCAyLjY0NTM4IDMuMzgwMDIgMi42MTU4OUMzLjMwODk2IDIuNTg2NDEgMy4yMzI3OSAyLjU3MTIxIDMuMTU1ODUgMi41NzExNkMzLjAwMDQ4IDIuNTcxMDcgMi44NTE0MyAyLjYzMjcgMi43NDE1IDIuNzQyNUMyLjY4NzA3IDIuNzk2ODcgMi42NDM4OCAyLjg2MTQyIDIuNjE0MzkgMi45MzI0OEMyLjU4NDkxIDMuMDAzNTQgMi41Njk3MSAzLjA3OTcxIDIuNTY5NjYgMy4xNTY2NUMyLjU2OTU3IDMuMzEyMDIgMi42MzEyIDMuNDYxMDcgMi43NDEgMy41NzFMNC40MzIgNS4yNjFMNC40MzMgNS4yNjJaTTE1LjU2NyAxNC43MzhDMTUuNDU2OCAxNC42Mjg1IDE1LjMwNzggMTQuNTY3MSAxNS4xNTI1IDE0LjU2NzFDMTQuOTk3MiAxNC41NjcxIDE0Ljg0ODIgMTQuNjI4NSAxNC43MzggMTQuNzM4QzE0LjYyODUgMTQuODQ4MiAxNC41NjcxIDE0Ljk5NzIgMTQuNTY3MSAxNS4xNTI1QzE0LjU2NzEgMTUuMzA3OCAxNC42Mjg1IDE1LjQ1NjggMTQuNzM4IDE1LjU2N0wxNi40MjkgMTcuMjU3QzE2LjQ4MjkgMTcuMzEzNiAxNi41NDc1IDE3LjM1ODggMTYuNjE5MSAxNy4zOUMxNi42OTA4IDE3LjQyMTIgMTYuNzY3OSAxNy40Mzc3IDE2Ljg0NiAxNy40Mzg3QzE2LjkyNDEgMTcuNDM5NyAxNy4wMDE2IDE3LjQyNSAxNy4wNzQgMTcuMzk1NkMxNy4xNDYzIDE3LjM2NjIgMTcuMjEyMSAxNy4zMjI2IDE3LjI2NzMgMTcuMjY3NEMxNy4zMjI2IDE3LjIxMjIgMTcuMzY2MyAxNy4xNDY1IDE3LjM5NTggMTcuMDc0MUMxNy40MjUzIDE3LjAwMTggMTcuNDQwMSAxNi45MjQzIDE3LjQzOTIgMTYuODQ2MkMxNy40MzgzIDE2Ljc2ODEgMTcuNDIxOCAxNi42OTEgMTcuMzkwNyAxNi42MTkzQzE3LjM1OTYgMTYuNTQ3NyAxNy4zMTQ1IDE2LjQ4MyAxNy4yNTggMTYuNDI5TDE1LjU2NyAxNC43MzlWMTQuNzM4Wk00LjQzMyAxNC43MzhMMi43NDMgMTYuNDI5QzIuNjU5OTIgMTYuNTEwNSAyLjYwMzA2IDE2LjYxNDkgMi41Nzk3MiAxNi43Mjg5QzIuNTU2MzggMTYuODQyOCAyLjU2NzYxIDE2Ljk2MTIgMi42MTE5OSAxNy4wNjg4QzIuNjU2MzcgMTcuMTc2MyAyLjczMTg2IDE3LjI2ODIgMi44Mjg3OCAxNy4zMzI1QzIuOTI1NzEgMTcuMzk2OSAzLjAzOTY1IDE3LjQzMDggMy4xNTYgMTcuNDNDMy4zMDYgMTcuNDMgMy40NTYgMTcuMzcyIDMuNTcxIDE3LjI1OEw1LjI2MSAxNS41NjdDNS4zNTk3OSAxNS40NTUxIDUuNDEyMjEgMTUuMzA5NyA1LjQwNzYgMTUuMTYwNUM1LjQwMjk5IDE1LjAxMTMgNS4zNDE3IDE0Ljg2OTQgNS4yMzYyIDE0Ljc2MzhDNS4xMzA3IDE0LjY1ODEgNC45ODg5MiAxNC41OTY3IDQuODM5NyAxNC41OTE5QzQuNjkwNDkgMTQuNTg3MSA0LjU0NTA1IDE0LjYzOTMgNC40MzMgMTQuNzM4Wk0xNS4xNTMgNS40MzNDMTUuMzAzIDUuNDMzIDE1LjQ1MyA1LjM3NiAxNS41NjcgNS4yNjJMMTcuMjU3IDMuNTcxQzE3LjMxMTQgMy41MTY2MyAxNy4zNTQ2IDMuNDUyMDggMTcuMzg0MSAzLjM4MTAyQzE3LjQxMzYgMy4zMDk5NiAxNy40Mjg4IDMuMjMzNzkgMTcuNDI4OCAzLjE1Njg1QzE3LjQyODkgMy4wNzk5MiAxNy40MTM4IDMuMDAzNzMgMTcuMzg0NCAyLjkzMjY0QzE3LjM1NSAyLjg2MTU0IDE3LjMxMTkgMi43OTY5MyAxNy4yNTc1IDIuNzQyNUMxNy4yMDMxIDIuNjg4MDcgMTcuMTM4NiAyLjY0NDg4IDE3LjA2NzUgMi42MTUzOUMxNi45OTY1IDIuNTg1OTEgMTYuOTIwMyAyLjU3MDcxIDE2Ljg0MzQgMi41NzA2NkMxNi43NjY0IDIuNTcwNjIgMTYuNjkwMiAyLjU4NTcyIDE2LjYxOTEgMi42MTUxMkMxNi41NDggMi42NDQ1MiAxNi40ODM0IDIuNjg3NjMgMTYuNDI5IDIuNzQyTDE0LjczOSA0LjQzM0MxNC42NTYyIDQuNTE0NTcgMTQuNTk5NiA0LjYxODk5IDE0LjU3NjUgNC43MzI5QzE0LjU1MzQgNC44NDY4IDE0LjU2NDggNC45NjUwMiAxNC42MDkzIDUuMDcyNEMxNC42NTM3IDUuMTc5NzkgMTQuNzI5MiA1LjI3MTQ3IDE0LjgyNjEgNS4zMzU3MUMxNC45MjI5IDUuMzk5OTUgMTUuMDM2OCA1LjQzMzgyIDE1LjE1MyA1LjQzM1oiIGZpbGw9IiM3Mzc3ODAiLz4KPC9zdmc+Cg==);background-repeat:no-repeat;transition:0.25s ease-out;cursor:pointer}

.header .theme__switcher:hover{transform:scale(1.1)}

.header #toggle{display:none;width:22px;height:22px;position:relative;z-index:1000;padding-top:10px;transform:translateY(3px);cursor:pointer}

@media screen and (max-width: 767px){.header #toggle{display:block}}

.header #toggle span:after,.header #toggle span:before{content:'';position:absolute;left:0;top:-9px}

.header #toggle span:after{top:9px;width:100% !important}

.header #toggle span{position:relative;display:block}

.header #toggle span,.header #toggle span:after,.header #toggle span:before{width:100%;height:3px;background-color:#28292d;background-color:var(--color-link-cookie);transition:0.25s ease-out;backface-visibility:hidden;border-radius:2px}

.header #toggle #toggle span:after{width:50%}

.header #toggle.on span:after{width:100% !important}

.header #toggle.on span{background-color:transparent}

.header #toggle.on span:before{transform:rotate(45deg) translate(5px, 5px);background-color:#adb0b4}

.header #toggle.on span:after{transform:rotate(-45deg) translate(7px, -8px);background-color:#adb0b4}

.header #toggle.on+#menu{opacity:1}

@media screen and (max-width: 767px){.srceen-pc{display:none}}

.mobile__menu .link{display:block;width:max-content;font-family:MuseoSansCyrl500, sans-serif;color:#121212;color:var(--color-dark-grey);text-align:left;transition:all 0.3s ease;margin-bottom:2rem}

.mobile__menu .link:nth-of-type(1){margin-top:0}

.mobile__menu .link:hover{color:#ff6e33;color:var(--color-dark-orange)}

.header__nav.on{background:#f5f6f7;background:var(--color-hover-tab-light)}

.mobile__menu{display:none}

@media screen and (max-width: 767px){.mobile__menu{display:flex;flex-direction:column;align-items:center;padding-bottom:80px}}

.mobile__menu .documents__link{cursor:pointer}

.mobile__menu .social__list,.mobile__menu .documents__list{margin-top:10px;width:100%;font-size:13px;line-height:1.23}

@media screen and (max-width: 400px){.mobile__menu .social__list,.mobile__menu .documents__list{font-size:11px}}

.mobile__menu .social__list{margin-bottom:20px}

.mobile__menu .social__list .social__link{width:36px;height:36px}

@media screen and (max-width: 400px){.mobile__menu .social__list .social__link{width:24px;height:24px}}

.mobile__menu .nav-list{list-style:none;width:100%;padding:20px 0 20px 20px;border-top:1px solid #51555c;display:flex;flex-wrap:wrap;justify-content:space-evenly;margin:0}

@media screen and (max-width: 400px){.mobile__menu .nav-list{padding:10px 0 10px 20px}}

.mobile__menu .nav-list .nav__item{margin-bottom:20px}

@media screen and (max-width: 400px){.mobile__menu .nav-list .nav__item{margin-bottom:15px;margin-right:15px}}

.mobile__menu .nav-list .nav__item a{font-family:MuseoSansCyrl500, sans-serif;font-size:16px;font-weight:500;line-height:1.25;color:#adb0b4}

@media screen and (max-width: 400px){.mobile__menu .nav-list .nav__item a{font-size:12px}}

.mobile__menu .header-right-btns-mobile{width:100%;padding-bottom:30px;background:unset}

.mobile__menu .header-right-btns-mobile .nav__btn{width:100%;background:unset}

.mobile__theme,.mobile__help{font-family:MuseoSansCyrl500, sans-serif;padding:25px 0 25px;width:100%;display:flex;justify-content:center;align-items:center;border-top:1px solid #51555c;flex-direction:row;outline:none;max-height:70px;text-decoration:none}

@media screen and (max-width: 400px){.mobile__theme,.mobile__help{max-height:55px}}

.mobile__theme p,.mobile__help p{margin:0}

.mobile__theme:hover,.mobile__help:hover{cursor:pointer}

.mobile__theme .theme__switcher,.mobile__help .theme__switcher{margin-right:10px;width:30px;height:30px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjU4NiA0LjM3NUM5Ljc5ODM5IDQuMjk0MDMgOS4wMDI1NSA0LjM3OTE1IDguMjQ5ODggNC42MjQ4N0M3LjQ5NzIxIDQuODcwNTggNi44MDQ0NCA1LjI3MTQyIDYuMjE2MyA1LjgwMTVDNS42MjgxNyA2LjMzMTU4IDUuMTU3NzUgNi45NzkxMyA0LjgzNTQyIDcuNzAyMzFDNC41MTMwOSA4LjQyNTQ5IDQuMzQ2MDIgOS4yMDgyNCA0LjM0NSAxMEM0LjM0NTg1IDEwLjc5MTggNC41MTI4MiAxMS41NzQ2IDQuODM1MSAxMi4yOTc4QzUuMTU3MzkgMTMuMDIxIDUuNjI3ODMgMTMuNjY4NSA2LjIxNjAxIDE0LjE5ODZDNi44MDQyIDE0LjcyODYgNy40OTcwNSAxNS4xMjkzIDguMjQ5NzkgMTUuMzc0OUM5LjAwMjUzIDE1LjYyMDQgOS43OTg0MSAxNS43MDUzIDEwLjU4NiAxNS42MjRDMTEuOTc2MSAxNS40Nzc2IDEzLjI2MjkgMTQuODIyMiAxNC4xOTg4IDEzLjc4MzlDMTUuMTM0NiAxMi43NDU2IDE1LjY1MzMgMTEuMzk3OCAxNS42NTUgMTBDMTUuNjU1IDcuMDggMTMuNDMgNC42NyAxMC41ODUgNC4zNzVIMTAuNTg2Wk0xMC41ODYgMTQuNDQ1VjUuNTU1QzExLjY2MzYgNS42OTg1OCAxMi42NTI1IDYuMjI4MjUgMTMuMzY5MiA3LjA0NTdDMTQuMDg1OSA3Ljg2MzE2IDE0LjQ4MTYgOC45MTI4NyAxNC40ODMgMTBDMTQuNDgzIDEyLjI3NCAxMi43ODMgMTQuMTU3IDEwLjU4NiAxNC40NDRWMTQuNDQ1Wk0xMCAzLjQ5OEMxMC4xNTUzIDMuNDk3NzQgMTAuMzA0MiAzLjQzNTkxIDEwLjQxNDEgMy4zMjYwN0MxMC41MjM5IDMuMjE2MjMgMTAuNTg1NyAzLjA2NzM0IDEwLjU4NiAyLjkxMlYwLjU4NkMxMC41ODYgMC40MzA1ODMgMTAuNTI0MyAwLjI4MTUzMiAxMC40MTQ0IDAuMTcxNjM1QzEwLjMwNDUgMC4wNjE3MzkxIDEwLjE1NTQgMCAxMCAwQzkuODQ0NTggMCA5LjY5NTUzIDAuMDYxNzM5MSA5LjU4NTY0IDAuMTcxNjM1QzkuNDc1NzQgMC4yODE1MzIgOS40MTQgMC40MzA1ODMgOS40MTQgMC41ODZWMi45MTJDOS40MTQgMy4yMzUgOS42NzYgMy40OTggMTAgMy40OThaTTEwIDE2LjUwMkM5Ljg0NDU4IDE2LjUwMiA5LjY5NTUzIDE2LjU2MzcgOS41ODU2NCAxNi42NzM2QzkuNDc1NzQgMTYuNzgzNSA5LjQxNCAxNi45MzI2IDkuNDE0IDE3LjA4OFYxOS40MTRDOS40MTQgMTkuNDkxIDkuNDI5MTYgMTkuNTY3MiA5LjQ1ODYxIDE5LjYzODNDOS40ODgwNiAxOS43MDkzIDkuNTMxMjIgMTkuNzc0IDkuNTg1NjQgMTkuODI4NEM5LjY0MDA1IDE5Ljg4MjggOS43MDQ2NSAxOS45MjU5IDkuNzc1NzUgMTkuOTU1NEM5Ljg0Njg0IDE5Ljk4NDggOS45MjMwNSAyMCAxMCAyMEMxMC4wNzcgMjAgMTAuMTUzMiAxOS45ODQ4IDEwLjIyNDMgMTkuOTU1NEMxMC4yOTUzIDE5LjkyNTkgMTAuMzYgMTkuODgyOCAxMC40MTQ0IDE5LjgyODRDMTAuNDY4OCAxOS43NzQgMTAuNTExOSAxOS43MDkzIDEwLjU0MTQgMTkuNjM4M0MxMC41NzA4IDE5LjU2NzIgMTAuNTg2IDE5LjQ5MSAxMC41ODYgMTkuNDE0VjE3LjA4OEMxMC41ODYgMTYuOTMyNiAxMC41MjQzIDE2Ljc4MzUgMTAuNDE0NCAxNi42NzM2QzEwLjMwNDUgMTYuNTYzNyAxMC4xNTU0IDE2LjUwMiAxMCAxNi41MDJaTTMuNDk4IDEwQzMuNDk4IDkuODQ0NTggMy40MzYyNiA5LjY5NTUzIDMuMzI2MzYgOS41ODU2NEMzLjIxNjQ3IDkuNDc1NzQgMy4wNjc0MiA5LjQxNCAyLjkxMiA5LjQxNEgwLjU4NkMwLjUwOTA0NSA5LjQxNCAwLjQzMjg0NCA5LjQyOTE2IDAuMzYxNzQ4IDkuNDU4NjFDMC4yOTA2NTEgOS40ODgwNiAwLjIyNjA1MSA5LjUzMTIyIDAuMTcxNjM1IDkuNTg1NjRDMC4xMTcyMiA5LjY0MDA1IDAuMDc0MDU1OSA5LjcwNDY1IDAuMDQ0NjA2NiA5Ljc3NTc1QzAuMDE1MTU3MyA5Ljg0Njg0IDAgOS45MjMwNSAwIDEwQzAgMTAuMDc3IDAuMDE1MTU3MyAxMC4xNTMyIDAuMDQ0NjA2NiAxMC4yMjQzQzAuMDc0MDU1OSAxMC4yOTUzIDAuMTE3MjIgMTAuMzYgMC4xNzE2MzUgMTAuNDE0NEMwLjIyNjA1MSAxMC40Njg4IDAuMjkwNjUxIDEwLjUxMTkgMC4zNjE3NDggMTAuNTQxNEMwLjQzMjg0NCAxMC41NzA4IDAuNTA5MDQ1IDEwLjU4NiAwLjU4NiAxMC41ODZIMi45MTJDMy4wNjc0MiAxMC41ODYgMy4yMTY0NyAxMC41MjQzIDMuMzI2MzYgMTAuNDE0NEMzLjQzNjI2IDEwLjMwNDUgMy40OTggMTAuMTU1NCAzLjQ5OCAxMFpNMTkuNDE0IDkuNDE0SDE3LjA4OEMxNi45MzI2IDkuNDE0IDE2Ljc4MzUgOS40NzU3NCAxNi42NzM2IDkuNTg1NjRDMTYuNTYzNyA5LjY5NTUzIDE2LjUwMiA5Ljg0NDU4IDE2LjUwMiAxMEMxNi41MDIgMTAuMTU1NCAxNi41NjM3IDEwLjMwNDUgMTYuNjczNiAxMC40MTQ0QzE2Ljc4MzUgMTAuNTI0MyAxNi45MzI2IDEwLjU4NiAxNy4wODggMTAuNTg2SDE5LjQxNEMxOS41Njk0IDEwLjU4NiAxOS43MTg1IDEwLjUyNDMgMTkuODI4NCAxMC40MTQ0QzE5LjkzODMgMTAuMzA0NSAyMCAxMC4xNTU0IDIwIDEwQzIwIDkuODQ0NTggMTkuOTM4MyA5LjY5NTUzIDE5LjgyODQgOS41ODU2NEMxOS43MTg1IDkuNDc1NzQgMTkuNTY5NCA5LjQxNCAxOS40MTQgOS40MTRaTTQuNDMzIDUuMjYyQzQuNDg3MjkgNS4zMTY3IDQuNTUxODYgNS4zNjAxMSA0LjYyMyA1LjM4OTczQzQuNjk0MTQgNS40MTkzNSA0Ljc3MDQ0IDUuNDM0NjEgNC44NDc1IDUuNDM0NjFDNC45MjQ1NiA1LjQzNDYxIDUuMDAwODYgNS40MTkzNSA1LjA3MiA1LjM4OTczQzUuMTQzMTQgNS4zNjAxMSA1LjIwNzcxIDUuMzE2NyA1LjI2MiA1LjI2MkM1LjM3MTQ5IDUuMTUxODMgNS40MzI5NSA1LjAwMjgyIDUuNDMyOTUgNC44NDc1QzUuNDMyOTUgNC42OTIxOCA1LjM3MTQ5IDQuNTQzMTcgNS4yNjIgNC40MzNMMy41NyAyLjc0M0MzLjUxNTYzIDIuNjg4NTcgMy40NTEwOCAyLjY0NTM4IDMuMzgwMDIgMi42MTU4OUMzLjMwODk2IDIuNTg2NDEgMy4yMzI3OSAyLjU3MTIxIDMuMTU1ODUgMi41NzExNkMzLjAwMDQ4IDIuNTcxMDcgMi44NTE0MyAyLjYzMjcgMi43NDE1IDIuNzQyNUMyLjY4NzA3IDIuNzk2ODcgMi42NDM4OCAyLjg2MTQyIDIuNjE0MzkgMi45MzI0OEMyLjU4NDkxIDMuMDAzNTQgMi41Njk3MSAzLjA3OTcxIDIuNTY5NjYgMy4xNTY2NUMyLjU2OTU3IDMuMzEyMDIgMi42MzEyIDMuNDYxMDcgMi43NDEgMy41NzFMNC40MzIgNS4yNjFMNC40MzMgNS4yNjJaTTE1LjU2NyAxNC43MzhDMTUuNDU2OCAxNC42Mjg1IDE1LjMwNzggMTQuNTY3MSAxNS4xNTI1IDE0LjU2NzFDMTQuOTk3MiAxNC41NjcxIDE0Ljg0ODIgMTQuNjI4NSAxNC43MzggMTQuNzM4QzE0LjYyODUgMTQuODQ4MiAxNC41NjcxIDE0Ljk5NzIgMTQuNTY3MSAxNS4xNTI1QzE0LjU2NzEgMTUuMzA3OCAxNC42Mjg1IDE1LjQ1NjggMTQuNzM4IDE1LjU2N0wxNi40MjkgMTcuMjU3QzE2LjQ4MjkgMTcuMzEzNiAxNi41NDc1IDE3LjM1ODggMTYuNjE5MSAxNy4zOUMxNi42OTA4IDE3LjQyMTIgMTYuNzY3OSAxNy40Mzc3IDE2Ljg0NiAxNy40Mzg3QzE2LjkyNDEgMTcuNDM5NyAxNy4wMDE2IDE3LjQyNSAxNy4wNzQgMTcuMzk1NkMxNy4xNDYzIDE3LjM2NjIgMTcuMjEyMSAxNy4zMjI2IDE3LjI2NzMgMTcuMjY3NEMxNy4zMjI2IDE3LjIxMjIgMTcuMzY2MyAxNy4xNDY1IDE3LjM5NTggMTcuMDc0MUMxNy40MjUzIDE3LjAwMTggMTcuNDQwMSAxNi45MjQzIDE3LjQzOTIgMTYuODQ2MkMxNy40MzgzIDE2Ljc2ODEgMTcuNDIxOCAxNi42OTEgMTcuMzkwNyAxNi42MTkzQzE3LjM1OTYgMTYuNTQ3NyAxNy4zMTQ1IDE2LjQ4MyAxNy4yNTggMTYuNDI5TDE1LjU2NyAxNC43MzlWMTQuNzM4Wk00LjQzMyAxNC43MzhMMi43NDMgMTYuNDI5QzIuNjU5OTIgMTYuNTEwNSAyLjYwMzA2IDE2LjYxNDkgMi41Nzk3MiAxNi43Mjg5QzIuNTU2MzggMTYuODQyOCAyLjU2NzYxIDE2Ljk2MTIgMi42MTE5OSAxNy4wNjg4QzIuNjU2MzcgMTcuMTc2MyAyLjczMTg2IDE3LjI2ODIgMi44Mjg3OCAxNy4zMzI1QzIuOTI1NzEgMTcuMzk2OSAzLjAzOTY1IDE3LjQzMDggMy4xNTYgMTcuNDNDMy4zMDYgMTcuNDMgMy40NTYgMTcuMzcyIDMuNTcxIDE3LjI1OEw1LjI2MSAxNS41NjdDNS4zNTk3OSAxNS40NTUxIDUuNDEyMjEgMTUuMzA5NyA1LjQwNzYgMTUuMTYwNUM1LjQwMjk5IDE1LjAxMTMgNS4zNDE3IDE0Ljg2OTQgNS4yMzYyIDE0Ljc2MzhDNS4xMzA3IDE0LjY1ODEgNC45ODg5MiAxNC41OTY3IDQuODM5NyAxNC41OTE5QzQuNjkwNDkgMTQuNTg3MSA0LjU0NTA1IDE0LjYzOTMgNC40MzMgMTQuNzM4Wk0xNS4xNTMgNS40MzNDMTUuMzAzIDUuNDMzIDE1LjQ1MyA1LjM3NiAxNS41NjcgNS4yNjJMMTcuMjU3IDMuNTcxQzE3LjMxMTQgMy41MTY2MyAxNy4zNTQ2IDMuNDUyMDggMTcuMzg0MSAzLjM4MTAyQzE3LjQxMzYgMy4zMDk5NiAxNy40Mjg4IDMuMjMzNzkgMTcuNDI4OCAzLjE1Njg1QzE3LjQyODkgMy4wNzk5MiAxNy40MTM4IDMuMDAzNzMgMTcuMzg0NCAyLjkzMjY0QzE3LjM1NSAyLjg2MTU0IDE3LjMxMTkgMi43OTY5MyAxNy4yNTc1IDIuNzQyNUMxNy4yMDMxIDIuNjg4MDcgMTcuMTM4NiAyLjY0NDg4IDE3LjA2NzUgMi42MTUzOUMxNi45OTY1IDIuNTg1OTEgMTYuOTIwMyAyLjU3MDcxIDE2Ljg0MzQgMi41NzA2NkMxNi43NjY0IDIuNTcwNjIgMTYuNjkwMiAyLjU4NTcyIDE2LjYxOTEgMi42MTUxMkMxNi41NDggMi42NDQ1MiAxNi40ODM0IDIuNjg3NjMgMTYuNDI5IDIuNzQyTDE0LjczOSA0LjQzM0MxNC42NTYyIDQuNTE0NTcgMTQuNTk5NiA0LjYxODk5IDE0LjU3NjUgNC43MzI5QzE0LjU1MzQgNC44NDY4IDE0LjU2NDggNC45NjUwMiAxNC42MDkzIDUuMDcyNEMxNC42NTM3IDUuMTc5NzkgMTQuNzI5MiA1LjI3MTQ3IDE0LjgyNjEgNS4zMzU3MUMxNC45MjI5IDUuMzk5OTUgMTUuMDM2OCA1LjQzMzgyIDE1LjE1MyA1LjQzM1oiIGZpbGw9IiM3Mzc3ODAiLz4KPC9zdmc+Cg==);background-repeat:no-repeat;background-size:contain;transition:all 0.3s ease;cursor:pointer}

.mobile__theme .theme__switcher:hover,.mobile__help .theme__switcher:hover{transform:scale(1.1)}

.mobile__theme .theme__text,.mobile__theme .mobile__text,.mobile__help .theme__text,.mobile__help .mobile__text{font-family:MuseoSansCyrl500, sans-serif;color:#121212;color:var(--color-dark-grey);text-transform:capitalize;font-size:18px;font-weight:500;text-decoration:none}

@media screen and (max-width: 400px){.mobile__theme .theme__text,.mobile__theme .mobile__text,.mobile__help .theme__text,.mobile__help .mobile__text{font-size:14px}}

html[data-theme="dark"] .header.__sticky .nav__btn .btn:last-child{color:#ff6e33;color:var(--color-orange-1-dark)}

html[data-theme="dark"] .mobile__menu .link{display:block;width:max-content;font-family:MuseoSansCyrl500, sans-serif;color:#f5f6f7;color:var(--color-hover-tab-light);text-align:left;transition:all 0.3s ease}

html[data-theme="dark"] .mobile__menu .link:hover{color:#ff6e33;color:var(--color-dark-orange)}

html[data-theme="dark"] .header__nav.on{background:#141516;background:var(--color-woodsmoke)}

html[data-theme="dark"] .theme__text{color:#f5f6f7;color:var(--color-hover-tab-light)}

html[data-theme="dark"] .header .trustpilot{height:54px;width:106px;margin-right:24px;margin-bottom:5px}

html[data-theme="dark"] .header .trustpilot path:nth-of-type(1){fill:#ffffff}

html[data-theme="dark"] .header .trustpilot g path:nth-of-type(1){fill:#73CF11}

@media screen and (max-width: 991px){html[data-theme="dark"] .header .trustpilot{margin-right:10px;margin-bottom:5px}}

.footer{background-color:#28292d;background-color:var(--color-bg-footer)}

.footer .container{padding:0}

.footer .col-md-12{display:flex;justify-content:space-between;flex-direction:row}

.footer .col-md-12:nth-of-type(2){flex-direction:column}

.footer-logo__inner{display:flex;justify-content:space-between;align-items:center}

.footer-logo__icon{display:block;max-width:125px;height:auto}

.footer .payment-list{display:flex;width:165px;height:max-content;justify-content:space-between}

.footer .payment-list__svg{width:30px;height:30px}

.footer .payment-list .facebook{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzgwNThfNjk2MykiPgo8cGF0aCBkPSJNMjcuOTc1IDBIMkMwLjg5NTQzIDAgMCAwLjg5NTQzIDAgMlYyOEMwIDI5LjEwNDYgMC44OTU0MyAzMCAyIDMwSDI3Ljk3NUMyOS4wNzk2IDMwIDI5Ljk3NSAyOS4xMDQ2IDI5Ljk3NSAyOFYyQzI5Ljk3NSAwLjg5NTQzIDI5LjA3OTYgMCAyNy45NzUgMFoiIGZpbGw9IiNGNUY2RjciLz4KPHBhdGggZD0iTTEyLjkyOCAyMi4zMDJIMTUuNjU4VjE0Ljc5NkgxNy43MDVMMTguMTEgMTIuNDUySDE1LjY1N1YxMC43NTJDMTUuNjU3IDEwLjIwNSAxNi4wMTEgOS42MzAwMSAxNi41MTcgOS42MzAwMUgxNy45MTFWNy4yODYwMUgxNi4yMDJWNy4yOTYwMUMxMy41MjkgNy4zOTUwMSAxMi45OCA4Ljk0NDAxIDEyLjkzMiAxMC41NzJIMTIuOTI3VjEyLjQ1NEgxMS41NjJWMTQuNzk2SDEyLjkyOFYyMi4zMDFWMjIuMzAyWiIgZmlsbD0iIzI4MjkyRCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzgwNThfNjk2MyI+CjxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K)}

.footer .payment-list .twitter{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzgwNThfNjk1OSkiPgo8cGF0aCBkPSJNMjcuOTc1IDBIMkMwLjg5NTQzIDAgMCAwLjg5NTQzIDAgMlYyOEMwIDI5LjEwNDYgMC44OTU0MyAzMCAyIDMwSDI3Ljk3NUMyOS4wNzk2IDMwIDI5Ljk3NSAyOS4xMDQ2IDI5Ljk3NSAyOFYyQzI5Ljk3NSAwLjg5NTQzIDI5LjA3OTYgMCAyNy45NzUgMFoiIGZpbGw9IiNGNUY2RjciLz4KPHBhdGggZD0iTTIxLjg1MyA5LjI2MzAxQzIxLjQzIDkuNTM0MDEgMjAuNDU5IDkuOTI4MDEgMTkuOTggOS45MjgwMUMxOS41NjU4IDkuNDkzNDQgMTkuMDMwOCA5LjE5MzA1IDE4LjQ0NDEgOS4wNjU2NEMxNy44NTc0IDguOTM4MjMgMTcuMjQ2IDguOTg5NjUgMTYuNjg4OCA5LjIxMzI3QzE2LjEzMTcgOS40MzY4OSAxNS42NTQ0IDkuODIyNDIgMTUuMzE4NiAxMC4zMjAxQzE0Ljk4MjcgMTAuODE3NyAxNC44MDM5IDExLjQwNDcgMTQuODA1IDEyLjAwNUMxNC44MDUgMTIuMjM2IDE0LjgzMiAxMi40NjEgMTQuODgxIDEyLjY3N0MxMi42MzEgMTIuNjE3IDEwLjE3IDExLjQ4OSA4LjY4ODAxIDkuNTU3MDFDNy43NzgwMSAxMS4xMzUgOC41NjYwMSAxMi44OSA5LjU5ODAxIDEzLjUzQzkuMjQ1MDEgMTMuNTU3IDguNTk0MDEgMTMuNDkgOC4yODcwMSAxMy4xOUM4LjI2NzAxIDE0LjIzNyA4Ljc3MDAxIDE1LjYyNSAxMC42MDQgMTYuMTI4QzEwLjI1MSAxNi4zMTggOS42MjUwMSAxNi4yNjQgOS4zNTQwMSAxNi4yMjNDOS40NDkwMSAxNy4xMDcgMTAuNjg2IDE4LjI2MyAxMi4wMzggMTguMjYzQzExLjU1OCAxOC44MiA5Ljc0MzAxIDE5LjgzMiA3LjcwODAxIDE5LjUxQzkuMTIyMTYgMjAuMzc3MiAxMC43NDgxIDIwLjgzNzQgMTIuNDA3IDIwLjg0QzE3LjI1MiAyMC44NCAyMS4wMTYgMTYuOTA5IDIwLjgxMyAxMi4wNkwyMC44MTIgMTIuMDQzTDIwLjgxMyAxMi4wMDVMMjAuODExIDExLjk2MkMyMS4zOTc1IDExLjU1NDggMjEuODkzMyAxMS4wMzA0IDIyLjI2NyAxMC40MjJDMjIuMDIyIDEwLjU1OCAyMS4yODcgMTAuODI4IDIwLjYwMiAxMC44OTZDMjEuMDQyIDEwLjY1OCAyMS42OTIgOS44ODEwMSAyMS44NTIgOS4yNjMwMSIgZmlsbD0iIzI4MjkyRCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzgwNThfNjk1OSI+CjxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K)}

.footer .payment-list .telegram{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzgwNThfNjk3MSkiPgo8cGF0aCBkPSJNMjcuOTc1IDBIMkMwLjg5NTQzIDAgMCAwLjg5NTQzIDAgMlYyOEMwIDI5LjEwNDYgMC44OTU0MyAzMCAyIDMwSDI3Ljk3NUMyOS4wNzk2IDMwIDI5Ljk3NSAyOS4xMDQ2IDI5Ljk3NSAyOFYyQzI5Ljk3NSAwLjg5NTQzIDI5LjA3OTYgMCAyNy45NzUgMFoiIGZpbGw9IiNGNUY2RjciLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy4xNzYgMTcuMTM1TDIwLjM5NiAxMC42MDJDMjAuNzE0IDEwLjMyIDIwLjMyOCAxMC4xODIgMTkuOTA2IDEwLjQzOEwxMC45OTYgMTYuMDc1TDcuMTQ1OTkgMTQuODdDNi4zMTU5OSAxNC42MTUgNi4zMDg5OSAxNC4wNDIgNy4zMzI5OSAxMy42M0wyMi4zMzMgNy44MzJDMjMuMDE3IDcuNTIgMjMuNjc5IDcuOTk3IDIzLjQxNyA5LjA0OEwyMC44NjMgMjEuMTE3QzIwLjY4NCAyMS45NzQgMjAuMTY4IDIyLjE4IDE5LjQ1MSAyMS43ODNMMTUuNTYxIDE4LjkwMUwxMy42OSAyMC43MjRDMTMuNDczIDIwLjkzNiAxMy4zIDIxLjExNCAxMi45MTEgMjEuMTE0TDEzLjE3NiAxNy4xMzRWMTcuMTM1WiIgZmlsbD0iIzI4MjkyRCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzgwNThfNjk3MSI+CjxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K)}

.footer .payment-list .linkedin{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzgwNThfNjk2NykiPgo8cGF0aCBkPSJNMjcuOTc1IDBIMkMwLjg5NTQzIDAgMCAwLjg5NTQzIDAgMlYyOEMwIDI5LjEwNDYgMC44OTU0MyAzMCAyIDMwSDI3Ljk3NUMyOS4wNzk2IDMwIDI5Ljk3NSAyOS4xMDQ2IDI5Ljk3NSAyOFYyQzI5Ljk3NSAwLjg5NTQzIDI5LjA3OTYgMCAyNy45NzUgMFoiIGZpbGw9IiNGNUY2RjciLz4KPHBhdGggZD0iTTExLjA2IDEyLjQyOFYyMi4xMDRINy43MDgwM1YxMi40MjhIMTEuMDZaTTE4Ljc5OSAxMkMyMC4xODcgMTIgMjIuNDQ0IDEyLjY1OSAyMi40NDQgMTYuNDhWMjEuOThIMTkuMTA3VjE2LjY5N0MxOS4xMDcgMTUuNjE0IDE4Ljc5OSAxNC41MjkgMTcuNTQ0IDE0LjUyOUMxNi4yOSAxNC41MjkgMTUuNzY1IDE1LjYxNCAxNS43NjUgMTYuNzI0VjIxLjk4MkgxMi40MlYxMi4zMDRIMTUuNzY2VjEzLjYwNkMxNi42NDcgMTIuNDY4IDE3LjQxMiAxMS45OTkgMTguOCAxMS45OTlMMTguNzk5IDEyWk05LjE0OTAzIDcuNzEzOTlDMTAuMTgxIDcuNzEzOTkgMTEuMDE4IDguNDc3OTkgMTEuMDE4IDkuNDIxOTlDMTEuMDE4IDEwLjM2NSAxMC4xODEgMTEuMTI4IDkuMTQ5MDMgMTEuMTI4QzguMTE2MDMgMTEuMTI4IDcuMjgwMDMgMTAuMzY1IDcuMjgwMDMgOS40MjE5OUM3LjI4MDAzIDguNDc3OTkgOC4xMTYwMyA3LjcxMzk5IDkuMTUwMDMgNy43MTM5OUg5LjE0OTAzWiIgZmlsbD0iIzI4MjkyRCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzgwNThfNjk2NyI+CjxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K)}

.footer__nav{padding:55px 0}

@media screen and (max-width: 992px){.footer__nav{padding:60px 0 30px}}

@media screen and (max-width: 768px){.footer__nav{padding:60px 0 0}}

.footer__nav .row{justify-content:space-between}

@media screen and (max-width: 767px){.footer__nav .row{justify-content:space-around}}

.footer__nav .container>.row{justify-content:space-between}

.footer__about{padding-bottom:70px}

@media screen and (max-width: 1200px){.footer__about{padding-bottom:100px}}

@media screen and (max-width: 992px){.footer__about{padding-bottom:120px}}

@media screen and (max-width: 768px){.footer__about{padding-bottom:100px}}

.footer__social{padding:38px 0 40px}

.footer .full-screen{display:block}

@media screen and (max-width: 768px){.footer .full-screen{display:none}}

.footer-copy__bottom{margin:5px 0}

.footer-copy__top{color:#DCDEE0;color:var(--color-grey)}

.footer-copy__bottom{color:#9ea0a4;color:var(--color-strong-leg)}

.footer-copy__bottom p,.footer-copy__bottom a,.footer-copy__bottom ul{margin:10px 0 0;font-size:10px;line-height:1.6;color:#9ea0a4;color:var(--color-strong-leg);transition:all 0.3s ease-in-out}

.footer-copy__bottom a{color:#ff6e33;color:var(--color-dark-orange);text-decoration:underline}

.footer-copy__bottom a:hover{cursor:pointer}

.footer-copy__bottom .text-decoration-underline{text-decoration:underline}

.footer-copy__inner{display:flex;align-items:flex-start;justify-content:space-between}

.footer-copy__inner .documents__list{display:flex;justify-content:space-between;align-items:center}

.footer-copy__inner .documents__item{margin-right:24px}

.footer-copy__inner .documents__link{font-family:'MuseoSansCyrl400';font-style:normal;font-weight:600;font-size:11px;line-height:137%;letter-spacing:-0.02em;color:#ff6e33;color:var(--color-dark-orange)}

html[data-theme="light"] .main:after{opacity:.7}

#trustpilot{margin-right:2px;width:max-content;display:block}

.landing h1,.landing h3{margin:0}

.landing .regulated{font-family:MuseoSansCyrl300, sans-serif;font-size:14px;font-weight:300;line-height:17px;letter-spacing:0em;text-align:left;margin:16px auto;color:#F5F6F7;color:var(--color-white)}

@media (max-width: 767px){.landing .regulated{max-width:80%;margin:16px auto;text-align:center}}

.landing .orange-btn{width:354px;height:76px;background-color:#ff6e33;background-color:var(--color-dark-orange);display:flex;justify-content:center;align-items:center;transition:all 0.3s ease;border-radius:3px;margin:0 auto}

.landing .orange-btn:hover{opacity:0.9}

.landing .orange-btn__text{font-family:MuseoSansCyrl500, sans-serif;font-style:normal;font-weight:400;font-size:22px;line-height:26px;text-align:center;color:#121212;color:var(--color-dark-grey)}

@media screen and (max-width: 991px){.landing .orange-btn{width:275px;height:65px}}

.landing .link{display:flex;justify-content:center;align-items:center;width:100%;margin-top:25px}

.landing .link__text{font-family:MuseoSansCyrl600, sans-serif;font-style:normal;font-weight:600;font-size:22px;line-height:26px;text-align:center;letter-spacing:-0.02em;-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#F5F6F7;color:var(--color-white);transition:all 0.3s ease}

.landing .link__text:hover{color:#ff6e33;color:var(--color-dark-orange)}

.landing .main{position:relative;min-height:430px}

@media screen and (max-width: 767px){.landing .main{min-height:800px;display:flex;justify-content:center;align-items:center}}

@media screen and (max-width: 576px){.landing .main{min-height:1200px}}

.landing .main #sw-place-order button{display:none}

.landing .main #sw-place-order .items{width:100%}

@media screen and (max-width: 991px){.landing .main #sw-place-order .items{grid-column-gap:20px;column-gap:20px}}

.landing .main #sw-place-order .radio-input-container{display:none}

.landing .main #sw-place-order .counter{display:none}

.landing .main #sw-place-order .spread-leverage{left:50%;top:-40%}

.landing .main #sw-place-order .trading-container{flex-direction:column-reverse;line-height:29px}

.landing .main #sw-place-order .trading-container .leverage{display:none}

.landing .main #sw-place-order .trading-container .spread{font-size:24px}

.landing .main #sw-place-order .trading-container .spread .sell,.landing .main #sw-place-order .trading-container .spread .buy{font-size:34px;line-height:46px}

.landing .main #sw-place-order .trading-container .spread .last-symbol{font-size:24px;line-height:29px}

@media screen and (max-width: 991px){.landing .main #sw-place-order .trading-container .spread{font-size:16px}.landing .main #sw-place-order .trading-container .spread .last-symbol{font-size:16px}.landing .main #sw-place-order .trading-container .spread .sell,.landing .main #sw-place-order .trading-container .spread .buy{font-size:19px;line-height:0}}

@media screen and (max-width: 767px){.landing .main #sw-place-order .trading-container .spread{font-size:22px}.landing .main #sw-place-order .trading-container .spread .last-symbol{font-size:22px}.landing .main #sw-place-order .trading-container .spread .sell,.landing .main #sw-place-order .trading-container .spread .buy{font-size:30px;line-height:0}}

.landing .main #sw-place-order .spread-leverage{font-family:MuseoSansCyrl700, sans-serif;font-style:normal;font-weight:700;font-size:28px;line-height:34px;display:flex;align-items:center;text-align:center;letter-spacing:-0.03em;color:#F5F6F7;color:var(--color-white)}

.landing .main::after{content:'';background:url(images/830c6bd408aff8c1358d201227bd8e37.png) no-repeat;position:absolute;top:-140px;z-index:-1;left:0;height:100vh;min-height:calc(430px + 140px);width:100%;background-size:100% auto}

@media screen and (max-width: 1920px){.landing .main::after{background-size:unset;background-position-x:center}}

@media screen and (max-width: 767px){.landing .main::after{min-height:calc(800px + 96px);height:calc(800px + 150px);background-size:auto 100%;background-position-x:center}}

@media screen and (max-width: 576px){.landing .main::after{height:calc(1200px + 150px)}}

.landing .main__inner{display:flex;justify-content:space-between;align-items:center;padding-top:8px}

@media screen and (max-width: 767px){.landing .main__inner{flex-direction:column}}

.landing .main__inner .half{width:355px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}

@media screen and (max-width: 991px){.landing .main__inner .half{width:280px}}

@media screen and (max-width: 767px){.landing .main__inner .half{width:100%;align-items:center}.landing .main__inner .half:nth-of-type(1){margin-bottom:50px}}

.landing .main__inner .half:nth-of-type(2){width:50%;flex-wrap:wrap;flex-direction:row;justify-content:space-between;margin-left:0;margin-right:0}

@media screen and (max-width: 767px){.landing .main__inner .half:nth-of-type(2){width:100%;align-items:center}}

@media screen and (max-width: 576px){.landing .main__inner .half:nth-of-type(2){flex-direction:column}}

.landing .main__inner .half .title{font-family:MuseoSansCyrl500, sans-serif;font-style:normal;font-weight:400;font-size:56px;line-height:108%;color:#F5F6F7;color:var(--color-white);max-width:354px;text-align:center}

@media screen and (max-width: 991px){.landing .main__inner .half .title{font-size:45px;max-width:unset}}

@media screen and (max-width: 767px){.landing .main__inner .half .title{text-align:center}}

.landing .main__inner .half .item{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:16px 26px;min-height:172px;border:1px solid #9ea0a4;border:1px solid var(--color-strong-leg);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:8px;width:47%;margin-bottom:22px}

.landing .main__inner .half .item:last-child{margin-bottom:0px}

.landing .main__inner .half .item__value{font-family:MuseoSansCyrl400, sans-serif;font-style:normal;font-weight:400;font-size:20px;line-height:24px;text-align:center;letter-spacing:-0.03em;color:#DCDEE0;color:var(--color-grey)}

@media screen and (max-width: 576px){.landing .main__inner .half .item{width:100%}}

.landing .choose{padding:50px 0;background-color:#121212;background-color:var(--color-dark-grey)}

@media screen and (max-width: 767px){.landing .choose{padding:25px 0}}

.landing .choose__inner{height:100%}

.landing .choose__inner .orange-btn{margin:24px auto}

.landing .choose__inner .title{font-family:MuseoSansCyrl300, sans-serif;font-style:normal;font-weight:250;font-size:40px;line-height:48px;text-align:center;color:#F5F6F7;color:var(--color-white)}

.landing .choose__inner .block{display:flex;width:100%;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;grid-row-gap:60px;row-gap:60px;margin:50px 0 48px}

@media screen and (max-width: 767px){.landing .choose__inner .block{flex-direction:column;grid-row-gap:45px;row-gap:45px}}

@media screen and (max-width: 576px){.landing .choose__inner .block{grid-row-gap:30px;row-gap:30px;margin:30px 0 48px}}

.landing .choose__inner .block .item{width:30.5%;display:flex;justify-content:center;flex-direction:column;align-items:center}

.landing .choose__inner .block .item__inner{display:flex;flex-direction:column;align-items:center}

@media screen and (max-width: 1200px){.landing .choose__inner .block .item:nth-of-type(1) .item__title{max-width:130px}.landing .choose__inner .block .item:nth-of-type(4) .item__title{max-width:200px}.landing .choose__inner .block .item:nth-of-type(3) .item__title,.landing .choose__inner .block .item:nth-of-type(5) .item__title,.landing .choose__inner .block .item:nth-of-type(6) .item__title{max-width:240px}}

@media screen and (max-width: 991px){.landing .choose__inner .block .item:nth-of-type(1) .item__title{max-width:110px}.landing .choose__inner .block .item:nth-of-type(2) .item__title{max-width:200px}.landing .choose__inner .block .item:nth-of-type(3) .item__title,.landing .choose__inner .block .item:nth-of-type(5) .item__title,.landing .choose__inner .block .item:nth-of-type(6) .item__title{max-width:165px}.landing .choose__inner .block .item:nth-of-type(4) .item__title{max-width:150px}}

@media screen and (max-width: 767px){.landing .choose__inner .block .item{width:100%;flex-direction:row;justify-content:flex-start}.landing .choose__inner .block .item .item__inner{display:flex;flex-direction:column;align-items:flex-start}.landing .choose__inner .block .item:nth-of-type(1n) .item__title{max-width:100%}}

@media screen and (max-width: 576px){.landing .choose__inner .block .item{width:100%}}

.landing .choose__inner .block .item__img{width:80px;height:80px}

@media screen and (max-width: 767px){.landing .choose__inner .block .item__img{width:70px;height:70px;margin-right:16px}}

.landing .choose__inner .block .item__title{font-family:MuseoSansCyrl500, sans-serif;font-style:normal;font-weight:400;font-size:28px;line-height:34px;text-align:center;letter-spacing:-0.02em;color:#ff6e33;color:var(--color-dark-orange);margin:16px 0}

@media screen and (max-width: 991px){.landing .choose__inner .block .item__title{font-size:20px;line-height:25px}}

@media screen and (max-width: 767px){.landing .choose__inner .block .item__title{text-align:left;margin:0 0 5px}}

.landing .choose__inner .block .item__desc{font-family:MuseoSansCyrl300, sans-serif;font-style:normal;font-weight:300;font-size:16px;line-height:131.3%;text-align:center;color:#DCDEE0;color:var(--color-grey)}

@media screen and (max-width: 767px){.landing .choose__inner .block .item__desc{max-width:100%;text-align:left}}

@media screen and (max-width: 576px){.landing .choose__inner .block .item__desc{max-width:100%}}

.landing .trustpilot{padding:50px 80px;background-color:#121212;background-color:var(--color-dark-grey)}

@media screen and (max-width: 767px){.landing .trustpilot{padding:25px 0}}

.landing .trustpilot .desc{font-family:MuseoSansCyrl100, sans-serif;font-weight:300;font-size:11px;line-height:18px;color:#F5F6F7;color:var(--color-white)}

@media screen and (max-width: 576px){.landing .trustpilot .desc{text-align:center}}

.landing .trading{background-color:#121212;background-color:var(--color-dark-grey);padding:45px 0}

@media screen and (max-width: 767px){.landing .trading{padding:25px 0}}

.landing .trading .title{font-family:MuseoSansCyrl100, sans-serif;font-style:normal;font-weight:250;font-size:40px;line-height:48px;color:#F5F6F7;color:var(--color-white);text-align:center}

.landing .trading .desc{font-family:MuseoSansCyrl100, sans-serif;font-style:normal;font-weight:300;font-size:15px;line-height:18px;color:#F5F6F7;color:var(--color-white);text-align:center;margin:45px 0 50px}

@media screen and (max-width: 767px){.landing .trading .desc{margin:20px 0 25px}}

.landing .trading .orange-btn{max-width:374px;margin:24px auto}

.landing .trading .list{display:flex;justify-content:space-between;align-items:flex-start;margin:0 40px}

@media screen and (max-width: 767px){.landing .trading .list{flex-direction:column;align-items:center}}

.landing .trading .list-item{max-width:30%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 10px;box-sizing:border-box}

@media screen and (max-width: 991px){.landing .trading .list-item{max-width:35%}}

@media screen and (max-width: 767px){.landing .trading .list-item{max-width:100%;margin-bottom:50px}}

.landing .trading .list-item__img{width:80px;height:80px}

.landing .trading .list-item__name{font-family:MuseoSansCyrl400, sans-serif;font-style:normal;font-weight:400;font-size:28px;line-height:34px;text-align:center;letter-spacing:-0.02em;color:#F5F6F7;color:var(--color-white);margin:18px 0}

@media screen and (min-width: 768px){.landing .trading .list-item__name{min-height:68px}}

.landing .trading .list-item__link{font-family:MuseoSansCyrl400, sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:131.3%;text-align:center;color:#9ea0a4;color:var(--color-strong-leg)}

@media screen and (max-width: 991px){.landing .trading .list-item__link{height:42px}}

@media screen and (max-width: 767px){.landing .trading .list-item__link{height:100%}}

.landing .trading .list-item__link a{color:#ff6e33;color:var(--color-dark-orange)}

.landing .choice{background-color:#121212;background-color:var(--color-dark-grey);padding-bottom:50px}

@media screen and (max-width: 767px){.landing .choice{padding:25px 0}}

.landing .choice__inner .title{font-family:MuseoSansCyrl100, sans-serif;font-style:normal;font-weight:250;font-size:40px;line-height:48px;color:#F5F6F7;color:var(--color-white);text-align:center}

.landing .choice__inner .desc{font-family:MuseoSansCyrl100, sans-serif;font-style:normal;font-weight:300;font-size:15px;line-height:18px;color:#F5F6F7;color:var(--color-white);text-align:left;margin:20px 120px 8px}

@media screen and (max-width: 767px){.landing .choice__inner .desc{margin:20px 0 25px}}

.landing .choice__inner .orange-btn{max-width:374px;margin:24px auto}

.landing .choice__inner .row{padding:15px 0 14px 50px;border-bottom:1px dashed #DCDEE0;border-bottom:1px dashed var(--color-grey);display:flex;justify-content:space-between}

.landing .choice__inner .row:nth-of-type(1),.landing .choice__inner .row:nth-of-type(2),.landing .choice__inner .row:nth-of-type(8),.landing .choice__inner .row:nth-of-type(9){border-bottom:none}

.landing .choice__inner .row:nth-of-type(2),.landing .choice__inner .row:nth-of-type(9){background-color:#28292d;background-color:var(--color-black-plato);padding:25px 0 25px 48px}

.landing .choice__inner .row:nth-last-of-type(1){padding:25px 0 25px 48px;border-bottom:none}

.landing .choice__inner .row:nth-last-of-type(1) .col-values__inner{display:flex;justify-content:space-between;align-items:center;width:175px}

@media screen and (max-width: 1200px){.landing .choice__inner .row:nth-last-of-type(1) .col-values__inner{width:85%}}

@media screen and (max-width: 991px){.landing .choice__inner .row:nth-last-of-type(1) .col-values__inner{width:100%;justify-content:space-evenly}}

@media screen and (max-width: 991px){.landing .choice__inner .row{padding:15px 30px}.landing .choice__inner .row:nth-of-type(2),.landing .choice__inner .row:nth-of-type(9){background-color:#28292d;background-color:var(--color-black-plato);padding:25px 30px}.landing .choice__inner .row:nth-last-of-type(1){padding:25px 30px}}

@media screen and (max-width: 767px){.landing .choice__inner .row:nth-last-of-type(1){padding:10px 30px}}

.landing .choice__inner .row .col-naming{width:30%;display:flex;justify-content:flex-start;align-items:flex-end}

@media screen and (max-width: 1200px){.landing .choice__inner .row .col-naming{flex-direction:column;align-items:flex-start}}

@media screen and (max-width: 991px){.landing .choice__inner .row .col-naming{width:30%;align-items:center}}

@media screen and (max-width: 991px){.landing .choice__inner .row .col-naming{flex-direction:column;align-items:flex-start}}

.landing .choice__inner .row .col-naming__title{font-family:MuseoSansCyrl600, sans-serif;font-style:normal;font-weight:600;font-size:12px;line-height:14px;text-transform:uppercase;color:#F5F6F7;color:var(--color-white)}

.landing .choice__inner .row .col-naming__txt{font-family:MuseoSansCyrl400, sans-serif;font-style:normal;font-weight:400;font-size:15px;line-height:18px;color:#F5F6F7;color:var(--color-white)}

.landing .choice__inner .row .col-naming__desc{font-family:MuseoSansCyrl400, sans-serif;font-style:normal;font-weight:400;font-size:11px;line-height:15px;text-align:right;color:#9ea0a4;color:var(--color-strong-leg)}

@media screen and (max-width: 767px){.landing .choice__inner .row .x{align-items:flex-start !important}}

.landing .choice__inner .row .col-values{display:flex;justify-content:center;align-items:center;width:37%}

@media screen and (max-width: 991px){.landing .choice__inner .row .col-values__inner div{display:none}}

@media screen and (max-width: 767px){.landing .choice__inner .row .col-values__inner{flex-direction:column;align-items:flex-start;justify-content:flex-start}}

@media screen and (max-width: 767px){.landing .choice__inner .row .col-values{align-items:center}}

@media screen and (max-width: 576px){.landing .choice__inner .row .col-values{width:20%}}

.landing .choice__inner .row .col-values__img{width:117px;height:80px}

@media screen and (max-width: 767px){.landing .choice__inner .row .col-values__img{width:90px;height:60px}}

@media screen and (max-width: 576px){.landing .choice__inner .row .col-values__img{width:60px;height:40px}}

.landing .choice__inner .row .col-values__icon{width:16px;height:10px}

.landing .choice__inner .row .col-values .x{width:16px;height:16px}

.landing .choice__inner .row .col-values__plat{width:34px;height:34px}

@media screen and (max-width: 991px){.landing .choice__inner .row .col-values__plat{width:25px;height:25px}}

@media screen and (max-width: 767px){.landing .choice__inner .row .col-values__plat{margin-bottom:15px;width:auto;height:48px}}

body{margin:0;background:#ffffff;font-family:'MuseoSansCyrl400', sans-serif;overflow-x:hidden;padding:0}

a{text-decoration:none}

p{color:#2a342a}

img{width:100%}

.container{max-width:1200px;position:relative;padding:0 15px;margin:0 auto}

@media screen and (max-width: 1200px){.container{max-width:1140px}}

@media screen and (max-width: 992px){.container{max-width:960px}}

@media screen and (max-width: 768px){.container{max-width:720px}}

@media screen and (max-width: 576px){.container{max-width:540px}}

.stop-scrolling{display:block;overflow:hidden}

.page__header{position:relative;overflow:hidden}

.page__header #video-bg{position:absolute;top:0;left:0;bottom:0;right:0;min-width:100%;min-height:110%;z-index:-1;margin-top:-35px;filter:brightness(0.5)}

.page__header .home-screen{padding:90px 0;margin:0 auto;display:flex;max-width:1250px}

@media screen and (max-width: 768px){.page__header .home-screen{padding:20px 10px;text-align:center;flex-wrap:wrap}.page__header .home-screen iframe{margin:0 auto}}

.page__header .home-screen__before img{max-width:250px}

.page__header .home-screen__headline{font-size:83px;line-height:86px;color:#ffffff;max-width:550px;margin:24px 0}

@media screen and (max-width: 992px){.page__header .home-screen__headline{font-size:67px;line-height:70px}}

@media screen and (max-width: 768px){.page__header .home-screen__headline{font-size:32px;line-height:35px;max-width:200px;margin:28px auto}}

.page__header .home-screen__btn{display:flex;justify-content:center;align-items:center;width:350px;max-width:100%;height:80px;border:1px solid #f50;background:#f50;color:#fff;font-weight:400;font-size:20px;line-height:24px;text-decoration:none}

@media screen and (max-width: 768px){.page__header .home-screen__btn{margin:0 auto}}

.page__header .home-screen p{color:#ffffff;font-size:22px;line-height:30px;max-width:450px}

@media screen and (max-width: 768px){.page__header .home-screen p{margin:10px auto}}

.page__footer{background:#1e2224}

.cfd{position:relative;padding:8px 16px;max-height:300px;display:flex;justify-content:space-between;height:max-content;align-items:center;z-index:21;font-size:14px;font-weight:300;line-height:20px;color:rgba(33,37,41,0.8);background:#F9F9FA;visibility:hidden;opacity:0}

.cfd.is-shown{visibility:visible;opacity:1}

.cfd .container{display:flex;align-items:center;grid-gap:16px;gap:16px}

.cfd__text{flex-grow:1;transition:all 0.5s ease}

.cfd__text strong{font-weight:bold !important}

.cfd__text .cfd__text-short{transition:visibility 0.3s ease, opacity 0.3s ease;display:block;overflow:hidden;visibility:visible;opacity:1;max-height:300px}

.cfd__text .cfd__text-long{transition:visibility 0.3s ease, opacity 0.3s ease;display:block;overflow:hidden;visibility:hidden;opacity:0;max-height:0}

.cfd.has-full-text .cfd__text-short{max-height:0;visibility:hidden;opacity:0}

.cfd.has-full-text .cfd__text-long{max-height:1300px;visibility:visible;opacity:1}

.cfd__btn{flex-shrink:0;width:24px;height:24px;background:#E6E6E6;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer}

@media screen and (max-width: 576px){.cfd__btn{width:20px;height:20px}}

.cfd__btn::after{content:'';position:absolute;width:24px;height:24px}

@media screen and (max-width: 576px){.cfd__btn::after{width:20px;height:20px}}

.cfd__btn .birdie{position:relative;top:-2px;width:8px;height:8px;border-bottom:2px solid #22262A;border-right:2px solid #22262A;transform:rotate(45deg);transition:all 0.3s ease-in-out;transition-property:transform, filter}

@media screen and (max-width: 576px){.cfd__btn .birdie{width:7px;height:7px}}

.cfd__btn:hover{filter:opacity(0.8)}

.cfd__btn.is-active{transform:rotate(180deg)}

@keyframes showCFD{from{visibility:hidden;opacity:0}to{visibility:visible;opacity:1}}

