﻿.error__link[data-v-1a262e96] {
    margin-top: 15px
}

.error[data-v-1a262e96] {
    padding-top: 60px;
    padding-bottom: 60px
}

@media (max-width: 767px) {
    .error[data-v-1a262e96] {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.nuxt-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 0;
    opacity: 1;
    transition: width .1s, opacity .4s;
    background-color: #fd4f51;
    z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
    transition: none
}

.nuxt-progress-failed {
    background-color: red
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px
}

.container {
    max-width: 100%;
    box-sizing: border-box
}

@media (max-width: 1200px) {
    .container {
        width: 100%
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.row {
    display: flex;
    display: -webkit-flex;
    flex: 0 1 auto;
    flex-direction: row;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.row.reverse {
    flex-direction: row-reverse
}

.col.reverse {
    flex-direction: column-reverse
}

.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%
}

.col-xs-1 {
    flex-basis: 8.333%;
    max-width: 8.333%
}

.col-xs-2 {
    flex-basis: 16.667%;
    max-width: 16.667%
}

.col-xs-3 {
    flex-basis: 25%;
    max-width: 25%
}

.col-xs-4 {
    flex-basis: 33.333%;
    max-width: 33.333%
}

.col-xs-5 {
    flex-basis: 41.667%;
    max-width: 41.667%
}

.col-xs-6 {
    flex-basis: 50%;
    max-width: 50%
}

.col-xs-7 {
    flex-basis: 58.333%;
    max-width: 58.333%
}

.col-xs-8 {
    flex-basis: 66.667%;
    max-width: 66.667%
}

.col-xs-9 {
    flex-basis: 75%;
    max-width: 75%
}

.col-xs-10 {
    flex-basis: 83.333%;
    max-width: 83.333%
}

.col-xs-11 {
    flex-basis: 91.667%;
    max-width: 91.667%
}

.col-xs-12 {
    flex-basis: 100%;
    max-width: 100%
}

.col-xs-offset-1 {
    margin-left: 8.333%
}

.col-xs-offset-2 {
    margin-left: 16.667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.333%
}

.col-xs-offset-5 {
    margin-left: 41.667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.333%
}

.col-xs-offset-8 {
    margin-left: 66.667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.333%
}

.col-xs-offset-11 {
    margin-left: 91.667%
}

.start-xs {
    justify-content: flex-start;
    text-align: left
}

.center-xs {
    justify-content: center;
    text-align: center
}

[dir=ltr] .end-xs {
    text-align: right
}

[dir=rtl] .end-xs {
    text-align: left
}

.end-xs {
    justify-content: flex-end
}

.top-xs {
    align-items: flex-start
}

.middle-xs {
    align-items: center
}

.bottom-xs {
    align-items: flex-end
}

.around-xs {
    justify-content: space-around
}

.between-xs {
    justify-content: space-between
}

.first-xs {
    order: -1
}

.last-xs {
    order: 1
}

@media only screen and (min-width: 768px) {
    .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        box-sizing: border-box;
        flex: 0 0 auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .col-sm {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%
    }

    .col-sm-1 {
        flex-basis: 8.333%;
        max-width: 8.333%
    }

    .col-sm-2 {
        flex-basis: 16.667%;
        max-width: 16.667%
    }

    .col-sm-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex-basis: 33.333%;
        max-width: 33.333%
    }

    .col-sm-5 {
        flex-basis: 41.667%;
        max-width: 41.667%
    }

    .col-sm-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex-basis: 58.333%;
        max-width: 58.333%
    }

    .col-sm-8 {
        flex-basis: 66.667%;
        max-width: 66.667%
    }

    .col-sm-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex-basis: 83.333%;
        max-width: 83.333%
    }

    .col-sm-11 {
        flex-basis: 91.667%;
        max-width: 91.667%
    }

    .col-sm-12 {
        flex-basis: 100%;
        max-width: 100%
    }

    .col-sm-offset-1 {
        margin-left: 8.333%
    }

    .col-sm-offset-2 {
        margin-left: 16.667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.333%
    }

    .col-sm-offset-5 {
        margin-left: 41.667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.333%
    }

    .col-sm-offset-8 {
        margin-left: 66.667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.333%
    }

    .col-sm-offset-11 {
        margin-left: 91.667%
    }

    [dir=ltr] .start-sm {
        text-align: left
    }

    [dir=rtl] .start-sm {
        text-align: right
    }

    .start-sm {
        justify-content: flex-start
    }

    .center-sm {
        justify-content: center;
        text-align: center
    }

    [dir=ltr] .end-sm {
        text-align: right
    }

    [dir=rtl] .end-sm {
        text-align: left
    }

    .end-sm {
        justify-content: flex-end
    }

    .top-sm {
        align-items: flex-start
    }

    .middle-sm {
        align-items: center
    }

    .bottom-sm {
        align-items: flex-end
    }

    .around-sm {
        justify-content: space-around
    }

    .between-sm {
        justify-content: space-between
    }

    .first-sm {
        order: -1
    }

    .last-sm {
        order: 1
    }
}

