.games-stream-page {
    background-image: url(../images/background.webp);
    background-size: 100vw 1100px;
    padding-top: 8rem;
    padding-bottom: 4rem;
}
.games-stream-page .left-col .text_block.title>*:first-child {
    font-weight: 900;
    text-transform: uppercase;
}
.games-stream-page .text_block.archive-content-block>p {
    margin: 0;
}
.games-stream-page .text_block.archive-content-block>p+p {
    margin-top: 8px;
}
/* Borders */
.games-stream-page .line-home-top-h,
.games-stream-page .outer-home-top-side {
    top: 0;
}
.games-stream-page .cross-home-top {
    top: -6px;
}
.games-stream-page .line-home-top-v {
    top: 12px;
}
.games-stream-page .home-outer-line-top {
    height: 118px;
    top: -130px;
}
.games-stream-page .cross-home-bottom {
    bottom: -6px;
}
.games-stream-page .outer-home-bottom-side,
.games-stream-page .line-home-bottom-h {
    bottom: 0;
}
.games-stream-page .line-home-top-v {
    height: calc(100% - 24px);
}
.games-stream-page .bottom-landing-section .line-home-bottom-v {
    bottom: -80px;
    height: 68px;
}
/* end */
.games-stream-page .slick-dots button {
    display: none;
}
#collapse-nav {
    display: none;
}
.article {
    display: flex;
    margin-top: 56px;
}
.article__number {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 128px;
    min-height: 128px;
    max-width: 128px;
    max-height: 128px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 16px;
}
.article__number span {
    font-size: 10px;
    line-height: 12px;
    color: #bfbfbf;
    text-transform: uppercase;
}
.article__info {
    margin-left: 32px;
}
.blog-article__titular {
    width: 128px;
    height: 128px;
    min-width: 128px;
    min-height: 128px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 16px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.blog-article__titular img {
    max-height: 100%;
}
.blog-article__titular:hover {
    opacity: 0.7;
}
.article__number>i {
    font-size: 64px;
    line-height: 64px;
}
.article__info,
.text-block>span {
    display: block;
}
.article__info>a {
    margin-top: 24px;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes raves-ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-333rem, 0, 0);
        transform: translate3d(-333rem, 0, 0);
    }
}
@keyframes raves-ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-333rem, 0, 0);
        transform: translate3d(-333rem, 0, 0);
    }
}
/* add-styles-css end */
/* codexes-css start */
.games-stream-page .text-block h6 {
    max-width: 792px;
}
.codex__titular {
    width: 128px;
    height: 178px;
    filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.5));
    border-radius: 4px;
    overflow: hidden;
}
.codex__titular img {
    max-height: 100%;
}
.codex__titular {
    width: 128px;
    height: 178px;
    filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.5));
    border-radius: 4px;
    overflow: hidden;
}
.codex__titular img {
    max-height: 100%;
}
/* codexes-css end */
/* recordings-css start */
@media (max-width: 1023px) {
    .article .article__info {
        margin-top: 24px;
    }
    .article .article__info p {
        font-size: 12px;
        line-height: 14px;
    }
}
/* recordings-css end */
/* upcoming-css start */
.upcoming>h6 {
    margin-top: 40px;
}
.sponsors {
    margin-top: 40px;
}
.main-sponsor {
    margin-top: 32px;
}
.all-sponsors {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 592px;
}
.one-sponsor {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 112px;
    height: 56px;
    background-color: #000;
    border-radius: 8px;
}
.text-block>h6 {
    margin-top: 40px;
}
/* upcoming-css end */
/* homepage-css start */
.overline {
    color: #525252;
}
.sponsors {
    margin-top: 40px;
}
.sponsors .main-sponsor {
    margin-top: 32px;
    color: #262626;
    display: flex;
    align-items: center;
    gap: 15px;
}
.sponsors .all-sponsors {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 472px;
}
.sponsors .all-sponsors .one-sponsor {
    background-color: none;
    border-radius: 8px;
    width: 112px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.article__number>.upcoming {
    color: #525252;
}
.text-block>h3 {
    margin-top: 80px;
}
hr {
    margin-top: 80px;
}
.homepage>.text-block>h3 {
    position: relative;
}
.homepage>.text-block>.bg-circle {
    position: absolute;
    width: 1000px;
    height: 800px;
    margin-left: -300px;
    margin-top: -358px;
    z-index: -20;
}
.homepage>.text-block:first-of-type>h3::before {
    background: none;
}
.scheldue>a {
    margin-top: 80px;
}
.scheldue p>a {
    margin-top: 80px;
}
.text-block h3+p {
    margin-top: 16px;
    max-width: 954px;
    color: #A3A3A3;
}
.scheldue.second>.scheldue-article>.article {
    margin-top: -36px;
}
.homepage_logged h5+.body-2 {
    margin-top: 8px;
    max-width: 453px;
}
.scheldue-article .text-block>h6 {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #525252;
}
.scheldue-article .text-block>h6+h5 {
    margin-top: 4px;
    max-width: 520px;
}
.scheldue-article .text-block>p {
    margin-top: 8px;
    color: #A3A3A3;
    max-width: 520px;
}
.homepage_logged .article__info.text-block>.sponsors+p {
    margin-top: 1.2rem;
}
.body-margin-none {
    margin-top: 0 !important;
}
.hyp-btn_simple_arrow_text a:not(.btn) {
    color: #a3a3a3;
}
.hyp-btn_simple_arrow_text a:not(.btn):hover {
    color: #fff;
}
.hyp-btn_simple_arrow_text a:after {
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    content: "";
    font-family: "fontello";
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    top: -1px;
    right: 0;
    margin-left: 4px;
    color: #a3a3a3;
}
.hyp-btn_simple_arrow_text a:hover:after {
    color: #fff;
    right: -2px;
}
.content.homepage_logged {
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: 1;
    background-size: 3000px 800px;
    position: relative;
}
.sponsors .all-sponsors {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    max-width: 472px;
}
@-moz-document url-prefix() {
    .homepage .banner::after {
        mask-image: url();
    }
}
.homepage .banner .banner-image {
    width: 128px;
    height: auto;
    min-width: 128px;
    border-radius: 4px;
    overflow: hidden;
    filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.5));
}
.homepage .banner .banner-content {
    margin-left: 32px;
    position: relative;
    top: 4px;
}
.homepage .banner-2 .banner-content {
    top: 0px;
}
.homepage .banner .banner-content>p {
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #a3a3a3;
}
.homepage .banner .banner-content>p+p {
    margin-top: 16px;
}
.homepage .banner .banner-content .subtitle {
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #525252;
    letter-spacing: 0px;
}
.banner .subtitle+* {
    margin-top: 4px;
}
/* homepage-css end */
/* gtm-report-css start */
.scheldue-article .text-block>p {
    margin-top: 8px;
    color: #A3A3A3;
    max-width: 520px;
    font-size: 14px;
}
/* gtm-report-css end */
.sponsors .all-sponsors .one-sponsor a {
    border: 1px solid transparent;
    border-radius: 8px;
}
.sponsors .all-sponsors .one-sponsor a:hover {
    border: 1px solid #525252;
}
/* Homepage 8 */
.games-stream-page .heading-content {
    border-radius: 4px;
    border: 1px solid var(--Gray-1, #E5E5E5);
    text-align: center;
    height: 598px;
    overflow: auto;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(16px);
}
.games-stream-page #countdown-active {
    padding: 1.5rem 0 2rem;
    background: var(--Black, #000);
    box-shadow: -16px 16px 64px 0px rgba(0, 0, 0, 0.10);
}
.games-stream-page #countdown-active .left-col .btn_block {
    margin-top: 1.2rem;
}
.games-stream-page .heading-content .text_block>h1 br {
    display: none;
}
.games-stream-page .heading-content .text_block>*:nth-child(2) {
    font-weight: 400;
}
.games-stream-page #countdown {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.games-stream-page .countdown-description {
    margin-top: 22px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 12px;
    font-size: 10px;
    font-weight: 700;
}
.countdown-description.colon-desc {
    height: 12px;
}
.games-stream-page .countdown-block {
    margin-top: 3.2rem;
}
.games-stream-page .countdown-digit {
    color: #000;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.50);
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: 100px;
    width: 80px;
    height: 128px;
    display: inline-block;
    box-shadow: 0px 2px 0px 0px #FFF, 0px 2px 2px 0px rgba(0, 0, 0, 0.30) inset;
    border-radius: 8px;
    position: relative;
}
.games-stream-page .countdown-item>*+*,
.games-stream-page #countdown>*+* {
    margin-left: 11px;
}
.games-stream-page .countdown-digit::after {
    content: '';
    height: 2px;
    width: 100%;
    background: #E5E5E5;
    display: inline-block;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    z-index: 11;
}
.games-stream-page .digit {
    display: inline-block;
    vertical-align: middle;
    height: min-content;
    position: relative;
    z-index: 10;
    margin-top: 14px;
}
.games-stream-page .digit.colon {
    margin-top: -12px;
}
.games-stream-page .countdown-digit .top,
.games-stream-page .countdown-digit .bottom {
    left: 0;
    position: absolute;
    width: 80px;
    height: 64px;
}
.games-stream-page .countdown-digit .top {
    top: 0;
    border: 1px solid var(--Gray-1, #E5E5E5);
    background: var(--White, #FFF);
    border-radius: 8px 8px 0px 0px;
}
.games-stream-page .countdown-digit .bottom {
    bottom: 0;
    border-radius: 0px 0px 8px 8px;
    border: 1px solid var(--Gray-1, #E5E5E5);
    background: var(--White, #FFF);
}
.games-stream-page .countdown-digit .top::before {
    left: 0;
    bottom: 0px;
    border-radius: 0px 1px 0px 0px;
}
.games-stream-page .countdown-digit .top::after {
    right: 1px;
    bottom: 0px;
    border-radius: 1px 0px 0px 0px;
}
.games-stream-page .countdown-digit .bottom::before {
    top: 0px;
    left: 0;
    border-radius: 0px 0px 1px 0px;
}
.games-stream-page .countdown-digit .bottom::after {
    top: 0px;
    right: 1px;
    border-radius: 0px 0px 0px 1px;
}
.games-stream-page #countdown .countdown-digit.colon {
    color: #404040;
    font-weight: 400;
    margin: 0 4px 0 16px;
}
.games-stream-page .text_block.bottom {
    margin-top: 1.8rem;
}
.games-stream-page .heading-section {
    z-index: 10;
}
.games-stream-page .buttons-group {
    display: flex;
    flex-wrap: wrap;
}
.games-stream-page .bottom-button {
    padding: 12px;
    color: #191919;
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 42.9%, #F2F2F2 100%), #FFF;
    box-shadow: -16px 16px 64px 0px rgba(0, 0, 0, 0.10);
    flex: 1;
}
.games-stream-page .bottom-button:hover {
    background: #E5E5E5 !important;
    color: #000;
}
.games-stream-page .bottom-button.hse:hover {
    color: #fff;
}
.games-stream-page .bottom-button.hse::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(97deg, #EF5600 0%, #FD2348 100%) !important;
    transition: all 0.3s;
    opacity: 0;
}
.games-stream-page .bottom-button.hse:hover::before {
    opacity: 1;
}
.games-stream-page .bottom-button.hse:hover .button-text svg {
    fill: #fff;
}
.games-stream-page .bottom-button:hover .button-img>img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7492%) hue-rotate(261deg) brightness(88%) contrast(97%);
}
.games-stream-page .bottom-button.hse:hover .button-img>img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(54%) saturate(560%) hue-rotate(164deg) brightness(118%) contrast(100%);
}
.games-stream-page .bottom-button.hse .button-img>img {
    height: 16px;
}
.games-stream-page .bottom-button .button-img {
    height: 40px;
    display: flex;
    align-items: center;
}
.games-stream-page .bottom-button .button-text {
    font-size: 14px;
    line-height: 16px;
    position: relative;
    margin-top: 16px;
    text-align: left;
}
.button-text svg {
    position: absolute;
    right: 0;
    top: 0;
}
.games-stream-page .raves-ticker-section {
    padding: 40px 0;
}
.games-stream-page .raves-ticker-section .raves-ticker {
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 24px;
}
.games-stream-page .raves-ticker-section .raves-ticker .item {
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    /* max-width: 156px;
    min-width: 156px; */
    height: fit-content;
    min-height: 24px;
    /* margin: 0 18px; */
    /* background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(4px);
    border-radius: 8px;
    border: 0.5px solid #D9D9D9; */
    position: relative;
    cursor: pointer;
}
.games-stream-page .raves-ticker-section .raves-ticker .item-block {
    display: -ms-flexbox;
    display: flex;
    height: fit-content;
    text-align: center;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.games-stream-page .raves-ticker-section .raves-ticker:hover {
    -webkit-animation-play-state: paused;
}
/* .raves-ticker-section .raves-ticker .item:hover {
    background: #000;
    border: 0.5px solid #000;
} */
.raves-ticker-container {
    overflow-x: auto;
}
.raves-ticker-container::-webkit-scrollbar {
    display: none;
}
.raves-ticker-container {
    scrollbar-width: none;
}
@-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);
    }
}
.games-stream-page .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;
}
.games-stream-page #countdown .countdown-digit.colon {
    margin: 0 4px 0 4px;
}
/* .games-stream-page .heading-content.bg-blur {
    filter: blur(8px);
} */
.games-stream-page .accordion-button {
    display: none;
}
.games-stream-page #games-started {
    display: none;
}
.games-stream-page #games-started .left-content {
    width: 66%;
    padding: 20px 24px 24px 24px;
    height: 100%;
    overflow: hidden;
}
.games-stream-page #games-started .right-content {
    width: 34%;
    padding: 20px 24px 24px;
    height: 100%;
    overflow: auto;
    background: #191919;
}
#games-started .left-content .title_left:not(.stream-block) {
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}
#games-started .left-content .title_left>* {
    margin-bottom: 0;
}
#games-started .left-content .title_left>p {
    margin: 0;
    line-height: 32px;
}
#games-started .left-content .title_left>p>a {
    padding: 5px 11px;
    border-radius: 24px;
    border: 0.5px solid #fff;
    transition: all 0.3s;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
