.row {
    margin-left: -20px;
    margin-right: -20px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 20px;
    padding-right: 20px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-left: 20px;
    padding-right: 20px;
}

html,
body {
    background-color: #f4f4f4;
    font-family: freight-display-pro, serif;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

a {
    color: var(--maincolor);
}

.underline {
    text-decoration: underline;
    color: var(--maincolor);
}

.size-1 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 500;
}

.size-2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
}

.size-3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
}

.size-4 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
}

.size-5 {
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
}

.size-5.nonBold {
    font-weight: 500;
}

.size-6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.size-7 {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    font-family: freight-sans-pro, sans-serif;
}

.size-7.bold {
    font-weight: 600;
    line-height: 16px;
    display: block;
}

.bold {
    font-weight: bold !important;
}

.color-white {
    color: white !important;
}

.color-black-light {
    color: #878787;
}

.color-blue {
    color: var(--maincolor);
}

.bg-blue {
    color: var(--maincolor);
}

.border-top-default {
    border-top: 1px solid #c8c8c8;
}

.border-left-default {
    border-left: 1px solid #c8c8c8;
}

.border-right-default {
    border-right: 1px solid #c8c8c8;
}

.border-default {
    border: 1px solid #c8c8c8;
}

.mt-10 {
    margin-top: 40px;
}

.mb-10 {
    margin-bottom: 40px;
}

.cursor-pointer {
    cursor: pointer;
}

.subscriber .styled-content {
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    -o-user-select: none !important;
    user-select: none !important;
}

.styled-content {
    font-family: freight-sans-pro, sans-serif;
    padding-bottom: 20px;
}

.styled-content h2 {
    font-family: freight-display-pro, serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 24px;
}

.styled-content h3 {
    font-family: freight-display-pro, serif;
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 24px;
}

.styled-content h4 {
    font-family: freight-display-pro, serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}

.styled-content h5 {
    font-family: freight-sans-pro, sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.styled-content h6 {
    font-family: freight-sans-pro, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.styled-content img,
.styled-content iframe {
    max-width: 100%;
}

.styled-content a {
    font-weight: normal;
    color: black;
    text-decoration: underline;
}

.styled-content p {
    margin-bottom: 25px;
}

.styled-content p:last-child {
    margin-bottom: 0;
}

.styled-content blockquote {
    position: relative;
    font-family: freight-display-pro, serif;
    font-size: 22px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 40px;
    margin-bottom: 30px;
}

.styled-content blockquote:before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: -18px;
    width: 33px;
    height: 32px;
    background-image: url('../../../../svg/svgcolor/quote-top.svg');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.2;
}

.styled-content ul {
    margin-top: 25px;
    padding-left: 25px;
}

.styled-content ul li {
    margin-bottom: 5px;
}

.styled-content ul li.notincluded {
    list-style: circle;
}

.styled-content ul li:last-child {
    margin-bottom: 0;
}

.styled-content img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
}

.styled-content img.left {
    float: left;
    margin-right: 15px;
}

.styled-content img.right {
    float: right;
    margin-left: 15px;
}

.styled-content .captionImage {
    max-width: 100%;
    margin-bottom: 50px;
}

.styled-content .captionImage.left {
    margin: 0;
    float: left;
    margin-right: 15px;
}

.styled-content .captionImage.right {
    margin: 0;
    float: right;
    margin-left: 15px;
}

.styled-content .captionImage.left .caption {
    float: left;
    clear: both;
    width: 100%;
}