@media only screen and (min-width: 992px) {
    .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        box-sizing: border-box;
        flex: 0 0 auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .col-md {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%
    }

    .col-md-1 {
        flex-basis: 8.333%;
        max-width: 8.333%
    }

    .col-md-2 {
        flex-basis: 16.667%;
        max-width: 16.667%
    }

    .col-md-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex-basis: 33.333%;
        max-width: 33.333%
    }

    .col-md-5 {
        flex-basis: 41.667%;
        max-width: 41.667%
    }

    .col-md-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex-basis: 58.333%;
        max-width: 58.333%
    }

    .col-md-8 {
        flex-basis: 66.667%;
        max-width: 66.667%
    }

    .col-md-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex-basis: 83.333%;
        max-width: 83.333%
    }

    .col-md-11 {
        flex-basis: 91.667%;
        max-width: 91.667%
    }

    .col-md-12 {
        flex-basis: 100%;
        max-width: 100%
    }

    .col-md-offset-1 {
        margin-left: 8.333%
    }

    .col-md-offset-2 {
        margin-left: 16.667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.333%
    }

    .col-md-offset-5 {
        margin-left: 41.667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.333%
    }

    .col-md-offset-8 {
        margin-left: 66.667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.333%
    }

    .col-md-offset-11 {
        margin-left: 91.667%
    }

    .start-md {
        justify-content: flex-start;
        text-align: left
    }

    .center-md {
        justify-content: center;
        text-align: center
    }

    [dir=ltr] .end-md {
        text-align: right
    }

    [dir=rtl] .end-md {
        text-align: left
    }

    .end-md {
        justify-content: flex-end
    }

    .top-md {
        align-items: flex-start
    }

    .middle-md {
        align-items: center
    }

    .bottom-md {
        align-items: flex-end
    }

    .around-md {
        justify-content: space-around
    }

    .between-md {
        justify-content: space-between
    }

    .first-md {
        order: -1
    }

    .last-md {
        order: 1
    }
}

@media only screen and (min-width: 1200px) {
    .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        box-sizing: border-box;
        flex: 0 0 auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .col-lg {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%
    }

    .col-lg-1 {
        flex-basis: 8.333%;
        max-width: 8.333%
    }

    .col-lg-2 {
        flex-basis: 16.667%;
        max-width: 16.667%
    }

    .col-lg-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex-basis: 33.333%;
        max-width: 33.333%
    }

    .col-lg-5 {
        flex-basis: 41.667%;
        max-width: 41.667%
    }

    .col-lg-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex-basis: 58.333%;
        max-width: 58.333%
    }

    .col-lg-8 {
        flex-basis: 66.667%;
        max-width: 66.667%
    }

    .col-lg-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex-basis: 83.333%;
        max-width: 83.333%
    }

    .col-lg-11 {
        flex-basis: 91.667%;
        max-width: 91.667%
    }

    .col-lg-12 {
        flex-basis: 100%;
        max-width: 100%
    }

    .col-lg-offset-1 {
        margin-left: 8.333%
    }

    .col-lg-offset-2 {
        margin-left: 16.667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.333%
    }

    .col-lg-offset-5 {
        margin-left: 41.667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.333%
    }

    .col-lg-offset-8 {
        margin-left: 66.667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.333%
    }

    .col-lg-offset-11 {
        margin-left: 91.667%
    }

    [dir=ltr] .start-lg {
        text-align: left
    }

    [dir=rtl] .start-lg {
        text-align: right
    }

    .start-lg {
        justify-content: flex-start
    }

    .center-lg {
        justify-content: center;
        text-align: center
    }

    [dir=ltr] .end-lg {
        text-align: right
    }

    [dir=rtl] .end-lg {
        text-align: left
    }

    .end-lg {
        justify-content: flex-end
    }

    .top-lg {
        align-items: flex-start
    }

    .middle-lg {
        align-items: center
    }

    .bottom-lg {
        align-items: flex-end
    }

    .around-lg {
        justify-content: space-around
    }

    .between-lg {
        justify-content: space-between
    }

    .first-lg {
        order: -1
    }

    .last-lg {
        order: 1
    }
}

@-ms-viewport {
    width: device-width
}

.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.vue-modal-resizer {
    overflow: hidden;
    width: 12px;
    height: 12px;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    cursor: se-resize
}

.vue-modal-resizer, .vue-modal-resizer:after {
    display: block;
    position: absolute;
    background: transparent
}

.vue-modal-resizer:after {
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 10px solid #ddd;
    border-left: 10px solid transparent
}

.vue-modal-resizer.clicked:after {
    border-bottom: 10px solid #369be9
}

.vm--block-scroll {
    overflow: hidden;
    width: 100vw
}

.vm--container {
    z-index: 999
}

