﻿
*, *::before, *::after { box-sizing: border-box; padding: 0; margin: 0; }
html { font-size: 62.5%; }

body { font-family: "futura-pt", sans-serif; font-size: 1.8rem; color: #000; line-height: 1.5; }
a { color: inherit; }
a:hover, a:focus { color: inherit; text-decoration: none; }
img, iframe { display: block; max-width: 100%; }
input { font: inherit; line-height: inherit; }
h1, h2, h3, h4, h5, h6 { line-height: normal; color: inherit; margin: 0; }
button { border: none; background: initial; }
ul { list-style: none; margin: 0; }
label { font-weight: normal; margin: 0; }

@keyframes fadeElements {
    100% { opacity: 1; }
}

@-webkit-keyframes fadeElements {
    100% { opacity: 1; }
}


@keyframes scrolldown {
    0% { background-position: 0 -50px; }
    75% { background-position: 0 0; }
    100% { background-position: 0 50px; }
}

body.main-menu-open { overflow: hidden; }


/*------------------------------------*\
   SiteGrid
\*------------------------------------*/

#SiteContainer { }

#SiteHeaderContainer { }
#SiteGridContainer { }
#SiteFooterContainer { background-color: #fff; padding: 0px; }

#SiteHeader { margin-left: auto; margin-right: auto; position: fixed; width: 100%; /*height: 113px;*/ height: auto; box-shadow: 0px 1px 1px rgba(35, 31, 32, 0.06); background: #fff; z-index: 999; }
.no-navbar-top #SiteHeader { height: 79px; }
#SiteFooter { max-width: 1200px; width: calc(100% - 15px); padding: 0 15px; margin: 0 auto; position: relative; overflow: visible; }
#SiteGrid { padding: 0px; margin: 0 auto; }

#GridRight { width: 250px; margin-left: 40px; }
#GridPage { }
#GridLeft { display: none; }
#GridTop { }
#GridContent { }
#GridFooter { }

#PageLeft { }
#PageRight { }
#PageMenu { }
#PageHeader { }
#PageContent { }
#PageKdm { }
#PageFooter { }



/* Grid Setup */
:root { --grid-gutter: 15px; }
.layout__container { max-width: 1200px; margin: 0 auto; padding: 0 var(--grid-gutter); }
.layout__container--fluid { max-width: 100%; }

.grid__container { max-width: 1200px; margin: 0 auto; padding: 0 var(--grid-gutter); }
.grid { display: flex; flex-wrap: wrap; margin: 0 -20px; margin-right: calc(var(--grid-gutter) * -1); margin-left: calc(var(--grid-gutter) * -1); }
.grid__box { padding: 0 20px; padding-right: var(--grid-gutter); padding-left: var(--grid-gutter); }
.grid__box--center { margin: auto; }
.grid__container.container--fluid { max-width: 100%; }
.grid--vertical { flex-direction: column; }
.grid__box--10 { width: 10%; }
.grid__box--20 { width: 20%; }
.grid__box--25 { width: 25%; }
.grid__box--30 { width: 30%; }
.grid__box--33 { width: 33.33%; }
.grid__box--40 { width: 40%; }

.grid__box--50 { width: 50%; }
.grid__box--60 { width: 60%; }
.grid__box--70 { width: 70%; }
.grid__box--80 { width: 80%; }
.grid__box--90 { width: 90%; }
.grid__box--100 { width: 100%; }


.grid__box--4 { width: 33.3333%; }
.grid__box--6 { width: 50%; }
.grid__box--12 { width: 100%; }


/*cols examples*/
.col-1 { width: 8.33%; }
.col-2 { width: 16.66%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33%; }
.col-5 { width: 41.66%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33%; }
.col-8 { width: 66.66%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33%; }
.col-11 { width: 91.66%; }
.col-12 { width: 100%; }

@media(max-width: 767px) {
    .grid { flex-direction: column; }
    .grid__box--10, .grid__box--20, .grid__box--25, .grid__box--30, .grid__box--40, .grid__box--4, .grid__box--50, .grid__box--60, .grid__box--70, .grid__box--80, .grid__box--90, .grid__box--100 { width: 100%; }
    .grid__box--4, .grid__box--6, .grid__box--12 { width: 100%; }
}

.m-45 { margin-top: 60px; margin-bottom: 60px; }
.m-75 { margin-top: 75px; }

@media(max-width: 767px) {
    .m-45, .m-75 { margin-top: 15px; margin-bottom: 15px; }
}
/* Font Sizes */
.title-36 { font-size: 3.6rem; }

/* Buttons */
.btn--fill { display: block; background-color: #5c06f6; border-radius: 100px; color: #fff; min-width: 190px; white-space: nowrap; line-height: 1.2; padding: 9px; margin-top: 20px; transition: .35s ease; }
.btn--outline { border-radius: 100px; border: solid 1px #5c06f6; padding: 2px 16px; transition: .35s ease; }
.btn--outline:hover { background-color: #5c06f6; color: #fff; }
.btn--link { text-decoration: underline; text-decoration-color: #5c06f6; }

.btn--fill:focus, .btn--fill:hover { background-color: #310286; color: #fff; }
.btn--link:focus, .btn--link:hover { color: #5c06f6; text-decoration: revert; }

/* Iframe Widgets */
.tradingview-widget-container { max-width: 100%; width: 100% !important; }
.tradingview-widget-container div { max-width: 100%; width: 100% !important; }
.tradingview-widget-container iframe { width: 100% !important; }


/* Banners */
.banner img { width: 100%; height: auto; }
.grid--vertical .banner + .banner { margin-top: var(--grid-gutter); }
.lobby-top-banner { margin-top: 20px; margin-bottom: 20px; }
.banner--mobile { display: none; }

.lobby-bottom-banner { margin-top: 20px; margin-bottom: 20px; }


@media(max-width: 767px) {
    .lobby-top-banner { --grid-gutter: 0; margin-top: 0; }
    .lobby-bottom-banner { --grid-gutter: 0; margin-top: 0; }
    .banner + .banner { margin-top: var(--grid-gutter); }
    .banner--desktop { display: none; }
    .banner--mobile { display: block; }
}

/* Home */
.home__side > * { margin-bottom: 30px; }
.home__news .card .card__tags { display: block; }
.home__brokers .card__title { margin-bottom: 10px; }
.home__brokers .card__date { display: none; }
.home__split-forex .home__brokers .card__date { display: inline; }

@media(min-width: 768px) {
    .home__widgets-mobile, .home__banners-mobile { display: none; }
}


@media(max-width: 767px) {
    #home { display: flex; flex-direction: column; }
    .home__side { display: none; }
    .home__widgets .market-data-widget { display: none; }
    .home__widgets-mobile .tradingview-widget-container { height: auto !important; }
    .home__widgets-mobile .tradingview-widget-container iframe { height: 400px !important; }

    .home__crypto { /* order: 1; */ }
    .home__charts { order: 2; }
    .home__split { order: 4; }
    .home__banners { order: 3; }
    .home__banners, .home__banners-mobile { --grid-gutter: 0; }
    .home__banners .grid__box:first-child .banner { display: none; }
}


/* Hero */
.hero { padding-bottom: 15px; }
.hero__media-credit { position: absolute; left: 0; bottom: 0; background: #f0f0f0; color: #5c06f6; line-height: 1; padding: 8px; }
.hero__media { position: relative; background-size: cover; background-position: center; background-color: #fff; background-repeat: no-repeat; }
.hero__media::before { content: ''; display: block; padding-top: 600px; }
.hero__media::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; }
.hero__title { font-size: 3.8rem; line-height: 1.2; font-weight: 600; }
.hero__text { font-size: 2.3rem; line-height: 1.3; margin-top: 8px; }
.hero__text::before { content: ''; background-color: #f2b705; width: 100px; height: 5px; display: block; margin-bottom: 17px; }
.hero__info { font-size: 1.8rem; margin-top: 35px; color: #999; }
.hero__tags > a, .xml_tag { display: inline-block; font-size: 1.6rem; background-color: #f2b705; border-radius: 100px; margin-top: 17px; color: #000; padding: 4px 14px; line-height: 1; text-transform: capitalize; }
.hero__container { position: absolute; top: 0; left: 50%; transform: translateX(-50%); display: flex; align-items: center; max-width: 1200px; width: 100%; height: 100%; }
.hero__item { position: relative; height: 100%; }
.hero__button { display: inline-block; margin-top: 10px; border: 2px solid #fff; border-radius: 100px; padding: 9px 35px; line-height: 1; transition: .35s ease; }
.hero__content { text-align: start; width: 50%; color: #fff; }
.hero__button:hover { background-color: #fff; color: #000; }

.xml_tag, .hero__tags > a.xml_tag { background: #000000; color: #fff; }

.hero .swiper-horizontal > .swiper-pagination-bullets { display: flex; width: auto; height: auto; }
.hero .swiper-horizontal .swiper-pagination-bullet { margin: 0; color: #fff; }
.hero .swiper-horizontal .swiper-pagination-bullet-active { color: #5c06f6; }
/* Hero Split */
.hero.hero--split .hero__container { background: #f0f0f0; }
.hero.hero--split .hero__content { width: 75%; color: #000; }
.hero.hero--split .hero__media::after { background: #000; opacity: 0.15; }

/* Hero Fluid */
.hero--fluid .hero__media::after { background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0)); opacity: .5; }
.hero--fluid .hero__container { padding: 0 15px; }


@media(min-width: 768px) and (max-width: 1024px) {
    .hero__title { font-size: 2.6rem; }
    .hero__text { font-size: 1.8rem; }
    .hero.hero--split .hero__content { width: 90%; }
}

@media(min-width: 768px) {
    .hero { --swiper-pagination-bullet-width: 30px; --swiper-pagination-bullet-height: 30px; --swiper-pagination-color: #fff; --swiper-pagination-bullet-inactive-color: rgb(255 255 255 / 0.12); --swiper-pagination-bullet-inactive-opacity: 1; }
    .hero .swiper-horizontal > .swiper-pagination-bullets { flex-direction: column; top: 50%; bottom: auto; right: auto; transform: translateY(-50%); }
    .hero .swiper-horizontal > .swiper-pagination-bullets span + span { margin-top: 10px; }

    /* Hero Fluid */
    .hero--fluid .swiper-horizontal > .swiper-pagination-bullets { right: 9.5%; left: auto; }
    /* Hero Split*/
    .hero--split .swiper-horizontal > .swiper-pagination-bullets { left: 55px; }
    .hero.hero--split .hero__container { right: 0; left: auto; transform: none; bottom: 0; top: 0; width: 50%; display: flex; align-items: center; padding-left: 50px; }
    .hero.hero--split .hero__media { width: 50%; }
    .hero.hero--split .hero__media::before { padding-top: 83.3333333%; }
}

@media(max-width: 767px) {
    .hero .swiper-slide { height: auto; }
    .hero .swiper-horizontal > .swiper-pagination-bullets { flex-direction: row; justify-content: center; font-size: 0; }
    .hero .swiper-horizontal > .swiper-pagination-bullets span + span { margin-left: 6px; }
    .hero__content { width: 100%; }
    .hero__title { font-size: 2rem; }
    #home .hero__text { display: none; }
    .hero__button { display: none; }
    .hero__tags > a, .xml_tag { font-size: 1.4rem; margin-top: 12px; }

    /* Hero Fluid */
    .hero--fluid { --swiper-pagination-color: #fff; --swiper-pagination-bullet-inactive-color: rgb(255 255 255 / .5); }
    .hero--fluid .hero__title { font-size: 2.5rem; }
    .hero--fluid .hero__media::before { padding-top: 62.49%; }
    .hero--fluid .hero__content > *:not(.hero__title) { display: none; }
    .hero--fluid .hero__container { left: 0; top: 0; bottom: 0; align-items: center; justify-content: center; padding: 15px; position: absolute; transform: none; }
    .hero--fluid .swiper-horizontal > .swiper-pagination-bullets { bottom: 18px; left: 50%; transform: translateX(-50%); }
    .hero--fluid .hero__media::after { background-image: linear-gradient(181deg, rgba(5, 13, 32, 0.7) 100%, rgba(0, 0, 0, 0) 50%); }
    /* Hero Split */
    .hero--split { --swiper-pagination-color: #000; --swiper-pagination-bullet-inactive-color: rgb(0 0 0 / 0.2); }
    .hero.hero--split .hero__content { width: 75%; color: #000; }
    .hero.hero--split .hero__media::before { padding-top: 46.733%; }
    .hero.hero--split .hero__item { height: 100%; display: flex; flex-direction: column; }
    .hero.hero--split .hero__container { width: 100%; height: 100%; padding: 17px 15px; position: static; transform: none; align-items: flex-start; }
    .hero.hero--split .hero__media { width: 100%; }
    .hero.hero--split .hero__content { width: 100%; }
    .hero.hero--split .hero__info { font-size: 1.4rem; margin-top: 7px; }
    .hero--split .swiper-pagination { position: static; }
    .hero.hero--split .swiper-horizontal > .swiper-pagination-bullets { background: #f0f0f0; padding: 6px 0 18px; }
    .hero.hero--split .hero__media::after { opacity: 0.25; background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0)); }
}


.show { display: block; }

/* Section */

:root { --news-color: #6cd95a; --charts-color: #f28b0b; --stocks-color: #056bf1; --crypto-color: #f2b705; --brokers-color: #f36444; }


.section .section__body { display: flex; flex-wrap: wrap; justify-content: space-between; }
.section__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.section__headline { margin-bottom: 20px; font-weight: 100; font-size: 100%; }
.section__head > a { font-size: 1.4rem; }
.section__title { display: flex; flex: auto; align-items: center; font-size: 3.6rem; line-height: 1.28; text-transform: uppercase; font-family: 'futura-pt-Bold'; }
.section__title h2, .section__title h1 { white-space: nowrap; font-size: inherit; }
.section__title .section__title-sep { content: ''; display: inline-block; height: 25px; width: 8px; border-left: 8px solid #6cd95a; margin-right: 5px; flex: 0 0 auto; }
.section__title--separator::after { content: ''; height: 1px; width: 100%; background: #ccc; margin-left: 35px; margin-right: 6px; }


@media(max-width: 767px) {
    .section__head { margin-bottom: 10px; }
    .section__title { font-size: 2.1rem; }
    .section__title .section__title-sep { border-width: 5px; height: 17px; }
    .section__title--separator::after { margin-left: 17px; margin-right: 17px; }
    .section__title > a { font-size: 1.5rem; }
}

/* Card */
.card { display: flex; }
.card .card__image { position: relative; display: block; width: 100%; border-radius: 6px; overflow: hidden; }
.card .card__image::before { content: ''; display: block; padding-top: 66.6666666%; }
.card .card__image img { position: absolute; width: 100%; height: 100%; top: 0; left: 0; transition: .6s ease; }
.card:hover .card__image img { transform: scale(1.1) }
.card__title { color: #131313; font-weight: 600; }
.card__text, .card__info { color: #808080; }
.card__tags > a, .card_xml_tag { font-size: 1.4rem; display: inline-block; border: 1px solid; border-radius: 100px; color: #808080; line-height: 1; padding: 3px 12px; text-transform: capitalize; }
.card .card__info .card__author + .card__date::before { content: '|'; padding: 0 6px; font-size: 14px; color: #999; }

.card_xml_tag { border: 1px solid #131313; color: #131313; background: transparent; }

.brokers-lobby .card__date { display: none; }



@media(min-width: 768px) {
    .card__title { line-height: 1.4; }
}

@media(max-width: 767px) {
    .card { align-items: center; padding: 7px 0; }
    .card__info { font-size: 1.5rem; margin-top: 5px; }
    .card__title { line-height: 1.07; font-size: 1.8rem }
    .card__text { display: none; }
    .card .card__image img { min-height: 100%; height: auto; top: 50%; transform: translateY(-50%); }
    .card:hover .card__image img { transform: scale(1.1) translateY(-50%); }
}

/* Card Col */
.card--col { flex-direction: column; align-items: flex-start; }
.card--col .card__title { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 2; -o-text-overflow: ellipsis; text-overflow: ellipsis; }

@media(min-width: 768px) {
    .card--col .card__title { font-size: 1.8rem; line-height: 1.4; min-height: 2.8em; }
    .card--col .card__content { padding: 15px 0; }
    .card--col .card__tags { padding-top: 15px; }
    .card--col .card__info { font-size: 1.4rem; padding-top: 5px; }

    /*.card--col .card__image { max-width: 270px; }*/
}


@media(max-width: 767px) {
    .layout .section__body { flex-direction: column; }
    /*#home .card { flex-direction: row; max-width: 100%; flex: 100%; align-items: center; }*/
    #home .card .card__image { flex: 0 1 40%; }
    #home .card .card__content { flex: 1 0 60%; /*padding-left: 12px; */ }
    #home .card .card__title { -webkit-line-clamp: 3; }
}

/* Card Row */
@media(min-width: 768px) {
    .card.card--row .card__image::before { padding-top: 80%; }
    .card--row { width: 100%; padding: 30px 0; }
    .card--row:first-child { padding-top: 0; }
    .card--row + .card--row { border-top: 1px solid #e0e0e0; }
    .card--row .card__title { font-size: 2.4rem; line-height: 1.25; }
    .card--row .card__info { font-size: 1.4rem; margin-top: 15px; }
    .card--row .card__text { font-size: 1.8rem; line-height: 1.33; margin-top: 2px; }
    .card--row .card__image { max-width: 250px; align-self: center; }
    .card--row .card__content { flex: 1 0; padding: 7px 0 0 20px; }
}

@media(max-width: 767px) {
    .card--row .card__info { font-size: 1.4rem; }
}



/* Sticky Fixed Bottom */
.sticky { position: fixed; bottom: 0; left: 0; right: 0; z-index: 9; pointer-events: none; }
.sticky > * { pointer-events: all; }
.sticky__cookies { display: none; padding: 20px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3); background-color: #fff; }
.sticky__cta { display: inline-block; padding: 20px 15px; }
.sticky__banner iframe { margin: 0 auto; }

@media(min-width: 1024px) {
    .sticky .banner img { width: auto; }
    .sticky .banner { display: flex; align-items: center; justify-content: center; padding: 10px; }
}

@media(max-width: 767px) {

    .sticky__banner { display: block; }
    .sticky__banner img { height: 60px; }
}

/* Cookies*/
.cookies__container { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; max-width: 1170px; margin: 0 auto; }
.cookies__note { font-size: 1.6rem; color: #707070; }

@media(max-width: 767px) {
    .cookies { padding: 15px; }
    .cookies__note { font-size: 1.5rem; }
    .cookies button { font-size: 1.5rem; margin-top: 10px; }
    .cookies__container { flex-direction: column; text-align: center; }
}

/* CTA */
.btn--trade { display: inline-block; border: 2px solid #fff; color: #fff; background-color: #0ca401; box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%); line-height: 1; padding: 5px 18px 5px 20px; border-radius: 40px; font-size: 1.8rem; }
.btn--trade > * { vertical-align: middle; transition: .35s ease; }
.btn--trade:hover > * { color: #5c06f6; }

@media(max-width: 767px) {
    .btn--trade { font-size: 1.9rem; }
}


@media(min-width: 1025px) {
    .sticky__cta .btn--trade { background-color: #0ca401; border-color: currentColor; color: #fff; letter-spacing: .5px; font-size: 1.6rem; min-width: 190px; text-align: center; padding-top: 9px; padding-bottom: 9px; }
    .sticky__cta .btn--trade:hover > * { color: currentColor; }
    .sticky__cta .btn--trade span { margin-left: 5px; }
    .sticky__cta .btn--trade svg { animation-duration: 1s; animation-iteration-count: infinite; animation-name: frontBack; animation-timing-function: linear; animation-direction: alternate; }
}

@keyframes frontBack {
    to { transform: translateX(5px) }
}

/*
    * FIRST ARTICLE BIG SIZE ON MOBILE
    ! SHOULD ADD SPEFIC CLASS
*/

@media(max-width: 767px) {
    /*#home .grid__box:first-child .card { flex-direction: column; flex: 0 0; align-items: flex-start; }
    #home .grid__box:first-child .card__image { flex-basis: auto; max-width: 100%; }
    #home .grid__box:first-child .card__image::before { padding-top: 39.59%; }
    #home .grid__box:first-child .card__content { flex: 0 0; padding: 0; margin-top: 9px; }
    #home .grid__box:first-child .card__title { font-size: 1.9rem; line-height: 1.25; }*/


    #home .grid__box:not(:first-child) .card .card__title { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 2; -o-text-overflow: ellipsis; text-overflow: ellipsis; -webkit-line-clamp: 2; }
    #home .grid__box:not(:first-child) .card { display: flex; flex-direction: row; }
    #home .grid__box:not(:first-child) .card .card__content { display: flex; width: 60%; margin-top: 0; padding-left: 18px; flex-direction: column; align-self: stretch; justify-content: space-between; }


    #home .grid__box:not(:first-child) .card .card__tags { display: flex; overflow-x: auto; }
    #home .grid__box:not(:first-child) .card .card__tags > a, #home .card_xml_tag { margin-right: 10px; }
    #home .grid__box:not(:first-child) .card .card__info { margin-top: 0; }
    #home .home__split .section__body .grid__box { padding: 0; }
    #home .home__split .section__body .grid__box:first-child .card { flex-direction: column; align-items: flex-start; }
}




/* Footer */

.footer { background: #252525; color: #fff; padding-bottom: 45px; position: relative; }
.footer__links { display: flex; flex-wrap: wrap; font-size: 1.6rem; color: rgb(255 255 255 / 80%); }
.footer__links > li:not(:last-child)::after { content: '|'; display: block; padding: 0 10px; }
.footer__links > li { display: flex; }

.footer__top { padding-top: 30px; padding-bottom: 30px; }
.footer__top > .grid { position: relative; justify-content: space-between; }
.footer__bottom { border-top: 1px solid #3b3b3b; padding: 15px 0 0; }
.footer__rights { justify-content: space-between; }
.footer__credit { font-size: 1.4rem; color: #999; }
.footer__social { line-height: 0; }
.footer__social a { display: inline-block; }
.footer__social a + a { margin-left: 10px; }
.footer__newsletter { margin-bottom: 10px; }
.footer__newsletter label.error { position: absolute; font-size: 12px; color: red; top: 2px; }



@media(max-width: 767px) {
    .footer { padding-bottom: 200px; }
    .footer__logo { max-width: 171px; align-self: flex-start; }
    .footer__social { position: absolute; top: 0; right: 0; padding: 0 15px; }

    .footer__bottom { padding: 24px 0 0; }
    .footer__rights { text-align: center; }
    .footer__links { font-size: 1.2rem; justify-content: center; }
    .footer__credit { font-size: 1rem; margin-top: 10px; }
    .footer__follow { align-self: stretch; }
    .footer__social svg { width: 30px; height: 30px; }
    .footer__social a + a { margin-left: 15px; }
}

.newsletter__head > h3 { font-size: 1.9rem; font-weight: 600; }
.newsletter__head > p { font-size: 1.7rem; color: #999; }
.newsletter .input__wrapper { position: relative; overflow: hidden; border-radius: 1000px; padding: 9px 15px; background-color: #3b3b3b; line-height: 1; }
.newsletter .input__wrapper button { position: absolute; top: 0; right: 0; font-size: 1.4rem; text-transform: uppercase; background-color: #5c06f6; color: #fff; height: 100%; display: flex; align-items: center; border-radius: inherit; padding: 10px 15px; white-space: nowrap; }
.newsletter .input__wrapper input { width: 100%; font-size: 1.7rem; color: #999; background: inherit; border: none; outline: none; height: 24px; border-radius: 0; box-shadow: none; }
.newsletter .input__wrapper input::placeholder { color: #999; }

@media(min-width:768px) {
    .newsletter .input__wrapper { width: 300px; }
}

@media(max-width: 767px) {
    .newsletter { padding-top: 44px; }
    .newsletter__head { text-align: center; }
    .newsletter__head > h3 { font-size: 1.8rem; }
    .newsletter__head > p { font-size: 1.5rem; }
    .newsletter .input__wrapper button { font-size: 1.2rem; width: 100px; justify-content: center; }
}

/* Pagination */
.pagination { display: flex; align-items: center; justify-content: center; }
.pagination__wrapper { padding: 0 20px; }
.pagination__wrapper > a { width: 30px; height: 30px; border-radius: 100%; display: inline-flex; justify-content: center; align-items: center; line-height: 1; border: 1px solid #121212; transition: .35s ease; }
.pagination__wrapper > a.active { background-color: #5c06f6; border-color: #5c06f6; color: #fff; }
.pagination__wrapper > a + a { margin-left: 10px; }

.pagination__wrapper > a:nth-child(n + 4):not(:last-child, .active) { display: none; }
.pagination__wrapper::before { content: '...'; order: 2; margin-left: 10px; line-height: 1; display: flex; align-items: flex-end; margin-bottom: 6px; }
.pagination__wrapper > a:last-child { order: 2; }
.pagination__wrapper { display: flex; }

@media(max-width: 767px) {
    .pagination__wrapper::before { margin-right: 10px; margin-left: 0; }
    .pagination__wrapper > a { width: 35px; height: 35px; }
    .pagination__wrapper > a, .pagination__wrapper > a + a { margin: 10px 10px 0 0px; }
}


/* Social */
.social { display: flex; width: 100%; }
.social__wrap { display: flex; line-height: 0; margin-left: 10px; flex: auto; }
.social__wrap > a:not(.social__icon--print) { width: 26px; height: 26px; border: 1px solid; border-radius: 100%; display: inline-flex; align-items: center; justify-content: center; padding: 5px; transition: .35s ease; }
.social__wrap > a + a:not(.social__icon--print) { margin-left: 10px; }
.social__wrap > a:not(.social__icon--print):hover { background-color: #000; border-color: #5c06f6; }
.social__wrap > a:not(.social__icon--print):hover svg { fill: #fff; }
.social__icon--print { margin-left: auto; }


/* Single Blog post page */
.blogpost .grid_post_layout { flex-direction: row-reverse; }
.blogpost .section__head { padding-bottom: 20px; border-bottom: 1px solid #dbdbdb; }
.blogpost .section__footer { padding-top: 20px; border-top: 1px solid #dbdbdb; }
.blogpost .hero.hero--split .hero__media::before { padding-top: 83.3333333%; }
.blogpost .lobby-breadcrumbs { margin-bottom: 40px; }
.blogpost .hero__text::before { content: none; }
.blogpost .line-sep { background-color: #f2b705; width: 100px; height: 5px; display: block; margin-bottom: 17px; }
.blogpost .layout--split .banner { margin-bottom: 72px; }
.blogpost .layout .section__body .banner { margin: 25px 0; }
.blogpost .layout .section__body { word-break: break-word; }
.blogpost .layout .section__body h3 { margin-bottom: 10px; }
.blogpost .layout .section__body .grid { margin: 0; }
.blogpost .hero.hero--split .hero__media img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; object-fit: cover; }
.blogpost .hero__media-credit { background: #000000; color: #ffffff; z-index: 9; left: 0; position: absolute; bottom: 0; font-size: 80%; padding: 3px 10px; }


.blogpost .grid_post_layout .card--row { flex-direction: column; }
.blogpost .grid_post_layout .card__title { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 2; -o-text-overflow: ellipsis; text-overflow: ellipsis; }
.blogpost .grid_post_layout .card__text { display: none; }
.general-news-wrapper { margin-top: 32px; }
.general-news-wrapper h3 { font-weight: 600; }
.general-news { display: flex; flex-direction: column; gap: 12px; margin-block: 12px 32px; }
.general-new { padding-inline-start: 12px; display: flex; flex-direction: column; position: relative; gap: 2px; }
.general-new:before { content: ""; position: absolute; left: 0px; width: 5px; height: 5px; background-color: #5c06f6; border-radius: 50%; top: 13px; }
.top-general-new { color: #5c06f6; font-weight: 600; }
.bottom-general-new { font-size: 14px; display: flex; gap: 9px; line-height: 1.1; flex-direction: column; align-items: flex-start; }
.bottom-general-new-inner { display: flex; gap: 4px; color: #808080; }
.bottom-general-new a { font-size: 1.2rem; display: inline-block; border: 1px solid; border-radius: 100px; color: #808080; line-height: 1.1; padding: 3px 8px; text-transform: capitalize; }

.loaderPost { max-width: 50px; margin: 0 auto 30px; height: 50px; display: none; }
.loaderPost.active { display: block; }
.loaderPost svg { width: 100%; height: 100%; }

@media(min-width: 1200px) {
    .blogpost .layout--split .layout__row { flex-direction: row-reverse; }
}

@media(min-width:768px) {
    .blogpost .grid__box--30 { /*position: sticky; top: 95px; height: 100%;*/ }

    .latest-articles { max-width: 180px; margin-bottom: 20px; }
    .latest-articles h3 { font-size: 2.4rem; font-weight: 600; }
    .latest-articles-wrapper { display: flex; justify-content: flex-end; padding-inline-end: 24px; }

    .blogpost .grid_post_layout .latest-articles .card--row { padding-block: 17px 0; border: none; }
    .blogpost .grid_post_layout .latest-articles .card--row .card__content { padding: 10px 0 0; }
    .blogpost .grid_post_layout .latest-articles .card__title { font-size: 1.4rem; }
    .blogpost .grid_post_layout .latest-articles .card--row .card__image { aspect-ratio: 1 / 0.7; }
    .blogpost .grid_post_layout .latest-articles .card--row .card__image img { object-fit: cover; }
    .blogpost .grid_post_layout .latest-articles .card--row .card__info { font-size: 1.2rem; margin-top: 0; }
    .blogpost .grid_post_layout .latest-articles .card__tags > a, .card_xml_tag { font-size: 1.2rem; }
    .blogpost .grid_post_layout .latest-articles .card .card__info .card__author + .card__date::before { padding: 0; }
}

@media(max-width: 767px) {
    .blogpost .section__head { padding-bottom: 12px; }
    .blogpost .hero.hero--split .hero__container { background: #fff; }
    .blogpost .hero.hero--split .hero__media::before { padding-top: 46.877%; }
    .blogpost .hero__text { font-size: 2.1rem; }
    .blogpost .line-sep { width: 60px; height: 4px; }
    /*.blogpost .lobby-breadcrumbs { display: none; }*/
    .blogpost .lobby-breadcrumbs { margin-bottom: 20px; }
    .blogpost .card { /*flex-direction: row;*/ }
    .blogpost .card .card__content { flex: 1 0 60%; /*padding-left: 12px;*/ margin-top: 5px; }
    .blogpost .card .card__image { flex: 0 1 40%; }
    .blogpost .section__footer { margin-top: 20px; }
    .card .card__image::before { /*padding-top: 43%;*/ }
    .card__info { margin-top: 16px; }
    .card .card__tags { display: block; margin-top: 5px; }
    .card__content { margin-top: 15px; }
    .card { margin-bottom: 15px; }
}



/*.fadeEntry { opacity: 0; visibility: hidden; transform: translateY(-50px); transition: .5s ease-in; }
.fadeEntry.in { opacity: 1; visibility: visible; transform: translateY(0); }*/


.singlepage .layout__container { max-width: 815px; }
.singlepage .section__content { padding-left: 15px; }
.singlepage__content { padding: 70px 0; }

.singlepage__banner { position: relative; height: 400px; display: flex; align-items: center; justify-content: center; }
.singlepage__banner::before { content: ''; position: absolute; width: 100%; height: 100%; background: #000; opacity: .5; }
.singlepage__banner-title { color: #fff; font-size: 8rem; text-transform: uppercase; font-family: 'futura-pt-bold', sans-serif; z-index: 1; }

@media(max-width: 767px) {
    .singlepage .layout__container { padding-right: 15px; padding-left: 15px; }
    .singlepage__banner { height: 235px; }
    .singlepage__banner-title { font-size: 3rem; }
    .singlepage__content { padding: 35px 0; }
}

/* Related Section */
.section__related { padding: 70px 0 30px; }
.related__controls { display: flex; }
.related__controls .swiper-button-prev-unique { transform: rotate(180deg); margin-right: 20px; }
.related__controls [role="button"] { height: 16px; display: flex; align-content: center; }

@media(max-width: 767px) {
    .section__related { padding: 30px 0; }
}

/* Lobby Page */
.lobby-page { padding-top: 20px; padding-bottom: 20px; }
.lobby-page .section__title { font-size: 6rem; }
.lobby-page .section__head { border-bottom: 1px solid #dbdbdb; padding-bottom: 15px; margin-bottom: 30px; flex-direction: column; align-items: flex-start; }
.lobby-page .section__title .section__title-tag { height: 40px; width: 10px; margin-right: 11px; }
.lobby-page .card.card--col { margin-bottom: 45px; }
.lobby-page .layout .banner { margin-bottom: 30px; }
.lobby-page .section__subtitle { font-size: 1.8rem; font-weight: 500; color: #000; line-height: 1.25; /*text-transform: uppercase;*/ }

@media(min-width: 768px) {
    .lobby-page .section__title .section__title-sep { height: 40px; }
}

@media(max-width: 767px) {
    .lobby-page .card { flex-direction: column; align-items: flex-start; }
    .lobby-page .card.card--col { margin-bottom: 15px; }
    .lobby-page .card__content { padding-top: 8px; }
    .lobby-page .card .card__image::before { /*padding-top: 43.92%; */ }
    .lobby-page .section__title { font-size: 2.3rem; }
    .lobby-page .section__title .section__title-tag { border-width: 5px; height: 18px; margin-right: 3px; width: 8px; }
    .lobby-page .section__head { padding-bottom: 18px; margin-bottom: 11px; }
    .lobby-page .section__subtitle { font-size: 1.5rem; }
}


.lobby-breadcrumbs { margin-bottom: 20px; font-size: 1.4rem; }
.lobby-breadcrumbs > a:not(:last-child)::after { content: '>'; display: inline-block; color: currentColor; padding: 0 5px; }
.lobby-breadcrumbs > a.current { opacity: .4; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 25ch; }
.lobby-breadcrumbs > a { display: inline-block; vertical-align: middle; }

@media(max-width: 767px) {
    .lobby-breadcrumbs { font-size: 1.5rem; }
}

/* Market */

.market { display: flex; flex-wrap: wrap; max-width: 100%; }
.market__main { padding-top: 10px; padding-bottom: 10px; margin-left: 0; max-width: 1252px; }
.market .lobby-top-banner { margin-top: 30px; margin-bottom: 30px; }
.market__main h1 { font-family: 'futura-pt-Bold'; font-size: 2.1em; margin-bottom: 20px; }
.market__main h2 { font-family: 'futura-pt-Bold'; font-size: 2.1rem; }
.market__main-title { display: flex; justify-content: space-between; }
.market__main .langs-button { display: flex; gap: 10px; display: none; }
.market__main .langs-button a { display: block; width: 36px; height: 36px; border-radius: 50%; overflow: hidden; border: 2px solid #CCCCCC; }
.market__main .langs-button a.active { border-color: #5d07f6; }
.market__main.charts__mode h1 { margin-bottom: 10px; }



.market__side { position: relative; box-shadow: 6px 0 6px 0 rgba(0, 0, 0, 0.08); border: solid 1px #dbdbdb; max-width: 100%; background-color: #fff; }
.market__side-nav ul { font-size: 1.6rem; display: flex; flex-direction: column; overflow: auto; }
.market__side-nav ul li { padding: 15px 20px; transition: .35s ease; white-space: nowrap; flex: 0 0 auto; }
.market__side-nav ul li span:last-child { margin-left: 10px; }
.market__side-nav ul li a { display: flex; }
.market__side-nav ul li.active, .market__side-nav ul li:hover { background-color: rgb(92 6 246 / 8%); box-shadow: 6px 0 6px 0 rgba(0, 0, 0, 0.08); }
.market__side-widget { max-height: 95px; overflow: hidden; }

.market .related { padding-top: 15px; padding-bottom: 15px; }
.market .related .grid__container { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 20px 0; }
.market__content { padding-top: 30px; padding-bottom: 30px; }
.market .market__widget { padding-top: 15px; padding-bottom: 15px; }
.market .market__widget-wide { padding-top: 30px; padding-bottom: 15px; }

.market--forex #real_time_chart { order: -1; }

.market__main > .section__head { flex-direction: column; text-align: start; align-items: flex-start; }
.market__main > .section__head h2 { font-size: 1.8rem; font-weight: 500; color: #000; line-height: 1.25; }

/*Market RSS content*/
.Tipranks_container { margin-bottom: var(--grid-gutter); width: 100% }
.Tipranks_container.grid__box .section__title { margin-bottom: 20px }
.rss_content_relation { display: flex; flex-wrap: wrap; gap: 30px }
.rss_content { border: 1px solid #ccc; padding: 0; border-radius: 6px; width: calc(25% - 20px); /*min-width: 270px;*/ }
.rss_content_wrap { display: flex; flex-flow: row wrap; height: 100%; align-content: space-between; }
.block_content { width: 100%; font-size: 1.8rem; padding: 10px 20px 10px 10px; flex-grow: 1; }
.block_content.block_content_info { display: flex; justify-content: space-between; border-top: 1px solid #ccc; font-size: 1.4rem; align-items: center; padding: 10px; margin-top: 0; background: #f0f0f0; color: #808080; max-height: 35px; border-radius: 0 0 6px 6px; }

@media(min-width: 1025px) and (max-width: 1440px) {
    .market__side-widget { max-height: 90px; }
    .market__side-nav ul { font-size: 1.5rem; }
    .market__side-nav ul li { padding-top: 10px; padding-bottom: 10px; }
}

@media(min-width: 1025px) {
    .market__main { margin-left: 290px; padding-left: 60px; width: 70%; width: calc(100% - 290px); padding-right: 60px; }
    .market__side { height: 100%; width: 290px; }
    .rss_content { width: 100%; }
    .market__side-nav ul li.panel { margin-bottom: 0; border-bottom: 0; border-radius: 0; background: transparent; box-shadow: none; }
    .market__side-nav ul li .panel { margin: 0; border: none; box-shadow: none; background: transparent; }
    .market__side-nav ul li .panel .faq-headline { display: flex; width: 100%; justify-content: flex-start; align-items: center; cursor: pointer; }
    .market__side-nav ul li .panel .faq-headline-title { margin-left: 10px; }
    .market__side-nav ul li span.button-open { margin-left: auto; height: 6px; display: flex; }
    .market__side-nav ul li .collapsed span.button-open svg { transform: rotate(180deg); }
    .market__side-nav ul li span.button-open svg { transition: .3s all ease-in-out; }
    .market__side-nav ul.stock-navs li.active, .market__side-nav ul.stock-navs li:hover, .market__side-nav ul.stock-navs li { box-shadow: none; background: transparent; border: none; padding: 8px 0; margin: 0; }
    .market__side-nav ul.stock-navs { padding-inline-start: 33px; background: transparent; padding-top: 15px; margin: 0; border: none; }
    .market__side-nav ul.stock-navs li.active, .market__side-nav ul.stock-navs li:hover { background: transparent; box-shadow: none; }
    .market__side-nav ul.stock-navs li { margin-bottom: 0; border: none; border-top: 1px solid #dbdbdb !important; border-radius: 0; }
    .market__side-nav ul.stock-navs li .stock-navs { font-weight: normal; }
    .market__side-nav ul.stock-navs li a { padding: 0; font-weight: normal; color: inherit; }
    .market__side-nav ul.stock-navs li a:after { display: none; }
    .market__side-nav .stock-contents { display: none; }
}

@media(min-width: 768px) {
    .market__side-nav ul li { border-top: 1px solid #dbdbdb; }
    .market__side { position: fixed; }
}

@media(max-width: 1024px) {
    .market__side-nav ul { flex-direction: row; }
    .market__main { max-width: 100%; width: 100%; margin: 0; }
    .market__profile-widget { margin-bottom: 30px; }
    .market__side { width: 100%; }
}

@media(max-width: 767px) {
    .market__side-nav ul li.active, .market__side-nav ul li:hover { box-shadow: none; }
    .market__side-nav ul li { padding-right: 10px; padding-left: 10px; }

    .rss_content_relation { gap: 20px; }
    .rss_content { width: calc(100vw - 30px); }
    button.slick-prev.slick-arrow, button.slick-next.slick-arrow { position: absolute; top: -40px; right: 0px; line-height: 1; }
    button.slick-next.slick-arrow { right: 35px; transform: scaleX(-1); }
}


.form { color: #808080; }
.form__wrapper { width: 460px; max-width: 100%; margin: 0 auto; }
.form .input-field { position: relative; width: 100%; margin-bottom: 30px; }
.form .input-field label.input-label { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); font-size: 1.8rem; font-weight: normal; color: #999; margin: 0; padding: 0 2px; background: #fff; transition: .35s ease; pointer-events: none; user-select: none; }
.form .input-field input { width: inherit; padding: 16px 15px; border: solid 1px #ccc; font-size: 1.8rem; color: #000; height: auto; border-radius: 0; box-shadow: none; }
.form .input-field input:focus { outline: none; }
.form .input-field input:focus ~ label.input-label, .form .input-field input:not(:placeholder-shown) ~ label.input-label { font-size: 1.4rem; top: 0; }
.form .input-field::after { content: ''; height: 3px; background-color: #5c06f6; width: 0; display: block; transition: 1s ease width; position: absolute; bottom: 0; left: 0; right: 0; }
.form .input-field:focus-within::after { width: 100%; }
.form .input-field input::-webkit-input-placeholder { opacity: 0; }
.form .input-field label.error { position: absolute; left: 0; font-size: 1.2rem; color: red; }
.form .input-note { font-size: 1.5rem; }
.form__head h2 { font-size: 3.8rem; font-family: 'futura-pt-bold', sans-serif; text-transform: uppercase; color: #303030; }
.form__head p { font-size: 1.5rem; margin: 15px 0 0; }
.form__cover { background: url('/Content/assets/images/signin-bg.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat; }
.form .grid { min-height: 100vh; }
.form__body { margin-top: 24px; }
.form__foot { margin-top: 40px; font-size: 1.8rem; }
.form__errors .error-message { display: none; }
/*form-confirm-password*/
.form__confirm { width: 460px; max-width: 100%; margin: 0 auto; border: solid 1px #ccc; padding: 45px 32px; text-align: center; }
.form__confirm .form__title { font-size: 2.2rem; color: #000; font-family: 'futura-pt-bold'; margin-top: 20px; }
.form__confirm .img-round-wrap { display: flex; align-items: center; justify-content: center; margin: 0 auto; width: 120px; height: 120px; border-radius: 50%; background-color: #f2ebff; }
.form__confirm .img-round-wrap img { width: 60%; height: auto; margin: auto; }
.layout__col.login__form { display: flex; align-items: center; justify-content: center; }
.btn-showpassword { position: absolute; right: 15px; top: 50%; transform: translateY(-50%); width: 28px; height: 18px; background: url('/Content/assets/images/icon-showpass.svg'); background-size: 100%; background-repeat: no-repeat; background-position: center; }
input[type=checkbox]:focus { outline: none; }
.input-field-checkbox input[type=checkbox] { display: inline-block; position: relative; width: 16px; height: 16px; border: 1px solid #ccc; border-radius: 2px; background: transparent; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; padding: 0; margin: 0; }
.input-field-checkbox input[type=checkbox]:checked { border-color: #5c06f6; }
.input-field-checkbox input[type=checkbox]:checked::before { content: ""; display: block; width: 100%; height: 100%; background: url(/Content/assets/images/icon-checkbox.svg); background-position: center; background-repeat: no-repeat; background-size: 100%; }
.input-field-checkbox label { color: #808080; font-size: 1.5rem; text-transform: inherit; margin-left: 5px; flex: 1 0; }
.input-field-checkbox { display: flex; flex-wrap: wrap; align-items: center; position: relative; margin-bottom: 10px; }
.input-field-checkbox label.error { display: block; right: 0; font-size: 1.2rem; color: red; order: 1; flex: 1 0 100%; margin: 0; }

.input-note { position: absolute; right: 0; top: 100%; }
.form-forgot-link { font-size: 1.5rem; color: #808080; border-bottom: 1px solid #5c06f6; }
.form-login-link { border-bottom: 1px solid #5c06f6; }
#login-form .form-submit { margin-top: 40px; }

@media(min-width: 1025px) {
    #contact-form { margin-top: -80px; }
}

@media(max-width: 767px) {
    #contact-form .grid { justify-content: center; }
    #contact-form .grid .form__col { margin: 0; }
    .login__cover { display: none; }
    .form .input-field { margin-bottom: 24px; }
    .form .input-field label { font-size: 1.7rem; }
    .form .input-field input { padding: 9px 15px; }
    .form__head { text-align: center; }
    .form__head h2 { font-size: 2.8rem; }
    .form__head p { font-size: 1.5rem; margin-top: 0; }
    .form .btn--fill { width: 100%; }
    .form__col { margin-top: 45px; margin-bottom: 45px; }

    .form__confirm .img-round-wrap { width: 70px; height: 70px; }
    .form__confirm .form__title { font-size: 1.9rem; }
    .input-field-checkbox { align-items: flex-start; }

    .input-field-checkbox input[type=checkbox] { margin-top: 4px; }
}


/* Popup */
.popup { display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgb(0 0 0 / 60%); z-index: 9; backdrop-filter: blur(4px); }
.popup__inner { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #fff; width: 500px; max-width: 90%; }
.popup__content h2 { font-family: 'futura-pt-bold', sans-serif; font-size: 3.8rem; text-align: center; }
.popup__content { padding: 65px 60px 75px; }
.popup__actions { display: flex; flex-wrap: wrap; justify-content: space-between; }
.popup__actions a { text-align: center; min-width: 180px; }

@media(max-width: 767px) {
    .popup__content { padding: 84px 32px; }
    .popup__content h2 { font-size: 2.1rem; }
    .popup__actions a { width: 100%; }
}


@media print {

    .header { padding-top: 0; }
    .header__wrapper { position: static; }

    .hero__media,
    .banner,
    .section__head,
    .section__footer,
    .section__related,
    .sticky,
    footer { display: none; }
}


.stock-navs { display: flex; font-weight: 600; font-size: 2rem; width: 100%; border-bottom: solid 1px #dbdbdb; margin-bottom: 55px; }
.stock-navs li { margin-right: 40px; }
.stock-navs li a { padding: 0 0px 14px; display: block; position: relative; transition: .3s all ease-in-out; }
.stock-navs li a:after { content: ""; position: absolute; left: 0; height: 3px; background-color: #000000; bottom: 0; transition: .3s all ease-in-out; right: 100%; }
.stock-navs li.active a,
.stock-navs li a:hover { color: #5c06f6; }
.stock-navs li.active a:after,
.stock-navs li a:hover:after { right: 0; background-color: #5c06f6; }

@media(max-width:767px) {
    .stock-navs { overflow-x: scroll; }
    .stock-navs li { white-space: nowrap; }
}

/*.stock-content-box { margin-bottom: 60px; }*/
.stock-content-box-content { padding-left: 41px; margin-top: 15px; }
.stock-content-box-title { font-weight: 700; font-size: 2.4rem; display: flex; align-items: center; }
.stock-content-box-title svg { margin-right: 15px; }

.stock-content-box-li-label { color: #808080; font-size: 1.4rem; }
.stock-content-box.company-information .stock-content-box-content { display: flex; }
.stock-content-box.company-information .stock-content-box-content ul { margin-right: 60px; }
.stock-content-box.company-information .stock-content-box-content li { display: flex; align-items: center; margin-bottom: 10px; }
.stock-content-box.company-information .stock-content-box-content li .stock-content-box-li-label { width: 95px; margin-right: 20px; }

.stock-content-box.company-ceo-compensation .stock-content-box-content { display: flex; }
.stock-content-box.company-ceo-compensation .stock-content-box-content ul { margin-right: 80px; }
.stock-content-box.company-ceo-compensation .stock-content-box-content li { display: flex; margin-bottom: 10px; flex-direction: column; }

.stock-content-box.company-peers .stock-content-box-content ul { display: flex; }
.stock-content-box.company-peers .stock-content-box-content li { margin-right: 50px; }

.stock-content-box.company-executives .stock-content-box-content { display: flex; flex-direction: column; }
.stock-content-box.company-executives .stock-content-box-content ul { display: flex; max-width: 435px; }
.stock-content-box.company-executives .stock-content-box-content ul.table-list-title li { color: #808080; font-size: 1.4rem; }
.stock-content-box.company-executives .stock-content-box-content li { display: flex; }
.stock-content-box.company-executives .stock-content-box-content ul.table-list-title li:nth-child(1),
.stock-content-box.company-executives .stock-content-box-content ul.table-list li div:nth-child(1) { width: 200px; }
.stock-content-box.company-executives .stock-content-box-content ul.table-list-title li:nth-child(2),
.stock-content-box.company-executives .stock-content-box-content ul.table-list li div:nth-child(2) { width: 115px; }
.stock-content-box.company-executives .stock-content-box-content ul.table-list { flex-direction: column; }
.stock-content-box.company-executives .stock-content-box-content ul.table-list li { display: flex; padding: 10px 0; border-bottom: 1px solid #dbdbdb; }
.stock-content-box.company-executives .stock-content-box-content ul.table-list li:last-child { border-bottom: none; }

@media(min-width:768px) {
    .stock-content-box-title .title-line { border-top: solid 1px #dbdbdb; display: block; flex-grow: 1; margin-left: 16px; }
    .stock-content-box.company-information .stock-content-box-content ul:nth-child(2) li .stock-content-box-li-label { width: 65px; }
}

@media(max-width:767px) {
    .stock-content-box-content { padding-left: 20px; }

    .stock-content-box.company-information .stock-content-box-content { flex-direction: column; }
    .stock-content-box.company-information .stock-content-box-content li .stock-content-box-li-label { min-width: 135px; margin-right: 5px; }
    .stock-content-box.company-information .stock-content-box-content ul { margin: 0; }
    .stock-content-box.company-peers .stock-content-box-content ul.one-line-list { flex-wrap: wrap; }
    .stock-content-box.company-executives .stock-content-box-content ul.table-list-title li:nth-child(1), .stock-content-box.company-executives .stock-content-box-content ul.table-list li div:nth-child(1), .stock-content-box.company-executives .stock-content-box-content ul.table-list-title li:nth-child(2), .stock-content-box.company-executives .stock-content-box-content ul.table-list li div:nth-child(2), .stock-content-box.company-executives .stock-content-box-content ul.table-list-title li { width: 33.33%; }
    .stock-content-box.company-executives .stock-content-box-content ul.table-list-title li:nth-child(1), .stock-content-box.company-executives .stock-content-box-content ul.table-list li div:nth-child(1), .stock-content-box.company-executives .stock-content-box-content ul.table-list-title li:nth-child(2), .stock-content-box.company-executives .stock-content-box-content ul.table-list li div:nth-child(2) { flex: 30%; padding-right: 10px; }
    .stock-content-box.company-executives .stock-content-box-content ul.table-list-title li:nth-child(3), .stock-content-box.company-executives .stock-content-box-content ul.table-list li div:nth-child(3) { width: 40%; }
    .stock-content-box.company-peers .stock-content-box-content ul.one-line-list li { width: 33.33%; margin: 0; padding-right: 10px; }
    .stock-content-box.company-ceo-compensation .stock-content-box-content ul.two-line-list { width: 50%; margin-right: 0; }
    .stock-content-box.company-ceo-compensation .stock-content-box-content li .stock-content-box-li-value { padding-right: 10px; }
    .stock-content-box.company-ceo-compensation .stock-content-box-content { flex-wrap: wrap; }
}

.stock-content.summary ol.table-content div, .stock-content.summary ol.table-title li { min-width: 200px; flex: 1; }
.stock-content.summary { border: solid 1px #dbdbdb; }
.stock-content.summary ol.table-title { background: #F7F7F7; flex-direction: initial; display: flex; color: #7e7d7d; font-size: 16px; padding: 15px 20px; line-height: normal; list-style: none; /* width: 100%; */ width: max-content; display: flex; }
.stock-content.summary ol.table-content li { display: flex; width: 100%; }
.stock-content.summary ol.table-content { width: fit-content; }
.stock-content-summary-table { overflow: auto; user-select: none; cursor: grab; }

/*.stock-content.summary ol .table-cell-Name { width: 18%; }
.stock-content.summary ol .table-cell-Date { width: 14%; }
.stock-content.summary ol .table-cell-Title { width: 22%; }
.stock-content.summary ol .table-cell-Total.Bought { width: 10%; }
.stock-content.summary ol .table-cell-Total.Sold { width: 11%; }
.stock-content.summary ol .table-cell-Updated { width: 14%; }*/
.stock-content.summary ol.table-content .table-cell-IssuerCik { flex-grow: 1; padding: 0; }
.stock-content.summary ol.table-content li { padding: 20px 20px; border-bottom: solid 1px #dbdbdb; }
.stock-content.summary ol.table-content li:last-child { border-bottom: none; }
.order-wrapper { position: relative; }
.manage-columns { display: flex; justify-content: flex-end; margin-bottom: 10px; }
.manage-columns .order-wrapper a { display: flex; align-items: center; flex-direction: row-reverse; justify-content: center; border: 1px solid #5c06f6; background-color: transparent; font-size: 1.6rem; padding: 5px 15px; border-radius: 25px; width: 182px; height: 40px; transition: .35s ease; color: #000; }
.manage-columns .order-wrapper a:hover { background-color: rgba(92, 6, 246, 0.09); color: #5c06f6; }
.manage-columns .order-wrapper a > svg { margin-right: 6.5px; }
.manage-columns.menuDragArea label { margin-left: 10px; }

.summary-sort { opacity: 0; pointer-events: none; transition: .3s all ease-in-out; position: absolute; border: 1px solid #5c06f6; background: #fff; padding: 24px 20px; width: 195px; left: 50%; transform: translateX(-50%); margin-top: 10px; box-shadow: 6px 0 6px 0 rgba(0, 0, 0, 0.08); }
.summary-sort.active { opacity: 1; pointer-events: auto; }
.summary-sort li { padding: 8px 0; line-height: 1.28; display: flex; align-items: center; }
.summary-sort input[type="checkbox"] { appearance: unset; background-color: #cccccc; border: none; border-radius: 0; width: 16px; height: 16px; margin: 0; cursor: pointer; background-image: url('assets/images/icon_checkboxWhite-svg.svg'); background-size: 100% 100%; background-repeat: no-repeat; }
.summary-sort input[type="checkbox"]:checked { background-image: url('assets/images/icon_checkboxWhite-svg.svg'); background-size: 100% 100%; background-repeat: no-repeat; background-color: #5c06f6; }

.summary-sort li input:not(:checked) + label { color: #808080; }
.summary-sort li .draggable { margin-right: 0; margin-left: auto; cursor: grab; }

@media(max-width: 767px) {
    ol { margin: 0; }
    .manage-columns { justify-content: flex-start; }
    .stock-content-summary-table { overflow-x: scroll; }
    .stock-content.summary ol.table-title > li, .stock-content.summary ol.table-content > li > div { white-space: nowrap; min-width: 190px; }
    .stock-content.summary ol.table-content > li { width: unset; position: relative; padding: 0; border: none; }
    .stock-content.summary ol.table-content > li > div { padding: 20px; border-bottom: 1px solid #dbdbdb; }

    .stock-content.summary ol .table-cell-Date, .stock-content.summary ol .table-cell-Total.Bought, .stock-content.summary ol .table-cell-Total.Sold, .stock-content.summary ol .table-cell-IssuerCik { min-width: 140px !important; }
    .stock-content.summary ol .table-cell-Title { min-width: 240px !important; }
    .stock-content.summary ol .table-cell-Updated { min-width: 160px !important; }
    .stock-content.summary { position: relative; }
    .stock-content.summary::before { content: ''; position: absolute; top: 0; left: 50%; -webkit-transform: translateX(-50%); height: 51px; width: 100%; background: #f7f7f7; z-index: -1; }
    .stock-content.summary ol.table-title { background: transparent; }
    .summary-sort { z-index: 1; }
}

.stock-content .li-title { color: #7e7d7d; font-size: 14px; }
.stock-content .li-text { font-size: 18px; }


.panel-default > .panel-heading { background-color: #f0f0f0; padding: 0; border: none; }
.panel-group .panel { border-color: #dbdbdb; border-radius: 0; box-shadow: none; }
.panel-title > a { color: #131313; font-weight: 600; text-transform: uppercase; font-size: 2rem; display: flex; align-items: center; justify-content: space-between; position: relative; padding: 13px 30px 13px 40px; }
.panel-title > a svg { transition: .3s all ease-in-out; transform: rotate(45deg); }
.panel-title > a[aria-expanded=true] svg { transform: rotate(-45deg); }
.panel-title > a:before { content: ""; background-color: #5c06f6; position: absolute; left: 30px; width: 6px; top: 19px; bottom: 18px; }
.panel-default > .panel-heading + .panel-collapse > .panel-body { border: none; }
.panel-default > .panel-heading + .panel-collapse > .panel-body > div { display: flex; }
.panel-default > .panel-heading + .panel-collapse > .panel-body > div > ul { margin-right: 70px; flex-grow: 1; width: 100%; }
.panel-default > .panel-heading + .panel-collapse > .panel-body > div > ul li { margin-bottom: 10px; }
.panel-default > .panel-heading + .panel-collapse > .panel-body > div > ul li:last-child { margin-bottom: 0; }
.panel-body { padding: 25px 30px 35px; }
.panel-group .panel + .panel { margin-top: 10px; }

@media(max-width: 767px) {
    .panel-body { padding: 35px; }
    .panel-body::before, .panel-body::after { content: none; display: none; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body > div { flex-direction: column; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body > div > ul { margin: 0; }
    .stock-content.transactions .empty-field { display: none; }
}

@media(max-width: 1500px) and (min-width: 1180px) {
    .stock-content.summary ol.table-content li div { margin: 0 30px 0 0; font-size: 16px; }
    .stock-content.summary ol.table-title > li { margin: 0 30px 0 0; }
}

.more-content:not(.active),
.viewLessBtn:not(.active),
.viewMoreBtn:not(.active),
.three-dots:not(.active) { display: none; }
.viewMoreBtn { display: inline-block; color: #691bf7; margin-left: 10px; }
.viewLessBtn { color: #691bf7; }
.viewLessBtn.active { display: block }

.stock-contents .btn-loadmore { display: none; margin-right: auto; margin-left: auto; }

.fundamentals .stock-content-box .stock-content-box-title .title-line { display: none; }
.fundamentals .stock-content-box .stock-content-box-content { display: flex; }
.fundamentals .stock-content-box .stock-content-box-content ul { margin-right: 60px; min-width: 370px; width: 50%; }
.fundamentals .stock-content-box .stock-content-box-content ul:first-child li:nth-child(1),
.fundamentals .stock-content-box .stock-content-box-content ul:last-child li:nth-child(1) { border-top: none; }
.fundamentals .stock-content-box .stock-content-box-content ul:last-child li:last-child { border-bottom: 1px solid #dbdbdb; }
.fundamentals .stock-content-box .stock-content-box-content li { display: none; align-items: center; min-height: 34px; border-top: 1px solid #dbdbdb; flex-direction: column; align-items: start; margin-bottom: 10px; padding-top: 10px; word-break: break-word; }
.fundamentals .stock-content-box .stock-content-box-content li .stock-content-box-li-label { width: 100%; margin-right: 20px; text-transform: capitalize; }

@media(max-width: 1024px) {
    .fundamentals .stock-content-box .stock-content-box-content ul { min-width: 43%; }
}

@media(max-width: 767px) {
    .fundamentals .stock-content-box .stock-content-box-content { flex-direction: column; }
    .fundamentals .stock-content-box .stock-content-box-content ul { min-width: 100%; width: 100%; }
    .fundamentals .stock-content-box .stock-content-box-content li .stock-content-box-li-label { /* width: 135px; */ margin-right: 10px; }

    .section__title h2 { white-space: normal; line-height: 1.1; }
    .market__main h1 { font-size: 25px; }
}

.form-messages div { display: none; }

/*Search*/
.searching-msg, .noresult-msg { padding: 10px; text-transform: capitalize; }
.searching-msg, .noresult-msg, .searching .popular-body { display: none; }
.searching .searching-msg, .noResult .noresult-msg { display: block }



body { top: 0 !important; }

.skiptranslate iframe { display: none; }
#google_translate_element { display: none; }
#goog-gt-vt { display: none !important }


.flag-wrapper { position: relative; margin-right: 16px; opacity: 0.5; pointer-events: none; width: 89px; }
.flag-wrapper.active { opacity: 1; pointer-events: auto }
.flag, .current-flag { display: flex; gap: 4px; flex-direction: column; padding: 4px; background: #fff; position: absolute; width: 100%; }
.flag a, .current-flag-button { width: 100%; display: flex; font-weight: 700; padding: 4px 0; font-size: 1.6rem; line-height: 1; align-content: center; }
.flag a.active, .flag a:hover { background: #ECECEC; }

.current-flag { position: relative; border-radius: 39px; }
.current-flag-button { display: flex; }
.current-flag svg { position: absolute; right: 12px; top: 50%; pointer-events: none; transition: .15s all ease-in-out; transform: translateY(-50%) rotate(180deg); }
.open .current-flag svg { transform: translateY(-50%) rotate(0deg); }

.flag span, .current-flag span { margin-left: 8px; display: flex; align-items: center; text-transform: capitalize; }
.flag { top: 41px; }
.flag { overflow: hidden; max-height: 0px; }
.flag-wrapper.active .flag { }
.flag-wrapper.open .current-flag, .flag-wrapper:hover .current-flag { background: #ECECEC; }
.flag-wrapper.open .flag { max-height: 300vh; border-radius: 18px; border: 1px solid #ECECEC; }

@media(max-width:767px) {
    .header__actions .flag-wrapper { display: none; }
    .lang-mobile { position: fixed; bottom: 50px; width: 100%; }
    .header__navigation .header__menu { height: calc(100% - 147px); }
    .current-flag-button .lang-text { margin-left: 8px; text-transform: capitalize; }
}


.dialog { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; pointer-events: none; display: none; }
.dialog, .dialog__overlay { width: 100%; height: 100%; top: 0; left: 0; position: fixed; }
.dialog.dialog--open { z-index: 9999; pointer-events: auto; display: -ms-flexbox; display: -webkit-box; display: flex; display: flex; }
.dialog__content { padding: 0; text-align: center; position: relative; z-index: 5; pointer-events: none; z-index: 0; opacity: 1; background: #fff; }
.dialog__overlay { background: rgba(0, 0, 0, 0.20); }
.dialog--open .dialog__content { pointer-events: auto; z-index: 5; }
.dialog.dialog--open .dialog__content, .dialog.dialog--close .dialog__content { -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
.dialog.dialog--open .dialog__content { -webkit-animation-name: anim-open; animation-name: anim-open; }
.dialog .lang-pop-close .xIcon svg { width: 15px; height: 15px; }

.flags-mobile { width: 255px; max-height: 450px; padding: 12px; overflow-y: auto; }
.lang-mobile { display: none; }

@media(max-width:767px) {
    .dialog__content h2 { font-weight: 700; font-size: 2rem; line-height: 1; margin: 20px 0; text-transform: capitalize; }
    .lang-mobile { display: block; }
    .flags-mobile .flag_link { display: flex; padding: 8px; font-size: 1.6rem; font-weight: 700; align-items: center; text-transform: capitalize; }
    .flags-mobile .flag_link:after { content: ""; display: block; position: absolute; width: 13px; height: 9px; background: url('/Content/assets/images/v-lang.svg'); right: 20px; opacity: 0 }
    .flags-mobile .flag_link.active { background-color: #ECECEC; }
    .flags-mobile .flag_link.active:after { opacity: 1; }
    .flags-mobile .flag_link img { margin-right: 8px; }
    .lang-pop-close { position: absolute; right: 0; }
    button.lang-pop-close .xIcon { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; }
    .current-flag-button { display: flex; background: #ECECEC; align-items: center; background: #ECECEC; align-items: center; padding: 12px 16px; }
    .change-lang-button { position: absolute; right: 16px; top: 50%; font-size: 1.6rem; transform: translateY(-50%); pointer-events: none; text-transform: capitalize; }
    #lang-form button { margin: 10px auto; }
}




body[lang="ar"] { direction: rtl; }
body[lang="ar"] .section__title .section__title-sep { margin-right: 0px; margin-left: 5px; }
body[lang="ar"] .flag-wrapper { margin-right: 0; margin-left: 16px; }
body[lang="ar"] .header__user { margin-left: 0; margin-right: 20px; }

body[lang="ar"] a.pagination__next svg,
body[lang="ar"] a.pagination__back svg { transform: rotate(180deg); }
body[lang="ar"] .newsletter .input__wrapper button,
body[lang="ar"] .search-block .search-input-wrapper button { right: auto; left: 0; }
body[lang="ar"] .search-block .popular-head > span::before { margin-right: 0px; margin-left: 4px; }
body[lang="ar"] .search-block .popular-news .popular-item span { margin-left: 0px; margin-right: 15px; }
body[lang="ar"] .search-block .close__search { padding: 15px 15px 0 0px; }
body[lang="ar"] .social__icon--print { margin-left: 0; margin-right: auto; }
body[lang="ar"] .related__controls [role="button"] { transform: rotate(180deg); }
body[lang="ar"] .related__controls .swiper-button-prev-unique { transform: rotate(0deg); margin-right: 0px; margin-left: 20px; }
body[lang="ar"] .stock-navs li { margin-right: 0px; margin-left: 40px; }
body[lang="ar"] .stock-content-box-title svg { margin-right: 0px; margin-left: 15px; }
body[lang="ar"] .stock-content-box-content { padding-left: 0px; padding-right: 41px; }
body[lang="ar"] .form .input-field label.input-label { left: auto; right: 15px; }
body[lang="ar"] .form .input-field label.error { left: auto; right: 0; }
body[lang="ar"] .flag span,
body[lang="ar"] .current-flag span { margin-left: 0; margin-right: 8px; }

body[lang="ar"] .pagination__wrapper::before,
body[lang="ar"] .pagination__wrapper > a + a,
body[lang="ar"] .footer__social a + a,
body[lang="ar"] .market__side-nav ul li span:last-child,
body[lang="ar"] .search-block .popular-searches .popular-item-label > span,
body[lang="ar"] .social__wrap > a + a:not(.social__icon--print),
body[lang="ar"] .social__wrap { margin-left: 0px; margin-right: 10px; }
body[lang="ar"] .current-flag svg { right: auto; left: 12px; }

@media (min-width: 768px) {
    body [lang="ar"] .hero--fluid .swiper-horizontal > .swiper-pagination-bullets { right: auto; left: 9.5%; }
    body[lang="ar"] .card--row .card__content { padding: 7px 20px 0 0px; }
    body[lang="ar"] .header__user a.btn--outline { margin-left: 0; margin-right: 16px; }
    body[lang="ar"] .header__separator { margin-left: 16px; margin-right: 0; }
    body[lang="ar"] .search-block .popular-news { border-left: none; border-right: solid 1px #dbdbdb; }
    body[lang="ar"] .search-block .popular-body { padding-right: 0px; padding-left: 40px; }
    body[lang="ar"] .hero.hero--split .hero__container { right: auto; left: 0; padding-left: 0px; padding-right: 50px; }
}

@media (min-width: 1025px) {
    body[lang="ar"] .header__navigation ul li + li { margin-left: 0px; margin-right: 18px; }
    body[lang="ar"] .market__main { margin-left: 0; margin-right: 290px; }
}


@media (max-width: 1024px) {
    body[lang="ar"] .header__navigation { left: auto; transform: translateX(100%); }
    body[lang="ar"] .header__navigation.open { transform: translateX(0); }
    body[lang="ar"] .header__user a.btn--outline { margin-left: 0; margin-right: 16px; }
    body[lang="ar"] .header__user { margin: 0 0 30px; }
    body[lang="ar"] .current-flag-button .lang-text { margin-left: 0px; margin-right: 8px; }
}

@media (max-width: 767px) {
    body[lang="ar"] button.slick-prev.slick-arrow,
    body[lang="ar"] button.slick-next.slick-arrow { right: auto; left: 0px; transform: scaleX(-1); }
    body[lang="ar"] button.slick-next.slick-arrow { right: auto; left: 35px; transform: scaleX(1); }
    body[lang="ar"] .footer__social { right: auto; left: 0; }
    body[lang="ar"] .flags-mobile .flag_link img { margin-right: 0px; margin-left: 8px; }
    body[lang="ar"] .flags-mobile .flag_link:after { right: auto; left: 20px; }
    body[lang="ar"] .change-lang-button { right: auto; left: 16px; }
    body[lang="ar"] .header__menu > li.has-sub > a::after { margin-left: 0; margin-right: auto; }
}

.ben { }
.TestModeButton { position: fixed; left: 20px; background: #5c06f6; bottom: 140px; color: #fff; border-radius: 53px; border: 2px solid #fff; padding: 13px; font-size: 15px; }
.TestModeButton:hover { color: #fff; }

@media(max-width:767px) {
    .TestModeButton { bottom: 90px; padding: 10px; }
}


/*home test*/

.TriggerLoadMore, .PageTitle, .PageURL { opacity: 0; max-width: 1px !important; max-height: 1px !important; overflow: hidden !important; padding: 0 !important; margin: 0 !important; line-height: 0 !important; box-sizing: unset !important; border: none !important; font-size: 0 !important; font-family: Arial; padding-block: 0 !important; padding-inline: 0 !important; position: absolute; }



.key-points { margin-block: 16px; display: flex; flex-direction: column; gap: 9px; }
.key-point { display: flex; gap: 12px; align-items: flex-start; }
.key-point span.pointer { margin-top: 3px; }