.styled-content .captionImage.right .caption {
    float: right;
    clear: both;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .styled-content .captionImage {
        width: 100% !important;
        margin-bottom: 25px;
    }

    .styled-content .captionImage img {
        width: 100% !important;
        height: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.styled-content .caption {
    font-family: freight-display-pro, serif;
    font-size: 15px;
    line-height: 1;
    font-weight: 300;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}

.styled-content .ss-htmleditorfield-file.embed {
    max-width: 100%;
    width: 100% !important;
}

.welcome-content {
    font-weight: 500;
}

.welcome-content h2 {
    margin-bottom: 25px;
}

.welcome-content h3 {
    margin-top: 50px;
}

.welcome-content .size-4 {
    font-weight: 700;
}

.welcome-content p {
    margin-bottom: 25px;
}

.welcome-content a {
    text-decoration: underline;
    color: var(--maincolor);
}

.width-bug-fixer {
    width: 10px;
}

@media screen and (min-width: 1360px) {
    .container {
        max-width: 1320px;
    }
}

.border-top {
    border-color: #c8c8c8 !important;
}

.nbr-btn {
    font-family: freight-sans-pro, sans-serif;
    color: var(--maincolor);
    font-weight: 600;
    border: 1px solid var(--maincolor);
    border-radius: 18px;
}

.nbr-btn .spinner-border {
    display: none;
    width: 12px;
    height: 12px;
}

.nbr-btn.disabled {
    opacity: 0.9;
    pointer-events: none;
}

.nbr-btn.disabled .spinner-border {
    display: inline-block;
}

.nbr-btn.disabled span {
    display: none;
}

.nbr-btn-blue {
    color: #fff;
    background-color: var(--maincolor);
}

.nbr-btn-blue .lds-ring {
    display: none;
}

.nbr-btn-blue:hover {
    color: var(--maincolor);
    background-color: #fff;
}

.nbr-btn-blue:disabled {
    color: grey;
    background-color: lightgrey;
}

.nbr-btn-blue:disabled span {
    display: none;
}

.nbr-btn-blue:disabled .lds-ring {
    display: flex;
}

.nbr-btn-white {
    color: var(--maincolor);
    background-color: #f4f4f4;
}

.nbr-btn-dark {
    background-color: #1a1a1a;
    border: 1px solid #1a1a1a;
    box-shadow: 0px 0px 0px 1px #fff inset;
    color: #ffffff;
}

.nbr-btn-yellow {
    background-color: #C19932;
    border: 1px solid #C19932;
    color: #ffffff;
}

.nbr-btn-black-light {
    background-color: #878787;
    border: 1px solid #878787;
    color: #ffffff;
}

.frame {
    position: relative;
    background-color: #c8c8c8;
}

.frame:after {
    content: '';
    display: block;
}

.frame.landscape:after {
    padding-top: 56.4%;
}

.frame.square:after {
    padding-top: 100%;
}

.frame.portrait:after {
    padding-top: 160%;
}

.frame.circle {
    border-radius: 50%;
    overflow: hidden;
}

.frame.circle:after {
    padding-top: 100%;
}

.frame.no-background {
    background-color: transparent;
}

.bg-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.border-left-0 {
    border-left: none !important;
}

.header-toggle-menu {
    font-family: freight-sans-pro, sans-serif;
    color: #1a1a1a;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.burger-container {
    position: relative;
    display: inline-block;
    height: 40px;
    width: 26px;
    margin-right: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.burger-container .burger {
    width: 26px;
    height: 26px;
    position: relative;
    display: block;
    margin: -4px auto 0;
    top: 30%;
}

.burger-container .burger .bar {
    width: 100%;
    height: 2px;
    display: block;
    position: relative;
    background: #1a1a1a;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.burger-container .burger .bar:nth-child(1) {
    -webkit-transform: translateY(4px) rotate(0deg);
    transform: translateY(4px) rotate(0deg);
}

.burger-container .burger .bar:nth-child(2) {
    -webkit-transform: translateY(9px) rotate(0deg);
    transform: translateY(9px) rotate(0deg);
}

.burger-container .burger .bar:nth-child(3) {
    opacity: 1;
    -webkit-transform: translateY(14px) rotate(0deg);
    transform: translateY(14px) rotate(0deg);
}

.show-menu .burger-container .bar {
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.show-menu .burger-container .bar:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}

.show-menu .burger-container .bar:nth-child(2) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}

.show-menu .burger-container .bar:nth-child(3) {
    opacity: 0;
}

.header-hot-topic {
    margin-left: 20px;
    margin-right: -10px;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
}

.header-hot-topic span {
    font-family: freight-sans-pro, sans-serif;
    color: #c72b2b;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.header-hot-topic a {
    color: #1a1a1a;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    display: inherit;
}

.header-wrap {
    height: 61px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #c8c8c8;
    z-index: 10;
}

.header .btn {
    font-size: 12px;
    text-transform: uppercase;
    width: 120px;
    margin-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.header .btn.wide {
    width: 160px;
}

.security .col-auto img,
.header .col-auto img,
.footer .col-auto img {
    max-height: 40px;
    max-width: 58vw;
}

.footer .col-auto img {
    max-width: 44vw;
}

.key-points {
    border-bottom: 1px solid #c8c8c8;
}

.key-points-top-border .key-points {
    border-top: 1px solid #c8c8c8;
    border-bottom: none;
}

.open-how-to-guide,
.go-to-bookmarks,
.user-collapsible-icon,
.user-collapsible-icon-login {
    display: block;
    width: 36px;
    height: 36px;
    border: 1px solid var(--maincolor);
    border-radius: 36px;
    padding-left: 11px;
    overflow: hidden;
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
}

.user-collapsible-icon-login {
    background-color: var(--maincolor);
    color: #f4f4f4;
    padding-left: 0;
}

.go-to-bookmarks {
    margin-left: 9px;
}

.save-content-wrap .social-round {
    display: block;
    width: 45px;
    border-radius: 45px;
    overflow: hidden;
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
    color: grey;
}

.save-content-wrap .social-round span {
    color: black;
    overflow: hidden;
    white-space: nowrap;
    width: initial;
    height: initial;
}

.save-content-wrap .social-round .social-round-inner {
    white-space: nowrap;
    width: initial;
    height: initial;
    padding-left: 8px;
}

.save-content-wrap .social-round:hover {
    width: 140px;
    color: #1a1a1a;
    border-radius: 45px;
}

.header-round-icon {
    display: block;
    width: 36px;
    height: 36px;
    border: 1px solid var(--maincolor);
    border-radius: 36px;
    color: var(--maincolor);
    text-decoration: none;
}

.header-round-icon:hover {
    text-decoration: none;
    color: #004860;
    cursor: pointer;
}

.header .show-on-transparent {
    display: none;
}

.open-how-to-guide {
    color: var(--maincolor);
}

.open-how-to-guide:hover {
    width: 150px;
    color: #1a1a1a;
}

.go-to-bookmarks:hover {
    width: 180px;
    color: #1a1a1a;
}

.user-collapsible-icon:hover, .user-collapsible-icon.active {
    width: 135px;
    color: #1a1a1a;
}

.user-collapsible-icon-login:hover, .user-collapsible-icon-login.active {
    width: 100px;
    color: #f4f4f4;
}

.open-how-to-guide > div,
.go-to-bookmarks > div,
.user-collapsible-icon > div,
.user-collapsible-icon-login > div {
    white-space: nowrap;
}

.open-how-to-guide span,
.go-to-bookmarks span,
.user-collapsible-icon span,
.user-collapsible-icon-login span {
    font-family: freight-sans-pro, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.open-how-to-guide svg,
.go-to-bookmarks svg,
.time-to-read svg,
.user-collapsible-icon svg,
.user-collapsible-icon-login svg {
    width: 12px;
    height: 12px;
    top: -1px;
    position: relative;
}

.time-to-read svg {
    top: -1px;
    position: relative;
}

.open-how-to-guide:hover,
.go-to-bookmarks:hover,
.user-collapsible-icon:hover,
.user-collapsible-icon-login:hover {
    text-decoration: none;
}

.time-to-read {
    border-left: 1px solid #c8c8c8;
}

.time-to-read span {
    font-family: freight-sans-pro, sans-serif;
    color: #1A1A1A;
    font-size: 12px;
    line-height: 1;
    font-weight: 300;
}

.footer {
    background-color: var(--maincolor);
}

.footer .footer-menu {
    font-family: freight-sans-pro, sans-serif;
    color: #f4f4f4;
    padding: 50px 0;
}

.footer .footer-menu .nbr-btn {
    padding: 8px 30px;
    text-transform: uppercase;
}

.footer .footer-menu hr {
    border-top-color: #f4f4f4;
    margin-top: 50px;
    margin-bottom: 50px;
    opacity: 0.5;
}

.footer .footer-menu .menu-items .size-7 {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer .footer-menu .menu-items div {
    font-weight: 300;
}

.footer .footer-menu .menu-items ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .footer-menu .menu-items ul a {
    color: inherit;
}

.footer .footer-menu .menu-items p {
    white-space: pre-line;
}

.footer .footer-menu .social-round:hover {
    color: #f4f4f4;
}

.article-report-table tr:nth-child(even) {
    background-color: #dddddd;
}

.mobile-guest-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #f4f4f4;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #c8c8c8;
    z-index: 3;
}

.mobile-guest-footer .btn {
    min-width: 172px;
    padding: 15px 20px;
    border-radius: 30px;
}

.mobile-guest-footer .btn span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.page-end {
    font-family: freight-sans-pro, sans-serif;
    color: #f4f4f4;
    background-color: rgba(26, 26, 26, 0.5);
    padding: 10px 0;
}

.page-end a {
    color: inherit;
}

@media screen and (min-width: 992px) {
    .homepage-right,
    .article-related-articles {
        width: 440px;
        margin-left: -1px;
    }
}

.article-related-articles > .inner {
    position: absolute;
}

.article-related-articles.sticky > .inner {
    position: sticky;
    top: 61px;
    margin-right: -20px;
}

.article-related-articles .item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c8c8c8;
}

.article-related-articles .item:hover {
    background-color: rgba(200, 200, 200, 0.2);
}

.article-related-articles .item h4 {
    margin-bottom: 0;
}

.page-article .before-article-content .journalist-info {
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-article .play-button {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
}

.before-article-content .social-round {
    width: 30px;
    height: 30px;
    border-color: #c8c8c8;
}

.dateSelectorArticles .note {
    font-size: 12px !important;
    display: block;
    color: black !important;
}

.before-article-content .social-round svg {
    width: 12px;
    height: 12px;
    color: rgba(26, 26, 26, 0.5);
}

.save-content-wrap:after {
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background-color: #c8c8c8;
    margin-left: 10px;
}

.save-content {
    cursor: pointer;
}

.remove-content {
    opacity: 0;
    width: 40px !important;
    height: 40px !important;
    background-color: #c72b2b;
    cursor: pointer;
}

.save-content {
    background-color: #f4f4f4;
}

.is-saved .save-content {
    background-color: var(--maincolor);
}

.is-saved .save-content svg {
    color: #f4f4f4;
}

.item > .row:hover .remove-content {
    opacity: 1;
}

.main-image-caption {
    font-family: freight-display-pro, serif;
    font-size: 15px;
    line-height: 1;
    font-weight: 300;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}

p.main-image-caption {
    margin-bottom: 0;
}

.article-content {
    font-family: freight-sans-pro, sans-serif;
    padding-top: 40px;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
}

.article-content > div div {
    margin-bottom: 1rem;
}

.article-content img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.article-content .captionImage {
    max-width: 100%;
    width: auto !important;
}

.tags .flex-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c8c8c8c8;
}

.tags .item {
    font-family: freight-sans-pro, sans-serif;
    color: var(--maincolor);
    font-weight: 600;
    background-color: rgba(200, 200, 200, 0.4);
    border-radius: 15px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 2px 15px;
}

.tags .item:hover {
    text-decoration: none;
}

.article-copyright {
    font-family: freight-sans-pro, sans-serif;
    color: rgba(26, 26, 26, 0.75);
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c8c8c8;
    box-shadow: 0px -1px 0px 0px #c8c8c8;
}

.article-comments {
    font-family: freight-sans-pro, sans-serif;
}

.article-comments .article-featured-comment {
    margin-top: 20px;
}

.article-comments .article-featured-comment {
    padding-bottom: 20px;
    border-bottom: 1px solid #c8c8c8;
}

.article-comments .article-featured-comment .comment-body {
    background-color: rgba(200, 200, 200, 0.25);
}

.article-comments .comment-label {
    color: #f4f4f4;
    font-weight: 600;
    text-transform: uppercase;
    background-color: var(--maincolor);
    padding: 10px;
}

.article-comments .comment-author {
    padding: 20px;
}

.article-comments .comment-author span:nth-child(1) {
    color: var(--maincolor);
    font-weight: 600;
    text-transform: uppercase;
}

.article-comments .comment-author span:nth-child(2) {
    color: #1A1A1A;
    font-weight: 300;
}

.article-comments .comment-content {
    padding: 0 20px 20px;
}

.article-comments .comment-content > *:last-child {
    margin-bottom: 0;
}

.article-comment-form-wrap {
    padding: 20px;
    border-bottom: 1px solid #c8c8c8;
}

.article-comment-edit-form .comment-form-head,
.article-comment-form .comment-form-head {
    padding: 20px;
    border: 1px solid #c8c8c8;
    margin-bottom: 25px;
}

.article-comment-edit-form .author-setting span,
.article-comment-form .author-setting span {
    display: block;
    margin-bottom: 10px;
}

.article-comment-edit-form .author-setting label,
.article-comment-form .author-setting label {
    color: var(--maincolor);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-right: 10px;
}

.article-comment-edit-form textarea,
.article-comment-form textarea {
    border: 0;
    background-color: transparent;
    padding: 20px 0 0;
    resize: none;
}

.article-comment-edit-form textarea:focus,
.article-comment-form textarea:focus {
    background-color: transparent;
    outline: none;
    box-shadow: none;
}

.article-comment-edit-form .comment-actions .nbr-btn,
.article-comment-form .comment-actions .nbr-btn {
    text-transform: uppercase;
    padding: 10px 33px;
    border-radius: 20px;
}

.comment-body.pending-approval .comment-author,
.comment-body.pending-approval .comment-content {
    opacity: 0.5;
}

.comment-body .pending-approval-text,
.comment-body.pending-approval .toggle-reply {
    display: none;
}

.comment-body.pending-approval .pending-approval-text {
    display: inline;
    color: #c72b2b;
    font-weight: 600;
}

.comment-body .comment-action {
    padding-bottom: 20px;
}

.comment-body .comment-action .toggle-reply,
.comment-body .comment-action .action {
    color: var(--maincolor);
    font-weight: 600;
    cursor: pointer;
}

.comment-body .comment-action .comment-make-featured {
    color: green;
    margin-right: 30px;
}

.comment-body .cancel-edit {
    padding: 10px 15px;
    cursor: pointer;
}

.comment-body .cancel-edit span {
    font-weight: 600;
    text-transform: uppercase;
}

.article-comment-list .comment-body {
    border-bottom: 1px solid #c8c8c8;
}

.article-comment-list .comment-body .child-comments {
    padding-left: 40px;
    box-shadow: 0px 1px 0px 0px #c8c8c8 inset;
}

.article-comment-list .comment-body .child-comments .comment-body {
    border-top: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
    border-bottom: 0;
}

.article-comment-list .comment-body .child-comments .comment-body:first-child {
    border-top: 0;
}

.featured-comment-action {
    line-height: 0;
    padding: 0 20px 20px;
    text-align: right;
}

.featured-comment-action .action {
    color: var(--maincolor);
    font-weight: 600;
    cursor: pointer;
}

.header-search {
    position: relative;
    margin-left: 30px;
}

.header-search svg {
    position: absolute;
    left: 8px;
    top: 9px;
    z-index: 2;
}

.header-search .input-wrap input {
    border-radius: 20px;
    padding-left: 30px;
}

.header-search .input-wrap input:focus {
    background-color: transparent;
}

.header-search .expand-on-focus {
    background-color: #f4f4f4 !important;
    position: relative;
    z-index: 1;
    transition: width 0.25s ease;
}

.header-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0px;
    max-height: calc(100vh - 61px);
    background-color: #f4f4f4;
    border-top: 1px solid #c8c8c8;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-transition: height 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: height 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.header-menu .quick-link {
    display: block;
    font-family: freight-sans-pro, sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--maincolor);
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    width: 150px;
    padding: 8px 15px;
    text-align: center;
    margin: 10px 35px;
}

.header-menu .quick-link.is-active {
    color: #f4f4f4;
    background-color: var(--maincolor);
    border-color: var(--maincolor);
}

.header-menu .quick-link:hover {
    text-decoration: none;
    color: var(--maincolor);
    background-color: rgba(200, 200, 200, 0.4);
    border-color: rgba(200, 200, 200, 0.4);
}

.header-menu .menu-items {
    border-top: 1px solid #c8c8c8;
}

.header-menu .menu-items .item-group {
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    padding-bottom: 20px;
}

.header-menu .menu-items .item-group h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.header-menu .menu-items .item-group a {
    font-family: freight-sans-pro, sans-serif;
    color: #1a1a1a;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.header-menu .menu-items .item-group a:hover {
    color: var(--maincolor);
    text-decoration: none;
}

.header-menu .menu-items .item-group a span {
    position: relative;
}

.header-menu .menu-items .item-group a span:after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background-image: url('/svg/svgcolor/arrow-down.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 100%;
    top: -1px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
}

.header-menu .menu-items .item-group a:hover span:after {
    opacity: 1;
    left: calc(100% + 10px);
    -webkit-transition: opacity 0.3s, left 0.3s;
    transition: opacity 0.3s, left 0.3s;
}

@media screen and (min-width: 1200px) {
    .header-menu .menu-items .item-group:nth-child(1),
    .header-menu .menu-items .item-group:nth-child(2) {
        border-right: 0;
    }
}

@media screen and (max-width: 1199px) {
    .header .header-search,
    .header .header-hot-topic,
    .header .header-toggle-menu span {
        display: none;
    }

    .header .featured-menu {
        white-space: nowrap;
        overflow: scroll;
        padding-left: 5px;
        padding-right: 5px;
    }

    .header-menu .quick-link {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: 10px 5px;
    }

    .row-nzx {
        border-left: 1px solid #c8c8c8;
        border-right: 1px solid #c8c8c8;
    }

    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl,
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-left: 10px;
        padding-right: 10px;
    }

    .mobile-search {
        border-bottom: 1px solid #c8c8c8;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header-search {
        margin-left: 0;
        width: 100%;
        margin-right: 10px;
    }

    .mobile-search .go-to-bookmarks {
        width: 36px !important;
    }

    .mobile-search .user-collapsible-icon,
    .mobile-search .user-collapsible-icon-login {
        width: 36px !important;
    }

    .mobile-search .open-how-to-guide {
        width: 36px !important;
    }
}

.page-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1a1a1a;
    opacity: 0;
    z-index: 9;
    transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    pointer-events: none;
}

.show-menu .page-overlay {
    opacity: 0.9;
    pointer-events: auto;
}

.section-row {
    border-bottom: 1px solid #c8c8c8;
}

.section {
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
}

.section:last-child {
    border-bottom: none;
}

.section-header {
    font-family: freight-sans-pro, sans-serif;
    color: var(--maincolor);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #c8c8c8;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 41px;
}

.section-header span:before {
    content: '';
    display: inline-block;
    vertical-align: sub;
    width: 18px;
    height: 15px;
    margin-right: 5px;
    background-image: url('../../../../svg/svgcolor/arrow-down.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.article-big .frame.landscape {
    margin-bottom: 10px;
}

.article-big .row-category {
    margin-bottom: 5px;
    margin-top: 10px;
}

.article-big.article-opinion .frame {
    margin-bottom: 0;
}

.article-big.article-opinion .frame-after {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}

.article-big.article-opinion .article-brief {
    text-align: center;
}

.article-big.article-opinion .frame.circle {
    width: 50px;
    margin-bottom: 10px;
}

.article-big.article-opinion .journalist-info {
    text-align: center;
}

.content-end-journalist a {
    text-decoration: none;
}

.article-small {
    padding-top: 10px;
    padding-bottom: 10px;
}

.article-small .thumbnail {
    width: 60px;
}

.article-medium .thumbnail {
    width: 120px;
}

.article-medium.is-simple .thumbnail {
    width: 100px;
}

.text-category {
    font-family: freight-sans-pro, sans-serif;
    color: var(--maincolor) !important;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.is-opinion .text-category {
    position: relative;
    padding-left: 12px;
}

.is-opinion .text-category:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--maincolor);
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
}