.vm--container, .vm--overlay {
    position: fixed;
    box-sizing: border-box;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh
}

.vm--overlay {
    opacity: 1
}

.vm--container.scrollable {
    height: 100%;
    min-height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.vm--container.scrollable .vm--modal {
    margin-bottom: 2px
}

.vm--top-right-slot {
    display: block;
    position: absolute;
    right: 0;
    top: 0
}

.vm-transition--overlay-enter-active, .vm-transition--overlay-leave-active {
    transition: all .3s
}

.vm-transition--overlay-enter, .vm-transition--overlay-leave-active {
    opacity: 0
}

.vm-transition--modal-enter-active, .vm-transition--modal-leave-active {
    transition: all .3s
}

.vm-transition--modal-enter, .vm-transition--modal-leave-active {
    opacity: 0;
    transform: translateY(-50px)
}

.vm-transition--default-enter-active, .vm-transition--default-leave-active {
    transition: all 3ms
}

.vm-transition--default-enter, .vm-transition--default-leave-active {
    opacity: 0
}

.vue-dialog {
    font-size: 14px
}

.vue-dialog div {
    box-sizing: border-box
}

.vue-dialog-content {
    flex: 1 0 auto;
    width: 100%;
    padding: 14px
}

.vue-dialog-content-title {
    font-weight: 600;
    padding-bottom: 14px
}

.vue-dialog-buttons {
    display: flex;
    flex: 0 1 auto;
    width: 100%;
    border-top: 1px solid #eee
}

.vue-dialog-buttons-none {
    width: 100%;
    padding-bottom: 14px
}

.vue-dialog-button {
    font-size: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
    box-sizing: border-box;
    line-height: 40px;
    height: 40px;
    color: inherit;
    font: inherit;
    outline: none
}

.vue-dialog-button:hover {
    background: #f9f9f9
}

.vue-dialog-button:active {
    background: #f3f3f3
}

.vue-dialog-button:not(:first-of-type) {
    border-left: 1px solid #eee
}

.vm--modal {
    position: relative;
    overflow: visible;
    box-sizing: border-box;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    left: 50% !important;
    transform: translateX(-50%)
}

.modal {
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 40px rgb(38 62 74/25%);
    margin: 20px 10px;
    height: auto
}

.modal, .modal__close {
    background-color: #fff
}

.modal__close {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    z-index: 1;
    top: -20px;
    right: 15px;
    position: absolute;
    box-shadow: 0 3px 8px rgba(38, 62, 74, .15);
    z-index: 999
}

.modal__close img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .35;
    transition: all .3s ease-out
}

.modal__close:hover img {
    opacity: 1
}

.vm--overlay {
    background: rgba(0, 0, 0, .65)
}

.modal__header {
    padding: 25px 30px;
    border-bottom: 1px solid rgb(0 0 0/.08)
}

.modal__body {
    padding: 15px 30px;
    font-size: 16px;
    line-height: 22px;
    color: rgb(38 62 74/70%)
}

.modal__footer {
    padding: 20px 30px;
    border-top: 1px solid rgb(0 0 0/.08)
}

.modal__title {
    font-size: 24px;
    color: #263e4a;
    font-weight: 700
}

.modal__text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgb(38 50 56/.7);
    margin-bottom: 20px
}

.modal input[type=email], .modal input[type=password], .modal input[type=text] {
    width: 100%
}

