.CardA {
    --card-a-bg-color: #fff;
    --card-a-text-color: #6b6b6b
}

.new_journal sup {
    font-size: 0.65rem !important;
}

.keywords_grid > .text_cap {
    padding: 2px;
}

.journalNameHeader {
    font-size: 1.2rem !important;
    font-weight: 500;
}

.manuscriptReviewed {
    margin-bottom: 30px;
    --card-a-text-color: #545454;
    --card-a-bg-color: #fff;
}

.circle {
    padding-top: 30px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    /* padding: 11px;  */
    background: #2D3E50;
    color: white;
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;

}

.Home .MainHeader1 {
    box-shadow: 0 4px 33px rgb(0 0 0 / 25%);
    --main-header-ATheme-height: 35px;
    --main-header-body-height: 110px;
    background: #2d3e50;
}

.CardA,
.CardA__wrapper {
    display: flex;
    flex-direction: column;
    flex: 1
}

.CardA__wrapper {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
    transition: box-shadow .48s cubic-bezier(.37, .74, .15, 1);
    background-color: var(--card-a-bg-color);
    min-height: 50px;
}

.CardA__wrapper:hover {
    box-shadow: 0 0 17px rgba(40, 40, 40, .12), 0 0 22px rgba(40, 40, 40, .08), 0 0 8px rgba(40, 40, 40, .16)
}

.CardA__wrapper.hoverNone:hover {
    box-shadow: none;
}

@media only screen and (max-width: 1024px) {
    .CardA__wrapper {
        flex-direction: row
    }
}

.CardA__wrapper--horizontal {
    display: flex;
    flex-direction: row;
    align-items: stretch
}

.CardA__wrapper--horizontal .CardA__info {
    height: auto;
    width: auto;
    min-height: 160px;
    padding: 24px 32px
}

@media only screen and (max-width: 1280px) {
    .CardA__wrapper--horizontal .CardA__info {
        min-height: 144px;
        padding: 16px 32px
    }
}

.CardA__wrapper--horizontal .CardA__title {
    margin-bottom: 16px;
    word-break: break-word
}

.CardA__wrapper--horizontal .CardA__text {
    word-break: break-word
}

.CardA__wrapper--horizontal .CardA__img {
    flex-shrink: 0;
    width: var(--layout-col-5);
    height: auto
}

@media only screen and (max-width: 563px) {
    .CardA__wrapper--horizontal .CardA__wrapper {
        flex-flow: row;
        flex-wrap: wrap;
        position: relative
    }

    .CardA__wrapper--horizontal .CardA__wrapper:after {
        content: "";
        position: absolute;
        left: 0;
        top: 88px;
        width: 100%;
        height: 1px;
        background: var(--grey40)
    }
}

@media only screen and (max-width: 1024px) {
    .CardA__wrapper--horizontal .CardA__info {
        padding: 16px 24px;
        min-height: 144px
    }
}

@media only screen and (max-width: 563px) {
    .CardA__wrapper--horizontal .CardA__info {
        min-width: 100%;
        min-height: -webkit-min-content;
        min-height: -moz-min-content;
        min-height: min-content
    }
}