.text-single-title {
    color: #1a1a1a;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}

.text-single-title.small {
    font-size: 17px;
    line-height: 20px;
}

.text-description {
    color: #1a1a1a;
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
}

@media screen and (max-width: 1199px) {
    .article-medium .thumbnail {
        width: 100px;
    }
}

.left-shadow-inset {
    box-shadow: 1px 0px 0px 0px #c8c8c8 inset;
}

.left-shadow {
    box-shadow: 1px 0px 0px 0px #c8c8c8;
}

.right-shadow-inset {
    box-shadow: -1px 0px 0px 0px #c8c8c8 inset;
}

.right-shadow {
    box-shadow: -1px 0px 0px 0px #c8c8c8 inset;
}

.latest-news,
.hot-topic {
    overflow: hidden;
}

.latest-news .item {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: -1px;
    border-bottom: 1px solid #c8c8c8;
}

.home-latest-news {
    box-shadow: 0px 1px 0px 0px #c8c8c8;
}

.home-latest-news .col-xl-4 {
    box-shadow: -1px 0px 0px 0px #c8c8c8;
}

.home-latest-news .item {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.hot-topic .item {
    border-bottom: 1px solid #c8c8c8;
}

.hot-topic .item > .row {
    margin-bottom: -1px;
    border-bottom: 1px solid #c8c8c8;
    padding-top: 20px;
    padding-bottom: 20px;
}

.latest-news .item:after,
.hot-topic .item:after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    width: 1px;
    height: 150%;
    background-color: #c8c8c8;
}

.latest-news .item:last-child:after {
    display: none;
}

.latest-news .item:hover,
.hot-topic .item > .row:hover,
.top-articles .item:hover,
.editors-pick .item:hover,
.home-featured .item:hover,
.home-categories .item:hover {
    background-color: rgba(200, 200, 200, 0.2);
}

@media screen and (max-width: 991px) {
    .latest-news .item {
        height: auto;
    }
}

.mobile-hot-topic {
    border-bottom: 1px solid #c8c8c8;
}

.mobile-hot-topic > .container {
    padding-top: 8px;
    padding-bottom: 8px;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
}

.mobile-hot-topic span {
    font-family: freight-sans-pro, sans-serif;
    font-size: 12px;
    color: #c72b2b;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 10px;
}

.mobile-hot-topic a {
    font-weight: 700;
    color: #1a1a1a;
}

.focused-video {
    padding-top: 20px;
    padding-bottom: 20px;
}

.focused-video .play-button {
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
}

.focused-video.is-playing .play-button {
    opacity: 0;
}

.focused-video.is-playing:hover .play-button {
    opacity: 1;
}

.focused-video .on-play,
.focused-video.is-playing .on-pause {
    display: none;
}

.focused-video.is-playing .on-play {
    display: block;
}

.focused-video .s72-player-controls-loading-overlay {
    display: none;
}

.focused-video .s72-player-controls-control-bar {
    display: none;
}

.main-article {
    padding-top: 20px;
    padding-bottom: 20px;
}

.main-article a,
.related-articles a,
.article-big a,
.article-large a,
.article-medium a,
.article-small a {
    color: inherit;
}

.main-article a:hover,
.related-articles a:hover,
.article-big a:hover,
.article-large a:hover,
.article-medium a:hover,
.article-small a:hover {
    text-decoration: none;
}

.main-article h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.main-article .teaser {
    font-size: 17px;
    margin-bottom: 20px;
}

.related-articles .section-header {
    padding-left: 20px;
    padding-right: 20px;
}

.related-articles .section-header span:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.related-articles .item {
    position: relative;
    padding: 20px;
    border-left: 1px solid #c8c8c8;
}

@media screen and (max-width: 991px) {
    .related-articles .section-header {
        padding-left: 10px;
        padding-right: 10px;
    }

    .related-articles .section-header span:before {
        -webkit-transform: none;
        transform: none;
    }
}

.main-article .related-articles {
    border-top: 1px solid #c8c8c8;
    border-right: 0;
    margin-top: 20px;
    margin-right: -20px;
    margin-bottom: -20px;
}

.main-article .related-articles .item {
    border-bottom: 1px solid #c8c8c8;
}

.main-article .related-articles .item:first-child {
    border-left: 0;
}

.main-article .related-articles .item h3 {
    margin-top: 0;
}

.takeover {
    border-bottom: 1px solid #c8c8c8;
}

.takeover .inner {
    position: relative;
    color: #f4f4f4;
    padding: 20px;
    z-index: 2;
}

.takeover .text-category,
.takeover .journalist-info .journalist-name,
.takeover .journalist-info .date-small {
    color: #f4f4f4 !important;
}

@media screen and (max-width: 1199px) {
    .main-article {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .related-articles .item:first-child {
        border-left: 0;
    }

    .takeover .text-category,
    .takeover .journalist-info .journalist-name {
        color: var(--maincolor) !important;
    }

    .takeover .journalist-info .date-small {
        color: #1a1a1a;
    }
}

.gainers-decliners-wrap {
    z-index: 10;
}

.top-articles-wrap,
.gainers-decliners-wrap {
    position: sticky;
    top: 60px;
}

.gainers-decliners-wrapV2 {
    position: relative;
}

.top-articles-wrap .tabs,
.gainers-decliners-wrap .tabs {
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
}

.top-articles-wrap .tabs .item,
.gainers-decliners-wrap .tabs .item,
.gainers-decliners-wrapV2 .tabs .item {
    font-family: freight-sans-pro, sans-serif;
    color: #808080;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    border-bottom: 3px solid #EBEBEB;
}

.top-articles-wrap .tabs .item.is-active,
.gainers-decliners-wrap .tabs .item.is-active,
.gainers-decliners-wrapV2 .tabs .item.is-active {
    color: var(--maincolor);
    border-bottom: 3px solid var(--maincolor);
    opacity: 1;
}

.top-articles-wrap .top-articles,
.gainers-decliners-wrap .top-articles,
.gainers-decliners-wrapV2 .top-articles {
    display: none;
}

.top-articles-wrap .top-articles.is-active,
.gainers-decliners-wrap .top-articles.is-active,
.gainers-decliners-wrapV2 .top-articles.is-active {
    display: block;
}

.top-articles .item {
    border-bottom: 1px solid #c8c8c8;
}

.journalist-info .frame {
    width: 30px;
    margin-right: 10px;
}

.journalist-info .journalist-name {
    font-family: freight-sans-pro, sans-serif;
    color: var(--maincolor);
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
}

.date-small {
    font-family: freight-sans-pro, sans-serif;
    color: #1A1A1A;
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
}

.editors-pick .item {
    padding-top: 20px;
    padding-bottom: 20px;
}

.editors-pick .item .text-description {
    margin-bottom: 0;
}

.editors-pick .item:nth-child(2n) {
    border-right: 0;
}

.editors-pick.on-takeover .item {
    border-right: 0;
    border-top: 1px solid #c8c8c8;
}

.editors-pick.on-takeover .item:first-child {
    border-top: 0;
}

.editors-pick.on-takeover .item:last-child {
    box-shadow: 0px 1px 0px 0px #c8c8c8;
}

@media screen and (min-width: 992px) {
    .editors-pick .item {
        border-right: 1px solid #c8c8c8;
    }

    .editors-pick .item:nth-child(n+3) {
        border-top: 1px solid #c8c8c8;
    }
}

@media screen and (max-width: 991px) {
    .editors-pick .item:nth-child(n+2) {
        border-top: 1px solid #c8c8c8;
    }
}

.home-featured .item {
    position: relative;
    padding: 20px;
}

.home-featured .item:nth-child(n+2) {
    padding-top: 20px;
    border-top: 1px solid #c8c8c8;
}

.home-featured .item .text-description {
    margin-bottom: 0;
}

.home-featured .home-featured-main {
    padding-top: 20px;
    padding-bottom: 20px;
    border-right: 1px solid #c8c8c8;
}

.home-featured .article-medium .thumbnail {
    width: 200px;
}

@media screen and (max-width: 1199px) {
    .home-featured .home-featured-main {
        border-right: 0;
        border-bottom: 1px solid #c8c8c8;
    }

    .home-featured .article-medium .thumbnail {
        width: 100px;
    }

    .home-featured .home-featured-main {
        border-right: 1px solid #c8c8c8;
    }
}

@media screen and (max-width: 767px) {
    .home-featured .home-featured-main {
        border-right: 0;
        border-bottom: 0;
    }
}

.home-opinions .item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-right: 1px solid #c8c8c8;
}

.home-opinions .item:nth-child(4) {
    border-right: 0;
}

.home-opinions .article-big {
    position: relative;
    height: 100%;
    background-color: rgba(200, 200, 200, 0.2);
}

@media screen and (max-width: 1199px) {
    .home-opinions .item {
        width: 284px;
    }

    .home-opinions-items {
        overflow: scroll;
    }
}

.home-categories .category {
    border-right: 1px solid #c8c8c8;
}

.home-categories .category-label {
    padding: 15px 20px;
    margin-top: -1px;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
}

.home-categories .category-label h3 {
    font-family: freightbigcmp-pro, serif;
    margin-bottom: 0;
    font-weight: 600;
}

.home-categories .category-label a {
    color: #1A1A1A;
    text-decoration: none;
}

.home-categories .category-label a:visited h3 {
    color: #1a1a1a !important;
}

.home-categories .item {
    position: relative;
    padding: 20px;
    border-bottom: 1px solid #c8c8c8;
}

.home-categories .item:nth-child(n+2) .frame-wrap {
    display: none;
}

.home-categories .item:first-child .row-category {
    position: absolute;
    bottom: 100%;
    left: 20px;
    background-color: #f4f4f4;
}

.home-categories .item:first-child .row-category .col-auto {
    padding: 3px 10px;
}

.home-categories .item .frame-after {
    position: relative;
}

.banner-products {
    position: relative;
    padding-top: 32px;
    padding-bottom: 32px;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
}

.banner-products .banner-man {
    position: absolute;
    left: 0;
    bottom: 0;
}

.banner-products .banner-dog {
    position: absolute;
    right: 0;
    bottom: 0;
}

.products-tab-switch {
    padding: 20px 0;
    border: 1px solid #c8c8c8;
}

.products-tab-switch .tab-item {
    width: 180px;
    color: rgba(26, 26, 26, 0.75);
    background-color: rgba(200, 200, 200, 0.4);
    font-family: freight-sans-pro, sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 10px 0;
    margin: 0 10px 10px;
    cursor: pointer;
}

.products-tab-switch .tab-item.is-active {
    color: #f4f4f4;
    background-color: var(--maincolor);
}

.page-products .products {
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
}

.product-list {
    display: none;
}

.product-list.is-active {
    display: block;
}

.product-list .disabled {
    opacity: 0.5;
    pointer-events: none;
}

.products .item {
    padding-top: 50px;
    padding-bottom: 50px;
    border-right: 1px solid #c8c8c8;
}

.page-products .products .item:nth-child(3) {
    border-right: 0;
}

.products .item h3 {
    margin-bottom: 0;
}

.products .item .product-price {
    color: var(--maincolor);
    margin-top: 30px;
}
.product-price.on-discount{
    flex-direction: column;
}
.product-price.on-discount h3:first-child {
    position: relative;
    color: #c72b2b;
    width: fit-content;
}

.product-price.on-discount h3:first-child:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: calc(50%);
    background-color: #c72b2b;
}

.products .item .product-description {
    font-family: freight-sans-pro, sans-serif;
    margin-top: 30px;
}

.products .item .product-description ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.products .item .product-description ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}

.products .item .product-description ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #1a1a1a;
}

.products .item .product-description ul li:last-child {
    margin-bottom: 0;
}

.products .item .nbr-btn {
    margin-top: 50px;
}

.group-products .item .nbr-btn,
.products .item .nbr-btn,
.marketplace-products .item .nbr-btn,
.aviation-products .item .nbr-btn {
    width: 200px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
    border-radius: 25px;
}

.specialProductMessage {
    font-size: 16px;
    color: #00AB4E;
    padding-top: 4px;
    font-weight: bold;
}

.marketplace-products .item,
.aviation-products .item {
    border-left: 1px solid #c8c8c8;
}

.group-products {
    padding-bottom: 20px;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
}

.gruop-proudct-feature {
    border-right: 1px solid #c8c8c8;
}

.group-products .item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c8c8c8;
}

.group-products .item .price {
    color: var(--maincolor);
}

.group-products .item .price small {
    font-size: 13px;
}

.group-products .more-option {
    padding: 30px;
    text-align: center;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    font-weight: 400;
}

.group-products .more-option a {
    text-decoration: underline;
}

/*==page-products 2x block*/

.product-subscription {
    background: var(--maincolor);
    color: #fff;
    padding: 16px;

}

.product-subscription .free-trial-ad-block h3 {
    margin-bottom: 0;
}

.product-subscription .free-trial-ad-block:not(.student-block) {
    background: transparent;
    border-color: transparent;
}

.product-subscription .free-trial-ad-block .size-6 {
    font-family: freight-sans-pro, sans-serif;
}

.product-subscription .free-trial-ad-block:not(.student-block) .nbr-btn-blue {
    border-color: #fff;
}

.product-subscription .free-trial-ad-block.student-block {
    background-color: #fff;
    color: var(--maincolor);
}

.product-subscription .free-trial-ad-block.student-block .btn:hover {
    background-color: var(--maincolor);
    color: #fff;
}

/*switch*/
.plan-switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 17px;
    margin-top: 32px;
    margin-bottom: 32px;
}

