.u-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.header,
.footer {
	color: #fff;
	letter-spacing: 0;
}

.header button:hover,
.header button:focus {
	background: none;
}

.header {
    position: sticky;
    top: 0px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    background-color: rgba(0,0,0,0.08);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    z-index: 100;
}

body.admin-bar .header {
	top: 32px;
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
}

.header__nav {
    display: none;
}

.header__cta {
    display: none;
}

.button {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 12px 8px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
}

.button--primary {
    background: linear-gradient(90deg, #3461ff 0%, #987af2 100%);
}

.button--outline {
    border: 1px solid #636374;
}

.button--newsletter {
    background-color: #fff;
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

.button--banner {
    background-color: #fff !important;
    color: #000 !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    text-transform: uppercase;
    padding: 12px 16px !important;
    display: block;
}

.button--footer {
    color: #00b28f;
    border: 1px solid #00b28f;
    text-transform: uppercase;
    background-color: #17171c;
    padding: 12px 18px 12px 36px !important;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.button--footer::before,
.button--footer::after {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 9px;
    height: 9px;
    background-color: #4AD9A5;
    border-radius: 50%;
}

.button--footer::before {
    opacity: 0.3;
    width: 17px;
    height: 17px;
    animation: 1.45s ease-in infinite glow;
}

@keyframes glow {
    0% {
        width: 17px;
        height: 17px;
    }
    50% {
        width: 14px;
        height: 14px;
    }
    100% {
        width: 17px;
        height: 17px;
    }
}

.logo {
    width: 199px;
    height: 61px;
    overflow: hidden;
    text-indent: -9999px;
    display: block;
    background: no-repeat url('logo.svg') 50% / contain;
}

body button.burger { /* override */
    font-weight: 500;
    letter-spacing: -0.03em;
    color: rgba(255,255,255,0.48) !important;
    font-size: 15px;
	height: 19.4px;
    padding: 0 30px 0 0 !important;
    position: relative;
}

.burger__bar,
.burger::before,
.burger::after {
    width: 12px;
    height: 1.5px;
    background-color: rgba(255,255,255,0.92);
    position: absolute;
    right: 4px;
}

.burger__bar {
    top: 50%;
    transform: translateY(-50%);
}

.burger::before {
    content: "";
    top: 5px;
}

.burger::after {
    content: "";
    bottom: 5px;
}

.tabs__head {
    display: flex;
    border: 1px solid #42424d;
    border-radius: 5px;
    padding: 2px;
    gap: 2px;
}

.text {
    color: #9191A1;
    letter-spacing: -0.03em;
    font-size: 13px;
    line-height: 1.42;
}

.text--white {
    color: #fff;
}

.text--small {
    font-size: 10px;
}

.text > * + * {
    margin-top: 12px;
}

.footer {
    background-color: #000;
    padding-top: 74px;
    padding-bottom: 44px;
}

.footer__inner {
    max-width: 600px;
    padding-inline: 20px;
    margin-inline: auto;
}

.footer__row {
    display: flex;
    justify-content: space-between;
}

.footer__row + .footer__row {
    margin-top: 92px;
}

.footer__row + .footer__row--separator {
    margin-top: 64px;
}

.footer__row + .footer__row:last-child {
    margin-top: 36px;
}

.footer__row--separator {
    border-top: 2px solid rgba(255,255,255,0.15);
    padding-top: 44px;
}

.footer__text {
    margin-top: 44px;
}

.footer__buttons {
    margin-top: 54px;
    display: flex;
    gap: 9px;
}

.footer__social {
    margin-top: 32px;
}

.social {
    display: flex;
    margin-left: -8px;
}

.social__link {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 8px;
}

.platforms {
    display: flex;
    gap: 8px;
}

.platform {
    background-color: #1a1b20;
    display: block;
    position: relative;
    font-size: 10px;
    line-height: 1;
    font-weight: 500 !important;
    border-radius: 8px;
    padding: 12px 16px 12px 40px;
    border: 1px solid #42424d;
}

.platform::before {
    width: 24px;
    height: 24px;
    content: "";
    background: url('platforms.svg');
    position: absolute;
    left: 10px;
    margin-top: -12px;
    top: 50%;
}

.platform--desktop::before { background-position: -24px 0; }
.platform--apple::before { background-position: -48px 0; }
.platform--google::before { background-position: -72px 0;}
.platform--huawei::before { background-position: -96px 0; }

.platform strong {
    display: block;
    font-size: 16px;
    font-weight: inherit;
}

.newsletter {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}

.newsletter__label {
    font-weight: 500;
    display: block;
}

.newsletter__input {
    display: block;
    margin-top: 21px;
    width: 100%;
    max-width: 320px;
    background-color: rgba(255,255,255,0.06);
    border: none;
    color: #fff;
    font-family: inherit;
    font-size: 16px;
    padding: 18px 24px;
    border-radius: 6px;
    line-height: 1;
    height: 52px;
    outline: none;
}

.banner {
    background: linear-gradient(0deg, #1D1D22 0%, #373249 100%);
    border-radius: 10px;
    padding: 40px;
    width: 200px;
    border-top: 2px solid #555164;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.banner--alt {
    padding: 10px 30px;
}

.nav__list {
	padding: 0;
}

.nav__child-list {
    list-style: none;
    width: 100%;
	padding: 0;
    margin: -10px;
}

.nav__child-item {
    display: flex;
    gap: 18px;
    align-items: center;
    line-height: 1;
    position: relative;
    padding: 10px;
    border-radius: 16px;
}
	
.nav__child-section-group {
    list-style: none;
	padding: 0;
}

.nav__child-link {
    display: block;
    font-size: 17px;
}

.nav__child-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.nav__child-item.is-inactive {
    pointer-events: none;
}

.nav__child-item.is-inactive .nav__child-link {
    color: #9191a1;
}

.nav__child-item.is-inactive .nav__child-link::after {
    content: " - SOON";
	position: static;
    color: #fff;
}

.nav__child-description {
    font-size: 14px;
    color: #636374;
    display: block;
    margin-top: 3px;
    font-weight: 400;
}

.nav__child-section-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #9d9da9;
}

.nav__child-section--brokers .nav__child-section-title {
    color: #4c74ff;
}

.nav__child-section--prop-firms .nav__child-section-title {
    color: #f88b3d;
}

.nav__child-section-title + .nav__child-list {
    margin-top: 5px;
}

.nav__child-icon {
    min-width: 21px;
    flex-shrink: 0;
    text-align: center;
}

body button.nav__button { /* override */
    font-size: inherit !important;
    width: 100%;
    font-weight: inherit !important;
}

.nav__child-back {
    display: none;
}

@media screen and (max-width: 1439px) {
    .logo--small-down {
        width: 140px;
        height: 43px;
    }
}

.sitemap {
    display: flex;
    gap: 68px;
}

.sitemap__item {
    list-style: none;
    font-weight: 500;
    font-size: 18px;
}

.sitemap__list {
    margin-top: 24px;
}

.sitemap__list-item {
    list-style: none;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255,255,255,0.75);
    margin-inline: -10px;
}

.sitemap__list-link {
    padding: 8px 10px;
    border-radius: 6px;
    display: inline-block;
	color: #fff !important;
	font-weight: 400 !important;
}

@media screen and (max-width: 1279px) {
    .u-hide-mobile {
        display: none !important;
    }

    .logo--small-down {
        width: 78px;
        height: 24px;
    }

    .hero__buttons {
        align-items: center;
        flex-direction: column;
    }

    .platforms {
        flex-wrap: wrap;
    }

    .header__inner {
        flex-wrap: wrap;
        gap: 16px;
    }

    .header__nav {
        border-top: 1px solid rgba(255,255,255,0.08);
        padding: 10px 24px;
        margin-inline: -16px;
        width: calc(100% + 48px);
        height: calc(100vh - 130px);
        overflow-y: auto;
    }

    .header__cta {
        padding-inline: 24px;
        margin-inline: -16px;
    }

    .mobile-menu-visible {
        overflow: hidden;
    }

    .mobile-menu-visible .header {
        background-color: #0E0E11;
    }

    .mobile-menu-visible .header__nav {
        display: block;
    }

    .mobile-menu-visible .header__cta {
        display: flex;
        gap: 6px;
    }

    .nav {
        font-weight: 600;
        font-size: 18px;
        position: relative;
    }

    .nav__list {
        list-style: none;
    }

    .nav__item {
        border-bottom: 1px solid #3c3e43;
    }

    .nav__item.is-active {
        border-bottom: none;
    }

    .nav__button {
        display: flex;
        justify-content: space-between;
        height: 70px;
        align-items: center;
    }

    .nav__item.is-active .nav__button {
        display: none;
    }

    .nav__button::after {
        content: "";
        background: url('chevron.svg') no-repeat;
        height: 24px;
        width: 24px;
        transform: rotate(-90deg);
    }

    .nav__child {
        display: none;
    }

    .nav__item--dropdown.is-active .nav__child {
        display: block;
    }

    .nav__child-section + .nav__child-section {
        margin-top: 20px;
    }

    .mobile-submenu-visible .header__nav {
        height: calc(100vh - 57px);
    }

    .mobile-submenu-visible .nav__item:not(.is-active),
    .mobile-submenu-visible .header__cta {
        display: none;
    }

    body button.nav__child-back { /* override */
        font-weight: 600 !important;
        font-size: 18px !important;
        gap: 6px;
        padding: 20px 0  !important;
        margin-bottom: 20px;
        width: 100%;
    }

    .nav__child-back::before {
        background: url('chevron.svg') no-repeat;
        height: 24px;
        width: 24px;
        transform: rotate(90deg);
        content: "";
    }

    .nav__item.is-active .nav__child-back {
        display: flex;
    }

    .button--small-mobile {
        font-size: 13px;
    }

    .button--newsletter {
        padding: 18px;
    }

    .button--cta {
        width: 50%;
    }
}

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

    .sitemap {
        flex-wrap: wrap;
        column-gap: 16px;
    }

    .sitemap__item {
        flex: 0 0 calc(50% - 8px);
    }

    .footer__row {
        gap: 64px;
        flex-direction: column;
    }
}

@media screen and (min-width: 1024px) {
    .footer__inner {
        max-width: 1456px;
    }

    .button {
        padding: 18px 24px;
    }

    .footer__row--align-end-desktop {
        align-items: flex-end;
    }

    .platform,
    .nav__child-item,
    .sitemap__list-link {
        transition: 0.3s background-color;
    }

    .platform:hover,
    .sitemap__list-link:hover {
        background-color: rgba(255,255,255,0.2);
    }

    .social:hover .social__link:not(:hover) {
        opacity: 0.5;
    }

    .social__link {
        transition: 0.3s opacity;
    }

    .nav__child-item:hover {
        background-color: rgba(255,255,255,0.05);
    }

    .nav__child-list {
        max-width: 340px;
    }

    .button {
        transition: 0.3s;
    }

    .button--primary {
        position: relative;
        z-index: 0;
    }

    .button--primary::before {
        background-color: #5b7fff;
        content: "";
        position: absolute;
        inset: 0;
        opacity: 0;
        transition: opacity 0.3s;
        z-index: -1;
        border-radius: 6px;
    }

    .button--primary:hover::before {
        opacity: 1;
    }

    .button:hover {
        background-color: rgba(255,255,255,0.1);
    }

    .button--footer:hover {
        background-color: rgba(255,255,255,0.2);
    }

    .button--banner:hover,
    .button--newsletter:hover {
        background-color: rgba(255,255,255,0.7);
    }
}

@media screen and (min-width: 1280px) {
    .header__inner {
        padding: 30px 60px;
    }

    .header__burger {
        display: none;
    }

    .header__nav {
        display: block;
    }

    .header__cta {
        display: flex;
        gap: 16px;
        justify-content: flex-end;
    }

    .text {
        font-size: 19px;
    }

    .text--small {
        font-size: 12px;
    }

    .button {
        font-size: 18px;
    }

    .button--large-desktop {
        font-size: 21px;
        font-weight: 500;
    }

    .button--block-desktop {
        display: block;
    }

    .button--min-width {
        min-width: 210px;
    }

    .nav {
        border-radius: 6px;
        background-color: rgba(255,255,255,0.08);
        border: 1px solid rgba(255,255,255,0.08);
        font-weight: 600;
    }

    .nav__list {
        display: flex;
        list-style: none;
        padding-inline: 30px;
    }

    .nav__button {
        padding: 18px 30px;
        display: block;
        line-height: 24px;
    }

    .nav__item--dropdown .nav__button::after {
        content: "";
        background: url('chevron.svg') no-repeat;
        height: 24px;
        width: 24px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
    }

    .nav__child {
        display: none;
        position: absolute;
        left: 0;
        width: 80%;
        padding: 10px;
    }

    .nav__item--dropdown:hover .nav__child {
        display: flex;
    }

    .nav__child__inner {
        background-color: #17171c;
        border: 1px solid #636374;
        border-radius: 12px;
        padding: 26px 46px;
        min-width: 575px;
        display: flex;
        gap: 24px;
        justify-content: center;
        align-items: center;
        margin-inline: auto;
    }

    .nav__child-group:first-child {
        flex-grow: 1;
    }

    .nav__child-section-group {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .nav__child-section {
        max-width: 250px;
    }

    .nav__child-section:nth-child(1),
    .nav__child-section:nth-child(2) {
        grid-row: 1 / 3;
    }

    .newsletter {
        gap: 21px;
    }

    .newsletter__input {
        padding-inline: 24px;
        height: 54px;
    }

    .footer {
        border-top: 2px solid rgba(255,255,255,0.15);
    }

    .marquee__inner {
        gap: 32px;
    }
}

@media screen and (min-width: 1440px) {
    .nav__child {
        width: 85%;
    }
}

@media screen and (min-width: 1680px) {

    .header__logo,
    .header__cta {
        flex: 1 0 1%;
    }

    .nav__child {
        width: 100%;
    }
}
