@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');
:root {
    --circular-track-color: #ecf0f6;
    --headings-color: $headings-color;
    --circular-track-color: #4c5d6f;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    margin: 0 0 0.75em;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: Rubik, sans-serif;
    letter-spacing: -0.02em;
}
h1 {
    font-size: 48px;
}
h1,
h2 {
    font-style: normal;
    text-transform: uppercase;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 24px;
    text-transform: uppercase;
}
h3,
h4 {
    font-style: normal;
}
h4 {
    font-size: 22px;
    text-transform: none;
}
h5 {
    font-size: 16px;
    font-style: normal;
}
h5,
h6 {
    text-transform: uppercase;
}
h6 {
    font-size: 14px;
    margin-bottom: 2em;
    line-height: 26px;
    font-size: normal;
}
.display-1 {
    font-size: 6rem;
}
.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2;
}
.display-2 {
    font-size: 5.5rem;
}
.display-3 {
    font-size: 4.5rem;
}
.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2;
}
.display-4 {
    font-size: 3.5rem;
}
p {
    margin-bottom: 1.5em;
}
.lead {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
}
a {
    color: #fc0;
}
a,
a:focus,
a:hover {
    text-decoration: none;
}
a:focus,
a:hover {
    color: #ffdc11;
    outline: none;
}
ol.list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 1.5em;
    counter-reset: a;
}
ol.list li {
    position: relative;
    padding: 0 0 0.5em 30px;
}
ol.list li:before {
    display: inline-block;
    position: absolute;
    left: 0;
    content: counter(a) ". ";
    counter-increment: a;
    font-weight: 700;
    width: 20px;
    color: #fff;
    font-family: Rubik, sans-serif;
    font-size: 13px;
}
ul.list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 1.5em;
}
ul.list li {
    position: relative;
    padding: 0 0 0.5em 30px;
}
ul.list li:before {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 20px;
    color: #ffdc11;
    font-family: Rubik, sans-serif;
    font-size: 14px;
    content: "\f00c";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Font Awesome\5 Free;
    font-weight: 900;
}
ul.list.list--circle li:before {
    top: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ffdc11;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    vertical-align: middle;
    color: #fff;
}
.content-title {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 20px;
}
@media (min-width: 992px) {
    .content-title {
        padding: 25px 0;
        margin-bottom: 35px;
    }
}
.content-title__h {
    line-height: 1.2em;
    margin-bottom: 0.75em;
    font-size: 18px;
}
@media (min-width: 768px) {
    .content-title__h {
        font-size: 24px;
    }
}
@media (min-width: 992px) {
    .content-title__h {
        font-size: 32px;
    }
}
.content-title__subtitle {
    font-style: normal;
    font-size: 11px;
    line-height: 1.2em;
    color: #9a9da2;
}
.content-title__h + .content-title__subtitle {
    margin-top: -1.75em;
    margin-bottom: 3em;
}
.blockquote--default {
    text-align: center;
    border: none;
    padding: 20px;
    position: relative;
    margin-bottom: 2em;
}
@media (min-width: 992px) {
    .blockquote--default {
        padding: 50px 20px 20px;
    }
}
.blockquote--default:before {
    content: "\201C";
    display: block;
    position: absolute;
    left: 50%;
    top: -0.17em;
    transform: translateX(-50%);
    font-family: Rubik, sans-serif;
    color: #fff;
    opacity: 0.05;
    font-size: 300px;
    line-height: 1em;
    pointer-events: none;
}
@media (min-width: 992px) {
    .blockquote--default:before {
        font-size: 600px;
    }
}
@media (min-width: 1199px) {
    .blockquote--default:before {
        font-size: 700px;
    }
}
.blockquote--default .blockquote__content {
    font-size: 16px;
    text-transform: uppercase;
    font-family: Rubik, sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2em;
    color: #fff;
    margin-bottom: 0.75em;
}
@media (min-width: 992px) {
    .blockquote--default .blockquote__content {
        font-size: 24px;
    }
}
.blockquote--default .blockquote__footer:before {
    display: none !important;
}
.blockquote--default .blockquote__cite {
    font-size: 12px;
    text-transform: uppercase;
    font-family: Rubik, sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2em;
    color: #9a9da2;
    font-style: normal !important;
}
@media (min-width: 992px) {
    .blockquote--default .blockquote__cite {
        font-size: 14px;
    }
}
.blockquote--default .blockquote__author-name {
    display: block;
}
.blockquote--default .blockquote__author-info {
    font-size: 9px;
    display: block;
}
@media (min-width: 992px) {
    .blockquote--default .blockquote__author-info {
        font-size: 10px;
    }
}
.text-success {
    color: #24d9b0 !important;
}
.text-danger {
    color: #f34141 !important;
}
.text-warning {
    color: #ff7e1f !important;
}
.text-info {
    color: #0cb2e2 !important;
}
address strong {
    color: #fff;
    font-weight: 400;
}
dt {
    font-size: 12px;
    text-transform: uppercase;
    font-family: Rubik, sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 0.2em;
}
dd {
    margin-bottom: 1.5em;
}
img {
    max-width: 100%;
    height: auto;
}
.aligncenter {
    text-align: center;
    margin-bottom: 20px;
}
.aligncenter figcaption {
    padding: 14px;
    font-size: 13px;
}
figure {
    margin: 0;
}
.df-icon {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: #ffdc11;
}
.df-icon-stack {
    position: relative;
    width: 28px;
    height: 28px;
}
.df-icon-stack .df-icon {
    position: absolute;
}
.df-icon--basketball {
    width: 28px;
    height: 28px;
    stroke-width: 1.6px;
}
.df-icon--jersey {
    width: 22px;
    height: 24px;
    stroke-width: 1.8px;
    fill-rule: evenodd;
}
.df-icon--points {
    width: 37px;
    height: 32px;
    stroke-width: 1.6px;
}
.df-icon--bag {
    width: 22px;
    height: 24px;
    stroke-width: 1.6px;
}
.df-icon--bag-handle {
    width: 12px;
    height: 11px;
    stroke-width: 1.6px;
}
.df-icon-stack--bag .df-icon--bag {
    top: 5px;
}
.df-icon-stack--bag .df-icon--bag,
.df-icon-stack--bag .df-icon--bag-handle {
    left: 50% !important;
    transform: translate(-50%);
}
.df-icon--ppg {
    width: 37px;
    height: 32px;
    stroke-width: 1.6px;
}
.df-icon--ppg > path {
    fill: #fff;
}
.df-icon--apg {
    width: 50px;
    height: 28px;
    stroke-width: 1.6px;
}
.df-icon--apg > path {
    fill: #fff;
}
.df-icon--rpg {
    width: 41px;
    height: 33px;
    stroke-width: 1.6px;
}
.df-icon--rpg > path {
    fill: #fff;
}
.df-icon-stack--3pts {
    margin: 0 auto;
    width: 33px;
    height: 32px;
    text-align: center;
}
.df-icon-stack--3pts .df-icon--basketball {
    left: 0;
    top: 4px;
}
.df-icon-stack--3pts .df-icon--txt {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-family: Rubik, sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1em;
}
.df-icon--trophy {
    width: 22px;
    height: 18px;
    stroke: none;
    fill: #fff;
}
.df-icon-plus {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    overflow: hidden;
}
.df-icon-plus:before {
    left: 5px;
    top: 0;
    bottom: 0;
    width: 2px;
}
.df-icon-plus:after,
.df-icon-plus:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
}
.df-icon-plus:after {
    left: 0;
    right: 0;
    top: 5px;
    height: 2px;
}
table {
    background-color: transparent;
    color: #9a9da2;
}
caption {
    padding-top: 13px;
    padding-bottom: 13px;
}
caption,
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    color: #9a9da2;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 6.5px;
    vertical-align: top;
    border-top: 1px solid hsla(0, 0%, 100%, 0.05);
    font-family: Rubik, sans-serif;
    font-size: 10px;
    line-height: 1.42857143em;
}
@media (min-width: 992px) {
    .table > tbody > tr > td,
    .table > tbody > tr > th,
    .table > tfoot > tr > td,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > thead > tr > th {
        padding: 13px 10px;
        font-size: 11px;
    }
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
    font-weight: 700;
    color: #fff;
    font-style: normal;
    text-transform: uppercase;
}
.table > tbody > tr > th {
    color: #fff;
    font-weight: 400;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid hsla(0, 0%, 100%, 0.05);
}
.table--lg > tbody > tr > td,
.table--lg > tbody > tr > th,
.table--lg > tfoot > tr > td,
.table--lg > tfoot > tr > th,
.table--lg > thead > tr > td,
.table--lg > thead > tr > th {
    padding: 8.5px;
}
@media (min-width: 992px) {
    .table--lg > tbody > tr > td,
    .table--lg > tbody > tr > th,
    .table--lg > tfoot > tr > td,
    .table--lg > tfoot > tr > th,
    .table--lg > thead > tr > td,
    .table--lg > thead > tr > th {
        padding: 17px 12px;
    }
}
.table-thead-color > thead > tr > th {
    background-color: hsla(0, 0%, 100%, 0.03);
}
.table-top-border > thead:first-child > tr:first-child > th {
    border-top: 1px solid hsla(0, 0%, 100%, 0.05);
}
.table > tbody > tr.highlighted {
    background-color: hsla(0, 0%, 100%, 0.07);
}
td.highlight {
    color: #fff;
}
.table-hover > tbody > tr {
    transition: background-color 0.2s ease;
}
.table-hover > tbody > tr:hover {
    color: #9a9da2;
    background-color: hsla(0, 0%, 100%, 0.07);
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid hsla(0, 0%, 100%, 0.05);
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 1px;
}
.table-wrap-bordered {
    border: 1px solid hsla(0, 0%, 100%, 0.05);
}
@media (max-width: 767px) {
    .table-responsive {
        border: none;
        margin-bottom: 0;
    }
}
.table--no-border > tbody > tr > td,
.table--no-border > tbody > tr > th,
.table--no-border > tfoot > tr > td,
.table--no-border > tfoot > tr > th,
.table--no-border > thead > tr > td,
.table--no-border > thead > tr > th {
    border: none;
}
.table__cell-center,
.table__cell-center > thead > tr > th {
    text-align: center;
}
.table__cell-center > thead > tr > th:first-child {
    text-align: left;
}
.table-stats > tbody > tr > td,
.table-stats > tbody > tr > th,
.table-stats > tfoot > tr > td,
.table-stats > tfoot > tr > th,
.table-stats > thead > tr > td,
.table-stats > thead > tr > th {
    text-align: center;
    vertical-align: middle;
}
.table-stats > tbody > tr > td.text-left,
.table-stats > tbody > tr > th.text-left,
.table-stats > tfoot > tr > td.text-left,
.table-stats > tfoot > tr > th.text-left,
.table-stats > thead > tr > td.text-left,
.table-stats > thead > tr > th.text-left {
    text-align: left;
}
.table-stats > tbody > tr > td.text-right,
.table-stats > tbody > tr > th.text-right,
.table-stats > tfoot > tr > td.text-right,
.table-stats > tfoot > tr > th.text-right,
.table-stats > thead > tr > td.text-right,
.table-stats > thead > tr > th.text-right {
    text-align: right;
}
@media (min-width: 992px) {
    .table-stats > tbody > tr > td:first-child,
    .table-stats > thead > tr > th:first-child {
        padding-left: 24px;
    }
}
@media (min-width: 992px) {
    .table-stats > tbody > tr > td:last-child,
    .table-stats > thead > tr > th:last-child {
        padding-right: 24px;
    }
}
.table-stats th.table-stats__subheading {
    text-align: left;
    font-weight: 700;
    font-style: normal;
    padding-left: 24px;
}
.table-stats th.table-stats__subheading--highlight {
    box-shadow: inset 6px 0 0 #ffdc11;
}
.table-stats th.table-stats__subheading--highlight-info {
    box-shadow: inset 6px 0 0 #0cb2e2;
}
.error-404 {
    text-align: center;
    padding: 10px 15px 20px;
    overflow: hidden;
    position: relative;
}
@media (min-width: 992px) {
    .error-404 {
        padding: 20px 0 40px;
    }
}
.error-404__figure {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    max-width: 75%;
}
@media (min-width: 480px) {
    .error-404__figure {
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .error-404__figure {
        margin-bottom: 55px;
    }
}
.error-404__figure:after,
.error-404__figure:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 120px;
    height: 25px;
    background-color: #ffdc11;
    border-radius: 3px;
}
.error-404__figure:before {
    transform: translate(50px, -70px) rotate(45deg);
}
.error-404__figure:after {
    transform: translate(50px, -70px) rotate(-45deg);
}
.error__header {
    margin-bottom: 20px;
}
@media (min-width: 1200px) {
    .error__header {
        margin-bottom: 40px;
    }
}
.error__title {
    margin-bottom: 0.33em;
    font-size: 24px;
}
@media (min-width: 992px) {
    .error__title {
        font-size: 32px;
    }
}
@media (min-width: 1200px) {
    .error__title {
        font-size: 38px;
    }
}
.error__subtitle {
    font-size: 18px;
}
@media (min-width: 1200px) {
    .error__subtitle {
        font-size: 22px;
    }
}
.error__description {
    margin-bottom: 30px;
}
@media (min-width: 1200px) {
    .error__description {
        margin-bottom: 60px;
    }
}
@media (min-width: 992px) {
    .error__cta .btn {
        margin: 0 10px;
    }
}
@media (max-width: 767px) {
    .error__cta .btn {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin: 5px 0;
    }
}
.spacer {
    height: 30px;
    overflow: hidden;
}
.spacer-sm {
    height: 15px;
    overflow: hidden;
}
.spacer-xs {
    height: 10px;
    overflow: hidden;
}
.spacer-lg {
    height: 45px;
    overflow: hidden;
}
.spacer-xlg {
    height: 60px;
    overflow: hidden;
}
.spacer-xxlg {
    height: 90px;
    overflow: hidden;
}
.svg-filters {
    height: 0;
    left: -9999em;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 0;
}
.df-color-pallete {
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0;
}
@media (max-width: 767px) {
    .df-color-pallete {
        flex-wrap: wrap;
    }
}
.df-color-pallete__item {
    height: 120px;
    flex-grow: 1;
    font-size: 10px;
    text-transform: uppercase;
    font-family: Rubik, sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
    line-height: 1.2em;
    text-align: center;
    line-height: 120px;
}
@media (max-width: 767px) {
    .df-color-pallete__item {
        flex-basis: 25%;
    }
}
@media (max-width: 479px) {
    .df-color-pallete__item {
        flex-basis: 50%;
    }
}
.df-color-pallete__item.color-dark {
    background-color: #1e2024;
}
.df-color-pallete__item.color-dark-lighten {
    background-color: #292c31;
}
.df-color-pallete__item.color-2 {
    background-color: #31404b;
}
.df-color-pallete__item.color-3 {
    background-color: #ff7e1f;
}
.df-color-pallete__item.color-4 {
    background-color: #9a66ca;
}
.df-color-pallete__item.color-gray {
    background-color: #9a9da2;
}
.df-color-pallete__item.color-primary {
    background-color: #ffdc11;
}
.df-color-pallete__item.color-primary-darken {
    background-color: #fc0;
}
.gfont-item {
    margin-bottom: 1rem;
}
.gfont-item__body {
    font-size: 110px;
    line-height: 1em;
    color: #fff;
}
.gfont-item__name {
    color: #fff;
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 400 !important;
}
.gfont-item__name:before {
    display: block;
}
.gfont-item__type {
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 400 !important;
}
.gfont-item__type:before {
    display: block;
}
.gfont-item--style1 {
    font-family: Rubik, sans-serif;
    font-weight: 700;
    font-style: italic;
}
.gfont-item--style1 .gfont-item__name {
    text-transform: uppercase;
}
.gfont-item--style1 .gfont-item__name:before {
    content: "Rubik, sans-serif";
}
.gfont-item--style1 .gfont-item__type {
    text-transform: uppercase;
}
.gfont-item--style1 .gfont-item__type:before {
    content: "Bold Italic";
}
.gfont-item--style2 {
    font-family: Rubik, sans-serif;
    font-weight: 700;
}
.gfont-item--style2 .gfont-item__name {
    text-transform: uppercase;
}
.gfont-item--style2 .gfont-item__name:before {
    content: "Rubik, sans-serif";
}
.gfont-item--style2 .gfont-item__type {
    text-transform: uppercase;
}
.gfont-item--style2 .gfont-item__type:before {
    content: "Bold";
}
.gfont-item--style3 {
    font-family: Rubik, sans-serif;
}
.gfont-item--style3 .gfont-item__name:before {
    content: "Rubik, sans-serif";
}
.gfont-item--style3 .gfont-item__type:before {
    content: "Regular";
}
.gfont-item--style4 {
    font-family: Source Sans Pro, sans-serif;
}
.gfont-item--style4 .gfont-item__name:before {
    content: "Rubik, sans-serif";
}
.gfont-item--style4 .gfont-item__type:before {
    content: "Regular";
}
.team-color--1 {
    color: #00ff5b;
}
.team-color--2 {
    color: #ffe71b;
}
.team-color--3 {
    color: #ff3f5a;
}
.team-color--4 {
    color: #00fff6;
}
.team-color--5 {
    color: #fff7ca;
}
.team-color--6 {
    color: #9979ff;
}
.team-color--7 {
    color: #00deff;
}
.effect-duotone {
    position: relative;
}
.effect-duotone__layer:after,
.effect-duotone__layer:before {
    content: "";
}
.effect-duotone__layer,
.effect-duotone__layer:after,
.effect-duotone__layer:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.effect-duotone__layer:before {
    background-color: #000;
    mix-blend-mode: color;
    z-index: 1;
}
.effect-duotone__layer:after {
    mix-blend-mode: lighten;
    z-index: 3;
}
.effect-duotone__layer-inner {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    mix-blend-mode: multiply;
}
@supports (position: -ms-page) {
    .effect-duotone .effect-duotone__layer:after,
    .effect-duotone .effect-duotone__layer:before {
        opacity: 0.3;
    }
    .effect-duotone .effect-duotone__layer-inner {
        opacity: 0.45;
    }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .effect-duotone .effect-duotone__layer:after,
    .effect-duotone .effect-duotone__layer:before {
        opacity: 0.3;
    }
    .effect-duotone .effect-duotone__layer-inner {
        opacity: 0.5;
    }
}
.effect-duotone--base .effect-duotone__layer:after {
    background-color: #1e2024;
    mix-blend-mode: screen;
}
.effect-duotone--base .effect-duotone__layer-inner {
    background-color: #292c31;
}
.effect-duotone--primary .effect-duotone__layer:after {
    background-color: #1e2024;
}
.effect-duotone--primary .effect-duotone__layer-inner {
    background-color: #ffdc11;
}
.effect-duotone--tertiary .effect-duotone__layer:after {
    background-color: #1e2024;
}
.effect-duotone--tertiary .effect-duotone__layer-inner {
    background-color: #ff7e1f;
}
.effect-duotone--quaternary .effect-duotone__layer:after {
    background-color: #1e2024;
}
.effect-duotone--quaternary .effect-duotone__layer-inner {
    background-color: #9a66ca;
}
.effect-duotone--info .effect-duotone__layer:after {
    background-color: #1e2024;
}
.effect-duotone--info .effect-duotone__layer-inner {
    background-color: #0cb2e2;
}
.effect-duotone--blue .effect-duotone__layer:after {
    background-color: #1e2024;
}
.effect-duotone--blue .effect-duotone__layer-inner {
    background-color: #4439e4;
}
.effect-duotone--red .effect-duotone__layer:after {
    background-color: #1e2024;
}
.effect-duotone--red .effect-duotone__layer-inner {
    background-color: #ff1c5c;
}
.effect-duotone--grey .effect-duotone__layer:after {
    background-color: #1e2024;
}
.effect-duotone--grey .effect-duotone__layer-inner {
    background-color: #dadada;
}
.effect-duotone--yellow .effect-duotone__layer:after {
    background-color: #1e2024;
}
.effect-duotone--yellow .effect-duotone__layer-inner {
    background-color: #fc0;
}
.accordion .card {
    margin-bottom: 0;
}
.accordion .card:first-of-type .card__header {
    border-top-right-radius: 4px;
}
.accordion .card:last-of-type .card__header {
    border-bottom-right-radius: 4px;
}
.accordion .card__header {
    padding: 0;
    border-radius: 0;
}
.accordion .card__header:before {
    display: none;
}
.accordion .accordion__header-link {
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    position: relative;
    padding: 0;
    font-style: normal;
    font-size: 14px;
    padding: 24px 94px 24px 24px;
    color: #fff;
}
.accordion .accordion__header-link:hover {
    color: #fc0;
}
.accordion .accordion__header-link:not(.collapsed) .accordion__header-link-icon {
    background-color: #ffdc11;
    border-bottom-right-radius: 0;
}
.accordion .accordion__header-link:not(.collapsed) .accordion__header-link-icon:after {
    opacity: 0;
}
.accordion .accordion__header-link-icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 70px;
    background-color: #9a9da2;
    border-radius: 0;
}
.accordion .accordion__header-link-icon:after,
.accordion .accordion__header-link-icon:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    transition: opacity 0.2s ease;
}
.accordion .accordion__header-link-icon:before {
    width: 12px;
    height: 2px;
}
.accordion .accordion__header-link-icon:after {
    width: 2px;
    height: 12px;
}
.accordion .card__content p:last-child {
    margin-bottom: 0;
}
.accordion--space-between .card {
    margin-bottom: 15px;
}
.accordion--space-between .card:last-child {
    margin-bottom: 0;
}
.accordion--space-between .card .card__header,
.accordion--space-between .card:first-of-type .card__header,
.accordion--space-between .card:last-of-type .card__header {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
}
.accordion--space-between .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
    border-radius: 4px;
}
.accordion--space-between .card:not(:first-of-type) .card-header:first-child {
    border-radius: 4px;
}
.accordion--space-between .card:first-of-type {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.accordion--space-between .card:last-of-type {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.accordion--space-between .accordion__header-link:not(.collapsed) .accordion__header-link-icon {
    border-bottom-right-radius: 0;
}
.accordion--space-between .accordion__header-link.collapsed .accordion__header-link-icon {
    border-bottom-right-radius: 4px;
}
.alert {
    padding: 17px;
    padding-left: 85px;
    border-radius: 4px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    font-size: 18px;
    position: relative;
    color: #9a9da2;
}
.alert:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 4px 0 0 4px;
    width: 60px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 15px 15px;
}
.alert strong {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-family: Rubik, sans-serif;
}
.alert-dismissible {
    padding-right: 37px;
}
.alert-dismissible .close {
    top: 17px;
    right: 17px;
    color: inherit;
    text-shadow: none;
    padding: 0;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.2;
}
.alert-btn-right {
    position: relative;
    float: right;
    top: 0;
    right: 0;
}
.alert-success {
    background-color: hsla(0, 0%, 100%, 0.05);
    border-color: hsla(0, 0%, 100%, 0.05);
}
.alert-success hr {
    border-top-color: hsla(0, 0%, 95%, 0.05);
}
.alert-success:before {
    background-color: #24d9b0;
    background-size: 14px 12px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 12'%3E%3Cpath transform='translate(-189.438 -2446.25)' fill='%23fff' d='M201.45,2446.24l2.121,2.13-9.192,9.19-2.122-2.12Zm-4.949,9.2-2.121,2.12-4.95-4.95,2.121-2.12Z'/%3E%3C/svg%3E");
}
.alert-info {
    background-color: hsla(0, 0%, 100%, 0.05);
    border-color: hsla(0, 0%, 100%, 0.05);
}
.alert-info hr {
    border-top-color: hsla(0, 0%, 95%, 0.05);
}
.alert-info:before {
    background-color: #0cb2e2;
    background-size: 5px 18px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 18'%3E%3Cpath transform='translate(-194 -2257)' fill='%23fff' d='M194.714,2257h3.572a0.716,0.716,0,0,1,.714.72l-0.714,11.16a0.716,0.716,0,0,1-.715.72h-2.142a0.716,0.716,0,0,1-.715-0.72L194,2257.72A0.716,0.716,0,0,1,194.714,2257Zm0.715,14.4h2.142a0.716,0.716,0,0,1,.715.72v2.16a0.716,0.716,0,0,1-.715.72h-2.142a0.716,0.716,0,0,1-.715-0.72v-2.16A0.716,0.716,0,0,1,195.429,2271.4Z'/%3E%3C/svg%3E");
}
.alert-warning {
    background-color: hsla(0, 0%, 100%, 0.05);
    border-color: hsla(0, 0%, 100%, 0.05);
}
.alert-warning hr {
    border-top-color: hsla(0, 0%, 95%, 0.05);
}
.alert-warning:before {
    background-color: #fc0;
    background-size: 5px 18px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 18'%3E%3Cpath transform='translate(-194 -2257)' fill='%23fff' d='M194.714,2257h3.572a0.716,0.716,0,0,1,.714.72l-0.714,11.16a0.716,0.716,0,0,1-.715.72h-2.142a0.716,0.716,0,0,1-.715-0.72L194,2257.72A0.716,0.716,0,0,1,194.714,2257Zm0.715,14.4h2.142a0.716,0.716,0,0,1,.715.72v2.16a0.716,0.716,0,0,1-.715.72h-2.142a0.716,0.716,0,0,1-.715-0.72v-2.16A0.716,0.716,0,0,1,195.429,2271.4Z'/%3E%3C/svg%3E");
}
.alert-danger {
    background-color: hsla(0, 0%, 3%, 0.05);
    border-color: hsla(0, 0%, 100%, 0.05);
}
.alert-danger hr {
    border-top-color: hsla(0, 0%, 95%, 0.05);
}
.alert-danger:before {
    background-color: #f34141;
    background-size: 11px 11px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11'%3E%3Cpath transform='translate(-190.844 -2353.84)' fill='%23fff' d='M190.843,2355.96l2.121-2.12,9.193,9.2-2.122,2.12Zm9.192-2.12,2.122,2.12-9.193,9.2-2.121-2.12Z'/%3E%3C/svg%3E");
}
.badge-default {
    background-color: #9a9da2;
    color: #fff;
}
.badge-primary {
    background-color: #31404b;
    color: #fff;
}
.btn {
    font-weight: 700;
    font-style: normal;
    font-family: Rubik, sans-serif;
    text-transform: uppercase;
    transition: all 0.3s ease;
    padding: 13px 42px;
    font-size: 11px;
    line-height: 1.5em;
    border-radius: 2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
    color: #fff;
}
.btn.active,
.btn:active {
    box-shadow: none;
}
.btn-default {
    color: #fff;
    background-color: #9a9da2;
    border-color: transparent;
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #868a91;
    border-color: transparent;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .btn-default.dropdown-toggle.focus,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle:hover {
    color: #fff;
    background-color: #6e7177;
    border-color: transparent;
}
.btn-default.active,
.btn-default:active,
.open > .btn-default.dropdown-toggle {
    background-image: none;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #9a9da2;
    border-color: transparent;
}
.btn-default .badge {
    color: #9a9da2;
    background-color: #fff;
}
.btn-primary {
    color: #fff;
    background-color: #2a6795;
    border-color: transparent;
}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color:#3d8cc7;
    border-color: transparent;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #0f1317;
    border-color: transparent;
}
.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
    background-image: none;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #31404b;
    border-color: transparent;
}
.btn-primary .badge {
    color: #31404b;
    background-color: #fff;
}
.btn-primary-inverse {
    color: #fff;
    background-color: #fc0;
    border-color: transparent;
}
.btn-primary-inverse.active,
.btn-primary-inverse.focus,
.btn-primary-inverse:active,
.btn-primary-inverse:focus,
.btn-primary-inverse:hover,
.open > .btn-primary-inverse.dropdown-toggle {
    color: #fff;
    background-color: #ff7e1f;
    border-color: transparent;
}
.btn-primary-inverse.active.focus,
.btn-primary-inverse.active:focus,
.btn-primary-inverse.active:hover,
.btn-primary-inverse:active.focus,
.btn-primary-inverse:active:focus,
.btn-primary-inverse:active:hover,
.open > .btn-primary-inverse.dropdown-toggle.focus,
.open > .btn-primary-inverse.dropdown-toggle:focus,
.open > .btn-primary-inverse.dropdown-toggle:hover {
    color: #fff;
    background-color: #a88700;
    border-color: transparent;
}
.btn-primary-inverse.active,
.btn-primary-inverse:active,
.open > .btn-primary-inverse.dropdown-toggle {
    background-image: none;
}
.btn-primary-inverse.disabled.focus,
.btn-primary-inverse.disabled:focus,
.btn-primary-inverse.disabled:hover,
.btn-primary-inverse[disabled].focus,
.btn-primary-inverse[disabled]:focus,
.btn-primary-inverse[disabled]:hover,
fieldset[disabled] .btn-primary-inverse.focus,
fieldset[disabled] .btn-primary-inverse:focus,
fieldset[disabled] .btn-primary-inverse:hover {
    background-color: #fc0;
    border-color: transparent;
}
.btn-primary-inverse .badge {
    color: #fc0;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #24d9b0;
    border-color: transparent;
}
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #22cca5;
    border-color: transparent;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .btn-success.dropdown-toggle.focus,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #188f74;
    border-color: transparent;
}
.btn-success.active,
.btn-success:active,
.open > .btn-success.dropdown-toggle {
    background-image: none;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #24d9b0;
    border-color: transparent;
}
.btn-success .badge {
    color: #24d9b0;
    background-color: #fff;
}
.btn-info {
    color: rgb(0, 0, 0);
    background-color: #ffffff;
    border-color: transparent;
}
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0ba7d3;
    border-color: transparent;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .btn-info.dropdown-toggle.focus,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #087190;
    border-color: transparent;
}
.btn-info.active,
.btn-info:active,
.open > .btn-info.dropdown-toggle {
    background-image: none;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #0cb2e2;
    border-color: transparent;
}
.btn-info .badge {
    color: #0cb2e2;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #ff7e1f;
    border-color: transparent;
}
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ff7510;
    border-color: transparent;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .btn-warning.dropdown-toggle.focus,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #c75500;
    border-color: transparent;
}
.btn-warning.active,
.btn-warning:active,
.open > .btn-warning.dropdown-toggle {
    background-image: none;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #ff7e1f;
    border-color: transparent;
}
.btn-warning .badge {
    color: #ff7e1f;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #f34141;
    border-color: transparent;
}
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #f23333;
    border-color: transparent;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .btn-danger.dropdown-toggle.focus,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #d00d0d;
    border-color: transparent;
}
.btn-danger.active,
.btn-danger:active,
.open > .btn-danger.dropdown-toggle {
    background-image: none;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #f34141;
    border-color: transparent;
}
.btn-danger .badge {
    color: #f34141;
    background-color: #fff;
}
.btn-instagram {
    background-color: #1e78dd;
    color: #fff;
}
.btn-instagram:active,
.btn-instagram:focus,
.btn-instagram:hover {
    background-color: #3185e3;
}
.btn-instagram i {
    font-size: 6px;
    position: relative;
    top: -1px;
}
.btn-instagram.btn-sm {
    padding-left: 24px;
    padding-right: 24px;
}
.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: transparent;
}
.btn-facebook.active,
.btn-facebook.focus,
.btn-facebook:active,
.btn-facebook:focus,
.btn-facebook:hover,
.open > .btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #4264aa;
    border-color: transparent;
}
.btn-facebook.active.focus,
.btn-facebook.active:focus,
.btn-facebook.active:hover,
.btn-facebook:active.focus,
.btn-facebook:active:focus,
.btn-facebook:active:hover,
.open > .btn-facebook.dropdown-toggle.focus,
.open > .btn-facebook.dropdown-toggle:focus,
.open > .btn-facebook.dropdown-toggle:hover {
    color: #fff;
    background-color: #23345a;
    border-color: transparent;
}
.btn-facebook.active,
.btn-facebook:active,
.open > .btn-facebook.dropdown-toggle {
    background-image: none;
}
.btn-facebook.disabled.focus,
.btn-facebook.disabled:focus,
.btn-facebook.disabled:hover,
.btn-facebook[disabled].focus,
.btn-facebook[disabled]:focus,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook.focus,
fieldset[disabled] .btn-facebook:focus,
fieldset[disabled] .btn-facebook:hover {
    background-color: #3b5998;
    border-color: transparent;
}
.btn-facebook .badge {
    color: #3b5998;
    background-color: #fff;
}
.btn-twitter {
    color: #fff;
    background-color: #1da1f2;
    border-color: transparent;
}
.btn-twitter.active,
.btn-twitter.focus,
.btn-twitter:active,
.btn-twitter:focus,
.btn-twitter:hover,
.open > .btn-twitter.dropdown-toggle {
    color: #fff;
    background-color: #35abf3;
    border-color: transparent;
}
.btn-twitter.active.focus,
.btn-twitter.active:focus,
.btn-twitter.active:hover,
.btn-twitter:active.focus,
.btn-twitter:active:focus,
.btn-twitter:active:hover,
.open > .btn-twitter.dropdown-toggle.focus,
.open > .btn-twitter.dropdown-toggle:focus,
.open > .btn-twitter.dropdown-toggle:hover {
    color: #fff;
    background-color: #0a70ae;
    border-color: transparent;
}
.btn-twitter.active,
.btn-twitter:active,
.open > .btn-twitter.dropdown-toggle {
    background-image: none;
}
.btn-twitter.disabled.focus,
.btn-twitter.disabled:focus,
.btn-twitter.disabled:hover,
.btn-twitter[disabled].focus,
.btn-twitter[disabled]:focus,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter.focus,
fieldset[disabled] .btn-twitter:focus,
fieldset[disabled] .btn-twitter:hover {
    background-color: #1da1f2;
    border-color: transparent;
}
.btn-twitter .badge {
    color: #1da1f2;
    background-color: #fff;
}
.btn-gplus {
    color: #fff;
    background-color: #dc4e41;
    border-color: transparent;
}
.btn-gplus.active,
.btn-gplus.focus,
.btn-gplus:active,
.btn-gplus:focus,
.btn-gplus:hover,
.open > .btn-gplus.dropdown-toggle {
    color: #fff;
    background-color: #e06257;
    border-color: transparent;
}
.btn-gplus.active.focus,
.btn-gplus.active:focus,
.btn-gplus.active:hover,
.btn-gplus:active.focus,
.btn-gplus:active:focus,
.btn-gplus:active:hover,
.open > .btn-gplus.dropdown-toggle.focus,
.open > .btn-gplus.dropdown-toggle:focus,
.open > .btn-gplus.dropdown-toggle:hover {
    color: #fff;
    background-color: #a72a1f;
    border-color: transparent;
}
.btn-gplus.active,
.btn-gplus:active,
.open > .btn-gplus.dropdown-toggle {
    background-image: none;
}
.btn-gplus.disabled.focus,
.btn-gplus.disabled:focus,
.btn-gplus.disabled:hover,
.btn-gplus[disabled].focus,
.btn-gplus[disabled]:focus,
.btn-gplus[disabled]:hover,
fieldset[disabled] .btn-gplus.focus,
fieldset[disabled] .btn-gplus:focus,
fieldset[disabled] .btn-gplus:hover {
    background-color: #dc4e41;
    border-color: transparent;
}
.btn-gplus .badge {
    color: #dc4e41;
    background-color: #fff;
}
.btn-linkedin {
    color: #fff;
    background-color: #0077b5;
    border-color: transparent;
}
.btn-linkedin.active,
.btn-linkedin.focus,
.btn-linkedin:active,
.btn-linkedin:focus,
.btn-linkedin:hover,
.open > .btn-linkedin.dropdown-toggle {
    color: #fff;
    background-color: #0088cf;
    border-color: transparent;
}
.btn-linkedin.active.focus,
.btn-linkedin.active:focus,
.btn-linkedin.active:hover,
.btn-linkedin:active.focus,
.btn-linkedin:active:focus,
.btn-linkedin:active:hover,
.open > .btn-linkedin.dropdown-toggle.focus,
.open > .btn-linkedin.dropdown-toggle:focus,
.open > .btn-linkedin.dropdown-toggle:hover {
    color: #fff;
    background-color: #003e5e;
    border-color: transparent;
}
.btn-linkedin.active,
.btn-linkedin:active,
.open > .btn-linkedin.dropdown-toggle {
    background-image: none;
}
.btn-linkedin.disabled.focus,
.btn-linkedin.disabled:focus,
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled].focus,
.btn-linkedin[disabled]:focus,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin.focus,
fieldset[disabled] .btn-linkedin:focus,
fieldset[disabled] .btn-linkedin:hover {
    background-color: #0077b5;
    border-color: transparent;
}
.btn-linkedin .badge {
    color: #0077b5;
    background-color: #fff;
}
.btn-vk {
    color: #fff;
    background-color: #6383a8;
    border-color: transparent;
}
.btn-vk.active,
.btn-vk.focus,
.btn-vk:active,
.btn-vk:focus,
.btn-vk:hover,
.open > .btn-vk.dropdown-toggle {
    color: #fff;
    background-color: #7390b1;
    border-color: transparent;
}
.btn-vk.active.focus,
.btn-vk.active:focus,
.btn-vk.active:hover,
.btn-vk:active.focus,
.btn-vk:active:focus,
.btn-vk:active:hover,
.open > .btn-vk.dropdown-toggle.focus,
.open > .btn-vk.dropdown-toggle:focus,
.open > .btn-vk.dropdown-toggle:hover {
    color: #fff;
    background-color: #415874;
    border-color: transparent;
}
.btn-vk.active,
.btn-vk:active,
.open > .btn-vk.dropdown-toggle {
    background-image: none;
}
.btn-vk.disabled.focus,
.btn-vk.disabled:focus,
.btn-vk.disabled:hover,
.btn-vk[disabled].focus,
.btn-vk[disabled]:focus,
.btn-vk[disabled]:hover,
fieldset[disabled] .btn-vk.focus,
fieldset[disabled] .btn-vk:focus,
fieldset[disabled] .btn-vk:hover {
    background-color: #6383a8;
    border-color: transparent;
}
.btn-vk .badge {
    color: #6383a8;
    background-color: #fff;
}
.btn-odnoklassniki {
    color: #fff;
    background-color: #f4731c;
    border-color: transparent;
}
.btn-odnoklassniki.active,
.btn-odnoklassniki.focus,
.btn-odnoklassniki:active,
.btn-odnoklassniki:focus,
.btn-odnoklassniki:hover,
.open > .btn-odnoklassniki.dropdown-toggle {
    color: #fff;
    background-color: #f58234;
    border-color: transparent;
}
.btn-odnoklassniki.active.focus,
.btn-odnoklassniki.active:focus,
.btn-odnoklassniki.active:hover,
.btn-odnoklassniki:active.focus,
.btn-odnoklassniki:active:focus,
.btn-odnoklassniki:active:hover,
.open > .btn-odnoklassniki.dropdown-toggle.focus,
.open > .btn-odnoklassniki.dropdown-toggle:focus,
.open > .btn-odnoklassniki.dropdown-toggle:hover {
    color: #fff;
    background-color: #b14c09;
    border-color: transparent;
}
.btn-odnoklassniki.active,
.btn-odnoklassniki:active,
.open > .btn-odnoklassniki.dropdown-toggle {
    background-image: none;
}
.btn-odnoklassniki.disabled.focus,
.btn-odnoklassniki.disabled:focus,
.btn-odnoklassniki.disabled:hover,
.btn-odnoklassniki[disabled].focus,
.btn-odnoklassniki[disabled]:focus,
.btn-odnoklassniki[disabled]:hover,
fieldset[disabled] .btn-odnoklassniki.focus,
fieldset[disabled] .btn-odnoklassniki:focus,
fieldset[disabled] .btn-odnoklassniki:hover {
    background-color: #f4731c;
    border-color: transparent;
}
.btn-odnoklassniki .badge {
    color: #f4731c;
    background-color: #fff;
}
.btn-link {
    color: hsla(0, 0%, 100%, 0.4);
}
.btn-link:hover {
    text-decoration: none;
    color: #fff;
}
.btn-lg {
    padding: 16px 80px;
    font-size: 13px;
    line-height: 1.45em;
    border-radius: 2px;
}
.btn-sm {
    padding: 10px 38px;
    font-size: 11px;
}
.btn-sm,
.btn-xs {
    line-height: 1.5em;
    border-radius: 2px;
}
.btn-xs {
    padding: 5px 13px;
}
.btn-outline {
    background-color: transparent;
}
.btn-outline.btn-default {
    border-color: #dbdfe6;
    color: #9a9da2;
}
.btn-outline.btn-default:hover {
    background-color: #9a9da2;
    border-color: #9a9da2;
    color: #fff;
}
.btn-outline.btn-default:hover.btn-circle {
    background-color: #9a9da2;
}
.btn-outline.btn-primary {
    border-color: #e4e7ed;
    color: #fff;
}
.btn-outline.btn-primary:hover {
    background-color: #fc0;
    border-color: #fc0;
    color: #fff;
}
.btn-outline.btn-primary:hover.btn-circle {
    background-color: #fc0;
}
.btn-outline.btn-inverse {
    border-color: #fff;
    color: #fff;
    border-width: 2px;
}
.btn-outline.btn-inverse:hover {
    background-color: #fc0;
    border-color: #fc0;
    color: #fff;
}
.btn-outline.btn-inverse:hover i {
    color: #fff;
}
.btn-outline.btn-inverse:hover.btn-circle {
    background-color: #fc0;
}
.btn-outline.btn-success {
    border-color: #24d9b0;
    color: #9a9da2;
    border-width: 2px;
}
.btn-outline.btn-success:hover {
    background-color: #22cca5;
    border-color: #22cca5;
    color: #fff;
}
.btn-outline.btn-success:hover i {
    color: #fff;
}
.btn-outline.btn-success:hover.btn-circle {
    background-color: #22cca5;
}
.btn-outline.btn-info {
    border-color: #0cb2e2;
    color: #9a9da2;
    border-width: 2px;
}
.btn-outline.btn-info:hover {
    background-color: #0ba7d3;
    border-color: #0ba7d3;
    color: #fff;
}
.btn-outline.btn-info:hover i {
    color: #fff;
}
.btn-outline.btn-info:hover.btn-circle {
    background-color: #0ba7d3;
}
.btn-outline.btn-warning {
    border-color: #ff7e1f;
    color: #9a9da2;
    border-width: 2px;
}
.btn-outline.btn-warning:hover {
    background-color: #ff7510;
    border-color: #ff7510;
    color: #fff;
}
.btn-outline.btn-warning:hover i {
    color: #fff;
}
.btn-outline.btn-warning:hover.btn-circle {
    background-color: #ff7510;
}
.btn-outline.btn-danger {
    border-color: #f34141;
    color: #9a9da2;
    border-width: 2px;
}
.btn-outline.btn-danger:hover {
    background-color: #f23333;
    border-color: #f23333;
    color: #fff;
}
.btn-outline.btn-danger:hover i {
    color: #fff;
}
.btn-outline.btn-danger:hover.btn-circle {
    background-color: #f23333;
}
.btn-icon i {
    font-size: 1em;
    margin-right: 0.5em;
}
.btn-icon-right i {
    margin-right: 0;
    margin-left: 10px;
}
.btn-single-icon {
    padding-left: 0;
    padding-right: 0;
    width: 47px;
    text-align: center;
}
.btn-single-icon i {
    margin: 0;
    font-size: 13px;
    line-height: 1.2em;
}
.btn-circle {
    border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 38px;
    padding: 0;
    text-align: center;
}
.btn-circle i {
    font-size: 15px;
}
.btn-circle.btn-outline {
    border-width: 2px;
}
.btn-circle.btn-xs {
    width: 24px;
    height: 24px;
    line-height: 22px;
}
.btn-circle.btn-xs i {
    font-size: 9px;
}
.btn-block {
    padding-left: 0;
    padding-right: 0;
}
.btn-condensed.btn-sm {
    padding: 13px 28px;
}
.btn-condensed.btn-sm.btn-icon-right {
    padding-right: 22px;
}
.btn-fab {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background-color: #fc0;
    border-radius: 50%;
}
.btn-fab:after,
.btn-fab:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    transition: transform 0.25s ease;
}
.btn-fab:before {
    width: 17px;
    height: 3px;
}
.btn-fab:after {
    width: 3px;
    height: 17px;
}
.btn-fab:hover:after,
.btn-fab:hover:before {
    transform: translate(-50%, -50%) rotate(90deg);
}
.btn-fab--clean {
    background-color: transparent;
}
.btn-fab--clean:after,
.btn-fab--clean:before {
    background-color: #ffdc11;
}
.btn-fab--sm {
    width: 30px;
    height: 30px;
}
.btn-fab--sm:before {
    width: 10px;
    height: 2px;
}
.btn-fab--sm:after {
    width: 2px;
    height: 10px;
}
.card {
    border: 1px solid hsla(0, 0%, 100%, 0.05);
    border-radius: 4px;
    background-color: #292c31;
    margin-bottom: 15px;
}
.card--row {
    flex-direction: row;
}
.card--block {
    display: block;
}
.card--clean {
    background: none;
    border: none;
}
.card--clean .card__header {
    background-color: #292c31;
    border: 1px solid hsla(0, 0%, 100%, 0.05);
    border-radius: 4px;
}
.card--clean > .card__content {
    padding: 15px 0 0;
}
.card--has-table > .card__content {
    padding: 0;
}
.card--has-table > .card__content .table {
    margin-bottom: 0;
}
.card--no-paddings > .card__content {
    padding: 0;
}
.card--squared-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.card__header {
    padding: 27px 23px;
    border-radius: 4px 4px 0 0;
    position: relative;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
    overflow: hidden;
    background-color: transparent;
}
.card__header ~ .card__header,
.card__header ~ .card__header:before {
    border-radius: 0;
}
.card__header:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    left: 0;
    top: 0;
    bottom: 0;
}
.card__header > h4 {
    font-size: 16px;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    text-transform: uppercase;
    font-style: normal;
}
@media (min-width: 992px) {
    .card__header .card-header__button {
        float: right;
    }
}
.card__header--has-btn {
    padding-top: 24px;
    padding-bottom: 24px;
}
.card__header--has-btn > h4 {
    margin-bottom: 0.5em;
}
@media (min-width: 480px) {
    .card__header--has-btn > h4 {
        display: inline-block;
        margin-bottom: 0;
    }
}
.card__header--has-filter {
    padding-top: 24px;
    padding-bottom: 24px;
}
.card__header--has-filter > h4 {
    display: inline-block;
}
.card__header--has-filter .category-filter {
    padding-top: 5px;
}
@media (min-width: 480px) {
    .card__header--has-filter .category-filter {
        float: right;
        padding-top: 0;
    }
}
.card__header--has-legend {
    padding-top: 24px;
    padding-bottom: 24px;
}
.card__header--has-legend > h4 {
    display: inline-block;
}
.card__header--has-legend .chart-legend {
    padding-top: 5px;
}
@media (min-width: 480px) {
    .card__header--has-legend .chart-legend {
        float: right;
        padding-top: 0;
    }
}
.card__header--has-checkbox {
    padding-top: 24px;
    padding-bottom: 24px;
}
.card__header--has-checkbox > h4 {
    margin-bottom: 0.5em;
}
@media (min-width: 480px) {
    .card__header--has-checkbox > h4 {
        display: inline-block;
        margin-bottom: 0;
    }
}
@media (min-width: 480px) {
    .card__header--has-checkbox .checkbox {
        float: right;
        padding-top: 0;
        font-size: 10px;
        font-weight: 700;
    }
}
.card__header--has-toggle {
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
    align-items: center;
}
.card__header--has-toggle .switch {
    flex-grow: 1;
    text-align: right;
}
.card__header--has-arrows .slick-next,
.card__header--has-arrows .slick-prev {
    top: 25px;
}
.card__header--no-highlight:before {
    display: none;
}
.card__content {
    padding: 24px;
}
.card__content-inner {
    padding: 20px;
}
.card__content--header-bg {
    background-color: transparent;
}
.card__subheader {
    background: hsla(0, 0%, 100%, 0.03);
    border-top: 1px solid hsla(0, 0%, 100%, 0.05);
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
    text-align: center;
    padding: 8px 0;
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: 20px;
}
@media (min-width: 992px) {
    .card__subheader {
        padding: 11px 0;
        margin-bottom: 30px;
    }
}
.card__subheader h5 {
    margin-bottom: 0;
    font-style: normal;
    text-transform: uppercase;
}
.card__subheader--nomargins {
    margin: 0;
}
.card__subheader--sm h5 {
    font-size: 11px;
    line-height: 1.2em;
}
.card__subheader--side {
    text-align: left;
    border-top: 0;
    background-color: transparent;
    padding: 15px 24px;
}
.card__subheader--side h5 {
    font-style: italic;
}
.card__subheader--flex {
    display: flex;
    border-top: 1px solid hsla(0, 0%, 100%, 0.05);
}
.card__subheader--flex :last-child {
    margin-left: auto;
}
.card__subheader--flex h5 {
    font-style: normal;
}
@media (min-width: 992px) {
    .card--lg .card__content {
        padding: 43px;
    }
}
@media (min-width: 992px) {
    .card--xlg .card__content {
        padding: 70px;
    }
}
.card--alt-color .card__header:before {
    background-color: #9a66ca;
}
.card__header--shop-filter {
    padding: 0;
}
.card--section {
    border-radius: 0;
    border-left: none;
    border-right: none;
}
.card--info .card__content p {
    font-size: 0.86em;
    line-height: 1.83em;
}
.card--info .contact-info {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid hsla(0, 0%, 100%, 0.05);
}
.card--info .contact-info__item {
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    margin: -1px 0 0 -1px;
    text-align: center;
    padding: 25px 10px;
    border-left: 1px solid hsla(0, 0%, 100%, 0.05);
    border-top: 1px solid hsla(0, 0%, 100%, 0.05);
}
.card--info .contact-info__icon {
    color: #ffdc11;
    font-size: 18px;
    margin-bottom: 20px;
}
.card--info .contact-info__label {
    font-size: 0.86em;
    font-family: Rubik, sans-serif;
    font-weight: 700;
    color: #fff;
}
.card--info .contact-info__label a {
    color: #fff;
}
.card--info .contact-info__label a:hover {
    color: #ffdc11;
}
.label {
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    padding: 0.5em 1.1em;
    font-size: 8px;
    font-family: Rubik, sans-serif;
    text-transform: uppercase;
}
.label,
a.label:focus,
a.label:hover {
    color: #fff;
}
.label-default {
    background-color: #9a9da2;
}
.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #7f838a;
}
.label-primary {
    background-color: #ffdc11;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #ddbd00;
}
.label-success {
    background-color: #24d9b0;
}
.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #1dad8d;
}
.label-info {
    background-color: #0cb2e2;
}
.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #098cb2;
}
.label-warning {
    background-color: #ff7e1f;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #eb6400;
}
.label-danger {
    background-color: #f34141;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #f01111;
}
label {
    font-size: 14px;
    text-transform: uppercase;
    font-family: Rubik, sans-serif;
    color: #fff;
    margin-bottom: 9px;
    font-weight: 700;
}
label .required {
    color: #ffdc11;
}
.form-control {
    -webkit-appearance: none;
    font-family: Rubik, sans-serif;
    -moz-appearance: none;
    appearance: none;
    padding: 12px 16px;
    line-height: 1.73333;
    font-size: 18px;
    color: #31404b;
    background-color: hsla(0, 0%, 100%, 0.03);
    border: 1px solid hsla(0, 0%, 100%, 0.6);
    border-radius: 2px;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out;
}
.form-control:not(textarea) {
    height: 52px;
}
.form-control:focus {
    color: rgb(0, 0, 0);
    background-color: hsla(0, 0%, 100%, 0.03);
    border-color: #ffdc11;
    box-shadow: none;
}
.form-control::-moz-placeholder {
    color: hsla(217, 4%, 62%, 0.6);
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: hsla(217, 4%, 62%, 0.6);
}
.form-control::-webkit-input-placeholder {
    color: hsla(217, 4%, 62%, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: hsla(0, 0%, 100%, 0.05);
    border-color: hsla(0, 0%, 100%, 0.1);
}
.form-control[disabled]::-moz-placeholder,
.form-control[readonly]::-moz-placeholder,
fieldset[disabled] .form-control::-moz-placeholder {
    color: hsla(217, 4%, 62%, 0.4);
    opacity: 1;
}
.form-control[disabled]:-ms-input-placeholder,
.form-control[readonly]:-ms-input-placeholder,
fieldset[disabled] .form-control:-ms-input-placeholder {
    color: hsla(217, 4%, 62%, 0.4);
}
.form-control[disabled]::-webkit-input-placeholder,
.form-control[readonly]::-webkit-input-placeholder,
fieldset[disabled] .form-control::-webkit-input-placeholder {
    color: hsla(217, 4%, 62%, 0.4);
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
    color: #fff;
}
.has-success .form-control {
    background-position: center right 0.9em;
    background-repeat: no-repeat;
    background-size: 20px 16px;
    padding-right: 2.2em;
}
.has-success .form-control,
.has-success .form-control:focus {
    border-color: #24d9b0;
    box-shadow: none;
}
.has-success .input-group-addon {
    color: #24d9b0;
    border-color: #24d9b0;
    background-color: hsla(0, 0%, 100%, 0.05);
}
.has-success .form-control-feedback {
    color: #24d9b0;
}
.has-success .form-control {
    background-size: 15px 12px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 12'%3E%3Cpath transform='translate(-189.438 -2446.25)' fill='%2324d9b0' d='M201.45,2446.24l2.121,2.13-9.192,9.19-2.122-2.12Zm-4.949,9.2-2.121,2.12-4.95-4.95,2.121-2.12Z'/%3E%3C/svg%3E");
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
    color: #fff;
}
.has-warning .form-control {
    background-position: center right 0.9em;
    background-repeat: no-repeat;
    background-size: 20px 16px;
    padding-right: 2.2em;
}
.has-warning .form-control,
.has-warning .form-control:focus {
    border-color: #fc0;
    box-shadow: none;
}
.has-warning .input-group-addon {
    color: #fc0;
    border-color: #fc0;
    background-color: hsla(0, 0%, 100%, 0.05);
}
.has-warning .form-control-feedback {
    color: #fc0;
}
.has-warning .form-control {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ff7e1f' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
    color: #fff;
}
.has-error .form-control {
    background-position: center right 0.9em;
    background-repeat: no-repeat;
    background-size: 20px 16px;
    padding-right: 2.2em;
}
.has-error .form-control,
.has-error .form-control:focus {
    border-color: #f34141;
    box-shadow: none;
}
.has-error .input-group-addon {
    color: #f34141;
    border-color: #f34141;
    background-color: hsla(0, 0%, 100%, 0.05);
}
.has-error .form-control-feedback {
    color: #f34141;
}
.has-error .form-control {
    background-size: 11px 11px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11'%3E%3Cpath transform='translate(-190.844 -2353.84)' fill='%23f34141' d='M190.843,2355.96l2.121-2.12,9.193,9.2-2.122,2.12Zm9.192-2.12,2.122,2.12-9.193,9.2-2.121-2.12Z'/%3E%3C/svg%3E");
}
select.form-control {
    border-radius: 2px;
    background-color: hsla(0, 0%, 100%, 0.03);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 4'%3E%3Cpath transform='translate(-586.156 -1047.28)' fill='%23fff' d='M586.171,1048l0.708-.71,2.828,2.83-0.707.71Zm4.95-.71,0.707,0.71L589,1050.83l-0.707-.71Z'/%3E%3C/svg%3E");
    background-position: right 1em center;
    background-repeat: no-repeat;
    padding-right: 2.2em;
    background-size: 6px 4px;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: hsla(217, 4%, 62%, 0.4);
}
select.form-control::-ms-expand {
    display: none;
}
select.form-control option {
    background-color: #292c31;
    color: #fff;
}
select.form-control.input-sm {
    height: 45px;
    padding-top: 7px;
    padding-bottom: 7px;
}
select.form-control:not([size]):not([multiple]) {
    height: 52px;
}
select.form-control--clean {
    font-size: 15px;
    height: 28px !important;
    line-height: 1.2em;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 0;
    color: #fff;
    font-family: Rubik, sans-serif;
    border: none;
    background-color: transparent;
}
.input-sm {
    padding: 10px 14px;
    font-size: 13px;
}
.input-sm:not([size]):not([multiple]):not(textarea) {
    height: 45px;
}
.form-group {
    background: none;
    margin-bottom: 22px;
}
.form-group--sm {
    margin-bottom: 15px;
}
.form-group--xs {
    margin-bottom: 10px;
}
.form-group--lg {
    margin-bottom: 34px;
}
.form-group--submit {
    margin-bottom: 0;
    padding-top: 12px;
}
.form-group--password-forgot {
    display: flex;
    padding: 6px 0;
}
.form-group--password-forgot label {
    flex-grow: 1;
}
.form-group--password-forgot .password-reminder {
    font-size: 11px;
    text-transform: uppercase;
    font-family: Rubik, sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
}
.form-group--upload {
    overflow: hidden;
}
@media (min-width: 768px) {
    .form-group__avatar {
        float: left;
        width: 240px;
    }
}
.form-group__avatar img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
    border-radius: 50%;
}
.form-group__avatar-wrapper {
    font-style: normal;
}
.form-group__avatar-wrapper:hover {
    cursor: pointer;
}
.form-group__avatar-wrapper .form-group__avatar-img {
    position: relative;
    display: inline-block;
}
.form-group__avatar-wrapper .form-group__avatar-img:before {
    content: "\f067";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background-color: #31404b;
    color: #fff;
    font-family: Font Awesome\5 Free;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}
