/*!*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css *!*/
/*html {*/
/*    font-family: sans-serif;*/
/*    -ms-text-size-adjust: 100%;*/
/*    -webkit-text-size-adjust: 100%*/
/*}*/

/*body {*/
/*    margin: 0*/
/*}*/

/*article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {*/
/*    display: block*/
/*}*/

/*audio, canvas, progress, video {*/
/*    display: inline-block;*/
/*    vertical-align: baseline*/
/*}*/

/*audio:not([controls]) {*/
/*    display: none;*/
/*    height: 0*/
/*}*/

/*[hidden], template {*/
/*    display: none*/
/*}*/

/*a {*/
/*    background-color: transparent*/
/*}*/

/*a:active, a:hover {*/
/*    outline: 0*/
/*}*/

/*abbr[title] {*/
/*    border-bottom: 1px dotted*/
/*}*/

/*b, strong {*/
/*    font-weight: 700*/
/*}*/

/*dfn {*/
/*    font-style: italic*/
/*}*/

/*h1 {*/
/*    font-size: 2em;*/
/*    margin: .67em 0*/
/*}*/

/*mark {*/
/*    background: #ff0;*/
/*    color: #000*/
/*}*/

/*small {*/
/*    font-size: 80%*/
/*}*/

/*sub, sup {*/
/*    font-size: 75%;*/
/*    line-height: 0;*/
/*    position: relative;*/
/*    vertical-align: baseline*/
/*}*/

/*sup {*/
/*    top: -.5em*/
/*}*/

/*sub {*/
/*    bottom: -.25em*/
/*}*/

/*img {*/
/*    border: 0*/
/*}*/

/*svg:not(:root) {*/
/*    overflow: hidden*/
/*}*/

/*figure {*/
/*    margin: 1em 40px*/
/*}*/

/*hr {*/
/*    box-sizing: content-box;*/
/*    height: 0*/
/*}*/

/*pre {*/
/*    overflow: auto*/
/*}*/

/*code, kbd, pre, samp {*/
/*    font-family: monospace, monospace;*/
/*    font-size: 1em*/
/*}*/

/*button, input, optgroup, select, textarea {*/
/*    color: inherit;*/
/*    font: inherit;*/
/*    margin: 0*/
/*}*/

/*button {*/
/*    overflow: visible*/
/*}*/

/*button, select {*/
/*    text-transform: none*/
/*}*/

/*button, html input[type="button"], input[type="reset"], input[type="submit"] {*/
/*    -webkit-appearance: button;*/
/*    cursor: pointer*/
/*}*/

/*button[disabled], html input[disabled] {*/
/*    cursor: default*/
/*}*/

/*button::-moz-focus-inner, input::-moz-focus-inner {*/
/*    border: 0;*/
/*    padding: 0*/
/*}*/

/*input {*/
/*    line-height: normal*/
/*}*/

/*input[type="checkbox"], input[type="radio"] {*/
/*    box-sizing: border-box;*/
/*    padding: 0*/
/*}*/

/*input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {*/
/*    height: auto*/
/*}*/

/*input[type="search"] {*/
/*    -webkit-appearance: textfield;*/
/*    box-sizing: content-box*/
/*}*/

/*input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {*/
/*    -webkit-appearance: none*/
/*}*/

/*fieldset {*/
/*    border: 1px solid silver;*/
/*    margin: 0 2px;*/
/*    padding: .35em .625em .75em*/
/*}*/

/*legend {*/
/*    border: 0;*/
/*    padding: 0*/
/*}*/

/*textarea {*/
/*    overflow: auto*/
/*}*/

/*optgroup {*/
/*    font-weight: 700*/
/*}*/

/*table {*/
/*    border-collapse: collapse;*/
/*    border-spacing: 0*/
/*}*/

/*td, th {*/
/*    padding: 0*/
/*}*/

/*body, html {*/
/*    height: 100%*/
/*}*/

/*img, input, textarea {*/
/*    max-width: 100%*/
/*}*/

.btn, .description, .text-center {
    text-align: center
}

.clear-filter:after, .clear-filter:before, .contentWrap:after, .header-imageWrap:after, .list li:after {
    content: ''
}

.btn, .categories > li > a, .post__title, .sub-title, .title {
    font-weight: normal;
}

.cookie_message a, .sticky-nav__link, a {
    text-decoration: none
}

