@import url("../css/jquery.fancybox.min.css");
* {
    margin: 0;
    border: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    outline: none;
}
*, ::after, ::before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    font-family: Catamaran;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.66;
}
@-ms-viewport {
    width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.7em;
    color: inherit;
}
p {
    margin-top: 0;
    margin-bottom: 1.5em;
}
abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
dfn {
    font-style: italic;
}
b, strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #00843c;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
    display: inline-block;
}
svg:not(:root) {
    overflow: hidden;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: Steppe;
    font-size: inherit;
    line-height: inherit;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
[type="reset"], [type="submit"], button, html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="date"], input[type="datetime-local"], input[type="month"], input[type="time"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
img {
    max-width: 100%;
    height: auto;
}
body, html {
    font-family: Steppe;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.25;
    color: #0e0e0e;
}
a {
    color: var(--red);
    transition: all 0.2s;
}
img {
    height: auto;
    max-width: 100%;
}
button {
    outline: none !important;
    cursor: pointer;
}
input, button, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
h4, .h4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 1.25em;
}
.hidden {
    display: none !important;
}
/*!
 * Datepicker v1.0.10
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2020-09-29T14:46:09.037Z
 */

.datepicker-container {
    background-color: #fff;
    direction: ltr;
    font-size: 12px;
    left: 0;
    line-height: 30px;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 210px;
    z-index: -1;
}
.datepicker-container:after, .datepicker-container:before {
    border: 5px solid transparent;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.datepicker-dropdown {
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 3px 6px #ccc;
    box-shadow: 0 3px 6px #ccc;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    z-index: 1;
}
.datepicker-inline {
    position: static;
}
.datepicker-top-left, .datepicker-top-right {
    border-top-color: #39f;
}
.datepicker-top-left:after, .datepicker-top-left:before, .datepicker-top-right:after, .datepicker-top-right:before {
    border-top: 0;
    left: 10px;
    top: -5px;
}
.datepicker-top-left:before, .datepicker-top-right:before {
    border-bottom-color: #39f;
}
.datepicker-top-left:after, .datepicker-top-right:after {
    border-bottom-color: #fff;
    top: -4px;
}
.datepicker-bottom-left, .datepicker-bottom-right {
    border-bottom-color: #39f;
}
.datepicker-bottom-left:after, .datepicker-bottom-left:before, .datepicker-bottom-right:after, .datepicker-bottom-right:before {
    border-bottom: 0;
    bottom: -5px;
    left: 10px;
}
.datepicker-bottom-left:before, .datepicker-bottom-right:before {
    border-top-color: #39f;
}
.datepicker-bottom-left:after, .datepicker-bottom-right:after {
    border-top-color: #fff;
    bottom: -4px;
}
.datepicker-bottom-right:after, .datepicker-bottom-right:before, .datepicker-top-right:after, .datepicker-top-right:before {
    left: auto;
    right: 10px;
}
.datepicker-panel>ul {
    margin: 0;
    padding: 0;
    width: 102%;
}
.datepicker-panel>ul:after, .datepicker-panel>ul:before {
    content: " ";
    display: table;
}
.datepicker-panel>ul:after {
    clear: both;
}
.datepicker-panel>ul>li {
    background-color: #fff;
    cursor: pointer;
    float: left;
    height: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 30px;
}
.datepicker-panel>ul>li:hover {
    background-color: #e5f2ff;
}
.datepicker-panel>ul>li.muted, .datepicker-panel>ul>li.muted:hover {
    color: #999;
}
.datepicker-panel>ul>li.highlighted {
    background-color: #e5f2ff;
}
.datepicker-panel>ul>li.highlighted:hover {
    background-color: #cce5ff;
}
.datepicker-panel>ul>li.picked, .datepicker-panel>ul>li.picked:hover {
    color: #39f;
}
.datepicker-panel>ul>li.disabled, .datepicker-panel>ul>li.disabled:hover {
    background-color: #fff;
    color: #ccc;
    cursor: default;
}
.datepicker-panel>ul>li.disabled.highlighted, .datepicker-panel>ul>li.disabled:hover.highlighted {
    background-color: #e5f2ff;
}
.datepicker-panel>ul>li[data-view="month next"], .datepicker-panel>ul>li[data-view="month prev"], .datepicker-panel>ul>li[data-view="year next"], .datepicker-panel>ul>li[data-view="year prev"], .datepicker-panel>ul>li[data-view="years next"], .datepicker-panel>ul>li[data-view="years prev"], .datepicker-panel>ul>li[data-view=next] {
    font-size: 18px;
}
.datepicker-panel>ul>li[data-view="month current"], .datepicker-panel>ul>li[data-view="year current"], .datepicker-panel>ul>li[data-view="years current"] {
    width: 150px;
}
.datepicker-panel>ul[data-view=months]>li, .datepicker-panel>ul[data-view=years]>li {
    height: 52.5px;
    line-height: 52.5px;
    width: 52.5px;
}
.datepicker-panel>ul[data-view=week]>li, .datepicker-panel>ul[data-view=week]>li:hover {
    background-color: #fff;
    cursor: default;
}
.datepicker-hide {
    display: none;
}
/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@-ms-viewport {
    width: device-width;
}
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
*, ::after, ::before {
    box-sizing: inherit;
}
.container {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters>.col, .no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 0;
    padding-right: 10px;
    padding-left: 10px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.333333%;
}
.offset-2 {
    margin-left: 16.666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.333333%;
}
.offset-5 {
    margin-left: 41.666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.333333%;
}
.offset-8 {
    margin-left: 66.666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.333333%;
}
.offset-11 {
    margin-left: 91.666667%;
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 1600px) {
    .col-hd {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-hd-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-hd-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-hd-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-hd-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-hd-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-hd-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-hd-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-hd-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-hd-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-hd-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-hd-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-hd-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-hd-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-hd-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-hd-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-hd-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-hd-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-hd-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-hd-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-hd-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-hd-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-hd-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-hd-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-hd-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-hd-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-hd-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-hd-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-hd-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-hd-0 {
        margin-left: 0;
    }
    .offset-hd-1 {
        margin-left: 8.333333%;
    }
    .offset-hd-2 {
        margin-left: 16.666667%;
    }
    .offset-hd-3 {
        margin-left: 25%;
    }
    .offset-hd-4 {
        margin-left: 33.333333%;
    }
    .offset-hd-5 {
        margin-left: 41.666667%;
    }
    .offset-hd-6 {
        margin-left: 50%;
    }
    .offset-hd-7 {
        margin-left: 58.333333%;
    }
    .offset-hd-8 {
        margin-left: 66.666667%;
    }
    .offset-hd-9 {
        margin-left: 75%;
    }
    .offset-hd-10 {
        margin-left: 83.333333%;
    }
    .offset-hd-11 {
        margin-left: 91.666667%;
    }
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@font-face {
    font-family: 'Steppe';
    src: url("../fonts/Steppe-Black.eot");
    src: local("Steppe Black"), local("Steppe-Black"), url("../fonts/Steppe-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Steppe-Black.woff2") format("woff2"), url("../fonts/Steppe-Black.woff") format("woff"), url("../fonts/Steppe-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Steppe';
    src: url("../fonts/Steppe-Book.eot");
    src: local("Steppe Book"), local("Steppe-Book"), url("../fonts/Steppe-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Steppe-Book.woff2") format("woff2"), url("../fonts/Steppe-Book.woff") format("woff"), url("../fonts/Steppe-Book.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Steppe';
    src: url("../fonts/Steppe-Bold.eot");
    src: local("Steppe Bold"), local("Steppe-Bold"), url("../fonts/Steppe-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Steppe-Bold.woff2") format("woff2"), url("../fonts/Steppe-Bold.woff") format("woff"), url("../fonts/Steppe-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Steppe';
    src: url("../fonts/Steppe-ExtraBold.eot");
    src: local("Steppe Extra Bold"), local("Steppe-ExtraBold"), url("../fonts/Steppe-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Steppe-ExtraBold.woff2") format("woff2"), url("../fonts/Steppe-ExtraBold.woff") format("woff"), url("../fonts/Steppe-ExtraBold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Steppe';
    src: url("../fonts/Steppe-SemiBold.eot");
    src: local("Steppe Semi Bold"), local("Steppe-SemiBold"), url("../fonts/Steppe-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Steppe-SemiBold.woff2") format("woff2"), url("../fonts/Steppe-SemiBold.woff") format("woff"), url("../fonts/Steppe-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Steppe';
    src: url("../fonts/Steppe-Medium.eot");
    src: local("Steppe Medium"), local("Steppe-Medium"), url("../fonts/Steppe-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Steppe-Medium.woff2") format("woff2"), url("../fonts/Steppe-Medium.woff") format("woff"), url("../fonts/Steppe-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Steppe';
    src: url("../fonts/Steppe-Thin.eot");
    src: local("Steppe Thin"), local("Steppe-Thin"), url("../fonts/Steppe-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Steppe-Thin.woff2") format("woff2"), url("../fonts/Steppe-Thin.woff") format("woff"), url("../fonts/Steppe-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Steppe';
    src: url("../fonts/Steppe-Regular.eot");
    src: local("Steppe Regular"), local("Steppe-Regular"), url("../fonts/Steppe-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Steppe-Regular.woff2") format("woff2"), url("../fonts/Steppe-Regular.woff") format("woff"), url("../fonts/Steppe-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Steppe';
    src: url("../fonts/Steppe-Light.eot");
    src: local("Steppe Light"), local("Steppe-Light"), url("../fonts/Steppe-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Steppe-Light.woff2") format("woff2"), url("../fonts/Steppe-Light.woff") format("woff"), url("../fonts/Steppe-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Text';
    src: url("../fonts/SFProText-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Text';
    src: url("../fonts/SFProText-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Text';
    src: url("../fonts/SFProText-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Text';
    src: url("../fonts/SFProText-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Text';
    src: url("../fonts/SFProText-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Text';
    src: url("../fonts/SFProText-RegularItalic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro';
    src: url("../fonts/SF-Pro-Display-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
a {
    transition: all 0.3s;
}
:root {
    --primary: #02f4cf;
    --primary-dark: #1bd2b6;
    --primary-light: #e6fffb;
    --green-lightest: #75e781;
    --green-light: #0ccb71;
    --green-default: #01a658;
    --green-dark: #118a51;
    --green-darkest: #0b7040;
    --main-white-200: rgba(255, 255, 255, 0.2);
    --main-white-500: rgba(255, 255, 255, 0.5);
    --main-white: #fff;
    --main-lightest-grey: #83928f;
    --main-light-grey: #e3e3e3;
    --main-grey: #8e8e8e;
    --main-black-80: rgba(0, 0, 0, 0.08);
    --main-black: #000;
    --main-1: #07241f;
    --main-2: #002d26;
    --red-lightest: #fb9999;
    --red-light: #f86060;
    --red-default: #f13d3d;
    --red-dark: #cd3232;
    --red-darkest: #aa2323;
    --yellow-lightest: #fff48c;
    --yellow-light: #ffef5b;
    --yellow-default: #fbe518;
    --yellow-dark: #ebd509;
    --yellow-darkest: #d6b91e;
    --blue-lightest: #b0c2ff;
    --blue-light: #87a1ff;
    --blue-default: #5b7fff;
    --blue-dark: #4a6ce5;
    --blue-darkest: #223c9a;
}
body {
    line-height: normal;
    background: linear-gradient(125deg, #07241f 0%, #1c8a79 100%);
}
.home, .page-template-register, .page-template-signin {
    background: var(--main-1);
}
:root {
    --font-family: "Steppe", sans-serif;
    --second-family: "Steppe", sans-serif;
    --third-family: "Steppe", sans-serif;
    --font3: "Steppe", sans-serif;
}
html, body {
    width: 100%;
    height: 100%;
}
body {
    font-size: 14px;
    color: #fff;
}
.noloaded {
    overflow: hidden;
}
.home .footer {
    display: none;
}
.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.start {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}
.start__bg {
    flex: 1 1 200px;
    background: url(../images/start-bg.svg) 50% 50% no-repeat;
}
.start__form {
    padding: 40px 0;
    position: relative;
}
.start__form::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 125px;
    filter: blur(100px);
    background: var(--primary);
    border-radius: 100%;
    width: 393px;
    height: 72px;
    transform: translateX(-50%);
}
.auth__title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    position: relative;
    margin-bottom: 24px;
}
.auth-wrap__form {
    position: relative;
}
.auth__tab {
    display: none;
}
.auth__tab.active {
    display: block;
}
.auth__input, .form__textarea {
    border: 1px solid rgba(2, 244, 207, 0.15);
    border-radius: 12px;
    padding: 14px 16px;
    width: 100%;
    height: 48px;
    background: var(--main-2);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin-bottom: 24px;
}
.auth__input::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder {
    color: var(--main-lightest-grey);
}
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
.auth__submit {
    width: 100%;
    height: 48px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border-radius: 100px;
    background: linear-gradient(90deg, rgba(2, 244, 207, 0.5) 0%, rgba(1, 142, 120, 0.5) 16.35%, rgba(0, 45, 38, 0.5) 41.35%, rgba(0, 45, 38, 0.5) 48.08%, rgba(1, 142, 120, 0.5) 74.52%, rgba(2, 244, 207, 0.5) 100%);
    transition: all 0.3s;
    position: relative;
}
.auth__submit::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-left: 2px solid #fff;
    opacity: 0;
    animation: spin 1s linear infinite;
}
.auth__submit:hover {
    background-color: #0096FF;
    opacity: 1;
}
.auth__submit.submitting {
    color: transparent;
    pointer-events: none;
}
.auth__submit.submitting::before {
    opacity: 1;
}
.auth__links {
    margin-top: 48px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: var(--main-lightest-grey);
    margin-bottom: 24px;
}
.auth__links a {
    font-weight: 600;
    color: var(--primary);
}
.auth__sep {
    border-top: 1px solid #C5C6CC;
    padding-top: 24px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: var(--main-lightest-grey);
    margin-bottom: 16px;
}
.auth__remember {
    margin-bottom: 24px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: var(--main-lightest-grey);
}
.auth__remember a {
    font-weight: 600;
    color: var(--primary);
}
.auth__google {
    text-align: center;
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.auth__google img+* {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    opacity: 0;
    z-index: 2;
}
.footer {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    border-radius: 12px;
    padding: 4px;
    border: 0.5px solid var(--primary);
    box-shadow: 0 0 5px 0 rgba(2, 244, 207, 0.73);
    z-index: 4;
    background: linear-gradient(180deg, rgba(2, 244, 207, 0.08) 0%, #018e78 100%);
    background-color: var(--main-2);
}
.footer .container {
    padding-left: 0;
    padding-right: 0;
}
.footer__menu {
    display: grid;
    grid-template-columns: 1fr 1fr 64px 1fr 1fr;
    list-style: none;
    margin: 0;
    gap: 4px;
}
.footer__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    text-align: center;
    color: var(--main-lightest-grey);
    gap: 8px;
}
.footer__link.active {
    font-weight: 600;
    color: #fff;
}
.footer__link.active .footer__link-icon {
    filter: none;
    opacity: 1;
}
.footer__button {
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(2, 244, 207, 0.15);
    border-radius: 1000px;
    padding: 4px 0px;
    box-shadow: 0 0 5px 0 rgba(2, 244, 207, 0.73);
    background: var(--main-2);
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -0.03em;
    text-align: center;
    color: var(--main-lightest-grey);
}
.footer__button.active {
    color: #fff;
}
.footer__button.active .footer__button-icon {
    filter: none;
    opacity: 1;
}
.footer__link-icon, .footer__button-icon {
    filter: grayscale(100%);
    opacity: 0.8;
}
.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    background: #fff;
    overflow: hidden;
    color: var(--primary);
    transition: all 1s;
}
.preloader__svg {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    transition: all 1s;
}
.noloaded .preloader__svg {
    transform: translateY(300px);
}
.noloaded .preloader {
    background: var(--primary);
    color: #fff;
}
.auth-box {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 7;
    background: #fff;
    padding: 24px 0;
}
.auth-box__inputs {
    position: relative;
    margin: 100px auto 0;
    width: 136px;
}
.auth-box__inputs input {
    height: 40px;
    font-size: 24px;
    color: transparent;
    opacity: 0;
    letter-spacing: 30px;
    width: 100%;
}
.auth-box__points {
    display: flex;
    justify-content: space-between;
    font-size: 0;
    color: #c5c6cc;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 100%;
    align-items: center;
}
.auth-box__points[data-nums="1"] .auth-box__point:nth-child(1) {
    color: var(--primary);
}
.auth-box__points[data-nums="2"] .auth-box__point:nth-child(1), .auth-box__points[data-nums="2"] .auth-box__point:nth-child(2) {
    color: var(--primary);
}
.auth-box__points[data-nums="3"] .auth-box__point:nth-child(1), .auth-box__points[data-nums="3"] .auth-box__point:nth-child(2), .auth-box__points[data-nums="3"] .auth-box__point:nth-child(3) {
    color: var(--primary);
}
.auth-box__points[data-nums="4"] .auth-box__point {
    color: var(--primary);
}
.main {
    flex: 1 1 auto;
    overflow-y: auto;
    border-radius: 30px 30px 0 0;
    border: 1px solid rgba(2, 244, 207, 0.15);
    background: var(--main-2);
    padding: 24px 0 100px;
}
.page-template-notifications .main {
    background: transparent;
    border: 0;
    border-radius: 0;
}
.page-top {
    padding: 24px 0;
    position: relative;
}
.page-top__back {
    left: 16px;
    bottom: 21px;
    width: 30px;
    height: 30px;
    background: url(../images/ico__back_white.svg) 50% 50% no-repeat;
}
.page-top__flex {
    margin-bottom: 24px;
}
.logo {
    width: 111px;
}
.page-top__nav {
    display: flex;
    gap: 16px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    color: var(--main-white);
    margin-bottom: -4px;
}
.page-top__nav a {
    display: block;
    padding-bottom: 8px;
    border-bottom: 2px solid transparent;
    opacity: 0.8;
}
.page-top__nav a.active {
    border-bottom-color: rgba(2, 244, 207, 0.15);
    opacity: 1;
    font-weight: 500;
}
.news {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.news__item {
    border-radius: 12px;
    padding: 16px;
    background: var(--main-1);
}
.news__item-header {
    display: flex;
    margin-bottom: 8px;
    justify-content: space-between;
    align-items: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.01em;
    color: #fff;
}
.news__item-date {
    display: flex;
    align-items: center;
    gap: 8px;
}
.news__item-date span:last-child {
    order: 2;
    color: var(--main-lightest-grey);
}
.news__item-date::after {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: var(--main-lightest-grey);
}
.news__item-term {
    color: var(--primary);
}
.news__item-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #fff;
    margin-bottom: 8px;
}
.news__title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #fff;
    margin-bottom: 16px;
}
.news__item-excerpt {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.01em;
    color: var(--main-lightest-grey);
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 2;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}
.main__box {
    margin: 0 -16px -24px;
    padding: 24px 16px;
    padding-bottom: 24px;
    border-radius: 30px 30px 0 0;
}
.main__box_first {
    margin-top: -24px;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: -24px;
    padding-bottom: 40px;
}
.main__box-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #fff;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rates {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.rate {
    display: flex;
    align-items: center;
    border-radius: 12px;
    padding: 16px;
    background: #f0f9ff;
    gap: 16px;
}
.rate__flag {
    flex: 0 0 32px;
}
.rate__code {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #101a36;
    margin-bottom: 3px;
}
.rate__title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.01em;
    color: var(--main-lightest-grey);
}
.rate__course {
    margin-left: auto;
    text-align: right;
}
.rate__value {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #101a36;
    margin-bottom: 3px;
}
.rate__diff {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.01em;
    color: #34c759;
}
.rate__diff._minus {
    color: #ff3b30;
}
.main__box_second .rate {
    background: #fff;
}
.page-top__title {
    font-family: var(--third-family);
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.25;
}
.cashout__form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.cashout__form .btn {
    margin-top: 24px;
}
.cashout__cost {
    position: relative;
}
.cashout__cost::before {
    content: '$';
    position: absolute;
    left: 0;
    top: 0;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: #fff;
    line-height: 1.2;
}
.cashout__input {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: var(--main-lightest-grey);
    padding-top: 4px;
    border-bottom: 1px solid var(--main-lightest-grey);
    text-align: center;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    text-align: right;
    color: #fff;
    background: transparent;
    padding-bottom: 8px;
    line-height: 1.2;
    width: 100%;
}
.cashout__cost-notice {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: var(--main-lightest-grey);
    padding-top: 4px;
}
.cashout__select {
    position: relative;
    border-bottom: 1px solid rgba(2, 244, 207, 0.15);
    padding-bottom: 8px;
}
.cashout__select-header {
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    gap: 16px;
    align-items: center;
    cursor: pointer;
}
.cashout__select-flag {
    flex: 0 0 32px;
}
.cashout__select-code {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #fff;
}
.cashout__select-currency {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.01em;
    color: var(--main-lightest-grey);
}
.cashout__select-icon {
    transition: all 0.3s;
    flex: 0 0 20px;
    cursor: pointer;
    margin-left: auto;
    height: 20px;
    background: url(../images/ico__select.svg) 50% 50% no-repeat;
}
.cashout__select-body {
    background: var(--main-2);
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 8px;
    z-index: 3;
    padding: 16px 0;
    display: none;
    border: 1px solid rgba(2, 244, 207, 0.15);
    border-top: 0;
}
.cashout__select-body ul {
    list-style: none;
    margin: 0;
}
.active .cashout__select-body {
    display: block;
}
.active .cashout__select-icon {
    transform: translate(180deg);
}
.cashout__select-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px 16px;
    cursor: pointer;
}
.cashout__select-item .cashout__select-flag {
    flex: 0 0 24px;
}
.cashout__select-item.active {
    background: url(../images/ico__active.svg) 100% 50% no-repeat;
    background-position: right 16px top 50%;
}
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 16px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border-radius: 100px;
    padding: 15px;
    width: 100%;
    height: 48px;
    background: linear-gradient(90deg, rgba(2, 244, 207, 0.5) 0%, rgba(1, 142, 120, 0.5) 16.35%, rgba(0, 45, 38, 0.5) 41.35%, rgba(0, 45, 38, 0.5) 48.08%, rgba(1, 142, 120, 0.5) 74.52%, rgba(2, 244, 207, 0.5) 100%);
}
.btn:disabled {
    opacity: 0.8;
    pointer-events: none;
}
.avatar__form {
    border-radius: 12px;
    background: var(--main-1);
    padding: 16px;
    margin-bottom: 24px;
}
.profile__form-avatar {
    width: 108px;
    height: 108px;
    margin: 0 auto 16px;
    position: relative;
    display: block;
    text-align: center;
    box-shadow: inset 0 0 0 1px var(--primary);
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bolder;
    line-height: 108px;
}
.profile__form-avatar img {
    width: 108px;
    height: 108px;
    object-fit: cover;
    position: relative;
    z-index: 2;
}
.profile__form-avatar::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    bottom: 0;
    background: url(../images/ico__camera.png) 50% 50% no-repeat rgba(0, 0, 0, 0.3);
    background-size: 24px;
}
input[type="file"] {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.main__pdata {
    text-align: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: var(--main-lightest-grey);
}
.main__pdata-name {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-bottom: 6px;
}
.main__pdata-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: 12px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(2, 244, 207, 0.12);
    color: #02f4cf;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.main__pdata-status::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #02f4cf;
    box-shadow: 0 0 0 4px rgba(2, 244, 207, 0.2);
}
.main__pdata-tel {
    margin-bottom: 6px;
}
.main__nav {
    display: flex;
    flex-direction: column;
    gap: 3px;
    border-radius: 12px;
    padding: 0 16px;
}
.main__nav-link, .support__header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 0;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    border-bottom: 0.5px solid rgba(2, 244, 207, 0.15);
}
.main__nav-link:last-child, .support__header:last-child {
    border-bottom: 0;
}
.inner__nav {
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.inner__nav-link {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 0;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    border-bottom: 0.5px solid rgba(2, 244, 207, 0.15);
}
.inner__nav-link:last-child {
    border-bottom: 0;
}
.main__nav-title {
    flex: 1 1 auto;
}
.main__nav-arrow {
    width: 16px;
    height: 16px;
    background: url(../images/menu-arrow.svg) 50% 50% no-repeat;
}
.edit-profile .auth__input, .edit-profile .form__textarea {
    margin-bottom: 16px;
}
.main__alert {
    margin-bottom: 16px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 1.33333;
    letter-spacing: 0.01em;
}
.main__alert:empty {
    display: none;
}
.profile__error {
    color: red;
}
.profile__alert {
    padding: 16px;
    padding-left: 40px;
    color: #fff;
    background: url(../images/ico__success.svg) 16px 50% no-repeat;
    background-size: 16px;
    background-color: rgba(52, 199, 89, 0.25);
    border-radius: 10px;
}
.auth__label {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 8px;
}
.auth__select {
    position: relative;
    margin-bottom: 16px;
}
.auth__select.active .auth__select-icon {
    transform: rotate(180deg);
}
.auth__select.active .auth__select-body {
    display: block;
}
.auth__select-header {
    display: flex;
    align-items: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42857;
    color: #fff;
    height: 48px;
    border: 1px solid rgba(2, 244, 207, 0.15);
    border-radius: 12px;
    padding: 0px 16px;
    cursor: pointer;
    gap: 16px;
}
.auth__select-flag {
    flex: 0 0 24px;
}
.auth__select-title {
    flex: 1 1 auto;
}
.auth__select-icon {
    width: 16px;
    height: 16px;
    background: url(../images/ico__select.svg) 50% 50% no-repeat;
    background-size: 15px auto;
    transition: all 0.3s;
}
.auth__select-body {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border: 1px solid rgba(2, 244, 207, 0.15);
    background: #fff;
    padding: 16px 0px;
    border-radius: 12px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42857;
    color: #fff;
    z-index: 10;
    background: var(--main-2);
    display: none;
}
.auth__select-body ul {
    list-style: none;
    margin: 0;
}
.auth__select-item {
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 16px;
}
.auth__select-item.active {
    background: url(../images/ico__active.svg) 100% 50% no-repeat;
    background-position: right 16px top 50%;
    background-size: 18px auto;
}
.tel-group {
    display: flex;
    margin-bottom: 16px;
    gap: 8px;
}
.tel-group-custom .auth__input {
    width: 100%;
}
.tel-group .auth__input, .tel-group .form__textarea {
    margin-bottom: 0;
}
.tel-prefix {
    flex: 0 0 110px;
    width: 110px;
    text-align: right;
    background-position: 16px 50%;
    background-repeat: no-repeat;
    background-image: url(../images/mask_ua.svg);
    background-size: 30px auto;
    color: var(--main-lightest-grey);
}
.tel-prefix[data-code="pl"] {
    background-image: url(../images/mask_pl.svg);
}
.tel-prefix[data-code="us"] {
    background-image: url(../images/mask_us.svg);
}
.tel-prefix[data-code="ru"] {
    background-image: url(../images/mask_ru.svg);
}
.tel-prefix[data-code="by"] {
    background-image: url(../images/flag_by.svg);
}
.tel-prefix[data-code="am"] {
    background-image: url(../images/flag_am.svg);
}
.tel-prefix[data-code="ae"] {
    background-image: url(../images/flag_ae.svg);
}
.tel-prefix[data-code="au"] {
    background-image: url(../images/flag_au.svg);
}
.tel-code {
    flex: 1 1 auto;
    width: calc(100% - 118px);
}
.auth__telegram {
    position: relative;
}
.auth__telegram::before {
    content: '@';
    position: absolute;
    left: 16px;
    top: 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 48px;
}
.auth__telegram .auth__input, .auth__telegram .form__textarea {
    padding-left: 28px;
}
.history {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.history__item {
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(2, 244, 207, 0.15);
    background: var(--main-2);
    gap: 16px;
}
.history__item._cancel {
    filter: grayscale(100%);
}
.history__item-image {
    flex: 0 0 32px;
}
.history__item-code {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.01em;
    margin-bottom: 3px;
}
.history__item-data {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.01em;
    color: var(--main-lightest-grey);
}
.history__item-money {
    margin-left: auto;
    text-align: right;
}
.history__item-fiat {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #fff;
    margin-bottom: 3px;
}
.history__item-value {
    color: var(--primary);
}
.cards {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.main__title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    margin-bottom: 8px;
}
.main__newtitle {
    font-family: var(--third-family);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: var(--main-white);
    margin-bottom: 24px;
    text-wrap: balance;
}
.main__newtitle+.main__subtitle {
    margin-top: -16px;
}
.main__subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 1.33333;
    letter-spacing: 0.01em;
    color: var(--main-lightest-grey);
    margin-bottom: 24px;
}
.card {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}
.card__link {
    padding: 12px 16px;
    height: 48px;
    display: flex;
    align-items: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42857;
    color: #fff;
    gap: 24px;
    box-shadow: inset 0 0 0 1px rgba(2, 244, 207, 0.15);
    border-radius: 12px;
    overflow: hidden;
}
.card-box__icon {
    flex: 0 0 24px;
    height: 24px;
    background: url(../images/mastercard.svg) 50% 50% no-repeat;
    background-size: contain;
}
.card-box__icon[title="_maestro"] {
    background-image: url(../images/maestro.svg);
}
.card-box__icon[title="_visa"] {
    background-image: url(../images/visa.svg);
}
.card-box__icon[title="_iban"] {
    background-image: url(../images/bank.svg);
}
.card__remove {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 48px;
    background: rgba(241, 61, 61, 0.3);
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cards__btns {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.main:has(.cards) .container {
    height: 100%;
}
.card-box__input {
    background: transparent;
    width: 100%;
    font-size: 16px;
    height: 24px;
    color: #fff;
}
.cashout__title {
    font-family: var(--third-family);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    text-align: center;
    color: var(--main-white);
    margin-bottom: 24px;
}
.cashout__qr {
    margin-bottom: 24px;
    text-align: center;
}
.cashout__qr img {
    width: 200px;
}
.text-center {
    text-align: center;
}
.cashout__copy {
    margin-bottom: 24px;
    border-radius: 12px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    background: var(--main-1);
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.01em;
    color: #fff;
    gap: 4px;
}
.cashout__copy span {
    flex: 1 1 auto;
    word-break: break-all;
}
.cashout__copy-btn {
    color: #101a36;
    font-size: 0;
    background: transparent;
    flex: 0 0 14px;
    cursor: pointer;
}
.cashout__total {
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 24px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: var(--main-1);
}
.cashout__total-value {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    color: var(--primary);
    padding-top: 16px;
}
.profile__box-title {
    font-family: var(--third-family);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    text-align: center;
    color: var(--main-white);
    margin-bottom: 8px;
}
.profile__box-desc {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.01em;
    text-align: center;
    color: var(--main-lightest-grey);
    margin-bottom: 24px;
}
@keyframes rotateMe {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.profile__success {
    width: 185px;
    height: 185px;
    margin-left: auto;
    margin-right: auto;
}
.profile__success.loading {
    background: url(../images/loader.svg) 50% 50% no-repeat;
    background-size: contain;
    animation: rotateMe 5s linear infinite;
}
.profile__success.loading img {
    opacity: 0;
}
.notifications {
    margin-bottom: 24px;
}
.notifications:last-child {
    margin-bottom: 0;
}
.notifications__title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    margin-bottom: 16px;
}
.notify {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 0.5px solid rgba(2, 244, 207, 0.15);
    display: flex;
    gap: 16px;
}
.notify:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.notify__icon {
    flex: 0 0 35px;
}
.notify__content {
    flex: 1 1 auto;
}
.notify__header {
    display: flex;
    margin-bottom: 8px;
    gap: 8px;
}
.notify__title {
    flex: 1 1 auto;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}
.notify__new {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 12px;
    text-align: right;
    color: red;
}
.notify__date {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    text-align: right;
    color: var(--main-lightest-grey);
}
.notify__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    color: #fff;
}
.notify__text *:last-child {
    margin-bottom: 0;
}
.fake-checkbox {
    position: relative;
    width: 54px;
    height: 24px;
    border-radius: 100px;
    background: var(--main-lightest-grey);
}
.fake-checkbox i {
    position: absolute;
    left: 4px;
    top: 4px;
    width: 16px;
    height: 16px;
    border-radius: 100px;
    background-color: var(--main-white);
    transition: all 0.3s;
}
input:checked~.fake-checkbox {
    background-color: var(--primary);
}
input:checked~.fake-checkbox i {
    background-color: #fff;
    left: 34px;
}
.support {
    position: relative;
}
.support__tab {
    display: none;
}
.support__tab.active {
    display: block;
}
.support__header {
    font-weight: 600;
    font-family: var(--third-family);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: var(--main-white);
}
.support__header::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/menu-arrow.svg) 50% 50% no-repeat;
    transform: rotate(180deg);
}
.support__header-title {
    flex: 1 1 auto;
}
.support__answer {
    padding-top: 24px;
}
._hidden {
    display: none !important;
}
.content {
    line-height: 1.5;
}
.content ul, .content ol {
    margin-left: 1em;
}
.content>*:last-child {
    margin-bottom: 0;
}
.form__textarea {
    height: 120px;
    resize: none;
}
.profile__tab-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #fff;
    margin-bottom: 8px;
    text-wrap: balance;
}
.profile__tab {
    display: none;
}
.profile__tab.active {
    display: block;
}
.first-box {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-bottom: 70px;
}
.first-box .auth__submit, .first-box .btn {
    position: absolute;
    left: 16px;
    width: auto;
    bottom: 16px;
    right: 16px;
}
.first-box__header {
    height: 45px;
    padding-top: 12px;
    position: relative;
}
.first-box__back {
    font-size: 0;
}
.first-box__progress-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: #c5c6cc;
    transition: all 0.3s;
}
.first-box__progress {
    height: 4px;
    background: var(--primary);
}
.auth {
    padding-top: 24px;
}
.auth__desc {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 1.33333;
    letter-spacing: 0.01em;
    color: var(--main-lightest-grey);
    margin-bottom: 6px;
    position: relative;
    top: -18px;
}
.auth__submit[disabled] {
    filter: grayscale(100%);
    pointer-events: none;
    background: var(--main-lightest-grey);
}
._mb16 {
    margin-bottom: 16px;
}
#fw_fiat_select .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 6px 16px;
}
.profile__tab-title{
    color: #fff;
}
@media(max-width: 800px) {
    .fwallet-main__top {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .fwallet-main__left .amount {
        font-size: 24px;
        display: flex;
        align-items: flex-start;
        gap: 8px;
        font-weight: 600;
        line-height: 100%;
    }
    .fwallet-crypto-list li {
        border-radius: 12px;
        border: 1px solid rgba(2, 244, 207, 0.15);
        background: #002D26;
    }
    .fwallet-crypto-list .total {
        width: max-content;
        margin-top: 6px;
        margin-left: 0;
        background-color: #1C8A79;
        color: #fff;
    }
    .fwallet-crypto-list .symbol {
        width: 120px;
    }
    .fwallet-crypto-list .fwallet-qr {
        background-color: #00000000;
        padding: 0;
    }
    .fwallet-crypto-list .fwallet-qr svg {
        width: 36px;
        height: 36px;
    }
    .fwallet-crypto-list .fwallet-qr svg path {
        stroke: #02F4CF;
        fill: #002D26;
    }
    .fwallet-crypto-list li:hover {
        background-color: #002D26;
    }
    .fw-modal-backdrop p {
        color: #000;
    }
    .fwallet-crypto-list .symbol .price {
        display: inline-block;
        margin-top: 6px;
        color: #02F4CF;
    }
    .fwallet-main__right, .select__tip {
        position: relative;
    }
    .fwallet-main__right select, .select__tip select {
        padding: 10px 33px 8px 12px;
        color: #83928F;
        background-color: #07241F;
        border-radius: 12px;
        position: relative;
    }
    .select__tip::before {
        content: '';
        width: 16px;
        height: 17px;
        background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M8.40189%2011.6395C6.20993%209.45449%204.07116%207.31889%201.98559%205.23269C1.8708%205.12349%201.71843%205.0626%201.55999%205.0626C1.40156%205.0626%201.24919%205.12349%201.13439%205.23269C0.805693%205.52814%200.834193%205.99554%201.05839%206.20834C3.22629%208.37054%205.49204%2010.6325%207.85564%2012.9942C8.00954%2013.1817%208.19131%2013.2754%208.40094%2013.2754C8.61058%2013.2754%208.79804%2013.1817%208.96334%2012.9942L15.904%205.88534C16.0293%205.74887%2016.0964%205.569%2016.0913%205.38386C16.0861%205.19872%2016.0091%205.02285%2015.8765%204.89354C15.5354%204.55344%2015.1991%204.68454%2015.0395%204.83844C12.83%207.10902%2010.6171%209.37636%208.40094%2011.6404Z%22%20fill%3D%22currentColor%22/%3E%3C/svg%3E");
        background-position: center;
        background-size: contain;
        position: absolute;
        right: 6px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 20;
        pointer-events: none;
    }
    .page-top__title {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .page-top__title h2 {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
    }
    .page-top__title button {
        width: 24px;
        height: 24px;
        border-radius: 50px;
        border: 1px solid rgba(2, 244, 207, 0.15);
        background: #002D26;
    }
    .page-top__title button svg {
        width: 22px;
        height: 22px;
    }
    .wallet-detail {
        background-color: #ffffff00;
    }
    .wd-header {
        justify-content: space-between;
    }
    .wd-balance {
        color: #fff;
        display: flex;
        gap: 6px;
    }
    .wd-btn {
        flex: 1;
        padding: 14px;
        text-align: center;
        border-radius: 100px;
        border: 1px solid rgba(2, 244, 207, 0.15);
        height: 48px;
        display: block;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        background: linear-gradient(90deg, rgba(2, 244, 207, 0.50) 3.62%, rgba(1, 142, 120, 0.50) 20.46%, rgba(0, 45, 38, 0.50) 46.22%, rgba(0, 45, 38, 0.50) 53.15%, rgba(1, 142, 120, 0.50) 80.4%, rgba(2, 244, 207, 0.50) 106.65%);
    }
    .wd-btn svg{
      margin-top: -2px;
    }
    .wd-table thead {
        background: #00000000;
    }
    .fw-modal-backdrop {
        position: fixed;
        inset: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999
    }
    .fwallet-modal, .fw-modal {
        background: #002D26;
        padding: 16px;
        border-radius: 10px;
        max-width: 460px;
        width: 92%;
        position: relative;
    }
    p.fw-row {
        justify-content: space-between;
        gap: 16px;
        color: #fff;
    }
    #fw_req {
        width: 100%;
    }
    .fw-row__info {
        display: flex;
        gap: 8px;
        margin-bottom: 6px;
    }
    .button-primary {
        border-radius: 100px;
        border: 1px solid rgba(2, 244, 207, 0.15);
        background: linear-gradient(90deg, rgba(2, 244, 207, 0.50) 3.62%, rgba(1, 142, 120, 0.50) 20.46%, rgba(0, 45, 38, 0.50) 46.22%, rgba(0, 45, 38, 0.50) 53.15%, rgba(1, 142, 120, 0.50) 80.4%, rgba(2, 244, 207, 0.50) 106.65%);
        padding: 8px 16px;
        color: #fff;
        font-weight: 600;
    }
    .fwallet-exchange__row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 8px;
    }
    .fwallet-exchange__row label {
        margin: 0;
    }
    .fwallet-exchange__row input, #ex-res {
        padding: 6px 12px;
        border-radius: 50px;
        width: 120px;
        background-color: #fff;
        color: #000;
        text-align: left;
    }
    .fwallet-copy-wrap {
        position: relative;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        background: #f5f7fa;
        padding: 0.6rem 0.8rem;
        border: 1px solid #d0d5dd;
        border-radius: 8px;
        max-width: 100%;
    }
    .fwallet-copy-input {
        flex: 1 1 auto;
        border: none;
        background: transparent;
        font-family: monospace;
        font-size: 0.9rem;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .fwallet-copy-input:focus {
        outline: none;
    }
    .fwallet-copy-btn {
        flex: 0 0 auto;
        display: grid;
        place-items: center;
        width: 34px;
        height: 34px;
        border: none;
        border-radius: 6px;
        background: #e0e4eb;
        cursor: pointer;
        transition: background 0.2s;
    }
    .fwallet-copy-btn:hover {
        background: #d0d4db;
    }
    .fwallet-copy-wrap.copied .fwallet-copy-btn {
        background: #4caf50;
        color: #fff;
    }
    .fwallet-copy-hint {
        position: absolute;
        right: 0.8rem;
        top: -1.4rem;
        background: #4caf50;
        color: #fff;
        padding: 2px 6px;
        font-size: 0.7rem;
        border-radius: 4px;
    }
    .footer__link-icon img {
        height: 20px;
    }
    /* файл assets/css/fwallet-exchange.css, подключим чуть позже */
    .fw-label {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #dff;
        /* светлый нефрит */
        font-weight: 500;
    }
    .fw-icon {
        width: 20px;
        height: 20px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .fw-select, .fw-input {
        background: rgba(0, 40, 35, 0.7);
        border: 1px solid #00e5c4;
        border-radius: 6px;
        color: #fff;
        padding: 10px 24px;
        max-width: 220px;
    }
    .fw-input.fw-error {
        border-color: #e33;
    }
    .fw-btn {
        background: #00e5c4;
        border: none;
        border-radius: 20px;
        padding: 6px 18px;
        color: #002923;
        font-weight: 600;
        cursor: pointer;
        transition: opacity .2s;
    }
    .fw-btn:disabled {
        opacity: .4;
        cursor: not-allowed;
    }
    .fw-fiat-exchange__top {
        display: flex;
        gap: 60px;
        margin-bottom: 32px;
        justify-content: center;
        position: relative;
    }
    .fw-fiat-exchange__top>span {
        position: absolute;
        z-index: 10;
        left: 50%;
        top: 6px;
        transform: translateX(-50%);
    }
    .fw-fiat-exchange__top>span svg {
        width: 24px;
    }
    /* ---- FIAT EXCHANGE CARD ---- */
    .fw-excard {
        position: relative;
        backdrop-filter: blur(24px) saturate(140%);
        background: rgba(0, 45, 38, .55);
        border: 1px solid rgba(2, 244, 207, .15);
        border-radius: 24px;
        padding: 32px 28px;
        box-shadow: 0 12px 48px rgba(0, 0, 0, .35);
        overflow: hidden;
        max-width: 560px;
        margin: 0 auto 40px;
    }
    .fw-excard::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: inherit;
        background: radial-gradient(80% 60% at 30% 30%, rgba(2, 244, 207, .12), transparent 70%);
        pointer-events: none;
    }
    .fw-tabs {
        display: flex;
        gap: 6px;
        margin: 24px 0 32px
    }
    .fw-tab {
        flex: 1;
        text-align: center;
        cursor: pointer;
        padding: 10px 16px;
        border-radius: 50px;
        font-weight: 600;
        letter-spacing: .3px;
        background: rgba(0, 40, 35, .6);
        color: #02f4cf;
        transition: all .25s;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .fw-tab.is-active {
        background: #02f4cf;
        color: #002d26;
        box-shadow: 0 0 0 2px #02f4cf inset, 0 2px 8px rgba(0, 0, 0, .25);
    }
    .fw-select--req {
        width: 100%;
        background: rgba(0, 40, 35, .85) url('data:image/svg+xml;utf8,\<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" fill="%2302f4cf"><path d="M6 8 0 0h12z"/></svg>') no-repeat right 12px center/12px 8px;
        appearance: none;
        padding: 10px 36px 10px 10px;
        color: #00e5c4;
        border-radius: 6px;
    }
    /* на фокус – подсветим рамку */
    .fw-select--req:focus {
        outline: none;
        border-color: #02f4cf;
    }
    .fw-label label {
        margin: 0;
    }
    #fw_req_block {
        margin-bottom: 16px;
    }
    /* trigger */
    .fwdep-topup-btn {
        cursor: pointer;
        color: #02f4cf;
        font-weight: 700
    }
    .fwdep-topup-btn:hover {
        color: #60ffd9
    }
    /* modal */
    .fwdep-modal {
        position: fixed;
        inset: 0;
        display: none;
        background: rgba(0, 0, 0, .55);
        z-index: 999
    }
    .fwdep-modal.open {
        display: flex;
        align-items: center;
        justify-content: center
    }
    .fwdep-modal__inner {
        background: #002d26;
        color: #dff;
        width: 100%;
        max-width: 420px;
        padding: 32px 28px;
        border-radius: 24px;
        box-shadow: 0 18px 48px rgba(0, 0, 0, .5);
        position: relative
    }
    .fwdep-modal__close {
        position: absolute;
        top: 14px;
        right: 18px;
        background: none;
        border: none;
        font-size: 26px;
        color: #02f4cf;
        cursor: pointer
    }
    /* tabs & form */
    .fwdep-tabs {
        display: flex;
        gap: 6px;
        margin: 24px 0 28px
    }
    .fwdep-tab {
        flex: 1;
        text-align: center;
        padding: 9px 0;
        border-radius: 50px;
        cursor: pointer;
        font-weight: 600;
        background: rgba(0, 40, 35, .6);
        color: #02f4cf;
        transition: .25s
    }
    .fwdep-tab.is-active {
        background: #02f4cf;
        color: #002d26;
        box-shadow: 0 0 0 2px #02f4cf inset
    }
    .fwdep-row {
        display: flex;
        align-items: center;
        gap: 14px;
        margin-bottom: 18px
    }
    .fwdep-input {
        flex: 1;
        background: rgba(0, 40, 35, .85);
        border: 1px solid #00e5c4;
        border-radius: 10px;
        padding: 8px 12px;
        color: #fff;
        font-size: 15px
    }
    .fwdep-btn {
        width: 100%;
        padding: 10px 0;
        background: #02f4cf;
        color: #002923;
        font-weight: 700;
        border: none;
        border-radius: 60px;
        font-size: 15px;
        cursor: pointer
    }
    .fwdep-form[hidden] { display:none; }
    #fwdep-qr { margin:20px auto;width: max-content; }
    .fwallet-crypto-list__left {
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }
    .fwallet-main__button {
        display: flex;
        gap: 16px;
        align-items: center;
        margin-top: 24px;
    }
    .fwallet-main__button-add {
        flex: 1;
        padding: 14px;
        text-align: center;
        border-radius: 100px;
        border: 1px solid rgba(2, 244, 207, 0.15);
        height: 48px;
        display: block;
        background: linear-gradient(90deg, rgba(2, 244, 207, 0.50) 3.62%, rgba(1, 142, 120, 0.50) 20.46%, rgba(0, 45, 38, 0.50) 46.22%, rgba(0, 45, 38, 0.50) 53.15%, rgba(1, 142, 120, 0.50) 80.4%, rgba(2, 244, 207, 0.50) 106.65%);
    }
    .fwallet-main__button-withdraw, .fwallet-main__button-exchange {
        padding: 14px;
        text-align: center;
        border-radius: 100px;
        text-align: center;
        flex: 1;
        border: 1px solid rgba(2, 244, 207, 0.15);
        font-size: 16px;
        line-height: 20px;
        display: block;
        height: 48px;
    }
    .wallet__container {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .main_white-home {
        flex: 1;
    }
    .fwallet-crypto-list .fwallet-qr {
        font-size: 24px;
        font-weight: 800;
        color: #02F4CF;
        padding: 6px;
        border: 1px solid #02F4CF;
        border-radius: 4px;
    }
    .symbol {
        align-items: flex-end;
    }
    .fw-excard__top {
        margin: 24px 0 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .fw-excard__right span {
        font-size: 24px;
    }
    .fw-excard__right {
        display: flex;
        gap: 8px;
    }
    .fw-excard__left h3 {
        font-weight: 600;
        text-transform: uppercase;
        color: #83928F;
        margin: 0;
    }
    .fw-label img {
        width: 18px;
        height: 18px;
        margin-right: 6px;
        vertical-align: -4px;
    }
    /* иконка в списке */
    .select2-results__option img {
        width: 18px;
        height: 18px;
        margin-right: 6px;
        vertical-align: -4px;
    }
    .select2-dropdown {
        background-color: #002d26;
        border-color: rgba(2, 244, 207, 1);
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        background-color: #002d26;
        border-color: rgba(2, 244, 207, 1);
        color: #fff;
        padding: 12px 16px;
    }
    .select2-container--default .select2-selection--single {
        border: none;
        background-color: #002d26;
        height: auto;
        border-bottom: 1px solid rgba(2, 244, 207, 1);
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 50%;
        right: 8px;
        transform: translateY(-50%);
    }
    .fw-fiat-exchange {
        background-color: #00000000;
        border: none;
        box-shadow: none;
        backdrop-filter: none;
    }
    .fw-fiat-exchange.fw-excard::before {
        display: none;
    }
    li.select2-results__option {
        padding: 12px;
    }
    .fw-fiat-exchange__row {
        margin-top: 40px;
    }
    .fw-fiat-exchange__row label {
        font-size: 14px;
        font-weight: 700;
        display: block;
        margin-bottom: 4px;
    }
    .fw-balance {
        display: none;
    }
    #fw_ex_amount {
        padding: 14px 16px;
        border-radius: 12px;
        border: 1px solid rgba(2, 244, 207, 0.15);
        background: #002D26;
        color: #fff;
        width: 100%;
    }
    #fw_ex_result {
        padding: 14px;
        text-align: center;
        margin: 80px 0;
        border-bottom: 1px solid rgba(2, 244, 207, 0.15);
    }
    .fw-fiat-exchange #fw_ex_submit {
        padding: 14px;
        width: 100%;
        color: #fff;
        text-align: center;
        border: 1px solid rgba(2, 244, 207, 0.15);
        background: linear-gradient(90deg, rgba(2, 244, 207, 0.50) 3.62%, rgba(1, 142, 120, 0.50) 20.46%, rgba(0, 45, 38, 0.50) 46.22%, rgba(0, 45, 38, 0.50) 53.15%, rgba(1, 142, 120, 0.50) 80.4%, rgba(2, 244, 207, 0.50) 106.65%);
    }
    .fw-fiat-exchange__mid {
        margin-top: 70px;
        position: relative;
    }
    .fw-fiat-arrow {
        position: absolute;
        left: 50%;
        top: -70px;
        transform: translateX(-50%);
        z-index: 50;
        top: -40px;
    }
    .wd-actions__new{
        display: flex;
        gap:16px;
    }
    .wd-header__top-block{
      display: flex;
      justify-content: space-between;
      margin-bottom: 24px;
    }
    .card-tabs{
      display: flex;
      align-items: center;
      gap: 24px;
      margin-bottom: 24px;
    }
    .card-type-tab{
      padding: 14px 16px 12px;
      font-size: 16px;
      display: block;
      border-radius: 100px;
      border: 1px solid rgba(2, 244, 207, 0.15);
      font-weight: 600;
    }
    .card-type-tab.active{
      border-color: rgba(2, 244, 207, 1);
    }
    #fw_withdraw_details{
      margin-top: 24px;
      flex-direction: column;
      gap: 16px;
      align-items: flex-start;
    }
    .fw-modal-body{
      max-width: auto;
    }
    #fw_withdraw_amount{
      width: calc(100% - 136px);
      flex: auto;
      padding: 14px 16px;
      border-radius: 12px;
      border: 1px solid rgba(2, 244, 207, 0.15);
      background: #002D26;
      color: #fff;
    }
    #fw_withdraw_submit{
      padding: 14px;
      width: 100%;
      color: #fff;
      text-align: center;
      border: 1px solid rgba(2, 244, 207, 0.15);
      background: linear-gradient(90deg, rgba(2, 244, 207, 0.50) 3.62%, rgba(1, 142, 120, 0.50) 20.46%, rgba(0, 45, 38, 0.50) 46.22%, rgba(0, 45, 38, 0.50) 53.15%, rgba(1, 142, 120, 0.50) 80.4%, rgba(2, 244, 207, 0.50) 106.65%);
    }
}