#games-started .left-content .title_left>p>a:hover {
    color: #fff;
    box-shadow: inset 0 0 0 1px #FFFFFF;
}
#games-started .left-content .title_left>p>a:first-child {
    margin-right: 8px;
}
#games-started .tab-links {
    padding: 0;
    margin-top: 16px;
    display: none;
    width: 100%;
}
.tab-content {
    min-height: 490px;
}
.tab-content .tab {
    width: 100%;
    height: 490px;
    max-width: 100%;
    display: none;
    /*height: 100%;*/
}
.tab-content .preloader {
    background: var(--Gray-1, #E5E5E5);
    display: none;
    width: 100%;
    height: 418px;
    position: relative;
}
.tab-content .preloader.active {
    display: block;
}
.tab-content .preloader::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    border: 2px solid #f3f3f3;
    border-top: 3px solid #000000;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: spin 1s infinite linear;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/*.tab-content {*/
/*    height: calc(100% - 82px);*/
/*}*/
/*.left-content .tabs {*/
/*    height: calc(100% - 52px);*/
/*}*/
#games-started .tab-links a {
    flex: 1;
    padding: 16px 12px;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    border-radius: 4px;
    background: #191919;
    transition: all 0.3s;
}
#games-started .tab-links a,
#games-started .tab-links p {
    color: #808080;
}
#games-started .tab-links p strong {
    color: #bfbfbf;
}
#games-started .tab-links a>p:last-child {
    font-size: 12px;
    line-height: 14px;
    margin-top: 4px;
}
#games-started .tab-links a.active p {
    color: #404040;
}
#games-started .tab-links a.active p strong {
    color: #fff;
}
#games-started .tab-links a.active,
#games-started .tab-links a:hover {
    background: #404040;
}
#games-started .tab-links a.active>p:first-child,
#games-started .tab-links a:hover p:first-child {
    color: #fff;
}
#games-started .tab-links a.active>p:nth-child(2),
#games-started .tab-links a:hover p:nth-child(2) {
    color: #bfbfbf;
}
#games-started .tab-links a+a {
    margin-left: 6px;
    margin-top: 0;
}
#games-started .tab-links a>* {
    margin-bottom: 0;
}
#games-started .tab-links a>p:first-child {
    color: #bfbfbf;
}
#games-started .tab-links a>p:nth-child(2) {
    color: #808080;
}
#games-started .tab.active,
#games-started .tab-right.active {
    display: block;
}
#games-started .tab-right {
    display: none;
}
#games-started .tab-links-right a {
    margin: 0 5px;
    border-radius: 8px;
    padding: 12px 5px;
    font-size: 16px;
    line-height: 16px;
    width: 50%;
    color: #808080;
    font-weight: 400;
    background-color: #191919;
}
#games-started .tab-links-right a>* {
    margin: 0;
}
#games-started .tab-links-right a:hover {
    background: #252525;
    color: #fff;
}
#games-started a.tab-link-right.active:hover {
    background: #252525;
    color: #fff;
}
#games-started .tab-links-right {
    display: flex;
    border-radius: 4px;
    background: #000;
    padding: 2px;
    align-items: center;
}
#games-started .tab-link-right.active {
    background: #252525;
    color: #fff;
}
#games-started .description-day {
    display: none;
    text-align: left;
}
#games-started .tab-content-right {
    margin-top: 24px;
    height: calc(100% - 32px - 40px);
    overflow: auto;
    padding-right: 6px;
}
#games-started .tabs-right {
    height: 100%;
}
#games-started .description-day.active {
    display: block;
}
#games-started .description-day>* {
    font-weight: 400;
    margin-bottom: 0;
}
#games-started .description-day>*+* {
    margin-top: 12px;
    color: #bfbfbf;
}
#games-started .video-recorded iframe {
    height: 100%;
    width: 100%;
    border-radius: 4px;
}
#games-started .video-recorded {
    height: 100%;
}
.video-recorded>p {
    height: 100%;
}
#games-started .mark-video {
    padding: 6px 8px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.88);
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 2px;
    top: 16px;
    left: 16px;
}
.recordings-notification {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border: 1px solid #404040;
    background: linear-gradient(180deg, #191919 0%, #191919 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab .recordings-notification .recordings-notification-content img {
    width: 48px;
    height: 48px;
    margin: 0;
}
.tab .recordings-notification-content>*:nth-child(2) {
    font-size: 14px;
    line-height: 16px;
    margin-top: 16px;
}
.tab .recordings-notification-content>*:nth-child(3) {
    margin-top: 8px;
    font-size: 12px;
    line-height: 14px;
    color: #bfbfbf;
}
.tab .recordings-notification-content p>a {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
}
#games-started .recordings-notification-content>* {
    margin-bottom: 0;
}
#games-started .description-day>.product-demo {
    border-top: 1px solid #E5E5E5;
    margin-top: 24px;
    padding-top: 24px;
}
.tab-content-right .product-demo *+* {
    margin-top: 24px;
}
.tab-content-right .product-demo img {
    margin: 0;
}
.tab-content-right .product-demo h1+p,
.tab-content-right .product-demo h2+p,
.tab-content-right .product-demo h3+p,
.tab-content-right .product-demo h4+p,
.tab-content-right .product-demo h5+p,
.tab-content-right .product-demo h6+p {
    margin-top: 12px;
}
/* Array coaches */
.coaches>p,
.players>p {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    margin-bottom: 0;
}
.games-stream-page .plank {
    position: absolute;
    z-index: 0;
    bottom: 0;
    width: 128px;
    height: 128px;
    border-radius: 8px;
    border: none;
    background: linear-gradient(319deg, #EF5600 23.3%, #FD2348 76.7%);
}
.games-stream-page .players-item .plank {
    bottom: -1px;
    border: 1px solid #404040;
    background: #000000;
}
.games-stream-page .coach__photo {
    position: relative;
}
.games-stream-page .coach__photo img {
    position: relative;
    display: inline-block;
    min-width: 128px;
    width: 128px;
    height: 128px;
    overflow: hidden;
    border-radius: 8px;
    padding: 1px;
}
.games-stream-page .coach {
    display: flex;
    margin-top: 16px;
    align-items: center;
}
.games-stream-page .coach__info {
    height: max-content;
    margin-left: 16px;
    text-align: left;
}
.games-stream-page .peoples-array .coach__info {
    position: relative;
}
.games-stream-page .peoples-array .coach__info a:hover {
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, .5);
}
.games-stream-page .peoples-array .coach__info a.btn-watch {
    position: relative;
    display: block;
    padding: 8px 16px;
    border-radius: 8px;
    background: transparent;
    right: 0;
    bottom: 0;
    transition: all 0.3s;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    line-height: 16px;
    width: fit-content;
    margin-top: 16px;
}
.coach__photo.small .plank {
    width: 64px;
    height: 48px;
}
.coach__photo.small img {
    min-width: 64px;
    width: 64px;
    height: 64px;
}
.games-stream-page .coach__info p {
    margin-bottom: 0;
}
.peoples-array .coach__info>*:first-child {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
}
.peoples-array .coach__info .caption-regular {
    color: #bfbfbf;
    margin-top: 2px;
}
.peoples-array .coach__info .logo-block {
    margin-top: 12px;
}
.peoples-array .players {
    margin-top: 20px;
    border-top: 1px solid #bfbfbf;
    padding-top: 15px;
}
.coaches>.coach+.coach,
.players-item>.coach+.coach {
    margin-top: 32px;
}
.coach.inactive .coach__photo img {
    filter: grayscale(100%);
}
.coach.inactive {
    opacity: 0.5;
}
.peoples-array {
    display: none;
}
.peoples-array.active {
    display: block;
}
img.show-tab {
    display: none;
}
#games-overview,
#games-rules {
    display: none;
    padding: 24px 24px 0;
    text-align: left;
    background: #000;
}
.overviews-rules .menu-title-block {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
    position: relative;
}
.overviews-rules .menu-title-block>* {
    margin-bottom: 0;
}
.overviews-rules .content-block {
    display: flex;
    height: calc(100% - 45px - 24px);
    justify-content: space-between;
    overflow: hidden;
}
.overviews-rules .content-block .top-content {
    height: 100%;
    max-width: 552px;
    margin-top: 1.2rem;
    overflow: auto;
    padding-bottom: 1.2rem;
}
#games-overview .content-block>img {
    width: 550px;
    height: 527px;
    max-height: 100%;
    max-width: fit-content;
    margin-left: auto;
    margin-top: 12px;
}
#games-rules .content-block>img {
    width: 552px;
    height: 328px;
    max-height: 100%;
    max-width: fit-content;
    margin-left: auto;
    margin-top: 12px;
}
.overviews-rules .content-text h1,
.overviews-rules .content-text h2,
.overviews-rules .content-text h3,
.overviews-rules .content-text h4,
.overviews-rules .content-text h5,
.overviews-rules .content-text h6 {
    font-weight: 400;
    padding-top: 24px;
}
.overviews-rules .content-text>*:first-child {
    padding: 0;
}
.overviews-rules .content-text>*+* {
    margin-top: 16px;
}
.overviews-rules .content-text>p {
    font-weight: 400;
}
#games-overview .hosts {
    margin-top: 8px;
}
#games-overview .coach__info a {
    font-weight: 400;
    margin-top: 16px;
    display: inline-block;
}
#games-overview .coach__info a:hover {
    color: #808080;
}
/*.plank::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    border-radius: 8px;*/
/*    padding: 1px;*/
/*    background: #BFBFBF;*/
/*    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);*/
/*    mask-composite: exclude;*/
/*    pointer-events: none;*/
/*}*/
#games-overview .coach {
    align-items: center;
}
.overviews-rules a#close {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}
.overviews-rules a#close svg {
    transition: all 0.3s;
}
.overviews-rules a#close:hover svg {
    fill: #808080;
}
#games-started .left-content .tab-links.show-tab {
    display: none;
}
#games-started .left-content .recordings-notification-content p>a {
    margin-top: 0;
}
.countdown-day-game .text_block p {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #bfbfbf;
}
.countdown-day-bg {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #404040;
    background: linear-gradient(180deg, #191919 0%, #191919 100%);
}
.countdown-day-game .text_block {
    margin-bottom: 24px;
}
.countdown-day-game .data-text {
    margin-top: 40px;
}
.countdown-day-game .data-text p {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 0;
}
.countdown-day-game .btn_block {
    margin-top: 32px;
}
.games-stream-page .show-cal.active {
    opacity: 1;
    pointer-events: auto;
}
.games-stream-page .heading-content .left-col .text_block.archive-content-block>p>a {
    margin-top: 24px;
    gap: 4px;
    padding: 14px 15px;
}
.games-stream-page .show-cal {
    position: absolute;
    top: 76px;
    opacity: 0;
    border: 1px solid #fff;
    border-radius: 8px;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #000;
    padding: 0;
    min-width: 232px;
    left: 0;
    transform: none;
    overflow: hidden;
}
.games-stream-page .show-cal a:hover {
    color: #FD2348;
    background: #fff;
}
.games-stream-page .show-cal a:hover span {
    color: #FD2348;
}
.countdown-day-game .btn_block .show-cal {
    left: 50%;
    transform: translateX(-50%);
    min-width: 208px;
    z-index: 999;
}
.games-stream-page .show-cal a {
    display: flex;
    align-items: center;
    column-gap: 6px;
    padding: 8px 15px;
}
.games-stream-page .show-cal .btn-apple>span {
    position: relative;
    top: 0;
}
.games-stream-page .show-cal a+a {
    margin-top: 0 !important;
}
#countdown-active .btn-calendar {
    margin-top: 24px;
}
.tab-content-right .not-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}
.tab-content-right .not-description>p {
    margin-top: 16px;
    font-size: 12px;
    line-height: 14px;
}
.games-stream-page .start-games-timer-countdown-block {
    margin-top: 32px;
}
/* Timer Pavlo start-games_timer */
:root {
    --clockheight: 216px;
    --radius: 30px;
    --rotationtime: 0.55s;
}
.games-stream-page .flipTimer.start-games_timer .clock {
    height: 128px;
    /* width: max-content; */
    margin-left: auto;
    margin-right: auto;
}
.games-stream-page .tab .flipTimer .clock {
    height: 84px;
    width: min-content;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(8, [col-start] 1fr);
}
.games-stream-page .flipTimer .clock {
    display: grid;
    grid-template-columns: repeat(11, [col-start] 1fr);
    grid-column-gap: 16px;
    min-width: 200px;
    height: var(--clockheight);
    font-weight: 700;
}
.games-stream-page .flipTimer.start-games_timer .flipper {
    /* min-width: 80px; */
    max-width: 80px;
}
.games-stream-page .tab .flipTimer .flipper {
    /* min-width: 52px; */
    max-width: 52px;
}
.games-stream-page .flipTimer .flipper {
    /* border: 1px solid #c00;
     */
    position: relative;
    width: 100%;
    /* min-width: 136px; */
    height: 100%;
    transform-style: preserve-3d;
    perspective: 1600px;
}
.games-stream-page .flipTimer .flipper.dots {
    font-weight: 400;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.50);
}
.games-stream-page .flipTimer .flipper.dots .text {
    color: #404040;
}
.games-stream-page .flipTimer .gear-top,
.flipTimer .gear-bottom {
    position: absolute;
    width: 3px;
    height: 6px;
    background: #BFBFBF;
    z-index: 99;
    transform-style: preserve-3d;
    transform: translateZ(10px);
    perspective: 0;
}
.games-stream-page .flipTimer.start-games_timer .flipper.dots .top>.text {
    line-height: 100px;
}
.tab .flipTimer .flipper.dots .top>.text {
    line-height: 80px;
}
/* .games-stream-page .flipTimer .flipper.dots .top > .text {
    line-height: 180px;
} */
.games-stream-page .flipTimer .flipper.dots .bottom>.text {
    line-height: 0px;
    margin-top: -9px;
}
.games-stream-page .flipTimer.start-games_timer .gear-top {
    top: calc((var(--clockheight) / 2) + -51px);
}
.games-stream-page .tab .flipTimer .gear-top {
    top: calc((var(--clockheight) / 2) + -73px);
}
.games-stream-page .flipTimer .gear-top {
    top: calc((var(--clockheight) / 2) + -7px);
    left: 0.5px;
}
.games-stream-page .flipTimer.start-games_timer .gear-bottom {
    top: calc((var(--clockheight) / 2) - 42px);
}
.games-stream-page .tab .flipTimer .gear-bottom {
    top: calc((var(--clockheight) / 2) - 65px);
}
.games-stream-page .flipTimer .gear-bottom {
    top: calc((var(--clockheight) / 2) - -1px);
    left: 0.5px;
}
.games-stream-page .flipTimer .gear-top:nth-child(odd) {
    left: calc(100% - 3.5px);
}
.games-stream-page .flipTimer .gear-bottom:nth-child(even) {
    left: calc(100% - 3.5px);
}
.games-stream-page .flipTimer .top,
.flipTimer .bottom {
    left: 0;
    /* position: absolute;
     */
    width: 136px;
    height: 108px;
}
.games-stream-page .flipTimer .top {
    /* border: 1px solid #c00;
     */
    position: relative;
    width: 100%;
    height: calc(50% - 0px);
    border-top-left-radius: calc(var(--radius) * 0.65);
    border-top-right-radius: calc(var(--radius) * 0.65);
    border-radius: 16px 16px 0px 0px;
    border: 1px solid #E5E5E5;
    background: linear-gradient(180deg, #fff 0%, #fff 100%);
    box-shadow: inset 0px 3px 3px 0px #b7b7b7;
}
.games-stream-page .flipTimer .bottom {
    position: relative;
    /* border: 1px solid green;
     */
    width: 100%;
    height: calc(50% - 0px);
    border-bottom-left-radius: calc(var(--radius) * 0.65);
    border-bottom-right-radius: calc(var(--radius) * 0.65);
    border-radius: 0px 0px 16px 16px;
    border: 1px solid #E5E5E5;
    background: linear-gradient(180deg, #fff 0%, #fff 100%);
}
.games-stream-page .flipTimer.start-games_timer .text {
    font-size: 100px;
    line-height: 126px;
}
.games-stream-page .tab .flipTimer .text {
    font-size: 60px;
    line-height: 80px;
}
.games-stream-page .flipTimer .text {
    font-size: 140px;
    display: block;
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    line-height: 216px;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.50);
    color: #000;
}
.games-stream-page .flipTimer .bottom .text {
    line-height: 0 !important;
}
.games-stream-page .flipTimer .top.new,
.flipTimer .bottom.new {
    position: absolute;
    left: 0;
    z-index: 12;
    /* background: green;
     */
}
.games-stream-page .flipTimer .top.new {
    top: 0;
    z-index: 1;
    /* backface-visibility: hidden;
     */
}
.games-stream-page .flipTimer .top.new .text {
    backface-visibility: hidden;
}
.games-stream-page .flipTimer .bottom.new {
    /* background: red;
     */
    position: absolute;
    top: -2px;
    left: -1px;
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    transform: rotateX(0.5turn);
    /* backface-visibility: hidden;
     */
    z-index: 1;
    opacity: 0;
}
.games-stream-page .flipTimer .flipper.flipping .top.new {
    transform-origin: bottom center;
    /* transform: rotateX(-180deg) translateY(-10px);
     */
    animation: rotate var(--rotationtime) 1 ease-in-out forwards;
}
.games-stream-page .flipTimer .flipper.flipping .bottom.new {
    animation: rotatebottom var(--rotationtime) 1 ease-in-out forwards;
}
.games-stream-page .game-blocker {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #191919;
    border-radius: 4px;
    border: 1px solid #404040;
}
.games-stream-page .game-blocker .text-block {
    margin-top: 16px;
}
.games-stream-page .game-blocker .text-block>*:first-child {
    color: #BFBFBF;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}
.games-stream-page .game-blocker .text-block>*:nth-child(2) {
    color: #BFBFBF;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
/*Form style*/
.games-stream-page .form,
.games-stream-page .popup-refer-your-company {
    display: none
}
.games-stream-page .form.active,
.games-stream-page .popup-refer-your-company.active {
    display: block;
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #191919;
    padding: 32px;
    width: 380px;
    max-width: calc(100% - 30px)
}
.games-stream-page .form form {
    border: none;
}
.games-stream-page .form *+h1,
.games-stream-page .form *+h2,
.games-stream-page .form *+h3,
.games-stream-page .form *+h4,
.games-stream-page .form *+h5,
.games-stream-page .form *+h6 {
    margin-top: 0
}
.games-stream-page .form p {
    font-weight: 400;
    color: #bfbfbf
}
.games-stream-page .form .form-block p {
    margin-bottom: 0
}
.games-stream-page .form .form-block {
    max-width: 100%
}
.games-stream-page .form .form-block .placeholder {
    top: 50%;
    transform: translateY(-50%);
    color: gray;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    transition: all 0.3s
}
.games-stream-page .form .form-block .placeholder.placeholder_textarea {
    top: 16px;
    color: gray;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    transition: all 0.3s
}
.games-stream-page .block input[aria-invalid=true],
.games-stream-page .block textarea[aria-invalid=true] {
    box-shadow: 0 0 0 2px #FD2348;
    border: 1px solid transparent;
    -webkit-appearance: none;
    outline: none
}
.games-stream-page .form .form-block .placeholder.active {
    top: 14px !important;
    font-size: 12px
}
.games-stream-page .form .form-block input {
    line-height: 16px
}
.games-stream-page .form .form-block .hse-field_form textarea {
    height: 64px;
    overflow: auto;
    resize: none;
    scrollbar-width: 2px;
    scrollbar-color: #828282 #fff
}
.games-stream-page .form-block input[type=submit] {
    font-weight: 700;
    width: 100%;
}
.games-stream-page .form .form-block .wpcf7-not-valid-tip,
.games-stream-page .form .form-block .wpcf7-not-valid-tip {
    display: none
}
.games-stream-page .form .form-block .button-block {
    /*display: flex;*/
    margin-top: 40px;
    border-top: none;
}
.games-stream-page .form-block .hse-field_form+.name-block,
.games-stream-page .form-block .name-block+.hse-field_form {
    margin-top: 16px;
}
.games-stream-page .form-block .name-block {
    display: flex;
    align-items: center;
    gap: 16px;
}
.games-stream-page .form-block .name-block>* {
    margin: 0;
}
.games-stream-page .form .form-block .submit-block {
    margin: 0;
    width: 100%;
}
.games-stream-page .form .form-block .submit-block>* {
    text-align: end
}
.games-stream-page .form .form-block .button-block>*+* {
    margin-left: 0;
    position: relative
}
.games-stream-page button.cancel-form {
    margin: 0;
    padding: 16px 24px;
    display: flex;
    height: 48px;
    justify-content: center;
    align-items: center;
    width: max-content;
    border-radius: 24px;
    border: 1px solid var(--White, #FFF);
    background: transparent;
    color: #FFF;
    transition: all 0.3s;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700
}
.games-stream-page .button-block .cancel,
.games-stream-page .button-block .show-cal {
    margin-left: 0;
}
.games-stream-page .button-block .show-cal {
    top: 6rem;
    left: 6rem;
}
.games-stream-page .button-block .add-cal {
    width: 100%;
}
.games-stream-page .button-block .cancel button {
    background-color: transparent;
    color: #FFFFFF !important;
    border: 1px solid #FFFFFF;
    text-align: center;
    text-decoration: none;
    padding: 14px 16px;
    font-weight: 700;
    border-radius: 16px;
    display: inline-flex;
    font-size: 16px;
    line-height: 20px;
    max-height: 2.4rem;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
}
.games-stream-page button.cancel-form:hover {
    box-shadow: inset 0 0 0 1px #FFF
}
.games-stream-page .form .form-block .cancel {
    width: 100%;
}
.games-stream-page .form .wpcf7-spinner {
    position: absolute;
    opacity: 1;
    left: 50%;
    top: 50%;
    margin: 0;
}
.games-stream-page .form .wpcf7-list-item {
    margin-left: 34px
}
.games-stream-page .form-block input[type=submit]:hover,
.games-stream-page .form-block input[type=submit]:active,
.games-stream-page .form-block input[type=submit]:focus {
    background-color: #FD2348;
    outline: none
}
.games-stream-page .form-block input[type=submit]:disabled:hover,
.games-stream-page .form-block input[type=submit]:disabled:active,
.games-stream-page .form-block input[type=submit]:disabled:focus {
    background-color: #777
}
.games-stream-page .form .wpcf7-response-output {
    display: none
}
.games-stream-page .form p {
    font-weight: 400;
    color: #bfbfbf;
    font-size: 16px;
    line-height: 20px
}
.games-stream-page .form h5 {
    font-size: 24px;
    line-height: 28px
}
.games-stream-page .btn-dismiss {
    padding: 15px 24px;
    border-radius: 24px;
    border: 1px solid var(--White, #FFF);
    background: transparent;
    color: #FFF;
    transition: all 0.3s;
    font-size: 14px;
    line-height: 16px;
    margin-top: 0;
    font-weight: 700
}
.games-stream-page .btn-dismiss:hover {
    box-shadow: inset 0 0 0 1px #FFF
}
/* Redesign homepage */
header.hyp-header.hyp-header-new {
    background-image: url(../images/img-background-homepage.webp);
    background-size: auto;
}
.games-stream-page .heading-content {
    background: var(--Black, #000);
    box-shadow: -16px 16px 64px 0px rgba(0, 0, 0, 0.10);
    border: none;
    backdrop-filter: none;
    border: none;
    border-radius: 0;
    height: 596px;
}
.games-stream-page .raves-ticker-section .raves-ticker>*+* {
    margin-left: 64px;
}
.games-stream-page {
    min-height: 808px;
}
.show-small {
    display: none;
}
.plank {
    z-index: 0;
}
/* Timer */
.games-stream-page .tab .flipTimer .clock {
    border-radius: 8px;
    background: var(--Primary-Gray, #252525);
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.50);
    padding: 8px;
    height: 100px;
}
.games-stream-page .tab .flipTimer .clock .flipper {
    box-shadow: 0px 2px 0px 0px #454545, 0px 2px 2px 0px rgba(0, 0, 0, 0.30) inset;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.50);
    border-radius: 8px;
}
.games-stream-page .tab .flipTimer .clock .flipper .top,
.games-stream-page .tab .flipTimer .clock .flipper .bottom {
    border: 1px solid var(--Black, #000);
    background: linear-gradient(180deg, #262626 0%, #191919 100%);
}
.games-stream-page .tab .flipTimer .clock .flipper .top {
    box-shadow: none;
}
.games-stream-page .tab .flipTimer .text {
    color: #fff;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.50);
}
.games-stream-page .tab .flipTimer .clock .flipper.dots .text {
    color: #BFBFBF;
}
/* Vlad */
.games-stream-page #countdown-active {
    display: flex;
    align-items: center;
    padding: 0;
}
.games-stream-page .first-block .heading-content .left-col {
    width: 50%;
    padding: 1rem 2rem;
    text-align: left;
}
.games-stream-page .heading-content .right-col {
    width: 50%;
    height: 100%;
    padding: 2rem 24px;
    background-color: #191919;
    display: flex;
    flex-direction: column;
}
.games-stream-page .heading-section.first-block .text_block>h1 br {
    display: block;
}
.games-stream-page .heading-content .left-col .text_block>*:nth-child(2) {
    font-size: 16px;
    margin-top: 16px;
    line-height: 20px;
    color: #bfbfbf;
}
.games-stream-page .left-col .text_block.bottom {
    margin-top: 16px;
}
.games-stream-page .left-col .archive-content-block {
    margin-top: 48px;
}
.games-stream-page .heading-content .left-col .text_block.archive-content-block>*:nth-child(2) {
    margin-top: 8px;
}
.games-stream-page .slider-block .slick-prev {
    left: 5px;
    z-index: 2;
}
.games-stream-page .slider-block .slick-next {
    right: 5px;
    z-index: 2;
}
.games-stream-page .slider-block .slick-prev:before,
.games-stream-page .slider-block .slick-next:before {
    font-size: 20px;
    /* padding-top: 2px; */
}
/* Slider main content start */
.games-stream-page .slider-block .slick-prev:before {
    content: '\E80C';
    font-family: 'Fontello';
    color: #fff;
    line-height: 1;
}
.games-stream-page .slider-block .slick-next:before {
    content: '\E80D';
    font-family: 'Fontello';
    color: #fff;
    line-height: 1;
}
.games-stream-page .slider-block .slider-type-center .slick-prev,
.games-stream-page .slider-block .slider-type-center .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    background-color: transparent !important;
    border: 0.5px solid #bfbfbf;
}
.games-stream-page .slider-block .slider-type-center .slick-prev:hover,
.games-stream-page .slider-block .slider-type-center .slick-next:hover {
    box-shadow: inset 0 0 0 1px #FFFFFF;
}
.games-stream-page .slider-block .slider-type-center .slick-prev:hover::before,
.games-stream-page .slider-block .slider-type-center .slick-next:hover::before {
    color: #fff;
}
.games-stream-page .slider-block .slide-item {
    width: 480px;
    padding: 0;
    margin: 0 2rem;
}
.games-stream-page .slider-block .slide-item img {
    max-width: 100%;
    width: 304px;
    margin: 0 auto;
    position: relative;
    top: 6px;
    left: -28px;
}
.games-stream-page .slider-block .slide-item a {
    margin: 24px auto 0;
    border: 0.5px solid #808080;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 11px;
}
.games-stream-page .slider-block .slide-item .content-block>*:first-child {
    margin-top: 0;
    margin-bottom: 8px;
}
.games-stream-page .slider-block .slide-item .content-block>*:nth-child(2) {
    font-size: 14px;
    line-height: 16px;
    color: #bfbfbf;
    font-weight: 400;
    margin-bottom: 0;
}
.games-stream-page .slider-block .slide-item .content-block>*:last-child {
    margin-bottom: 0;
}
.games-stream-page .heading-content .left-col .text_block.archive-content-block>p>a {
    margin-top: 16px;
}
.games-stream-page .second-block {
    display: none;
}
.games-stream-page .slider-block .slide-item a::after {
    margin: 0 0 0 4px;
}
.games-stream-page .slider-block .slick-dots {
    padding: 0;
    margin: 0;
}
.games-stream-page .slider-block .slick-dots li {
    margin-top: 0;
    background: #404040;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin: 0 4px;
    cursor: pointer;
}
.games-stream-page .slider-block .slick-dots li.slick-active {
    background: #FD2348;
}
#games-started .start-games-timer-countdown-description {
    width: 488px;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
}
#games-started .start-games-timer-countdown-description p {
    width: 112px;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 2px;
    margin-bottom: 0;
    color: #bfbfbf;
}
.games-stream-page .slider-block .slide-item .content-block {
    position: relative;
    top: -14px;
}
.games-stream-page .bottom-landing-content {
    background: linear-gradient(269deg, rgba(36, 36, 36, 0.00) 0%, #242424 100%), #191919;
    padding: 2rem;
}
.games-stream-page .bottom-landing-content>*:first-child {
    margin-bottom: 0;
}
.games-stream-page .bottom-landing-content>*+* {
    margin-top: 12px;
    color: #bfbfbf;
    margin-bottom: 0;
    font-weight: 400;
}
.games-stream-page .bottom-landing-content>*:last-child {
    margin: 0;
}
.games-stream-page .bottom-landing-content p>a {
    position: absolute;
    bottom: 40px;
    right: 40px;
}
.show-small-desk,
.games-stream-page .borders.show-tab,
.borders.middle {
    display: none;
}
.games-stream-page .heading .btn_block a {
    margin-top: 0;
}
.games-stream-page .heading .btn_block a.add-cal {
    padding: 13px 14px 13px 10px;
}
@media (max-height: 952px) and (min-width: 1024px) {
    body.game-stream .hse-header.hse-header-transparent {
        padding-top: 56px;
        padding-bottom: 24px;
    }
    .games-stream-page {
        padding-top: 6.4rem;
        padding-bottom: 2rem;
    }
    header.hyp-header.hyp-header-new {
        max-height: 64px;
        min-height: 64px;
        padding: 16px 10px 16px;
    }
    header.hyp-header.hyp-header-new .logo-block .logo img {
        height: 32px;
    }
    .games-stream-page .heading-content {
        height: 424px;
    }
    .games-stream-page .user {
        width: 32px;
        height: 32px;
    }
    .games-stream-page .user::before {
        width: 32px;
        height: 32px;
    }
    .games-stream-page .raves-ticker-section {
        padding: 24px 0;
    }
    .games-stream-page .bottom-button .button-text {
        font-size: 12px;
        line-height: 14px;
    }
    .games-stream-page {
        min-height: 596px;
    }
    .games-stream-page .left-content .tabs {
        display: flex;
        justify-content: space-between;
    }
    .games-stream-page .left-content .tab-content {
        min-height: 328px;
        width: 100%;
        height: 328px;
    }
    .games-stream-page .tab-content .tab {
        height: 328px;
    }
    .games-stream-page #games-started .tab-links {
        display: none;
        flex-direction: column;
        width: 136px;
        margin-top: -50px;
    }
    .games-stream-page #games-started .tab-links a {
        width: 100%;
        flex: 1 0 0;
        padding: 16px 12px;
    }
    .games-stream-page #games-started .tab-links a+a {
        margin-left: 0;
        margin-top: 10px;
    }
    .games-stream-page .static-block {
        width: 100%;
    }
    .games-stream-page .bottom-button .button-img,
    .games-stream-page .bottom-button .button-img>img {
        height: 32px;
    }
    .games-stream-page .bottom-button.hse .button-img>img {
        height: 16px;
    }
    .bottom-button.hse .games-stream-page .bottom-button {
        padding: 13px 12px;
    }
    .games-stream-page #games-started .left-content {
        width: 792px;
    }
    .games-stream-page #games-started .right-content {
        width: calc(100% - 792px);
    }
    /* Timer */
    .games-stream-page .tab .flipTimer .clock .flipper {
        min-width: 42px;
        max-width: 42px;
    }
    .tab .flipTimer .flipper.dots .top>.text {
        line-height: 72px;
    }
    .games-stream-page .tab .flipTimer .text {
        font-size: 48px;
    }
    /* Timer */
    .games-stream-page .tab .flipTimer .clock {
        padding: 4px;
        height: 84px;
    }
    .games-stream-page .tab .flipTimer .clock .flipper {
        box-shadow: none;
    }
    .countdown-day-game .text_block {
        margin-bottom: 16px;
    }
    .countdown-day-game .text_block p {
        font-size: 10px;
        line-height: 12px;
        letter-spacing: 2px;
    }
    #games-started .start-games-timer-countdown-description p {
        font-size: 8px;
        line-height: 8px;
    }
    .countdown-day-game .btn_block {
        margin-top: 24px;
    }
    /* Before games */
    .games-stream-page .first-block .heading-content .left-col {
        padding: 1.2rem;
    }
    .games-stream-page .first-block .heading-content .left-col .text_block h1 {
        font-size: 2.4rem;
        line-height: 2.4rem;
        margin-bottom: 8px;
    }
    .games-stream-page .heading-content .text_block>h1 br {
        display: block;
    }
    .games-stream-page .heading-content .left-col .text_block>*:nth-child(2) {
        font-size: 14px;
        line-height: 16px;
        margin-top: 8px;
    }
    .games-stream-page .left-col .text_block.bottom {
        margin-top: 8px;
    }
    .games-stream-page .left-col .text_block.bottom>* {
        font-size: 16px;
        line-height: 20px;
    }
    .games-stream-page .left-col .btn-big-access {
        padding: 5px 15px 5px 11px;
        font-size: 14px;
        font-weight: 400 !important;
        line-height: 20px;
    }
    .games-stream-page .left-col .btn-calendar-black::before,
    .games-stream-page .left-col .btn-big-access::before {
        margin-right: 4px;
    }
    .games-stream-page .left-col .archive-content-block {
        margin-top: 28px;
    }
    .games-stream-page .heading-content .left-col .text_block.archive-content-block>*:nth-child(2) {
        margin-top: 8px;
        font-size: 14px;
        line-height: 16px;
    }
    .games-stream-page .heading-content .left-col .text_block.archive-content-block>*:first-child {
        font-size: 14px;
        line-height: 16px;
    }
    .games-stream-page .heading-content .left-col .text_block.archive-content-block>p>a {
        margin-top: 8px;
    }
    .games-stream-page .slider-block .slide-item img {
        width: 237px;
        top: 4px;
        left: -22px;
    }
    .games-stream-page .slider-block .slide-item a {
        margin: 16px auto 0;
    }
    .games-stream-page .left-col .btn_block {
        margin-top: 16px;
    }
    .games-stream-page .heading-content .right-col {
        padding: 1.2rem 24px 16px;
    }
    .games-stream-page .slider-block .slick-dots {
        display: inline-block;
        font-size: 8px;
        line-height: 8px;
        position: relative;
        bottom: 8px;
    }
    #games-started .start-games-timer-countdown-description {
        width: 400px;
        margin-top: 8px;
        padding-left: 4px;
        padding-right: 4px;
    }
    #games-started .start-games-timer-countdown-description p {
        width: 92px;
    }
    /*#games-started .start-games-timer-countdown-description p:first-child {*/
    /*    width: 44px;*/
    /*}*/
    .show-cal {
        top: 36px;
        min-width: 187px;
    }
    .countdown-day-game .btn_block .show-cal {
        top: -78px;
    }
    .games-stream-page .left-col .btn_block a {
        margin-top: 0;
    }
    .games-stream-page .slider-block .slide-item .content-block>*:first-child {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 4px;
    }
    .games-stream-page .slider-block .slide-item .content-block>*:nth-child(2) {
        font-size: 12px;
        line-height: 14px;
    }
    .games-stream-page .slider-block .slide-item .content-block>*:nth-child(2) br {
        display: none;
    }
    .games-stream-page .slider-block .slick-prev {
        left: 0;
        top: 47%;
    }
    .games-stream-page .slider-block .slick-next {
        right: 0;
    }
    .games-stream-page .bottom-landing-content {
        padding: 16px 24px;
    }
    .games-stream-page .bottom-landing-content>*:first-child {
        font-size: 24px;
        line-height: 28px;
    }
    .games-stream-page .bottom-landing-content>*+* {
        margin-top: 8px;
        font-size: 16px;
        line-height: 20px;
    }
    .games-stream-page .bottom-landing-content p>a {
        bottom: 20px;
        right: 24px;
    }
    .games-stream-page .bottom-landing-section .line-home-bottom-v {
        bottom: -40px;
        height: 28px;
    }
    .tab .flipTimer .gear-top {
        top: calc((var(--clockheight) / 2) + -77px);
    }
    .tab .flipTimer .gear-bottom {
        top: calc((var(--clockheight) / 2) - 69px);
    }
    .games-stream-page .tab .flipTimer .text {
        line-height: 72px;
    }
}
@media (max-height: 719px) and (min-width: 1024px) and (max-width: 1300px) {
    .games-stream-page .bottom-button::after,
    .games-stream-page .bottom-landing-section.show-small:after {
        content: '';
        position: absolute;
        height: 1px;
        width: 400px;
        background: #000;
        opacity: 0.1;
        right: -408px;
    }
    .games-stream-page .bottom-landing-section.show-small:after {
        top: 0;
        left: 212px;
    }
}
@media (max-height: 719px) and (min-width: 1024px) {
    .games-stream-page .small-desktop {
        display: flex;
    }
    .games-stream-page .heading-content {
        width: 100%;
        height: 424px;
    }
    .games-stream-page #games-started .left-content {
        padding: 16px 24px 16px 16px;
        width: 560px;
    }
    .games-stream-page .static-block {
        width: 520px;
    }
    #games-started .left-content .title_left:not(.stream-block) {
        margin-bottom: 12px;
    }
    .games-stream-page .left-content .tabs {
        flex-direction: column;
    }
    .games-stream-page .left-content .tab-content {
        width: 100%;
        height: 340px;
        min-height: 340px;
    }
    .games-stream-page .tab-content .tab {
        height: 100%;
    }
    .games-stream-page #games-started .tab-links {
        flex-direction: row;
        margin-top: 16px;
        width: 100%;
    }
    .games-stream-page #games-started .tab-links a {
        padding: 11px 12px;
    }
    #games-started .tab-links a>p:last-child {
        display: none;
    }
    .games-stream-page #games-started .tab-links a+a {
        margin-top: 0;
        margin-left: 4px;
    }
    .games-stream-page #games-started .right-content {
        width: calc(100% - 560px);
    }
    .hide-small {
        display: none;
    }
    .show-small {
        display: block;
        width: 200px;
        margin-left: 16px;
        position: relative;
    }
    .games-stream-page .heading-section .lines {
        display: flex;
    }
    .games-stream-page .show-small .buttons-group {
        flex-direction: column;
    }
    .games-stream-page .bottom-button {
        padding: 12px;
    }
    .games-stream-page .bottom-button .button-text {
        margin-top: 14px;
    }
    .games-stream-page .raves-ticker-section {
        padding: 32px 0;
    }
    .games-stream-page {
        min-height: 508px;
    }
    .games-stream-page .heading {
        position: relative;
        width: calc(100% - 216px);
    }
    /* Before started */
    .games-stream-page .first-block .heading-content .left-col {
        padding: 1.2rem;
    }
    .games-stream-page .heading-content .left-col .text_block>*:nth-child(2) {
        width: 360px;
        max-width: 100%;
    }
    .games-stream-page .left-col .btn_block {
        margin-top: 8px;
    }
    .games-stream-page .left-col .text_block.bottom {
        margin-top: 16px;
    }
    .games-stream-page .left-col .archive-content-block {
        margin-top: 16px;
    }
    .games-stream-page .heading-content .left-col .text_block.archive-content-block>*:nth-child(2) {
        font-size: 12px;
        line-height: 14px;
        width: 100%;
    }
    .games-stream-page .slider-block .slide-item *:nth-child(2) {
        font-size: 20px;
        line-height: 24px;
        margin-top: 0;
    }
    .games-stream-page .slider-block .slide-item *:nth-child(3) {
        font-size: 12px;
        line-height: 14px;
    }
    .games-stream-page .first-block .heading-content .right-col {
        padding: 16px 16px 8px;
    }
    .countdown-day-game .btn_block {
        margin-top: 16px;
    }
    .countdown-day-game .btn_block .show-cal {
        top: 32px;
    }
    .games-stream-page .bottom-landing-content {
        height: 100%;
        padding: 16px;
    }
    .games-stream-page .bottom-landing-content p>a {
        bottom: 16px;
        right: 16px;
        width: calc(100% - 32px);
        justify-content: center;
    }
    /* Borders */
    .show-small-desk {
        display: block;
    }
    .games-stream-page .cross-home-top-right-first {
        right: 210px;
        left: auto;
    }
    .games-stream-page .cross-home-top-middle {
        left: auto;
        right: 224px;
    }
    .games-stream-page .cross-home-top-left-second {
        left: calc((100% - 227px) / 2);
    }
    .games-stream-page .home-top-line-left-second-v {
        left: calc((100% - 216px) / 2);
    }
    .games-stream-page .home-top-line-middle-v {
        left: auto;
        right: 230px;
    }
    .games-stream-page .home-top-line-right-v {
        left: auto;
        right: 215px;
    }
    .games-stream-page .line-top-left-h,
    .games-stream-page .line-top-left-second-h {
        width: calc((100% - 288px) / 2);
    }
    .games-stream-page .line-top-left-second-h {
        left: calc((100% - 197px) / 2);
    }
    .games-stream-page .line-top-middle-h {
        display: none;
    }
    .games-stream-page .line-top-right-first {
        width: 174px;
    }
    .games-stream-page {
        padding-bottom: 0;
    }
    .games-stream-page .bottom-landing-content>*:first-child {
        font-size: 20px;
        line-height: 24px;
    }
    .games-stream-page .bottom-landing-content>*+* {
        font-size: 14px;
        line-height: 16px;
    }
    .games-stream-page .slider-block .slide-item img {
        top: 12px;
    }
    .games-stream-page .slider-block .slide-item .content-block {
        top: 0;
    }
    .games-stream-page .slider-block .slick-dots {
        bottom: 0;
    }
    .games-stream-page .slider-block .slide-item {
        width: 440px;
    }
    /* Borders started games */
    .games-stream-page.started .cross-home-top-left-second {
        left: 569px;
    }
    .games-stream-page.started .line-top-left-second-h {
        left: 587px;
        width: calc(100% - 288px - 541px);
    }
    .games-stream-page.started .line-top-left-h {
        width: 536px;
    }
    .games-stream-page.started .home-top-line-left-second-v {
        left: 575px;
    }
    /* end */
    #games-overview,
    #games-rules {
        z-index: 10;
        position: relative;
    }
    .countdown-day-game .text_block {
        margin-bottom: 14px;
    }
    .games-stream-page .tab .flipTimer .clock {
        height: 72px;
    }
    .tab .flipTimer .flipper.dots .top>.text {
        line-height: 62px;
    }
    .tab .flipTimer .gear-bottom {
        top: calc((var(--clockheight) / 2) - 75px);
    }
    .tab .flipTimer .gear-top {
        top: calc((var(--clockheight) / 2) + -84px);
    }
    .games-stream-page .tab .flipTimer .text {
        line-height: 62px;
    }
}
@media (max-width: 1090px) and (min-width: 1024px) and (max-height: 719px) {
    #games-started .tab-content-right {
        height: calc(100% - 64px - 24px);
    }
    .games-stream-page #games-started .right-content {
        padding: 20px 12px 12px;
    }
    .coach__photo img {
        min-width: 64px;
        width: 64px;
        height: 64px;
    }
    .plank {
        width: 64px;
        height: 48px;
    }
    .peoples-array .coach__info .logo-block {
        margin-top: 8px;
    }
    .peoples-array .coach__info {
        padding-top: 14px;
    }
    .coaches>.coach+.coach,
    .players-item>.coach+.coach {
        margin-top: 12px;
    }
    .tab-content-right .not-description {
        text-align: center;
    }
}
@media (max-width: 1090px) and (min-width: 1024px) and (max-height: 720px) {
    .games-stream-page .left-col .archive-content-block {
        margin-top: 22px;
    }
}
/* For ipad mini */
@media (height: 768px) and (max-width: 1120px) {
    .games-stream-page #games-started .left-content {
        width: 768px;
        padding: 20px 12px 24px 12px;
    }
    .games-stream-page #games-started .right-content {
        width: calc(100% - 768px);
        padding: 20px 12px 24px;
    }
    #games-started .tab-links-right a {
        padding: 6px 6px;
    }
    .games-stream-page .first-block .heading-content .left-col {
        padding: 24px 1.6rem;
    }
}
@keyframes rotatebottom {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rotate {
    0% {
        transform: rotateX(0) translateY(0px);
    }
    100% {
        transform: rotateX(-180deg) translateY(1px);
    }
}
/* Stream */
.wpstream_live_player_wrapper {
    max-height: 100%;
    overflow: overlay;
}
.title_left.stream-block .wpstream_player_container,
.title_left.stream-block .wpstream_player_wrapper.wpstream_player_shortcode,
.title_left.stream-block .title_left.stream-block,
.title_left.stream-block .wpstream_live_player_wrapper,
.title_left.stream-block {
    height: 100%;
}
.wpstream_live_player_wrapper .video-js {
    padding: 0 !important;
    height: 100%;
}
.wpstream_live_player_wrapper .wpstream_not_live_mess {
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 1279px) {
    .benefits-section .benefits-pop-up.active .text_block>*:last-child {
        margin-top: 32px;
    }
    .benefits-section .benefits-item>a .title br:first-child {
        display: block;
    }
    /* Homepage 8 */
    .games-stream-page .heading-section video.video-header {
        right: -250px;
        left: auto;
        width: 945px;
    }
    .games-stream-page section {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .games-stream-page .slider-block .slide-item .text-block br {
        display: block;
    }
}
@media (max-width: 1200px) {
    #games-started .left-content .tab-links a {
        padding: 8px;
    }
}
@media (max-width: 1097px) {
    .games-stream-page .countdown-digit .top,
    .games-stream-page .countdown-digit .bottom {
        height: 42px;
        width: 52px;
    }
    .games-stream-page .countdown-digit {
        width: 52px;
        height: 84px;
        font-size: 60px;
        line-height: 60px;
    }
    .games-stream-page .digit {
        margin-top: 12px;
    }
    .games-stream-page .digit.colon {
        margin-top: 1px;
    }
}
@media (max-width: 1023px) {
    .games-stream-page #games-started .left-content,
    .games-stream-page #games-started .right-content {
        width: 100%;
        height: auto;
        overflow: visible;
    }
}
/* update page stile */
body {
    overflow-y: hidden !important;
}
.container-default {
    /* max-width: 1840px !important; */
    max-width: calc(2.1176* 100vh) !important;
    height: 100%;
}
.popup-hseapp-overlay,
.popup-overlay,
.popup-hseapp-bg,
.popup-hseapp-bg.active,
.modal-header-default {
    display: none;
}
/*#tab2right {
    position: absolute;
    right: 20px;
    z-index: 10;
}
#games-started .tab-links-right {
    display: none;
}*/
.title_left.static-headline.d-flex>h6 {
    display: flex;
    align-items: center;
}
.show-small,
.games-stream-page .bottom-landing-content,
.bottom-landing-section.position-relative.hyp-fadeIn.hide-small {
    display: none !important;
}
.games-stream-page .small-desktop {
    display: block !important;
}
.heading-section .small-desktop .heading .heading-content,
.heading-section .small-desktop .heading,
.heading-section .small-desktop,
.heading-section .container-fluid .row {
    height: 100%;
}
.hse-header.hse-header-transparent .top-banner,
.header-nav .right-block .button-block .user-block,
.header-nav .left-block .menu-nav {
    display: none;
}
.games-stream-page section {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.row>* {
    flex-shrink: 0;
    padding-right: calc(var(--bs-gutter-x)* .7);
    padding-left: calc(var(--bs-gutter-x)* .7);
    margin-top: var(--bs-gutter-y);
}
.games-stream-page {
    position: relative;
    background-size: 100vw;
    background-position-y: bottom;
    background-repeat: no-repeat;
    padding-top: 98px;
    padding-bottom: 4rem;
    background-color: #191919;
}
body .hse-header.hse-header-transparent {
    padding-top: 25px;
    padding-bottom: 25px;
}
.games-stream-page #games-started .right-content {
    width: 34% !important;
    border: 1px solid #404040;
    border-radius: 8px;
    overflow-y: auto;
    max-height: 85vh;
}
.games-stream-page #games-started .left-content,
.games-stream-page #games-started .right-content {
    background: #000000cc;
}
.games-stream-page .heading {
    width: 100% !important;
}
.games-stream-page .heading-content {
    background: #00000000;
}
header.hse-header.hse-header-transparent {
    padding-left: 0;
    padding-right: 0;
}
.games-stream-page .heading-section {
    z-index: 10;
    height: 84vh;
}
.games-stream-page #games-started .left-content {
    margin-right: 20px;
    width: 75%;
    border: 1px solid #404040;
    border-radius: 8px;
}
.games-stream-page .left-content .tabs {
    height: 89%;
}
.games-stream-page .left-content .tab-content {
    height: 100%;
}
.games-stream-page .tab-content .tab,
.tab-content .tab {
    height: 100%;
}
.title_arrow {
    height: 15px;
    width: 15px;
    margin-right: 15px;
}
#games-started .left-content .title_left>p>a {
    border-radius: 8px;
    padding: 7px 11px;
}
#games-started .left-content .title_left:not(.stream-block) {
    align-items: baseline;
}
#games-started .left-content .title_left:not(.stream-block) {
    padding: 10px 0;
}
/* ---------------------------------- Sponsors ----------------------------------------*/
#games-started .tabs-right {
    height: 100%;
    overflow-y: auto;
}
.sponsors_block_title {
    text-align: start;
}
.platinum_sponsors a {
    width: 100%;
    display: inline-block;
}
.platinum_sponsor {
    padding: 4px;
    width: 100%;
}
.gold_sponsors {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gold_sponsors a {
    width: 50%;
    display: inline-block;
}
.gold_sponsor {
    width: 100%;
    padding: 4px;
}
.silver_sponsors a {
    width: 25%;
    display: inline-block;
}
.silver_sponsors {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.silver_sponsor {
    width: 100%;
    padding: 4px;
}
/* ---------------------------------- End Sponsors ----------------------------------------*/
/* ---------------------------------- Agenda section ----------------------------------------*/
.no-scroll {
    overflow: hidden;
    padding-right: 17px;
}
.agenda_stage_header h2 {
    margin-top: 0;
}
.cross-button-white {
    position: sticky;
    top: 25px;
    left: 90%;
    z-index: 12;
}
/*.popap_about_wrapper {
    position: absolute;
    height: 90vh;
    overflow-y: auto;
    max-width: 408px;
    z-index: 11;
    right: 20px;
    display: none;
 }*/
.popap_about_wrapper {
    position: absolute;
    height: 90vh;
    overflow-y: auto;
    max-width: 408px;
    z-index: 11;
    right: 20px;
    display: none;
    opacity: 0;
    transform: translateY(100%) scaleX(0.5);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.polotno {
    position: absolute;
    width: 50%;
    height: 100%;
    background-image: linear-gradient(to left, #000000, #000000cc 50%, transparent);
    z-index: 10;
    right: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease;
    display: none;
}
.polotno.active {
    opacity: 1;
    transition: all 0.5s ease;
}
header.hse-header {
    z-index: 9 !important;
}
.popap_about_wrapper.active {
    display: block;
    opacity: 1;
    transform: translateY(0) scaleX(1);
}
.caption-regular br {
    display: block;
}
.person_content_position br {
    display: block;
}
.agenda_section {
    z-index: 5;
    position: relative;
    display: block;
    min-height: 900px;
    background-image: linear-gradient(to bottom, #000000cc 90%, transparent 100%);
}
.agenda_section_bacground {
    position: absolute;
    width: 1920px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
}
.agenda_section_container {
    margin: 0 auto;
    position: relative;
    top: -20px;
}
.agenda_header_block {
    max-width: 960px;
}
.agenda_header_title {
    text-align: start;
}
.agenda_header_title h2 {
    font-size: 60px;
    font-weight: 900;
    line-height: 60px;
    margin-bottom: 10px;
}
.agenda_header_title h6 {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 40px;
}
.gtm-cxo-games-page ul li+li {
    margin-top: 0px;
    border-radius: 8px;
}
.gtm-cxo-games-page ul>li {
    border-radius: 8px;
}
.agenda_header_nav {
    max-width: 960px;
    border: 1px solid #404040;
    border-radius: 8px;
    margin-bottom: 25px;
}
.agenda_header_nav ul {
    border-radius: 8px;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.agenda_nav_buttons {
    display: flex;
    align-items: center;
    background-color: #000000;
}
.agenda_nav_button {
    flex: 1 1 auto;
    padding: 20px 2px;
    cursor: pointer;
}
.agenda_nav_button:hover {
    background-color: #191919;
}
.agenda_nav_button.active {
    border: 1px solid #404040;
    border-radius: 8px;
    background-color: #FFFFFF;
}
.agenda_nav_button.active .nav_button_day {
    color: #000000;
}
.agenda_nav_button.active .nav_button_sept_count {
    color: #FD2348;
}
.nav_button_day {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
}
.nav_button_sept_count {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 2px;
    text-align: center;
}
.agenda_stages_block {
    display: none;
    max-width: 960px;
    margin-bottom: 50px;
}
.agenda_stages_block.active {
    display: block;
}
.agenda_stage {
    border: 1px solid #404040;
    border-radius: 8px;
    margin-bottom: 25px;
    background-color: #000000cc;
}
.agenda_stage_header {
    position: relative;
    padding: 25px;
    padding-top: 15px;
}
.agenda_stage_header h2 {
    text-transform: uppercase;
}
.agenda_stage_header::after {
    content: '';
    width: 90%;
    height: 1px;
    background-color: #404040;
    display: block;
    position: absolute;
    bottom: 0;
}
.agenda_stage_host {
    padding: 50px 25px 45px;
}
.stage_host_person {
    display: flex;
    padding-bottom: 25px;
}
.host_person_image_wrapper,
.speakers_person_image_wrapper {
    min-width: 128px;
    height: 128px;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 10px;
}
.speakers_person_image_wrapper {
    background-color: #404040;
}
.host_person_image_wrapper {
    background: linear-gradient(1355deg, #FD2348, #EF5600);
}
.host_person_image,
.speakers_person_image {
    height: 100%;
    width: auto;
}
.agenda_stage_speakers {
    padding: 0px 25px 15px;
}
.stage_speakers_persons_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.stage_speakers_person {
    display: flex;
    width: 100%;
    margin-bottom: 70px;
}
.stage_host_title,
.stage_speakers_title {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.person_content_name {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 5px;
}
.person_content_position {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
    min-height: 0px;
    margin-top: 0;
}
.person_content_position h6 {
    margin-top: 0;
}
.person_content_logo {
    height: 24px;
    width: auto;
}
.stage_host_person_content,
.stage_speakers_person_content {
    position: relative;
    min-width: 196px;
    height: auto;
    min-height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.stage_host_person_content .book-btn,
.stage_speakers_person_content .book-btn {
    position: relative;
    left: 15px;
}
.stage_host_person_content .btn-watch,
.stage_speakers_person_content .btn-watch {
    position: relative;
    border: 1px solid #ffffff;
    bottom: -25px;
    border-radius: 8px;
    padding: 12px 18px;
    white-space: nowrap;
}
.fixed {
    z-index: 1000;
}
.agenda_demos_block {
    display: none;
    padding-top: 25px;
}
.agenda_demos_block.active {
    display: block;
}
.agenda_demos_part:nth-child(even) {
    margin-bottom: 50px;
}
.agenda_demos_part_title {
    margin-bottom: 30px;
    padding-left: 20px;
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
}
.single_demo_block {
    border: 1px solid #404040;
    border-radius: 8px;
    margin-bottom: 25px;
    background-color: #000000cc;
    padding: 40px 25px;
    max-width: 960px;
}
.demo_block {}
.demo_block_main_content {
    position: relative;
}
.demo_block_main_content::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #404040;
    display: block;
    position: absolute;
    bottom: 0;
}
.demo_block_main_content h6:nth-child(3) {
    max-width: 90%;
    padding-bottom: 40px;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}
.demo_block_bottom_content {
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
}
.demo_bottom_content_logo {
    margin-bottom: 25px;
}
.content_logo_sponsored_by {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.content_logo_logo {}
.demo_bottom_content_button a {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
}
.demo_bottom_content_button {
    border: 1px solid #ffffff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 18px;
}
.agenda_block_before_speakers_show {
    width: 93%;
    background-color: #191919;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    padding: 25px 5px;
    display: none;
}
.before_speakers_show {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.agenda_section_bacground {
    transition: opacity 0.5s ease;
}
.content_logo_logo {
    height: 40px;
}
/* ---------------------------------- End Agenda section ----------------------------------------*/
@media (max-height: 719px) and (min-width: 1024px) {
    .games-stream-page .static-block {
        width: 100%;
    }
}
@media (max-width: 1400px) {
    .title_left.static-headline.d-flex>h6 {
        font-size: 20px !important;
    }
    #games-started .left-content .title_left:not(.stream-block) {
        padding: 0;
    }
}
@media (max-width: 1023px) {
    .container-default {
        max-width: 1840px !important;
        height: 100%;
    }
    /* ----------------------------------Agenda section ----------------------------------------*/
    .games-stream-page h4+* {
        margin-top: 0px;
    }
    .agenda_stage_header {
        padding: 20px;
        padding-top: 15px;
    }
    .agenda_stage_host {
        padding: 40px 20px 45px;
    }
    .agenda_stage_speakers {
        padding: 0px 20px 15px;
    }
    .single_demo_block {
        margin-bottom: 25px;
    }
    .games-stream-page h6+* {
        margin-top: 5px;
    }
    /* ----------------------------------Agenda section ----------------------------------------*/
    #games-started .left-content .title_left:not(.stream-block) {
        padding: 0px 24px;
    }
    body .hse-header.hse-header-transparent {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .hse-header .mobile-btn {
        display: none;
    }
    .games-stream-page #games-started .left-content {
        margin-right: 0px;
        margin-bottom: 20px;
        width: 100%;
        height: 50vh;
    }
    .games-stream-page #games-started .right-content {
        width: 100% !important;
        height: 33vh;
    }
    .games-stream-page .left-content .tabs {
        height: 79%;
    }
}
@media (max-width: 767px) {
    body .hse-header.hse-header-transparent .button-block p>a {
        display: block;
    }
}
@media (max-width: 720px) {
    #games-started .left-content .title_left>p>a {
        border-radius: 8px;
        padding: 5px 11px;
    }
    .games-stream-page #games-started .left-content {
        position: relative;
    }
    #games-started .static-block {
        position: unset;
    }
    #games-started .left-content .title_left>p>a {
        position: absolute;
        z-index: 10;
        bottom: 15px;
        right: 15px;
    }
    .games-stream-page .left-content .tabs {
        height: 69%;
    }
    .title_left.static-headline.d-flex>h6 {
        text-align: start;
        display: block;
    }
    .title_left.static-headline.d-flex>h6 span:last-child {
        display: block;
        margin-top: 5px;
        margin-left: 35px;
    }
}
@media (max-width: 600px) {
    .games-stream-page #games-started .left-content {
        height: 40vh;
    }
    .games-stream-page .left-content .tabs {
        height: 61%;
    }
    .games-stream-page #games-started .right-content {
        height: 43vh;
    }
    body .hse-header.hse-header-transparent {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .games-stream-page {
        background-image: url(../images/Background-2.png);
        background-size: 100vw;
        background-position-y: bottom;
        padding-top: 89px;
        padding-bottom: 4rem;
    }
    #games-started .left-content .title_left:not(.stream-block) {
        padding: 0px 0px 0px 24px;
    }
    .title_left img {
        margin-right: 5px;
    }
    .title_left.static-headline.d-flex>h6 span:last-child {
        margin-left: 25px;
    }
    .row>* {
        flex-shrink: 0;
        padding-right: calc(var(--bs-gutter-x)* .4);
        padding-left: calc(var(--bs-gutter-x)* .4);
        margin-top: var(--bs-gutter-y);
    }
    #games-started .left-content .title_left>p>a {
        right: 10px;
    }
}
@media (max-width: 600px) and (max-height: 840px) {
    .countdown-day-game {
        zoom: 70%;
    }
    .games-stream-page .game-blocker {
        zoom: 80%;
    }
}
@media (max-width: 500px) {
    .title_left.static-headline.d-flex>h6 {
        font-size: 16px !important;
    }
    .title_left.static-headline.d-flex>h6 span:last-child {
        margin-top: 0 !important;
    }
    .popap_about_wrapper {
        width: 95vw;
        right: 10px;
    }
}
@media (max-width: 470px) and (max-height: 880px) {
    .countdown-day-game {
        zoom: 70%;
    }
    .games-stream-page .game-blocker {
        zoom: 80%;
    }
}
@media (max-width: 440px) {
    .host_person_image_wrapper,
    .speakers_person_image_wrapper {
        min-width: 116px;
        height: 116px;
    }
    .stage_host_person_content,
    .stage_speakers_person_content {
        zoom: 80%;
    }
}
@media (max-width: 375px) and (max-height: 660px) {
    .games-stream-page .form.active,
    .games-stream-page .popup-refer-your-company.active {
        transform: translate(-50%, -50%) scale(0.8);
    }
}
@media (max-width: 360px) {
    .title_left.static-headline.d-flex>h6 {
        font-size: 14px !important;
    }
}
@media (max-width: 360px) and (max-height: 660px) {
    .games-stream-page .form.active,
    .games-stream-page .popup-refer-your-company.active {
        transform: translate(-50%, -50%) scale(0.8);
    }
}