@media (max-width: 767px) {
    .vm--modal {
        height: auto !important
    }

    .modal__body {
        padding: 25px
    }

    .modal__header {
        padding: 20px 25px
    }
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-Black.2659233.eot);
    src: url(../fonts/Inter-Black.2659233-1.eot) format("embedded-opentype"), url(../fonts/Inter-Black.d0e88bb.woff2) format("woff2"), url(../fonts/Inter-Black.6d9cd60.woff) format("woff"), url(../fonts/Inter-Black.6692e5c.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-Thin.ac18864.eot);
    src: url(../fonts/Inter-Thin.ac18864-1.eot) format("embedded-opentype"), url(../fonts/Inter-Thin.f9420ab.woff2) format("woff2"), url(../fonts/Inter-Thin.932fc32.woff) format("woff"), url(../fonts/Inter-Thin.048b779.ttf) format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-SemiBold.51bb97d.eot);
    src: url(../fonts/Inter-SemiBold.51bb97d-1.eot) format("embedded-opentype"), url(../fonts/Inter-SemiBold.8c664a8.woff2) format("woff2"), url(../fonts/Inter-SemiBold.945e781.woff) format("woff"), url(../fonts/Inter-SemiBold.a62ce61.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-ExtraBold.830e2ec.eot);
    src: url(../fonts/Inter-ExtraBold.830e2ec-1.eot) format("embedded-opentype"), url(../fonts/Inter-ExtraBold.94346bb.woff2) format("woff2"), url(../fonts/Inter-ExtraBold.b10df6a.woff) format("woff"), url(../fonts/Inter-ExtraBold.3a60272.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-ExtraLight.d04ec48.eot);
    src: url(../fonts/Inter-ExtraLight.d04ec48-1.eot) format("embedded-opentype"), url(../fonts/Inter-ExtraLight.a9eab49.woff2) format("woff2"), url(../fonts/Inter-ExtraLight.2aab027.woff) format("woff"), url(../fonts/Inter-ExtraLight.ae8a0c0.ttf) format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-Light.c0d64fb.eot);
    src: url(../fonts/Inter-Light.c0d64fb-1.eot) format("embedded-opentype"), url(../fonts/Inter-Light.7166d97.woff2) format("woff2"), url(../fonts/Inter-Light.29452be.woff) format("woff"), url(../fonts/Inter-Light.fb46dc5.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-Bold.cb1ca8e.eot);
    src: url(../fonts/Inter-Bold.cb1ca8e-1.eot) format("embedded-opentype"), url(../fonts/Inter-Bold.36a650f.woff2) format("woff2"), url(../fonts/Inter-Bold.b755d2e.woff) format("woff"), url(../fonts/Inter-Bold.04a7d6c.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-Regular.034c55e.eot);
    src: url(../fonts/Inter-Regular.034c55e-1.eot) format("embedded-opentype"), url(../fonts/Inter-Regular.a56307f.woff2) format("woff2"), url(../fonts/Inter-Regular.2e3d2d8.woff) format("woff"), url(../fonts/Inter-Regular.620713e.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-Medium.e1060ec.eot);
    src: url(../fonts/Inter-Medium.e1060ec-1.eot) format("embedded-opentype"), url(../fonts/Inter-Medium.d5afc4b.woff2) format("woff2"), url(../fonts/Inter-Medium.19051ee.woff) format("woff"), url(../fonts/Inter-Medium.a162b6e.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

* {
    outline: none;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

*, :after, :before {
    box-sizing: border-box
}

::-moz-selection {
    background: rgb(224 96 49/30%)
}

::selection {
    background: rgb(224 96 49/30%)
}

html {
    font-family: Inter;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    -webkit-text-size-adjust: none
}

ol {
    list-style: none;
    margin-top: 20px;
    line-height: 24px
}

ol, ul {
    padding-left: 0;
    font-size: 16px
}

ul {
    line-height: 1.5;
    margin-top: 15px;
    margin-bottom: 15px;
    list-style-type: disc;
    list-style-position: inside;
    color: rgba(0, 0, 0, .6)
}

ol li b {
    margin-right: 5px
}

ol li {
    position: relative;
    margin-bottom: 10px
}

ol ol {
    padding-left: 10px
}

ol ol, p {
    margin-top: 10px
}

p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(0, 0, 0, .6)
}

a {
    background-color: transparent;
    color: inherit;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    border: none;
    transition: all .3s ease-out
}

button, input, select, textarea {
    overflow: visible;
    font: inherit;
    margin: 0;
    transition: all .3s ease;
    box-sizing: border-box
}

button {
    cursor: pointer
}

.h1, h1 {
    font-size: 56px;
    line-height: 1.1
}

.h1, .h2, h1, h2 {
    font-style: normal;
    font-weight: 700;
    color: #000
}

.h2, h2 {
    font-size: 36px;
    line-height: 40px
}

.h3, h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 28px;
    color: #000
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none;
    -webkit-appearance: none
}

.html h1 {
    font-size: 38px;
    margin-bottom: 30px
}

.html h1, .html h2 {
    line-height: normal
}

.html h2 {
    font-size: 28px;
    margin-top: 30px
}

.html h2:first-child {
    margin-top: 0
}

.html h3 {
    margin-bottom: 15px;
    margin-top: 30px
}

.html a {
    color: #0ead0e;
    word-break: break-all
}

.html a:hover {
    opacity: .5
}

.html img {
    width: 100%
}

.wrap {
    min-width: 320px
}

.container {
    position: relative;
    padding-left: 30px;
    padding-right: 30px
}

.container-fluid {
    position: relative;
    padding-right: 50px;
    padding-left: 50px
}

.wrap {
    overflow: hidden
}

.form-control input {
    background-color: #fff;
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 10px;
    font-weight: 500;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    height: 60px;
    padding: 0 25px;
    transition: all .3s ease;
    position: relative
}

.form-control label {
    font-size: 16px;
    color: rgb(0 0 0/50%);
    margin-bottom: 8px;
    display: block
}

.form-control input::-moz-placeholder {
    color: rgba(0, 0, 0, .4);
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    font-size: 16px
}

.form-control input:-ms-input-placeholder {
    color: rgba(0, 0, 0, .4);
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    font-size: 16px
}

.form-control input::placeholder {
    color: rgba(0, 0, 0, .4);
    transition: all .2s ease;
    font-size: 16px
}

