@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
  font-style: normal;
  font-weight: bold; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

/*
 * Fonts
 *
 */
/*
 * Colors Base
 *
 */
/*
 * Colors Works
 *
 */
/*
 * Grid
 *
 */
/*
 * Space
 *
 */
/*
 * Animation Speed
 *
 */
/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
/*
 * 	@include space(padding, top, green);
 */
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

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

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  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: 1752px; } }

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xll-1, .col-xll-2, .col-xll-3, .col-xll-4, .col-xll-5, .col-xll-6, .col-xll-7, .col-xll-8, .col-xll-9, .col-xll-10, .col-xll-11, .col-xll-12, .col-xll,
.col-xll-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

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

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1400px) {
  .col-xll {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xll-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xll-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xll-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xll-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xll-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xll-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xll-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xll-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xll-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xll-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xll-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xll-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xll-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xll-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xll-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xll-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xll-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xll-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xll-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xll-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xll-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xll-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xll-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xll-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xll-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xll-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xll-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xll-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xll-0 {
    margin-left: 0; }
  .offset-xll-1 {
    margin-left: 8.33333%; }
  .offset-xll-2 {
    margin-left: 16.66667%; }
  .offset-xll-3 {
    margin-left: 25%; }
  .offset-xll-4 {
    margin-left: 33.33333%; }
  .offset-xll-5 {
    margin-left: 41.66667%; }
  .offset-xll-6 {
    margin-left: 50%; }
  .offset-xll-7 {
    margin-left: 58.33333%; }
  .offset-xll-8 {
    margin-left: 66.66667%; }
  .offset-xll-9 {
    margin-left: 75%; }
  .offset-xll-10 {
    margin-left: 83.33333%; }
  .offset-xll-11 {
    margin-left: 91.66667%; } }

.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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1400px) {
  .d-xll-none {
    display: none !important; }
  .d-xll-inline {
    display: inline !important; }
  .d-xll-inline-block {
    display: inline-block !important; }
  .d-xll-block {
    display: block !important; }
  .d-xll-table {
    display: table !important; }
  .d-xll-table-row {
    display: table-row !important; }
  .d-xll-table-cell {
    display: table-cell !important; }
  .d-xll-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xll-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

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

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

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

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

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

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1400px) {
  .flex-xll-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xll-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xll-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xll-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xll-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xll-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xll-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xll-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xll-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xll-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xll-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xll-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xll-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xll-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xll-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xll-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xll-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xll-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xll-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xll-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xll-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xll-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xll-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xll-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xll-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xll-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xll-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xll-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xll-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

/*
 * Colors
 *
 */
/*
 * Fonts
 *
 */
/*
 * Blocks
 *
 */
body {
  /* 2 Block model */
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  /* 3 Typography */
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #484848; }

.wrapper {
  /* 2 Block model */
  overflow-x: hidden; }

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  /* 1 Positioning */
  position: absolute;
  /* 2 Block model */
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  /* 3 Typography */
  white-space: nowrap;
  /* 4 Visual */
  border: 0;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0); }