.categories, .list, .tags {
    list-style: none
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(https://www.alsovalue.com/themes/alsovalue-Labs/fonts/ProximaNova/ProximaNova-Regular.woff) format('woff');
    font-display: swap;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(https://www.alsovalue.com/themes/alsovalue-Labs/fonts/ProximaNova/ProximaNova-Semibold.woff) format('woff');
    font-display: swap;
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(https://www.alsovalue.com/themes/alsovalue-Labs/fonts/ProximaNova/ProximaNova-Bold.woff) format('woff');
    font-display: swap;
    font-weight: 700;
    font-style: normal
}

*, :after, :before {
    box-sizing: border-box
}

html {
    font-size: 16px
}

@media (max-width: 767px) {
    html {
        font-size: 14px
    }
}

body, input, textarea {
    font-size: 1rem;
    letter-spacing: -.4px;
    line-height: 1.5;
    font-family: "Proxima Nova", Arial, Helvetica, sans-serif
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #16202f;
    color: #262626;
    display: flex;
    flex-direction: column
}

a {
    color: #0045cf
}

img {
    vertical-align: top
}

.img-mask {
    background-color: #1d3763;
    bottom: 0;
    left: 0;
    /*opacity: .5;*/
    position: absolute;
    right: 0;
    top: 0;
    height: 325px;
}

.container {
    margin: auto;
    max-width: 1260px;
    padding-left: 40px;
    padding-right: 40px
}

@media (max-width: 767px) {
    .container {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width: 600px) {
    .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

.title {
    font-size: 3.125rem;
    letter-spacing: -2.5px;
    line-height: 1.48;
    margin: 0 0 40px
}

@media (max-width: 767px) {
    .title {
        font-size: 2.5rem;
        letter-spacing: -1.5px;
        line-height: 1.3;
        margin-bottom: 25px
    }

    .title svg {
        height: 28px
    }
}

.sub-title {
    font-size: 1.875rem;
    line-height: 1.4;
    margin: 0 0 30px
}

.sub-title--small {
    font-size: 1.25rem;
    margin-bottom: 1rem
}

.description {
    font-size: 1.125rem;
    margin: 0 auto 2rem;
    max-width: 780px
}

.btn {
    border: 2px solid transparent;
    border-radius: 0;
    color: #262626;
    cursor: pointer;
    display: block;
    font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
    font-size: .875rem;
    letter-spacing: 1.8px;
    line-height: 1.14;
    min-width: 180px;
    outline: 0;
    padding: 1.125rem 0;
    text-transform: uppercase;
    transition-property: background-color, color;
    transition-duration: .3s
}

.btn--blue {
    background-color: #0045cf;
    color: #fff
}

.btn--blue:hover {
    background-color: #0036a3
}

.btn--white {
    background-color: #fff
}

.btn--white:hover {
    background-color: #c8ccd4
}

.list {
    margin: 0 0 40px;
    padding: 0
}

.list li {
    line-height: 1.5;
    margin-bottom: 17px;
    padding-left: 35px;
    position: relative
}

.list li:after {
    background-color: #0045cf;
    height: 1px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 15px
}

@media (max-width: 767px) {
    .list li:after {
        top: 10px
    }
}

.text-white {
    color: #fff
}

.content {
    background-color: #fff;
    padding: 50px 0
}

.contentWrap {
    flex-grow: 1;
    position: relative
}

.contentWrap:after {
    background-color: #16202f;
    height: calc(100% - 700px);
    left: 0;
    position: absolute;
    right: 0;
    top: 700px;
    z-index: 1
}

.contentWrap .time {
    margin-bottom: 15px;
}

.contentWrap .time span {
    display: inline-block;
    color: #606a74;
    font-size: 16px;
    margin-right: 35px;
}
.contentWrap .time span a{
    color: #606a74;
}

.contentWrap .next {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 75%;
}
.contentWrap .next .link__icon:after{
    border-left: 1px solid #59585e;
    border-top: 1px solid #59585e;
}
.contentWrap .next .left {
    display: flex;
    flex-flow: column;
}

.contentWrap .next .left a {
    color: #262626;
    font-size: 16px;
    margin: 5px 0;
}

.contentWrap .next .left a:hover {
    color: #0045cf;
}

.contentWrap .next .link__icon {
    border-radius: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    height: 25px;
    width: 25px;
    position: relative;
    background: #fff;
    border: 1px solid #e8e8e8;
    margin-right: 15px;
    display: inline-block;
}


.contentWrap .next .back {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #323232;
    transition: all 0.3s;
}

.contentWrap .next .back:hover {
    color: #0045cf;
}

.contentWrap .next .back:hover span {
    border: 1px solid #0045cf;
}

.contentWrap .next .back:hover span:after {
    border-left: 1px solid #0045cf;
    border-top: 1px solid #0045cf;
}


.contentWrap .link__icon:before {
    content: '';
    border-radius: 50%;
    height: 120%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(0);
    transition: transform .3s cubic-bezier(.4, 0, 0, 1);
    width: 120%;
}

.contentWrap .link__icon:after {
    content: '';
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    height: 4px;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
    width: 5px;
}

.contentWrap .link__icon--medium:after {
    height: 5px;
    width: 5px;
}


@media (max-width: 600px) {
    .contentWrap:after {
        height: calc(100% - 450px);
        top: 450px
    }
}

.contentWrap .container {
    position: relative;
    z-index: 2
}

.clear-filter {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 40px;
    margin-left: 30px;
    opacity: .6;
    position: relative;
    transition: opacity .3s;
    width: 40px
}

.clear-filter:after, .clear-filter:before {
    background-color: #fff;
    display: block;
    height: 4px;
    position: absolute;
    right: 2px;
    top: 18px;
    transition-property: background-color;
    transition-duration: .3s;
    width: 37px
}

.clear-filter:after {
    transform: rotate(45deg)
}

.clear-filter:before {
    transform: rotate(-45deg)
}

.header-image, .header-img {
    transform: scale(1.1) translateY(10px);
    z-index: -1;
    will-change: transform
}

.clear-filter:hover {
    opacity: 1
}

.header {
    /*padding: 46px 0;*/
    /*background-color: transparent!important;*/
}

.header__inner {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.header__left-part {
    position: relative
}

.header__alsovalue-link {
    left: -31px;
    position: absolute;
    top: 16px
}

.header__alsovalue-link span {
    color: #fff;
    font-size: 1rem;
    opacity: .6;
    overflow: hidden;
    position: absolute;
    right: 100%;
    top: -3px;
    transition: width .3s;
    white-space: nowrap;
    width: 0
}

@media (max-width: 1500px) {
    .header__alsovalue-link span {
        height: 0;
        left: 0;
        right: auto;
        top: 100%;
        transition: height .3s;
        width: auto
    }

    .header__alsovalue-link:hover span {
        height: 24px
    }
}

@media (max-width: 1280px) {
    .header__left-part {
        padding-left: 30px
    }

    .header__alsovalue-link {
        left: 0
    }
}

.header__alsovalue-link:hover .header__alsovalue-img {
    opacity: 1
}

.header__alsovalue-link:hover span {
    width: 115px
}

.header__alsovalue-img {
    opacity: .6;
    transition: opacity .3s;
    vertical-align: top
}

@media (max-width: 600px) {
    .header {
        padding-bottom: 20px;
        padding-top: 20px
    }

    .header__home-link img {
        width: 120px
    }
}

.header__right-part {
    align-items: center;
    display: flex;
    position: relative
}

.header-image {
    background-image: url(https://www.alsovalue.com/themes/alsovalue-Labs/img/home-bg-2.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 780px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

@media (max-width: 640px) {
    .header-image {
        background-image: url(https://www.alsovalue.com/themes/alsovalue-Labs/img/home-bg-mobile.jpg);
        height: 500px
    }
}

.header-imageWrap {
    height: 150px;
    /*left: 0;*/
    overflow: hidden;
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 0;*/
    /*z-index: -1*/
}

@media (max-width: 640px) {
    .header-imageWrap {
        height: 550px
    }
}

.header-imageWrap:after {
    background-image: linear-gradient(to bottom, rgba(22, 32, 47, 0) 0, rgba(22, 32, 47, .7) 50%, #16202f 90%, #16202f 100%);
    bottom: 0;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0
}

.header-img {
    height: 780px;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: fixed;
    top: 0;
    width: 100%
}

@media (max-width: 640px) {
    .header-img {
        height: 500px
    }
}

.search-form {
    overflow: hidden;
    transition: width .3s;
    width: 0
}

.home .categories > li > a:after, .no-js .categories > li.active a:after {
    transition: transform .3s;
    content: ''
}

.search-form__submit {
    background: url(https://www.alsovalue.com/themes/alsovalue-Labs/img/search.svg) center no-repeat;
    border: none;
    border-radius: 0;
    cursor: pointer;
    height: 55px;
    left: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 60px
}

@media (max-width: 600px) {
    .search-form__submit {
        height: 45px;
        width: 50px
    }
}

.search-form__field {
    background: 0 0;
    border: none;
    box-shadow: 0 0;
    color: #fff;
    outline: 0;
    padding: 5px 20px 5px 5px;
    width: 175px
}

.search-form__field::-moz-placeholder {
    color: #fff;
    opacity: .5
}

.search-form__field:-ms-input-placeholder {
    color: #fff;
    opacity: .5
}

.search-form__field::placeholder {
    color: #fff;
    opacity: .5
}

.search-form__field:-webkit-autofill {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0 1000px #1d3763 inset
}

.search-form__field:-webkit-autofill:focus, .search-form__field:-webkit-autofill:hover {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0 1000px #1d3763 inset
}

.search-form.active {
    width: 200px
}

@media (max-width: 479px) {
    .header .search-form {
        position: absolute;
        right: 55px;
        top: 0
    }

    .header .search-form__submit {
        background-image: url(https://www.alsovalue.com/themes/alsovalue-Labs/img/search-blue.svg)
    }

    .header .search-form__field {
        background-color: #fff;
        height: 35px;
        color: #000;
        padding-left: 50px;
        width: 155px
    }

    .header .search-form__field::-moz-placeholder {
        color: #000
    }

    .header .search-form__field:-ms-input-placeholder {
        color: #000
    }

    .header .search-form__field::placeholder {
        color: #000
    }

    .header .search-form__field:-webkit-autofill {
        -webkit-text-fill-color: #000;
        -webkit-box-shadow: 0 0 0 1000px #fff inset
    }

    .header .search-form__field:-webkit-autofill:focus, .header .search-form__field:-webkit-autofill:hover {
        -webkit-text-fill-color: #000;
        -webkit-box-shadow: 0 0 0 1000px #fff inset
    }

    .header .search-form.active {
        width: 224px
    }

    .categories > li.active a:after {
        transform: translateY(0)
    }
}

.search-open {
    background: url(https://www.alsovalue.com/themes/alsovalue-Labs/img/search.svg) center no-repeat;
    cursor: pointer;
    height: 55px;
    position: relative;
    width: 60px;
    z-index: 1
}

.search-open.active {
    z-index: -1
}

.contact-us__icon {
    display: none
}

@media (max-width: 600px) {
    .search-open {
        height: 45px;
        width: 50px
    }

    .contact-us {
        min-width: 0;
        padding: 0
    }

    .contact-us__text {
        display: none
    }

    .contact-us__icon {
        background: url(https://www.alsovalue.com/themes/alsovalue-Labs/img/send-blue.svg) center no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 41px;
        width: 75px
    }
}

.categories {
    margin: 80px 0 0;
    padding: 0;
    position: relative
}

@media (max-width: 767px) {
    .categories {
        margin-top: 50px
    }
}

.categories > li {
    display: inline-block;
    margin-right: 50px;
    margin-top: 10px;
    vertical-align: top
}

@media (max-width: 1280px) {
    .categories > li {
        margin-right: 5%
    }
}

.categories > li:nth-child(4) {
    margin-right: 0
}

.categories > li > a {
    color: #fff;
    display: block;
    font-size: 1.063rem;
    line-height: 1.47;
    position: relative;
    z-index: 2
}

@media (max-width: 479px) {
    .categories > li > a {
        overflow: hidden;
        position: relative
    }

    .categories > li > a:after {
        background-color: #1563ff;
        bottom: 0;
        content: '';
        height: 12px;
        left: 0;
        position: absolute;
        right: 0;
        transform: translateY(100%);
        transition: transform .3s;
        z-index: -1
    }

    .categories > li > a:hover:after {
        transform: translateY(0)
    }

    #magic-line {
        display: none
    }
}

#magic-line, .no-js .categories > li.active a:after {
    position: absolute;
    background-color: #1563ff;
    height: 12px;
    left: 0;
    bottom: 0
}

.no-js .categories > li.active a:after {
    right: 0;
    z-index: -1
}

#magic-line {
    margin: 0;
    width: 100px;
    z-index: 1
}

.home .categories > li > a {
    overflow: hidden;
    position: relative
}

.home .categories > li > a:after {
    background-color: #1563ff;
    bottom: 0;
    height: 12px;
    left: 0;
    position: absolute;
    right: 0;
    transform: translateY(100%);
    z-index: -1
}

.home .categories > li > a:hover:after {
    transform: translateY(0)
}

.tags {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .tags {
        margin-top: 50px
    }
}

.tags > li {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 2px;
    vertical-align: top
}

.tags > li > a {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    color: #666666;
    display: block;
    font-size: 14px;
    padding: 7px 10px;
    text-transform: capitalize;
    transition-property: background-color, border-color;
    transition-duration: .3s
}

.tags > li > a:hover {
    background-color: #e5ecfa;
    border-color: #bec6d0
}

.posts {
    margin: 100px -10px 60px
}

.releaseTime {
    color: #999999;
    font-size: 14px;
}


@media (max-width: 767px) {
    .posts {
        margin-bottom: 30px;
        margin-top: 50px
    }
}

.posts:after {
    clear: both;
    content: '';
    display: table
}

.post {
    color: #262626;
    float: left;
    margin-bottom: 20px;
    padding: 0 10px;
    transition: transform .3s;
    width: 25%
}

.post__tag, .post__title {
    line-height: 1.4;
    margin: 0 0 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: normal;
}

@media (max-width: 1024px) {
    .post {
        width: 33.333%
    }
}

@media (max-width: 850px) {
    .post {
        width: 50%
    }
}

@media (max-width: 560px) {
    .post {
        width: 100%
    }
}

.post-sizer {
    width: 25%
}

@media (max-width: 1024px) {
    .post-sizer {
        width: 33.333%
    }
}

@media (max-width: 850px) {
    .post-sizer {
        width: 50%
    }
}

@media (max-width: 560px) {
    .post-sizer {
        width: 100%
    }
}

.post__image {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 310px;
    transition-property: height, transform;
    transition-duration: .3s
}

.post__image--hidden {
    opacity: 1;
    /*visibility: hidden;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0*/
}

.footer__social__link:hover .footer__social__img, .post__tag {
    opacity: .7
}

.post__image--default {
    background-color: #f0f0f0;
    position: relative
}

.post__image--default:after {
    content: '';
    background: url(https://www.alsovalue.com/themes/alsovalue-Labs/img/landscape.svg) center no-repeat;
    position: absolute;
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.post__imageWrap {
    overflow: hidden;
    position: relative;
    display: none;
}

.post__info {
    background-color: #fff;
    padding: 30px 20px;
    transition: padding-bottom .3s
}

.post__tag {
    font-size: 14px;
    letter-spacing: 1.2px;
    text-transform: uppercase
}

.post__title {
    font-size: 1.125rem;
    letter-spacing: -.5px
}
.post__title a{
    color: #262626;
    transition: all 0.3s;
}
.post__title a:hover{
    color: #96c800;
}
.post__tag a{
    color: #262626;
}
.post__description {
    height: 48px;
    overflow: hidden
}

@media (max-width: 767px) {
    .post__description {
        height: 42px
    }
}

.post__description p {
    margin: 0
}

.post--big {
    width: 50%
}

@media (max-width: 1024px) {
    .post--big {
        width: 66.666%
    }
}

@media (max-width: 850px) {
    .post--big {
        width: 100%
    }
}

.post:hover {
    transform: translateY(-7px)
}

.post:hover .post__image {
    height: 280px;
    transform: scale(1.2)
}

.post:hover .post__info {
    padding-bottom: 60px
}

.post--link__info {
    background-color: #1d68ff;
    display: flex;
    flex-direction: column;
    min-height: 500px;
    padding: 30px
}

.post--link__logo {
    height: 17px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 60px
}

.post--link__header-text {
    color: #fff;
    font-size: .9375rem;
    letter-spacing: -.4px;
    line-height: 1.33;
    opacity: .7
}

.post--link .post__title {
    color: #fff;
    font-size: 1.438rem;
    letter-spacing: -.6px;
    margin-bottom: 25px
}

.post--link .post__description {
    color: #062b76;
    margin-bottom: 30px
}

.post--link .post__btn {
    align-items: center;
    display: flex;
    flex-grow: 1
}

.post--link .post__btn .btn {
    width: 100%
}

.post--link.post--article {
    float: none;
    margin: 90px 0;
    padding: 0;
    width: 100% !important
}

@media (max-width: 767px) {
    .post--link.post--article {
        margin: 50px 0
    }
}

.post--link.post--article .post__header {
    margin-bottom: 25px
}

.post--link.post--article .post--link__logo {
    height: 19px;
    margin: 0 12px 8px 0;
    vertical-align: middle;
    width: 67px
}

.post--link.post--article .post--link__info {
    min-height: 0;
    padding: 50px 60px
}

.post--link.post--article .post__title {
    font-size: 1.875rem;
    letter-spacing: 0;
    margin-bottom: 35px;
    margin-top: 0;
    max-width: 620px
}

#footer-menu li a, .cookie_message__close {
    letter-spacing: 1.8px;
    text-transform: uppercase
}

.post--link.post--article .post__btn {
    max-width: 180px
}

.post--link.post--article .post__btn .btn:hover {
    border-bottom-color: transparent
}

.post--link.post--article:hover {
    transform: translateY(0)
}

.post__header {
    margin-bottom: 40px
}

@media (min-width: 1025px) {
    .no-js .category .post:nth-child(5), .no-js .category .post:nth-child(9), .no-js .page-template-front-page .post:nth-child(5), .no-js .page-template-front-page .post:nth-child(9), .no-js .tag .post:nth-child(10), .no-js .tag .post:nth-child(6) {
        clear: left
    }
}

.pagination-wrapper {
    margin-bottom: 60px
}

@media (max-width: 767px) {
    .post--link.post--article .post--link__info {
        padding: 25px
    }

    .pagination-wrapper {
        margin-bottom: 50px
    }
}

.pagination-wrapper .page-numbers {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.pagination-wrapper .page-numbers li {
    margin: 0 10px
}

.pagination-wrapper .page-numbers li .page-numbers {
    border-radius: 5px;
    border: 1px solid transparent;
    color: #fff;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.14;
    padding: 12px 16px;
    transition-duration: .3s;
    transition-property: background-color, border-color, color
}

.pagination-wrapper .page-numbers li .current {
    background-color: #0045cf;
    color: #fff;
    display: block
}

.pagination-wrapper .page-numbers li .current:hover {
    border-color: transparent
}

.pagination-wrapper .page-numbers li:hover a {
    border-color: #293445
}

.related-posts {
    background-color: #f0f0f0;
    padding: 50px 0 70px
}

.related-posts .posts {
    margin-bottom: 0;
    margin-top: 50px
}

.related-posts .post__image {
    height: 160px;
    display: none;
}

.related-posts .post__info {
    padding-bottom: 15px
}

.related-posts .post__description {
    display: none
}

.related-posts .post:hover .post__image {
    height: 140px
}

.related-posts .post:hover .post__info {
    padding-bottom: 35px
}

.related-posts .post--link__info {
    min-height: 0
}

.comments {
    background-color: #fff;
    padding-bottom: 130px;
    padding-top: 110px
}

@media (max-width: 1024px) {
    .comments {
        padding-bottom: 60px;
        padding-top: 50px
    }
}

.footer {
    background-color: #121b28;
    color: #fff;
    /*padding: 95px 0 50px*/
}

.footer__content {
    display: flex
}

@media (max-width: 920px) {
    .footer__content:nth-child(2) .footer__logoWrap {
        display: none
    }
}

@media (max-width: 960px) {
    .footer__content {
        flex-wrap: wrap
    }
}

.footer__logoWrap {
    flex: 0 0 15%
}

@media (max-width: 960px) {
    .footer__logoWrap {
        flex-basis: 15%
    }
}

@media (max-width: 767px) {
    /*.footer {*/
    /*    padding-bottom: 30px;*/
    /*    padding-top: 50px*/
    /*}*/
    /*.footer__logoWrap {*/
    /*    flex-basis: 100%;*/
    /*    margin-bottom: 2rem*/
    /*}*/
}

.footer__logo__img {
    height: 24px;
    width: 87px
}

.footer__social {
    align-items: center;
    display: flex;
    flex: 0 0 30%;
    justify-content: space-between;
    margin-bottom: 60px
}

@media (max-width: 960px) {
    .footer__social {
        flex-basis: 30%
    }
}

@media (max-width: 767px) {
    .footer__social {
        flex-basis: 100%
    }
}

.footer__social__img {
    fill: #fff;
    transition: opacity .3s
}

/*.footer__copyright {*/
/*    flex: 0 0 35%;*/
/*    font-size: 1rem;*/
/*    line-height: 1.75;*/
/*    margin: 0*/
/*}*/

/*@media (max-width: 920px) {*/
/*    .footer__copyright {*/
/*        flex-basis: 50%*/
/*    }*/
/*}*/

/*@media (max-width: 767px) {*/
/*    .footer__copyright {*/
/*        flex-basis: 100%;*/
/*        order: 2;*/
/*        text-align: center*/
/*    }*/
/*}*/

.footer__menu {
    flex: 0 0 45%;
    margin-bottom: 20px;
    margin-top: 5px
}

@media (max-width: 960px) {
    .footer__menu {
        flex-basis: 55%
    }
}

@media (max-width: 920px) {
    .footer__menu {
        flex-basis: 85%
    }
}

@media (max-width: 767px) {
    .footer__menu {
        flex-basis: 100%
    }
}

.footer__links {
    flex: 0 0 40%;
    margin-bottom: 60px;
    margin-right: 0
}

@media (max-width: 960px) {
    .footer__links {
        flex-basis: 50%
    }
}

@media (max-width: 767px) {
    .footer__links {
        flex-basis: 100%;
        margin-bottom: 30px
    }
}

.footer__newsletter {
    flex: 0 0 30%
}

@media (max-width: 960px) {
    .footer__newsletter {
        flex-basis: 30%
    }
}

@media (max-width: 920px) {
    .footer__newsletter {
        flex-basis: 100%
    }
}

.cookie_message {
    background: #e5e5e5;
    bottom: 0;
    box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, .1);
    color: #000;
    font-size: .875rem;
    left: 0;
    line-height: 1.43;
    opacity: 0;
    padding: 10px 120px 10px 15px;
    position: fixed;
    right: 0;
    text-align: left;
    transform: translateY(120%);
    z-index: 2000;
    will-change: transform
}

.cookie_message.show {
    opacity: 1;
    transform: translateY(0);
    transition-duration: .5s;
    transition-property: opacity, transform
}

.cookie_message__close {
    align-items: center;
    background-color: #0045cf;
    bottom: 12px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: .8125rem;
    font-weight: 600;
    height: auto;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 12px;
    width: 95px
}

@media (max-width: 760px) {
    .cookie_message {
        padding: 10px 20px;
        text-align: center
    }

    .cookie_message__close {
        display: block;
        font-size: 1.083rem;
        margin-top: 10px;
        padding: 10px;
        position: static;
        width: 100%
    }
}

.cookie_message a {
    color: #0045cf;
    outline: 0
}

.newsletter {
    margin-bottom: 50px;
    margin-top: 5px
}

.newsletter__label {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 15px
}

.newsletter__form {
    display: flex;
    margin-top: 20px;
    position: relative
}

.newsletter .validation-message {
    bottom: -25px;
    color: red;
    font-size: .875rem;
    left: 0;
    position: absolute;
    z-index: 1
}

.newsletter__preloader {
    position: absolute;
    right: 90px;
    top: 17px;
    display: none
}

.newsletter input[type=text], .newsletter input[type=submit] {
    outline: 0;
    padding: 13px 0
}

.newsletter input[type=text] {
    background-color: #fff;
    border: 1px solid transparent;
    color: #aab4c4;
    flex: 0 0 calc(100% - 80px);
    font-size: 16px;
    line-height: 1.75;
    min-width: calc(100% - 80px);
    padding-left: 30px;
    padding-right: 35px
}

.newsletter input[type=text]::-moz-placeholder .newsletter input[type=text]:-ms-input-placeholder, .newsletter input[type=text]::-webkit-input-placeholder {
    color: #aab4c4
}

.newsletter input[type=text]:-webkit-autofill {
    -webkit-text-fill-color: #aab4c4;
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

.newsletter input[type=text]:-webkit-autofill:focus, .newsletter input[type=text]:-webkit-autofill:hover {
    -webkit-text-fill-color: #aab4c4;
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

.newsletter input[type=submit] {
    background: url(https://www.alsovalue.com/themes/alsovalue-Labs/img/send.svg) center no-repeat #1d3763;
    border: 1px solid transparent;
    color: #fff;
    flex: 0 0 80px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.8px;
    line-height: 1.14;
    padding: 20px 0;
    text-align: center;
    text-indent: -9999px;
    text-transform: uppercase;
    transition: background-color .3s
}

#footer-links, #footer-menu {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none
}

#footer-links li a, #footer-menu li a {
    transition: border-color .3s;
    color: #fff
}

.newsletter input[type=submit]:hover {
    background-color: #091936
}

#footer-menu {
    flex-wrap: wrap
}

#footer-menu li {
    flex: 0 0 40%;
    margin-bottom: 2rem
}

#footer-menu li:nth-child(2n+1) {
    flex: 0 0 60%
}

#footer-menu li a {
    border-bottom: 1px solid transparent;
    font-size: .875rem;
    font-weight: 800;
    line-height: 1.14
}

#footer-links li a:hover, #footer-menu li a:hover {
    border-bottom-color: #fff;
    text-decoration: none
}

#footer-links {
    justify-content: space-between
}

.page-template-page-termsPrivacy .contentWrap:after, .search .header__right-part .search-form, .search .header__right-part .search-open {
    display: none
}

#footer-links li a {
    border-bottom: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.75
}

#scrolltop {
    border: 2px solid #aab4c4;
    border-radius: 50%;
    bottom: -150px;
    height: 60px;
    opacity: 0;
    position: fixed;
    right: 20px;
    transition-property: background-color, bottom, opacity;
    transition-duration: .3s;
    width: 60px;
    z-index: 100
}

#scrolltop:after {
    border-left: solid 2px #aab4c4;
    border-top: solid 2px #aab4c4;
    content: '';
    height: 15px;
    left: 50%;
    position: absolute;
    top: 25px;
    width: 15px;
    transform: translateX(-50%) rotate(45deg);
    transition: border-color .3s
}

.single-post .header-image, .single-post .header-imageWrap, .single-post .header-img {
    height: 150px
}

.share__image, .video__play {
    transform: translate(-50%, -50%)
}

#scrolltop.active {
    bottom: 20px;
    opacity: 1
}

#scrolltop:hover {
    background-color: #aab4c4
}

#scrolltop:hover:after {
    border-color: #fff
}

.search-no-results .posts {
    margin-top: 60px
}

.search-results-form {
    margin-bottom: 30px
}

.search-results-form .search-form {
    overflow: auto;
    position: relative;
    width: 100%
}

.search-results-form .search-form__field {
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    font-weight: 700;
    font-size: 3.125rem;
    line-height: 1.48;
    letter-spacing: -2.5px;
    padding: 8px 20px 8px 45px;
    transition: border-color .3s;
    width: 100%
}

.search-results-form .search-form__field:focus {
    border-bottom-color: #fff
}

.search-results-form .search-form__submit {
    background-size: 24px auto;
    top: 22px;
    width: 30px
}

@media (max-width: 767px) {
    .search-results-form .search-form__submit {
        top: 16px
    }
}

@media (max-width: 480px) {
    .search-results-form .search-form__field {
        font-size: 2rem
    }

    .search-results-form .search-form__submit {
        top: 2px
    }
}

.search-results-text {
    color: #fff
}

.search-results-not-found {
    margin: 180px 0
}

@media (max-width: 1024px) {
    .search-results-not-found {
        margin-bottom: 100px;
        margin-top: 100px
    }
}

@media (max-width: 767px) {
    .search-results-not-found {
        margin-bottom: 50px;
        margin-top: 50px
    }
}

.terms-privacy {
    display: flex;
    margin-top: 70px
}

.page-template-page-sitemap .contentWrap:after, .single-post .contentWrap:after, .single-post .header-imageWrap:after {
    display: none
}

.terms-privacy__nav {
    flex: 0 0 35%
}

@media (max-width: 1024px) {
    .terms-privacy__nav {
        flex-basis: 30%
    }
}

.terms-privacy__content {
    padding-left: 50px;
    flex: 0 0 65%
}

@media (max-width: 1024px) {
    .terms-privacy__content {
        flex-basis: 70%
    }
}

@media (max-width: 767px) {
    .terms-privacy__nav {
        display: none
    }

    .terms-privacy__content {
        flex-basis: 100%;
        padding-left: 0
    }
}

.terms-privacy__content .sub-title {
    margin-bottom: 0
}

.terms-privacy__content .text {
    margin-bottom: 55px
}

.sticky-nav {
    background-color: #f0f0f0;
    padding: 50px
}

@media (max-width: 1024px) {
    .sticky-nav {
        padding: 25px
    }
}

.sticky-nav__link {
    color: #323232;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 1.8px;
    line-height: 1.4;
    vertical-align: top;
    text-transform: uppercase;
    transition-property: color;
    transition-duration: .3s
}

.sticky-nav__link:hover {
    color: #0045cf
}

.sticky-nav__linkWrap + .sticky-nav__linkWrap {
    margin-top: 24px
}

.single-post .title {
    line-height: 1.4;
    /*min-height: 140px*/
    color: #fff;
}
.single-post .title a{
    color: #fff;
}
.breadcrumb-nav{
    margin-bottom: 20px;
}
.breadcrumb-nav a{
    display: inline-block;
    color: #606a74;
    font-size: 16px;
}
.single-post h1 {
    font-size: 3rem;
}

.single-post .categories {
    margin-bottom: 45px;
    margin-top: 0
}

.single_post {
    display: flex
}

.single_post__text {
    flex: 0 0 75%;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    max-width: 75%;
    padding-right: 120px;
    word-wrap: break-word;
    word-break: break-word
}


.fenlei h3 {
    color: #272727;
}

.fenlei ul {
    margin-top: 20px;
}

.fenlei li {
    margin-bottom: 30px;
}

.fenlei li a {
    display: flex;
    align-items: center;
    color: #262626;
    font-size: 1.063rem;
    position: relative;
    transition: all0 .3s;
}

.fenlei li a:before {
    content: '';
    position: absolute;
    background-color: #94c700;
    width: 69px;
    height: 14px;
    left: 34px;
    z-index: -1;
    bottom: 0;
    opacity: 0;
    transition: all0 .3s;
}

.fenlei li a:hover:before {
    opacity: 1;
}

.fenlei li svg {
    width: 16px;
    height: 16px;
}


.fenlei .link__icon {
    border-radius: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    height: 20px;
    width: 20px;
    position: relative;
    background: #1f1d28;
    border: 1px solid #12101d;
    margin-right: 15px;
}

.link__icon:before {
    content: '';
    border-radius: 50%;
    height: 120%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(0);
    transition: transform .3s cubic-bezier(.4, 0, 0, 1);
    width: 120%;
}

.link__icon:after {
    content: '';
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    height: 4px;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
    width: 5px;
}

.link__icon--medium:after {
    height: 5px;
    width: 5px;
}

.biaoqian {
    margin-top: 40px;
}


.biaoqian .link__icon {
    border-radius: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    height: 25px;
    width: 25px;
    position: relative;
    background: #fff;
    border: 1px solid #e8e8e8;
    margin-right: 6px;
    display: inline-block;
}

.biaoqian .link__icon:before {
    content: '';
    border-radius: 50%;
    height: 120%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(0);
    transition: transform .3s cubic-bezier(.4, 0, 0, 1);
    width: 120%;
}

.biaoqian .link__icon:after {
    content: '';
    border-left: 1px solid #4e4d52;
    border-top: 1px solid #4e4d52;
    height: 4px;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
    width: 5px;
}

.biaoqian .link__icon--medium:after {
    height: 5px;
    width: 5px;
}

.biaoqian .more {
    margin-top: 25px;
}

.biaoqian .more a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #666666;
}