@media only screen and (max-width: 563px) {
    .CardA__wrapper--horizontal .CardA__title {
        position: absolute;
        right: 0;
        top: 44px;
        transform: translateY(-50%);
        width: var(--layout-col-5);
        padding-right: 16px;
        box-sizing: border-box;
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        -moz-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media only screen and (max-width: 1024px) {
    .CardA__wrapper--horizontal .CardA__img {
        height: auto;
        flex-shrink: 0;
        width: var(--layout-col-8)
    }
}

@media only screen and (max-width: 768px) {
    .CardA__wrapper--horizontal .CardA__img {
        width: var(--layout-col-6)
    }
}

@media only screen and (max-width: 563px) {
    .CardA__wrapper--horizontal .CardA__img {
        width: var(--layout-col-3);
        height: 88px
    }
}

.CardA__wrapper--horizontal .CardA__img .is-inside-mask {
    position: absolute
}

.CardA__info {
    display: flex;
    flex-flow: column;
    box-sizing: border-box;
    width: 100%;
    flex: 1;
    padding: 24px
}

@media only screen and (max-width: 1441px) {
    .CardA__info {
        padding: 16px 24px
    }
}

.CardA__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    margin-bottom: 16px;
    word-break: break-word
}

@media only screen and (max-width: 1441px) {
    .CardA__title {
        font-size: 1rem;
        line-height: 1.375rem;
        font-weight: 500;
        margin-bottom: 8px
    }
}

.CardA__text {
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 300;
    color: var(--card-a-text-color);
    word-break: break-word
}

.CardA__text_new {
    font-size: 0.87rem;
    line-height: 1.375rem;
    font-weight: 300;
    color: var(--card-a-text-color);
    word-break: break-word
}

@media only screen and (max-width: 1441px) {
    .CardA__text {
        /* font-size: .8rem; */
        font-size: .7rem;
        line-height: 1.25rem;
        font-weight: 300
    }

    .CardA__text_new {
        /* font-size: .8rem; */
        font-size: .7rem;
        line-height: 1.25rem;
        font-weight: 300
    }

    .card_link .CardA__text {
        font-size: .8rem;
        line-height: 1.25rem;
        font-weight: 300
    }
}

.CardA__img {
    margin: 0;
    height: 157px;
    position: relative
}

.CardA__img.sm {
    margin: 0;
    height: 120px;
    position: relative;
    width: 100%;
}

@media only screen and (max-width: 1441px) {
    .CardA__img {
        height: 112px
    }
}

@media only screen and (max-width: 1280px) {
    .CardA__img {
        height: 98px
    }
}

@media only screen and (max-width: 563px) {
    .CardA__wrapper {
        flex-flow: row;
        flex-wrap: wrap;
        position: relative
    }

    .CardA__wrapper:after {
        content: "";
        /*position: absolute;*/
        left: 0;
        top: 88px;
        width: 100%;
        height: 1px;
        background: var(--grey40)
    }

    .MainHeader__ATheme {
        height: 50px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .CardA__info {
        padding: 16px 24px;
        min-height: 144px
    }
}

@media only screen and (max-width: 563px) {
    .CardA__info {
        min-width: 100%;
        min-height: -webkit-min-content;
        min-height: -moz-min-content;
        min-height: min-content
    }
}

@media only screen and (max-width: 563px) {
    .CardA__title {
        /*position: absolute;*/
        right: 0;
        top: 44px;
        transform: translateY(-50%);
        width: var(--layout-col-5);
        padding-right: 16px;
        box-sizing: border-box;
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        -moz-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .CardA__img {
        height: auto;
        flex-shrink: 0;
        width: var(--layout-col-8)
    }
}

@media only screen and (max-width: 768px) {
    .CardA__img {
        width: var(--layout-col-6)
    }
}

@media only screen and (max-width: 563px) {
    .CardA__img {
        width: var(--layout-col-3);
        height: 88px
    }
}

.CardA__img .is-inside-mask {
    position: absolute
}

.ArccTheme picture {
    width: 100%;
    height: 100%
}

.CardB {
    --card-b-bg-color: #fff;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 8px;
    display: block;
    color: #282828;
    background-color: var(--card-b-bg-color);
    transition: box-shadow .48s cubic-bezier(.37, .74, .15, 1)
}

.CardBJur {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    display: block;
    color: #282828;
}

.CardB:hover {
    box-shadow: 0 0 17px rgba(40, 40, 40, .12), 0 0 22px rgba(40, 40, 40, .08), 0 0 8px rgba(40, 40, 40, .16)
}

@media only screen and (max-width: 1024px) {
    .CardB__link {
        display: flex;
        flex-flow: row
    }
}

@media only screen and (max-width: 563px) {
    .CardB__link {
        display: inline;
        display: initial
    }
}

.CardB--highlighted .CardB__link {
    display: flex;
    flex-flow: row
}

@media only screen and (max-width: 563px) {
    .CardB--highlighted .CardB__link {
        display: inline;
        display: initial
    }
}

.CardB--highlighted .CardB__info {
    min-height: 284px
}

@media only screen and (max-width: 1441px) {
    .CardB--highlighted .CardB__info {
        min-height: 268px
    }
}

@media only screen and (max-width: 1280px) {
    .CardB--highlighted .CardB__info {
        min-height: 260px
    }
}

@media only screen and (max-width: 1024px) {
    .CardB--highlighted .CardB__info {
        min-height: 176px
    }
}

@media only screen and (max-width: 768px) {
    .CardB--highlighted .CardB__info {
        min-height: 218px
    }
}

@media only screen and (max-width: 563px) {
    .CardB--highlighted .CardB__info {
        min-height: 0
    }
}

.CardB--highlighted .CardB__img {
    width: var(--layout-col-4);
    position: relative;
    height: auto
}

@media only screen and (max-width: 1441px) {
    .CardB--highlighted .CardB__img {
        height: auto
    }
}

@media only screen and (max-width: 1280px) {
    .CardB--highlighted .CardB__img {
        height: auto
    }
}

@media only screen and (max-width: 1024px) {
    .CardB--highlighted .CardB__img {
        width: var(--layout-col-8);
        height: auto
    }
}

@media only screen and (max-width: 768px) {
    .CardB--highlighted .CardB__img {
        width: var(--layout-col-6);
        height: auto
    }
}

@media only screen and (max-width: 563px) {
    .CardB--highlighted .CardB__img {
        width: 100%;
        height: auto
    }
}

.CardB--highlighted .CardB__title {
    margin-bottom: 24px
}

@media only screen and (max-width: 1441px) {
    .CardB--highlighted .CardB__title {
        margin-bottom: 16px
    }
}

.CardB--highlighted .CardB__text {
    display: block
}

.CardB--highlighted .CardB__date {
    font-size: .75rem;
    line-height: 1.0625rem;
    font-weight: 300
}

@media only screen and (max-width: 1441px) {
    .CardB--highlighted .CardB__date {
        font-size: .625rem;
        line-height: .875rem;
        font-weight: 300
    }
}

.CardB__link {
    display: flex;
    flex-flow: column;
    height: 100%
}

@media only screen and (max-width: 1024px) {
    .CardB__link {
        flex-flow: row
    }
}

@media only screen and (max-width: 563px) {
    .CardB__link {
        flex-flow: column
    }
}

.CardB__info {
    display: flex;
    flex-flow: column;
    box-sizing: border-box;
    padding: 24px 32px;
    flex: 1
}

@media only screen and (max-width: 1441px) {
    .CardB__info {
        padding: 16px 24px
    }
}

@media only screen and (max-width: 1280px) {
    .CardB__info {
        padding: 16px
    }
}

@media only screen and (max-width: 1024px) {
    .CardB__info {
        padding: 16px 24px
    }
}

.CardB__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    transition: color .24s cubic-bezier(.37, .74, .15, 1)
}

@media only screen and (max-width: 1441px) {
    .CardB__title {
        font-size: .95rem;
        line-height: 1.375rem
    }
}

.CardB__row {
    display: flex;
    margin-bottom: 16px;
    align-items: center
}

@media only screen and (max-width: 1441px) {
    .CardB__row {
        margin-bottom: 8px
    }
}

.CardB__pretitle {
    font-size: .75rem;
    line-height: 1.0625rem;
    font-weight: 700;
    color: #282828;
    text-transform: uppercase;
    margin-right: 8px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis
}

@media only screen and (max-width: 1441px) {
    .CardB__pretitle {
        font-size: .625rem;
        line-height: .875rem;
        font-weight: 700;
        margin-right: 12px
    }
}

@media only screen and (max-width: 1280px) {
    .CardB__pretitle {
        margin-right: 10px
    }
}

.CardB__date {
    font-size: .75rem;
    line-height: 1.0625rem;
    font-weight: 300;
    padding-left: 8px;
    border-left: 1px solid var(--grey50);
    white-space: nowrap
}

@media only screen and (max-width: 1441px) {
    .CardB__date {
        font-size: .625rem;
        line-height: .875rem;
        font-weight: 300;
        padding-left: 12px
    }
}

@media only screen and (max-width: 1280px) {
    .CardB__date {
        padding-left: 10px
    }
}

.CardB__text {
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 300;
    color: #545454;
    display: none
}

@media only screen and (max-width: 1441px) {
    .CardB__text {
        font-size: .875rem;
        line-height: 1.25rem;
        font-weight: 300
    }
}

.CardB__img {
    margin: 0;
    position: relative;
    height: 202px;
    overflow: hidden;
    flex-shrink: 0
}

@media only screen and (max-width: 1441px) {
    .CardB__img {
        height: 156px
    }
}

@media only screen and (max-width: 1280px) {
    .CardB__img {
        height: 138px
    }
}

@media only screen and (max-width: 1024px) {
    .CardB__img {
        width: var(--layout-col-8);
        height: 150px
    }
}

@media only screen and (max-width: 768px) {
    .CardB__img {
        width: var(--layout-col-6);
        height: 156px
    }
}

@media only screen and (max-width: 563px) {
    .CardB__img {
        width: 100%;
        height: 198px
    }
}

.CardB__img .is-inside-mask {
    position: absolute
}

.CardArticle {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
}

.CardArticle--hasMetrics ul[class$=__metrics] {
    border-top: 1px solid var(--grey20);
    min-height: 50px;
    padding: 16px 0
}

@media only screen and (max-width: 1024px) {
    .CardArticle--hasMetrics ul[class$=__metrics] {
        padding: 8px 0
    }
}

@media only screen and (max-width: 1280px) {
    .CardArticle--hasMetrics div[class$=__info] {
        padding: 16px 16px 24px
    }
}

.CardArticle__wrapper {
    transition: box-shadow .48s cubic-bezier(.37, .74, .15, 1);
    background: #fff;
    display: flex;
    flex-direction: column;
    flex: 1
}

.CardArticle__wrapper:hover {
    box-shadow: 0 0 17px rgba(40, 40, 40, .12), 0 0 22px rgba(40, 40, 40, .08), 0 0 8px rgba(40, 40, 40, .16)
}

.CardArticle__info {
    padding: 24px 32px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    flex: 1
}

@media only screen and (max-width: 1441px) {
    .CardArticle__info {
        padding: 24px
    }
}

@media only screen and (max-width: 1280px) {
    .CardArticle__info {
        padding: 16px
    }
}

@media only screen and (max-width: 563px) {
    .CardArticle__info {
        padding-left: 24px;
        padding-right: 24px
    }
}

.CardArticle__metrics {
    box-sizing: border-box;
    margin: 0 32px;
    display: flex;
    align-items: center;
    flex-flow: wrap
}

@media only screen and (max-width: 1441px) {
    .CardArticle__metrics {
        margin: 0 24px
    }
}

@media only screen and (max-width: 1280px) {
    .CardArticle__metrics {
        margin: 0 16px
    }
}

@media only screen and (max-width: 563px) {
    .CardArticle__metrics {
        margin-left: 24px;
        margin-right: 24px
    }
}

.CardArticle__metrics__item {
    font-size: .75rem;
    line-height: 1.0625rem;
    font-weight: 300
}

.CardArticle__metrics__item strong {
    font-weight: 700
}

.CardArticle__metrics__item:first-child {
    margin-right: 16px
}

@media only screen and (max-width: 768px) {
    .CardArticle__metrics__item:first-child {
        margin-right: 8px
    }
}

.CardArticle__state,
.CardArticle__type {
    font-size: .75rem;
    line-height: 1.0625rem;
    font-weight: 700;
    text-transform: uppercase
}

@media only screen and (max-width: 1441px) {

    .CardArticle__state,
    .CardArticle__type {
        font-size: .625rem;
        line-height: .875rem
    }
}

.CardArticle__header,
.CardArticle__state {
    margin-bottom: 16px
}

@media only screen and (max-width: 1024px) {

    .CardArticle__header,
    .CardArticle__state {
        margin-bottom: 8px
    }
}

.CardArticle__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    margin-bottom: 24px
}

.CardArticle__title.article_title {
    margin-bottom: 20px
}

.CardArticle__title.article_title p {
    margin-bottom: 0;
}

.CardArticle__title.article_title * {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
}

@media only screen and (max-width: 1441px) {
    .CardArticle__title {
        font-size: 1rem;
        line-height: 1.375rem
    }

    .CardArticle__title.article_title * {
        font-size: 0.875rem;
        line-height: 1.375rem
    }
}

.CardArticle__authors,
.CardArticle__editors {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 300
}

@media only screen and (max-width: 1441px) {

    .CardArticle__authors,
    .CardArticle__editors {
        font-size: .75rem;
        line-height: 1.0625rem
    }
}

.CardArticle__authors li,
.CardArticle__editors li {
    display: inline
}

.CardArticle__authors li:after,
.CardArticle__editors li:after {
    /*content: " · "*/
}

.CardArticle__authors li:last-child:after,
.CardArticle__editors li:last-child:after {
    display: none
}

.CardArticle__spacer {
    flex: 1
}

.CardArticle__mask {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 !important;
}

.CardArticle__mask img {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.CardArticle--hasImg .CardArticle__authors {
    padding-bottom: 24px
}

.CardArticle__info {
    padding-bottom: 0
}

.CardArticle__wrapper {
    border-radius: 8px;
    overflow: hidden;
    grid-column: span 1
}

.CardArticle__type {
    margin-bottom: 4px
}

.CardArticle__date {
    font-size: .75rem;
    line-height: 1.0625rem;
    font-weight: 300;
    white-space: nowrap
}

@media only screen and (max-width: 1441px) {
    .CardArticle__date {
        font-size: .625rem;
        line-height: .875rem
    }
}

.CardArticle__section {
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 500;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #6b6b6b;
    margin-bottom: 16px;
    display: none
}

@media only screen and (max-width: 1441px) {
    .CardArticle__section {
        font-size: .875rem;
        line-height: 1.25rem
    }
}

@media only screen and (max-width: 1280px) {
    .CardArticle__section {
        font-size: .75rem;
        line-height: 1.0625rem
    }
}

@media only screen and (max-width: 1024px) {
    .CardArticle__section {
        font-size: .875rem;
        line-height: 1.25rem
    }
}

.CardArticle__section span {
    color: var(--maincolor50)
}

.CardArticle__journal {
    padding-top: 16px;
    padding-bottom: 16px
}

.CardArticle__journal__name {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500
}

@media only screen and (max-width: 1441px) {
    .CardArticle__journal__name {
        font-size: .75rem;
        line-height: 1.0625rem
    }
}

.CardArticle__journal__doi {
    font-size: .75rem;
    line-height: 1.0625rem;
    font-weight: 300
}

@media only screen and (max-width: 1441px) {
    .CardArticle__journal__doi {
        font-size: .625rem;
        line-height: .875rem
    }
}

.CardArticle__authors,
.CardArticle__journal,
.CardArticle__metrics {
    color: #6b6b6b
}

.CardResearchTopic {
    display: flex;
    flex-direction: column;
    flex: 1
}

.CardResearchTopic--hasMetrics ul[class$=__metrics] {
    border-top: 1px solid var(--grey20);
    min-height: 50px;
    padding: 16px 0
}

@media only screen and (max-width: 1024px) {
    .CardResearchTopic--hasMetrics ul[class$=__metrics] {
        padding: 8px 0
    }
}

@media only screen and (max-width: 1280px) {
    .CardResearchTopic--hasMetrics div[class$=__info] {
        padding: 16px 16px 24px
    }
}

.CardResearchTopic__wrapper {
    transition: box-shadow .48s cubic-bezier(.37, .74, .15, 1);
    background: #fff;
    display: flex;
    flex-direction: column;
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    grid-column: span 1
}

.CardResearchTopic__wrapper:hover {
    box-shadow: 0 0 17px rgba(40, 40, 40, .12), 0 0 22px rgba(40, 40, 40, .08), 0 0 8px rgba(40, 40, 40, .16)
}

.CardResearchTopic__info {
    padding: 24px 32px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    flex: 1
}

@media only screen and (max-width: 1441px) {
    .CardResearchTopic__info {
        padding: 24px
    }
}

@media only screen and (max-width: 1280px) {
    .CardResearchTopic__info {
        padding: 16px
    }
}

@media only screen and (max-width: 563px) {
    .CardResearchTopic__info {
        padding-left: 24px;
        padding-right: 24px
    }
}

.CardResearchTopic__metrics {
    box-sizing: border-box;
    margin: 0 32px;
    display: flex;
    align-items: center;
    flex-flow: wrap
}

@media only screen and (max-width: 1441px) {
    .CardResearchTopic__metrics {
        margin: 0 24px
    }
}

@media only screen and (max-width: 1280px) {
    .CardResearchTopic__metrics {
        margin: 0 16px
    }
}

@media only screen and (max-width: 563px) {
    .CardResearchTopic__metrics {
        margin-left: 24px;
        margin-right: 24px
    }
}

.CardResearchTopic__metrics__item {
    font-size: .75rem;
    line-height: 1.0625rem;
    font-weight: 300
}

.CardResearchTopic__metrics__item strong {
    font-weight: 700
}

.CardResearchTopic__metrics__item:first-child {
    margin-right: 16px
}

@media only screen and (max-width: 768px) {
    .CardResearchTopic__metrics__item:first-child {
        margin-right: 8px
    }
}

.CardResearchTopic__state,
.CardResearchTopic__type {
    font-size: .75rem;
    line-height: 1.0625rem;
    font-weight: 700;
    text-transform: uppercase
}

@media only screen and (max-width: 1441px) {

    .CardResearchTopic__state,
    .CardResearchTopic__type {
        font-size: .625rem;
        line-height: .875rem
    }
}

.CardResearchTopic__header,
.CardResearchTopic__state {
    margin-bottom: 16px
}

@media only screen and (max-width: 1024px) {

    .CardResearchTopic__header,
    .CardResearchTopic__state {
        margin-bottom: 8px
    }
}

.CardResearchTopic__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    margin-bottom: 24px
}

@media only screen and (max-width: 1441px) {
    .CardResearchTopic__title {
        font-size: 1rem;
        line-height: 1.375rem
    }
}

.CardResearchTopic__authors,
.CardResearchTopic__editors {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 300
}

@media only screen and (max-width: 1441px) {

    .CardResearchTopic__authors,
    .CardResearchTopic__editors {
        font-size: .75rem;
        line-height: 1.0625rem
    }
}

.CardResearchTopic__authors li,
.CardResearchTopic__editors li {
    display: inline
}

.CardResearchTopic__authors li:after,
.CardResearchTopic__editors li:after {
    content: " · "
}

.CardResearchTopic__authors li:last-child:after,
.CardResearchTopic__editors li:last-child:after {
    display: none
}

.CardResearchTopic__spacer {
    flex: 1
}

.CardResearchTopic__mask {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: auto;
    box-sizing: border-box;
    overflow: hidden
}

.CardResearchTopic__mask img {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    transform: translate(-50%, -50%)
}

.CardResearchTopic__ebook {
    position: absolute;
    top: 16px;
    right: 16px;
    border-radius: 11px;
    font-size: .625rem;
    line-height: .875rem;
    font-weight: 500;
    color: var(--white);
    padding: 4px 16px;
    background: rgba(40, 40, 40, .4)
}

@media only screen and (max-width: 1024px) {
    .CardResearchTopic__info {
        flex: 1;
        padding: 24px
    }
}

.CardResearchTopic__editors,
.CardResearchTopic__metrics {
    color: #6b6b6b
}

.CardEditor,
.CardEditor__wrapper,
.CardResearchTopic__flex {
    flex: 1;
    display: flex;
    flex-direction: column
}

.CardEditor__wrapper {
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow .48s cubic-bezier(.37, .74, .15, 1);
    grid-column: span 1
}

.CardEditor__wrapper:hover {
    box-shadow: 0 0 17px rgba(40, 40, 40, .12), 0 0 22px rgba(40, 40, 40, .08), 0 0 8px rgba(40, 40, 40, .16)
}

.CardEditor__info {
    padding: 24px 32px 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background: #fff;
    align-items: center;
    flex: 1
}

@media only screen and (max-width: 1441px) {
    .CardEditor__info {
        padding: 16px 16px 0
    }
}

@media only screen and (max-width: 563px) {
    .CardEditor__info {
        padding: 16px 24px 0
    }
}

.CardEditor__mask {
    margin-bottom: 16px;
    overflow: hidden
}

@media only screen and (max-width: 1280px) {
    .CardEditor__mask {
        margin-bottom: 8px
    }
}

.CardEditor__mask .Avatar {
    --avatar-size: 80px
}

.Avatar {
    --avatar-size: 192px;
    --avatar-font-size: 48px;
    --avatar-border-size: 3px;
    --avatar-bg-color: transparent;
    --avatar-bg-hover-color: rgba(40, 40, 40, 0.24);
    box-sizing: border-box;
    width: var(--avatar-size);
    height: var(--avatar-size);
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    flex-shrink: 0;
}

.align-item-center {
    align-items: center;
}


.borderB {
    border-bottom: 1px solid var(--grey30);
}

.marginl-5 {
    margin-left: 10px;
}

.text-center {
    text-align: center;
}

.Heading_borderB {
    border-bottom: 3px solid #0c9444;
    margin: 12px 0;
}

.bold {
    font-weight: 800;
    font-size: 13px;
}

.paddingy {
    padding: 50px 0;
}

.padding {
    padding: 2rem;
}

.paddingy-5 {
    padding: 20px 0;
}

.margingy-5 {
    margin: 20px 0;
}

.marginT {
    margin-top: 5px;
}

.borderedSec {
    border: 2px solid #ccc;
    padding: 20px;
}

.Heading_content {
    position: relative;
}

.Heading__Line:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 5em;
    height: 2px;
    background: var(--grey80);
    border-radius: 2px;
}