.overlay {
  /* 1 Positioning */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  /* 2 Block model */
  display: none;
  /* 4 Visual */
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  /* 5 Animation */
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.overlay--open {
  /* 2 Block model */
  display: block;
  /* 4 Visual */
  opacity: 1; }

.overflow-heidden {
  /* 2 Block model */
  overflow: hidden; }

.mr-mb10 {
  /* 2 Block model */
  margin-bottom: 15px; }

.container-fluid {
  /* 2 Block model */
  padding: 0; }

.intro-page {
  /* 2 Block model */
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  /* 4 Visual */
  background-color: #ffffff; }

.intro-page__top {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px; }

.intro-page__list {
  /* 2 Block model */
  padding: 0;
  margin: 0;
  /* 4 Visual */
  list-style: none; }

.intro-page__item {
  /* 2 Block model */
  margin-bottom: 15px; }

.intro-page__item a {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 20px 10px 20px;
  /* 3 Typography */
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  /* 4 Visual */
  border: 1px solid #000000;
  border-bottom: 3px solid #000000;
  border-radius: 5px;
  /* 5 Animation */
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.intro-page__item a:hover {
  /* 3 Typography */
  color: #ffffff;
  /* 4 Visual */
  cursor: pointer;
  background-color: #000000; }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
.logo {
  /* 2 Block model */
  display: block;
  width: 100%;
  max-width: 98px; }

.logo img {
  /* 2 Block model */
  display: block;
  width: 100%; }

.icon {
  /* 2 Block model */
  display: inline-block;
  width: 24px;
  height: 24px;
  /* 4 Visual */
  fill: #000000; }

.icon--18 {
  /* 2 Block model */
  width: 18px;
  height: 18px; }

.icon--32 {
  /* 2 Block model */
  width: 32px;
  height: 32px; }

.icon--42 {
  /* 2 Block model */
  width: 42px;
  height: 42px; }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
.user-pik {
  /* 1 Positioning */
  position: relative;
  /* 2 Block model */
  display: block;
  width: 36px;
  height: 36px;
  /* 4 Visual */
  border-radius: 50%; }

.user-pik__img {
  /* 2 Block model */
  display: block;
  width: 100%;
  /* 4 Visual */
  border-radius: 50%; }

.user-pic--big {
  /* 2 Block model */
  width: 38px;
  height: 38px; }

.user-pic--big-noactiv::before {
  /* 1 Positioning */
  position: absolute;
  right: 0;
  bottom: 3px;
  /* 2 Block model */
  display: block;
  width: 8px;
  height: 8px;
  /* 4 Visual */
  content: "";
  border: 1px solid #ffffff;
  border-radius: 50%;
  background-color: #858585; }

.user-pic--big-activ::before {
  /* 1 Positioning */
  position: absolute;
  right: 0;
  bottom: 3px;
  /* 2 Block model */
  display: block;
  width: 8px;
  height: 8px;
  /* 4 Visual */
  content: "";
  border: 1px solid #ffffff;
  border-radius: 50%;
  background-color: #10b759; }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
.h1 {
  /* 2 Block model */
  margin: 0;
  /* 3 Typography */
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  color: #484848; }

.h2 {
  /* 2 Block model */
  margin: 0;
  /* 3 Typography */
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #484848; }

.h3 {
  /* 2 Block model */
  margin: 0;
  /* 3 Typography */
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #484848; }

.h3--gray {
  /* 3 Typography */
  color: #858585; }

.h4 {
  /* 2 Block model */
  margin: 0;
  /* 3 Typography */
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #484848; }

.big-text {
  /* 2 Block model */
  margin: 0;
  /* 3 Typography */
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  color: #484848; }

.text {
  /* 2 Block model */
  margin: 0;
  /* 3 Typography */
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #858585; }

.text--bold {
  /* 3 Typography */
  font-weight: 700; }

.text--semibold {
  /* 3 Typography */
  font-weight: 600; }

.text--sm {
  /* 3 Typography */
  font-size: 12px;
  line-height: 16px; }

.text--esm {
  /* 3 Typography */
  font-size: 10px;
  line-height: 10px; }

.text--black {
  /* 3 Typography */
  color: #484848; }

.text--uper {
  /* 3 Typography */
  text-transform: uppercase; }

.big-text {
  /* 2 Block model */
  margin: 0;
  /* 3 Typography */
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  color: #484848; }

.badge {
  /* 2 Block model */
  display: inline-block;
  padding: 2px 5px;
  /* 3 Typography */
  color: #ffffff;
  text-transform: none;
  /* 4 Visual */
  border-radius: 2px;
  background-color: #ff3366; }

.badge--green {
  /* 4 Visual */
  background-color: #10b759; }

.badge--big {
  /* 2 Block model */
  padding: 5px 20px;
  /* 3 Typography */
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  /* 4 Visual */
  border-radius: 0;
  background-color: #10b759; }

.badge--big-red {
  /* 4 Visual */
  background-color: #ff3366; }

.badge--border {
  /* 2 Block model */
  padding: 4px 19px;
  /* 3 Typography */
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #858585;
  /* 4 Visual */
  border: 1px solid #858585;
  border-radius: 0;
  background-color: #ffffff; }

.badge--border-no {
  /* 4 Visual */
  border-color: transparent; }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
.input {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }

.input label {
  /* 2 Block model */
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
  /* 3 Typography */
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #858585;
  /* 5 Animation */
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.input input {
  /* 2 Block model */
  padding: 0;
  margin: 0;
  /* 3 Typography */
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #858585;
  /* 4 Visual */
  outline: none;
  border: none;
  background: none;
  /* 5 Animation */
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.input input::-webkit-input-placeholder {
  /* 3 Typography */
  color: #c9c8cb; }

.input input::-moz-placeholder {
  /* 3 Typography */
  color: #c9c8cb;
  text-overflow: ellipsis;
  /* 4 Visual */
  opacity: 1; }

.input input:-moz-placeholder {
  /* 3 Typography */
  color: #c9c8cb;
  text-overflow: ellipsis;
  /* 4 Visual */
  opacity: 1; }

.input input:-ms-input-placeholder {
  /* 3 Typography */
  color: #c9c8cb;
  text-overflow: ellipsis; }

.input input[placeholder] {
  /* 3 Typography */
  text-overflow: ellipsis; }

.input input:hover {
  /* 4 Visual */
  cursor: pointer;
  opacity: 0.7; }

.input input:focus {
  /* 4 Visual */
  opacity: 0.7; }

.input input:active {
  /* 4 Visual */
  opacity: 0.7; }

.input input:disabled {
  /* 3 Typography */
  color: #858585;
  /* 4 Visual */
  cursor: not-allowed;
  opacity: 0.7; }

.input--border input {
  /* 2 Block model */
  padding: 11px 16px;
  /* 3 Typography */
  font-size: 12px;
  line-height: 16px;
  /* 4 Visual */
  border: 1px solid #f5f5fa;
  border-radius: 3px; }

.input--border input:hover {
  /* 4 Visual */
  border: 1px solid #c9c8cb; }

.input--border input:focus {
  /* 4 Visual */
  border: 1px solid #c9c8cb; }

.input--border input:active {
  /* 4 Visual */
  border: 1px solid #c9c8cb; }

.btn {
  /* 1 Positioning */
  position: relative;
  /* 2 Block model */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4px 19px;
  margin: 0;
  /* 3 Typography */
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #ffffff;
  text-decoration: none;
  vertical-align: middle;
  /* 4 Visual */
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #6576ff;
  border: 1px solid #6576ff;
  outline: none;
  /* 5 Animation */
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent; }

.btn:hover {
  /* 4 Visual */
  background-color: #5164fd;
  border: 1px solid #5164fd; }

.btn:focus {
  /* 4 Visual */
  border: 1px solid #484848; }

.btn:active {
  /* 4 Visual */
  background-color: #4c59c2;
  border: 1px solid #4c59c2; }

.btn:disabled {
  /* 4 Visual */
  cursor: not-allowed;
  opacity: 0.4; }

.btn__text {
  /* 5 Animation */
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.btn .icon {
  /* 2 Block model */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  /* 4 Visual */
  fill: #000000;
  /* 5 Animation */
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.btn .icon:first-child:not(:last-child) {
  /* 2 Block model */
  margin-right: 9px; }

.btn .icon:last-child:not(:first-child) {
  /* 2 Block model */
  margin-left: 9px; }

/* -------------------------------------------- */
/*
 * Modifiers
 *
 */
.btn--block {
  /* 2 Block model */
  width: 100%;
  padding: 10px;
  /* 4 Visual */
  border-radius: 3px; }

.btn--outline {
  /* 3 Typography */
  color: #858585;
  /* 4 Visual */
  border: 1px solid #858585;
  background-color: #ffffff; }

.btn--outline:hover {
  /* 4 Visual */
  border: 1px solid #858585;
  background-color: #f5f5fa; }

.btn--outline:focus {
  /* 3 Typography */
  color: #858585;
  /* 4 Visual */
  border: 1px solid #484848; }

.btn--outline:active {
  /* 3 Typography */
  color: #484848;
  /* 4 Visual */
  background-color: #f5f5fa;
  border: 1px solid #484848; }

.btn--outline:disabled {
  /* 4 Visual */
  cursor: not-allowed;
  opacity: 0.4; }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
/*
 * 	@include space(padding, top, green);
 */
.btn--flat {
  /* 2 Block model */
  padding: 0;
  /* 3 Typography */
  color: #6576ff;
  /* 4 Visual */
  border: none;
  background-color: transparent; }

.btn--flat:hover {
  /* 3 Typography */
  text-decoration: underline;
  /* 4 Visual */
  border: none;
  background-color: transparent; }

.btn--flat:focus {
  /* 3 Typography */
  text-decoration: underline;
  /* 4 Visual */
  border: none;
  background-color: transparent; }

.btn--flat:active {
  /* 3 Typography */
  text-decoration: underline;
  /* 4 Visual */
  border: none;
  background-color: transparent; }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
/*
 * 	@include space(padding, top, green);
 */
.icon--block {
  /* 2 Block model */
  padding: 0;
  /* 4 Visual */
  background: none;
  border: none; }

.icon--block:hover {
  /* 4 Visual */
  background: none;
  border: none; }

.icon--block:hover .icon {
  /* 4 Visual */
  fill: #6576ff; }

.icon--block:focus {
  /* 4 Visual */
  background: none;
  border: none; }

.icon--block:active {
  /* 4 Visual */
  background: none;
  border: none; }

.icon--block:disabled {
  /* 4 Visual */
  cursor: not-allowed;
  opacity: 0.4; }

.icon--block-gray:hover .icon {
  /* 4 Visual */
  fill: #c9c8cb; }

.icon--block-gray:focus .icon {
  /* 4 Visual */
  fill: #c9c8cb; }

.icon--block-gray:active .icon {
  /* 4 Visual */
  fill: #c9c8cb; }

.icon--block-gray:disabled {
  /* 4 Visual */
  cursor: not-allowed;
  fill: #c9c8cb;
  opacity: 0.4; }

.icon--block-darkgray .icon {
  /* 4 Visual */
  fill: #858585; }

.icon--block-darkgray:hover .icon {
  /* 4 Visual */
  fill: #484848; }

.icon--block-darkgray:focus .icon {
  /* 4 Visual */
  fill: #484848; }

.icon--block-darkgray:active .icon {
  /* 4 Visual */
  fill: #484848; }

.icon--block-darkgray:disabled {
  /* 4 Visual */
  cursor: not-allowed;
  fill: #484848;
  opacity: 0.4; }

.btn--circle {
  /* 2 Block model */
  padding: 0;
  /* 2 Block model */
  width: 40px;
  height: 40px;
  /* 4 Visual */
  border: 1px solid #f5f5fa;
  border-radius: 50%;
  background: none; }

.btn--circle:hover {
  /* 4 Visual */
  background: #f5f5fa;
  border: 1px solid #e5e9f2; }

.btn--circle:focus {
  /* 4 Visual */
  background: #f5f5fa;
  border: 1px solid #e5e9f2; }

.btn--circle:active {
  /* 4 Visual */
  background: #f5f5fa;
  border: 1px solid #e5e9f2; }

.btn--circle--bg {
  /* 4 Visual */
  background: #6576ff;
  border: 1px solid #6576ff; }

.btn--circle--bg .icon {
  /* 4 Visual */
  fill: #ffffff; }

.btn--circle--bg:hover {
  /* 4 Visual */
  background: #5164fd;
  border: 1px solid #5164fd; }

.btn--circle--bg:focus {
  /* 4 Visual */
  background: #5164fd;
  border: 1px solid #5164fd; }

.btn--circle--bg:active {
  /* 4 Visual */
  background: #4c59c2;
  border: 1px solid #4c59c2; }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
.link {
  /* 3 Typography */
  text-decoration: none;
  color: #6576ff;
  /* 4 Visual */
  outline: none;
  /* 5 Animation */
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.link:hover {
  /* 3 Typography */
  text-decoration: underline; }

.link:focus {
  /* 3 Typography */
  text-decoration: underline; }

.link:active {
  /* 3 Typography */
  text-decoration: underline; }

.link--black {
  /* 3 Typography */
  text-decoration: underline;
  color: #484848; }

.link--black:hover {
  /* 3 Typography */
  text-decoration: none;
  color: #c9c8cb; }

.link--black:focus {
  /* 3 Typography */
  text-decoration: none;
  color: #c9c8cb; }

.link--black:active {
  /* 3 Typography */
  text-decoration: none;
  color: #c9c8cb; }

.link--textdecor {
  /* 3 Typography */
  text-decoration: underline; }

.link--textdecor:hover {
  /* 3 Typography */
  text-decoration: none; }

.link--textdecor:focus {
  /* 3 Typography */
  text-decoration: none; }

.link--textdecor:active {
  /* 3 Typography */
  text-decoration: none; }

.link--gray {
  /* 3 Typography */
  text-decoration: none;
  color: #858585; }

.link--gray:hover {
  /* 3 Typography */
  text-decoration: underline;
  color: #484848; }

.link--gray:focus {
  /* 3 Typography */
  text-decoration: underline;
  color: #484848; }

.link--gray:active {
  /* 3 Typography */
  text-decoration: underline;
  color: #484848; }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
.notification {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* 2 Block model */
  width: 19px;
  height: 19px;
  /* 3 Typography */
  color: #ffffff;
  /* 4 Visual */
  border-radius: 50%;
  background-color: #6576ff; }

.notification--red {
  /* 4 Visual */
  background-color: #ff3366; }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
.message {
  /* 2 Block model */
  display: inline-block;
  padding: 6px 15px;
  /* 4 Visual */
  border-radius: 5px;
  background-color: #f1f2fe; }

.message--green {
  /* 4 Visual */
  background-color: #effafa; }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
.checkbox {
  /* 2 Block model */
  display: inline-block;
  /* 6 Misc */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

.checkbox label {
  /* 1 Positioning */
  position: relative;
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 18px;
  padding-left: 33px;
  /* 3 Typography */
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #858585;
  /* 6 Sundry */
  cursor: pointer; }

.checkbox p {
  /* 2 Block model */
  margin: 0;
  /* 3 Typography */
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #858585;
  /* 6 Sundry */
  cursor: pointer; }

.checkbox input[type="checkbox"] {
  /* 1 Positioning */
  position: absolute;
  /* 2 Block model */
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0); }

.checkbox input[type="checkbox"] + span {
  /* 1 Positioning */
  position: absolute;
  top: 2px;
  left: 0;
  /* 2 Block model */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 14px;
  height: 14px;
  /* 4 Visual */
  background-color: #ffffff;
  border: 2px solid #e5e9f2;
  border-radius: 2px;
  /* 5 Animation */
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.checkbox input[type="checkbox"]:checked + span {
  /* 4 Visual */
  border: 2px solid #e5e9f2; }

.checkbox input[type="checkbox"]:checked + span::before {
  /* 1 Positioning */
  position: absolute;
  top: 2px;
  left: 1px;
  /* 2 Block model */
  display: block;
  width: 8px;
  height: 6px;
  /* 4 Visual */
  content: "";
  background-image: url(../images/icon--check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.checkbox input[type="checkbox"]:hover + span {
  /* 4 Visual */
  background-color: #f5f5fa; }

.checkbox input[type="checkbox"]:active + span {
  /* 4 Visual */
  border: 2px solid #e5e9f2; }

.checkbox input[type="checkbox"]:disabled + span {
  /* 4 Visual */
  cursor: not-allowed;
  border: 2px solid #e5e9f2;
  background-color: #ffffff; }

/* .checkbox input[type="checkbox"]:checked:focus + span::before */
/* .checkbox input[type="checkbox"]:checked:disabled + span::before */
.summary-item {
  /* 2 Block model */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 16px;
  padding-bottom: 16px;
  /* 4 Visual */
  background-color: #f5f5fa; }

.summary-item__body {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 768px) {
    .summary-item__body {
      /* 2 Block model */
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }

.summary-item__title {
  /* 2 Block model */
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .summary-item__title {
      /* 2 Block model */
      width: 98px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 98px;
      flex: 0 0 98px;
      margin-bottom: 0; } }

.summary-item__text {
  /* 3 Typography */
  word-break: break-all; }

.summary-item--white {
  /* 4 Visual */
  border: none;
  background-color: #ffffff; }

.summary-item--icon {
  /* 2 Block model */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 17px;
  padding-right: 17px; }

.summary-item--icon .summary-item__body {
  /* 2 Block model */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2; }

.summary-item--icon .summary-item__title {
  /* 2 Block model */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: calc(60% - 20px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(60% - 20px);
  flex: 0 0 calc(60% - 20px);
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .summary-item--icon .summary-item__title {
      /* 2 Block model */
      width: calc(50% - 20px);
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 20px);
      flex: 0 0 calc(50% - 20px); } }
  @media (min-width: 1400px) {
    .summary-item--icon .summary-item__title {
      /* 2 Block model */
      width: 140px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
      flex: 0 0 140px; } }

.summary-item--icon .summary-item__text {
  /* 3 Typography */
  color: #10b759; }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
/*
 * 	@include space(padding, top, green);
 */
.header-profile {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.header-profile__text {
  /* 2 Block model */
  margin-right: 8px; }

.header-profile__text a {
  /* 3 Typography */
  color: #484848;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.header-profile__text a:hover {
  /* 3 Typography */
  color: #6576ff; }

.header-profile__text a:active {
  /* 3 Typography */
  color: #6576ff; }

.header-profile__text a:focus {
  /* 3 Typography */
  color: #6576ff; }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
.item-menu {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* 3 Typography */
  text-decoration: none;
  /* 4 Visual */
  cursor: pointer; }

.item-menu__icon {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px; }

.item-menu__icon .icon {
  /* 5 Animation */
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.item-menu__text {
  /* 3 Typography */
  color: #858585;
  /* 5 Animation */
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.item-menu--pd {
  /* 2 Block model */
  padding-top: 8px;
  padding-bottom: 8px; }

.item-menu:hover .item-menu__text {
  /* 3 Typography */
  color: #6576ff; }

.item-menu:focus .item-menu__text {
  /* 3 Typography */
  color: #6576ff; }

.item-menu:active .item-menu__text {
  /* 3 Typography */
  color: #6576ff; }

.item-menu:hover .icon {
  /* 4 Visual */
  fill: #6576ff; }

.item-menu:focus .icon {
  /* 4 Visual */
  fill: #6576ff; }

.item-menu:active .icon {
  /* 4 Visual */
  fill: #6576ff; }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
.menu {
  /* 2 Block model */
  width: 100%; }

.menu__title {
  /* 2 Block model */
  margin-bottom: 8px;
  /* 3 Typography */
  text-transform: uppercase; }

.menu__list {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  /* 4 Visual */
  list-style: none; }

.menu__item {
  /* 2 Block model */
  padding-top: 8px;
  padding-bottom: 8px; }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
.search {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-right: 10px; }

.search label {
  /* 2 Block model */
  padding: 0;
  margin: 0;
  /* 3 Typography */
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #858585; }

.search .icon {
  /* 2 Block model */
  margin-right: 8px; }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
.currency-card {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  /* 3 Typography */
  text-decoration: none;
  /* 4 Visual */
  background-color: #e5e9f2;
  outline: none;
  /* 5 Animation */
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.currency-card__top {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4px; }

.currency-card__name-currency {
  /* 3 Typography */
  text-transform: uppercase; }

.currency-card__total {
  /* 2 Block model */
  margin-bottom: 16px;
  /* 3 Typography */
  text-transform: uppercase; }

.currency-card__course {
  /* 3 Typography */
  text-transform: uppercase; }

.currency-card:hover {
  /* 4 Visual */
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); }

.currency-card:focus {
  /* 4 Visual */
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); }

.currency-card:active {
  /* 4 Visual */
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
.table-head tr {
  /* 4 Visual */
  border-bottom: 1px solid #f5f5fa; }

.table-head th {
  /* 2 Block model */
  padding-top: 4px;
  padding-right: 15px;
  padding-bottom: 12px;
  /* 3 Typography */
  text-align: left; }

.table-head th:first-child {
  /* 2 Block model */
  padding-left: 13px; }

.table-head__recent-activities tr th:nth-child(1) {
  /* 2 Block model */
  width: 7.1429%; }

.table-head__recent-activities tr th:nth-child(2) {
  /* 2 Block model */
  width: 21.332%; }

.table-head__recent-activities tr th:nth-child(3) {
  /* 2 Block model */
  width: 17.0849%; }

.table-head__recent-activities tr th:nth-child(5) {
  /* 2 Block model */
  width: 18.4362%; }

.table-head__recent-activities tr th:nth-child(6) {
  /* 2 Block model */
  width: 12.2586%; }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
.table-item {
  /* 4 Visual */
  border-bottom: 1px solid #f5f5fa; }

.table-item:last-child {
  /* 4 Visual */
  border: none; }

.table-item td {
  /* 2 Block model */
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  /* 3 Typography */
  text-align: left;
  text-transform: uppercase; }

.table-item td:first-child {
  /* 2 Block model */
  padding-left: 13px; }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
.table {
  /* 2 Block model */
  width: 100%;
  margin: 0 auto;
  padding: 0;
  /* 4 Visual */
  border-collapse: collapse;
  border: none;
  border-spacing: 0; }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
.chat-user {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.chat-user__img {
  /* 2 Block model */
  margin-right: 10px; }

.chat-user__info {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2; }

.chat-user__title {
  /* 3 Typography */
  text-decoration: none;
  /* 5 Animation */
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.chat-user__title:hover {
  /* 3 Typography */
  color: #6576ff; }

.chat-user__title:focus {
  /* 3 Typography */
  color: #6576ff; }

.chat-user__title:active {
  /* 3 Typography */
  color: #6576ff; }

.chat-user__text {
  /* 2 Block model */
  padding-right: 5px; }

.chat-user__right {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.chat-user__date {
  /* 2 Block model */
  margin-bottom: 2px;
  /* 3 Typography */
  white-space: nowrap; }

.chat-message {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.chat-message__img {
  /* 2 Block model */
  margin-right: 10px; }

.chat-message__text {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.chat-message__text .message {
  /* 2 Block model */
  margin-bottom: 4px; }

.chat-message__date {
  /* 2 Block model */
  display: inline-block;
  /* 3 Typography */
  text-transform: uppercase; }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
/*
 * 	@include space(padding, top, green);
 */
.input-border-radius {
  /* 2 Block model */
  padding: 12px 17px 10px 16px;
  /* 4 Visual */
  cursor: pointer;
  border: 1px solid #f5f5fa;
  border-radius: 20px;
  /* 5 Animation */
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.input-border-radius .input input {
  /* 3 Typography */
  font-size: 12px;
  font-weight: 400;
  line-height: 16px; }

.input-border-radius:hover {
  /* 4 Visual */
  border: 1px solid #c9c8cb; }

.input-border-radius:focus {
  /* 4 Visual */
  border: 1px solid #c9c8cb; }

.input-border-radius:active {
  /* 4 Visual */
  border: 1px solid #c9c8cb; }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
/*
 * 	@include space(padding, top, green);
 */
.chat-form {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.chat-form .input-border-radius {
  /* 2 Block model */
  margin: 0 8px;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2; }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
/*
 * 	@include space(padding, top, green);
 */
.wallet-item {
  /* 2 Block model */
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  /* 4 Visual */
  border: 1px solid #f5f5fa;
  border-radius: 3px; }

.wallet-item__top {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px; }

.wallet-item__left {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* 3 Typography */
  text-decoration: none;
  /* 4 Visual */
  outline: none;
  /* 5 Animation */
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.wallet-item__left:hover .wallet-item__title {
  /* 3 Typography */
  color: #c9c8cb; }

.wallet-item__left:focus .wallet-item__title {
  /* 3 Typography */
  color: #c9c8cb; }

.wallet-item__left:active .wallet-item__title {
  /* 3 Typography */
  color: #c9c8cb; }

.wallet-item__left .icon {
  /* 2 Block model */
  margin-right: 12px; }

.wallet-item__title {
  /* 5 Animation */
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.wallet-item__body {
  /* 2 Block model */
  margin-bottom: 32px;
  /* 3 Typography */
  text-transform: uppercase; }

.wallet-item__body span {
  /* 2 Block model */
  display: block; }

.wallet-item__bottom {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.wallet-item__link {
  /* 2 Block model */
  margin-right: 24px; }

.wallet-item__link:last-child {
  /* 2 Block model */
  margin-right: 0; }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
/*
 * 	@include space(padding, top, green);
 */
.order-item {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  /* 3 Typography */
  text-decoration: none;
  /* 4 Visual */
  outline: none;
  border: 1px solid #f5f5fa;
  border-radius: 3px;
  /* 5 Animation */
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  @media (min-width: 768px) {
    .order-item {
      /* 2 Block model */
      padding-left: 23px;
      padding-right: 23px; } }

.order-item:hover {
  /* 4 Visual */
  border: 1px solid #c9c8cb; }

.order-item:focus {
  /* 4 Visual */
  border: 1px solid #c9c8cb; }

.order-item:active {
  /* 4 Visual */
  border: 1px solid #c9c8cb;
  background-color: #f5f5fa; }

.order-item__left {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  margin-right: 10px; }
  @media (min-width: 768px) {
    .order-item__left {
      /* 2 Block model */
      width: 42px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
      flex: 0 0 42px;
      margin-right: 15px; } }

.order-item__right {
  /* 2 Block model */
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2; }

.order-item__top {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4px; }

.order-item__top span,
.order-item__bottom span {
  /* 2 Block model */
  display: inline-block; }

.order-item__bottom {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
/*
 * 	@include space(padding, top, green);
 */
.transactions-item {
  /* 2 Block model */
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 24px;
  padding-bottom: 24px;
  /* 4 Visual */
  border: 1px solid #f5f5fa;
  border-radius: 3px; }
  @media (min-width: 768px) {
    .transactions-item {
      /* 2 Block model */
      padding-left: 24px;
      padding-right: 24px; } }

.transactions-item__top {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .transactions-item__top {
      /* 2 Block model */
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }

.transactions-item__text {
  /* 2 Block model */
  margin-bottom: 16px;
  /* 3 Typography */
  word-break: break-all; }
  @media (min-width: 768px) {
    .transactions-item__text {
      /* 2 Block model */
      padding-right: 122px;
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .transactions-item__text {
      /* 2 Block model */
      padding-right: 133px; } }

@media (min-width: 768px) {
  .transactions-item__info {
    /* 2 Block model */
    width: 150px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    /* 3 Typography */
    text-align: right; } }

.transactions-item__crypto {
  /* 3 Typography */
  text-transform: uppercase; }

.transactions-item__bottom {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* 4 Visual */
  border-top: 1px solid #f5f5fa; }
  @media (min-width: 768px) {
    .transactions-item__bottom {
      /* 2 Block model */
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      /* 3 Typography */
      text-align: right;
      /* 4 Visual */
      border-top: none; } }

.transactions-item__bottom > span {
  /* 2 Block model */
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .transactions-item__bottom > span {
      /* 2 Block model */
      margin-top: 0;
      margin-bottom: 0;
      margin-right: 40px; } }

.transactions-item__img {
  /* 2 Block model */
  margin-left: 26px;
  margin-right: 26px;
  vertical-align: middle; }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
/*
 * 	@include space(padding, top, green);
 */
.tabs {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  /* 4 Visual */
  list-style: none; }
  @media (min-width: 449px) {
    .tabs {
      /* 4 Visual */
      border-bottom: 1px solid #f5f5fa; } }

.tabs__item {
  /* 1 Positioning */
  position: relative;
  /* 2 Block model */
  padding-right: 30px;
  padding-bottom: 16px; }

.tabs__item.active .tabs__link::before {
  /* 1 Positioning */
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  /* 2 Block model */
  display: block;
  height: 2px;
  /* 4 Visual */
  content: "";
  background-color: #6576ff; }

.tabs__link {
  /* 1 Positioning */
  position: relative;
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* 3 Typography */
  text-decoration: none;
  /* 4 Visual */
  outline: none;
  /* 5 Animation */
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.tabs__link:hover {
  /* 3 Typography */
  color: #6576ff; }

.tabs__link:focus {
  /* 3 Typography */
  color: #6576ff; }

.tabs__link:active {
  /* 3 Typography */
  color: #6576ff; }

.tabs__item .notification {
  /* 2 Block model */
  margin-left: 9px; }

.tabs--setting {
  /* 2 Block model */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.tabs--setting .tabs__item {
  /* 2 Block model */
  padding-right: 40px; }

.tabs--setting .tabs__item:nth-child(3) {
  /* 2 Block model */
  padding-right: 0; }
  @media (min-width: 409px) {
    .tabs--setting .tabs__item:nth-child(3) {
      /* 2 Block model */
      padding-right: 40px; } }

.tabs--setting .tabs__item:last-child {
  /* 2 Block model */
  padding-top: 16px;
  padding-right: 0;
  padding-bottom: 0; }
  @media (min-width: 449px) {
    .tabs--setting .tabs__item:last-child {
      /* 2 Block model */
      padding: 0; } }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
/*
 * 	@include space(padding, top, green);
 */
.setting-item {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 24px;
  padding-bottom: 24px;
  /* 4 Visual */
  border-bottom: 1px solid #f5f5fa; }

.setting-item__left {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 10px; }
  @media (min-width: 768px) {
    .setting-item__left {
      /* 2 Block model */
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

@media (min-width: 768px) {
  .setting-item__title {
    /* 2 Block model */
    width: 50%; } }

.setting-item__info {
  /* 2 Block model */
  width: 100%;
  max-width: 200px; }
  @media (min-width: 768px) {
    .setting-item__info {
      /* 2 Block model */
      max-width: 200px; } }

.setting-item__right {
  /* 2 Block model */
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  /* 3 Typography */
  text-align: right; }
  @media (min-width: 768px) {
    .setting-item__right {
      /* 2 Block model */
      width: 190px; } }

.setting-item--link {
  /* 2 Block model */
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
/*
 * 	@include space(padding, top, green);
 */
.referral-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  border: 1px solid #f5f5fa;
  border-radius: 3px; }

.referral__status {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 768px) {
    .referral__status {
      width: 203px; } }
  @media (min-width: 1400px) {
    .referral__status {
      width: 347px; } }

.referral__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
  padding-top: 16px; }
  @media (min-width: 768px) {
    .referral__user {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      -webkit-box-flex: 2;
      -ms-flex-positive: 2;
      flex-grow: 2;
      width: auto;
      padding-top: 0; } }

.referral__user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 768px) {
    .referral__user-info {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }

@media (min-width: 768px) {
  .referral__user-pik {
    width: 58px; } }

.referral__user-pik .user-pik {
  width: 38px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38px;
  flex: 0 0 38px;
  margin-right: 15px; }
  @media (min-width: 768px) {
    .referral__user-pik .user-pik {
      margin-right: 0; } }

.referral__name {
  padding-top: 3px;
  margin-bottom: 4px; }
  @media (min-width: 768px) {
    .referral__name {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 146px;
      padding-right: 10px;
      padding-top: 0;
      margin-bottom: 0; } }
  @media (min-width: 1400px) {
    .referral__name {
      width: 282px; } }

.referral__btn {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }
  @media (min-width: 768px) {
    .referral__btn {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; } }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
/*
 * 	@include space(padding, top, green);
 */
.slider__img {
  /* 2 Block model */
  margin-bottom: 48px; }

.slider__img img {
  /* 2 Block model */
  display: block;
  width: 100%; }

.slider__title {
  /* 2 Block model */
  margin-bottom: 16px;
  /* 3 Typography */
  text-align: center; }

.slider__text {
  /* 2 Block model */
  width: 100%;
  max-width: 346px;
  margin: 0 auto;
  margin-bottom: 32px;
  /* 3 Typography */
  text-align: center; }

.slider__dots {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  /* 3 Typography */
  text-align: center;
  /* 4 Visual */
  list-style: none; }

.slider__dots li {
  /* 2 Block model */
  position: relative;
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  padding: 0;
  margin-right: 11px;
  /* 4 Visual */
  cursor: pointer;
  border-radius: 50%; }

.slider__dots li:last-child {
  /* 2 Block model */
  margin-right: 0; }

.slider__dots li button {
  /* 2 Block model */
  display: block;
  width: 8px;
  height: 8px;
  padding: 3px;
  /* 3 Typography */
  font-size: 0;
  line-height: 0;
  color: transparent;
  /* 4 Visual */
  cursor: pointer;
  background-color: #c9c8cb;
  border: 0;
  border-radius: 50%;
  outline: none; }

.slider__dots .slick-active button {
  /* 4 Visual */
  background-color: #858585; }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
/*
 * 	@include space(padding, top, green);
 */
.header {
  /* 1 Positioning */
  position: relative;
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  /* 4 Visual */
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); }

.header__left {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 54px;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #e5e9f2; }
  @media (min-width: 768px) {
    .header__left {
      /* 2 Block model */
      width: 102px;
      padding-left: 40px;
      padding-right: 38px; } }
  @media (min-width: 1200px) {
    .header__left {
      /* 2 Block model */
      width: 282px;
      padding-left: 38px;
      padding-right: 38px;
      /* 4 Visual */
      border: none;
      background-color: #f5f5fa; } }

.header__left .logo {
  /* 2 Block model */
  display: none; }
  @media (min-width: 1200px) {
    .header__left .logo {
      /* 2 Block model */
      display: block; } }

@media (min-width: 1200px) {
  .header__left .btn {
    /* 4 Visual */
    visibility: hidden;
    cursor: unset; } }

.header__right {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .header__right {
      /* 2 Block model */
      padding-left: 39px;
      padding-right: 39px; } }
  @media (min-width: 1200px) {
    .header__right {
      /* 2 Block model */
      padding-left: 36px;
      padding-right: 36px; } }

.header__serch .input {
  /* 2 Block model */
  display: none; }
  @media (min-width: 1200px) {
    .header__serch .input {
      /* 2 Block model */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.header__action {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header__action .header-profile {
  /* 2 Block model */
  display: none; }
  @media (min-width: 768px) {
    .header__action .header-profile {
      /* 2 Block model */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.header__action-btn {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header__action-btn .btn {
  /* 2 Block model */
  margin-right: 16px; }

.header__action-btn .btn:last-child {
  /* 2 Block model */
  margin-right: 0; }
  @media (min-width: 768px) {
    .header__action-btn .btn:last-child {
      /* 2 Block model */
      margin-right: 16px; } }

.scrolled .header {
  /* 1 Positioning */
  position: fixed;
  left: 0;
  right: 0;
  z-index: 500; }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
.body {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.scrolled .body {
  /* 2 Block model */
  padding-top: 60px; }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
.table-recent-activities {
  /* 2 Block model */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 646px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 24px;
  padding-bottom: 24px;
  /* 4 Visual */
  border: 1px solid #f5f5fa; }
  @media (min-width: 768px) {
    .table-recent-activities {
      /* 2 Block model */
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 1200px) {
    .table-recent-activities {
      /* 2 Block model */
      padding-left: 24px;
      padding-right: 24px; } }

.table-recent-activities__header {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4px; }

.table-recent-activities__title {
  /* 3 Typography */
  text-transform: uppercase; }

.table-recent-activities .table th:first-child,
.table-recent-activities .table td:first-child {
  /* 2 Block model */
  padding-left: 0; }
  @media (min-width: 1200px) {
    .table-recent-activities .table th:first-child,
    .table-recent-activities .table td:first-child {
      /* 2 Block model */
      padding-left: 13px; } }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
.tradingview__img {
  display: block;
  width: 100%; }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
.sidebar {
  /* 1 Positioning */
  position: fixed;
  top: 0;
  bottom: 0;
  left: -282px;
  z-index: 1000;
  /* 2 Block model */
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 282px;
  flex: 0 0 282px;
  width: 282px;
  min-height: calc(100vh - 60px);
  /* 4 Visual */
  background: -webkit-gradient(linear, left bottom, left top, from(#F5F5FA), to(#F5F5FA)), -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#FFFFFF)), #F9FAFB;
  background: linear-gradient(0deg, #F5F5FA, #F5F5FA), linear-gradient(0deg, #FFFFFF, #FFFFFF), #F9FAFB;
  /* 5 Animation */
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  @media (min-width: 768px) {
    .sidebar {
      /* 2 Block model */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 1200px) {
    .sidebar {
      /* 1 Positioning */
      position: static;
      z-index: 0;
      /* 2 Block model */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.sidebar--open {
  /* 1 Positioning */
  left: 0; }

.sidebar__mobile {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  height: 60px;
  padding-left: 38px;
  padding-right: 38px;
  /* 4 Visual */
  border-right: 1px solid #e5e9f2;
  border-bottom: 1px solid #e5e9f2; }
  @media (min-width: 1200px) {
    .sidebar__mobile {
      /* 2 Block model */
      display: none; } }

.sidebar__body {
  /* 2 Block model */
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 38px;
  padding-right: 44px;
  margin-right: -18px; }

.sidebar__item {
  /* 2 Block model */
  margin-bottom: 32px; }

.sidebar__item:last-child {
  /* 2 Block model */
  margin-bottom: 0; }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
@media (min-width: 992px) {
  .chat {
    /* 2 Block model */
    padding-top: 24px;
    padding-bottom: 24px;
    /* 4 Visual */
    border: 1px solid #f5f5fa; } }

.chat__left {
  /* 1 Positioning */
  position: relative; }
  @media (min-width: 992px) {
    .chat__left {
      /* 2 Block model */
      padding-left: 24px;
      padding-right: 8px; } }

.chat__left::before {
  /* 1 Positioning */
  position: absolute;
  right: -17px;
  top: -13px;
  bottom: -7px;
  /* 2 Block model */
  display: none;
  width: 1px;
  height: calc(100% + 8px);
  /* 4 Visual */
  content: "";
  background-color: #f5f5fa; }
  @media (min-width: 992px) {
    .chat__left::before {
      /* 2 Block model */
      display: block; } }

.chat__profile {
  padding-bottom: 16px;
  /* 4 Visual */
  border-bottom: 1px solid #f5f5fa; }

.chat__user-list {
  /* 1 Positioning */
  position: relative;
  /* 2 Block model */
  overflow-y: auto;
  max-height: calc(100vh - 211px);
  padding: 0;
  padding-right: 18px;
  padding-top: 16px;
  margin: 0;
  margin-right: -18px;
  /* 4 Visual */
  list-style: none; }
  @media (min-width: 992px) {
    .chat__user-list {
      /* 2 Block model */
      max-height: calc(100vh - 261px); } }

.chat__user-item {
  /* 1 Positioning */
  position: relative;
  /* 2 Block model */
  padding-top: 8px;
  padding-bottom: 8px; }

.chat__user-item::before {
  /* 1 Positioning */
  position: absolute;
  left: 48px;
  right: 0;
  bottom: 1px;
  /* 2 Block model */
  display: block;
  height: 1px;
  /* 4 Visual */
  content: "";
  background-color: #f5f5fa; }

.chat__body {
  /* 2 Block model */
  padding-left: 11px;
  padding-right: 24px; }

.chat__current-user {
  /* 2 Block model */
  padding-bottom: 16px;
  /* 4 Visual */
  border-bottom: 1px solid #f5f5fa; }

.chat__msg-list {
  /* 1 Positioning */
  position: relative;
  /* 2 Block model */
  overflow-y: auto;
  max-height: calc(100vh - 317px);
  padding: 0;
  padding-right: 18px;
  padding-top: 16px;
  margin: 0;
  margin-right: -18px;
  margin-bottom: 16px;
  /* 4 Visual */
  list-style: none; }

.chat__msg-item {
  /* 2 Block model */
  padding-top: 8px;
  padding-bottom: 8px; }

.chat__mobile {
  /* 2 Block model */
  display: none; }
  @media (min-width: 992px) {
    .chat__mobile {
      /* 2 Block model */
      display: block; } }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
/*
 * 	@include space(padding, top, green);
 */
.wallet__item {
  /* 2 Block model */
  margin-bottom: 16px; }

.wallet__mr-violet {
  /* 2 Block model */
  margin-bottom: 8px; }

.wallet__btn-mr17 {
  /* 2 Block model */
  margin-right: 17px; }

.wallet__item--mobile-blue {
  /* 2 Block model */
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .wallet__item--mobile-blue {
      /* 2 Block model */
      margin-bottom: 0; } }

.wallet__item--mobile-blue:last-child {
  /* 2 Block model */
  margin-bottom: 0; }

.wallet__item--yellow {
  /* 2 Block model */
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .wallet__item--yellow {
      /* 2 Block model */
      margin-bottom: 32px; } }

.wallet__item--yellow:last-child {
  /* 2 Block model */
  margin-bottom: 32px; }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
/*
 * 	@include space(padding, top, green);
 */
.order-book__top {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.order-book__top-control {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.order-book__top-control .checkbox {
  /* 2 Block model */
  margin-right: 19px; }

.order-book__list {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  padding-bottom: 16px;
  /* 4 Visual */
  list-style: none;
  border-bottom: 1px solid #f5f5fa; }

.order-book__item {
  /* 1 Positioning */
  position: relative;
  /* 2 Block model */
  padding-right: 30px; }

.order-book__item.active .order-book__tabs-link::before {
  /* 1 Positioning */
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  /* 2 Block model */
  display: block;
  height: 2px;
  /* 4 Visual */
  content: '';
  background-color: #6576ff; }

.order-book__tabs-link {
  /* 1 Positioning */
  position: relative;
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 3 Typography */
  text-decoration: none; }

.order-book__item .notification {
  /* 2 Block model */
  margin-left: 9px; }

.order-book__list-order {
  /* 2 Block model */
  padding: 0;
  margin: 0;
  /* 4 Visual */
  list-style: none; }

.order-book__list-order-item {
  /* 2 Block model */
  margin-bottom: 8px; }

.order-book__list-order-item:last-child {
  /* 2 Block model */
  margin-bottom: 0; }

.order-book__more {
  /* 3 Typography */
  text-align: center; }

.order-book__mb-blue {
  /* 2 Block model */
  padding-bottom: 16px; }

.order-book__mr17 {
  /* 2 Block model */
  margin-right: 17px; }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
/*
 * 	@include space(padding, top, green);
 */
.transactions__list {
  /* 2 Block model */
  padding: 0;
  margin: 0;
  /* 4 Visual */
  list-style: none; }

.transactions__item {
  /* 2 Block model */
  margin-bottom: 16px; }

.transactions__item:last-child {
  /* 2 Block model */
  margin-bottom: 0; }

.transactions__mrb-green {
  /* 2 Block model */
  margin-bottom: 24px; }

.transactions__mrb-orange {
  /* 2 Block model */
  margin-bottom: 48px; }

.transactions__item--green {
  /* 2 Block model */
  margin-bottom: 24px; }

.transactions__item--green:last-child {
  /* 2 Block model */
  margin-bottom: 0; }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
/*
 * 	@include space(padding, top, green);
 */
.settings__upgrade {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  /* 4 Visual */
  border-radius: 3px;
  background-color: #cce5ff; }
  @media (min-width: 768px) {
    .settings__upgrade {
      /* 2 Block model */
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

.settings__upgrade__text {
  /* 2 Block model */
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .settings__upgrade__text {
      /* 2 Block model */
      padding-right: 53px;
      margin-bottom: 0; } }
  @media (min-width: 992px) {
    .settings__upgrade__text {
      /* 2 Block model */
      padding-right: 10px; } }

.settings__upgrade-action {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.settings__upgrade-link {
  /* 2 Block model */
  margin-right: 30px;
  /* 3 Typography */
  white-space: nowrap; }

.settings__title {
  /* 2 Block model */
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  /* 4 Visual */
  border-radius: 3px;
  background-color: #f5f5fa; }

.settings__list {
  /* 2 Block model */
  padding: 0;
  margin: 0;
  margin-bottom: 48px;
  list-style: none; }

.settings__list:last-child {
  /* 2 Block model */
  margin-bottom: 0; }

.settings__mrb-blue {
  /* 2 Block model */
  margin-bottom: 16px; }

.settings__mrb-violet {
  /* 2 Block model */
  margin-bottom: 8px; }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
/*
 * 	@include space(padding, top, green);
 */
.form__item {
  /* 2 Block model */
  margin-bottom: 16px; }

.form__item:last-child {
  /* 2 Block model */
  margin-bottom: 0; }

.form__item-big {
  /* 2 Block model */
  margin-bottom: 24px; }

.form__item .h3 {
  /* 2 Block model */
  margin-bottom: 8px; }

.form__checkbox {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.form__checkbox .checkbox {
  /* 2 Block model */
  padding-top: 2px; }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
/*
 * 	@include space(padding, top, green);
 */
.registr-entry__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh; }

.registr-entry__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #ffffff; }
  @media (min-width: 768px) {
    .registr-entry__left {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 992px) {
    .registr-entry__left {
      width: 43%; } }

.registr-entry__right {
  display: none;
  background-color: #f5f5fa; }
  @media (min-width: 992px) {
    .registr-entry__right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 57%; } }

.registr-entry__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 380px;
  margin: 0 auto; }

.registr-entry__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2; }

.registr-entry__content {
  padding-top: 48px;
  padding-bottom: 32px; }

.registr-entry__content .logo {
  margin-bottom: 32px; }

.registr-entry__form {
  margin-bottom: 24px; }

.registr-entry__social {
  text-align: center; }

.registr-entry__or {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 67px;
  height: 18px;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto;
  margin-bottom: 16px;
  color: #484848; }

.registr-entry__or::before,
.registr-entry__or::after {
  position: absolute;
  top: 9px;
  display: block;
  width: 14px;
  height: 1px;
  content: "";
  background-color: #f5f5fa; }

.registr-entry__or::before {
  left: 3px; }

.registr-entry__or::after {
  right: 3px; }

.registr-entry__fb {
  margin-right: 20px; }

.registr-entry__bottom {
  padding-top: 32px;
  padding-bottom: 48px; }

.registr-entry__links {
  margin-bottom: 16px; }

.registr-entry__links .link {
  margin-right: 32px; }

.registr-entry__links .link:last-child {
  margin-right: 0; }

.registr-entry__slider {
  width: 100%;
  max-width: 460px;
  padding-top: 32px;
  padding-bottom: 32px;
  margin: 0 auto; }

.registr-entry__mb-yellow {
  margin-bottom: 32px; }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
/*
 * 	@include space(padding, top, green);
 */
.referral__donload {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.referral__donload .text {
  /* 2 Block model */
  margin-right: 15px;
  /* 3 Typography */
  word-break: break-word; }

.referral__head-list {
  /* 2 Block model */
  display: none; }
  @media (min-width: 768px) {
    .referral__head-list {
      /* 2 Block model */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-left: 24px;
      padding-right: 24px;
      margin-bottom: 24px; } }

.referral__head-item:first-child {
  /* 2 Block model */
  width: 203px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 203px;
  flex: 0 0 203px; }
  @media (min-width: 1400px) {
    .referral__head-item:first-child {
      /* 2 Block model */
      width: 347px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 347px;
      flex: 0 0 347px; } }

.referral__head-item:nth-child(2) {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2; }

.referral__head-item:nth-child(2) .h3:first-child {
  /* 2 Block model */
  width: 204px; }
  @media (min-width: 1400px) {
    .referral__head-item:nth-child(2) .h3:first-child {
      /* 2 Block model */
      width: 341px; } }

.referral__list {
  /* 2 Block model */
  padding: 0;
  margin: 0;
  /* 4 Visual */
  list-style: none; }

.referral__item {
  /* 2 Block model */
  margin-bottom: 16px; }

.referral__item:last-child {
  /* 2 Block model */
  margin-bottom: 0; }

.referral--mb-mob-viol {
  /* 2 Block model */
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .referral--mb-mob-viol {
      /* 2 Block model */
      margin-bottom: 0; } }

.referral--green {
  /* 2 Block model */
  margin-bottom: 24px; }

.referral--blue {
  /* 2 Block model */
  margin-bottom: 16px; }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
/*
 * 	@include space(padding, top, green);
 */
.main {
  /* 2 Block model */
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 48px;
  padding-bottom: 48px; }
  @media (min-width: 768px) {
    .main {
      /* 2 Block model */
      padding-left: 39px;
      padding-right: 39px; } }
  @media (min-width: 1200px) {
    .main {
      /* 2 Block model */
      padding-left: 36px;
      padding-right: 36px; } }

@media (max-width: 767px) {
  .main .container {
    /* 2 Block model */
    max-width: 100%; } }

.main__mrh1 {
  /* 2 Block model */
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .main__mrh1 {
      /* 2 Block model */
      margin-bottom: 0; } }

.main__item {
  /* 2 Block model */
  margin-bottom: 32px; }

.main__card-item {
  /* 2 Block model */
  margin-bottom: 16px; }
  @media (min-width: 992px) {
    .main__card-item {
      /* 2 Block model */
      margin-bottom: 0; } }

.main__card-item--mb0 {
  /* 2 Block model */
  margin-bottom: 0; }

.main__table {
  /* 2 Block model */
  overflow-x: auto; }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
.style-guide__icon-list {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  /* 4 Visual */
  list-style: none; }

.style-guide__icon-item {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 10px; }

.style-guide__icon-item .icon {
  /* 2 Block model */
  margin-right: 5px; }

.style-guide__icon-item--bg .icon {
  /* 4 Visual */
  background: blue; }

/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