@media (max-width: 1024px) {
    .single_post__text {
        padding-right: 50px
    }
}

@media (max-width: 767px) {
    .single_post {
        display: block
    }

    .single_post__text {
        padding-right: 0;
        max-width: 100%
    }
}

.single_post__text a {
    border-bottom: 1px solid rgba(0, 69, 207, .3);
    display: inline;
    line-height: 1.5;
    transition-property: background-color, border-color, color;
    transition-duration: .3s
}

.single_post__text a:hover {
    border-bottom-color: #0045cf
}

.single_post__text a[href$=jpg], .single_post__text a[href$=jpeg], .single_post__text a[href$=png], .single_post__text a[href$=gif] {
    border-bottom: none;
    display: inline-block;
    vertical-align: top
}

.single_post__text p {
    /*margin: 0 0 35px*/
}

.single_post__text p img {
    margin-bottom: 0;
    margin-top: 0
}

.single_post__text img {
    height: auto;
    margin: 35px 0
}

.single_post__text img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.single_post__text iframe {
    display: block;
    margin: 35px 0;
    max-width: 100%
}

.single_post__text h1, .single_post__text h2, .single_post__text h3, .single_post__text h4, .single_post__text h5, .single_post__text h6 {
    font-weight: normal;
    line-height: 1.5;
    margin: 0 0 40px
}

