/* @media (min-width: 1173px) {
    .test-your-gtm-page .main-content-section {
        height: calc(100vh - 80px - 56px - 152px - 24px);
        min-height: 528px;
        display: flex;
        align-items: center;
    }
} */
.test-your-gtm-page {
    /* padding-top: 8.75rem; */
    background-image: url(../images/img-hero-background-desktop.webp);
    background-size: 100vw 100%;
    padding-top: 14rem;
    padding-bottom: 6rem;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}
/* .test-your-gtm-page .main-content-section {
    padding-bottom: 5.75rem;
} */
.test-your-gtm-page:after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 404px;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, #000 0%, #1A1A1A 100%);
}
.test-your-gtm-page .main-content-section .row {
    z-index: 3;
    position: relative;
}
.test-your-gtm-page .main-content-section:after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 252px;
    left: 0;
    bottom: -8px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
.test-your-gtm-page .main-content-section .left-block>*:first-child+* {
    font-weight: 400;
    margin-top: 16px;
    margin-bottom: 0.8rem;
    color: rgba(255, 255, 255, 1);
    font-size: 1rem;
    line-height: 1.2rem;
}
.test-your-gtm-page .main-content-section .left-block .buttons-block {
    display: flex;
    align-items: center;
    margin-top: 2rem;
}
.test-your-gtm-page .main-content-section .left-block .buttons-block>* {
    margin-bottom: 0;
}
.test-your-gtm-page .main-content-section .left-block .buttons-block p>a {
    margin-top: 0;
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
}
.test-your-gtm-page .main-content-section .left-block .buttons-block a {
    font-weight: 400;
    text-decoration: underline;
    font-size: 14px;
    line-height: 16px;
}
.test-your-gtm-page .main-content-section .left-block .buttons-block a:hover {
    text-decoration: none;
}
.test-your-gtm-page .main-content-section .left-block .buttons-block>*+* {
    margin-left: 24px;
}
.test-your-gtm-page .main-content-section .left-block .buttons-block>*:nth-child(2)>a {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline;
}
.test-your-gtm-page .main-content-section .left-block .buttons-block>*:nth-child(2)>a:hover {
    text-decoration: none;
}
.test-your-gtm-page .sponsors-block {
    margin-top: 2rem;
}
.test-your-gtm-page .sponsors-block p {
    margin: 0;
    color: #808080;
}
.test-your-gtm-page .sponsors-block img {
    margin-left: 16px;
}
.test-gtm .btn-big-brand-gradient-icon-right {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}
.test-gtm .btn-big-brand-gradient-icon-right::after {
    color: #fff;
    font-weight: 400;
}
.test-gtm .btn-big-brand-gradient-icon-right:hover {
    background: #fff;
    border: 1px solid #BFBFBF;
    color: #000 !important;
}
.test-gtm .btn-big-brand-gradient-icon-right:hover::after {
    color: #000;
}
/* Scoreboard */
.test-your-gtm-page .right-content {
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    top: -48px;
    height: 400px;
}
.test-your-gtm-page .scoreboard-title {
    width: 600px;
    text-align: center;
}
.test-your-gtm-page .scoreboard-title>* {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.test-your-gtm-page .all_scoreboard {
    margin-top: 16px;
    background: #252525;
    box-shadow: 0px 24px 48px 0px rgba(0, 0, 0, 0.50);
    color: #fff;
    padding: 16px 21px;
    max-width: 600px;
    margin: auto 0;
}
.test-your-gtm-page .scoreboard-block>*+* {
    margin-left: 2px;
}
.test-your-gtm-page .all_scoreboard .list-item {
    border-radius: 3px;
    background: linear-gradient(180deg, #191919 0%, #0D0D0D 49.96%, #1A1A1A 49.99%, #0D0D0D 100%);
    box-shadow: 0px 1px 1px 0px #000 inset;
    width: 18px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 12px;
    text-transform: uppercase;
    position: relative;
}
.test-your-gtm-page .all_scoreboard .leaderboard-block>*:nth-child(31),
.test-your-gtm-page .leaderboard-block>*:nth-child(32),
.test-your-gtm-page .leaderboard-block>*:nth-child(33) {
    background: linear-gradient(180deg, #E5E5E5 0%, #CCC 49.96%, #E5E5E5 49.99%, #CCC 100%);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25) inset;
    color: #000;
}
.test-your-gtm-page .all_scoreboard .list-item.scores-block {
    background: linear-gradient(180deg, #E5E5E5 0%, #CCC 49.96%, #E5E5E5 49.99%, #CCC 100%);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25) inset;
    color: #000;
}
.test-your-gtm-page .all_scoreboard .list-item>svg {
    position: absolute;
    z-index: 1;
}
.test-your-gtm-page .all_scoreboard .list-item::before,
.test-your-gtm-page .all_scoreboard .list-item::after {
    position: absolute;
    line-height: 2px;
    font-size: 2px;
    z-index: 2;
}
.test-your-gtm-page .all_scoreboard .list-item::before {
    content: url("data:image/svg+xml,%3Csvg width='1' height='2' viewBox='0 0 1 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0C0.276142 0 0.5 0.223858 0.5 0.5V1.5C0.5 1.77614 0.276142 2 0 2V0Z' fill='%23808080'/%3E%3C/svg%3E");
    left: 0;
}
.test-your-gtm-page .all_scoreboard .list-item::after {
    content: url("data:image/svg+xml,%3Csvg width='1' height='2' viewBox='0 0 1 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5C0.5 0.223858 0.723858 0 1 0V2C0.723858 2 0.5 1.77614 0.5 1.5V0.5Z' fill='%23808080'/%3E%3C/svg%3E");
    right: 0;
}
.test-your-gtm-page .all_scoreboard>*+* {
    margin-top: 2px;
}
.test-your-gtm-page .all_scoreboard .list-item.show-mob,
.test-your-gtm-page .all_scoreboard .list-item.show-tab {
    display: none;
}
.test-your-gtm-page .after-scoreboard-buttons {
    margin-top: 24px;
    justify-content: center;
    width: 600px;
    position: absolute;
    bottom: -56px;
}
.test-your-gtm-page .after-scoreboard-buttons>*,
.test-your-gtm-page .after-scoreboard-buttons a {
    margin: 0;
}
.test-your-gtm-page .after-scoreboard-buttons>*+* {
    margin-left: 8px;
}
.test-your-gtm-page .leaderboard-block>*+* {
    margin-left: 2px;
}
/* Footer section */
.test-your-gtm-page .footer-section {
    padding-top: 8rem;
    z-index: 2;
}
.test-your-gtm-page .raves-ticker {
    max-height: 80px;
}
.test-your-gtm-page .raves-ticker>*+* {
    margin-left: 8px;
}
.test-your-gtm-page .raves-ticker-section {
    padding: 1.2rem 0 0;
    z-index: 2;
    overflow: hidden;
    width: 100vw;
}
.test-your-gtm-page .raves-ticker .item a,
.test-your-gtm-page .raves-ticker a.item {
    min-width: 200px;
    width: 200px;
    height: 80px;
    align-items: center;
    border-radius: 8px;
    border: 1px solid#404040;
    background: #191919;
    padding: 12px;
    flex: auto;
}
.test-your-gtm-page .raves-ticker a.item {
    justify-content: center;
}
.test-your-gtm-page .raves-ticker .item a:hover,
.test-your-gtm-page .raves-ticker a.item:hover {
    color: #fff;
    background: #404040;
}
.test-your-gtm-page .people-photo img {
    width: 56px;
    height: 56px;
    border-radius: 8px
}
.test-your-gtm-page .people-photo {
    background-color: #FD2348;
    width: 56px;
    height: 56px;
    margin-right: 12px;
    border-radius: 8px
}
.test-your-gtm-pag .raves-ticker-section {
    padding: 24px 0 0;
}
.test-your-gtm-page .people-name {
    text-align: start;
}
@-webkit-keyframes raves-ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100rem, 0, 0);
        transform: translate3d(-100rem, 0, 0);
    }
}
@keyframes raves-ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100rem, 0, 0);
        transform: translate3d(-100rem, 0, 0);
    }
}
.raves-ticker-section .raves-ticker {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: raves-ticker;
    animation-name: raves-ticker;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
}
.raves-ticker-section .raves-ticker:hover {
    -webkit-animation-play-state: paused;
}
/* Borders */
.gtma.test-your-gtm-page .outer-home-top-side,
.gtma.test-your-gtm-page .line-home-top-h {
    top: -185.5px;
}
.gtma.test-your-gtm-page .cross-home-top {
    top: -190px;
}
.gtma.test-your-gtm-page .home-outer-line-top {
    top: -282px;
}
.gtma.test-your-gtm-page .line-home-top-v {
    top: -172px;
    background: #fff;
    height: 154px;
}
.gtma.test-your-gtm-page .borders.top .cross-home-top {
    top: -12px;
}
.gtma.test-your-gtm-page .borders.top .outer-home-top-side,
.gtma.test-your-gtm-page .borders.top .line-home-top-h {
    top: -6px;
}
.gtma.test-your-gtm-page .borders.top .line-home-top-v {
    top: 6px;
    height: calc(100% - 77px);
}
.gtma.test-your-gtm-page .cross-home-bottom {
    bottom: auto;
    top: 359px;
}
.gtma.test-your-gtm-page .line-home-bottom-h,
.gtma.test-your-gtm-page .outer-home-bottom-side {
    bottom: auto;
    top: 365px;
}
.borders.show-tab {
    display: none;
}
/* Popup rules */
#rules-popup,
#creators-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    max-width: 100%;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#rules-popup.active,
#creators-popup.active {
    display: block;
}
#rules-popup .popup-container,
#creators-popup .popup-container {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 1050;
    pointer-events: all;
}
#rules-popup .popup-container .form-block,
#creators-popup .popup-container .form-block {
    display: block;
    max-width: 602px;
    background: #191919;
    border: 1px solid #404040;
    border-radius: 4px;
    padding: 24px;
    position: absolute;
    width: 100%;
    top: 16px;
    right: 16px;
    height: calc(100% - 32px);
    overflow-y: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#rules-popup .bg-popup,