.form-control input:focus {
    border-color: rgb(224 96 49)
}

.form-control input:focus::-moz-placeholder {
    opacity: 0
}

.form-control input:focus:-ms-input-placeholder {
    opacity: 0
}

.form-control input:focus::placeholder {
    opacity: 0
}

.form-control--default input {
    border-color: rgb(0 0 0/15%)
}

.form-control textarea {
    background-color: #fff;
    border: 1px solid rgb(0 0 0/15%);
    box-sizing: border-box;
    border-radius: 10px;
    font-weight: 500;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    padding: 20px 25px;
    transition: all .3s ease;
    position: relative
}

.form-control textarea::-moz-placeholder {
    color: rgba(0, 0, 0, .4);
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    font-size: 16px
}

.form-control textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, .4);
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    font-size: 16px
}

.form-control textarea::placeholder {
    color: rgba(0, 0, 0, .4);
    transition: all .2s ease;
    font-size: 16px
}

.form-control textarea:hover {
    border-color: rgb(0 0 0/40%)
}

.form-control textarea:focus {
    border-color: rgb(224 96 49)
}

.form-control textarea:focus::-moz-placeholder {
    opacity: 0
}

.form-control textarea:focus:-ms-input-placeholder {
    opacity: 0
}

.form-control textarea:focus::placeholder {
    opacity: 0
}

.btn {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .2s ease-in-out;
    background-color: transparent;
    outline: none;
    text-decoration: none;
    border: 1px solid transparent;
    line-height: 1;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-align: center
}

.btn--admin {
    border-radius: 2px;
    font-weight: 600;
    background-color: #0ead0e;
    border: none;
    color: #fffbf5
}

.btn--admin:hover {
    opacity: .7
}

.btn--sky {
    border-radius: 10px;
    font-weight: 600;
    background-color: #0ead0e;
    border: none;
    color: #fffbf5
}

.btn--sky:hover {
    opacity: .7
}

.btn--sky-outline {
    border-radius: 4px;
    font-weight: 600;
    background-color: #fff;
    color: #0ead0e;
    border: 1px solid #0ead0e
}

.btn--sky-outline:hover {
    background-color: #0ead0e;
    color: #fff
}

.btn--lg {
    padding: 0 35px;
    font-size: 16px;
    height: 60px;
    line-height: 60px
}

.btn--sm {
    padding: 0 30px;
    font-size: 14px;
    height: 40px;
    line-height: 40px
}

.btn--xs {
    padding: 0 10px;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    text-transform: unset
}

.btn[data-icon=entry-left] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.btn[data-icon=entry-left] .btn__ico {
    margin-right: 12px
}

.btn[data-icon=entry-right] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.btn[data-icon=entry-right] .btn__ico {
    margin-left: 6px
}

.btn__loader {
    height: 50%;
    width: 100%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJtYXJnaW46YXV0bztiYWNrZ3JvdW5kOjAgMCIgd2lkdGg9IjIwMCIgaGVpZ2h0PSIyMDAiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgZGlzcGxheT0iYmxvY2siPjxjaXJjbGUgY3g9IjUwIiBjeT0iNTAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxMCIgcj0iMzYiIHN0cm9rZS1kYXNoYXJyYXk9IjE2OS42NDYwMDMyOTM4NDg4MiA1OC41NDg2Njc3NjQ2MTYyNzYiPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZHVyPSIwLjY1Nzg5NDczNjg0MjEwNTNzIiB2YWx1ZXM9IjAgNTAgNTA7MzYwIDUwIDUwIiBrZXlUaW1lcz0iMDsxIi8+PC9jaXJjbGU+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.btn__load, .btn__loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none
}

.btn--load {
    pointer-events: none;
    opacity: .7
}

.btn--load .btn__ico, .btn--load .btn__text {
    opacity: 0
}

.btn--load .btn__load, .btn--load .btn__loader {
    display: block
}

.link-sky-s {
    color: #00376b;
    padding-bottom: 0;
    font-weight: 500
}

.link-sky-d:hover, .link-sky-s:hover {
    opacity: .5
}

.responsive {
    display: inline-block;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    width: 100%
}



.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #fff !important
}



.post__download {
    position: absolute;
    z-index: 3;
    left: 20px;
    top: 20px;
    padding: 8px 20px;
    border-radius: 4px;
    border: 1px solid #fff;
    font-size: 15px;
    font-weight: 600;
    transition: all .2s ease-out;
    background-color: #fff;
    color: #0ead0e;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0 4px 4px rgb(58 68 72/5%), 0 8px 8px rgb(58 68 72/5%), 0 16px 16px rgb(58 68 72/5%), 0 32px 32px rgb(58 68 72/5%), 0 0 15px rgb(58 68 72/5%)
}

.post__download.disabled {
    pointer-events: none
}

.page {
    padding-top: 90px;
    padding-bottom: 0
}

.page__title {
    font-size: 56px;
    color: #000
}