.single_post__text h1:not(:first-child), .single_post__text h2:not(:first-child), .single_post__text h3:not(:first-child), .single_post__text h4:not(:first-child), .single_post__text h5:not(:first-child), .single_post__text h6:not(:first-child) {
    margin-top: 80px
}

@media (max-width: 1024px) {
    .single_post__text h1:not(:first-child), .single_post__text h2:not(:first-child), .single_post__text h3:not(:first-child), .single_post__text h4:not(:first-child), .single_post__text h5:not(:first-child), .single_post__text h6:not(:first-child) {
        margin-top: 50px
    }
}

.single_post__text h1 + h1, .single_post__text h1 + h2, .single_post__text h1 + h3, .single_post__text h1 + h4, .single_post__text h1 + h5, .single_post__text h1 + h6, .single_post__text h2 + h1, .single_post__text h2 + h2, .single_post__text h2 + h3, .single_post__text h2 + h4, .single_post__text h2 + h5, .single_post__text h2 + h6, .single_post__text h3 + h1, .single_post__text h3 + h2, .single_post__text h3 + h3, .single_post__text h3 + h4, .single_post__text h3 + h5, .single_post__text h3 + h6, .single_post__text h4 + h1, .single_post__text h4 + h2, .single_post__text h4 + h3, .single_post__text h4 + h4, .single_post__text h4 + h5, .single_post__text h4 + h6, .single_post__text h5 + h1, .single_post__text h5 + h2, .single_post__text h5 + h3, .single_post__text h5 + h4, .single_post__text h5 + h5, .single_post__text h5 + h6, .single_post__text h6 + h1, .single_post__text h6 + h2, .single_post__text h6 + h3, .single_post__text h6 + h4, .single_post__text h6 + h5, .single_post__text h6 + h6 {
    margin-top: 0 !important
}

.single_post__text h1 {
    font-size: 2.5rem
}

.single_post__text h2 {
    font-size: 1.875rem
}

.single_post__text h3 {
    font-size: 1.625rem
}

.single_post__text h4 {
    font-size: 1.375rem
}

.single_post__text h5 {
    font-size: 1.125rem
}

.single_post__text h6 {
    font-size: 1rem
}

.single_post__text ul {
    list-style: none;
    margin: 0 0 40px;
    padding: 0
}

.single_post__text ul li {
    line-height: 1.5;
    margin-bottom: 17px;
    padding-left: 35px;
    position: relative
}

.single_post__text ul li:after {
    background-color: #0045cf;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 15px
}

.single_post__text ul li ul {
    font-size: 1rem;
    margin: 10px 0
}

.single_post__text ul li ul li {
    padding-left: 20px
}

.single_post__text ul li ul li:after {
    background-color: #262626;
    width: 6px
}

.single_post__text ul ol {
    margin: 15px 0
}

.single_post__text ul ol li {
    padding-left: 0
}

.single_post__text ul ol li:after {
    display: none
}

.single_post__text ol {
    margin: 35px 0
}

.single_post__text ol li {
    margin-bottom: 20px
}

.single_post__text ol ul {
    margin-top: 15px
}

.single_post__text hr {
    border: 1px solid #ccd3de;
    margin: 70px 0
}

.single_post__text table {
    background-color: #fff;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 35px;
    margin-top: 35px;
    width: 100%
}

.single_post__text table th {
    background-color: #0045cf;
    color: #fff;
    font-size: .875rem;
    line-height: 1.14;
    padding: 20px 30px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-align: left
}

@media (max-width: 767px) {
    .single_post__text ul li:after {
        top: 10px
    }

    .single_post__text table th {
        padding: 10px
    }
}

.single_post__text table td {
    padding: 20px 30px
}

@media (max-width: 767px) {
    .single_post__text table td {
        padding: 10px
    }
}

.single_post__text table tr:nth-child(2n+1) td {
    background-color: #f2f5fa
}

.single_post__text table.custom-table {
    font-size: .875rem
}

.single_post__text table.custom-table th {
    padding: 10px 15px
}

.single_post__text table.custom-table tr:nth-child(2n+1) td {
    background-color: transparent
}

.single_post__text table.custom-table tr td {
    border: 1px solid #ddd;
    padding: 10px;
    vertical-align: top
}

.single_post__text table.custom-table tr td.with-bg {
    background-color: #f2f5fa
}

.single_post__text table.auto-width {
    max-width: 99.9%;
    width: auto;
    word-break: initial
}

.single_post__text .tg-wrap {
    overflow: auto;
    margin: 35px 0
}

.single_post__text .tg-wrap table {
    margin: 0
}

.single_post__text .syntaxhighlighter {
    margin-bottom: 35px !important;
    margin-top: 35px !important;
    max-height: 500px;
    overflow: auto
}

.single_post__text blockquote {
    font-size: 1.625rem;
    font-weight: 700;
    letter-spacing: -.2px;
    line-height: 1.62;
    position: relative;
    padding: 0;
    margin: 35px 0
}

.single_post__text blockquote p {
    margin: 0
}

.single_post__text blockquote:after {
    content: '';
    background: url(https://www.alsovalue.com/themes/alsovalue-Labs/img/quotes.svg) center top no-repeat;
    background-size: contain;
    width: 35px;
    height: 24px;
    top: 10px;
    left: -70px;
    position: absolute
}

@media (max-width: 1365px) {
    .single_post__text blockquote {
        padding-left: 70px
    }

    .single_post__text blockquote:after {
        left: 0
    }
}

@media (max-width: 767px) {
    .single_post__text blockquote {
        font-size: 1.375rem;
        padding-left: 40px
    }

    .single_post__text blockquote:after {
        top: 5px;
        width: 25px
    }
}

.single_post__text [id*=attachment] {
    width: auto !important
}

.single_post__text .content-nav .sticky-nav__link {
    vertical-align: middle
}

.single_post__text code, .single_post__text pre {
    white-space: pre-wrap
}

.single_post__add {
    flex: 0 0 25%
}

@media (max-width: 767px) {
    .single_post__add {
        flex-basis: 100%
    }
}

.single_post__add .btn {
    max-width: 220px
}

.fenlei #btn-speak-to-an-expert{
    font-size: 16px;
    border-radius: 0;
    background: #0045d0;
    padding: 18px 0;
}



.word-nowrap {
    word-break: initial
}

.share {
    margin: 30px 0
}