/* Hide default HTML checkbox */
.plan-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The switch-slider */
.plan-switch .switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #C8C8C8;
    -webkit-transition: .4s;
    transition: .4s;
}

.plan-switch .switch-slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 1px;
    bottom: 1px;
    background-color: var(--maincolor);
    -webkit-transition: .4s;
    transition: .4s;
}


.plan-switch input:checked + .switch-slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

/* Rounded switch-sliders */
.plan-switch .switch-slider.round {
    border-radius: 34px;
}

.plan-switch .switch-slider.round:before {
    border-radius: 50%;
}

.plan-carousel-section {
    padding-top: 32px;
    padding-bottom: 32px;
}


.plan-carousel {
    user-select: none;
}

.plan-carousel .owl-loading {
    opacity: 0;
}

.plan-carousel .owl-stage-outer {
    overflow: hidden;
}

.plan-carousel .owl-stage-outer .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 85px;
    padding-bottom: 85px;
    /*margin-left: -32px;*/
}

.plan-carousel .owl-item {
    display: inline-block;
}


.plan-carousel .disabled {
    display: none;
}


.plan-carousel .item {
    position: relative;
    width: 300px;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.10);
    transform: scale(1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin: 8px;

}

/*center before and after*/
.plan-carousel .owl-item:not(.active) + .active .item, .plan-carousel .owl-item.active.center + .active .item {
    /*transform: scale(1);*/
}

.plan-carousel .owl-item.active.center .item {
    /*width: 360px;*/
    margin-left: 40px;
    margin-right: 40px;
    transform: scale(1.2);
}

.plan-carousel .item .placeholder {
    width: 100%;
    position: relative;
    padding-top: 61%;
}

.plan-carousel .item .size-3 {
    margin-bottom: 0;
    font-size: 24px;
}

.plan-carousel .item .product-price {
    color: var(--maincolor);
    margin-top: 30px;
}
.plan-carousel .item .product-price.has-offer {
    margin-top: -10px;
}

.plan-carousel .item .product-price .small-currency {
    font-size: 60%;

}
.offer-message {
    color: var(--maincolor);
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    font-family: freight-sans-pro, sans-serif;
}

.plan-carousel .product-price.on-discount h3:first-child {
    position: relative;
    color: #c72b2b;
}

.plan-carousel .product-price.on-discount h3:first-child:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: calc(50%);
    background-color: #c72b2b;
}

.text-red{
    color: #c72b2b !important;
}
.h-full{
    height: 100%;
}

.plan-carousel .item .product-description {
    font-family: freight-sans-pro, sans-serif;
    margin-top: 30px;
}

.plan-carousel .item .product-description ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.plan-carousel .item .product-description ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 2px;
}

.plan-carousel .item .product-description ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;

    background: transparent url(../../../../svg/svgcolor/check.svg) center center no-repeat;
}

.plan-carousel .item .product-description ul li.notincluded:before {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;

    background: transparent url(../../../../svg/svgcolor/nocheck.svg) center center no-repeat;
}

.plan-carousel .item .product-description ul li:last-child {
    margin-bottom: 0;
}

.plan-carousel .item .nbr-btn {
    margin-top: 32px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 25px;
}

.plan-carousel .item .nbr-btn.rank-batch {
    position: absolute;
    left: 50%;
    top: -0px;
    transform: translate(-50%, -50%);
    width: max-content;
    z-index: 1;
    margin: 0;
}

.plan-carousel .prev, .plan-carousel .next {
    width: 48px;
    height: 48px;
    background-color: var(--maincolor);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -10px;
}

.plan-carousel .owl-dots {
    display: none;
    justify-content: center;
    align-items: center;
}

.plan-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    margin: 8px;
    padding: 0;
    background-color: #C8C8C8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: transparent;
}

.plan-carousel .owl-dots .owl-dot.active {
    background-color: var(--maincolor);
}


.no-ads {
    padding-top: 128px;
    padding-bottom: 128px;
    position: relative;
    overflow: hidden;;

}

.no-ads:before, .no-ads:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    height: 100%;
    max-width: 600px;
    background: transparent url(../img/no-ads-left.png) right top no-repeat;
    background-size: cover;
}

.no-ads:after {
    left: auto;
    right: 0;
    background: transparent url(../img/no-ads-right.png) left bottom no-repeat;
    background-size: cover;
}

@media screen and (max-width: 575px) {
    .plan-carousel .owl-dots {
        display: flex;
    }

    .no-ads {
        padding-top: 64px;
    }

    .no-ads:before {
        display: none;
    }

    .no-ads:after {
        width: 100%;
        height: 40%;
        top: auto;
        bottom: 0;
    }
    .plan-carousel .item {
        max-width: 250px;
        margin: 0;
    }
    .plan-carousel .owl-stage-outer .owl-stage{
        padding-top: 95px;
    }
}

@media screen and (max-width: 991px) {
    .page-products .products .item {
        padding-top: 0px;
        padding-bottom: 20px;
        border-right: 0;
        border-bottom: 1px solid #c8c8c8;
    }

    .page-products .products .item .product-price {
        margin-top: 0px;
    }

    .page-products .products .item .product-description {
        margin-top: 20px;
    }

    .page-products .products .item .nbr-btn {
        margin-top: 20px;
    }

    .page-products .products .item .product-title {
        position: relative;
        cursor: pointer;
        padding-top: 20px;
        padding-bottom: 10px;
        padding-right: 30px;
    }

    .page-products .products .item .product-title:after {
        font-family: "Material Icons";
        content: "\e5cc";
        position: absolute;
        right: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .page-products .products .item.is-active .product-title:after {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .page-products .products .item .product-description {
        display: none;
        padding-bottom: 10px;
    }

    .page-products .products .item.is-active .product-description {
        display: block;
    }

    .gruop-proudct-feature {
        border-right: 0;
    }

    .products-tab-switch {
        overflow-y: scroll;
    }

    .products-tab-switch .tab-item {
        width: 220px;
    }
}

.banner-category,
.banner-checkout {
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
}

.banner-checkout * {
    margin-bottom: 0;
}

.checkout-left-panel {
    border-left: 1px solid #c8c8c8;
}

.checkout-form {
    padding-bottom: 50px;
}

.checkout-form .checkout-steps {
    padding-top: 30px;
    padding-bottom: 30px;
}

.checkout-form .checkout-steps .step {
    margin-right: 50px;
    opacity: 0.5;
}

.checkout-form .checkout-steps .step.is-active {
    opacity: 1;
}

.checkout-form .nbr-btn {
    width: 200px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
    margin-top: 30px;
    border-radius: 25px;
}

.checkout-form .validate-voucher {
    font-family: freight-sans-pro, sans-serif;
    color: #f4f4f4;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: var(--maincolor);
    border-radius: 0px 5px 5px 0px;
}

.voucher-input input {
    border-radius: 5px 0px 0px 5px;
}

.voucher-input input.disabled {
    opacity: 0.7;
}

.voucher-input .applied {
    background-color: #c72b2b
}

.page-checkout .checkout-right-panel {
    width: 440px;
}

.page-checkout .products .item {
    border-right: 0;
}

.checkout-step {
    display: none;
}

.checkout-step.is-active {
    display: block;
}

.input-wrap {
    position: relative;
    margin-bottom: 20px;
}

.input-wrap label {
    font-weight: 300;
}

.input-wrap .form-control {
    font-family: freight-sans-pro, sans-serif;
    border: 1px solid #c8c8c8;
    background-color: transparent;
}

.input-wrap.is-error label,
.input-wrap.is-error span {
    color: #FF0047;
}

.input-wrap.is-error input {
    border-color: #FF0047;
}

.validation-result {
    position: absolute;
    top: 34px;
    right: 20px;
}


.validation-result .on-valid,
.validation-result .on-invalid {
    display: none;
}

.with-validator-icon .on-valid {
    width: 14px;
    height: 14px;
}

.with-validator-icon .on-invalid {
    color: #c72b2b;
    width: 11px;
    height: 14px;
}

.with-validator-icon.is-valid .on-valid,
.with-validator-icon.is-invalid .on-invalid {
    display: block;
}

.pending-submit .is-invalid,
.pending-submit .input-invalid,
.pending-submit .input-invalid #tcagreement + label a {
    color: #c72b2b;
}


#tcagreement + label {
    user-select: none;
}

#tcagreement + label a {
    text-decoration: underline;
}
#tcagreement + label + .tc-following-text {
    display: none;
    position: absolute;
    top: 100%;
    left: 20px;
    margin-top: 8px;
}

#tcagreement:checked + label + .tc-following-text {
    display: block;
}

.the-crews {
    margin-left: 1px;
}

.the-crews .item {
    text-align: center;
    padding: 20px 50px;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
}

.the-crews .item:hover {
    color: inherit;
    text-decoration: none;
}

.the-crews .item h3 {
    margin: 20px 0 10px;
}

.the-crews .item h4 {
    font-weight: 500;
}

.the-crews .item a {
    color: var(--maincolor);
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .the-crews .item {
        text-align: left;
        padding: 10px;
    }

    .the-crews .item .frame {
        width: 100px;
        height: 100px;
        margin-right: 20px;
    }

    .the-crews .item h3 {
        margin-top: 0;
    }
}

.contact-us-item > div:nth-child(2) {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: -1px;
    border-left: 1px solid #c8c8c8;
}

.contact-us-item p:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 992px) {
    .page-simple-page .col-lg-8 {
        border-right: 1px solid #c8c8c8;
    }
}

.my-account-left-pane {
    border-right: 0;
}

.my-account-left-pane > div {
    position: sticky;
    top: 0;
    border-bottom: 1px solid #c8c8c8;
}

.my-account-menu {
    padding: 10px 0;
    margin: 0;
    list-style: none;
}

.my-account-menu a {
    display: block;
    color: #1a1a1a;
    font-family: freight-sans-pro, sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    padding: 10px;
    text-transform: uppercase;
}

.my-account-menu a:hover {
    text-decoration: none;
}

.my-account-menu a:hover,
.my-account-menu .is-active a {
    color: var(--maincolor);
    background-color: rgba(26, 26, 26, 0.05);
}

.my-account-menu .logout a {
    color: #c72b2b;
}

.my-account-menu .menu-warning {
    color: #c72b2b;
}

.create-account-form span,
.user-profile-form span {
    font-family: freight-sans-pro, sans-serif;
    display: block;
}

.billing-profile-form .btn,
.user-profile-form .btn {
    padding: 15px 25px;
    width: 150px;
    text-transform: uppercase;
    border-radius: 25px;
}