.page__text {
    margin-bottom: 60px;
    margin-top: 15px;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: rgba(0, 0, 0, .6)
}

.content {
    padding-bottom: 90px;
    padding-top: 90px;
    border-bottom: 1px solid #e2e8eb
}

.stori-bullets {
    width: calc(100% - 12px) !important;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    position: absolute;
    top: 7px;
    left: 6px !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.stori-bullets .swiper-pagination-bullet {
    width: 100%;
    height: 2px;
    border-radius: 0;
    margin-left: 0 !important;
    background: #fff;
    opacity: 1
}

.stori-bullets .swiper-pagination-bullet-active {
    background: #fff
}

.stori-bullets .swiper-pagination-bullet:not(:last-child) {
    margin-right: 3px !important
}

.stori-bullets .swiper-pagination-bullet-active ~ .swiper-pagination-bullet {
    background: #000;
    opacity: .2
}

.custom-select {
    border-radius: 4px;
    position: relative;
    height: 40px;
    padding: 10px 0 10px 40px;
    right: 0;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .2s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 999
}

.custom-select__text {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .05em;
    color: #000
}

.custom-select__content {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: auto;
    height: auto;
    min-width: 100%;
    background-color: #fff;
    padding: 10px 0;
    top: 50px;
    right: 0;
    box-shadow: 0 15px 45px rgba(38, 62, 74, .15);
    border-radius: 8px;
    transition: all .2s ease-out;
    transform: translateY(30px)
}

.custom-select__content ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.custom-select__content ul li a {
    display: flex;
    padding: 5px 20px;
    font-size: 15px
}

.custom-select__content ul li a:hover {
    background-color: #f7f7f9
}

.custom-select:before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQuMjUgMS41TDggNy43NSAxLjc1IDEuNSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 52%;
    left: 15px;
    width: 14px;
    height: 8px;
    transform: translateY(-50%);
    transition: all .2s ease-out;
    transform-origin: center
}

.custom-select--open .custom-select__content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.custom-select--open:before {
    transform: translateY(-50%) rotate(180deg)
}

.swiper-pagination-inline {
    width: 100%;
    position: absolute;
    bottom: 30px
}

.swiper-pagination-inline .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 3px;
    background: #fff
}

.switcher-arrow {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    opacity: .5;
    transition: all .2s ease-out;
    cursor: pointer;
    z-index: 99
}

.switcher-arrow:hover {
    opacity: 1
}

.switcher-arrow:after, .switcher-arrow:before {
    content: "";
    position: absolute;
    height: 15px;
    width: 2px;
    background-color: #000;
    border-radius: 1px
}

.switcher-arrow:before {
    top: 13px;
    left: 14px;
    transform: rotate(-45deg)
}

.switcher-arrow:after {
    top: 13px;
    left: 24px;
    transform: rotate(45deg)
}

.switcher-arrow-prew {
    left: 10px;
    transform: translateY(-50%) rotate(90deg)
}

.switcher-arrow-next {
    right: 10px;
    transform: translateY(-50%) rotate(-90deg)
}

.switcher-arrow--universal {
    background-color: #fff;
    border-radius: 50%
}

.switcher-arrow--universal:after {
    top: 16px;
    left: 22px
}

.switcher-arrow--universal:before {
    top: 16px;
    left: 15px
}

.switcher-arrow--universal:after, .switcher-arrow--universal:before {
    height: 11px
}

.switcher-arrow--universal.swiper-button-disabled {
    display: none
}

.teasers {
    padding-top: 90px;
    padding-bottom: 60px
}

.teasers__title {
    margin-top: 0;
    margin-bottom: 15px
}

.teasers__text {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 50px;
    color: rgba(0, 0, 0, .6)
}

.teaser {
    padding: 40px 70px;
    margin-bottom: 30px;
    text-align: left;
    height: calc(100% - 30px);
    transition: all .2s ease-out;
    background-color: #f7f7f7;
    border-radius: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent
}

.teaser:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 25px rgb(0 0 0/14%)
}

.teaser__name {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 13px;
    color: #000
}

.teaser__text {
    font-size: 15px;
    color: #000;
    line-height: 1.5
}

.teaser__ico {
    margin-bottom: 15px
}

.teaser__ico img {
    height: 48px;
    width: 48px
}