.upToDate__socialLinks {
    padding: 25px 0 0 0;
    width: 100%;
}

.signup_wapper {
    display: flex;
    padding: 2em 0px 1em;
}

.signupInput {
    width: 60%;
    border: 1px solid #bfc9d3;
    height: 35px;
    padding: 0 15px;
    border-radius: 6px;
    margin-right: 16px;
}

.signupBtn {
    width: 30%;
    border: 3px solid #0c9444;
    border-radius: 50px;
    color: #0c9444;
}

.signupBtn:hover {
    background-color: #0c9444;
    color: #fff;
}

.upToDate__socialLinks .IconA__wrapper a {
    line-height: 2.2rem;
    display: inline-block !important;
    border: 2px solid;
    border-radius: 100%;
    height: 35px;
    width: 35px;
}

.upToDate__socialLinks .IconA__wrapper {
    text-align: center;
    margin: 0 12px;
}

.upToDate__socialLinks .IconA__wrapper p {
    font-size: 12px;
    font-weight: 500;
}


.otherPageLink .upToDate__socialLinks .IconA__wrapper {
    text-align: center;
    margin: 0 3px;
}

.ATheme_button {
    /* color: #545454; */
    border-color: #545454;
}

@media only screen and (max-width: 1280px) {
    .CardEditor__mask .Avatar {
        --avatar-size: 48px
    }
}