@media screen and (max-width: 991px) {
    .page-my-account.action-index .my-account-body {
        display: none;
    }

    .page-my-account.inside .my-account-left-pane {
        display: none;
    }

    .page-my-account .banner-category {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .page-my-account .banner-category a {
        font-family: freight-sans-pro, sans-serif;
        font-size: 12px;
        text-transform: uppercase;
    }

    .page-my-account .banner-category a:before {
        content: '';
        display: inline-block;
        width: 18px;
        height: 15px;
        vertical-align: sub;
        background-image: url('../../../../svg/svgcolor/arrow-down.svg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .my-account-menu {
        padding-top: 0;
        margin-left: -10px;
        margin-right: -10px;
    }

    .my-account-menu .is-active a {
        color: #1a1a1a;
        background-color: transparent;
    }

    .my-account-menu a {
        position: relative;
        color: #1a1a1a;
        background-color: transparent;
        border-bottom: 1px solid #c8c8c8;
    }

    .my-account-menu a:after {
        content: '';
        display: inline-block;
        width: 18px;
        height: 15px;
        position: absolute;
        top: 12px;
        right: 10px;
        background-image: url('svg/svgcolor/arrow-down.svg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .my-account-menu li:nth-last-child(2) {
        margin-top: 50px;
        border-top: 1px solid #c8c8c8;
    }

    .my-account-menu li:nth-last-child(1) a:after,
    .my-account-menu li:nth-last-child(2) a:after {
        display: none;
    }
}

.social-round {
    color: #f4f4f4;
    border: 1px solid #f4f4f4;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: block;
    margin-left: 10px;
}

.social-round.share-article-round {
    width: auto;
    border-radius: 20px;
    border: 1px solid var(--maincolor);
    justify-content: center;
    align-items: center;
    color: var(--maincolor);
    padding: 0 10px;
    height: 30px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: freight-sans-pro, sans-serif;
    font-style: normal;
    font-weight: 600;
    cursor: pointer;
}

.social-round > * {
    width: 16px;
    height: 16px;
}

.social-round.share-article-round > * {
    width: auto;
    height: auto;
}

.general-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: none;
    justify-content: center;
    align-items: center;
}

.general-popup.right-bottom {
    justify-content: end;
    align-items: end;
}

.general-popup.is-active {
    display: flex;
}

.general-popup .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1A1A1A;
    opacity: 0.8;
    z-index: 1;
}

.general-popup .overlay + * {
    position: relative;
    z-index: 2;
}

.general-popup .inner {
    position: relative;
    width: 100%;
    max-width: 450px;
    background-color: #F4F4F4;
    padding: 25px;
}

.general-popup .inner.success {
    color: #1a1a1a;
    background-color: #f4f4f4;
    font-size: 20px;
    padding: 40px;
    border-bottom: 2px solid #1DAB22
}

.giftTitle {
    font-weight: 600;
    color: #1A1A1A;
}

.giftSubTitle {
    font-weight: 600;
    color: #878787;
}

.giftError {
    font-weight: 600;
    color: #c72b2b;
}

.giftArticleSend .loader,
.nbrSurveySend .loader {
    display: none;
}

.giftArticleSend:disabled .loader,
.nbrSurveySend:disabled .loader {
    display: inline-block;
}

.giftArticleSend:disabled span,
.nbrSurveySend:disabled span {
    display: none;
}

.giftArticleSend {
    font-weight: 600;
    background-color: var(--maincolor);
    color: #F4F4F4;
    height: 64px;
    width: 100%;
    font-size: 16px;
    font-family: freight-sans-pro, sans-serif;
    text-transform: uppercase;
    outline: none;
    border: none;
}

.article-gift-popup label {
    display: block;
    font-size: 14px;
    color: #878787;
    text-align: left;
    margin-bottom: 0;
}

.article-gift-popup input,
.article-gift-popup textarea {
    width: 100%;
    background-color: #F4F4F4;
    border: 1px solid #878787;
    border-radius: 2px;
    outline: none;
    padding: 10px;
}

.article-gift-popup textarea {
    height: 150px;
}

.article-gift-popup input {
    height: 60px;
}

.survey-popup .inner {
    padding: 16px;
    margin-right: 20px;
    margin-bottom: 20px;
    min-width: 400px;
}

@media screen and (max-width: 450px) {
    .survey-popup .inner {
        margin-right: 10px;
        margin-bottom: 10px;
        min-width: calc(100vw - 35px);
    }

    .general-popup.right-bottom {
        justify-content: end;
        align-items: end;
    }
}

.survey-popup textarea {
    height: 96px;
    width: 100%;
    padding: 8px;
    border: none;
    outline: none;
    max-height: 200px;
    min-height: 96px;
}

.survey-popup textarea::placeholder {
    color: #878787;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.survey-popup button {
    border-radius: 100px;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    background-color: var(--maincolor);
    color: #f4f4f4;
    outline: none;
    border: none;
}

.radio-toolbar input[type="radio"] {
    position: absolute;
    z-index: -1;
    margin-top: 14px;
    margin-left: 20px;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #f4f4f4;
    padding: 0px 15px 2px 15px;
    border-radius: 100px;
    border: 1px solid var(--maincolor);
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 117.647% */
    cursor: pointer;
    color: #1A1A1A;
    margin-right: 8px;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color: var(--maincolor);
    color: #f4f4f4;
}

.page-search {
    box-shadow: 0px 0px 0px 1px #c8c8c8 inset;
    margin-top: -1px;
}

.search-results .item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c8c8c8;
}

.article-paginator {
    padding-top: 20px;
    padding-bottom: 20px;
}

.article-paginator a,
.article-paginator span {
    font-family: freight-sans-pro, sans-serif;
    color: #555;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    user-select: none;
}

.article-paginator .current {
    background-color: var(--maincolor);
    color: #f4f4f4;
}

.article-paginator .prev {
    margin-right: 10px;
    width: auto;
}

.article-paginator .next {
    margin-left: 10px;
    width: auto;
}

.paywall-wrap {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #f4f4f4;
}

.paywall-wrap:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 220px;
    background: rgb(244, 244, 244);
    background: linear-gradient(180deg, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 1) 100%);
}

.paywall-wrap h2 {
    font-family: freight-display-pro, serif;
}

.paywall-wrap h2 span {
    color: var(--maincolor);
    text-decoration: underline;
}

.paywall-wrap h4 {
    font-family: freight-display-pro, serif;
    font-weight: 300;
}

.paywall-wrap h5 {
    font-family: freight-display-pro, serif;
    font-weight: 300;
    margin: 30px 0;
}

.paywall-wrap h5 a {
    text-decoration: underline;
}

.paywall-wrap .products-tab-switch {
    border: 0;
    margin: 30px 0;
}

.paywall-wrap .item {
    width: 100%;
    border: 1px solid #c8c8c8;
    padding: 30px 10px;

}
@media screen and (min-width: 992px) {
    .paywall-wrap .item {
        max-width: 250px;
        margin-left: 12.5px;
        margin-right: 12.5px;
        margin-bottom: 1rem;
    }
}

.paywall-wrap .group-item .price,
.paywall-wrap .item .price {
    color: var(--maincolor);
    margin-bottom: 0;
}

.paywall-wrap .group-item .nbr-btn,
.paywall-wrap .item .nbr-btn {
    font-weight: 300;
    width: 200px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
    border-radius: 25px;
    margin-top: 30px;
}

.paywall-wrap .group-item {
    border: 1px solid #c8c8c8;
    margin-left: 12.5px;
    margin-right: 12.5px;
    margin-bottom: 12.5px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.page-member-activity-header {
    font-family: freight-sans-pro, sans-serif;
    color: #616E84;
}

.page-member-activity-header img {
    height: 40px;
}

.page-member-activity-header .container > div {
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #c8c8c8;
}

.page-member-activity h4 {
    font-family: freight-sans-pro, sans-serif;
    color: #616E84;
    font-weight: 400;
    margin-bottom: 25px;
}

.user-info-panel {
    font-family: freight-sans-pro, sans-serif;
    padding-top: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #c8c8c8;
}

.user-info-panel table {
    color: #616E84;
    font-size: 13px;
}

.user-info-panel table td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.user-info-panel table td:first-child {
    font-weight: 700;
    min-width: 170px;
}

.user-billing-activity {
    padding-top: 30px;
}

.manage-group-user-header,
.my-subscription-title {
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 15px;
}

.my-subscription-action {
    margin-top: 50px;
    margin-bottom: 50px;
}

.my-subscription-action .btn {
    text-transform: uppercase;
    min-width: 250px;
    padding: 15px 20px;
    border-radius: 25px;
}

.my-subscription-action .btn-cancel-subscription {
    font-family: freight-sans-pro, sans-serif;
    color: #1a1a1a;
    font-weight: 600;
    opacity: 0.5;
    text-decoration: underline;
    cursor: pointer;
}

.my-payment-option .styled-content {
    margin-bottom: 30px;
}

.my-payment-option .btn-update-card {
    text-transform: uppercase;
    padding: 10px 25px;
    border-radius: 25px;
}

.manage-group-user-header {
    padding-top: 20px;
}

.my-newsletter .input-wrap {
    margin-bottom: 15px;
}

.my-newsletter label {
    font-family: freight-sans-pro, sans-serif;
    font-size: 16px;
    margin-left: 5px;
    margin-bottom: 0;
}

.manage-user-table thead td,
.billing-history-table thead td {
    color: var(--maincolor);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.manage-user-table td
.billing-history-table td {
    padding: 10px 0;
    border-top: 0;
    border-bottom: 1px solid #c8c8c8;
}

.manage-user-table td:last-child,
.billing-history-table td:last-child {
    text-align: right;
}

.manage-user-table .pending td:last-child {
    color: #E4B100;
}

.billing-history-table td a {
    font-weight: 500;
}

.manage-user-bulk-action .btn {
    border-color: #c8c8c8;
    color: #c8c8c8;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 20px;
}

.manage-user-bulk-action.is-active .btn {
    border-color: var(--maincolor);
    color: var(--maincolor);
}

.home-ads-nbr {
    padding-top: 20px;
    padding-bottom: 20px;
}

.home-ads-nbr img {
    width: 100%;
    height: auto;
}

.focus-section-header {
    box-shadow: 0px -1px 0px 0px #c8c8c8;
}

.focus-section-header.is-hidden {
    border-bottom: 0;
}

.focus-section-header.is-hidden + .focused-video {
    display: none;
}

.focus-section-header.has-link span:before {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.focused-video iframe,
.focused-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.focused-video #live-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single-category-latest {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c8c8c8;
}

.single-category-latest .text-single-title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
}

.single-category-articles {
    border-right: 1px solid #c8c8c8;
}

.single-category-articles .item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c8c8c8;
}

@media screen and (max-width: 1199px) {
    .single-category-articles {
        border-right: 0;
    }
}

.podcast-categories .item {
    box-shadow: 1px 0px 0px 0px #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: -1px;
}

.podcast-categories .item a:hover {
    color: inherit;
    text-decoration: none;
}

.podcast-category {
    padding-top: 20px;
    padding-bottom: 20px;
}

.podcast-category h3 {
    margin-top: 20px;
    margin-bottom: 0;
}

.podcast-audios .item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c8c8c8;
}

.podcast-audios .item .frame {
    width: 160px;
    margin-right: 20px;
}

.podcast-audios .item .audio-duration {
    font-family: freight-sans-pro, sans-serif;
    color: #1a1a1a;
    font-weight: 600;
}

.podcast-audios .item .play-audio {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--maincolor);
    margin-right: 10px;
    cursor: pointer;
}

.podcast-audios .item .play-audio:after {
    content: '';
    display: block;
    border-left: 10px solid #f4f4f4;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 4px);
}

.podcast-category-image {
    padding-top: 20px;
    padding-bottom: 20px;
}

.podcast-category-image .frame:after {
    padding-top: 28%;
}

.manage-user-search-row .input-wrap {
    position: relative;
}

.manage-user-search-row .input-wrap .search-icon {
    position: absolute;
    left: 10px;
    top: 10px;
}

.manage-user-search-row .input-wrap {
    width: 400px;
}

.manage-user-search-row .input-wrap .form-control {
    border-color: rgba(26, 26, 26, 0.2);
    border-radius: 20px;
    padding-left: 35px;
}

.manage-user-add .btn {
    padding: 10px 15px;
    min-width: 120px;
    text-transform: uppercase;
    border-radius: 20px;
}

.col-group-name.is-editing .hide-on-edit,
.col-group-name .show-on-edit {
    display: none;
}

.col-group-name.is-editing .show-on-edit {
    display: block;
}

.group-sub-action {
    display: block;
    border: 1px solid #c8c8c8;
    color: rgba(26, 26, 26, 0.5);
    width: 30px;
    height: 30px;
    text-align: center;
}

.group-sub-action span {
    font-size: 16px;
    line-height: 30px;
}

.add-user-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.add-user-popup.is-active {
    display: block;
}

.add-user-popup .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(26, 26, 26, 0.9);
}

.add-user-popup > .inner {
    position: relative;
    height: 100%;
    z-index: 2;
}

.add-user-popup .inner-box {
    width: 90%;
    max-width: 800px;
    max-height: 90%;
    overflow: scroll;
    background-color: #f4f4f4;
    padding-top: 20px;
    padding-bottom: 50px;
}

.add-user-popup .inner-box .box-header {
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 20px;
}

.add-user-popup .inner-box .box-header h3 {
    margin: 0;
}

.add-user-popup .inner-box .send-invitation {
    width: 200px;
    text-transform: uppercase;
    padding: 15px 25px;
    border-radius: 25px;
}