@media (max-width: 767px) {
    .container-fluid {
        padding-right: 20px;
        padding-left: 20px
    }

    .html h1 {
        font-size: 28px
    }

    .html h2 {
        font-size: 24px
    }

    .html p {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 1.5
    }

    .html ul {
        padding-left: 0
    }

    .html ul li {
        margin-bottom: 10px
    }

    h2 {
        font-size: 28px;
        line-height: 1.2
    }

    .swiper-pagination-inline .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0 2px
    }

    .content {
        padding-bottom: 60px;
        padding-top: 80px
    }

    .page {
        padding-top: 40px
    }

    .page__title {
        font-size: 34px;
        line-height: 1.2
    }

    .page__text {
        font-size: 15px;
        margin-top: 15px;
        margin-bottom: 30px
    }

    .container {
        padding-left: 20px;
        padding-right: 20px
    }

    .form-control input::-moz-placeholder {
        font-size: 14px
    }

    .form-control input:-ms-input-placeholder {
        font-size: 14px
    }

    .form-control input::placeholder {
        font-size: 14px
    }

    .teasers {
        padding-top: 40px;
        padding-bottom: 25px
    }

    .teaser {
        margin-bottom: 15px;
        height: calc(100% - 15px);
        padding: 40px
    }

    .teasers__title {
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 26px;
        line-height: 1.2
    }

    .teasers__text {
        font-size: 16px
    }
}

.header__container[data-v-7ce1bad8] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding-bottom: 25px;
    padding-top: 25px
}

.header__logo[data-v-7ce1bad8] {
    display: flex
}

.header__logo img[data-v-7ce1bad8] {
    height: 34px;
    width: 130px
}

.header__left[data-v-7ce1bad8], .header__right[data-v-7ce1bad8] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.header__left[data-v-7ce1bad8] {
    justify-content: flex-start
}

.header__menu a[data-v-7ce1bad8]:not(:first-child) {
    margin-left: 30px
}

.header__menu a[data-v-7ce1bad8] {
    font-size: 16px;
    font-weight: 600
}

.header__menu a.nuxt-link-active[data-v-7ce1bad8] {
    color: #0ead0e
}

.header__menu a[data-v-7ce1bad8]:hover {
    opacity: .5;
    border-color: transparent
}

.header__menu[data-v-7ce1bad8] {
    margin-left: 70px
}

.header__link[data-v-7ce1bad8] {
    margin-right: 30px;
    color: #0ead0e;
    border-bottom: 1px solid rgb(224 96 49/30%)
}

.header__link[data-v-7ce1bad8]:hover {
    border-color: transparent
}

@media (max-width: 767px) {
    .header__container[data-v-7ce1bad8] {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

img[data-v-3e1769ab] {
    max-width: 600px;
    max-height: 600px
}

.feed[data-v-3e1769ab] {
    position: relative;
    display: flex
}

@media (max-width: 767px) {
    img[data-v-3e1769ab] {
        max-width: 100%
    }
}

video[data-v-fc28a8f0] {
    max-width: 600px
}

.feed[data-v-fc28a8f0] {
    position: relative;
    display: flex
}

@media (max-width: 767px) {
    video[data-v-fc28a8f0] {
        max-width: 100%
    }
}

.feed-container[data-v-51de6aa1] {
    position: relative
}

.feed[data-v-51de6aa1] {
    display: flex
}

img[data-v-51de6aa1], video[data-v-51de6aa1] {
    max-width: 100%
}

.feed[data-v-51de6aa1] {
    position: relative
}

@media (max-width: 767px) {
    img[data-v-51de6aa1], video[data-v-51de6aa1] {
        max-width: 100%
    }
}

.preview__content[data-v-f7af9df2] {
    display: flex;
    flex-direction: row;
    position: relative;
    max-height: 750px;
    border: 1px solid #fff
}

.preview__media[data-v-f7af9df2] {
    max-width: 600px;
    width: auto;
    overflow: hidden;
    position: relative
}

.preview__info[data-v-f7af9df2] {
    max-width: 400px;
    padding: 0 30px;
    line-height: 1.5;
    font-size: 15px;
    overflow-y: auto;
    min-width: 300px;
    margin-bottom: 30px;
    margin-top: 30px
}

.preview__info div[data-v-f7af9df2] {
    height: 0
}

.preview__button[data-v-f7af9df2] {
    position: absolute;
    z-index: 3;
    right: 20px;
    top: 20px;
    padding: 8px 15px 8px 12px;
    border-radius: 4px;
    border: 1px solid #fff;
    font-size: 15px;
    font-weight: 600;
    transition: all .2s ease-out;
    background-color: #fff;
    color: #0ead0e;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0 4px 4px rgb(58 68 72/5%), 0 8px 8px rgb(58 68 72/5%), 0 16px 16px rgb(58 68 72/5%), 0 32px 32px rgb(58 68 72/5%), 0 0 15px rgb(58 68 72/5%);
    display: flex;
    flex-direction: row;
    align-items: center
}

.preview__button .btn__ico[data-v-f7af9df2] {
    margin-right: 6px
}

.preview__button a[data-v-f7af9df2]:not(:last-child) {
    margin-right: 10px
}

@media (max-width: 767px) {
    .preview__media[data-v-f7af9df2] {
        display: contents
    }

    .preview__content[data-v-f7af9df2] {
        flex-direction: column;
        max-height: unset
    }

    .preview__info[data-v-f7af9df2], .preview__info div[data-v-f7af9df2] {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content
    }
}

.preview-story[data-v-40d344f5] {
    background-color: #1a1a1a;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width: 767px) {
    .preview-story[data-v-40d344f5] {
        align-items: flex-start
    }
}

.close-btn[data-v-b3f07158] {
    display: flex;
    padding: 10px;
    position: absolute;
    top: 19px;
    right: 11px;
    z-index: 999;
    background-color: #fff;
    border-radius: 50%;
    opacity: .5;
    transition: all .2s ease-out
}

.close-btn[data-v-b3f07158]:hover {
    opacity: 1
}

.preview[data-v-b3f07158] {
    align-items: center;
    justify-content: center
}

.preview[data-v-b3f07158], .preview__content[data-v-b3f07158] {
    display: flex;
    max-width: 100%
}

.preview__content[data-v-b3f07158] {
    width: 420px
}

.feed__item[data-v-b3f07158] {
    display: inline-block;
    width: 100%;
    height: auto
}

.feed[data-v-b3f07158] {
    position: relative
}

.feed[data-v-b3f07158]:before {
    height: 40px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .3) 140%);
    z-index: 1;
    content: ""
}