#creators-popup .bg-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.60);
    z-index: 1000;
    opacity: 1;
    pointer-events: all;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#rules-popup .cancel-btn,
#creators-popup .cancel-btn {
    position: absolute;
    top: 20px;
    right: 24px;
    margin: 0;
    cursor: pointer;
}
#rules-popup .cancel-btn>span,
#creators-popup .cancel-btn>span {
    font-size: 32px;
}
#rules-popup .popup-title,
#creators-popup .popup-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #404040;
}
#rules-popup .popup-title>*,
#creators-popup .popup-title>* {
    margin-bottom: 0;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2rem;
    margin-top: 0;
}
#rules-popup .popup-content {
    margin-top: 24px;
}
#rules-popup .popup-content>p {
    font-weight: 400;
    color: #BFBFBF;
}
#rules-popup .popup-content>*:first-child {
    font-weight: 400 !important;
    color: #FFFFFF;
    margin-bottom: 0.8rem;
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-top: 0;
}
#rules-popup .popup-content>*+* {
    margin-top: 16px;
}
.test-your-gtm-page .no-access {
    margin-top: 16px;
    width: 600px;
    box-shadow: 0px 24px 48px 0px rgba(0, 0, 0, 0.50);
    border-radius: 16px;
    max-width: 100%;
}
#creators-popup .btn-big-gray-icon-left.btn-register-body {
    margin: 0;
    padding: 5px;
    background-color: #000000;
    border-radius: 24px;
    border: 0.5px solid #808080;
    height: 32px;
    width: 32px;
}
#creators-popup .btn-big-gray-icon-left.btn-register-body:hover {
    background-color: #FFFFFF;
}
#creators-popup .btn-big-gray-icon-left.btn-register-body:before {
    content: '\E998';
    font-family: 'Fontello';
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    font-weight: 400;
    color: #FFFFFF;
}
#creators-popup .btn-big-gray-icon-left.btn-register-body:hover:before {
    color: #000000;
}
#creators-popup .creator-linkedin {
    margin: 0;
}
#creators-popup .form-block::-webkit-scrollbar {
    width: 2px;
    background-color: transparent;
}
#creators-popup .form-block::-webkit-scrollbar-thumb {
    background-color: grey;
    border-radius: 1px;
}
.test-your-gtm-page #creators-popup .all_scoreboard {
    box-shadow: none;
    border-radius: 32px;
    background-color: #000000;
    margin-top: 14px;
    padding: 8px 16px 8px 32px;
}
.test-your-gtm-page #creators-popup .all_scoreboard+.all_scoreboard {
    margin-top: 4px;
}
.test-your-gtm-page #creators-popup .scoreboard-block>*+* {
    margin-left: 1px;
}
#creators-popup .creator-position {
    font-size: 12px;
    line-height: 14px;
    color: #808080;
    font-weight: 700;
    margin-top: 4px;
}
.footer-text {
    display: flex;
    align-items: center;
}
.footer-text {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
}
.footer-text h6 {
    font-weight: 400;
    margin-bottom: 0;
}
.footer-text div {
    font-weight: 400;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 1);
    font-size: 1rem;
    line-height: 1.2rem;
    margin-top: 0;
}
.footer-text div br {
    display: none;
}
.footer-text h6 br {
    display: none;
}
.footer-text h6>a {
    font-size: 20px;
    line-height: 24px;
    text-decoration: underline;
    font-weight: 400;
    margin-top: 0;
    color: #EF5600;
}
.footer-text div>a {
    font-size: 20px;
    line-height: 24px;
    text-decoration: underline;
    font-weight: 400;
    margin-top: 0;
    color: #EF5600;
}
.footer-text h6>i {
    font-weight: 400;
    font-style: normal;
    color: #808080;
    margin-left: 8px;
    margin-right: 8px;
}
.footer-text div>i {
    font-weight: 400;
    font-style: normal;
    color: #808080;
    margin-left: 8px;
    margin-right: 8px;
}
.footer-text h6>a:hover {
    text-decoration: none;
}
.footer-text div>a:hover {
    text-decoration: none;
}
.update-date {
    color: #808080;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 14px !important;
    margin-top: 4px;
}
/* Thank you page */
.test-thank-you-page,
.leaderboard-page {
    background-image: url(../images/img-hero-background-desktop.webp);
    background-size: 100vw 100%;
    padding-top: 12rem;
    padding-bottom: 6rem;
    background-repeat: no-repeat;
    overflow: hidden;
}
.test-thank-you-page .left-block>* {
    max-width: 480px;
}
.test-thank-you-page .left-block>*:first-child,
.test-thank-you-page .left-block>*:last-child {
    max-width: 100%;
}
.test-thank-you-page .left-block>*:first-child,
.gtma .left-block>*:first-child {
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 0;
}
.test-thank-you-page .left-block>*+* {
    margin-top: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.test-thank-you-page .left-block .buttons-block {
    margin-top: 2rem;
    display: flex;
}
.test-thank-you-page .left-block .buttons-block>*+* {
    margin-left: 8px;
}
.test-thank-you-page .left-block .buttons-block>* {
    margin-bottom: 0;
}
.test-thank-you-page .left-block .buttons-block>p>a {
    margin-top: 0;
}
.test-thank-you-page .right-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    top: -40px;
}
.test-thank-you-page .right-content>*+* {
    margin-top: 24px;
}
.test-thank-you-page .score-title {
    text-align: center;
}
.test-thank-you-page .score-title>* {
    margin: 0;
}
.test-thank-you-page .after-buttons {
    justify-content: center;
}
.test-thank-you-page .score-title,
.test-thank-you-page .after-buttons,
.test-thank-you-page .score {
    width: 440px;
    max-width: 100%;
    margin-left: auto;
}
.points-block .top,
.points-block .bottom {
    width: 136px;
    height: 108px;
    border: 1px solid #000;
    position: absolute;
    left: 0;
}
.points-block .top {
    border-radius: 16px 16px 0px 0px;
    top: 0;
}
.points-block .bottom {
    border-radius: 0px 0px 16px 16px;
    bottom: 0;
}
.points-block .top:before,
.points-block .top:after,
.points-block .bottom::before,
.points-block .bottom:after {
    content: '';
    width: 3px;
    height: 6px;
    background: #808080;
    display: inline-block;
    position: absolute;
}
.points-block .top:before {
    border-radius: 0px 1px 0px 0px;
    bottom: 0;
    left: 0;
}
.points-block .top:after {
    border-radius: 1px 0px 0px 0px;
    bottom: 0;
    right: 0;
}
.points-block .bottom::before {
    border-radius: 0px 0px 1px 0px;
    top: 0;
    left: 0;
}
.points-block .bottom:after {
    border-radius: 0px 0px 0px 1px;
    top: 0;
    right: 0;
}
.points-block .point {
    position: relative;
    box-shadow: 0px 4px 4px 0px #000 inset, 0px 2px 0px 0px #141414;
    width: 136px;
    height: 216px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #191919 0%, #0D0D0D 100%);
}
.points-block .point-item {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px #000;
    font-size: 160px;
    font-weight: 700;
    line-height: 160px;
}
.points-block>*+* {
    margin-left: 16px;
}
.test-thank-you-page .main-content-section::after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 152px;
    left: 0;
    bottom: -120px;
    background: linear-gradient(180deg, #000 0%, #1A1A1A 100%);
}
.test-thank-you-page .left-block,
.test-thank-you-page .right-content {
    position: relative;
    z-index: 3;
}
.fade-top-gtma:after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 252px;
    left: 0;
    bottom: 30px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