.close-add-user-popup {
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.close-add-user-popup span {
    color: rgba(26, 26, 26, 0.5);
    font-size: 20px;
}

.invitations-pending .add-row {
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.invitations-pending .add-row span {
    color: rgba(26, 26, 26, 0.5);
    font-size: 20px;
}

.remove-item-header {
    width: 20px;
}

.invitations-pending .remove-item {
    width: 20px;
    height: 20px;
    background-color: #C72B2B;
    border-radius: 50%;
    cursor: pointer;
}

.invitations-pending .remove-item span {
    color: #f4f4f4;
    font-size: 16px;
}

.cms-admin-table-wrap {
    border-radius: 10px;
    border: 1px solid #C8D0DD;
}

.cms-admin-table {
    font-family: freight-sans-pro, sans-serif;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.cms-admin-table thead {
    background-color: #C8D0DD;
}

.cms-admin-table tbody {
    background-color: #ffffff;
}

.cms-admin-table tr > *:first-child {
    padding-left: 20px;
}

.cms-admin-table tr > *:last-child {
    padding-right: 20px;
    text-align: right;
}

.cms-admin-table th,
.cms-admin-table td {
    padding: 15px 8px;
}

.cms-admin-table th {
    color: #616E84;
    font-size: 13px;
    font-weight: 700;
}

.cms-admin-table td {
    color: #616E84;
    font-size: 13px;
    font-weight: 400;
}

.cms-admin-table a {
    color: inherit;
}

.cms-admin-table a:hover {
    text-decoration: none;
}

.cms-admin-table .active {
    color: #1dab22;
    text-transform: capitalize;
}

.cms-admin-table .pending {
    color: #e4b100;
    text-transform: capitalize;
}

.cms-admin-table .action {
    color: #616E84;
    font-weight: 700;
    opacity: 0.5;
    cursor: pointer;
}

.cms-admin-table .action:hover {
    opacity: 1;
}

.btn-admin-table {
    color: #616E84;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    width: 100%;
    border: 1px solid #c8d0dd;
    border-radius: 5px;
}

.btn-blue-admin-table {
    color: #f4f4f4;
    border-color: #616E84;
    background-color: #616E84;
}

.footer-action-admin {
    font-family: freight-sans-pro, sans-serif;
    width: 150px;
    padding: 12px 25px;
}

.group-invitation-csv-preview-fs,
.update-invitation-fs,
.cancel-subscription-fs {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

.group-invitation-csv-preview-fs.is-active,
.update-invitation-fs.is-active,
.cancel-subscription-fs.is-active {
    display: block;
}

.group-invitation-csv-preview-fs .overlay,
.update-invitation-fs .overlay,
.cancel-subscription-fs .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    z-index: 1;
}

.group-invitation-csv-preview-fs > .inner,
.update-invitation-fs > .inner,
.cancel-subscription-fs > .inner {
    width: 100%;
    height: 100%;
}

.group-invitation-csv-preview,
.update-invitation {
    font-family: freight-sans-pro, sans-serif;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    width: 90%;
    max-width: 540px;
    max-height: 80%;
    overflow: scroll;
    z-index: 2;
}

.group-invitation-csv-preview h4,
.update-invitation h4 {
    color: #616E84;
    font-size: 16px;
    line-height: 20px;
    border-bottom: 1px solid #c8D0DD;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.update-invitation label {
    color: #616E84;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.update-invitation .disabled {
    opacity: 0.6;
}

.group-invitation-csv-preview .cancel-invitation-csv-import,
.update-invitation .cancel-update-invitation {
    color: #616E84;
    font-size: 13px;
    cursor: pointer;
    margin-right: 50px;
}

.group-invitation-csv-preview .send-invitation-csv,
.update-invitation .update-invitation-submit {
    max-width: 150px;
    padding: 12px 25px;
}

.admin-user-aciton {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    padding-bottom: 20px;
    z-index: 1;
}

.admin-user-aciton .nbr-btn {
    color: #f4f4f4;
    text-transform: uppercase;
    background-color: #C19933;
    width: 146px;
    border: 1px solid #c19933;
    box-shadow: 0px 0px 0px 1px rgba(26, 26, 26, 0.5) inset;
    padding: 13px 25px;
    border-radius: 23px;
}

.cancel-subscription-form {
    position: relative;
    background-color: #fff;
    padding: 20px;
    width: 90%;
    max-width: 600px;
    max-height: 80%;
    overflow: scroll;
    z-index: 2;
}

.cancel-subscription-form h4 {
    border-bottom: 1px solid #c8D0DD;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.cancel-subscription-form .btn {
    min-width: 160px;
    margin-top: 20px;
    padding: 12px 20px;
    border-radius: 25px;
}

.cancel-subscription-form .btn span {
    font-weight: 600;
    text-transform: uppercase;
}

.close-round {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    cursor: pointer;
}

.close-round span {
    color: rgba(26, 26, 26, 0.5);
    font-size: 18px;
}


.nbr-view-articles .item {
    padding: 0;
    border-bottom: 1px solid #c8c8c8;
    box-shadow: 1px 0px 0px 0px #c8c8c8;
}

.nbr-view-articles .item .article-big {
    padding: 20px;
    box-shadow: 0px 1px 0px 0px #c8c8c8;
}

.nbr-view-articles .item .read-article {
    display: inline-block;
    font-family: freight-sans-pro, sans-serif;
    color: var(--maincolor);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.nbr-view-articles .item .play-button {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
}

.nbr-view-takeover {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c8c8c8;
}

.nbr-view-takeover h3,
.nbr-view-takeover .teaser,
.nbr-view-takeover .text-category,
.nbr-view-takeover .read-article,
.nbr-view-takeover .date-small {
    color: #f4f4f4 !important;
}

.nbr-view-takeover .read-article {
    display: inline-block;
    font-family: freight-sans-pro, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.nbr-view-takeover .frame > .inner {
    padding-bottom: 20px;
}

.nbr-view-takeover .play-button {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
}

@media screen and (max-width: 991px) {
    .nbr-view-takeover .frame:after {
        padding-top: 100%;
    }

    .nbr-view-takeover .size-1 {
        font-size: 24px;
        line-height: 26px;
    }
}

.play-button {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 3;
    cursor: pointer;
}

.play-button img {
    width: 40px;
}

.play-button.small {
    width: 50px;
    height: 50px;
}

.play-button.small img {
    width: 20px;
}

.elasticSearchAutocompleteResult:hover {
    color: var(--maincolor);
}

.bottom-margin {
    height: 20px;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
}

.popup-window-header .inner {
    padding: 10px 0;
    border-bottom: 1px solid #c8c8c8;
}

.popup-window .close-popup {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #c8c8c8;
    cursor: pointer;
}

.popup-window .close-popup span {
    font-size: 20px;
    color: rgba(26, 26, 26, 0.5);
}

.popup-window a {
    text-decoration: none;
}

.vimeo-wrap {
    position: relative;
    width: 100%;
}

.vimeo-wrap:after {
    content: '';
    display: block;
    padding-top: 56%;
}

.vimeo-wrap > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.author-info h2 {
    margin-bottom: 20px;
}

.author-info .author-position {
    color: var(--maincolor);
    font-family: freight-sans-pro, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.author-info .author-email {
    font-family: freight-sans-pro, sans-serif;
    font-size: 12px;
    color: var(--maincolor);
    font-weight: 600;
}

.author-info .author-email span {
    color: var(--maincolor);
    font-size: 19px;
    margin-right: 10px;
}

.nbr-audio-player {
    padding-top: 10px;
    padding-bottom: 10px;
}

.nbr-audio-player.audioplayer.skin-wave .player-but .the-icon-bg {
    background-color: var(--maincolor);
}

.nbr-audio-player .scrubbar {
    padding-right: 60px;
}

.nbr-audio-player .ap-controls-right {
    display: none !important;
}

/*NZX-ASX*/
.logo-header {
    height: 40px;
    padding-left: 20px;
    border-bottom: 1px solid #C8C8C8;
}

.stockMarketsSecondLevelV2 .col,
.stockMarketsSecondLevelV2 .col-auto {
    border-right: 1px solid #C8C8C8;
    height: 100%;
}

.stockMarketsSecondLevelV2 .col.noBorderRight {
    border-right: none;
}

.stockMarketsSecondLevelV2 .logo-header {
    border-bottom: none;
}

.stockMarketsSecondLevelV2 .row-nzx {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #C8C8C8;
    border-left: 1px solid #C8C8C8;
    height: 41px;
}

.stockMarketsSecondLevelV2 .row-nzx .gainersLabel {
    margin-left: 0;
}

.stockMarketsSecondLevelV2 .nzx-dropdown {
    position: relative;
    width: auto;
}

.logo-header span {
    display: block;
    padding-right: 10px;
    font-size: 12px;
    font-family: freight-sans-pro, sans-serif;
}

.quoteapi-ticker-tape-wrapper {
    height: 20px;
    padding: 20px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #C8C8C8;
}

.tickerTapeHomeV2 {
    width: 50%;
}

.tickerTapeHomeV2 .quoteapi-ticker-tape-wrapper {
    border-bottom: none;
}

.quoteapi-ticker-tape-wrapper .tickerTape1 .quoteapi-currency-symbol {
    color: transparent;
}

.quoteapi-ticker-tape-wrapper .quoteapi-dollars span {
    font-family: freight-sans-pro, sans-serif !important;
    font-size: 12px !important;
}

.quoteapi-ticker-tape-wrapper .quoteapi-ticker-tape-symbol {
    font-family: freight-sans-pro, sans-serif !important;
    font-size: 12px !important;
    font-weight: 600;
}

.tickerTape1 .quoteapi-change .quoteapi-positive:before {
    content: '';
    background: url("../img/icons/arrow-up-solid.svg") no-repeat;
    color: transparent;
    position: relative;
    top: 10px;
    margin-right: 5px;
    margin-left: 10px;
    padding: 5px;
}

.tickerTape1 .quoteapi-change .quoteapi-positive:after {
    content: '%';
    font-size: 12px;
}

.ticker-tape-item {
    display: inline-block;
    padding-right: 2em;
    cursor: pointer;
}

.risesNZX {
    padding: 0 20px;
}

.risesNZXHeader {
    color: #1DAB22;
    text-transform: uppercase;
    font-size: 12px;
    font-family: freight-sans-pro, sans-serif !important;
    font-weight: 600;
    border-bottom: 1px solid #C8C8C8;
    padding-top: 20px;
    padding-bottom: 5px;
}

.fallsNZXHeader {
    color: #C72B2B;
}

.risesNZXHeader .img {
    height: 20px;
    width: 20px;
}

.risesNZXItem {
    padding: 5px 0;
    border-bottom: 1px solid #C8C8C8;
}

.risesNZXItem span {
    font-family: freight-sans-pro, sans-serif !important;
    font-weight: 600;
    font-size: 14px;
    color: #1A1A1A !important;
}

.risesNZXItem div:nth-child(2) span {
    font-weight: 300;
}

.articleNZX {
    padding: 20px;
    font-family: freight-sans-pro, sans-serif;
}

.articleNZX .NZXArticleLargeBoldText {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
}

.articleNZX .NZXArticleSmallNormalText {
    font-weight: 300;
    font-size: 12px;
}

.articleNZX .NZXArticleSmallBoldText {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--maincolor);
    line-height: 20px;
}

.articleNZX .NZXArticleMediumBoldText {
    font-weight: 500;
    font-size: 17px;
}

.articleNZX .logoWrapper,
.articleNZx .priceChangeWrapper,
.articleNZx .dateWrapper {
    height: 30px;
    padding-bottom: 20px;
}

.articleNZX .logo-header {
    border-bottom: none;
}

.NZXChart .quoteapi-price,
.quoteapi-chart-xaxis-label-container {
    font-size: 12px;
    font-weight: 600;
    color: var(--maincolor);
}

.NZXChart .quoteapi-chart-panel {
    height: 200px;
}

.NZXChart .quoteapi-chart-price {
    stroke: var(--maincolor);
}

.NZXChart .quoteapi-chart-price-fill {
    fill: var(--maincolor);
}

.NZXChart .rangeSelectorWrapper {
    margin-bottom: 30px;
    margin-top: 30px;
    border: 1px solid var(--maincolor);
    margin-left: -11%;
    width: 111%;
    height: 20px;
}

.NZXChart .rangeSelectorWrapper div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    height: 20px;
    box-sizing: unset;
}

.NZXChart .rangeSelectorWrapper button {
    font-size: 12px;
    font-weight: 600;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    height: 100%;
    width: 100%;
    position: relative;
    color: var(--maincolor);
    border-left: 1px solid var(--maincolor);
}

.NZXChart .rangeSelectorWrapper div:nth-child(1) button {
    border-left: none;
}

.NZXChart .rangeSelectorWrapper button.quoteapi-active {
    background-color: var(--maincolor);
    color: #f4f4f4;
}

.NZXChart .quoteapi-chart-xaxis-gridline {
    stroke: transparent;
}

.NZXChart .quoteapi-chart-panel-border {
    stroke: transparent;
}

.NZXDataWarapper {
    padding-bottom: 12px;
}

.NZXDataWarapper > div > div {
    margin-bottom: -6px;
}

.NZXDataWarapper .quoteapi-change .quoteapi-positive:before {
    content: '';
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.update-credit-card {
    border: 2px solid var(--maincolor);
    padding: 5px 10px;
    border-radius: 0;
    color: var(--maincolor);
}

.update-credit-card.payment {
    border: 2px solid red;
    padding: 5px 10px;
    border-radius: 0;
    color: red;
}


.home-compact-view .editors-pick .item {
    border: 0 !important;
    box-shadow: 0px 1px 0px 0px #c8c8c8;
}

.home-compact-view .home-opinions .item {
    box-shadow: 1px -1px 0px 0px #c8c8c8 inset;
    border: 0;
}

.home-compact-view .home-featured .home-featured-main {
    border-right: 0;
}

.home-compact-view .home-featured .article-medium .thumbnail {
    width: 120px;
}

.home-compact-view .home-categories .category {
    border-right: 0;
}

.home-compact-view .home-categories .category .item-wrap {
    border-right: 1px solid #c8c8c8;
}

.home-compact-view .home-categories .category .frame-wrap {
    display: none;
}

.home-compact-view .home-categories .category:last-child {
    box-shadow: 0px -1px 0px 0px #c8c8c8 inset;
}

.home-compact-view .home-categories .item:first-child .row-category {
    position: relative;
    background-color: transparent;
    bottom: 0;
    left: 10px;
    margin-top: 0;
}

.home-compact-view .related-articles .item:first-child {
    border-left: 0;
}

@media screen and (max-width: 1199px) {
    .home-compact-view .related-articles .item {
        border-left: 0;
        border-top: 1px solid #c8c8c8;
    }

    .home-compact-view .related-articles .item:first-child {
        border-top: 0;
    }
}

.home-compact-view .home-featured .item:last-child {
    box-shadow: 0px 1px 0px 0px #c8c8c8;
}

.home-compact-view .homepage-left .top-articles-wrap {
    box-shadow: 0px -1px 0px 0px #c8c8c8;
}

.home-compact-view .homepage-left .top-articles-wrap .tabs {
    border-top: 0;
}

@media screen and (max-width: 1199px) {
    .home-compact-view .related-articles {
        box-shadow: 0px 1px 0px 0px #c8c8c8;
    }

    .top-articles-wrap, .gainers-decliners-wrap {
        position: relative;
        top: 0;
    }
}

@media screen and (min-width: 992px) {
    .home-compact-view .homepage-right,
    .home-compact-view .homepage-left {
        width: 330px;
    }

    .home-compact-view .homepage-left {
        border-right: 0;
    }
}

.my-account-session-limit h1 {
    color: #e30000;
}

.my-account-session-limit .sessions-title {
    color: var(--maincolor);
    font-weight: 700;
}

.my-account-session-limit .login-session {
    max-width: 480px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin: 20px auto;
}

.my-account-session-limit .login-session:last-child {
    border-bottom: 0;
}

.my-account-session-limit .login-session span {
    color: #1F9C00;
}

.my-account-session-limit .login-session a {
    display: inline-block;
    margin-top: 20px;
    font-weight: 700;
    text-decoration: none;
}


.home-featured-main:hover .article-partical,
.item:hover .article-partical {
    display: block;
}

.article-partical {
    display: none;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.article-partical:after {
    display: none;
}

.article-partical .social-round {
    border-color: #040863;
    color: var(--maincolor);
    width: 26px;
    height: 26px;
}

.article-partical .social-round > * {
    width: 10px;
    height: 10px;
}

.page-saved-articles .article-partical {
    display: none !important;
}

.home-compact-view .main-article {
    position: relative;
}

.home-compact-view .main-article .article-partical {
    bottom: unset;
    top: 20px;
    right: 0;
}

.home-compact-view .main-article:hover .article-partical,
.single-category-latest:hover .article-partical {
    display: block;
}

.main-article-mobile,
.main-article-portrait,
.main-article-default,
.main-article-full_hero,
.main-article-square,
.main-article-takeover,
.nbr-view-articles .item {
    position: relative;
}

.main-article-portrait:hover .article-partical,
.main-article-full_hero:hover .article-partical {
    display: block;
    bottom: 0;
    right: 0;
}

.main-article-mobile:hover .article-partical {
    display: block;
    bottom: 10px;
    right: 0;
}

.main-article-default:hover .article-partical,
.main-article-square:hover .article-partical {
    display: block;
    right: 10px;
    bottom: 0;
}

.main-article-takeover:hover .article-partical {
    display: block;
}

.related-articles .item .article-partical {
    right: 10px;
    bottom: 10px;
}

.top-articles .article-partical {
    right: 80px;
    bottom: 10px;
}

.home-compact-view .compact-main-article .article-partical {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
}

@media screen and (min-width: 1200px) {
    .top-articles .article-partical {
        right: 100px;
    }
}

@media screen and (max-width: 767px) {
    .article-partical {
        display: none !important;
    }
}

@media screen and (max-width: 1200px) {
    .article-related-articles > .inner {
        position: relative;
    }
}

.admin-edit-link-wrap {
    position: fixed;
    left: 20px;
    bottom: 20px;
}

.admin-edit-link-wrap a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #fff;
}

.admin-edit-link-wrap a span {
    color: var(--maincolor);
}

.admin-edit-link-wrap a:hover {
    text-decoration: none;
}

/** QUICK TAKES **/
.quick-takes-carousel {
    user-select: none;
}

.quick-takes-carousel .owl-stage-outer {
    overflow: hidden;
}

.quick-takes-carousel .owl-item {
    display: inline-block;
    padding: 20px;
}

.quick-takes-carousel .owl-item .text-single-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.quick-takes-carousel .disabled {
    display: none;
}

.quick-takes-carousel .text-description {
    height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    cursor: pointer;
}

.quick-takes {
    border-top: 1px solid #c8c8c8;
}

.quick-takes .prev {
    border-right: 1px solid #c8c8c8;
    cursor: pointer;
}

.quick-takes .next {
    border-left: 1px solid #c8c8c8;
    cursor: pointer;
}

.quick-takes .dots {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c8c8c8;
    text-align: center;
}

.quick-takes .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-left: 6px;
    margin-right: 6px;
    background-color: #c8c8c8;
}

.quick-takes .dot.is-active {
    background-color: var(--maincolor);
}

.quick-takes-popup-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.quick-takes-popup-wrap.is-active {
    display: block;
}

.quick-takes-popup-wrap > .inner {
    width: 100%;
    height: 100%;
    background-color: rgba(26, 26, 26, 0.9);
}

.quick-takes-popup-wrap .quick-takes-popup {
    position: relative;
    background-color: #f4f4f4;
    max-width: 80%;
    width: 840px;
    z-index: 2;
}

.quick-takes-popup-wrap .quick-takes-popup .section-header {
    padding-left: 20px;
    padding-right: 20px;
}

.quick-takes-popup-wrap .quick-takes-popup .content {
    padding: 20px;
}

.quick-takes-popup-wrap .quick-takes-popup .content .size-4 {
    font-weight: 700;
}

.quick-takes-popup-wrap .quick-takes-popup .content .size-5 {
    font-weight: 500;
}

.close-quick-takes-popup {
    font-family: freight-sans-pro, sans-serif;
    color: #f4f4f4;
    position: absolute;
    bottom: 100%;
    right: 0;
    font-weight: 300;
    user-select: none;
    cursor: pointer;
}

.close-quick-takes-popup.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: auto;
}

a:visited h3,
a:visited .text-single-title {
    color: #555 !important;
}


.open-vimeo,
.open-article-audio {
    cursor: pointer;
}

.error-title {
    color: var(--maincolor);
    font-size: 134px;
    line-height: 1;
}

.subscribeWithPaymentButton .loader {
    display: none;
}

.subscribeWithPaymentButton:disabled .loader {
    display: inline-block;
}

.subscribeWithPaymentButton:disabled span {
    display: none;
}

.update-credit-card .loader {
    display: none;
}

.update-credit-card:disabled .loader {
    display: inline-block;
}

.update-credit-card:disabled span {
    display: none;
}

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
}

.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 0px;
    width: 5px;
    background: #009CD7;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
    left: 0px;
    animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
    left: 8px;
    animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
    left: 16px;
    animation-delay: 0s;
}

@keyframes lds-facebook {
    0% {
        top: 4px;
        height: 16px;
    }
    50%, 100% {
        top: 8px;
        height: 8px;
    }
}

.noHover:hover {
    color: inherit;
    text-decoration: none;
}

.comment-author-badge {
    padding-left: 4px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    position: relative;
}

.comment-author-badge .badgeIcon {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 4px;
    padding: 3px;
}

.comment-author-badge.five .badgeIcon {
    background-color: #DBAB00;
}

.comment-author-badge.five:not(.withoutBadge) {
    background: linear-gradient(180deg, #D08A02 0%, #FFAA06 100%);
    border-radius: 100px;
}

.comment-author-badge.three .badgeIcon {
    background-color: #77AFBC;
}

.comment-author-badge.three:not(.withoutBadge) {
    background: #1C798D;
    border-radius: 100px;
}

.comment-author-badge.one .badgeIcon {
    background-color: #B7B7B7;
}

.comment-author-badge.one:not(.withoutBadge) {
    background: #878787;
    border-radius: 100px;
}

.comment-author-badge .badgeIcon img {
    height: 14px;
    width: 14px;
}

.comment-author-badge span {
    text-transform: uppercase;
    color: white;
    font-size: 14px;
}

.comment-author-badge.withoutBadge span {
    text-transform: uppercase;
    color: black;
    font-size: 14px;
}

.comment-author-badge:not(.withoutBadge):hover .descriptionBeacon::before {
    position: absolute;
    top: -16px;
    left: 23px;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid white;
    z-index: 21;
}

.comment-author-badge:not(.withoutBadge):hover .descriptionBeacon::after {
    position: absolute;
    background-color: white;
    color: var(--maincolor);
    top: -46px;
    padding: 3px 20px;
    border-radius: 100px;
    white-space: nowrap;
    overflow: visible;
    font-weight: bold;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    font-size: 14px;
    z-index: 20;
}

.comment-author-badge.one:not(.withoutBadge):hover .descriptionBeacon::after {
    content: "Member for more than one year";
}

.comment-author-badge.three:not(.withoutBadge):hover .descriptionBeacon::after {
    content: "Member for more than three years";
}

.comment-author-badge.five:not(.withoutBadge):hover .descriptionBeacon::after {
    content: "Member for more than five years";
}

.banner-category .withoutBadge {
    display: none !important;
}

.overlayGuide {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.8);
    pointer-events: all;
    overflow: hidden;
}

.overlayGuide .close-nbr-guide {
    cursor: pointer;
    border: 2px solid white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.open-how-to-guide-footer:hover {
    text-decoration: underline;
    cursor: pointer;
}

.displayNameEditTooltip:hover::after {
    position: absolute;
    background-color: white;
    color: #575757;
    margin-left: 10px;
    padding: 3px 8px;
    border-radius: 100px;
    white-space: nowrap;
    overflow: visible;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    font-size: 12px;
    z-index: 20;
    content: "Click here to edit your display name under My Account";
}


.free-trial-ad-block {
    background-color: var(--maincolor);
    color: #fff;
    border-top: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
}

.free-trial-ad-block .nbr-btn {
    padding: 10px 20px;
    border-radius: 100px;
    font-size: 14px;
    text-transform: uppercase;
    width: 300px;
    max-width: 100%;
    background-color: #f4f4f4;
    color: var(--maincolor);
}

.free-trial-ad-block h3 {
    margin-bottom: 15px;
}

.free-trial-ad-block p {
    font-family: freight-sans-pro, sans-serif;
    max-width: 950px;
    margin: 0px auto 15px;
}

.free-trial-ad-block a {
    color: #fff;
}

.product-list .free-trial-ad-block {
    border-bottom: 1px solid #c8c8c8;
    border-left: none;
    border-right: none;
}

.headerLinkTile {
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
    font-family: freight-display-pro, serif;
    font-size: 40px;
    font-style: normal;
    line-height: 40px;
    height: 160px;
    padding: 8px 16px;
    color: white;
    background-position: center center;
    background-size: cover;
    text-align: center;
    transition: all 0.3s;
}

.headerLinkTileContainer:hover,
.noHoverLink:hover {
    text-decoration: none;
}

.headerLinkTileTopContainer {
    border-top: 1px solid #c8c8c8;
    overflow: hidden;
}

.headerLinkTileContainer > div {
    border-radius: 8px;
    overflow: hidden;
}

.headerLinkTileContainer:hover .headerLinkTile {
    transform: scale(1.02);
}

.headerLinkTileTopContainer > .container {
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    overflow-x: scroll;
    justify-content: start;
}

@media screen and (min-width: 1360px) {
    .headerLinkTileTopContainer > .container {
        justify-content: space-around;
    }

    .headerLinkTileContainer {
        margin-right: 0 !important;
    }
}

.homeLinkTopContainer > .container {
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    padding-top: 8px;
    padding-bottom: 8px;
}

.homeLinkTopContainer {
    font-family: freight-sans-pro, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 133.333% */
    text-transform: uppercase;
    color: var(--maincolor);
}

.headerLinkTileContainer {
    min-width: min(80vw, 420px);
    margin-right: 16px;
}


.page-more {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-more .logo {
    position: absolute;
    top: 50px;
}

.page-more .bg-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.page-more .bg-bottom img {
    width: 100%;
}

.page-more h2 {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 40px;
}

.page-more a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 19px;
    padding-bottom: 19px;
    text-transform: uppercase;
    border-radius: 100px;
}

.page-more .text-center {
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 555px) {
    .page-more h2 {
        font-size: calc(5vw + 21px);
    }
}

.page-student_access {
    position: relative;
}

.page-student_access .bg-student {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    /*padding: 0 40px;*/
    overflow: hidden;
    pointer-events: none;
}

.page-student_access .container {
    max-width: 960px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.page-student_access .backtosubscribe {
    text-transform: uppercase;
    color: #878787;
    border-color: #c8c8c8;
    padding: 8px 24px;
    background-color: transparent;
}

.page-student_access h1 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.page-student_access .show-uni-list {
    color: var(--maincolor);
    text-decoration: underline;
    cursor: pointer;
}

.student-form {
    max-width: 800px;
    margin: 80px auto 0;
}

.student-form .input-wrap .form-control {
    border: 1px solid #E7E7E7;
    background-color: #fff;
}

.student-form .input-wrap .form-control:focus:invalid {
    border-color: #c72b2b;
}

.student-form button[type="submit"] {
    text-transform: uppercase;
    padding: 14px 45px;
    border-radius: 50px;
}

.multiselect-wrap {
    font-family: freight-sans-pro, sans-serif;
    border: 1px solid #E7E7E7;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.multiselect-wrap.transparent {
    background-color: transparent;
}

.multiselect-wrap .select-label {
    padding: 12px;
}

.multiselect-wrap .select-items {
    max-height: 200px;
    padding: 12px;
    border-top: 1px solid #E7E7E7;
    overflow: auto;
}

.multiselect-wrap .select-items .group {
    color: #1A1A1A;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.multiselect-wrap .select-items .group:last-child {
    margin-bottom: 0;
}

.multiselect-wrap .select-items .group .group-title {
    font-weight: 600;
    margin-bottom: 5px;
}

.multiselect-wrap .select-items .checkbox-wrap,
.multiselect-wrap .select-items .radio-wrap {
    margin-bottom: 5px;
}

.checkbox-wrap input,
.radio-wrap input {
    opacity: 0;
    display: none;
}

.checkbox-wrap label,
.radio-wrap label {
    position: relative;
    font-weight: 300;
    margin: 0;
    padding-left: 24px;
    cursor: pointer;
}

.checkbox-wrap label:before,
.radio-wrap label:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #C8C8C8;
    border-radius: 50%;
}

.checkbox-wrap input:checked + label:before,
.radio-wrap input:checked + label:before {
    border-color: var(--maincolor);
}

.checkbox-wrap input:checked + label:after,
.radio-wrap input:checked + label:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 3px;
    display: block;
    width: 10px;
    height: 10px;
    background-color: var(--maincolor);
    border-radius: 50%;
}

.checkbox-wrap label:before,
.checkbox-wrap input:checked + label:after {
    border-radius: 2px;
}

.student-form .radio-wrap, .student-form .checkbox-wrap {
    position: relative;
}

.student-form .radio-wrap input, .student-form .checkbox-wrap input {
    position: absolute;
    display: block;
    opacity: 0;
}

.student-form .input-wrap.is-invalid .message {
    color: #c72b2b;
}

.student-form .input-wrap.is-invalid .form-control,
.student-form .input-wrap .form-control.is-empty {
    border-color: #c72b2b;
}

.student-form .multiselect-wrap.is-empty > .select-label {
    border: 1px solid #c72b2b;
}

html.enable-padding-scroll {
    scroll-padding-top: 150px;
}

.uni-list-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.uni-list-wrap.is-active {
    display: block;
}

.uni-list-wrap > .inner {
    height: 100%;
}

.uni-list-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1A1A1A;
    opacity: 0.8;
}

