/*!****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/styles.scss ***!
  \****************************************************************************************************************************************************************************************************/
@font-face {
  font-family: 'Orbition';
  font-display: swap;
  src: url(../fonts/Orbitron-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: TTPositiveExt;
  font-display: swap;
  src: url("../fonts/TT%20Positive%20Extended%20Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: TTPositiveExt;
  font-display: swap;
  src: url("../fonts/TT%20Positive%20Extended%20Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: TTPositiveExt;
  font-display: swap;
  src: url("../fonts/TT%20Positive%20Extended%20Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: TTPositiveExt;
  font-display: swap;
  src: url("../fonts/TT%20Positive%20Extended%20Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

* {
  padding: 0;
  margin: 0;
  border: 0; }

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

:focus,
:active {
  outline: none; }

a:focus,
a:active {
  outline: none; }

html,
body {
  height: 100%; }

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

input,
button,
textarea {
  font-family: inherit;
  font-size: inherit; }

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit; }

a {
  color: inherit;
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

[class*="__container"] {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px; }
  @media (max-width: 1440px) {
    [class*="__container"] {
      max-width: 100%;
      padding: 0 18px; } }
  @media (max-width: 600px) {
    [class*="__container"] {
      padding: 0 14px; } }

body {
  font-family: TTPositiveExt, sans-serif;
  background-color: #000000; }

.header {
  font-family: TTPositiveExt, sans-serif;
  font-weight: 400;
  color: #fff;
  padding-bottom: 16px; }
  .header__logo {
    margin-bottom: 16px;
    padding: 58px 68px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header__logo img {
      max-width: 100%; }
    @media (max-width: 1200px) {
      .header__logo {
        padding: 0; } }
    @media (max-width: 991.98px) {
      .header__logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 18px;
        max-width: 100%; } }
    @media (max-width: 600px) {
      .header__logo {
        max-width: 270px;
        margin: 0 auto 18px; } }
  .header__top-stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 205px;
    margin: 18px 0 10px; }
    @media (max-width: 991.98px) {
      .header__top-stats {
        display: none; } }
    .header__top-stats img {
      width: 100%; }
  .header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 991.98px) {
      .header__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .header__total-block {
	margin: 18px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 36%;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 991.98px) {
      .header__total-block {
        width: 100%;
        margin-bottom: 18px; } }
  .header__stats {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: hidden; }
    @media (max-width: 991.98px) {
      .header__stats {
        margin-bottom: 18px; } }
  .header__additional {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    position: relative;
    width: 23.4%;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 1200px) {
      .header__additional {
        width: 24%; } }
    @media (max-width: 991.98px) {
      .header__additional {
        width: 100%; } }
  .header__info {
    position: relative;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: auto;
    padding: 110px 34px;
    font-size: 52px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    font-weight: 200; }
    @media (max-width: 1200px) {
      .header__info {
        font-size: 40px;
        line-height: 100%; } }
    @media (max-width: 1100px) {
      .header__info {
        font-size: 30px;
        line-height: 100%; } }
    @media (max-width: 991.98px) {
      .header__info {
        text-align: center;
        padding: 28px 20px;
        font-size: 28px; } }
    @media (max-width: 600px) {
      .header__info {
        font-size: 18px; } }
    @media (max-width: 480px) {
      .header__info {
        border-radius: 6px; } }
  .header__info-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .header__info-bg img {
      width: 100%;
      height: 100%; }
  .header__total-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 49px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    max-width: 432px;
    margin: 0 auto; }
    @media (max-width: 1200px) {
      .header__total-row {
        font-size: 36px;
        line-height: 40px; } }
    @media (max-width: 992px) {
      .header__total-row {
        font-size: 24px;
        line-height: 28px; } }
    @media (max-width: 768px) {
      .header__total-row {
        font-size: 18px;
        line-height: 20px; } }
    @media (max-width: 400px) {
      .header__total-row {
        font-size: 16px;
        line-height: 20px; } }
    @media (max-width: 768px) {
      .header__total-row span {
        margin-top: 8px; } }
    @media (max-width: 480px) {
      .header__total-row span {
        margin-top: 4px; } }
    .header__total-row + .header__total-row {
      margin-top: 60px; }
      @media (max-width: 1200px) {
        .header__total-row + .header__total-row {
          margin-top: 26px; } }
      @media (max-width: 991.98px) {
        .header__total-row + .header__total-row {
          margin-top: 20px; } }
      @media (max-width: 600px) {
        .header__total-row + .header__total-row {
          margin-top: 14px; } }
  .header__stats-wrapper {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 0;
    top: 215px;
    height: 100%; }
    @media (max-width: 991.98px) {
      .header__stats-wrapper {
        position: static; } }
  .header__stats-list {
    overflow: hidden; }
  @media (max-width: 991.98px) {
    .header__sub-logo {
      display: none; } }
  .header__sub-logo img {
    width: 100%;
    max-width: 100%; }

.header-app-box {
  padding: 24px;
  color: #141414;
  margin-bottom: 18px; }
  @media (max-width: 992px) {
    .header-app-box {
      padding: 16px 12px 12px;
      margin-bottom: 10px; } }
  @media (max-width: 480px) {
    .header-app-box {
      margin-bottom: 0; } }
  @media (max-width: 480px) {
    .header-app-box {
      text-align: center; } }
  .header-app-box__title {
    font-size: 16.7px;
    font-weight: 400;
    line-height: 21.05px;
    text-shadow: 3px 0px 8px #DE1FC6;
    text-transform: uppercase;
    text-align: center;
    margin: 13px 0; }
    @media (max-width: 480px) {
      .header-app-box__title {
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
        margin: 0;
        margin-bottom: 16px; } }
  .header-app-box__buttons .app-btn + .app-btn {
    margin-top: 10px; }
  @media (max-width: 480px) {
    .header-app-box__logo {
      display: none; } }

.stats-row {
  position: relative;
  padding-bottom: 14px;
  background-size: 100%; }
  .stats-row::after {
    content: "";
    position: absolute; }
  .stats-row::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 20px;
    overflow: hidden;
    bottom: 4px;
    -webkit-box-shadow: 0px 0px 15.59px 0px #97F6F673;
            box-shadow: 0px 0px 15.59px 0px #97F6F673;
    clip-path: polygon(0.34% calc(4px), 100% 0%, 99.66% calc(100% - 20px), calc(100% - 20px) calc(100% - 10px), calc(50% + 15px) calc(100% - 12px), calc(50% + 1px) calc(100% - 1px), calc(50% - 17px) calc(100% - 10px), 47.34% calc(100% - 10px), 10px calc(100% - 13px), 3px calc(100% - 20px));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(180, 69, 255, 0.7)), to(rgba(48, 0, 192, 0.7)));
    background: linear-gradient(180deg, rgba(180, 69, 255, 0.7) 0%, rgba(48, 0, 192, 0.7) 100%); }
  .stats-row__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 10px 28px;
    font-size: 18px;
    font-weight: 500;
    line-height: 33px;
    border: 4px solid #9BF3FF;
    border-radius: 20px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, calc(50% + 0px) 122.29%, calc(50% + 28px) calc(100% - 10px), calc(50% - 33px) calc(100% - 16px), calc(50% - 3px) calc(122%), 0% 100%); }
    .stats-row__wrapper::after {
      content: ''; }
    @media (max-width: 480px) {
      .stats-row__wrapper {
        padding: 2px 10px 2px 5px; } }
  .stats-row__message {
    margin-right: auto; }
    @media (max-width: 480px) {
      .stats-row__message {
        font-size: 8px; } }
  .stats-row__timestamp {
    width: 100px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 9px;
    text-align: center;
    color: #fff;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    border-radius: 10px; }
    @media (max-width: 600px) {
      .stats-row__timestamp {
        border-radius: 8px; } }
    @media (max-width: 480px) {
      .stats-row__timestamp {
        width: 52px;
        font-size: 9px;
        line-height: 10px;
        padding: 5px;
        border-radius: 5.2px; } }

.app-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #DE1FC6;
  text-transform: uppercase; }
  .app-btn__prev {
    font-family: 'Orbition', sans-serif;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-size: 8.91px;
    font-weight: 400;
    line-height: 11.17px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 25px;
    border: 1px solid #DE1FC6;
    background: #DE1FC6; }
  .app-btn__content {
    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;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 16.34px;
    font-weight: 400;
    line-height: 20.58px;
    text-align: center;
    padding: 16px;
    background: transparent;
    -webkit-transition: color .3s, background-color .3s, opacity .3s;
    transition: color .3s, background-color .3s, opacity .3s; }
  .app-btn svg path {
    -webkit-transition: fill .3s;
    transition: fill .3s; }
  .app-btn:hover .app-btn__content {
    background: #DE1FC6; }
  .app-btn__text {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    margin-right: 10px; }
    @media (max-width: 480px) {
      .app-btn__text {
        font-size: 10px;
        line-height: 11px; } }

.stadoff-rating {
  font-family: TTPositiveExt, sans-serif;
  color: #fff;
  padding-bottom: 36px; }
  @media (max-width: 480px) {
    .stadoff-rating {
      padding-bottom: 0; } }

.standoff-table {
  margin-top: 78px; }
  @media (max-width: 992px) {
    .standoff-table {
      margin-top: 32px; } }
  .standoff-table + .standoff-table {
    margin-top: 36px; }
    @media (max-width: 992px) {
      .standoff-table + .standoff-table {
        margin-top: 20px; } }
    @media (max-width: 768px) {
      .standoff-table + .standoff-table {
        margin-top: 16px; } }
    @media (max-width: 600px) {
      .standoff-table + .standoff-table {
        margin-top: 10px; } }
  @media (max-width: 600px) {
    .standoff-table {
      padding: 9px 0; } }
  .standoff-table__title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 52px;
    font-weight: 700;
    line-height: 51.4px;
    letter-spacing: 0.05em;
    color: #FFF;
    padding: 16px 32px;
    text-transform: uppercase;
    margin-bottom: 52px; }
    @media (max-width: 1240px) {
      .standoff-table__title {
        font-size: 44px;
        line-height: 50.4px;
        margin-bottom: 40px; } }
    @media (max-width: 1100px) {
      .standoff-table__title {
        font-size: 42px;
        line-height: 48.4px; } }
    @media (max-width: 991.98px) {
      .standoff-table__title {
        font-size: 36px;
        line-height: 40.4px;
        padding: 14px 28px;
        margin-bottom: 32px; } }
    @media (max-width: 768px) {
      .standoff-table__title {
        font-size: 28px;
        line-height: 32.4px;
        padding: 14px 24px; } }
    @media (max-width: 600px) {
      .standoff-table__title {
        font-size: 22px;
        line-height: 26.4px;
        padding: 5px 10px;
        margin-bottom: 16px; } }
    @media (max-width: 540px) {
      .standoff-table__title {
        font-size: 18px;
        line-height: 19.4px; } }
    @media (max-width: 480px) {
      .standoff-table__title {
        font-size: 16px;
        font-weight: 400;
        line-height: 16px;
        text-align: left;
        padding: 3px 7px; } }
  .standoff-table__ava {
    display: inline-block;
    border-radius: 10px;
    margin: 18px auto;
    width: 96px;
    height: 96px; }
    @media (max-width: 768px) {
      .standoff-table__ava {
        margin-top: 10px;
        margin-bottom: 10px; } }
    .standoff-table__ava img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @media (max-width: 768px) {
      .standoff-table__ava {
        width: 80px;
        height: 80px;
        border-radius: 6px; } }
    @media (max-width: 480px) {
      .standoff-table__ava {
        width: 24px;
        height: 24px;
        border-radius: 2px; } }
  .standoff-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #5747C3;
    -webkit-box-shadow: 0px 0px 17.58px 0px rgba(255, 255, 255, 0.55) inset;
            box-shadow: 0px 0px 17.58px 0px rgba(255, 255, 255, 0.55) inset;
    border-radius: 26px;
    overflow: hidden; }
    .standoff-table__row:nth-child(2n) {
      background: #3724b2;
      -webkit-box-shadow: 0px 0px 17.58px 0px rgba(255, 255, 255, 0.55) inset;
              box-shadow: 0px 0px 17.58px 0px rgba(255, 255, 255, 0.55) inset; }
    @media (max-width: 991.92px) {
      .standoff-table__row {
        border-radius: 20px; } }
    @media (max-width: 768px) {
      .standoff-table__row {
        border-radius: 16px; } }
    @media (max-width: 600px) {
      .standoff-table__row {
        border-radius: 10px; } }
    @media (max-width: 480px) {
      .standoff-table__row {
        border-radius: 6px; } }
    .standoff-table__row:not(.standoff-table__row--title) + .standoff-table__row {
      margin-top: 8px; }
    .standoff-table__row div:nth-child(1) {
      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: 136px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      font-size: 44px;
      line-height: 40.8px;
      font-weight: 500;
      text-align: center; }
      @media (max-width: 991.92px) {
        .standoff-table__row div:nth-child(1) {
          width: 100px;
          font-size: 18px;
          line-height: 24.8px; } }
      @media (max-width: 520px) {
        .standoff-table__row div:nth-child(1) {
          font-size: 16px;
          line-height: 20.4px; } }
      @media (max-width: 480px) {
        .standoff-table__row div:nth-child(1) {
          width: 30px;
          font-size: 14px;
          line-height: 16px; } }
      @media (max-width: 420px) {
        .standoff-table__row div:nth-child(1) {
          font-size: 9px;
          line-height: 10px; } }
    .standoff-table__row div:nth-child(2) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 166px; }
      @media (max-width: 992px) {
        .standoff-table__row div:nth-child(2) {
          padding-left: 20px;
          width: 116px; } }
      @media (max-width: 768px) {
        .standoff-table__row div:nth-child(2) {
          width: 100px;
          padding-left: 10px;
          padding-right: 10px; } }
      @media (max-width: 480px) {
        .standoff-table__row div:nth-child(2) {
          width: 60px; } }
    .standoff-table__row div:nth-child(3) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 44%;
      font-weight: 500;
      font-size: 44px;
      line-height: 40.8px;
      padding-left: 70px; }
      @media (max-width: 991.92px) {
        .standoff-table__row div:nth-child(3) {
          font-size: 26px;
          line-height: 30.4px;
          padding-left: 48px; } }
      @media (max-width: 768px) {
        .standoff-table__row div:nth-child(3) {
          font-size: 20px;
          line-height: 24.4px;
          padding-left: 20px; } }
      @media (max-width: 600px) {
        .standoff-table__row div:nth-child(3) {
          font-size: 18px;
          line-height: 22.4px;
          padding-left: 10px; } }
      @media (max-width: 520px) {
        .standoff-table__row div:nth-child(3) {
          font-size: 16px;
          line-height: 20.4px; } }
      @media (max-width: 480px) {
        .standoff-table__row div:nth-child(3) {
          font-size: 14px;
          line-height: 16px;
          padding-left: 0;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; } }
      @media (max-width: 420px) {
        .standoff-table__row div:nth-child(3) {
          font-size: 9px;
          line-height: 10px;
          width: auto; } }
    .standoff-table__row div:nth-child(4) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      font-weight: 500;
      font-size: 44px;
      line-height: 40px; }
      @media (max-width: 991.92px) {
        .standoff-table__row div:nth-child(4) {
          font-size: 26px;
          line-height: 30.4px; } }
      @media (max-width: 768px) {
        .standoff-table__row div:nth-child(4) {
          width: 120px;
          font-size: 20px;
          line-height: 24.4px;
          margin-right: 6%; } }
      @media (max-width: 600px) {
        .standoff-table__row div:nth-child(4) {
          font-size: 18px;
          line-height: 22.4px;
          width: 80px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      @media (max-width: 520px) {
        .standoff-table__row div:nth-child(4) {
          font-size: 16px;
          line-height: 20.4px; } }
      @media (max-width: 480px) {
        .standoff-table__row div:nth-child(4) {
          font-size: 14px;
          line-height: 16px; } }
      @media (max-width: 420px) {
        .standoff-table__row div:nth-child(4) {
          font-size: 9px;
          line-height: 10px;
          width: 55px;
          -webkit-box-flex: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0; } }
    .standoff-table__row div:nth-child(5) {
      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;
      width: 200px;
      font-weight: 500;
      padding-right: 24px;
      font-size: 44px;
      line-height: 40px; }
      @media (max-width: 1200px) {
        .standoff-table__row div:nth-child(5) {
          width: 160px; } }
      @media (max-width: 991.92px) {
        .standoff-table__row div:nth-child(5) {
          font-size: 26px;
          line-height: 30.4px; } }
      @media (max-width: 768px) {
        .standoff-table__row div:nth-child(5) {
          width: 100px;
          font-size: 20px;
          line-height: 24.4px; } }
      @media (max-width: 600px) {
        .standoff-table__row div:nth-child(5) {
          font-size: 18px;
          line-height: 22.4px; } }
      @media (max-width: 520px) {
        .standoff-table__row div:nth-child(5) {
          font-size: 16px;
          line-height: 20.4px; } }
      @media (max-width: 480px) {
        .standoff-table__row div:nth-child(5) {
          font-size: 14px;
          line-height: 16px; } }
      @media (max-width: 420px) {
        .standoff-table__row div:nth-child(5) {
          font-size: 9px;
          line-height: 10px;
          width: 55px; } }
    .standoff-table__row + .standoff-table__row {
      margin-top: 8px; }
      @media (max-width: 600px) {
        .standoff-table__row + .standoff-table__row {
          margin-top: 6px; } }
      @media (max-width: 420px) {
        .standoff-table__row + .standoff-table__row {
          margin-top: 2px; } }
    .standoff-table__row--title {
      background: none;
      border-bottom: none;
      border-radius: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: #B3B3B3; }
      .standoff-table__row--title div {
        padding-top: 18px;
        padding-bottom: 18px; }
        .standoff-table__row--title div:nth-child(n) {
          font-size: 14px;
          font-weight: 500;
          line-height: 17.5px;
          text-align: left;
          height: unset;
          background-color: transparent; }
          @media (max-width: 480px) {
            .standoff-table__row--title div:nth-child(n) {
              font-size: 9px;
              line-height: 9px; } }
        .standoff-table__row--title div:nth-child(1) {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          padding-left: 24px; }
          @media (max-width: 480px) {
            .standoff-table__row--title div:nth-child(1) {
              padding-left: 0;
              text-align: center;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center; } }
        .standoff-table__row--title div:nth-child(2) {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          padding-left: 0; }
        @media (max-width: 768px) {
          .standoff-table__row--title div:nth-child(4) {
            padding-left: 0; } }
        @media (max-width: 600px) {
          .standoff-table__row--title div:nth-child(4) {
            text-align: center; } }
      .standoff-table__row--title + .standoff-table__row {
        margin-top: 0; }
  .standoff-table:nth-of-type(2n) {
    color: #6F2AE9; }
    .standoff-table:nth-of-type(2n) .standoff-table__title {
      background-color: #6F2AE9; }
    .standoff-table:nth-of-type(2n) .standoff-table__row div:nth-child(1) {
      background-color: #6F2AE9; }
    .standoff-table:nth-of-type(2n) .standoff-table__row {
      border: 1px solid #6F2AE9; }
    .standoff-table:nth-of-type(2n) .standoff-table__row--title div:nth-child(1) {
      background-color: transparent; }
    .standoff-table:nth-of-type(2n) .standoff-table__ava {
      border-color: #6F2AE9; }

.standoff-footer {
  background-color: #020202; }
  .standoff-footer__wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .standoff-footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 30px;
    max-width: 100%;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .standoff-footer__wrapper {
        margin: 0;
        padding: 18px 0 28px; } }
  .standoff-footer__main {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 27px; }
    @media (max-width: 1200px) {
      .standoff-footer__main {
        margin: 0 20px; } }
    @media (max-width: 992.98px) {
      .standoff-footer__main {
        margin: 0 14px; } }
    @media (max-width: 768px) {
      .standoff-footer__main {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
  .standoff-footer__pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 27px; }
    @media (max-width: 1200px) {
      .standoff-footer__pic {
        margin: 0 20px; } }
    @media (max-width: 992.98px) {
      .standoff-footer__pic {
        margin: 0 14px; } }
    @media (max-width: 768px) {
      .standoff-footer__pic {
        display: none; } }
    .standoff-footer__pic--two img {
      max-width: 139px; }
    .standoff-footer__pic img {
      max-width: 133px;
      width: 100%; }
  .standoff-footer__logo {
    margin-bottom: 24px; }
    @media (max-width: 768px) {
      .standoff-footer__logo {
        max-width: 58vw;
        margin-bottom: 0;
        margin-top: 25px; } }
    .standoff-footer__logo img {
      max-width: 100%; }
  .standoff-footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px; }
    @media (max-width: 768px) {
      .standoff-footer__socials {
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-bottom: 1px solid #fff;
        padding-bottom: 9px; } }
  .standoff-footer .soc-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 5px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
    @media (max-width: 768px) {
      .standoff-footer .soc-link {
        margin: 0 9px;
        width: 18px;
        height: 18px; }
        .standoff-footer .soc-link img, .standoff-footer .soc-link svg {
          width: 100%;
          height: 100%; } }
    .standoff-footer .soc-link:hover {
      opacity: .7; }
.page-bg{
  position: fixed;
  top:0;
  left:0;
  right: 0;
  bottom:0;
  z-index: -1;
  background-image: url('../img/bg.png');
  background-size:cover;
  background-position: top center;
}
@media (max-width: 992px) {
  .page-bg{
    background-image: url('../img/bg-mob.png');
    background-size:cover;
    background-position: top center;
  }
}
.stats-row::after{
  content: '';
  display: block;
  background-image: url("../img/arrow_line.png");
  width: 158px;
  height: 84px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -52px;
  background-size: contain;
  background-repeat: no-repeat;
}

/*# sourceMappingURL=styles.css.map*/