.CardEditor__journal,
.CardEditor__name,
.CardEditor__role {
    text-align: center
}

.CardEditor__name {
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 500;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    text-transform: capitalize
}

.CardEditor__name.sm {
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 500;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    text-transform: capitalize
}

.CardEditor__detail {
    padding-bottom: 16px;
    flex: 1;
    width: 100%
}


.CardEditor__journal,
.CardEditor__role {
    /*font-size: .75rem;*/
    font-size: .775rem;
    line-height: 1.0625rem;
    /*font-weight: 500;*/
    font-weight: 300;
    color: #6b6b6b
}

@media only screen and (max-width: 1441px) {

    .CardEditor__journal,
    .CardEditor__role {
        font-size: .625rem;
        line-height: .875rem;
        font-weight: 500;
    }
}

.CardEditor__role {
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1
}

.CardEditor__journal,
.CardEditor__role {
    display: -webkit-box;
    max-width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.CardEditor__journal {
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2
}

.CardEditor__spacer {
    flex: 1
}

.CardEditor__affiliation__location,
.CardEditor__affiliation__name {
    text-align: center;
    color: #6b6b6b;
    /*font-size: .875rem;*/
    font-size: .9rem;
    line-height: 1.25rem;
    font-weight: 300
}

@media only screen and (max-width: 1441px) {

    .CardEditor__affiliation__location,
    .CardEditor__affiliation__name {
        font-size: .75rem;
        line-height: 1.0625rem
    }
}

.CardEditor__affiliation__name {
    margin-bottom: 8px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.CardEditor__more {
    padding: 16px 32px 24px;
    background: #fff;
    color: #6b6b6b;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    min-height: 95px;
}

@media only screen and (max-width: 1441px) {
    .CardEditor__more {
        padding: 16px
    }
}

@media only screen and (max-width: 1024px) {
    .CardEditor__more {
        padding: 8px 16px
    }
}

@media only screen and (max-width: 563px) {
    .CardEditor__more {
        padding: 8px 24px
    }
}

.CardWrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: var(--layout-gap);
    grid-column-gap: var(--layout-gap);
    column-gap: var(--layout-gap);
    grid-row-gap: 32px;
    row-gap: 32px
}

@media only screen and (max-width: 1024px) {
    .CardWrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media only screen and (max-width: 768px) {
    .CardWrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}


.Heading {
    display: flex;
    align-items: baseline;
    justify-content: flex-start
}

@media only screen and (max-width: 563px) {
    .Heading {
        justify-content: space-between
    }
}

.Heading .IconA__wrapper {
    margin-left: 24px
}

@media only screen and (max-width: 1280px) {
    .Heading .IconA__wrapper {
        margin-left: 16px
    }
}


.Footer {
    background-color: #fff;
    border-top: 1px solid var(--grey30)
}

.Footer__wrapper {
    max-width: 1645px;
    width: auto;
    margin: 0 auto;
    padding: 0 16px
}

@media only screen and (max-width: 1441px) {
    .Footer__wrapper {
        max-width: 1231px;
        padding: 0
    }
}

@media only screen and (max-width: 1280px) {
    .Footer__wrapper {
        max-width: 100%;
        padding-left: calc(var(--layout-col-2) + var(--layout-gap));
        padding-right: calc(var(--layout-col-2) + var(--layout-gap))
    }
}

@media only screen and (max-width: 1024px) {
    .Footer__wrapper {
        padding: 0
    }
}

.Footer__sections {
    display: flex;
    background-color: #fff;
    box-sizing: border-box;
    padding-top: 80px;
    padding-bottom: 16px;
    justify-content: space-between
}

@media only screen and (max-width: 1441px) {
    .Footer__sections {
        flex-wrap: wrap;
        padding-bottom: 0
    }
}

@media only screen and (max-width: 1024px) {
    .Footer__sections {
        padding: 0 16px
    }
}

.Footer__socialLinks {
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 300;
    color: #282828;
    min-width: 192px
}

@media only screen and (max-width: 1441px) {
    .Footer__socialLinks {
        border-top: 1px solid var(--grey30);
        padding: 56px 0;
        width: 100%
    }
}

@media only screen and (max-width: 1024px) {
    .Footer__socialLinks {
        padding-bottom: 48px;
        text-align: center;
        border-top: none
    }
}

.Footer__socialLinks__title {
    margin-bottom: 16px
}

.Footer__socialLinks .IconA__wrapper:not(:last-of-type) {
    margin-right: 32px
}

.Footer__socialLinks .IconA__wrapper .Link--icon {
    --size-icon: 24px
}

.Footer__socialLinks .IconA__wrapper .Link--icon:after {
    margin-left: 0;
    margin-right: 0
}

.Footer__copyright {
    display: flex;
    flex-direction: row;
    padding: 56px 0;
    border-top: 1px solid var(--grey30);
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 300;
    width: 100%
}

@media only screen and (max-width: 1441px) {
    .Footer__copyright {
        margin-left: 0
    }
}

@media only screen and (max-width: 1024px) {
    .Footer__copyright {
        flex-direction: column;
        text-align: center;
        padding: 48px 0 64px;
        margin: 0 16px;
        width: auto;
        border-top: 1px solid var(--grey20)
    }
}

@media only screen and (max-width: 740px) {
    .Footer__copyright div:first-child {
        width: 215px;
        align-self: center
    }
}

.Footer__copyright span {
    margin: 0 2px 0 4px
}

.Footer__copyright span:first-child {
    margin: 0 32px 0 0
}

@media only screen and (max-width: 740px) {
    .Footer__copyright span:first-child {
        margin: 0
    }
}




.ATheme_menu {
    --aTheme-color: var(--grey70);
    --aTheme-color-2: var(--grey80);
    --aTheme-color-hover: var(--black);
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 40;
    width: calc(var(--layout-col-8) + var(--layout-gap) * 2);
    height: 100%;
    background: #fff;
    border-left: 1px solid var(--grey30);
    display: none;
    box-sizing: border-box;
    transition: left .48s ease-in-out, box-shadow .3s cubic-bezier(.37, .74, .15, 1)
}

@media only screen and (max-width: 1024px) {
    .ATheme_menu {
        display: flex;
        flex-direction: column
    }
}

@media only screen and (max-width: 768px) {
    .ATheme_menu {
        width: calc(var(--layout-col-7) + var(--layout-gap) * 2)
    }
}

@media only screen and (max-width: 563px) {
    .ATheme_menu {
        width: 100%;
        transition: left .3s ease-in-out, box-shadow .3s cubic-bezier(.37, .74, .15, 1)
    }
}


@-moz-document url-prefix() {
    .ATheme_menu__wrapper {
        scrollbar-width: thin
    }
}

.ATheme_logo_link {
    font-size: large;
    display: flex;
    align-items: center;
}

.ATheme_logo_link span {
    font-size: 18px;
    font-weight: 700;
    margin-left: 4px;
}

.ATheme_main.bg_white .ATheme_logo_link span {
    color: var(--grey70);
}


@media screen and (max-height: 660px) {
    .ATheme_menu .ATheme_button {
        margin-top: 96px
    }
}

@-moz-document url-prefix() {
    .ATheme_menu .ATheme_dropdown__menu {
        scrollbar-width: thin
    }
}


.ATheme {
    --aTheme-bg: var(--white);
    --aTheme-border-color: var(--grey20);
    --aTheme-color: var(--grey80);
    --aTheme-color-hover: var(--black);
    color: var(--aTheme-color);
    --aTheme-margin-between: 40px
}

.ATheme-white {
    --aTheme-bg: var(--white);
    --aTheme-border-color: var(--grey20);
    --aTheme-color: var(--grey80);
    --aTheme-border-dark-color: var(--grey40);
    --aTheme-color-hover: var(--black);
    color: var(--aTheme-color);
    --aTheme-margin-between: 40px
}

@media only screen and (max-width: 1024px) {
    .ATheme {
        --aTheme-margin-between: 24px;
        padding: 0
    }
}

.ATheme_wrapper {
    display: flex;
    height: 64px;
    align-items: center;
    box-sizing: border-box;
    color: var(--white);
    width: 100%;
    max-width: calc(var(--layout-max-width-px) * 1px);
    margin: 0 auto;
    padding: 0 40px;
    z-index: 31;
}

.home_body .ATheme_wrapper {
    padding: 0 40px 0 100px;
    height: 80px;
}

.home_body .ATheme_logo1 {
    margin-right: 40px;
}

@media only screen and (max-width: 1024px) {
    .ATheme_wrapper {
        height: 48px;
        padding: 0 var(--layout-gap)
    }
}

@media only screen and (max-width: 768px) {
    .ATheme_wrapper {
        max-width: none
    }
}


.ATheme_main {
    position: fixed;
    top: 0;
    width: 100%;
    background: var(--aTheme-bg);
    border: 1px solid var(--aTheme-border-dark-color);
    z-index: 33;
    left: 0.5px;
}

@media only screen and (max-width: 1024px) {

    .ATheme_main .ATheme_button,
    .ATheme_main .ATheme_dropdown,
    .ATheme_main .ATheme_icon--list,
    .ATheme_main .ATheme_link,
    .ATheme_main .AThemeOffice {
        display: none
    }

    .home_body .ATheme_wrapper {
        padding: 0 40px 0 15px;
        height: 80px;
    }
}

@media only screen and (max-width: 1024px) {
    .ATheme_main .ATheme_icon {
        margin-left: 24px
    }

    .ATheme_main .ATheme_icon:before {
        /*font-size: 24px;*/
        font-size: 16px;
        color: var(--aTheme-color)
    }
}


.ATheme_link {
    /*font-size: .875rem;*/
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: var(--aTheme-color);
    margin-left: var(--aTheme-margin-between);
    white-space: nowrap;
    margin-top: 1px
}

.ATheme_link--active,
.ATheme_link:hover {
    color: var(--aTheme-color-hover)
}

.ATheme_button {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: var(--aTheme-color);
    padding: 5px 16px;
    border: 1px solid var(--grey70);
    border-radius: 16px;
    margin-left: var(--aTheme-margin-between);
    margin-top: 1px;
    text-align: center;
    white-space: nowrap;
    height: 32px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center
}

@media only screen and (max-width: 1280px) {
    .ATheme_button {
        font-size: .75rem;
        line-height: 1.0625rem
    }
}

.ATheme_button:hover {
    color: var(--aTheme-color-hover);
    border-color: var(--aTheme-color-hover)
}

.ATheme_spacer {
    flex: 1
}


.ATheme_customList {
    display: flex;
    margin-left: 47px
}

@media only screen and (max-width: 1024px) {
    .ATheme_customList {
        flex-direction: column;
        margin-left: 0
    }
}

.ATheme_customList__li {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: #6b6b6b;
    margin-right: 37px
}

@media only screen and (max-width: 1024px) {
    .ATheme_customList__li {
        padding: 24px 0 24px 16px
    }
}

.ATheme_customList__li--active {
    color: #282828
}

.ATheme_logo {
    min-width: 116px;
    height: 24px
}

.ATheme_logo__link {
    height: 24px;
    display: flex;
    align-content: center;
    justify-content: center
}

.ATheme_logo__productName {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
    padding-left: 16px;
    border-left: 1px solid var(--grey40);
    color: #545454
}

.ATheme_logo__svg {
    height: 100%;
    width: auto
}

.ATheme_logo__text {
    fill: var(--aTheme-color)
}

.ATheme_burger {
    display: none
}

@media only screen and (max-width: 1024px) {
    .ATheme_burger {
        display: block;
        width: 24px;
        height: 24px;
        margin-right: 24px
    }

    .ATheme_burger:after {
        content: "\f0c9";
        font-family: FontAwesome !important;
        -webkit-font-smoothing: antialiased;
        font-size: 24px;
        line-height: 24px;
        color: var(--aTheme-color-hover)
    }
}


.ATheme_icon {
    cursor: pointer;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: var(--aTheme-color);
    margin-left: var(--aTheme-margin-between);
    white-space: nowrap;
}

@media only screen and (max-width: 1280px) {
    .ATheme_icon {
        margin-left: 24px
    }
}

.ATheme_icon:active {
    color: var(--aTheme-color)
}

.ATheme_icon:before {
    content: "";
    font-family: FontAwesome !important;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-weight: 300;
    height: 16px;
    line-height: 16px;
    width: 16px;
    vertical-align: text-top
}

@media only screen and (max-width: 1280px) {
    .ATheme_icon:before {
        margin-right: 0
    }
}

@media only screen and (max-width: 1024px) {
    .ATheme_icon:before {
        width: 24px;
        height: 24px;
        display: flex;
        /*align-items: center;*/
        align-items: flex-start;
    }
}

.ATheme_icon span {
    margin-left: 8px
}

@media only screen and (max-width: 1024px) {
    .ATheme_icon span {
        display: none !important;
    }

    .Metrics_second {
        display: flex;
        align-content: flex-end;
        /* padding: 8px; */
        justify-content: flex-end;
        width: 100%;
    }
}

.Table {
    overflow: hidden;
    margin-top: 56px
}

.Table {
    display: flex;
    flex-direction: column
}

.Table__overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(40, 40, 40, .24);
    -webkit-backdrop-filter: blur(56px);
    backdrop-filter: blur(56px);
    opacity: 1;
    z-index: -1
}

.Table__title {
    display: flex;
    background-color: #fff;
    padding: 24px;
    box-sizing: border-box;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    color: #545454;
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid var(--grey30)
}

@media only screen and (max-width: 1280px) {
    .Table__title {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

@media only screen and (max-width: 1024px) {
    .Table__title {
        font-size: 1rem;
        line-height: 1.375rem;
        padding: 16px
    }
}

.Table__title span {
    flex: 1;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500
}

.Table__spacer {
    display: none
}

.Table__wrapper {
    flex: 1;
    background-color: #fff;
    max-width: 100%;
    overflow: auto;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    white-space: normal
}

.Table__wrapper::-webkit-scrollbar {
    background: var(--white);
    -webkit-appearance: none;
    width: 16px;
    height: 16px
}

.Table__wrapper::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: var(--grey50);
    -webkit-box-shadow: 0 0 1px hsla(0, 0%, 100%, .5);
    border-radius: 9px;
    border: 5px solid var(--white)
}

@-moz-document url-prefix() {
    .Table__wrapper {
        scrollbar-width: thin
    }
}

.Table__caption {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 300;
    color: #282828;
    margin-top: 32px;
    margin-bottom: 32px;
    flex-shrink: 0
}

.Table__caption p {
    margin: 0 0 8px
}

@media only screen and (max-width: 1024px) {
    .Table__caption {
        font-size: .75rem;
        line-height: 1.0625rem;
        font-weight: 300
    }
}

.Table table {
    width: 100%;
    border-collapse: collapse;
    --table-stuck-filter-drop-shadow-left: none;
    --table-stuck-filter-drop-shadow-top: none
}

.Table thead {
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 2;
    filter: var(--table-stuck-filter-drop-shadow-top)
}

.Table tr {
    border-bottom: 1px solid var(--grey30)
}

.Table tr:last-child {
    border: none
}

.Table tr:first-child {
    border-bottom: 1px solid var(--grey30)
}

.Table td,
.Table th {
    padding: 24px 16px;
    color: #545454;
    text-align: left
}

.Table td:first-child,
.Table th:first-child {
    padding: 24px;
    position: sticky;
    background: #fff;
    z-index: 1;
    left: 0;
    filter: var(--table-stuck-filter-drop-shadow-left)
}

@media only screen and (max-width: 1024px) {

    .Table td,
    .Table td:first-child,
    .Table th,
    .Table th:first-child {
        padding: 16px
    }
}

.Table th {
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 500;
    color: #545454
}

@media only screen and (max-width: 1024px) {
    .Table th {
        font-size: .875rem;
        line-height: 1.25rem
    }
}

.Table td {
    position: relative;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 300;
    color: #282828
}

.Table .is-stuck-left table {
    --table-stuck-filter-drop-shadow-left: drop-shadow(12px 7px 16px rgb(1 1 1/10%))
}

.Table .is-stuck-top table {
    --table-stuck-filter-drop-shadow-top: drop-shadow(12px 7px 16px rgb(1 1 1/10%))
}

.Table a {
    color: var(--maincolor50);
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: color .3s cubic-bezier(.37, .74, .15, 1)
}

.Table a:hover {
    color: var(--maincolor70)
}

.MainHeader {
    --main-header-ATheme-height: 120px;
    --main-header-body-height: 192px;
    --main-header-actions-height: 60px
}

@media only screen and (max-width: 1280px) {
    .MainHeader {
        --main-header-body-height: 165px;
        --main-header-actions-height: 56px
    }
}

@media only screen and (max-width: 1024px) {
    .MainHeader {
        --main-header-ATheme-height: 48px;
        --main-header-body-height: 144px;
        --main-header-actions-height: 48px
    }
}

@media only screen and (max-width: 563px) {
    .MainHeader {
        --main-header-body-height: 138px
    }
}

.MainHeader {
    background: var(--maincolor50);
    color: var(--white);
    position: relative;
    display: flex;
    flex-direction: column
}

.MainHeader__ATheme {
    height: var(--main-header-ATheme-height)
}

.MainHeader__mask,
.MainHeader__mask:after {
    position: absolute;
    /*width: 100%;
    height: 100%*/
    width: 100%;
    height: auto;
}

.MainHeader__mask:after {
    content: "";
    top: 0;
    left: 0;
    /*background: rgba(40, 40, 40, .3)*/
}

.MainHeader__body {
    height: var(--main-header-body-height);
    width: var(--layout-col-20);
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

@media only screen and (max-width: 768px) {
    .MainHeader__body {
        width: var(--layout-col-14)
    }
}

@media only screen and (max-width: 563px) {
    .MainHeader__body {
        width: var(--layout-col-8)
    }
}

.MainHeader__title {
    font-size: 2.5rem;
    line-height: 3.5rem;
    font-weight: 500;
    margin-top: 72px
}

@media only screen and (max-width: 1280px) {
    .MainHeader__title {
        font-size: 2rem;
        line-height: 2.75rem
    }
}

@media only screen and (max-width: 1024px) {
    .MainHeader__title {
        font-size: 1.75rem;
        line-height: 2.4375rem;
        margin-top: 56px
    }
}

@media only screen and (max-width: 563px) {
    .MainHeader__title {
        font-size: 1.5rem;
        line-height: 2.0625rem;
        margin-top: 48px
    }
}

.MainHeader__subtitle {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 300;
    margin-top: 8px
}

@media only screen and (max-width: 1280px) {
    .MainHeader__subtitle {
        font-size: 1rem;
        line-height: 1.375rem
    }
}

@media only screen and (max-width: 1024px) {
    .MainHeader__subtitle {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

@media only screen and (max-width: 563px) {
    .MainHeader__subtitle {
        font-size: .875rem;
        line-height: 1.25rem;
        font-weight: 500
    }
}

.MainHeader__actions {
    background: var(--maincolor50);
    z-index: 1
}


.MainHeader__actionsWrapper {
    display: flex;
    justify-content: space-between;
    width: var(--layout-col-20);
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    width: 100%;
    max-width: none
}

@media only screen and (max-width: 768px) {
    .MainHeader__actionsWrapper {
        width: var(--layout-col-14)
    }
}

@media only screen and (max-width: 563px) {
    .MainHeader__actionsWrapper {
        width: var(--layout-col-8)
    }
}

@media only screen and (min-width: 1921px) {
    .MainHeader__actionsWrapper {
        padding-right: 0;
        max-width: calc(var(--layout-max-width-px) * 1px)
    }
}

@media only screen and (max-width: 1024px) {
    .MainHeader__actionsWrapper {
        padding-right: 0
    }
}

@media only screen and (max-width: 768px) {
    .MainHeader__actionsWrapper {
        padding-right: 0
    }
}

@media only screen and (max-width: 563px) {
    .MainHeader__actionsWrapper {
        padding: 0;
        flex-wrap: wrap;
        overflow: hidden
    }
}


.MainHeader__links {
    display: flex
}

.MainHeader__links > :nth-last-child(2) {
    background: var(--maincolor70)
}

@media only screen and (max-width: 563px) {
    .MainHeader__links {
        width: 100%
    }
}

.MainHeader__link {
    /*background: var(--maincolor80);*/
    background: #2e3e50;
    color: var(--white);
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 300;
    padding: 0 56px;
    line-height: var(--main-header-actions-height);
    flex-shrink: 0;
    display: block;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media only screen and (max-width: 1024px) {
    .MainHeader__link {
        font-size: .875rem;
        line-height: 1.25rem;
        line-height: var(--main-header-actions-height)
    }
}

@media only screen and (max-width: 768px) {
    .MainHeader__link {
        padding: 0 24px
    }
}

@media only screen and (max-width: 563px) {
    .MainHeader__link {
        font-size: 12px;
        padding: 0 16px;
        flex: 1 0 100%
    }
}

.MainHeader__link:after {
    content: "\f054";
    font-family: FontAwesome !important;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300 !important;
    -webkit-font-smoothing: antialiased;
    color: var(--white);
    font-weight: 300;
    margin-left: 8px;
    vertical-align: middle
}

@media only screen and (max-width: 1024px) {
    .MainHeader__link:after {
        font-size: 14px;
        line-height: 14px
    }
}

.MainHeader .Metrics {
    margin: 0;
    display: flex;
    height: var(--main-header-actions-height)
}

.Metrics_second {
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
    /*padding: 8px;*/
}

.Metrics_second a {
    font-size: 15px;
    padding: 0 10px;
    font-weight: 600;
}


@media only screen and (max-width: 563px) {
    .MainHeader .Metrics {
        width: 100%
    }
}


.MainHeader--bgImage .MainHeader__link:only-child {
    background-color: var(--maincolor50)
}

.MainHeader--bgImage .MainHeader__actions {
    background: transparent;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.Metrics {
    margin: 16px 0
}

.Metrics.count {
    margin: 16px 0
}

.SearchBar {
    border: 1px solid var(--grey60);
    border-radius: 50px;
    padding: 0 16px;
    height: 45px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #fff;
    transition: box-shadow .48s cubic-bezier(.37, .74, .15, 1);
}

@media only screen and (max-width: 1280px) {
    .SearchBar {
        height: 45px
    }
}

@media only screen and (max-width: 1024px) {
    .SearchBar {
        height: 45px
    }
}

.SearchBar--focused {
    box-shadow: 0 1px 2px rgba(40, 40, 40, .12), 0 2px 1px rgba(40, 40, 40, .08), 0 1px 3px rgba(40, 40, 40, .16)
}

.SearchBar__input {
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 300;
    width: 100%;
    height: 100%;
    margin: 0 16px;
    color: #282828;
    border: none;
    background-color: transparent
}

.SearchBar__input::-webkit-input-placeholder {
    color: #6b6b6b;
    font-size: 16px
}

.SearchBar__input:-moz-placeholder {
    color: #6b6b6b;
    font-size: 16px
}

.SearchBar__input :-ms-input-placeholder {
    color: #6b6b6b;
    font-size: 16px
}

@media only screen and (max-width: 1024px) {
    .SearchBar__input {
        font-size: .875rem;
        line-height: 1.25rem;
        margin: 0 8px
    }

    .SearchBar__input::-webkit-input-placeholder {
        color: #6b6b6b;
        font-size: 14px
    }

    .SearchBar__input:-moz-placeholder {
        color: #6b6b6b;
        font-size: 14px
    }

    .SearchBar__input :-ms-input-placeholder {
        color: #6b6b6b;
        font-size: 14px
    }
}

.SearchBar i {
    /*--icon-size: 32px;*/
    --icon-size: 18px;
    font-style: normal;
    display: inline-flex;
    font-family: FontAwesome !important;
    -webkit-font-smoothing: antialiased;
    color: #545454;
    font-weight: 300;
    font-size: var(--icon-size);
    width: var(--icon-size);
    height: var(--icon-size);
    line-height: var(--icon-size)
}

@media only screen and (max-width: 1280px) {
    .SearchBar i {
        --icon-size: 24px
    }
}

.SearchBar__prependIcon:after {
    content: "\e940"
}

.SearchBar__prependIcon--loading:after {
    content: "\e916";
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite
}

.SearchBar__appendIcon {
    cursor: pointer
}

.SearchBar__appendIcon:after {
    content: "\e909";
    font-size: 16px
}

.SearchBar__hint {
    position: absolute;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 300;
    color: #6b6b6b;
    margin-left: 24px;
    margin-top: 8px;
    opacity: 0;
    z-index: -1;
    transition: opacity .4s cubic-bezier(.37, .74, .15, 1)
}

@media only screen and (max-width: 1024px) {
    .SearchBar__hint {
        font-size: .75rem;
        line-height: 1.0625rem;
        margin-top: 6px
    }
}

.SearchBar__hint--show {
    z-index: 1;
    opacity: 1
}

.ScrollPager {
    left: calc(50% - 35px);
    margin: 16px auto;
    padding: 0;
    z-index: 10;
    height: 36px
}

.ScrollPager__svgSpinner {
    background: transparent;
    width: 36px;
    height: 36px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.ScrollPager__svgSpinner circle {
    border: var(--maincolor40);
    fill: none;
    stroke-width: 4px;
    stroke-dashoffset: -70px;
    stroke-dasharray: 70px;
    -webkit-animation: loading 1.4s linear infinite, color-load 10s linear infinite;
    animation: loading 1.4s linear infinite, color-load 10s linear infinite;
    position: relative
}

.pt0 {
    padding-top: 0;
}

.articleSingle{
    border-bottom:'1px solid #ddd';
    padding-bottom:'12px'
}