.form-group__avatar--center {
    text-align: center;
}
@media (min-width: 768px) {
    .form-group__avatar--center {
        float: none;
        width: 50%;
        margin: 0 auto;
    }
}
.form-group__avatar--center img {
    margin: 0 0 13px;
    border: 1px solid hsla(0, 0%, 100%, 0.05);
}
.form-group__avatar--center .form-group__label {
    display: block;
    text-align: center;
}
.form-group__avatar--center .form-group__label h6 {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.2em;
    margin-bottom: 0.35em;
}
.form-group__avatar--center .form-group__label span {
    display: block;
    font-size: 10px;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Rubik, sans-serif;
    color: #9a9da2;
}
.form-group__label {
    display: inline-block;
    vertical-align: middle;
}
.form-group__label h6 {
    font-size: 11px;
    line-height: 1.2em;
    margin-bottom: 0.2em;
}
.form-group__label span {
    display: block;
    font-size: 11px;
    line-height: 1.2em;
    color: #c2c4c7;
}
.form-group__upload {
    padding-top: 20px;
}
@media (min-width: 768px) {
    .form-group__upload {
        padding-top: 15px;
    }
}
.checkbox {
    position: relative;
    margin: 0;
    font-weight: 700;
}
.widget--sidebar .checkbox {
    font-size: 10px;
}
.checkbox input[type="checkbox"] {
    display: none;
}
.checkbox input[type="checkbox"]:checked + .checkbox-indicator {
    background-color: #fc0;
    border-color: #fc0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.checkbox .checkbox-indicator {
    content: "";
    width: 16px;
    height: 16px;
    background-color: hsla(0, 0%, 100%, 0.03);
    border: 1px solid hsla(0, 0%, 100%, 0.1);
    border-radius: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    transition: all 0.2s ease;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 60% 60%;
}
.checkbox.checkbox-inline {
    padding-left: 24px;
}
.checkbox input[type="checkbox"]:disabled + .checkbox-indicator {
    background-color: hsla(0, 0%, 100%, 0.05);
    border-color: hsla(0, 0%, 100%, 0.1);
}
.checkbox-table {
    display: flex;
    flex-wrap: wrap;
}
.checkbox-table .checkbox--cell {
    margin: 0 0 -1px -1px;
}
.checkbox--cell {
    width: 44px;
    height: 44px;
    position: relative;
}
.checkbox--cell input[type="checkbox"]:checked + .checkbox-indicator {
    background-image: none !important;
    background-color: #fc0;
    background-image: none;
    border-color: hsla(0, 0%, 100%, 0.1);
    color: #fff;
}
.checkbox--cell .checkbox-indicator {
    content: "";
    width: 44px;
    height: 44px;
    background-color: hsla(0, 0%, 100%, 0.03);
    border: 1px solid hsla(0, 0%, 100%, 0.1);
    border-radius: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin-top: 0;
    transition: all 0.2s ease;
    text-align: center;
    line-height: 42px;
}
.radio {
    position: relative;
    margin: 0;
}
.radio input[type="radio"] {
    display: none;
}
.radio input[type="radio"]:checked + .radio-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffcc00'/%3E%3C/svg%3E");
}
.radio .radio-indicator {
    content: "";
    width: 16px;
    height: 16px;
    background-color: hsla(0, 0%, 100%, 0.03);
    border: 1px solid hsla(0, 0%, 100%, 0.1);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    transition: all 0.2s ease;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 8px 8px;
}
.radio.radio-inline {
    padding-left: 24px;
}
.radio input[type="radio"]:disabled + .radio-indicator {
    background-color: hsla(0, 0%, 100%, 0.05);
    border-color: hsla(0, 0%, 100%, 0.1);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%239a9da2'/%3E%3C/svg%3E");
}
.radio--word {
    position: relative;
    padding: 0 !important;
}
.radio--word + .radio--word {
    margin-left: 20px;
}
.radio--word input[type="radio"]:checked + .radio-label {
    color: #fff;
}
.radio--word .radio-label {
    color: #bfc2c4;
    font-weight: 700;
}
.radio--word-lg {
    font-size: 15px;
    line-height: 1.2em;
}
.inline-form .input-group-append .btn,
.inline-form .input-group-prepend .btn {
    padding-left: 28px;
    padding-right: 28px;
}
abbr.required {
    border-bottom: none;
    color: #fc0;
    margin-left: 0.2em;
    text-decoration: none;
}
.quantity-control {
    overflow: hidden;
}
.quantity-control .btn {
    display: inline-block;
    height: 30px;
    padding: 0 8px;
    background: none;
    border: none;
    color: #adb3b7;
    vertical-align: middle;
}
.quantity-control .btn:active,
.quantity-control .btn:focus,
.quantity-control .btn:hover {
    color: #fff;
}
.quantity-control .form-control {
    display: inline-block;
    width: 34px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    border: none;
    text-align: center;
    font-size: 13px;
    font-family: Rubik, sans-serif;
    vertical-align: middle;
    background-color: transparent;
    color: #fff;
}
.quantity-control .form-control::-webkit-inner-spin-button,
.quantity-control .form-control::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.product-quantity-control {
    width: 80px;
    margin: 0 auto;
}
.form-desc--sm {
    font-size: 14px;
    line-height: 22px;
}
.switch {
    white-space: nowrap;
}
.switch__label-txt {
    display: inline-block;
    font-size: 9px;
    text-transform: uppercase;
    font-family: Rubik, sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2em;
    vertical-align: middle;
    margin-right: 0.35em;
    color: #fff;
}
@media (max-width: 479px) {
    .switch__label-txt {
        display: none;
    }
}
.switch-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
    margin: 0;
}
.switch-toggle + label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    padding: 2px;
    width: 48px;
    height: 24px;
    margin: 0;
    background-color: hsla(0, 0%, 100%, 0.05);
    border-radius: 22px;
    transition: background 0.4s;
    border: 1px solid hsla(0, 0%, 100%, 0.05);
}
.switch-toggle + label:after,
.switch-toggle + label:before {
    display: block;
    position: absolute;
    content: "";
}
.switch-toggle + label:after {
    top: 2px;
    left: 2px;
    bottom: 2px;
    width: 18px;
    background-color: #fff;
    background-image: linear-gradient(90deg, #e9e9ed, #e9e9ed 2px, transparent 0), linear-gradient(90deg, #e9e9ed, #e9e9ed 2px, transparent 0);
    background-size: 2px 8px, 2px 8px;
    background-position: 6px 5px, 10px 5px;
    background-repeat: no-repeat, no-repeat;
    border-radius: 50%;
    transition: margin 0.4s, background 0.4s;
}
.switch-toggle:checked + label {
    background-color: #24d9b0;
}
.switch-toggle:checked + label:after {
    margin-left: 26px;
}
.breadcrumb {
    padding: 3px 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 5px;
}
.breadcrumb-item + .breadcrumb-item:before {
    padding-right: 5px;
    color: #9a9da2 !important;
}
.breadcrumb-item > a {
    transition: color 0.2s ease;
}
.breadcrumb-item > a:hover {
    color: #ffdc11 !important;
}
.breadcrumb-item.active {
    color: #9a9da2;
}
.page-heading__breadcrumb {
    justify-content: center;
}
@media (min-width: 768px) {
    .align-self-end .page-heading__breadcrumb {
        justify-content: flex-end;
    }
}
.pagination {
    flex-wrap: wrap;
    margin: 20px 0;
}
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
    background-color: #fc0;
    border-color: #fc0;
    color: #fff;
}
.page-link {
    margin: 0 4px;
    padding: 0;
    line-height: 36px;
    width: 36px;
    height: 36px;
    text-align: center;
    background-color: #292c31;
    border-radius: 3px;
    border-color: hsla(0, 0%, 100%, 0.05);
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-family: Rubik, sans-serif;
    font-weight: 700;
    transition: all 0.2s ease;
    position: static;
}
.page-link:hover {
    background-color: #fc0;
    border-color: #fc0;
    color: #fff;
}
.pagination--condensed .page-item:first-child .page-link,
.pagination--condensed .page-item:last-child .page-link {
    border-radius: 0;
}
.pagination--condensed .page-link {
    border-radius: 0;
    margin: 0;
    margin-left: -1px;
}
.pagination--lg .page-link {
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.pagination--circle .page-item:first-child .page-link,
.pagination--circle .page-item:last-child .page-link {
    border-radius: 50%;
}
.pagination--circle .page-link {
    width: 32px;
    height: 32px;
    line-height: 30px;
    border-radius: 50%;
    margin: 0 2px;
}
@media (min-width: 992px) {
    .pagination--circle .page-link {
        width: 46px;
        height: 46px;
        line-height: 44px;
        margin: 0 5px;
    }
}
.modal-dialog {
    margin: 10px;
}
.modal-content {
    background-color: #292c31;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    box-shadow: none;
}
.modal-backdrop {
    background-color: #000;
}
.modal-backdrop.in {
    opacity: 0.9;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.2em;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid hsla(0, 0%, 100%, 0.05);
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 770px;
        margin: 30px auto;
    }
    .modal-sm {
        width: 420px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 830px;
    }
}
.modal {
    text-align: center;
}
@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #fff;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #e4e7ed;
}
@media (min-width: 992px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}
.jumbotron--card {
    border: 1px solid hsla(0, 0%, 100%, 0.05);
    border-radius: 4px;
}
.jumbotron--style1 {
    padding: 0;
    position: relative;
}
@media (min-width: 992px) {
    .jumbotron--style1 {
        padding: 0;
    }
}
@media (min-width: 768px) {
    .jumbotron--style1:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-image: url(../images/page-heading-pattern.png);
        background-size: auto;
        background-position: 100% 0;
        background-repeat: no-repeat;
        opacity: 0.4;
    }
}
.jumbotron--style1 .jumbotron__title {
    line-height: 1em;
    margin-bottom: 0;
}
@media (max-width: 479px) {
    .jumbotron--style1 .jumbotron__title {
        font-size: 24px;
    }
}
@media (min-width: 992px) {
    .jumbotron--style1 .jumbotron__title {
        font-size: 72px;
    }
}
@media (min-width: 1200px) {
    .jumbotron--style1 .jumbotron__title {
        font-size: 90px;
    }
}
.jumbotron--style1 .jumbotron__title .highlight {
    color: #ffdc11;
}
.jumbotron--style1 .jumbotron__subtitle {
    margin-bottom: 0.25em;
}
@media (max-width: 479px) {
    .jumbotron--style1 .jumbotron__subtitle {
        font-size: 9px;
    }
}
@media (min-width: 1200px) {
    .jumbotron--style1 .jumbotron__subtitle {
        font-size: 14px;
    }
}
.jumbotron--style1 .jumbotron__desc {
    padding-top: 0.25em;
    margin-bottom: 0;
}
@media (max-width: 479px) {
    .jumbotron--style1 .jumbotron__desc {
        font-size: 10px;
        line-height: 1.2em;
    }
}
.jumbotron--style1 .jumbotron__content {
    padding: 2rem 1rem;
}
@media (min-width: 992px) {
    .jumbotron--style1 .jumbotron__content {
        padding: 4rem 2rem;
    }
}
.alc-img-object {
    display: flex;
    align-items: center;
}
.alc-img-object__img {
    overflow: hidden;
    margin-right: 12px;
    width: 30px;
    height: 30px;
}
.alc-img-object__img--hexagon {
    position: relative;
    border: none !important;
}
.alc-img-object__img--hexagon,
.alc-img-object__img--hexagon img {
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.alc-img-object__img--hexagon img {
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    border: none;
}
.alc-img-object__img--hexagon-sm {
    width: 28px;
    height: 32px;
}
.alc-img-object__body {
    flex: 1;
}
.alc-img-object__title {
    text-transform: none;
    font-size: 12px;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 0;
    font-style: normal;
}
.alc-img-object__desc {
    display: block;
    font-family: Rubik, sans-serif;
    font-size: 9px;
    line-height: 1.2em;
}
body,
html {
    height: 100%;
    padding: 0;
    margin: 0;
}
html {
    overflow-x: hidden;
}
body {
    /* background-image: url("../img/bg2.jpg");  */
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;
    color: #131313;
    background: #f9f9f9 !important;
    font-size: 15px;
    line-height: 26px;
    font-family: Source Sans Pro, sans-serif;
    font-weight: 400;
}
@media (max-width: 479px) {
    body {
        font-size: 13px;
        line-height: 22px;
    }
}
.site-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.4s ease-in-out;
    overflow-x: hidden;
}
.site-wrapper--has-overlay {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100vh;
}
.site-overlay {
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: transparent;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.4s linear;
}
@media (max-width: 991px) {
    .site-wrapper--has-overlay .site-overlay {
        visibility: visible;
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.8);
    }
}
@media (min-width: 992px) {
    .site-wrapper--has-overlay-pushy .site-overlay {
        visibility: visible;
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.8);
    }
}
.header {
    background-color: #1e2024;
    position: relative;
    z-index: 4;
}
@media (max-width: 991px) {
    .header {
        z-index: 6;
    }
}
.header__top-bar {
    background-color: #292c31;
    display: none;
}
@media (min-width: 992px) {
    .header__top-bar {
        display: block;
    }
}
.header__top-bar-inner {
    display: flex;
    align-items: center;
}
.nav-account {
    display: none;
}
@media (min-width: 992px) {
    .nav-account {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        margin-left: auto;
        width: auto;
    }
    .nav-account .nav-account__item {
        font-size: 9px;
        line-height: 1.5em;
        text-transform: uppercase;
        font-weight: 700;
        font-family: Rubik, sans-serif;
    }
    .nav-account .nav-account__item:before {
        content: "\2F";
        display: inline-block;
        color: #6b6d70;
        margin: 0 16px 0 14px;
    }
    .nav-account .nav-account__item > a {
        color: #fff;
        transition: all 0.3s ease;
        display: inline-block;
        height: 48px;
        line-height: 48px;
    }
    .nav-account .nav-account__item > a:hover {
        color: #ffdc11;
    }
    .nav-account .nav-account__item > a:focus {
        outline: none;
    }
    .nav-account .nav-account__item > a .highlight {
        color: #ffdc11;
    }
    .nav-account .nav-account__item:first-child:before {
        display: none;
    }
    .nav-account .nav-account__item.has-children {
        position: relative;
    }
    .nav-account .nav-account__item.has-children:after {
        content: "";
        display: inline-block;
        margin-left: 9px;
        width: 6px;
        height: 4px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 4'%3E%3Cpath transform='translate(-586.156 -1047.28)' fill='%23fff' d='M586.171,1048l0.708-.71,2.828,2.83-0.707.71Zm4.95-.71,0.707,0.71L589,1050.83l-0.707-.71Z'/%3E%3C/svg%3E");
        background-size: 6px 4px;
        background-repeat: no-repeat;
        background-position: 50%;
        top: -2px;
        position: relative;
    }
    .nav-account .nav-account__item.has-children ul {
        list-style: none;
        top: 40px;
        right: 0;
        min-width: 110px;
        padding: 14px 0;
        margin: 0;
        border: 1px solid #e4e7ed;
        box-shadow: none;
        background-color: #fff;
        transform-style: preserve-3d;
        transform: translateX(50%) rotateX(-75deg);
        visibility: hidden;
    }
    .nav-account .nav-account__item.has-children ul li a {
        font-size: 9px;
        padding: 6px 24px;
        border-bottom: none;
        color: rgba(49, 64, 75, 0.4);
        transition: color 0.2s ease;
    }
    .nav-account .nav-account__item.has-children ul li a:hover {
        color: #31404b;
        background-color: transparent;
    }
    .nav-account .nav-account__item.has-children:hover ul {
        display: block;
        transform: translateX(50%) rotateX(0deg);
        opacity: 1;
        visibility: visible;
    }
    .nav-account .nav-account__item--logout > a {
        color: #6b6d70;
    }
}
.header__secondary {
    background-color: #1e2024;
    display: none;
}
@media (min-width: 992px) {
    .header__secondary {
        display: block;
        text-align: right;
    }
}
.header__primary {
    background-color: #1e2024;
    position: relative;
}
.header--layout-1 .header__primary:after,
.header--layout-2 .header__primary:after,
.header--layout-3 .header__primary:after,
.header--layout-4 .header__primary:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #292c31;
}
.header--layout-1 .header__primary:after {
    width: 50%;
}
.header--layout-2 .header__primary:after,
.header--layout-3 .header__primary:after,
.header--layout-4 .header__primary:after {
    width: 100%;
}
.header__primary-inner {
    position: relative;
    z-index: 1;
    background-color: #292c31;
}
.header--layout-1 .header__primary-inner:before {
    content: "";
    position: absolute;
    display: none;
    top: 0;
    bottom: 0;
    width: 210px;
    background-color: #1e2024;
    left: -25px;
    margin-left: 0;
    transform: skew(-25deg);
}
@media (min-width: 768px) {
    .header--layout-1 .header__primary-inner:before {
        display: block;
    }
}
@media (max-width: 991px) {
    .header--layout-1 .header__primary-inner:before {
        width: 80px;
    }
}
@media (max-width: 991px) {
    .main-nav .social-links--main-nav {
        display: none;
    }
}
.header-logo {
    position: absolute;
    z-index: 8;
    bottom: 21px;
    left: 0;
    display: block;
}
@media (max-width: 991px) {
    .header-logo {
        display: none;
    }
}
.header-logo__img {
    position: relative;
}
.header-mobile {
    display: none;
    background-color: #1e2024;
}
.header-search-form {
    padding: 24px 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 1;
    vertical-align: top;
}
@media (max-width: 991px) {
    .header-search-form {
        background-color: #1e2024;
    }
}
@media (min-width: 992px) {
    .header-search-form {
        display: inline-block;
        width: 360px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .header-search-form {
        width: 200px;
    }
}
.header-search-form .search-form {
    position: relative;
}
.main-nav .header-search-form {
    padding: 11px 0;
    background-color: transparent;
}
.main-nav .header-search-form.header-search-form--right {
    float: right;
}
.header__secondary .header-search-form.header-search-form--left {
    float: left;
}
input.header-mobile__search-control {
    background-color: #292c31;
    border-color: #292c31;
    border-radius: 20px;
    height: 38px;
    padding: 6px 60px 6px 20px;
    font-size: 12px;
}
@media (min-width: 992px) {
    input.header-mobile__search-control {
        background-color: #292c31;
        border-color: #292c31;
    }
}
input.header-mobile__search-control:focus {
    color: #fff;
    background-color: #292c31;
    border-color: #292c31;
}
@media (min-width: 992px) {
    input.header-mobile__search-control:focus {
        background-color: #292c31;
        border-color: #292c31;
    }
}
.header-mobile__search-submit {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 51px;
    height: 38px;
    line-height: 38px;
    padding: 0;
    border: none;
    font-size: 16px;
    color: #ffdc11;
    transition: color, background-color 0.3s ease;
    border-radius: 0 20px 20px 0;
}
.header-mobile__search-submit:hover {
    cursor: pointer;
    background-color: hsla(0, 0%, 100%, 0.1);
}
@media only screen and (max-width: 991px) {
    .header-mobile {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 3;
    }
    .header-mobile__inner {
        overflow: hidden;
        position: relative;
        z-index: 2;
        height: 100px;
        background-color: #1e2024;
        transition: all 0.4s ease-in-out;
    }
    .header-mobile__logo {
        text-align: center;
        position: absolute;
        z-index: 3;
        left: 50%;
        transform: translate(-50%);
        top: 5px;
    }
    .main-nav .header-mobile__logo {
        top: 0;
    }
    .header-mobile__logo-img {
        width: 97px;
        height: auto;
    }
    .burger-menu-icon {
        z-index: 5;
        transition: all 0.4s ease-in-out;
        display: block;
        position: absolute;
        top: 40px;
        left: 34px;
        cursor: pointer;
        width: 26px;
        height: 19px;
    }
    .burger-menu-icon__line,
    .burger-menu-icon__line:after,
    .burger-menu-icon__line:before {
        content: "";
        cursor: pointer;
        height: 3px;
        width: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        display: block;
        border-radius: 1px;
    }
    .burger-menu-icon__line:before {
        top: 8px;
    }
    .burger-menu-icon__line:after {
        top: 16px;
    }
    .header-mobile__search-icon {
        display: block;
        position: absolute;
        right: 34px;
        top: 39px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 22px;
        color: #fff;
        text-align: center;
    }
    .header-mobile__search-icon:after,
    .header-mobile__search-icon:before {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.3s ease-in-out;
    }
    .header-mobile__search-icon:before {
        content: "\f002";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: Font Awesome\5 Free;
        font-weight: 900;
    }
    .header-mobile__search-icon:after {
        content: "";
        width: 24px;
        height: 24px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19'%3E%3Cpath transform='translate(-267.219 -40.219)' fill='%23fff' d='M267.62,56.258L283.258,40.62a1.5,1.5,0,0,1,2.121,2.121L269.741,58.379A1.5,1.5,0,0,1,267.62,56.258Zm15.638,2.122L267.62,42.742a1.5,1.5,0,0,1,2.121-2.121l15.638,15.638A1.5,1.5,0,0,1,283.258,58.38Z'/%3E%3C/svg%3E");
        background-position: 50%;
        background-size: 19px 19px;
        background-repeat: no-repeat;
    }
    .header-mobile__search-icon.header-mobile__search-icon--close:before,
    .header-mobile__search-icon:after {
        transform: translate(-50%, -50%), scale(0);
        opacity: 0;
    }
    .header-mobile__search-icon.header-mobile__search-icon--close:after {
        transform: translate(-50%, -50%), scale(1);
        opacity: 1;
    }
    .header-mobile__search-icon:hover {
        cursor: pointer;
    }
    .header-search-form {
        padding: 0 25px;
        height: 0;
        top: -62px;
    }
    .header-mobile--expanded .header-search-form {
        top: 0;
        height: 63px;
    }
    input.header-mobile__search-control {
        margin-top: 12px;
    }
}
.header-banner {
    display: inline-block;
    vertical-align: middle;
    margin-left: 38px;
}
@media (min-width: 992px) {
    .header-banner {
        margin-left: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .header-banner img {
        width: 254px;
        height: auto;
    }
}
@media (min-width: 1200px) {
    .header-banner {
        margin-left: 38px;
    }
}
@media (min-width: 992px) {
    .header--layout-3 .header__primary-inner {
        display: flex;
        align-items: center;
    }
}
.header--layout-3 .header__primary-spacer {
    margin-left: auto;
}
@media (min-width: 992px) {
    .header--layout-3 .header-logo {
        left: 50%;
        transform: translateX(-50%);
        bottom: -10px;
    }
}
@media (min-width: 992px) {
    .header--layout-3 .header-search-form {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}
@media (min-width: 992px) {
    .header--layout-3 .info-block--header .info-block__item {
        padding-top: 10px;
        padding-bottom: 22px;
    }
    .header--layout-3 .info-block--header .info-block__item .df-icon {
        top: 14px;
    }
    .header--layout-3 .info-block--header .info-block__item .info-block__menu-icon {
        top: 11px !important;
    }
}
.header--layout-4 .header__primary:after {
    background-color: #292c31;
}
@media (min-width: 992px) {
    .header--layout-4 .header__primary--center .header__primary-inner {
        justify-content: center;
    }
}
@media (min-width: 992px) {
    .header--layout-4 .header__primary--center .main-nav {
        margin-right: 0;
        flex-basis: 100%;
    }
}
@media (min-width: 992px) {
    .header--layout-4 .header__primary--center .main-nav__list {
        display: flex;
        justify-content: space-evenly;
    }
}
@media (min-width: 992px) and (min-width: 992px) {
    .header--layout-4 .header__primary--center .main-nav__list > li:first-of-type > a {
        padding: 0 34px !important;
    }
}
.header--layout-4 .header__primary-inner {
    background-color: #292c31;
}
@media (min-width: 992px) {
    .header--layout-4 .header__primary-inner {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}
@media (min-width: 992px) {
    .header--layout-4 .header-logo {
        left: 50%;
        transform: translateX(-50%);
        bottom: -10px;
    }
}
@media (min-width: 992px) {
    .header--layout-4 .main-nav {
        margin-right: auto;
    }
}
@media (min-width: 992px) {
    .header--layout-4 .header-search-form {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}
@media (min-width: 992px) {
    .header--layout-4 .info-block--header .info-block__item {
        padding-top: 10px;
        padding-bottom: 22px;
    }
    .header--layout-4 .info-block--header .info-block__item .df-icon {
        top: 14px;
    }
    .header--layout-4 .info-block--header .info-block__item .info-block__menu-icon {
        top: 11px !important;
    }
}
.header--layout-4 .header__secondary {
    position: relative;
    z-index: 3;
}
.header--layout-4 .header__secondary-inner {
    position: relative;
    z-index: 1;
}
.main-nav {
    text-align: right;
}
.main-nav .header-mobile__logo {
    display: none;
}
.main-nav__list {
    display: inline-block;
    text-align: left;
    padding: 0;
    margin: 0;
    list-style: none;
}
@media (min-width: 992px) {
    .main-nav__list {
        border-left: none;
    }
}
.main-nav__list > li {
    text-align: center;
    display: inline-block;
    padding: 0;
}
@media (min-width: 992px) {
    .main-nav__list > li {
        margin-left: -0.25em;
        border-right: none;
    }
    .main-nav__list > li:first-of-type {
        margin-left: 0;
    }
}
.main-nav__list > li > a {
    display: block;
    color: #fff;
    padding: 0 34px;
    line-height: 62px;
    text-decoration: none;
    position: relative;
    font-family: Rubik, sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    transition: color 0.3s ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .main-nav__list > li > a {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.main-nav__list > li > a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: transparent;
    transition: background-color 0.3s ease;
}
.main-nav__list > li > a:hover {
    color: #ffdc11;
    background-color: transparent;
    text-decoration: none;
}
.main-nav__list > li > a:hover:before {
    background-color: #ffdc11;
}
.main-nav__list > li.active > a {
    color: #ffdc11;
    text-decoration: none;
    background-color: transparent;
}
.main-nav__list > li.active > a:before {
    background-color: #ffdc11;
}
.main-nav__list > li.has-children > a:after {
    content: "";
    display: inline-block;
    margin-left: 9px;
    width: 6px;
    height: 4px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 4'%3E%3Cpath transform='translate(-586.156 -1047.28)' fill='%23fff' d='M586.171,1048l0.708-.71,2.828,2.83-0.707.71Zm4.95-.71,0.707,0.71L589,1050.83l-0.707-.71Z'/%3E%3C/svg%3E");
    background-size: 6px 4px;
    background-repeat: no-repeat;
    background-position: 50%;
    top: -2px;
    position: relative;
}
.main-nav__megamenu {
    display: flex;
    width: 100%;
    left: 0;
    position: absolute;
    top: 62px;
    z-index: 7;
    margin: 0;
    text-align: left;
    padding: 43px 55px;
    font-size: 15px;
    border: 1px solid #e4e7ed;
    background-color: #fff;
    opacity: 0;
    transform-origin: 0 0;
    transition: transform 0.3s, opacity 0.3s;
}
.main-nav__megamenu .main-nav__title {
    font-size: 14px;
    letter-spacing: -0.03em;
    padding: 3px 0;
    margin-bottom: 19px;
    color: #31404b;
    text-align: left;
    text-transform: uppercase;
    font-family: Rubik, sans-serif;
    font-weight: 700;
}
.main-nav__megamenu .row {
    width: 100%;
}
.main-nav__ul:not([class*="col-"]) {
    padding-left: 0;
}
.main-nav__ul li {
    white-space: nowrap;
}
.main-nav__ul li,
.main-nav__ul li a {
    display: block;
    text-align: left;
    text-transform: uppercase;
}
.main-nav__ul li a {
    font-size: 11px;
    line-height: 18px;
    font-family: Rubik, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: 5px 0;
    color: rgba(49, 64, 75, 0.4);
    transition: color 0.3s ease;
}
.main-nav__ul li a:hover {
    color: #31404b;
    text-decoration: none;
}
@media (min-width: 992px) {
    .main-nav__ul-2cols,
    .main-nav__ul-3cols {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        align-content: flex-start;
    }
    .main-nav__ul-2cols li,
    .main-nav__ul-3cols li {
        padding-right: 10px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .main-nav__ul-2cols li.main-nav__title,
    .main-nav__ul-3cols li.main-nav__title {
        flex-basis: 100%;
        align-items: center;
    }
    .main-nav__ul-2cols li a,
    .main-nav__ul-3cols li a {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}
@media (min-width: 992px) {
    .main-nav__ul-2cols li {
        flex-basis: 50%;
    }
}
@media (min-width: 992px) {
    .main-nav__ul-3cols li {
        flex-basis: 33.3%;
    }
}
.main-nav__list li > .main-nav__megamenu,
.main-nav__list li > .main-nav__sub,
.main-nav__list li > .main-nav__sub-2,
.main-nav__list li > .main-nav__sub-3 {
    transform-style: preserve-3d;
    transform: rotateX(-75deg);
    visibility: hidden;
}
.main-nav__list li:hover > .main-nav__megamenu,
.main-nav__list li:hover > .main-nav__sub,
.main-nav__list li:hover > .main-nav__sub-2,
.main-nav__list li:hover > .main-nav__sub-3 {
    transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}
.main-nav__megamenu .main-nav-banner {
    border: 1px solid #e4e7ed;
    background-color: #1e2024;
    padding: 0;
    margin-bottom: 28px;
    border-radius: 4px;
    display: flex;
    min-height: 86px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.main-nav__megamenu .main-nav-banner .main-nav-banner__link {
    display: flex;
    width: 100%;
    height: 100%;
    align-content: center;
    flex-wrap: wrap;
    padding: 0 0 0 66px;
}
.main-nav__megamenu .main-nav-banner .main-nav-banner__title {
    width: 100%;
    font-size: 20px;
    line-height: 1.1em;
    color: #fff;
    font-family: Rubik, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main-nav__megamenu .main-nav-banner .main-nav-banner__subtitle {
    font-size: 12px;
    color: #9a9da2;
    line-height: 1.2em;
    font-style: normal;
    text-transform: uppercase;
}
.main-nav__megamenu .main-nav-banner--img-1 {
    background-image: url(../images/esports/samples/megamenu-banner-1.jpg);
}
.main-nav__megamenu .main-nav-banner--img-2 {
    background-image: url(../images/esports/samples/megamenu-banner-2.jpg);
}
.main-nav__megamenu .main-nav-banner--img-3 {
    background-image: url(../images/esports/samples/megamenu-banner-3.jpg);
}
@media (min-width: 992px) {
    .main-nav__megamenu--no-paddings {
        padding: 0;
    }
    .main-nav__megamenu--no-paddings .row {
        margin: 0;
    }
    .main-nav__megamenu--no-paddings .row [class*="col-"] {
        padding: 32px 35px;
    }
    .main-nav__megamenu--no-paddings .row [class*="col-"]:not(:first-child) {
        border-left: 1px solid #e4e7ed;
    }
    .main-nav__megamenu--no-paddings .main-nav-banner--top {
        margin-top: -33px;
        margin-left: -36px;
        margin-right: -36px;
        flex-basis: calc(100% + 72px) !important;
        border-radius: 0;
    }
}
@media (min-width: 992px) {
    .main-nav__megamenu--has-bg {
        background-image: url(../images/esports/samples/megamenu-bg.png);
        background-repeat: no-repeat;
        background-position: 100% 100%;
        padding-right: 142px;
    }
}
.main-nav__sub {
    position: absolute;
    top: 62px;
    z-index: 7;
    margin: 0;
    padding: 0;
    min-width: 240px;
    background-color: #fff;
    border: 1px solid #e4e7ed;
    opacity: 0;
    transform-origin: 0 0;
    transition: transform 0.3s, opacity 0.3s;
}
.main-nav__sub > li > a {
    text-decoration: none;
}
.main-nav__sub > li.has-children > a:after {
    content: "";
    display: block;
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -2px;
    width: 6px;
    height: 4px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 4'%3E%3Cpath transform='translate(-586.156 -1047.28)' fill='%2331404b' d='M586.171,1048l0.708-.71,2.828,2.83-0.707.71Zm4.95-.71,0.707,0.71L589,1050.83l-0.707-.71Z'/%3E%3C/svg%3E");
    background-size: 6px 4px;
    background-repeat: no-repeat;
    background-position: 50%;
    transform: rotate(-90deg);
}
.main-nav__sub li a {
    display: block;
    font-family: Rubik, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    font-size: 11px;
    color: #31404b;
    text-align: left;
    line-height: 1.5em;
    padding: 16px 30px;
    letter-spacing: normal;
    border-bottom: 1px solid #e4e7ed;
    transition: background-color 0.3s ease;
}
.main-nav__sub li a:hover {
    color: #31404b;
    background-color: rgba(228, 231, 237, 0.2);
}
.main-nav__sub li:last-child > a {
    border-bottom: none;
}
.main-nav__sub > li.active > a {
    color: #31404b;
    background-color: rgba(228, 231, 237, 0.2);
}
.main-nav__list li:hover .main-nav__sub {
    display: block;
}
.main-nav__sub li {
    position: relative;
    padding: 0;
    margin: 0;
    display: block;
}
.main-nav__sub li:hover .main-nav__sub-2 {
    display: block;
    opacity: 1;
    list-style: none;
    padding: 0;
    background-color: #fff;
}
.main-nav__sub-2 {
    min-width: 240px;
    border: 1px solid #e4e7ed;
    position: absolute;
    left: 100%;
    top: -1px;
    margin: 0;
    padding: 0;
    opacity: 0;
    transform-origin: 0 0;
    transition: transform 0.4s, opacity 0.4s;
}
.main-nav__sub-2 li:hover .main-nav__sub-3 {
    opacity: 1;
    list-style: none;
    padding: 0;
    border: 1px solid #e4e7ed;
    background-color: #fff;
}
.main-nav__sub-3 {
    min-width: 240px;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    transform-origin: 0 0;
    transition: transform 0.4s, opacity 0.4s;
}
.main-nav__toggle,
.main-nav__toggle-2 {
    display: none;
}
@media only screen and (min-width: 992px) {
    .main-nav__list li:hover > .main-nav__sub,
    .main-nav__sub-2 li:hover > .main-nav__sub-3,
    .main-nav__sub li:hover > .main-nav__sub-2 {
        display: block;
    }
    .main-nav__list li:hover > .main-nav__megamenu {
        display: flex;
    }
    .main-nav .main-nav__item--shopping-cart,
    .main-nav__list .main-nav__item--social-links,
    .main-nav__list .nav-account__item,
    .main-nav__list .social-links__item {
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .main-nav {
        width: 270px;
        left: 0;
        transform: translateX(-270px);
        height: 100vh;
        position: fixed;
        top: 0;
        margin: 0;
        z-index: 6;
        overflow: auto;
        transition: all 0.4s ease-in-out;
        background-color: #1e2024;
    }
    .site-wrapper--has-overlay .main-nav {
        transform: translateX(0);
        transition: all 0.4s ease-in-out;
    }
    .main-nav .header-mobile__logo {
        position: relative;
        padding: 5px 0 18px;
        display: block;
        border-bottom: 1px solid #292c31;
    }
    .main-nav .main-nav__item--shopping-cart .info-block__link-wrapper {
        overflow: hidden;
        font-size: 11px;
        line-height: 1.5em;
        padding-right: 20px;
    }
    .main-nav .main-nav__item--shopping-cart .df-icon--shopping-cart,
    .main-nav .main-nav__item--shopping-cart .df-icon-stack--bag {
        display: none;
    }
    .main-nav .main-nav__item--shopping-cart .info-block__heading {
        margin-bottom: 0;
        float: left;
        font-size: 11px;
        line-height: 1.5em;
    }
    .main-nav .main-nav__item--shopping-cart .info-block__cart-sum {
        float: right;
        font-size: 11px;
        line-height: 1.5em;
        color: #ffdc11;
    }
    .main-nav .main-nav__back {
        width: 49px;
        height: 44px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 4;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 8'%3E%3Cpath transform='translate(-238.75 -17.75)' fill='%23fff' d='M240,21h12v2H240V21Zm0.171-.415,4.243,4.243L243,26.242,238.757,22Zm4.243-1.414-4.243,4.242L238.757,22,243,17.757Z'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 13px 8px;
    }
    .main-nav .main-nav__back:hover {
        cursor: pointer;
    }
    .main-nav .main-nav__list > li > a:before {
        top: 0;
        bottom: 0;
        width: 4px;
        height: auto;
    }
    .main-nav .main-nav__list > li > a .highlight {
        color: #ffdc11;
    }
    .main-nav .main-nav__list > li.has-children > a:after {
        display: none;
    }
    .main-nav .main-nav__list > li.nav-account__item--logout > a {
        color: #6b6d70;
    }
    .main-nav .main-nav__list > li.nav-account__item--wishlist > a {
        padding-right: 20px;
    }
    .main-nav .main-nav__list > li.nav-account__item--wishlist .highlight {
        float: right;
    }
    .main-nav .main-nav__list > li.main-nav__item--social-links {
        text-align: left;
        padding: 0 15px 20px;
    }
    .main-nav .main-nav__list > li.main-nav__item--social-links > a {
        display: inline-block;
        border-bottom: none;
        padding: 13px;
    }
    .main-nav .main-nav__list > li.main-nav__item--social-links > a:before,
    .main-nav__list .main-nav__sub .main-nav__sub-2 li:hover .main-nav__sub-3,
    .main-nav__list .main-nav__sub li.has-children > a:after,
    .main-nav__list li:hover .main-nav__sub,
    .main-nav__list li:hover .main-nav__sub .main-nav__sub-2 {
        display: none;
    }
    .main-nav__toggle {
        width: 30px;
        height: 30px;
        top: 8px;
        right: 10px;
    }
    .main-nav__toggle,
    .main-nav__toggle-2 {
        position: absolute;
        display: block;
        cursor: pointer;
        z-index: 1;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 4'%3E%3Cpath transform='translate(-586.156 -1047.28)' fill='%23fff' d='M586.171,1048l0.708-.71,2.828,2.83-0.707.71Zm4.95-.71,0.707,0.71L589,1050.83l-0.707-.71Z'/%3E%3C/svg%3E");
        background-size: 6px 4px;
        background-repeat: no-repeat;
        background-position: 50%;
        transition: all 0.4s ease;
    }
    .main-nav__toggle-2 {
        width: 20px;
        height: 20px;
        top: 3px;
        right: 15px;
    }
    .main-nav__toggle--rotate {
        transform: rotate(180deg);
    }
    .main-nav__sub-2 {
        width: 100%;
        position: static;
        left: 100%;
        top: 0;
        display: none;
        margin: 0;
        padding: 0 !important;
        border: 0 solid;
        transform: none;
        opacity: 1;
        visibility: visible;
    }
    .main-nav__sub-2 li {
        margin: 0;
        padding: 0;
        position: relative;
    }
    .main-nav__sub-2 li a {
        display: block;
        padding: 10px 25px;
    }
    .main-nav__sub-2 li:hover > a {
        color: #fff;
    }
    .main-nav__sub-3 {
        width: 100%;
        position: static;
        left: 100%;
        top: 0;
        display: none;
        margin: 0;
        padding: 0 !important;
        border: 0 solid;
        transform: none;
        opacity: 1;
        visibility: visible;
    }
    .main-nav__sub-3 li {
        margin: 0;
        padding: 0;
        position: relative;
    }
    .main-nav__sub-3 li a {
        display: block;
        padding: 10px 25px;
    }
    .main-nav__sub-3 li:hover > a {
        color: #fff;
    }
    .main-nav .main-nav__list {
        border-top: 1px solid #292c31;
        height: 100%;
        overflow-y: auto;
        display: block;
    }
    .main-nav .main-nav__list > li {
        width: 100%;
        display: block;
        float: none;
        border-right: none;
        background-color: transparent;
        position: relative;
        white-space: inherit;
    }
    .main-nav .main-nav__list > li > a {
        padding: 16px 30px;
        font-size: 11px;
        text-align: left;
        border-right: 0 solid;
        background-color: transparent;
        color: #fff;
        line-height: 1.5em;
        border-bottom: 1px solid #292c31;
        position: static;
    }
    .main-nav .main-nav__list li.has-children > a:after {
        transform: none;
        top: 13px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 4'%3E%3Cpath transform='translate(-586.156 -1047.28)' fill='%23fff' d='M586.171,1048l0.708-.71,2.828,2.83-0.707.71Zm4.95-.71,0.707,0.71L589,1050.83l-0.707-.71Z'/%3E%3C/svg%3E");
    }
    .main-nav__list .main-nav__sub {
        transform: none;
        opacity: 1;
        display: none;
        position: relative;
        top: 0;
        background-color: #292c31;
        border: none;
        padding: 15px 0;
        visibility: visible;
    }
    .main-nav__list .main-nav__sub li a {
        line-height: 1.5em;
        font-size: 10px;
        padding: 7px 0 7px 40px;
        color: #9a9da2;
        transition: color 0.3s ease;
        border-bottom: none;
        display: block;
        text-align: left;
        font-family: Rubik, sans-serif;
        text-transform: uppercase;
    }
    .main-nav__list .main-nav__sub li a:hover {
        color: #fff;
    }
    .main-nav__list .main-nav__sub li:hover > a {
        background-color: transparent;
        color: #fff;
    }
    .main-nav__list .main-nav__sub li:hover .main-nav__sub-2 {
        background-color: transparent;
    }
    .main-nav__list .main-nav__sub li .main-nav__sub-2 {
        padding: 15px 0;
    }
    .main-nav__list .main-nav__sub li .main-nav__sub-2 li a {
        padding-left: 50px;
    }
    .main-nav__list .main-nav__sub li .main-nav__sub-2 li a:hover {
        background-color: none;
    }
    .main-nav__list .main-nav__sub li .main-nav__sub-2 li .main-nav__sub-3 li a {
        padding-left: 60px;
    }
    .main-nav__list .main-nav__megamenu {
        background-color: #292c31;
        color: #9a9da2;
        display: none;
        position: relative;
        top: 0;
        padding: 15px 0;
        border: none;
        transform: none;
        opacity: 1;
        visibility: visible;
    }
    .main-nav__list .main-nav__megamenu [class^="col-"] {
        padding-bottom: 15px;
    }
    .main-nav__list .main-nav__megamenu [class^="col-"]:first-child .main-nav-banner {
        margin-top: 0;
    }
    .main-nav__list .main-nav__megamenu div[class^="col-"] {
        padding-left: 30px;
        padding-right: 30px;
    }
    .main-nav__list .main-nav__megamenu .row {
        margin: 0;
    }
    .main-nav__list .main-nav__megamenu .main-nav__title {
        color: #fff;
        font-size: 11px;
        padding: 10px 30px;
        margin: 0;
    }
    .main-nav__list .main-nav__megamenu .main-nav-banner {
        margin: 15px;
        padding: 0;
        min-height: 56px;
    }
    .main-nav__list .main-nav__megamenu .main-nav-banner .main-nav-banner__link {
        padding: 15px 20px 15px 56px;
    }
    .main-nav__list .main-nav__megamenu .main-nav-banner .main-nav-banner__subtitle {
        font-size: 11px;
    }
    .main-nav__list .main-nav__megamenu .main-nav-banner .main-nav-banner__title {
        font-size: 18px;
    }
    .main-nav__list .main-nav__megamenu .main-nav__ul,
    .main-nav__list .main-nav__megamenu > ul {
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 13px;
    }
    .main-nav__list .main-nav__megamenu .main-nav__ul > li > a,
    .main-nav__list .main-nav__megamenu > ul > li > a {
        padding: 7px 20px 7px 40px;
        line-height: 1.5em;
        font-size: 10px;
        color: #9a9da2;
    }
    .main-nav__list .main-nav__megamenu .main-nav__ul > li > a:hover,
    .main-nav__list .main-nav__megamenu > ul > li > a:hover {
        color: #fff;
    }
    .main-nav__list li:hover .main-nav__megamenu {
        display: none;
        position: relative;
        top: 0;
    }
    .main-nav__list li:hover > .main-nav__megamenu,
    .main-nav__list li:hover > .main-nav__sub,
    .main-nav__list li > .main-nav__megamenu,
    .main-nav__list li > .main-nav__sub,
    .main-nav__sub-2 li:hover > .main-nav__sub-3,
    .main-nav__sub-2 li > .main-nav__sub-3,
    .main-nav__sub li:hover > .main-nav__sub-2,
    .main-nav__sub li > .main-nav__sub-2 {
        transform: none;
        visibility: visible;
    }
    .main-nav__list li:hover > .main-nav__megamenu,
    .main-nav__list li > .main-nav__megamenu,
    .main-nav__sub-2 li:hover > .main-nav__sub-3,
    .main-nav__sub-2 li > .main-nav__sub-3,
    .main-nav__sub li:hover > .main-nav__sub-2 {
        opacity: 1;
    }
}
.hero-unit {
    background: #27313b url(../images/header_bg.jpg) 50% 0 no-repeat;
    background-size: cover;
}
.hero-unit__content--left-center {
    text-align: center;
}
@media (min-width: 992px) {
    .hero-unit__content--left-center {
        width: 50%;
    }
}
.hero-unit__container {
    height: 400px;
    position: relative;
}
@media (min-width: 1199px) {
    .hero-unit__container {
        height: 640px;
    }
}
.hero-unit__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}
.hero-unit__title {
    color: #fff;
    margin-bottom: 0.75em;
    font-size: 30px;
}
@media (min-width: 1199px) {
    .hero-unit__title {
        font-size: 64px;
        margin-bottom: 0.25em;
    }
}
.hero-unit__subtitle {
    color: #fff;
    margin-bottom: 0.25em;
    font-size: 12px;
}
@media (min-width: 992px) {
    .hero-unit__subtitle {
        font-size: 18px;
    }
}
.hero-unit__desc {
    margin-bottom: 3em;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 768px) {
    .hero-unit__desc {
        width: 60%;
    }
}
@media (min-width: 992px) {
    .hero-unit__desc {
        width: 80%;
    }
}
@media (min-width: 1199px) {
    .hero-unit__desc {
        width: 70%;
    }
}
.hero-unit__decor {
    display: block;
    color: #ffdc11;
    margin-bottom: 5px;
}
@media (min-width: 992px) {
    .hero-unit__decor {
        margin-bottom: 11px;
    }
}
.hero-unit__decor .fa {
    margin: 0 6px;
}
.hero-unit__img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 50%;
}
.hero-unit__img img {
    max-height: 100%;
}
@media (max-width: 991px) {
    .hero-unit__img {
        display: none;
    }
}
.hero-slider-wrapper {
    position: relative;
}
.hero-slider {
    overflow: hidden;
    background-color: #27313b;
}
.hero-slider,
.hero-slider__item {
    height: 320px;
}
@media (min-width: 767px) {
    .hero-slider,
    .hero-slider__item {
        height: 480px;
    }
}
@media (min-width: 992px) {
    .hero-slider,
    .hero-slider__item {
        height: 640px;
    }
}
@media (min-width: 1200px) {
    .hero-slider,
    .hero-slider__item {
        height: 720px;
    }
}
.hero-slider__item {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.hero-slider__item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.6;
    z-index: 2;
}
.hero-slider__item--img1 {
    background-image: url(../images/soccer/samples/hero-slide-1.jpg);
}
.hero-slider__item--img2 {
    background-image: url(../images/soccer/samples/hero-slide-2.jpg);
}
.hero-slider__item--img3 {
    background-image: url(../images/soccer/samples/hero-slide-3.jpg);
}
.hero-slider__item-container {
    display: block;
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.hero-slider__item-container .post__meta-block--top {
    padding-bottom: 0;
}
.hero-slider__item-container .page-heading__title .highlight {
    color: #9a66ca;
}
.hero-slider-thumbs-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}
@media (max-width: 991px) {
    .hero-slider-thumbs-wrapper {
        display: none;
    }
}
.hero-slider-thumbs .posts__title {
    color: #fff;
    font-size: 15px;
}
.hero-slider-thumbs .posts__cat {
    margin-bottom: 18px;
}
.hero-slider-thumbs .posts__cat-label {
    font-size: 10px;
}
.hero-slider-thumbs .posts__inner {
    padding: 0 30% 37px 0;
}
.hero-slider-thumbs__item {
    opacity: 0.3;
    transition: opacity 0.3s ease;
}
.hero-slider-thumbs__item.slick-current {
    opacity: 1;
}
.hero-slider-thumbs__item:hover {
    cursor: pointer;
}
.pushy-panel__toggle {
    display: none;
    width: 62px;
    height: 62px;
    line-height: 62px;
    background-color: #ffdc11;
    vertical-align: top;
    margin-left: 27px;
    position: relative;
}
@media (min-width: 992px) {
    .pushy-panel__toggle {
        display: inline-block;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .pushy-panel__toggle {
        margin-left: 18px;
    }
}
.pushy-panel__toggle:hover .pushy-panel__line {
    transform: rotate(180deg);
}
.pushy-panel__toggle:hover .pushy-panel__line:after,
.pushy-panel__toggle:hover .pushy-panel__line:before {
    width: 50%;
}
.pushy-panel__toggle:hover .pushy-panel__line:before {
    top: 0;
    transform: translateX(-3px) translateY(1px) rotate(-45deg);
}
.pushy-panel__toggle:hover .pushy-panel__line:after {
    bottom: 0;
    transform: translateX(-3px) translateY(-1px) rotate(45deg);
}
.pushy-panel__line {
    top: 50%;
    left: 23px;
    right: 24px;
    width: 16px;
    transition: transform 0.3s;
}
.pushy-panel__line,
.pushy-panel__line:after,
.pushy-panel__line:before {
    display: block;
    position: absolute;
    height: 2px;
    background-color: #292c31;
}
.pushy-panel__line:after,
.pushy-panel__line:before {
    content: "";
    width: 100%;
}
.pushy-panel__line:before {
    top: -5px;
    transform-origin: top left;
    transition: transform 0.3s, width 0.3s, top 0.3s;
}
.pushy-panel__line:after {
    bottom: -5px;
    transform-origin: bottom left;
    transition: transform 0.3s, width 0.3s, bottom 0.3s;
}
.pushy-panel {
    position: fixed;
    z-index: 7;
    right: -380px;
    top: 0;
    bottom: 0;
    width: 380px;
    text-align: left;
    transition: all 0.4s ease-in-out;
}
.site-wrapper--has-overlay-pushy .pushy-panel {
    right: 0;
}
@media (max-width: 991px) {
    .pushy-panel {
        display: none;
    }
}
.pushy-panel .widget--side-panel .widget__title > h4 {
    color: #31404b;
}
.pushy-panel .btn-outline {
    color: #3f4653;
}
.pushy-panel .posts--simple-list .posts__title + .posts__date {
    margin-top: 0.4em;
}
.pushy-panel .posts--simple-list .posts__item {
    margin-bottom: 44px;
}
.pushy-panel .posts--simple-list .posts__title a {
    color: #31404b;
}
.pushy-panel .posts--simple-list .posts__excerpt {
    overflow: hidden;
    clear: both;
}
.pushy-panel--active {
    right: 0;
}
.pushy-panel__inner {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: relative;
    overflow-y: scroll;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}
.pushy-panel__back-btn {
    display: block;
    width: 49px;
    height: 44px;
    position: absolute;
    right: 32px;
    top: 22px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 8'%3E%3Cpath transform='translate(-238.75 -17.75)' fill='%2331404b' d='M240,21h12v2H240V21Zm0.171-.415,4.243,4.243L243,26.242,238.757,22Zm4.243-1.414-4.243,4.242L238.757,22,243,17.757Z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 13px 8px;
}
.pushy-panel__back-btn:hover {
    cursor: pointer;
}
.pushy-panel__header {
    padding: 28px 30px 60px;
    text-align: center;
}
.pushy-panel__content {
    padding: 0 20px;
}
@media (min-width: 992px) {
    .pushy-panel__content {
        padding: 0 40px;
    }
}
.pushy-panel__logo img {
    width: 94px;
    height: auto;
}
.pushy-panel--dark .pushy-panel__inner {
    background-color: #292c31;
}
.pushy-panel--dark .posts--simple-list .posts__title a,
.pushy-panel--dark .posts--simple-list .posts__title a:hover,
.pushy-panel--dark .widget--side-panel .widget__title > h4 {
    color: #fff;
}
.pushy-panel--dark .btn-outline {
    border-color: #3f4653;
    color: #fff;
}
.pushy-panel--dark .pushy-panel__back-btn {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 8'%3E%3Cpath transform='translate(-238.75 -17.75)' fill='%23ffffff' d='M240,21h12v2H240V21Zm0.171-.415,4.243,4.243L243,26.242,238.757,22Zm4.243-1.414-4.243,4.242L238.757,22,243,17.757Z'/%3E%3C/svg%3E");
}
.page-heading {
    background-color: #1e2024;
    background-image: url(../images/page-heading.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-align: center;
    padding: 50px 0;
    position: relative;
}
@media (min-width: 992px) {
    .page-heading {
        padding: 110px 0 106px;
    }
}
.page-heading .breadcrumb {
    font-size: 10px;
    text-transform: uppercase;
    font-family: Rubik, sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    padding: 0;
}
@media (min-width: 992px) {
    .page-heading .breadcrumb {
        font-size: 11px;
        padding: 3px 0;
    }
}
.page-heading .breadcrumb > li + li:before {
    color: #9a9da2;
    font-weight: 400;
}
.page-heading .breadcrumb > li > a {
    color: #fff;
}
.page-heading .breadcrumb > li > a:hover {
    color: #ffdc11;
}
.page-heading:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../images/page-heading-pattern.png);
    background-size: auto;
    background-position: 100% 0;
    background-repeat: no-repeat;
    opacity: 0.4;
}
.page-heading.effect-duotone .container {
    position: relative;
    z-index: 3;
}
.page-heading--horizontal {
    text-align: inherit;
}
@media (max-width: 767px) {
    .page-heading--horizontal .row {
        display: block;
        text-align: center;
    }
}
.page-heading__title {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: -0.02em;
    font-size: 24px;
    margin-bottom: 0;
    font-style: normal;
}
@media (min-width: 992px) {
    .page-heading__title {
        font-size: 48px;
    }
}
.page-heading__title .highlight {
    color: #ffdc11;
}
.page-heading--post-bg {
    background-image: url(../images/samples/single-post-img5.jpg);
}
.page-heading--overlay {
    position: relative;
    overflow: hidden;
}
.page-heading--overlay:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: none;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
}
.page-heading--duotone {
    position: relative;
    overflow: hidden;
}
.page-heading--duotone:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: none;
    background-color: transparent;
}
.page-heading--simple {
    height: 240px;
}
.page-heading--simple:before {
    display: none;
}
@media (min-width: 768px) {
    .page-heading--simple {
        height: 320px;
    }
}
@media (min-width: 992px) {
    .page-heading--simple {
        height: 360px;
    }
}
@media (min-width: 1200px) {
    .page-heading--simple {
        height: 420px;
    }
}
.section,
.site-content {
    padding: 30px 0;
}
@media (min-width: 992px) {
    .section,
    .site-content {
        padding: 60px 0;
    }
}
.section--bg1 {
    background-color: #292c31;
}
.section--no-paddings {
    padding: 0;
}
@media (min-width: 992px) {
    .section--no-paddings {
        padding: 0;
    }
}
.footer {
    font-size: 14px;
    line-height: 22px;
    color: #9a9da2;
}
.footer-widgets {
    background: #191b1e;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}
.footer-widgets [class^="col-"]:last-child .widget--footer {
    margin-bottom: 0;
}
.footer-widgets__inner {
    padding: 30px 0;
}
@media (min-width: 768px) {
    .footer-widgets__inner {
        padding: 60px 0 70px;
    }
}
@media (min-width: 992px) {
    .footer-widgets__inner {
        padding: 80px 0 96px;
    }
}
.footer-col-inner {
    padding: 0 7px;
}
.footer-logo {
    padding: 0 0 50px;
    text-align: center;
    width: 40%;
    margin: 0 auto;
}
@media (min-width: 992px) {
    .footer-logo {
        width: auto;
        margin: 0;
        padding: 30px 0;
    }
}
.footer-logo__img {
    max-width: 100%;
    height: auto;
}
.footer-logo--has-txt {
    text-align: left;
    width: 100%;
    padding-bottom: 30px;
}
@media (min-width: 992px) {
    .footer-logo--has-txt {
        padding: 0 0 25px;
        margin-top: -25px;
    }
}
.footer-logo--has-txt .footer-logo__img {
    margin-right: 16px;
}
.footer-logo--has-txt .footer-logo__heading,
.footer-logo--has-txt .footer-logo__img {
    display: inline-block;
    vertical-align: middle;
}
.footer-logo--has-txt .footer-logo__txt {
    margin-bottom: 0;
    color: #fff;
}
.footer-logo--has-txt .footer-logo__tagline {
    display: block;
    color: #9a9da2;
    font-size: 12px;
}
.footer-secondary {
    background-color: #191b1e;
}
@media (min-width: 768px) {
    .footer-secondary--has-decor {
        background-color: #ffdc11;
    }
}
.footer-secondary--has-decor .footer-secondary__inner {
    background-color: #191b1e;
    padding: 12px 0 26px;
}
@media (min-width: 992px) {
    .footer-secondary--has-decor .footer-secondary__inner {
        padding: 12px 0 26px;
    }
}
.footer-secondary--has-decor .footer-secondary__inner:after,
.footer-secondary--has-decor .footer-secondary__inner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    background-color: #ffdc11;
    display: none;
}
@media (min-width: 768px) {
    .footer-secondary--has-decor .footer-secondary__inner:after,
    .footer-secondary--has-decor .footer-secondary__inner:before {
        display: block;
    }
}
@media (max-width: 991px) {
    .footer-secondary--has-decor .footer-secondary__inner:after,
    .footer-secondary--has-decor .footer-secondary__inner:before {
        width: 80px;
    }
}
.footer-secondary--has-decor .footer-secondary__inner:before {
    left: -20px;
    transform: skew(20deg);
}
.footer-secondary--has-decor .footer-secondary__inner:after {
    right: -20px;
    transform: skew(-20deg);
}
.footer-secondary__inner {
    background-color: #191b1e;
    padding: 24px 0;
    position: relative;
    border-top: 0 solid transparent;
}
@media (min-width: 992px) {
    .footer-secondary__inner {
        padding: 24px 0;
    }
}
.footer-nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-family: Rubik, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.2em;
    font-weight: 700;
}
.footer-nav,
.footer-nav--right {
    text-align: center;
}
@media (min-width: 992px) {
    .footer-nav--right {
        text-align: right;
    }
    .footer-nav--right .footer-nav__item {
        padding-right: 0 !important;
    }
}
.footer-nav--sm {
    font-size: 9px;
}
.footer-nav__item {
    display: inline-block;
    padding: 0 2px;
}
@media (max-width: 479px) {
    .footer-nav__item {
        float: left;
        width: 33.3%;
        text-align: left;
        padding: 0.25em 0;
    }
}
@media (min-width: 480px) {
    .footer-nav__item {
        padding: 0 10px;
    }
}
@media (min-width: 768px) {
    .footer-nav__item {
        padding: 0 16px;
    }
}
@media (min-width: 992px) {
    .footer-nav__item {
        padding: 0 24px;
    }
}
@media (min-width: 1200px) {
    .footer-nav__item {
        padding: 0 32px;
    }
}
.footer-nav__item > a {
    color: #fff;
    display: inline-block;
    padding: 0.5em;
    transition: color 0.2s ease;
}
.footer-nav__item > a:hover {
    color: #ffdc11;
}
@media (max-width: 479px) {
    .footer-nav--condensed .footer-nav__item {
        display: inline-block;
        padding: 0;
        text-align: center;
        width: auto;
        float: none;
    }
}
@media (min-width: 480px) {
    .footer-nav--condensed .footer-nav__item {
        padding: 0 8px;
    }
}
@media (min-width: 768px) {
    .footer-nav--condensed .footer-nav__item {
        padding: 0 10px;
    }
}
@media (min-width: 992px) {
    .footer-nav--condensed .footer-nav__item {
        padding: 0 12px;
    }
}
@media (min-width: 1200px) {
    .footer-nav--condensed .footer-nav__item {
        padding: 0 15px;
    }
}
.sponsors {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #2e2f31;
    padding: 24px 0;
    margin: 0;
    flex-wrap: wrap;
}
@media (min-width: 768px) {
    .sponsors {
        margin-top: -16px;
        flex-wrap: nowrap;
        padding: 35px 0 47px;
    }
}
@media (min-width: 992px) {
    .sponsors {
        margin-top: -24px;
    }
}
.sponsors-title {
    font-size: 9px;
    line-height: 1.2em;
    color: #fff;
    margin: 0 0 12px;
}
@media (min-width: 768px) {
    .sponsors-title {
        margin: 0 25px 0 0;
    }
}
.sponsors-logos {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
}
@media (max-width: 767px) {
    .sponsors-logos {
        flex-wrap: wrap;
    }
}
.sponsors__item {
    text-align: center;
}
@media (max-width: 1199px) {
    .sponsors__item {
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .sponsors__item {
        width: 33.3%;
        padding: 10px;
    }
}
@media (max-width: 479px) {
    .sponsors__item {
        width: 50%;
    }
}
@media (min-width: 992px) {
    .sponsors__item {
        margin: 0 12px;
    }
}
@media (min-width: 1200px) {
    .sponsors__item {
        margin: 0 25px;
    }
}
.sponsors__item > a {
    opacity: 0.2;
    transition: opacity 0.3s ease;
}
.sponsors__item > a:hover {
    opacity: 1;
}
.footer-info {
    background-color: #1e2024;
}
@media (min-width: 992px) {
    .footer-info .footer-logo--has-txt {
        width: auto;
        padding: 0;
        margin-top: 0;
        margin-right: 30px;
        text-align: left;
    }
}
@media (min-width: 1200px) {
    .footer-info .footer-logo--has-txt {
        margin-right: 58px;
    }
}
.footer-info .footer-logo--has-txt .footer-logo__img {
    margin-right: 8px;
}
.footer-info .footer-logo--has-txt .footer-logo__txt {
    font-size: 16px;
    text-transform: uppercase;
}
.footer-info__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 0 solid transparent;
    padding: 20px 15px;
    flex-wrap: wrap;
}
@media (min-width: 992px) {
    .footer-info__inner {
        padding: 44px 0 50px;
        flex-wrap: nowrap;
    }
}
.footer-copyright {
    font-size: 9px;
    text-transform: uppercase;
    font-family: Rubik, sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #9a9da2;
    text-align: center;
}
@media (min-width: 992px) {
    .footer-copyright {
        text-align: left;
    }
}
.footer-copyright a {
    color: #fff;
    transition: color 0.2s ease;
}
.footer-copyright a:hover {
    color: #ffdc11;
}
.table-standings {
    border: none;
    margin-bottom: 0;
}
.widget-standings .table-standings > thead > tr > th {
    vertical-align: middle;
    text-align: center;
}
.widget-standings .table-standings > thead > tr > th:first-child {
    text-align: left;
    padding-left: 24px;
}
.widget-standings .table-standings > thead > tr > th:last-child {
    padding-right: 24px;
}
.widget-standings .table-standings > tbody > tr > td {
    vertical-align: middle;
    color: #fff;
    text-align: center;
}
.widget-standings .table-standings > tbody > tr > td:first-child {
    padding-left: 24px;
}
.widget-standings .table-standings > tbody > tr > td:last-child {
    padding-right: 24px;
}
.widget-standings .table-standings > tbody {
    counter-reset: a;
}
.widget-standings .table-standings > tbody > tr > td:first-child > .team-meta:before {
    display: inline-block;
    vertical-align: middle;
    content: counter(a, decimal-leading-zero);
    counter-increment: a;
    font-size: 11px;
    margin-right: 5px;
    font-family: Rubik, sans-serif;
    color: #9a9da2;
    text-transform: uppercase;
}
.team-meta {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.team-meta__logo {
    width: 35px;
    height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}
.team-meta__logo img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.team-meta__info {
    display: inline-block;
    vertical-align: middle;
}
.team-meta__name {
    font-size: 12px;
    line-height: 1.2em;
    margin-bottom: 0;
    text-transform: none;
    font-weight: 400;
}
.team-meta__place {
    display: block;
    font-size: 9px;
    line-height: 1.2em;
    color: #9a9da2;
}
.team-meta__vs {
    display: inline-block;
    color: #fff;
    padding: 0 20px;
}
.table-standings--full > thead > tr > th {
    vertical-align: middle;
    text-align: center;
}
@media (min-width: 992px) {
    .table-standings--full > thead > tr > th:first-child {
        padding-left: 24px;
    }
}
@media (min-width: 992px) {
    .table-standings--full > thead > tr > th:last-child {
        padding-right: 24px;
    }
}
.table-standings--full > tbody > tr > td {
    vertical-align: middle;
    text-align: center;
}
@media (min-width: 992px) {
    .table-standings--full > tbody > tr > td:first-child {
        padding-left: 24px;
    }
}
@media (min-width: 992px) {
    .table-standings--full > tbody > tr > td:last-child {
        padding-right: 24px;
    }
}
.table-standings--full .team-standings__pos {
    vertical-align: middle;
}
@media (min-width: 992px) {
    .table-standings--full .team-standings__pos {
        padding-left: 24px;
        width: 60px;
    }
}
.table-standings--full .team-standings__team {
    text-align: left;
}
@media (min-width: 1200px) {
    .table-standings--full .team-standings__team {
        width: 170px;
    }
}
.table-standings--full .team-standings__gb,
.table-standings--full .team-standings__lose,
.table-standings--full .team-standings__win {
    color: #fff;
}
.table-standings--full .team-standings__diff,
.table-standings--full .team-standings__div,
.table-standings--full .team-standings__gb,
.table-standings--full .team-standings__home,
.table-standings--full .team-standings__lead,
.table-standings--full .team-standings__lose,
.table-standings--full .team-standings__op-ppg,
.table-standings--full .team-standings__pct,
.table-standings--full .team-standings__ppg,
.table-standings--full .team-standings__road,
.table-standings--full .team-standings__strk,
.table-standings--full .team-standings__win {
    text-align: center;
    vertical-align: middle;
}
@media (min-width: 1200px) {
    .table-standings--full .team-standings__div,
    .table-standings--full .team-standings__home,
    .table-standings--full .team-standings__road {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 1200px) {
    .table-standings--full .team-standings__lead {
        padding-right: 30px;
    }
}
.btn-social-counter {
    display: block;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid hsla(0, 0%, 100%, 0.05);
    border-radius: 4px;
    min-height: 65px;
    position: relative;
    overflow: hidden;
    background-clip: padding-box;
    padding: 20px 60px 18px 86px;
    transition: all 0.3s ease-in-out;
    transform: translateZ(0);
}
.btn-social-counter + .btn-social-counter {
    margin-top: 10px;
}
.btn-social-counter:hover {
    color: #fff;
}
.btn-social-counter__icon {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 68px;
    background-color: rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 18px;
}
.btn-social-counter__icon .fa {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.btn-social-counter__title {
    font-size: 11px;
    line-height: 1.2em;
    color: #fff;
    margin-bottom: 1px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}
@media (min-width: 992px) {
    .btn-social-counter__title {
        font-size: 13px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .btn-social-counter__title {
        font-size: 11px;
    }
}
.btn-social-counter__count {
    display: block;
    font-size: 10px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 700;
    font-family: Rubik, sans-serif;
}
.btn-social-counter__add-icon {
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid #fff;
    right: 23px;
    top: 50%;
    margin-top: -13px;
}
.btn-social-counter__add-icon:after,
.btn-social-counter__add-icon:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease-in-out;
}
.btn-social-counter__add-icon:before {
    width: 8px;
    height: 2px;
}
.btn-social-counter__add-icon:after {
    width: 2px;
    height: 8px;
}
.btn-social-counter:hover .btn-social-counter__add-icon:after,
.btn-social-counter:hover .btn-social-counter__add-icon:before {
    transform: translate(-50%, -50%) rotate(-90deg);
}
.btn-social-counter__name {
    font-size: 24px;
    text-transform: uppercase;
    font-family: Rubik, sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
    line-height: 1em;
    text-transform: none;
    letter-spacing: -0.03em;
}
@media (min-width: 1199px) {
    .btn-social-counter__name {
        font-size: 28px;
    }
}
.btn-social-counter--fb .btn-social-counter__name {
    text-transform: lowercase;
}
.btn-social-counter--card {
    padding: 34px 60px 18px 23px;
    height: 150px;
    min-width: 304px;
}
@media (min-width: 992px) {
    .btn-social-counter--card {
        height: 200px;
    }
}
@media (min-width: 1199px) {
    .btn-social-counter--card {
        height: 216px;
    }
}
.post-grid__item .btn-social-counter--card {
    margin-bottom: 15px;
}
.btn-social-counter--card .btn-social-counter__footer {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 60px 30px 23px;
}
.btn-social-counter--card .btn-social-counter__footer .btn-social-counter__add-icon {
    top: 0;
    margin-top: 0;
}
.btn-social-counter--fb {
    background-color: #3b5998;
}
.btn-social-counter--fb .btn-social-counter__icon {
    background-color: #344e86;
}
.btn-social-counter--fb:hover {
    background-color: #4264aa;
}
.widget-social--condensed .btn-social-counter--fb {
    background-color: #3b5998;
}
.widget-social--condensed .btn-social-counter--fb .btn-social-counter__count {
    background-color: #4264aa;
}
.widget-social--grid .btn-social-counter--fb {
    background-color: #3b5998;
}
.widget-social--grid .btn-social-counter--fb .btn-social-counter__add-icon,
.widget-social--grid .btn-social-counter--fb:hover {
    background-color: #4264aa;
}
.btn-social-counter--twitter {
    background-color: #1da1f2;
}
.btn-social-counter--twitter .btn-social-counter__icon {
    background-color: #0d95e8;
}
.btn-social-counter--twitter:hover {
    background-color: #35abf3;
}
.widget-social--condensed .btn-social-counter--twitter {
    background-color: #1da1f2;
}
.widget-social--condensed .btn-social-counter--twitter .btn-social-counter__count {
    background-color: #35abf3;
}
.widget-social--grid .btn-social-counter--twitter {
    background-color: #1da1f2;
}
.widget-social--grid .btn-social-counter--twitter .btn-social-counter__add-icon,
.widget-social--grid .btn-social-counter--twitter:hover {
    background-color: #35abf3;
}
.btn-social-counter--gplus {
    background-color: #dc4e41;
}
.btn-social-counter--gplus .btn-social-counter__icon {
    background-color: #d83a2b;
}
.btn-social-counter--gplus:hover {
    background-color: #e06257;
}
.widget-social--condensed .btn-social-counter--gplus {
    background-color: #dc4e41;
}
.widget-social--condensed .btn-social-counter--gplus .btn-social-counter__count {
    background-color: #e06257;
}
.btn-social-counter--rss {
    background-color: #fc0;
}
.btn-social-counter--rss .btn-social-counter__icon {
    background-color: #ffbf13;
}
.btn-social-counter--rss:hover {
    background-color: #ffd11a;
}
.widget-social--condensed .btn-social-counter--rss {
    background-color: #ffbf13;
}
.widget-social--condensed .btn-social-counter--rss .btn-social-counter__count {
    background-color: #fc0;
}
.widget-social--grid .btn-social-counter--rss {
    background-color: #ffbf13;
}
.widget-social--grid .btn-social-counter--rss .btn-social-counter__add-icon,
.widget-social--grid .btn-social-counter--rss:hover {
    background-color: #ffd427;
}
.btn-social-counter--instagram {
    background-color: #e4405f;
}
.btn-social-counter--instagram .btn-social-counter__icon {
    background-color: #e12a4c;
}
.btn-social-counter--instagram:hover,
.widget-social--condensed .btn-social-counter--instagram {
    background-color: #e75672;
}
.widget-social--condensed .btn-social-counter--instagram .btn-social-counter__count {
    background-color: #e4405f;
}
.widget-social--grid .btn-social-counter--instagram {
    background-color: #e12a4c;
}
.widget-social--grid .btn-social-counter--instagram .btn-social-counter__add-icon,
.widget-social--grid .btn-social-counter--instagram:hover {
    background-color: #e4405f;
}
.btn-social-counter--twitch {
    background-color: #6441a4;
}
.btn-social-counter--twitch .btn-social-counter__icon {
    background-color: #593a92;
}
.btn-social-counter--twitch:hover {
    background-color: #6f48b6;
}
.widget-social--condensed .btn-social-counter--twitch {
    background-color: #6441a4;
}
.widget-social--condensed .btn-social-counter--twitch .btn-social-counter__count {
    background-color: #6f48b6;
}
.btn-social-counter--youtube {
    background-color: red;
}
.btn-social-counter--youtube .btn-social-counter__icon {
    background-color: #e60000;
}
.btn-social-counter--youtube:hover {
    background-color: #ff1a1a;
}
.widget-social--condensed .btn-social-counter--youtube {
    background-color: red;
}
.widget-social--condensed .btn-social-counter--youtube .btn-social-counter__count {
    background-color: #ff1a1a;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-color-primary,
.text-primary {
    color: #ffdc11 !important;
}
.text-transform-normal {
    text-transform: none !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.icon-svg {
    vertical-align: middle;
}