@media (max-width: 480px) {
    .share {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

.share__btn, .share__title {
    display: inline-block;
    vertical-align: middle
}

.share__title {
    margin-bottom: 0;
    margin-right: 40px
}

@media (max-width: 480px) {
    .share__title {
        flex: 0 0 100%;
        margin: 0 0 20px
    }
}

.share__btn {
    border-radius: 50%;
    border: 1px solid #f0f0f0;
    height: 60px;
    margin-right: 20px;
    position: relative;
    text-align: center;
    width: 60px
}

@media (max-width: 480px) {
    .share__btn {
        margin-right: 0
    }
}

.share__btn:hover .share__image--facebook {
    fill: #4064b4
}

.share__btn:hover .share__image--twitter {
    fill: #06a0f5
}

.share__btn:hover .share__image--linkedin {
    fill: #0075b8
}

.share__btn:hover .share__image--google {
    fill: #e05240
}

.share__image {
    fill: #1d3763;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: fill .3s
}

.error404 .header__right-part .search-form, .error404 .header__right-part .search-open {
    display: none
}

.error404 .header-image-bg {
    height: 300px
}

.content-404 {
    margin: 50px 0 80px
}

@media (max-width: 480px) {
    .content-404 {
        margin-bottom: 40px;
        margin-top: 0
    }
}

.content-404 .btn {
    max-width: 210px;
    margin: auto
}

.videos {
    padding-bottom: 100px;
    padding-top: 60px
}

.videos + .pagination-wrapper {
    margin-bottom: 100px
}

.video {
    align-items: center;
    color: #fff;
    display: flex;
    margin-top: 100px
}

@media (max-width: 1023px) {
    .videos {
        padding-bottom: 60px;
        padding-top: 30px
    }

    .videos + .pagination-wrapper {
        margin-bottom: 60px
    }

    .video {
        margin-top: 60px
    }
}

@media (max-width: 767px) {
    .video {
        flex-wrap: wrap
    }
}

.video__description {
    flex: 0 0 42.35%;
    padding-right: 10%
}

.video__tag {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 1.8px;
    line-height: 1.14;
    margin: 0 0 30px;
    opacity: .5;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .video__description {
        flex-basis: 100%;
        padding-right: 0
    }

    .video__tag {
        margin-bottom: 20px
    }
}

.video__title {
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .video__title {
        margin-bottom: 20px
    }
}

.video__excerpt {
    line-height: 1.56;
    margin: 0 0 20px
}

.video__link {
    color: #87faac;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0;
    padding-left: 40px;
    position: relative;
    vertical-align: top
}

.video__link:after, .video__link:before {
    position: absolute;
    content: ''
}

.video__link:before {
    background: url(https://www.alsovalue.com/themes/alsovalue-Labs/img/read.svg) center no-repeat;
    height: 20px;
    left: 0;
    top: 3px;
    width: 20px
}

.video__link:after {
    border-bottom: 1px solid rgba(135, 250, 172, .3);
    bottom: 0;
    left: 40px;
    right: 0;
    transition: border-color .3s
}

.video__link:hover:after {
    border-bottom-color: #87faac
}

.video__image {
    cursor: pointer;
    flex: 0 0 57.65%;
    position: relative
}

.video__image img {
    width: 100%;
    height: 100%
}

@media (max-width: 767px) {
    .video__image {
        flex-basis: 100%;
        margin-top: 30px
    }
}

.video__image:hover .video__play {
    height: 150px;
    width: 150px
}

.video__play {
    background: url(https://www.alsovalue.com/themes/alsovalue-Labs/img/play.svg) center no-repeat;
    background-size: cover;
    height: 126px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform-origin: center;
    width: 126px;
    transition-duration: .3s;
    transition-property: height, width
}

.popup, .popup__bg {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.popup {
    display: none;
    position: fixed;
    z-index: 999
}

.popup.open {
    display: flex
}

.popup.open .popup__bg {
    -webkit-animation: fadeIn .3s;
    animation: fadeIn .3s
}

.popup.open .popup__content {
    -webkit-animation: showPopupContent .3s;
    animation: showPopupContent .3s
}

.popup__bg {
    background: rgba(38, 38, 38, .9);
    position: absolute
}

.popup__close {
    cursor: pointer;
    height: 40px;
    opacity: .6;
    position: absolute;
    right: 40px;
    top: 40px;
    transition: opacity .3s;
    width: 40px;
    z-index: 1
}

@media (max-width: 480px) {
    .popup__close {
        right: 0;
        top: 0
    }
}

.popup__close:after, .popup__close:before {
    background-color: #fff;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    right: 5px;
    top: 18px;
    transition-property: background-color;
    transition-duration: .3s;
    width: 30px
}

.popup__close:after {
    transform: rotate(45deg)
}

.popup__close:before {
    transform: rotate(-45deg)
}

.popup__close:hover {
    opacity: 1
}

.popup__content {
    box-shadow: 0 23px 27px 0 rgba(29, 55, 99, .1);
    margin: auto;
    padding: 20px;
    position: relative;
    width: 1064px
}

.popup__content .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.popup__content iframe {
    position: relative;
    max-width: 100%
}

@media (max-width: 767px) {
    .popup__content iframe {
        height: 400px
    }
}

@media (max-width: 560px) {
    .popup__content iframe {
        height: 290px
    }
}

@media (max-width: 480px) {
    .popup__content iframe {
        height: 245px
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes showPopupContent {
    from {
        opacity: 0;
        transform: translateY(50px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes showPopupContent {
    from {
        opacity: 0;
        transform: translateY(50px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.loader {
    -webkit-animation: load 1.1s infinite ease-in-out;
    animation: load 1.1s infinite ease-in-out;
    border-bottom: 5px solid rgba(255, 255, 255, .2);
    border-left: 5px solid #0045cf;
    border-radius: 50%;
    border-right: 5px solid rgba(255, 255, 255, .2);
    border-top: 5px solid rgba(255, 255, 255, .2);
    height: 60px;
    transform: translateZ(0);
    width: 60px
}

@-webkit-keyframes load {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes load {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.progressContainer {
    height: 6px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999
}

.progressBar {
    background-color: #0045cf;
    float: left;
    height: 100%;
    max-width: 100%;
    transition: width .6s ease;
    width: 0%
}

.whitepaper-link.full-width {
    margin-left: -40px;
    margin-right: -40px
}

@media (max-width: 767px) {
    .whitepaper-link.full-width {
        margin-left: -30px;
        margin-right: -30px
    }
}

@media (max-width: 600px) {
    .whitepaper-link.full-width {
        margin-left: -20px;
        margin-right: -20px
    }
}

.whitepaper-link.floated {
    float: right;
    margin-bottom: 20px;
    margin-left: 40px;
    width: 40%
}

.whitepaper-link img {
    max-width: 100%;
    width: 100%
}

a.whitepaper-link {
    display: block;
    border: none
}

.author .header-image {
    height: 366px
}

.author .header-imageWrap {
    height: 366px;
    overflow: hidden;
    transform: translate3d(0, 0, 0)
}

.author-info {
    display: flex;
    margin-bottom: -30px
}

@media (max-width: 480px) {
    .whitepaper-link.floated {
        margin-left: 0;
        width: 100%
    }

    .author-info {
        margin-bottom: -10px
    }
}

.author-infoWrap {
    border-bottom: 1px solid #CCD3DE;
    border-top: 1px solid #CCD3DE;
    display: flex;
    margin-bottom: 40px;
    margin-top: 40px;
    max-width: calc(75% - 120px);
    padding-bottom: 17px;
    padding-top: 17px;
    justify-content: space-between
}

@media (max-width: 1100px) {
    .author-infoWrap {
        align-items: center
    }
}

@media (max-width: 1024px) {
    .author-infoWrap {
        max-width: calc(75% - 50px)
    }
}

.author-info__image {
    flex: 0 0 190px;
    margin-right: 70px
}

@media (max-width: 767px) {
    .author-infoWrap {
        max-width: 100%
    }

    .author-info__image {
        flex-basis: 150px;
        margin-right: 30px
    }
}

.author-info__image img {
    height: 190px;
    width: 190px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

@media (max-width: 767px) {
    .author-info__image img {
        height: 150px;
        width: 150px
    }
}

@media (max-width: 480px) {
    .author-info__image {
        flex-basis: 100px;
        margin-right: 20px
    }

    .author-info__image img {
        height: 100px;
        width: 100px
    }
}

.author-info__name {
    font-size: 3.125rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 10px 0 8px
}

@media (max-width: 480px) {
    .author-info__name {
        font-size: 1.5rem;
        margin: 0 0 4px
    }
}

.author-info__position {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 30px
}

@media (max-width: 767px) {
    .author-info__position {
        font-size: 1.125rem
    }
}

@media (max-width: 480px) {
    .author-info__position {
        font-size: 1rem
    }
}

.author-info__published {
    margin-left: 36px;
    color: #838383;
    font-size: .875rem;
    margin-top: 18px
}

@media (max-width: 860px) {
    .author-infoWrap {
        display: block
    }

    .author-info__published {
        margin-left: 105px
    }
}

.author-info__publishedWrap {
    display: flex
}

@media (max-width: 1100px) {
    .author-info__published {
        margin-top: 0
    }

    .author-info__publishedWrap {
        display: block;
        text-align: right
    }
}

@media (max-width: 860px) {
    .author-info__publishedWrap {
        margin-top: 12px;
        text-align: left
    }
}

.author-info__published strong {
    color: #1E1D28;
    font-weight: 600
}

@media (max-width: 1100px) {
    .author-info__published + .author-info__published {
        margin-top: 5px
    }
}

.author-info--small {
    align-items: center;
    margin-bottom: 0
}

.author-info--small .author-info__image {
    flex: 0 0 80px;
    margin-right: 25px
}

.author-info--small .author-info__image img {
    height: 80px;
    width: 80px
}

.author-info--small .author-info__name {
    color: #1E1D28;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 !important
}

.author-info--small .author-info__position {
    color: #1E1D28;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    margin: 0
}

.author .content {
    padding-bottom: 80px;
    padding-top: 80px
}


@media (max-width: 767px) {
    .author .content {
        padding-bottom: 24px;
        padding-top: 44px
    }

    .author .single_post__add {
        margin-top: 24px
    }
}

@media (max-width: 480px) {
    .author .content {
        padding-top: 24px
    }
}

.author .contentWrap:after {
    display: none
}

@media (max-width: 767px) {
    .author .single_post__add .sub-title--small {
        margin-bottom: 12px
    }

    .author .single_post__add .sub-title--small br {
        display: none
    }
}

.author .posts {
    margin-bottom: 0;
    margin-top: 0
}

.author .postsWrap {
    background-color: #F2F5FA;
    padding-bottom: 34px;
    padding-top: 64px
}

.author .title-latest {
    color: #1E1D28;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 48px
}

.author-social {
    margin-top: 24px
}

@media (max-width: 767px) {
    .author .postsWrap {
        padding-bottom: 4px;
        padding-top: 24px
    }

    .author .title-latest {
        margin-bottom: 20px
    }

    .author-social {
        margin-top: 12px
    }
}

.author-social .share__btn {
    height: 40px;
    margin-right: 16px;
    width: 40px
}


body.fancybox-active {
    overflow: hidden
}

body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion
}

.fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0)
}

.fancybox-is-closing .fancybox-stage {
    overflow: visible
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: visible
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
    background: #000
}

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
    background: #e5e3df
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box
}

.fancybox-slide > base, .fancybox-slide > link, .fancybox-slide > meta, .fancybox-slide > script, .fancybox-slide > style, .fancybox-slide > title {
    display: none
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-image, .fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff
}

.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%
}

.fancybox-error, .fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff
}

.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 16px;
    line-height: 20px
}

.fancybox-button {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, .6);
    transition: color .3s ease;
    cursor: pointer;
    outline: none
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc
}

.fancybox-button:focus, .fancybox-button:hover {
    color: #fff
}

.fancybox-button[disabled] {
    color: #ccc;
    cursor: default;
    opacity: .6
}

.fancybox-button svg {
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--zoom svg path {
    fill: transparent
}

.fancybox-navigation {
    display: none
}

.fancybox-show-nav .fancybox-navigation {
    display: block
}

.fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    z-index: 99997;
    background: transparent;
    width: 60px;
    height: 100px;
    padding: 17px
}

.fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(30, 30, 30, .6)
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 0
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: "Ã—";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color .25s;
    box-sizing: border-box;
    z-index: 2
}

.fancybox-close-small:focus {
    outline: none
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: -44px
}

.fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:after {
    font-size: 35px;
    color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after, .fancybox-slide--image .fancybox-close-small:hover:after {
    color: #fff;
    background: transparent
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
    pointer-events: none
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0, 0%, 100%, .4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
    pointer-events: all;
    position: relative
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.fancybox-slide > .fancybox-loading {
    border: 6px solid hsla(0, 0%, 39%, .4);
    border-top: 6px solid hsla(0, 0%, 100%, .6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    padding: 30px;
    border-radius: 3px;
    background: #f4f4f4;
    max-width: 90%
}

.fancybox-share h1 {
    color: #222;
    margin: 0 0 20px;
    font-size: 33px;
    font-weight: 700;
    text-align: center
}

.fancybox-share p {
    margin: 0;
    padding: 0;
    text-align: center
}

.fancybox-share p:first-of-type {
    margin-right: -10px
}

.fancybox-share_button {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 10px 20px;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
    background: #fff;
    white-space: nowrap;
    font-size: 16px;
    line-height: 23px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 140px;
    color: #707070;
    transition: all .2s
}

.fancybox-share_button:focus, .fancybox-share_button:hover {
    text-decoration: none;
    color: #333;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3)
}

.fancybox-share_button svg {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom
}

.fancybox-share input {
    box-sizing: border-box;
    width: 100%;
    margin: 5px 0 0;
    padding: 10px 15px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    background: #ebebeb;
    color: #5d5b5b;
    font-size: 14px;
    outline: none
}

.fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-y: hidden;
    overflow-x: auto
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap
}

.fancybox-thumbs-x > ul {
    overflow: hidden
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box
}

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94)
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 800px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px)
    }
}

@font-face {
    font-display: swap;
    font-family: KaTeX_AMS;
    font-style: normal;
    font-weight: 400;
    src: url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_AMS-Regular.woff2) format("woff2"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_AMS-Regular.woff) format("woff"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_AMS-Regular.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: KaTeX_Caligraphic;
    font-style: normal;
    font-weight: 700;
    src: url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Caligraphic-Bold.woff2) format("woff2"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Caligraphic-Bold.woff) format("woff"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Caligraphic-Bold.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: KaTeX_Caligraphic;
    font-style: normal;
    font-weight: 400;
    src: url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Caligraphic-Regular.woff2) format("woff2"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Caligraphic-Regular.woff) format("woff"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Caligraphic-Regular.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: KaTeX_Fraktur;
    font-style: normal;
    font-weight: 700;
    src: url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Fraktur-Bold.woff2) format("woff2"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Fraktur-Bold.woff) format("woff"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Fraktur-Bold.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: KaTeX_Fraktur;
    font-style: normal;
    font-weight: 400;
    src: url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Fraktur-Regular.woff2) format("woff2"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Fraktur-Regular.woff) format("woff"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Fraktur-Regular.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: KaTeX_Main;
    font-style: normal;
    font-weight: 700;
    src: url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Main-Bold.woff2) format("woff2"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Main-Bold.woff) format("woff"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Main-Bold.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: KaTeX_Main;
    font-style: italic;
    font-weight: 700;
    src: url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Main-BoldItalic.woff2) format("woff2"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Main-BoldItalic.woff) format("woff"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Main-BoldItalic.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: KaTeX_Main;
    font-style: italic;
    font-weight: 400;
    src: url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Main-Italic.woff2) format("woff2"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Main-Italic.woff) format("woff"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Main-Italic.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: KaTeX_Main;
    font-style: normal;
    font-weight: 400;
    src: url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Main-Regular.woff2) format("woff2"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Main-Regular.woff) format("woff"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Main-Regular.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: KaTeX_Math;
    font-style: italic;
    font-weight: 700;
    src: url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Math-BoldItalic.woff2) format("woff2"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Math-BoldItalic.woff) format("woff"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Math-BoldItalic.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: KaTeX_Math;
    font-style: italic;
    font-weight: 400;
    src: url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Math-Italic.woff2) format("woff2"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Math-Italic.woff) format("woff"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Math-Italic.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: "KaTeX_SansSerif";
    font-style: normal;
    font-weight: 700;
    src: url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_SansSerif-Bold.woff2) format("woff2"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_SansSerif-Bold.woff) format("woff"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_SansSerif-Bold.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: "KaTeX_SansSerif";
    font-style: italic;
    font-weight: 400;
    src: url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_SansSerif-Italic.woff2) format("woff2"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_SansSerif-Italic.woff) format("woff"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_SansSerif-Italic.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: "KaTeX_SansSerif";
    font-style: normal;
    font-weight: 400;
    src: url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_SansSerif-Regular.woff2) format("woff2"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_SansSerif-Regular.woff) format("woff"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_SansSerif-Regular.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: KaTeX_Script;
    font-style: normal;
    font-weight: 400;
    src: url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Script-Regular.woff2) format("woff2"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Script-Regular.woff) format("woff"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Script-Regular.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: KaTeX_Size1;
    font-style: normal;
    font-weight: 400;
    src: url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Size1-Regular.woff2) format("woff2"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Size1-Regular.woff) format("woff"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Size1-Regular.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: KaTeX_Size2;
    font-style: normal;
    font-weight: 400;
    src: url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Size2-Regular.woff2) format("woff2"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Size2-Regular.woff) format("woff"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Size2-Regular.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: KaTeX_Size3;
    font-style: normal;
    font-weight: 400;
    src: url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Size3-Regular.woff2) format("woff2"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Size3-Regular.woff) format("woff"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Size3-Regular.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: KaTeX_Size4;
    font-style: normal;
    font-weight: 400;
    src: url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Size4-Regular.woff2) format("woff2"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Size4-Regular.woff) format("woff"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Size4-Regular.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: KaTeX_Typewriter;
    font-style: normal;
    font-weight: 400;
    src: url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Typewriter-Regular.woff2) format("woff2"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Typewriter-Regular.woff) format("woff"), url(https://www.alsovalue.com/plugins/katex/assets/katex-0.13.13/fonts/KaTeX_Typewriter-Regular.ttf) format("truetype")
}

.katex {
    text-rendering: auto;
    font: normal 1.21em KaTeX_Main, Times New Roman, serif;
    line-height: 1.2;
    text-indent: 0
}

.katex * {
    -ms-high-contrast-adjust: none !important;
    border-color: currentColor
}

.katex .katex-version:after {
    content: "0.13.13"
}

.katex .katex-mathml {
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.katex .katex-html > .newline {
    display: block
}

.katex .base {
    position: relative;
    white-space: nowrap;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content
}

.katex .base, .katex .strut {
    display: inline-block
}

.katex .textbf {
    font-weight: 700
}

.katex .textit {
    font-style: italic
}

.katex .textrm {
    font-family: KaTeX_Main
}

.katex .textsf {
    font-family: KaTeX_SansSerif
}

.katex .texttt {
    font-family: KaTeX_Typewriter
}

.katex .mathnormal {
    font-family: KaTeX_Math;
    font-style: italic
}

.katex .mathit {
    font-family: KaTeX_Main;
    font-style: italic
}

.katex .mathrm {
    font-style: normal
}

.katex .mathbf {
    font-family: KaTeX_Main;
    font-weight: 700
}

.katex .boldsymbol {
    font-family: KaTeX_Math;
    font-style: italic;
    font-weight: 700
}

.katex .amsrm, .katex .mathbb, .katex .textbb {
    font-family: KaTeX_AMS
}

.katex .mathcal {
    font-family: KaTeX_Caligraphic
}

.katex .mathfrak, .katex .textfrak {
    font-family: KaTeX_Fraktur
}

.katex .mathtt {
    font-family: KaTeX_Typewriter
}

.katex .mathscr, .katex .textscr {
    font-family: KaTeX_Script
}

.katex .mathsf, .katex .textsf {
    font-family: KaTeX_SansSerif
}

.katex .mathboldsf, .katex .textboldsf {
    font-family: KaTeX_SansSerif;
    font-weight: 700
}

.katex .mathitsf, .katex .textitsf {
    font-family: KaTeX_SansSerif;
    font-style: italic
}

.katex .mainrm {
    font-family: KaTeX_Main;
    font-style: normal
}

.katex .vlist-t {
    border-collapse: collapse;
    display: inline-table;
    table-layout: fixed
}

.katex .vlist-r {
    display: table-row
}

.katex .vlist {
    display: table-cell;
    position: relative;
    vertical-align: bottom
}

.katex .vlist > span {
    display: block;
    height: 0;
    position: relative
}

.katex .vlist > span > span {
    display: inline-block
}

.katex .vlist > span > .pstrut {
    overflow: hidden;
    width: 0
}

.katex .vlist-t2 {
    margin-right: -2px
}

.katex .vlist-s {
    display: table-cell;
    font-size: 1px;
    min-width: 2px;
    vertical-align: bottom;
    width: 2px
}

.katex .vbox {
    align-items: baseline;
    display: inline-flex;
    flex-direction: column
}

.katex .hbox {
    width: 100%
}

.katex .hbox, .katex .thinbox {
    display: inline-flex;
    flex-direction: row
}

.katex .thinbox {
    max-width: 0;
    width: 0
}

.katex .msupsub {
    text-align: left
}

.katex .mfrac > span > span {
    text-align: center
}

.katex .mfrac .frac-line {
    border-bottom-style: solid;
    display: inline-block;
    width: 100%
}

.katex .hdashline, .katex .hline, .katex .mfrac .frac-line, .katex .overline .overline-line, .katex .rule, .katex .underline .underline-line {
    min-height: 1px
}

.katex .mspace {
    display: inline-block
}

.katex .clap, .katex .llap, .katex .rlap {
    position: relative;
    width: 0
}

.katex .clap > .inner, .katex .llap > .inner, .katex .rlap > .inner {
    position: absolute
}

.katex .clap > .fix, .katex .llap > .fix, .katex .rlap > .fix {
    display: inline-block
}

.katex .llap > .inner {
    right: 0
}

.katex .clap > .inner, .katex .rlap > .inner {
    left: 0
}

.katex .clap > .inner > span {
    margin-left: -50%;
    margin-right: 50%
}

.katex .rule {
    border: 0 solid;
    display: inline-block;
    position: relative
}

.katex .hline, .katex .overline .overline-line, .katex .underline .underline-line {
    border-bottom-style: solid;
    display: inline-block;
    width: 100%
}

.katex .hdashline {
    border-bottom-style: dashed;
    display: inline-block;
    width: 100%
}

.katex .sqrt > .root {
    margin-left: .27777778em;
    margin-right: -.55555556em
}

.katex .fontsize-ensurer.reset-size1.size1, .katex .sizing.reset-size1.size1 {
    font-size: 1em
}

.katex .fontsize-ensurer.reset-size1.size2, .katex .sizing.reset-size1.size2 {
    font-size: 1.2em
}

.katex .fontsize-ensurer.reset-size1.size3, .katex .sizing.reset-size1.size3 {
    font-size: 1.4em
}

.katex .fontsize-ensurer.reset-size1.size4, .katex .sizing.reset-size1.size4 {
    font-size: 1.6em
}

.katex .fontsize-ensurer.reset-size1.size5, .katex .sizing.reset-size1.size5 {
    font-size: 1.8em
}

.katex .fontsize-ensurer.reset-size1.size6, .katex .sizing.reset-size1.size6 {
    font-size: 2em
}

.katex .fontsize-ensurer.reset-size1.size7, .katex .sizing.reset-size1.size7 {
    font-size: 2.4em
}

.katex .fontsize-ensurer.reset-size1.size8, .katex .sizing.reset-size1.size8 {
    font-size: 2.88em
}

.katex .fontsize-ensurer.reset-size1.size9, .katex .sizing.reset-size1.size9 {
    font-size: 3.456em
}

.katex .fontsize-ensurer.reset-size1.size10, .katex .sizing.reset-size1.size10 {
    font-size: 4.148em
}

.katex .fontsize-ensurer.reset-size1.size11, .katex .sizing.reset-size1.size11 {
    font-size: 4.976em
}

.katex .fontsize-ensurer.reset-size2.size1, .katex .sizing.reset-size2.size1 {
    font-size: .83333333em
}

.katex .fontsize-ensurer.reset-size2.size2, .katex .sizing.reset-size2.size2 {
    font-size: 1em
}

.katex .fontsize-ensurer.reset-size2.size3, .katex .sizing.reset-size2.size3 {
    font-size: 1.16666667em
}

.katex .fontsize-ensurer.reset-size2.size4, .katex .sizing.reset-size2.size4 {
    font-size: 1.33333333em
}

.katex .fontsize-ensurer.reset-size2.size5, .katex .sizing.reset-size2.size5 {
    font-size: 1.5em
}

.katex .fontsize-ensurer.reset-size2.size6, .katex .sizing.reset-size2.size6 {
    font-size: 1.66666667em
}

.katex .fontsize-ensurer.reset-size2.size7, .katex .sizing.reset-size2.size7 {
    font-size: 2em
}

.katex .fontsize-ensurer.reset-size2.size8, .katex .sizing.reset-size2.size8 {
    font-size: 2.4em
}

.katex .fontsize-ensurer.reset-size2.size9, .katex .sizing.reset-size2.size9 {
    font-size: 2.88em
}

.katex .fontsize-ensurer.reset-size2.size10, .katex .sizing.reset-size2.size10 {
    font-size: 3.45666667em
}

.katex .fontsize-ensurer.reset-size2.size11, .katex .sizing.reset-size2.size11 {
    font-size: 4.14666667em
}

.katex .fontsize-ensurer.reset-size3.size1, .katex .sizing.reset-size3.size1 {
    font-size: .71428571em
}

.katex .fontsize-ensurer.reset-size3.size2, .katex .sizing.reset-size3.size2 {
    font-size: .85714286em
}

.katex .fontsize-ensurer.reset-size3.size3, .katex .sizing.reset-size3.size3 {
    font-size: 1em
}

.katex .fontsize-ensurer.reset-size3.size4, .katex .sizing.reset-size3.size4 {
    font-size: 1.14285714em
}

.katex .fontsize-ensurer.reset-size3.size5, .katex .sizing.reset-size3.size5 {
    font-size: 1.28571429em
}

.katex .fontsize-ensurer.reset-size3.size6, .katex .sizing.reset-size3.size6 {
    font-size: 1.42857143em
}

.katex .fontsize-ensurer.reset-size3.size7, .katex .sizing.reset-size3.size7 {
    font-size: 1.71428571em
}

.katex .fontsize-ensurer.reset-size3.size8, .katex .sizing.reset-size3.size8 {
    font-size: 2.05714286em
}

.katex .fontsize-ensurer.reset-size3.size9, .katex .sizing.reset-size3.size9 {
    font-size: 2.46857143em
}

.katex .fontsize-ensurer.reset-size3.size10, .katex .sizing.reset-size3.size10 {
    font-size: 2.96285714em
}

.katex .fontsize-ensurer.reset-size3.size11, .katex .sizing.reset-size3.size11 {
    font-size: 3.55428571em
}

.katex .fontsize-ensurer.reset-size4.size1, .katex .sizing.reset-size4.size1 {
    font-size: .625em
}

.katex .fontsize-ensurer.reset-size4.size2, .katex .sizing.reset-size4.size2 {
    font-size: .75em
}

.katex .fontsize-ensurer.reset-size4.size3, .katex .sizing.reset-size4.size3 {
    font-size: .875em
}

.katex .fontsize-ensurer.reset-size4.size4, .katex .sizing.reset-size4.size4 {
    font-size: 1em
}

.katex .fontsize-ensurer.reset-size4.size5, .katex .sizing.reset-size4.size5 {
    font-size: 1.125em
}

.katex .fontsize-ensurer.reset-size4.size6, .katex .sizing.reset-size4.size6 {
    font-size: 1.25em
}

.katex .fontsize-ensurer.reset-size4.size7, .katex .sizing.reset-size4.size7 {
    font-size: 1.5em
}

.katex .fontsize-ensurer.reset-size4.size8, .katex .sizing.reset-size4.size8 {
    font-size: 1.8em
}

.katex .fontsize-ensurer.reset-size4.size9, .katex .sizing.reset-size4.size9 {
    font-size: 2.16em
}

.katex .fontsize-ensurer.reset-size4.size10, .katex .sizing.reset-size4.size10 {
    font-size: 2.5925em
}

.katex .fontsize-ensurer.reset-size4.size11, .katex .sizing.reset-size4.size11 {
    font-size: 3.11em
}

.katex .fontsize-ensurer.reset-size5.size1, .katex .sizing.reset-size5.size1 {
    font-size: .55555556em
}

.katex .fontsize-ensurer.reset-size5.size2, .katex .sizing.reset-size5.size2 {
    font-size: .66666667em
}

.katex .fontsize-ensurer.reset-size5.size3, .katex .sizing.reset-size5.size3 {
    font-size: .77777778em
}

.katex .fontsize-ensurer.reset-size5.size4, .katex .sizing.reset-size5.size4 {
    font-size: .88888889em
}

.katex .fontsize-ensurer.reset-size5.size5, .katex .sizing.reset-size5.size5 {
    font-size: 1em
}

.katex .fontsize-ensurer.reset-size5.size6, .katex .sizing.reset-size5.size6 {
    font-size: 1.11111111em
}

.katex .fontsize-ensurer.reset-size5.size7, .katex .sizing.reset-size5.size7 {
    font-size: 1.33333333em
}

.katex .fontsize-ensurer.reset-size5.size8, .katex .sizing.reset-size5.size8 {
    font-size: 1.6em
}

.katex .fontsize-ensurer.reset-size5.size9, .katex .sizing.reset-size5.size9 {
    font-size: 1.92em
}

.katex .fontsize-ensurer.reset-size5.size10, .katex .sizing.reset-size5.size10 {
    font-size: 2.30444444em
}

.katex .fontsize-ensurer.reset-size5.size11, .katex .sizing.reset-size5.size11 {
    font-size: 2.76444444em
}

.katex .fontsize-ensurer.reset-size6.size1, .katex .sizing.reset-size6.size1 {
    font-size: .5em
}

.katex .fontsize-ensurer.reset-size6.size2, .katex .sizing.reset-size6.size2 {
    font-size: .6em
}

.katex .fontsize-ensurer.reset-size6.size3, .katex .sizing.reset-size6.size3 {
    font-size: .7em
}

.katex .fontsize-ensurer.reset-size6.size4, .katex .sizing.reset-size6.size4 {
    font-size: .8em
}

.katex .fontsize-ensurer.reset-size6.size5, .katex .sizing.reset-size6.size5 {
    font-size: .9em
}

.katex .fontsize-ensurer.reset-size6.size6, .katex .sizing.reset-size6.size6 {
    font-size: 1em
}

.katex .fontsize-ensurer.reset-size6.size7, .katex .sizing.reset-size6.size7 {
    font-size: 1.2em
}

.katex .fontsize-ensurer.reset-size6.size8, .katex .sizing.reset-size6.size8 {
    font-size: 1.44em
}

.katex .fontsize-ensurer.reset-size6.size9, .katex .sizing.reset-size6.size9 {
    font-size: 1.728em
}

.katex .fontsize-ensurer.reset-size6.size10, .katex .sizing.reset-size6.size10 {
    font-size: 2.074em
}

.katex .fontsize-ensurer.reset-size6.size11, .katex .sizing.reset-size6.size11 {
    font-size: 2.488em
}

.katex .fontsize-ensurer.reset-size7.size1, .katex .sizing.reset-size7.size1 {
    font-size: .41666667em
}

.katex .fontsize-ensurer.reset-size7.size2, .katex .sizing.reset-size7.size2 {
    font-size: .5em
}

.katex .fontsize-ensurer.reset-size7.size3, .katex .sizing.reset-size7.size3 {
    font-size: .58333333em
}

.katex .fontsize-ensurer.reset-size7.size4, .katex .sizing.reset-size7.size4 {
    font-size: .66666667em
}

.katex .fontsize-ensurer.reset-size7.size5, .katex .sizing.reset-size7.size5 {
    font-size: .75em
}

.katex .fontsize-ensurer.reset-size7.size6, .katex .sizing.reset-size7.size6 {
    font-size: .83333333em
}

.katex .fontsize-ensurer.reset-size7.size7, .katex .sizing.reset-size7.size7 {
    font-size: 1em
}

.katex .fontsize-ensurer.reset-size7.size8, .katex .sizing.reset-size7.size8 {
    font-size: 1.2em
}

.katex .fontsize-ensurer.reset-size7.size9, .katex .sizing.reset-size7.size9 {
    font-size: 1.44em
}

.katex .fontsize-ensurer.reset-size7.size10, .katex .sizing.reset-size7.size10 {
    font-size: 1.72833333em
}

.katex .fontsize-ensurer.reset-size7.size11, .katex .sizing.reset-size7.size11 {
    font-size: 2.07333333em
}

.katex .fontsize-ensurer.reset-size8.size1, .katex .sizing.reset-size8.size1 {
    font-size: .34722222em
}

.katex .fontsize-ensurer.reset-size8.size2, .katex .sizing.reset-size8.size2 {
    font-size: .41666667em
}

.katex .fontsize-ensurer.reset-size8.size3, .katex .sizing.reset-size8.size3 {
    font-size: .48611111em
}

.katex .fontsize-ensurer.reset-size8.size4, .katex .sizing.reset-size8.size4 {
    font-size: .55555556em
}

.katex .fontsize-ensurer.reset-size8.size5, .katex .sizing.reset-size8.size5 {
    font-size: .625em
}

.katex .fontsize-ensurer.reset-size8.size6, .katex .sizing.reset-size8.size6 {
    font-size: .69444444em
}

.katex .fontsize-ensurer.reset-size8.size7, .katex .sizing.reset-size8.size7 {
    font-size: .83333333em
}

.katex .fontsize-ensurer.reset-size8.size8, .katex .sizing.reset-size8.size8 {
    font-size: 1em
}

.katex .fontsize-ensurer.reset-size8.size9, .katex .sizing.reset-size8.size9 {
    font-size: 1.2em
}

.katex .fontsize-ensurer.reset-size8.size10, .katex .sizing.reset-size8.size10 {
    font-size: 1.44027778em
}

.katex .fontsize-ensurer.reset-size8.size11, .katex .sizing.reset-size8.size11 {
    font-size: 1.72777778em
}

.katex .fontsize-ensurer.reset-size9.size1, .katex .sizing.reset-size9.size1 {
    font-size: .28935185em
}

.katex .fontsize-ensurer.reset-size9.size2, .katex .sizing.reset-size9.size2 {
    font-size: .34722222em
}

.katex .fontsize-ensurer.reset-size9.size3, .katex .sizing.reset-size9.size3 {
    font-size: .40509259em
}

.katex .fontsize-ensurer.reset-size9.size4, .katex .sizing.reset-size9.size4 {
    font-size: .46296296em
}

.katex .fontsize-ensurer.reset-size9.size5, .katex .sizing.reset-size9.size5 {
    font-size: .52083333em
}

.katex .fontsize-ensurer.reset-size9.size6, .katex .sizing.reset-size9.size6 {
    font-size: .5787037em
}

.katex .fontsize-ensurer.reset-size9.size7, .katex .sizing.reset-size9.size7 {
    font-size: .69444444em
}

.katex .fontsize-ensurer.reset-size9.size8, .katex .sizing.reset-size9.size8 {
    font-size: .83333333em
}

.katex .fontsize-ensurer.reset-size9.size9, .katex .sizing.reset-size9.size9 {
    font-size: 1em
}

.katex .fontsize-ensurer.reset-size9.size10, .katex .sizing.reset-size9.size10 {
    font-size: 1.20023148em
}

.katex .fontsize-ensurer.reset-size9.size11, .katex .sizing.reset-size9.size11 {
    font-size: 1.43981481em
}

.katex .fontsize-ensurer.reset-size10.size1, .katex .sizing.reset-size10.size1 {
    font-size: .24108004em
}

.katex .fontsize-ensurer.reset-size10.size2, .katex .sizing.reset-size10.size2 {
    font-size: .28929605em
}

.katex .fontsize-ensurer.reset-size10.size3, .katex .sizing.reset-size10.size3 {
    font-size: .33751205em
}

.katex .fontsize-ensurer.reset-size10.size4, .katex .sizing.reset-size10.size4 {
    font-size: .38572806em
}

.katex .fontsize-ensurer.reset-size10.size5, .katex .sizing.reset-size10.size5 {
    font-size: .43394407em
}

.katex .fontsize-ensurer.reset-size10.size6, .katex .sizing.reset-size10.size6 {
    font-size: .48216008em
}

.katex .fontsize-ensurer.reset-size10.size7, .katex .sizing.reset-size10.size7 {
    font-size: .57859209em
}

.katex .fontsize-ensurer.reset-size10.size8, .katex .sizing.reset-size10.size8 {
    font-size: .69431051em
}

.katex .fontsize-ensurer.reset-size10.size9, .katex .sizing.reset-size10.size9 {
    font-size: .83317261em
}

.katex .fontsize-ensurer.reset-size10.size10, .katex .sizing.reset-size10.size10 {
    font-size: 1em
}

.katex .fontsize-ensurer.reset-size10.size11, .katex .sizing.reset-size10.size11 {
    font-size: 1.19961427em
}

.katex .fontsize-ensurer.reset-size11.size1, .katex .sizing.reset-size11.size1 {
    font-size: .20096463em
}

.katex .fontsize-ensurer.reset-size11.size2, .katex .sizing.reset-size11.size2 {
    font-size: .24115756em
}

.katex .fontsize-ensurer.reset-size11.size3, .katex .sizing.reset-size11.size3 {
    font-size: .28135048em
}

.katex .fontsize-ensurer.reset-size11.size4, .katex .sizing.reset-size11.size4 {
    font-size: .32154341em
}

.katex .fontsize-ensurer.reset-size11.size5, .katex .sizing.reset-size11.size5 {
    font-size: .36173633em
}

.katex .fontsize-ensurer.reset-size11.size6, .katex .sizing.reset-size11.size6 {
    font-size: .40192926em
}

.katex .fontsize-ensurer.reset-size11.size7, .katex .sizing.reset-size11.size7 {
    font-size: .48231511em
}

.katex .fontsize-ensurer.reset-size11.size8, .katex .sizing.reset-size11.size8 {
    font-size: .57877814em
}

.katex .fontsize-ensurer.reset-size11.size9, .katex .sizing.reset-size11.size9 {
    font-size: .69453376em
}

.katex .fontsize-ensurer.reset-size11.size10, .katex .sizing.reset-size11.size10 {
    font-size: .83360129em
}

.katex .fontsize-ensurer.reset-size11.size11, .katex .sizing.reset-size11.size11 {
    font-size: 1em
}

.katex .delimsizing.size1 {
    font-family: KaTeX_Size1
}

.katex .delimsizing.size2 {
    font-family: KaTeX_Size2
}

.katex .delimsizing.size3 {
    font-family: KaTeX_Size3
}

.katex .delimsizing.size4 {
    font-family: KaTeX_Size4
}

.katex .delimsizing.mult .delim-size1 > span {
    font-family: KaTeX_Size1
}

.katex .delimsizing.mult .delim-size4 > span {
    font-family: KaTeX_Size4
}

.katex .nulldelimiter {
    display: inline-block;
    width: .12em
}

.katex .delimcenter, .katex .op-symbol {
    position: relative
}

.katex .op-symbol.small-op {
    font-family: KaTeX_Size1
}

.katex .op-symbol.large-op {
    font-family: KaTeX_Size2
}

.katex .accent > .vlist-t, .katex .op-limits > .vlist-t {
    text-align: center
}

.katex .accent .accent-body {
    position: relative
}

.katex .accent .accent-body:not(.accent-full) {
    width: 0
}

.katex .overlay {
    display: block
}

.katex .mtable .vertical-separator {
    display: inline-block;
    min-width: 1px
}

.katex .mtable .arraycolsep {
    display: inline-block
}

.katex .mtable .col-align-c > .vlist-t {
    text-align: center
}

.katex .mtable .col-align-l > .vlist-t {
    text-align: left
}

.katex .mtable .col-align-r > .vlist-t {
    text-align: right
}

.katex .svg-align {
    text-align: left
}

.katex svg {
    fill: currentColor;
    stroke: currentColor;
    fill-rule: nonzero;
    fill-opacity: 1;
    stroke-width: 1;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-opacity: 1;
    display: block;
    height: inherit;
    position: absolute;
    width: 100%
}

.katex svg path {
    stroke: none
}

.katex img {
    border-style: none;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0
}

.katex .stretchy {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%
}

.katex .stretchy:after, .katex .stretchy:before {
    content: ""
}

.katex .hide-tail {
    overflow: hidden;
    position: relative;
    width: 100%
}

.katex .halfarrow-left {
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 50.2%
}

.katex .halfarrow-right {
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 50.2%
}

.katex .brace-left {
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 25.1%
}

.katex .brace-center {
    left: 25%;
    overflow: hidden;
    position: absolute;
    width: 50%
}

.katex .brace-right {
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 25.1%
}

.katex .x-arrow-pad {
    padding: 0 .5em
}

.katex .cd-arrow-pad {
    padding: 0 .55556em 0 .27778em
}

.katex .mover, .katex .munder, .katex .x-arrow {
    text-align: center
}

.katex .boxpad {
    padding: 0 .3em
}

.katex .fbox, .katex .fcolorbox {
    border: .04em solid;
    box-sizing: border-box
}

.katex .cancel-pad {
    padding: 0 .2em
}

.katex .cancel-lap {
    margin-left: -.2em;
    margin-right: -.2em
}

.katex .sout {
    border-bottom-style: solid;
    border-bottom-width: .08em
}

.katex .angl {
    border-right: .049em solid;
    border-top: .049em solid;
    box-sizing: border-box;
    margin-right: .03889em
}

.katex .anglpad {
    padding: 0 .03889em
}

.katex .eqn-num:before {
    content: "(" counter(katexEqnNo) ")";
    counter-increment: katexEqnNo
}

.katex .mml-eqn-num:before {
    content: "(" counter(mmlEqnNo) ")";
    counter-increment: mmlEqnNo
}

.katex .mtr-glue {
    width: 50%
}

.katex .cd-vert-arrow {
    display: inline-block;
    position: relative
}

.katex .cd-label-left {
    display: inline-block;
    position: absolute;
    right: calc(50% + .3em);
    text-align: left
}

.katex .cd-label-right {
    display: inline-block;
    left: calc(50% + .3em);
    position: absolute;
    text-align: right
}

.katex-display {
    display: block;
    margin: 1em 0;
    text-align: center
}

.katex-display > .katex {
    display: block;
    text-align: center;
    white-space: nowrap
}

.katex-display > .katex > .katex-html {
    display: block;
    position: relative
}

.katex-display > .katex > .katex-html > .tag {
    position: absolute;
    right: 0
}

.katex-display.leqno > .katex > .katex-html > .tag {
    left: 0;
    right: auto
}

.katex-display.fleqn > .katex {
    padding-left: 2em;
    text-align: left
}

body {
    counter-reset: katexEqnNo mmlEqnNo
}


.footer {
    background-color: #09182d;
    padding-top: 60px
}

.footer .content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    padding-bottom: 60px;
    background: none;
}

.footer-right {
    display: flex;
}

.footer-right ul {
    margin-left: 60px;
    padding-left: 0;
}

.footer-right ul li:first-child {
    margin-bottom: 22px;
}

.footer-right ul li:first-child a {
    color: #ffffff;
    font-size: 18px;
}

.footer-right ul li {
    margin-bottom: 15px;
}

.footer-right ul li a {
    color: #6b7482;
    font-size: 16px;
    transition: all 0.3s;
}

.footer-right ul li a:hover {
    color: #96c800;
}

.footer-right ul:last-child li a {
    color: #ffffff;
    font-size: 18px;
}

.footer-right ul:last-child li {
    margin-bottom: 25px;
}

.footer-left {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.footer-left span {
    color: #6b7482;
    font-size: 16px;
    margin-top: 16px;
}


.footer-logo {
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer li {
    list-style: none;
}

.footer .container {
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px;
}

.footer__info {
    background-color: #fff;
    border-top: 1px solid rgba(30, 29, 40, .1);
    margin-top: 0;
    padding: 30px 0 45px;
}

.footer__info .row--between {
    border-bottom: 1px solid #cacdd2;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.footer__copyright {
    font-size: 16px;
    color: #6b7482;
}

.footer__copyright a {
    font-size: 16px;
    color: #6b7482;
}

.footer__info .beian {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    justify-content: center;
}

.footer__info .beian img {
    margin-right: 5px;
}

.footer__info .beian a {
    display: flex;
    align-items: center;
    color: #6b7482;
    font-size: 16px;
}

.footer__submenuWrapper ul {
    display: flex;
    padding-left: 0;
}

.footer__submenuWrapper ul li {
    margin-right: 15px;
}

.footer__submenuWrapper ul li a {
    color: #6b7482;
    font-size: 16px;
}

.row--between {
    justify-content: space-between;
}

.row {
    display: flex;
}

.row--center {
    align-items: center;
}

.footer__info .beian {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    justify-content: center;

}

.footer__info .beian a {
    display: flex;
    align-items: center;
    color: #6b7482;
    font-size: 16px;
}

.share {
    display: flex;
    align-items: center;
}

.share ul {
    padding-left: 0;
}


@media (max-width: 1440px) {
    .footer-right ul {
        margin-left: 35px;
    }

    .footer .container {
        max-width: 1240px;
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 1200px) {
    .footer .content {
        display: none;
    }

    .footer {
        padding-top: 0;
        background: none;
    }
}

@media (max-width: 780px) {
    .single-post .header-image, .single-post .header-imageWrap, .single-post .header-img{
        height: 96px;
    }
    .contentWrap .next .back{
        width: 100%;
        justify-content: flex-start;
        margin-top: 10px;
    }
    .contentWrap .next{
        max-width: 100%;
        flex-flow: wrap;
    }
    .contentWrap .next .left{
        width: 100%;
    }


    .single-post h1{
        font-size: 2rem;
    }
    .footer__copyright {
        flex-basis: 100%;
        margin-bottom: 25px;
        order: 2;
        text-align: center
    }

    .footer__copyright + .row {
        flex-basis: 100%;
        justify-content: center
    }

    .footer__info {
        margin-top: 0 !important;
        padding: 20px 0;
    }

    .footer__copyright {
        margin-bottom: 0;
    }

    .footer .row {
        flex-wrap: wrap;
    }

    .footer__info .beian {
        flex-flow: column;
        width: 100%;
    }

    .footer__info .row--between {
        border-bottom: none;
        margin-bottom: 0;
    }

    .footer__submenuWrapper {
        display: none;
    }

    .footer .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}