.header__container[data-v-ad3dee74] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
    padding-top: 25px
}

.header__logo[data-v-ad3dee74] {
    display: flex
}

.header__logo img[data-v-ad3dee74] {
    height: 34px;
    width: 130px
}

.header__right[data-v-ad3dee74] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.header__link[data-v-ad3dee74] {
    margin-right: 30px;
    color: #000000;
    font-weight: bold;
    border-bottom: 1px solid rgb(224 96 49/30%)
}

.header__link[data-v-ad3dee74]:hover {
    border-color: transparent
}

@media (max-width: 767px) {
    .header__container[data-v-ad3dee74] {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

.footer[data-v-7ee21e24] {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid rgba(0, 0, 0, .08)
}

.footer__logo[data-v-7ee21e24] {
    display: flex
}

.footer__logo img[data-v-7ee21e24] { 
    height: 34px;
    width: 220px
}

.footer__container[data-v-7ee21e24] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.social[data-v-7ee21e24] {
    display: flex;
    flex-direction: row;
    margin-top: 20px
}

.social__link[data-v-7ee21e24] {
    display: flex;
    padding: 7px
}

.social__link svg path[data-v-7ee21e24] {
    transition: all .2s ease-out
}

.social__link:hover svg path[data-v-7ee21e24] {
    fill: #0ead0e
}

.politics[data-v-7ee21e24] {
    display: flex;
    flex-direction: row;
    margin-top: 10px
}

.politics a[data-v-7ee21e24] {
    font-weight: 300;
    font-size: 13px;
    color: rgba(0, 0, 0, .4);
    margin: 0 7px
}

.politics a[data-v-7ee21e24]:hover {
    color: #0ead0e
}

.license[data-v-7ee21e24] {
    margin-top: 15px;
    font-weight: 300;
    font-size: 14px;
    color: rgba(0, 0, 0, .4)
}

@media (max-width: 767px) {
    .footer[data-v-7ee21e24] {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.preview-story[data-v-e6cd7f80] {
    background-color: #1a1a1a;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width: 767px) {
    .preview-story[data-v-e6cd7f80] {
        align-items: flex-start
    }
}

.switcher__content[data-v-eb31b854] {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.switcher__content > div[data-v-eb31b854] {
    display: flex;
    justify-content: center
}

.switcher__item[data-v-eb31b854] {
    padding-bottom: 30px;
    padding-top: 20px;
    border-bottom: 4px solid transparent;
    position: relative;
    transition: all .2s ease-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: .5;
    justify-content: space-between;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.switcher__logo[data-v-eb31b854] {
    transition: all .2s ease-out;
    margin-bottom: 10px;
    height: 32px;
    width: 32px
}

.switcher__text[data-v-eb31b854] {
    color: #000;
    font-size: 20px;
    transition: all .2s ease-out
}

.switcher__item.nuxt-link-exact-active[data-v-eb31b854] {
    border-color: #0ead0e;
    opacity: 1
}

.switcher__item[data-v-eb31b854]:hover {
    opacity: 1
}

.swiper-container[data-v-eb31b854] {
    width: 100%
}

.content[data-v-eb31b854] {
    padding-bottom: 60px;
    padding-top: 60px;
    border-bottom: 1px solid #e2e8eb
}

.switcher__wrapper[data-v-eb31b854] {
    padding: 0 100px
}

@media (max-width: 767px) {
    .switcher__wrapper[data-v-eb31b854] {
        padding: 0 60px
    }
}

@media (max-width: 767px) {
    .switcher__content[data-v-eb31b854] {
        width: unset
    }

    .switcher__wrapper[data-v-eb31b854] {
        padding: 0 30px
    }

    .switcher__item[data-v-eb31b854] {
        font-size: 14px;
        padding: 10px 20px 15px;
        height: 90px;
        min-width: auto
    }
}