.test-thank-you-page .after-buttons .download-link,
.test-thank-you-page .after-buttons .download-link a {
    margin: 0;
}
/* Leaderboard page */
body.leaderboard-page-template {
    background: #191919;
}
.leaderboard-page:after {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, #000 0%, #1A1A1A 100%);
    height: 252px;
    width: 100vw;
    bottom: 280px;
    left: 0;
}
.top-button a {
    margin-top: 0;
}
.leaderboard-page .title-page {
    margin-top: 24px;
}
.leaderboard-page .title-page>*+* {
    font-weight: 400;
    margin-top: 16px;
    margin-bottom: 0;
}
.leaderboard-page .title-page>*:first-child {
    font-weight: 900;
    text-transform: uppercase;
}
.leaderboard-page {
    background-size: 100vw 996px;
}
.leaderboard-page .leaderboard-content {
    margin-top: 2rem;
    padding: 2rem 0 0;
    border-top: 1px solid #808080;
    position: relative;
    z-index: 3;
    height: 704px;
    overflow: auto;
}
.leaderboard-page .leaderboard-content::-webkit-scrollbar {
    width: 2px;
}
.leaderboard-page .leaderboard-content::-webkit-scrollbar-track {
    background: transparent;
}
.leaderboard-page .leaderboard-content::-webkit-scrollbar-thumb {
    background: #ef5600;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.leaderboard-page .leaderboard-content::-webkit-scrollbar-thumb:hover {
    opacity: 0.6;
}
.leaderboard-page .fade-top-gtma:after {
    bottom: 524px;
}
.leaderboard-page .all_leaderboard>*+* {
    margin-top: 20px;
}
.leaderboard-page .all_leaderboard .list-item {
    width: calc((100% - 116px) / 30);
    height: 56px;
    border-radius: 3px;
    background: linear-gradient(180deg, #1A1A1A 0%, #1A1A1A 49.96%, #000 49.99%, #1A1A1A 100%);
    box-shadow: 0px 0.5px 0px 0px #000, 0px 1px 2px 0px #000 inset;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.leaderboard-page .all_leaderboard .list-item>svg {
    position: absolute;
    z-index: 1;
    max-width: 100%;
}
.leaderboard-page .leaderboard-block>*+* {
    margin-left: 4px;
}
.leaderboard-page .all_leaderboard .list-item::before,
.leaderboard-page .all_leaderboard .list-item::after {
    content: '';
    width: 2px;
    height: 4px;
    background: #404040;
    position: absolute;
    z-index: 2;
}
.leaderboard-page .all_leaderboard .list-item::before {
    border-radius: 0px 1px 1px 0px;
    left: 0;
}
.leaderboard-page .all_leaderboard .list-item::after {
    border-radius: 1px 0px 0px 1px;
    right: 0;
}
.filter-buttons,
.leaderboard-filter {
    display: flex;
}
.filter-calendar {
    margin-left: 16px;
    position: relative;
}
.filter-calendar button.disabled {
    border: 0.5px solid #808080;
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}
.leaderboard-filter button {
    display: flex;
    padding: 14px 16px;
    justify-content: center;
    align-items: center;
    border: none;
    color: #000;
    background: transparent;
    font-weight: 700;
    transition: all 0.3s;
}
.leaderboard-filter button.active,
.leaderboard-filter button:hover,
.leaderboard-filter .filter-calendar button#select-date.active {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}
.filter-buttons button#weekly {
    border-radius: 24px 0px 0px 24px;
    border: 1px solid #808080;
}
.filter-buttons button#monthly {
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
}
.filter-buttons button#all-time {
    border-radius: 0px 24px 24px 0px;
    border: 1px solid #808080;
}
.leaderboard-filter button#select-date {
    padding: 14px 24px 14px 16px;
    border-radius: 24px;
    border: 1px solid #808080;
}
.leaderboard-filter button#select-date svg {
    margin-right: 8px;
    fill: #000;
}
.leaderboard-filter button#select-date:hover {
    background: #F2F2F2 !important;
    color: #000 !important;
}
.leaderboard-filter button#select-date.active svg {
    fill: #fff;
}
.leaderboard-filter {
    margin-top: 1.2rem;
}
.calendar-container {
    display: none;
}
.calendar-container.active {
    position: absolute;
    border-radius: 8px;
    border: 0.5px solid var(--Gray-1, #E5E5E5);
    background: var(--White, #FFF);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    width: 252px;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    z-index: 99;
    margin-top: 4px;
}
.calendar-container .calendar-header {
    display: flex;
    position: relative;
    width: 100%;
}
.calendar-container .calendar-header button {
    padding: 0;
    position: absolute;
}
.calendar-header #calendar-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}
.calendar-header #prev-period {
    right: 28px;
}
.calendar-header #next-period {
    right: 0px;
}
.calendar-header #prev-period:hover,
.calendar-header #next-period:hover,
.calendar-header #prev-period.active,
.calendar-header #next-period.active {
    background: transparent !important;
}
.calendar-header button svg {
    fill: #808080;
}
.calendar-header #prev-period:hover svg,
.calendar-header #next-period:hover svg {
    fill: #000;
}
.calendar-row.calendar-header {
    margin-bottom: 4px;
    text-align: center;
}
.calendar-row.calendar-header>*+* {
    margin-left: 4px;
}
.calendar-day-name {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    /* 120% */
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #808080;
    width: 28px;
}
.calendar-week {
    display: flex;
    margin-top: 4px;
    transition: all 0.3s;
}
.calendar-week>*+* {
    margin-left: 4px;
}
.calendar-day-cell {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    width: 28px;
    padding: 8px 0;
    text-align: center;
}
.calendar-week:hover {
    background: #F2F2F2;
    cursor: pointer;
}
.calendar-week.selected {
    background: #000;
    color: #fff;
}
.calendar-day-cell.selected {
    font-weight: 700;
}
.calendar-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.calendar-month {
    width: 71px;
    padding: 8px;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    transition: all 0.3s;
}
.calendar-month:hover {
    background: #F2F2F2;
    cursor: pointer;
}
.calendar-month.selected {
    background: #000;
    color: #fff;
    font-weight: 700;
}
/* GTM test page */
.test-page {
    background-image: url(../images/img-hero-background-desktop.webp);
    background-size: 100vw 100%;
    padding-top: 12rem;
    padding-bottom: 5.2rem;
    background-repeat: no-repeat;
    overflow: hidden;
}
.test-page .form-block {
    width: 600px;
    max-width: 100%;
    position: relative;
    z-index: 3;
}
.test-page .sc_hide {
    display: none;
}
.test-page .sc_hide+p {
    display: none;
}
.test-page .cf-step {
    font-size: 34px;
    line-height: 40px;
    font-weight: 400;
}
.test-page input.question-gtm-category {
    display: none;
}
.test-page .category {
    padding: 6px 8px;
    border-radius: 4px;
    background: var(--Black, #000);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: auto;
    max-width: max-content;
    margin-top: 16px;
}
.test-page .question-gtm-label {
    display: none;
}
.test-page .question-label {
    margin-top: 8px;
    cursor: auto;
}
.test-page .question-label>* {
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
}
/* .test-page input.question-gtm-label:focus {
    background: none;
} */
.test-page .wpcf7-form .fieldset-cf7mls {
    padding: 0;
}
.test-page .wpcf7-form .fieldset-cf7mls>p {
    margin-bottom: 0;
}
.test-page input[type="radio"] {
    display: none;
}
.test-page .question-gtm {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
}
.test-page .question-gtm>* {
    margin-left: 0;
    border-radius: 8px;
    border: 1px solid #404040;
    font-size: 20px;
    line-height: 24px;
    transition: all 0.3s;
    cursor: pointer;
    font-weight: 400;
}
.test-page .wpcf7-form-control-wrap {
    position: static !important;
}
.test-page .question-gtm .wpcf7-list-item-label {
    padding: 20px;
    height: 100%;
    display: inline-block;
    width: 100%;
    padding-left: 54px;
    position: relative;
}
.test-page .wpcf7-list-item label {
    cursor: pointer;
    height: 100%;
    width: 100%;
}
.test-page .question-gtm>*+* {
    margin-top: 8px;
}
.test-page .wpcf7-list-item:hover {
    border: 1px solid #FFF;
    background: #191919;
}
.test-page .wpcf7-list-item.active {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
}
.test-page .cf7mls-btns {
    display: flex;
    justify-content: flex-end;
}
.test-page .cf7mls-btns>*,
.test-page .cf7mls_back.action-button,
.test-page .cf7mls_progress_bar_percent_wrap {
    padding: 12px;
    border-radius: 16px;
    border: 1px solid #404040;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    background: transparent;
    position: relative;
    color: transparent;
    transition: all 0.3s;
}
.test-page .cf7mls_progress_bar_percent_wrap .cf7mls_progress_bar_percent {
    background: #404040;
}
.test-page .cf7mls_progress_bar_percent_wrap .cf7mls_progress_barinner {
    background: #EF5600 !important;
}
.test-page .cf7mls-btns>*:hover,
.test-page .cf7mls_back.action-button:hover {
    box-shadow: inset 0 0 0 1px #FFFFFF;
}
.test-page .cf7mls-btns>*+* {
    margin-left: 8px !important;
}
.test-page .cf7mls-btns>button.cf7mls_back:before,
.test-page .cf7mls-btns>button.cf7mls_next:before,
.test-page .cf7mls_back.action-button::before {
    content: '\E80C';
    font-family: 'Fontello';
    font-size: 24px;
    line-height: 24px;
    position: absolute;
    color: #fff;
    font-weight: 400;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.test-page .cf7mls-btns>button.cf7mls_next:before {
    content: '\E80D';
}
.test-page .cf7mls_next.action-button img,
.test-page .cf7mls_back.action-button img {
    display: none !important;
}
.test-page .cf7mls-btns .cf7mls_next.action-button,
.test-page .cf7mls-btns .cf7mls_back.action-button {
    margin: 0;
}
.test-page .cf7mls_back.action-button,
.test-page form.cf7mls input.wpcf7-form-control.wpcf7-submit {
    margin-top: 4rem;
}
.test-page .cf7mls-btns {
    margin-top: 4rem;
}
.test-page .fieldset-cf7mls-wrapper {
    margin: 0;
    padding: 0;
}
.test-page .question-gtm>*:first-child .wpcf7-list-item-label::before,
.test-page .question-gtm>*:nth-child(2) .wpcf7-list-item-label::before,
.test-page .question-gtm>*:nth-child(3) .wpcf7-list-item-label::before,
.test-page .question-gtm>*:nth-child(4) .wpcf7-list-item-label::before {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-right: 20px;
    position: absolute;
    left: 20px;
    color: #FD2348;
}
.test-page .question-gtm>*:first-child .wpcf7-list-item-label::before {
    content: 'A';
}
.test-page .question-gtm>*:nth-child(2) .wpcf7-list-item-label::before {
    content: 'B';
}
.test-page .question-gtm>*:nth-child(3) .wpcf7-list-item-label::before {
    content: 'C';
}
.test-page .question-gtm>*:nth-child(4) .wpcf7-list-item-label::before {
    content: 'D';
}
.test-page form.cf7mls input.wpcf7-form-control.wpcf7-submit {
    border-radius: 16px;
    width: fit-content;
    outline: none;
    padding: 14px;
    font-size: 16px !important;
}
.test-page form.cf7mls input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #FF7C33;
}
.test-page .fieldset-cf7mls>p>.cf7mls_back.action-button#cf7mls-back-btn-cf7mls_step-12 {
    top: -46px;
}
.test-page .cf7mls_progress_bar_percent_wrap {
    position: absolute;
    left: 0;
    margin-left: 0 !important;
    width: 240px;
    padding: 12px 20px 14px 20px;
    max-width: 240px;
    cursor: auto;
}
.test-page .cf7mls_progress_bar_percent_wrap:hover {
    border: 1px solid #808080;
    background-color: transparent !important;
}
.test-page .cf7mls_progress_bar_percent_wrap .cf7mls_progress_percent {
    position: absolute;
    top: 26px;
    left: 20px;
    margin: 0;
    width: 200px;
}
.test-page .cf7mls_progress_bar_percent_wrap p {
    position: absolute;
    top: 8px;
    font-size: 12px;
    line-height: 14px;
}
.test-page .cf7mls_progress_bar_percent_wrap p:after {
    content: 'completed';
    margin-left: 4px;
}
.test-page .fieldset-cf7mls>.cf7mls_progress_bar_percent_wrap {
    bottom: 26px;
}
.test-page .fieldset-cf7mls>.cf7mls_progress_bar_percent_wrap[data-number-step="12"] {
    bottom: 71px;
}
.test-page .fieldset-cf7mls>p>.cf7mls_back.action-button,
.test-page .fieldset-cf7mls>button#cf7mls-back-btn-cf7mls_step-12 {
    left: 60%;
}
.test-page .action-button.sending {
    pointer-events: none;
}
/* Borders */
.gtma .line-home-top-v {
    background: linear-gradient(180deg, #FFF 50%, rgba(255, 255, 255, 0.00) 100%);
    top: -132px;
    height: 292px;
    z-index: 2;
}
.gtma .home-outer-line-top {
    top: -242px;
}
.gtma .cross-home-top {
    top: -150px;
}
.gtma .outer-home-top-side,
.gtma .line-home-top-h {
    top: -145.5px;
}
/* GTM midas list */
.gtm-midas-list-page {
    margin: 6.8rem 0 6rem;
}
.gtm-midas-list-page .title-page {
    margin-top: 1.6rem;
}
.gtm-midas-list-page .title-page br {
    display: none;
}
.gtm-midas-list-page .title-page>*+* {
    margin-top: 1.2rem;
}
.gtm-midas-list-page .title-page h1 {
    font-size: 120px;
    line-height: 120px;
}
.gtm-midas-list-page .title-page h1+* {
    font-weight: 400;
    width: 600px;
    max-width: 100%;
}
.gtm-midas-list-page .breadcrumbs>span:last-child {
    display: none;
}
.gtm-midas-list-page .breadcrumbs>a:last-of-type {
    font-weight: 700 !important;
    color: #000000 !important;
}
.gtm-midas-list-page .breadcrumbs>a:last-of-type:hover {
    color: #000 !important;
}
.gtm-midas-list-page .title-page .date {
    padding: 12px 16px 12px 24px;
    background: #000;
    color: #fff;
    width: max-content;
}
.gtm-midas-list-page .title-page .date>* {
    color: #fff;
    font-weight: 700;
    line-height: 40px;
}
.gtm-midas-list-page .buttons-block {
    margin-top: 2rem;
    align-items: center;
}
.gtm-midas-list-page .buttons-block>*+* {
    margin-left: 1.2rem;
}
.gtm-midas-list-page .buttons-block>*:nth-child(2)>a {
    text-decoration: underline;
}
.gtm-midas-list-page .buttons-block>*:nth-child(2)>a:hover {
    text-decoration: none;
}
.gtm-midas-list-page .all-gtm-midas-list {
    margin-top: 6rem;
}
.gtm-midas-list-page .all-gtm-midas-list>*+* {
    margin-top: 24px;
}
.gtm-midas-list-page .gtm-midas-list-block {
    border-top: 1px solid #E5E5E5;
    align-items: center;
}
.gtm-midas-list-page .person-photo {
    background: linear-gradient(180deg, #CD9850 0%, #F3DC80 100%);
    width: 240px;
    min-width: 240px;
    height: 240px;
}
.gtm-midas-list-page .person-photo>img {
    width: 100%;
}
.gtm-midas-list-page .person-info {
    margin-left: 2rem;
    max-width: calc(100% - 240px - 332px - 16px - 40px);
}
.gtm-midas-list-page .points-block {
    margin-left: auto;
}
.gtm-midas-list-page .position-post {
    margin-top: 8px;
}
.gtm-midas-list-page .position-post>* {
    font-size: 20px;
    line-height: 24px;
    color: var(--gray-4);
}
.gtm-midas-list-page .logo-block {
    margin-top: 16px;
}
.gtm-midas-list-page .logo-block>* {
    max-height: 24px;
}
.gtm-midas-list-page .points-block .point-item {
    font-size: 120px;
    line-height: 160px;
}
.gtm-midas-list-page .points-block .top,
.gtm-midas-list-page .points-block .bottom {
    width: 100px;
    height: 80px;
}
.gtm-midas-list-page .points-block .point {
    width: 100px;
    height: 160px;
}
.gtm-midas-list-page .points-block .top:before,
.gtm-midas-list-page .points-block .top:after,
.gtm-midas-list-page .points-block .bottom::before,
.gtm-midas-list-page .points-block .bottom:after {
    width: 2px;
    height: 4px;
}
.gtm-midas-list-page .footer-block-page {
    margin-top: 4rem;
    width: 600px;
    max-width: 100%;
}
.gtm-midas-list-page .footer-block-page>* {
    font-weight: 400;
}
.test-page .wpcf7-form-control-wrap textarea {
    border: 1px solid #808080 !important;
    font-size: 20px;
    line-height: 30px;
    max-height: 312px;
    padding: 12px 12px 8px 16px !important;
    caret-color: #191919;
    color: #808080;
    outline: none !important;
}
.test-page .wpcf7-form-control-wrap textarea:focus {
    color: #000;
    background: #fff;
}
.test-page .wpcf7-form-control-wrap textarea::placeholder {
    color: #BFBFBF;
}
.gtma .preloader {
    position: absolute;
    width: 100%;
    background: rgba(10, 10, 10, 0.5);
    height: calc(100%);
    z-index: 150;
    justify-content: center;
    align-items: center;
    cursor: progress;
    display: flex;
    border-radius: 15px;
    top: 0;
    left: 0;
}
.gtma .preloader svg {
    animation: rotation 2s infinite linear;
}
/* responsive */
@media (max-width: 1440px) {
    .test-page {
        padding-top: 8rem;
        padding-bottom: 2rem;
    }
    .test-page .cf7mls-btns {
        margin-top: 1rem;
    }
    .test-page .cf7mls_back.action-button,
    .test-page form.cf7mls input.wpcf7-form-control.wpcf7-submit {
        margin-top: 1rem;
    }
    .test-page .main-content-section:after {
        bottom: -40px;
    }
    .test-page .fade-top::after {
        bottom: 218px;
    }
}
@media (max-width: 1279px) {
    .gtma section {
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media (max-width: 1173px) {
    .test-your-gtm-page .main-content-section .row>* {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
    }
    .test-your-gtm-page .main-content-section .left-block {
        text-align: center;
    }
    .test-your-gtm-page .main-content-section .left-block>*:nth-child(2) {
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .test-your-gtm-page .right-content {
        align-items: center;
        margin-top: 4rem;
    }
    .test-your-gtm-page .main-content-section .left-block .buttons-block {
        flex-direction: column;
    }
    .test-your-gtm-page .main-content-section .left-block .buttons-block>*+* {
        margin-left: 0;
        margin-top: 32px;
    }
    .test-your-gtm-page .main-content-section {
        padding-bottom: 8.8rem;
    }
    .footer-section .left-block {
        text-align: center;
    }
    .test-your-gtm-page .footer-section {
        padding-top: 0;
    }
    .test-your-gtm-page .sponsors-block {
        justify-content: center;
    }
}
/* New style */
.test-page .wpcf7-form {
    border: none;
    overflow: visible;
}
.test-page .main-content-section:after {
    content: '';
    width: 100vw;
    position: absolute;
    left: 0;
    height: 268px;
    background: linear-gradient(180deg, #000 0%, #1A1A1A 100%);
    bottom: -104px;
}
.test-page .fade-top::after {
    content: '';
    width: 100vw;
    position: absolute;
    left: 0;
    height: 252px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    bottom: 158px;
}