.uni-list {
    position: relative;
    width: 442px;
    z-index: 2;
}

.uni-list .close-text {
    position: absolute;
    bottom: 100%;
    right: 0;
    font-family: freight-sans-pro, sans-serif;
    color: #fff;
    pointer-events: none;
}

.uni-list > .inner {
    background-color: #F4F4F4;
    border-radius: 4px;
    padding: 20px;
    width: 100%;
    height: 442px;
    max-height: 80%;
    text-align: center;
    overflow: auto;
}

.uni-list h2 {
    margin-bottom: 0;
}

.uni-list .item {
    margin-top: 20px;
}

.toggle-resend-form {
    color: var(--maincolor);
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
}

.student-email-form-wrap,
.studnet-sms-form-wrap {
    display: none;
}

.student-email-form-wrap.is-active,
.studnet-sms-form-wrap.is-active {
    display: block;
}

.student-email-form,
.student-sms-form {
    max-width: 390px;
    margin: 80px auto 0;
}

.student-email-form .input-wrap .form-control,
.student-sms-form .input-wrap .form-control {
    border: 1px solid #E7E7E7;
    background-color: #fff;
    text-align: center;
}

.student-email-form button[type="submit"],
.student-sms-form button[type="submit"] {
    text-transform: uppercase;
    padding: 14px 45px;
    border-radius: 50px;
}

.sms-code-verification {
    margin-top: 80px;
    margin-bottom: 80px;
}

.splitted-input {
    position: relative;
}

.splitted-input input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.splitted-input .items .item {
    width: 48px;
    height: 48px;
    border: 1px solid #E7E7E7;
    background-color: #fff;
    border-radius: 4px;
    margin-right: 5px;
}

.splitted-input .items .item:last-child {
    margin-right: 0;
}

.page-more {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-more .logo {
    position: absolute;
    top: 50px;
}

.page-more .bg-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.page-more .bg-bottom img {
    width: 100%;
}

.page-more h2 {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 40px;
}

.page-more a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 19px;
    padding-bottom: 19px;
    text-transform: uppercase;
    border-radius: 100px;
}

.page-more .text-center {
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 555px) {
    .page-more h2 {
        font-size: calc(5vw + 21px);
    }
}

.lds-ring {
    position: relative;
    width: 80px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    margin: 2px;
    border: 2px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.voice-comment-wrap {
    position: relative;
}
.voice-comment-btn-wrap {
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.voice-comment-btn-wrap .helper {
    position: absolute;
    right: 0;
    bottom: 100%;
    background-color: #fff;
    color: #575757;
    font-size: 12px;
    white-space: nowrap;
    margin-bottom: 10px;
    padding: 3px 12px;
    border-radius: 12px;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.4);
    pointer-events: none;
    opacity: 0;
    -webkit-user-select: none;
    user-select: none;
}
.voice-comment-btn-wrap.show-helper .helper {
    opacity: 1;
}
.voice-comment,
.voice-comment-helper {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}
.voice-comment.recording {
    background-color: #1B4861;
    box-shadow: 0px 0px 0px 9px rgba(0, 0, 0, 0.05);
}
.voice-comment.recording svg path {
    stroke: #fff;
}
.voice-comment.disabled {
    pointer-events: none;
    opacity: 0.4;
}
.voice-comment:hover,
.voice-comment-helper:hover {
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.10);
}
.voice-comment-helper {
    margin-left: 8px;
}
.voice-comment-helper-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}
.voice-comment-helper-box p {
    margin-bottom: 8px;
}
.voice-comment-helper-box p:last-child {
    margin-bottom: 0;
}
.voice-comment-tooltip {
    display: none;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    position: absolute;
    bottom: 100%;
    right: 0;
    white-space: nowrap;
    background-color: #004863;
    border-radius: 4px;
    padding: 4px 12px;
    margin-bottom: 12px;
}
.voice-comment-tooltip.is-active {
    display: block;
}
.voice-comment-tooltip:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    right: 12px;
    border-top: 8px solid #004863;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
@media (min-width: 768px) {
    .voice-comment-helper-box {
        display: none;
        position: absolute;
        right: 0;
        bottom: 100%;
        width: 384px;
        background-color: #fff;
        padding: 24px;
        font-family: freight-sans-pro, sans-serif;
        color: #1A1A1A;
        font-size: 17px;
        line-height: 20px;
        font-weight: 500;
        margin-bottom: 10px;
        border-radius: 8px;
        box-shadow: 2px 2px 6px 0px rgba(181, 180, 180, 0.1);
        -webkit-user-select: none;
        user-select: none;
    }
    .voice-comment-helper:hover + .voice-comment-helper-box {
        display: block;
    }
    .voice-comment-helper-box .content .nbr-btn {
        display: none;
    }
}
@media (max-width: 767px) {
    .voice-comment-helper-box {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
    }
    .voice-comment-helper-box.is-active {
        display: block;
    }
    .voice-comment-helper-box .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #1A1A1A;
        opacity: 0.7;
    }
    .voice-comment-helper-box .content {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .voice-comment-helper-box .content > .inner {
        font-family: freight-sans-pro, sans-serif;
        color: #1A1A1A;
        font-size: 17px;
        line-height: 20px;
        font-weight: 500;
        padding: 16px;
        background-color: #F4F4F4;
        max-width: calc(100% - 32px);
    }
    .voice-comment-helper-box .content .nbr-btn {
        font-size: 16px;
        line-height: 24px;
        border-radius: 4px;
        padding: 12px 20px;
        text-transform: uppercase;
        margin-top: 8px;
    }
}

.voice-comment-wrap .circular-progress {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 60px;
    height: 60px;
}
.circular-progress {
    display: none;
    --size: 60px;
    --half-size: calc(var(--size) / 2);
    --stroke-width: 5px;
    --radius: calc((var(--size) - var(--stroke-width)) / 2);
    --circumference: calc(var(--radius) * pi * 2);
    --dash: calc((var(--progress) * var(--circumference)) / 100);
    animation: progress-animation 60s linear 0s 1 forwards;
}
.recording + .circular-progress {
    display: block;
}

.circular-progress circle {
    cx: var(--half-size);
    cy: var(--half-size);
    r: var(--radius);
    stroke-width: var(--stroke-width);
    fill: none;
    stroke-linecap: round;
}

.circular-progress circle.bg {
    stroke: #ddd;
}

.circular-progress circle.fg {
    transform: rotate(-90deg);
    transform-origin: var(--half-size) var(--half-size);
    stroke-dasharray: var(--dash) calc(var(--circumference) - var(--dash));
    transition: stroke-dasharray 0.3s linear 0s;
    stroke: #1B4861;
}

@property --progress {
    syntax: "<number>";
    inherits: false;
    initial-value: 0;
}

@keyframes progress-animation {
    from {
    --progress: 0;
    }
    to {
    --progress: 100;
    }
}

.free-news-alerts-wrap {
    border-top: 1px solid #c8c8c8;
}
.free-news-alerts-wrap.fixed {
    border-top: 0;
}
.page-article .free-news-alerts-wrap {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #c8c8c8;
}
.free-news-alerts {
    position: relative;
    color: #fff;
    text-align: center;
    background-color: #004863;
    padding: 32px 24px 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.free-news-alerts h3 {
    font-weight: 700;
}
.free-news-alerts p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}
.free-news-alerts .close-free-news-alerts {
    display: none;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}
.free-news-alerts form {
    font-family: freight-sans-pro, sans-serif;
    text-align: left;
    margin-top: 40px;
    padding: 24px;
    background-color: #fff;
}
.free-news-alerts form label {
    color: #878787;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.free-news-alerts form input {
    padding: 16px;
    height: auto;
}
.free-news-alerts form .nbr-btn {
    width: 100%;
    padding: 16px 32px;
    border-radius: 100px;
    text-transform: uppercase;
}

.free-news-alerts .already-subscribed {
    color: #212529;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 16px;
    text-decoration: underline;
    cursor: pointer;
    text-align: center;
}
@media (min-width: 992px) {
    .free-news-alerts-wrap.fixed {
        border: 0;
        margin: 0;
    }
    .fixed .free-news-alerts {
        position: fixed;
        max-width: 400px;
        bottom: 24px;
        right: 24px;
        margin: 0;
        z-index: 100;
    }
    .fixed .free-news-alerts .close-free-news-alerts {
        display: block;
    }
}