.coach .borders .cross {
    opacity: 1;
}
.games_number,
.games_number_now {
    display: none;
}
a.hse-btn-orange {
    padding: 14px 40px;
}
.coach .borders .home-outer-line {
    opacity: 1;
    background: #3F3F3F;
}
.player__photo,
.player__info {
    position: relative;
    z-index: 1;
}
.player__photo::before,
.player__info::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 2.5%;
    right: 2.5%;
    bottom: 0px;
    border-top: 1px solid #3F3F3F;
    border-bottom: 1px solid #3F3F3F;
    pointer-events: none;
    z-index: 2;
}
.player__photo::after {
    content: '';
    position: absolute;
    top: 2.5%;
    left: 0px;
    right: 0px;
    bottom: 2.5%;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    pointer-events: none;
    z-index: 2;
}
.player__info::after {
    content: '';
    position: absolute;
    top: 7%;
    left: 0px;
    right: 0px;
    bottom: 7%;
    border-left: 1px solid #3F3F3F;
    border-right: 1px solid #3F3F3F;
    pointer-events: none;
    z-index: 2;
}
.player__photo.additional-player__photo::after {
    border-left: 1px solid #3F3F3F;
    border-right: 1px solid #3F3F3F;
}
.cross {}
.first-cross {
    top: -6px;
    left: -6px;
    color: #3F3F3F;
}
.second-cross {
    top: -6px;
    right: -6px;
    color: #3F3F3F;
}
.third-cross {
    bottom: -6px;
    right: -6px;
    color: #3F3F3F;
}
.vourth-cross {
    bottom: -6px;
    left: -6px;
    color: #3F3F3F;
}
.coach__info .outer-home-top-left-h-first {
    display: initial;
    top: 0px;
    left: calc(-250% - 10px);
    background: #3F3F3F;
    position: absolute;
    z-index: 1;
    height: 1px;
    width: 250%;
}
.coach__info .outer-home-top-right-h-first {
    display: initial;
    top: 0px;
    right: calc(-250% - 10px);
    background: #3F3F3F;
    position: absolute;
    z-index: 1;
    height: 1px;
    width: 250%;
}
.coach__info {
    position: relative;
}
/*  for number 2 ------------------------------------*/
.debaters-number-2 .players-item div .outer-home-top-left-h-first {
    display: none;
}
.debaters-number-2 .players-item div .outer-home-top-left-h-second {
    display: none;
}
.debaters-number-2 .players-item div .outer-home-top-right-h-first {
    display: none;
}
.debaters-number-2 .players-item div .outer-home-top-right-h-second {
    display: none;
}
.debaters-number-2 .players-item div:nth-child(1n) .outer-home-top-left-h-first,
.debaters-number-2 .players-item div:nth-last-child(2) .outer-home-top-left-h-first {
    display: initial;
    top: 0px;
    left: calc(-250% - 10px);
    background: #3F3F3F;
    position: absolute;
    z-index: 1;
    height: 1px;
    width: 250%;
}
.debaters-number-2 .players-item div:nth-child(1n) .outer-home-top-left-h-second,
.debaters-number-2 .players-item div:nth-last-child(2) .outer-home-top-left-h-second {
    display: initial;
    bottom: -1px;
    left: calc(-250% - 10px);
    background: #3F3F3F;
    position: absolute;
    z-index: 1;
    height: 1px;
    width: 250%;
}
.debaters-number-2 .players-item div:nth-child(2n) .outer-home-top-right-h-first {
    display: initial;
    top: 0px;
    right: calc(-250% - 10px);
    background: #3F3F3F;
    position: absolute;
    z-index: 1;
    height: 1px;
    width: 250%;
}
.debaters-number-2 .players-item div:nth-child(2n) .outer-home-top-right-h-second {
    display: initial;
    bottom: -1px;
    right: calc(-250% - 10px);
    background: #3F3F3F;
    position: absolute;
    z-index: 1;
    height: 1px;
    width: 250%;
}
/* End for number 2 ------------------------------------*/
/*  for number 3 ------------------------------------*/
.debaters-number-3 .players-item div .outer-home-top-left-h-first {
    display: none;
}
.debaters-number-3 .players-item div .outer-home-top-left-h-second {
    display: none;
}
.debaters-number-3 .players-item div:nth-child(4n) .outer-home-top-left-h-first,
.player.player_first .player__photo .outer-home-top-left-h-first,
.debaters-number-3 .players-item div:nth-last-child(3) .outer-home-top-left-h-first {
    display: initial;
    top: 0px;
    left: calc(-250% - 10px);
    background: #3F3F3F;
    position: absolute;
    z-index: 1;
    height: 1px;
    width: 250%;
}
.debaters-number-3 .players-item div:nth-child(4n) .outer-home-top-left-h-second,
.player.player_first .player__photo .outer-home-top-left-h-second,
.debaters-number-3 .players-item div:nth-last-child(3) .outer-home-top-left-h-second {
    display: initial;
    bottom: -1px;
    left: calc(-250% - 10px);
    background: #3F3F3F;
    position: absolute;
    z-index: 1;
    height: 1px;
    width: 250%;
}
.debaters-number-3 .players-item div .outer-home-top-right-h-first {
    display: none;
}
.debaters-number-3 .players-item div:nth-child(3n) .outer-home-top-right-h-first {
    display: initial;
    top: 0px;
    right: calc(-250% - 10px);
    background: #3F3F3F;
    position: absolute;
    z-index: 1;
    height: 1px;
    width: 250%;
}
.debaters-number-3 .players-item div .outer-home-top-right-h-second {
    display: none;
}
.debaters-number-3 .players-item div:nth-child(3n) .outer-home-top-right-h-second {
    display: initial;
    bottom: -1px;
    right: calc(-250% - 10px);
    background: #3F3F3F;
    position: absolute;
    z-index: 1;
    height: 1px;
    width: 250%;
}
/* End for number 3 ------------------------------------*/
.player.additional-player {
    display: flex;
    flex-direction: column;
}
.player__info.additional-player__info {
    flex: 1 1 auto;
    background: transparent !important;
}
/*=====================================================*/
.line-right-second-v {
    right: 13px;
}
.line-left-v {
    left: 11px;
}
.gtm-cxo-games-page {
    background: #000;
}
.gtm-cxo-games-page.logged-in a[href="#btn-register-header"] {
    display: none;
}
.gtm-cxo-games-page .heading-section {
    padding-top: 12rem;
    /*padding-bottom: 5rem;*/
    background-size: 1920px;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #191919;
    height: 888px;
}
.gtm-cxo-games-page .heading-section .gradient-block {
    position: absolute;
    top: 35rem;
    z-index: 2;
    width: 100%;
    height: auto;
}
.gtm-cxo-games-page .heading-section .gradient {
    position: absolute;
    top: 50px;
    width: 100%;
    height: 215px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 1) 80%);
}
.gtm-cxo-games-page .promo-blocks {
    padding-top: 5rem;
}
.gtm-cxo-games-page .promo-blocks+.agenda-block {
    padding-top: 6rem;
}
.gtm-cxo-games-page .agenda-block.text.no-book {
    padding-bottom: 3rem;
    background: #000000;
}
/*.gtm-cxo-games-page .heading-section:after {*/
/*   content: '';*/
/*   position: absolute;*/
/*   bottom: 412px;*/
/*   background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);*/
/*   width: 100vw;*/
/*   height: 252px;*/
/*}*/
/*.gtm-cxo-games-page .heading-section.with-sponsors:after {*/
/*   bottom: 516px;*/
/*}*/
.gtm-cxo-games-page ul li+li {
    margin-top: 16px;
}
.gtm-cxo-games-page ul {
    padding-left: 32px;
}
.gtm-cxo-games-page .heading-content .text_block {
    text-align: left;
    position: relative;
    z-index: 3;
    max-width: 650px;
    min-height: 500px;
}
.gtm-cxo-games-page .heading-content .text_block>h1 {
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 700;
}
.gtm-cxo-games-page .heading-content .text_block>div {
    color: #BFBFBF;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 16px;
    margin-bottom: 0;
}
.judjed_by_block {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.5s ease-in-out;
    animation: fadeInScale 0.7s forwards;
    animation-delay: 1s;
}
@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
.judjed_by_block {
    padding: 16px;
    border-radius: 8px;
    position: absolute;
    bottom: -70px;
    background-color: #000000bf;
    display: inline-block;
    z-index: 1;
}
.judjed_by_block br {
    display: block !important;
}
.judjed_by_block>div {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: 700;
}
.judjed_by_block div:last-child {
    color: #ffffff;
    font-weight: 400;
    margin-top: 10px;
}
.judjed_by_block p {
    margin-bottom: 5px;
}
.gtm-cxo-games-page .heading-content .text_block>h1 {
    font-size: 80px;
    line-height: 80px;
    margin-top: 16px;
}
/*.gtm-cxo-games-page .heading-content .text_block > *+* {*/
/*   margin-bottom: 0;*/
/*   margin-top: 1.2rem;*/
/*}*/
.heading-content .text_block h1>br {
    display: none;
}
.gtm-cxo-games-page .heading-content .text_block p>a {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}
body.page-template.gtm-cxo-games-page {
    background: #252525;
    overflow-x: hidden;
}
.gtm-cxo-games-page .heading-content .text_block>*:nth-child(3) {
    font-weight: 400;
}
.gtm-cxo-games-page .countdown-description {
    display: flex;
    justify-content: space-between;
}
.gtm-cxo-games-page .countdown-description>* {
    width: 288px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 8px;
    line-height: 20px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}
.gtm-cxo-games-page .countdown-block {
    margin-top: 4rem;
    gap: 0;
}
.gtm-cxo-games-page .countdown-block.with-sponsors {
    margin-top: 2rem;
}
.gtm-cxo-games-page .countdown-digit {
    color: var(--White, #FFF);
    text-align: center;
    text-shadow: 0px 4px 4px #000;
    font-size: 160px;
    font-style: normal;
    font-weight: 700;
    line-height: 160px;
    width: 136px;
    height: 216px;
    display: inline-block;
    box-shadow: 0px 2px 0px 0px #FFF, 0px 4px 4px 0px #000 inset;
    border-radius: 16px;
    position: relative;
}
.gtm-cxo-games-page .countdown-item>*+*,
.gtm-cxo-games-page #countdown>*+* {
    margin-left: 11px;
}
.gtm-cxo-games-page .countdown-digit::after {
    content: '';
    height: 2px;
    width: 100%;
    background: var(--Black, #000);
    display: inline-block;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    z-index: 11;
}
.gtm-cxo-games-page .digit {
    display: inline-block;
    vertical-align: middle;
    height: min-content;
    position: relative;
    z-index: 10;
    margin-top: 26px;
}
.gtm-cxo-games-page .digit.colon {
    margin-top: -8px;
}
.gtm-cxo-games-page .countdown-digit .top,
.gtm-cxo-games-page .countdown-digit .bottom {
    left: 0;
    position: absolute;
    width: 136px;
    height: 108px;
}
.gtm-cxo-games-page .countdown-digit .top {
    top: 0;
    border-radius: 16px 16px 0px 0px;
    border: 1px solid var(--Black, #000);
    background: linear-gradient(180deg, #262626 0%, #191919 100%);
}
.gtm-cxo-games-page .countdown-digit .bottom {
    bottom: 0;
    border-radius: 0px 0px 16px 16px;
    border: 1px solid var(--Black, #000);
    background: linear-gradient(180deg, #191919 0%, #0D0D0D 100%);
}
.gtm-cxo-games-page .countdown-digit .top::before,
.gtm-cxo-games-page .countdown-digit .top::after,
.gtm-cxo-games-page .countdown-digit .bottom::before,
.gtm-cxo-games-page .countdown-digit .bottom::after {
    content: '';
    width: 3px;
    height: 6px;
    background: var(--Gray-3, #808080);
    display: inline-block;
    position: absolute;
}
.gtm-cxo-games-page .countdown-digit .top::before {
    left: 0;
    bottom: 2px;
    border-radius: 0px 1px 0px 0px;
}
.gtm-cxo-games-page .countdown-digit .top::after {
    right: 1px;
    bottom: 2px;
    border-radius: 1px 0px 0px 0px;
}
.gtm-cxo-games-page .countdown-digit .bottom::before {
    top: 2px;
    left: 0;
    border-radius: 0px 0px 1px 0px;
}
.gtm-cxo-games-page .countdown-digit .bottom::after {
    top: 2px;
    right: 1px;
    border-radius: 0px 0px 0px 1px;
}
.gtm-cxo-games-page #countdown .countdown-digit.colon {
    color: #808080;
    font-weight: 400;
    margin: 0 4px 0 16px;
}
.gtm-cxo-games-page .countdown-description {
    margin-top: 22px;
}
.gtm-cxo-games-page .video-cxo-section {
    padding: 40px 25px 2rem;
    z-index: 2;
    background: linear-gradient(180deg, #191919 50%, rgba(26, 26, 26, 0.00) 100%);
    top: -40px;
}
.gtm-cxo-games-page .video-cxo-section .cross-home-top {
    top: -8px;
}
.gtm-cxo-games-page .video-cxo-section .outer-home-top-side,
.gtm-cxo-games-page .video-cxo-section .line-home-top-h {
    top: -2px;
}
.gtm-cxo-games-page .video-cxo-section .line-home-top-v {
    top: 12px;
    height: 95%;
}
.gtm-cxo-games-page .video-cxo-section .cross-home-bottom {
    bottom: -3px;
}
.gtm-cxo-games-page .video-cxo-section .line-home-bottom-h,
.gtm-cxo-games-page .video-cxo-section .outer-home-bottom-side {
    bottom: 2px;
}
.gtm-cxo-games-page .video-cxo-section .text_block>*:first-child {
    text-transform: uppercase;
    font-weight: 900;
    line-height: 100%;
}
.gtm-cxo-games-page .video-cxo-section .text_block li {
    font-weight: 400;
}
.video-cxo-section .video-block video {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.video-cxo-section .video-text+.video-cxo-content {
    margin-top: 64px;
}
.video-text .text-block {
    font-size: 16px;
}
.gtm-cxo-games-page .video-full-bg {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.60);
    width: 100vw;
    height: 100vh;
    z-index: 40;
    top: 0;
}
.gtm-cxo-games-page .video-full {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1200px;
    max-width: calc(100vw - 80px);
}
.gtm-cxo-games-page .video-full iframe {
    width: 1200px;
    height: 600px;
    max-width: 100%;
    border-radius: 8px;
}
.gtm-cxo-games-page .btn-close-video {
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(2px);
    display: inline-flex;
    padding: 14px;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
}
.btn-close-video:hover {
    background: #000;
}
.btn-close-video:hover>svg {
    fill: #fff;
}
.gtm-cxo-games-page .fullscreen-bg {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(16px);
    z-index: 30;
}
.gtm-cxo-games-page .fullscreen-bg.active {
    display: block;
}
.video-description .icon-video {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-top: 2rem;
    justify-content: center;
}
.video-description .icon-video svg {
    margin-right: 16px;
}
.video-cxo-content .video-description {
    position: absolute;
    bottom: -32px;
    max-width: 100%;
    width: 540px;
}
.video-cxo-content .text_block {
    width: 50%;
    background: #242424;
    box-shadow: -24px 0px 64px 0px rgba(0, 0, 0, 0.25);
    padding: 40px;
}
.video-cxo-content .video-description>p>a {
    margin-left: auto;
    margin-right: auto;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(2px);
    border: none;
    color: #404040;
}
.gtm-cxo-games-page .video-cxo-section a.btn-watch {
    right: 50%;
    bottom: 24px;
    transform: translateX(50%);
    padding: 10px 16px 10px 12px;
    border-radius: 16px;
    color: #FD2348;
    background-color: #FFFFFF;
    font-size: 16px;
    display: flex;
    align-items: center;
    position: absolute;
}
.gtm-cxo-games-page .video-cxo-section a.btn-watch:hover {
    background-color: rgba(255, 255, 255, .8);
}
.gtm-cxo-games-page .video-cxo-section .text_block p {
    font-weight: 400;
    max-width: 600px;
    margin: 1em auto;
}
.gtm-cxo-games-page .agenda-section {
    padding-bottom: 6rem;
    padding-top: 0;
    background: linear-gradient(1deg, #1A1A1A 0%, #000 100%);
    margin-bottom: -3px;
}
.gtm-cxo-games-page .agenda-section .text_block>*:first-child {
    text-transform: uppercase;
    font-size: 60px;
    line-height: 60px;
    font-weight: 900;
}
.gtm-cxo-games-page .agenda-section .row>*:nth-child(2) .title-agenda {
    margin-top: 3rem;
}
.title-agenda {
    margin-top: 6rem;
    margin-bottom: 1.2rem;
    font-weight: 900;
    width: 100%;
    max-width: 100%;
}
.title-agenda>*:first-child,
.title-agenda>p {
    font-weight: 900;
    font-size: 34px;
    line-height: 34px;
}
.title-agenda>p {
    color: #bfbfbf;
}
.title-agenda>*+* {
    margin-bottom: 0;
    margin-top: 16px;
}
.title-agenda>p>a {
    margin-top: 8px;
}
.gtm-cxo-games-page .agenda-section>.agenda-content>.row>*:first-child>div.title-agenda {
    margin-top: 0;
}
.title-agenda>*:first-child em {
    font-style: normal;
    font-size: 12px;
    line-height: 12px;
    position: relative;
    top: -6px;
}
.agenda-date {
    font-weight: 400;
}
.agenda-date+.title-game {
    margin-top: 16px;
}
.gtm-cxo-games-page .title-game {
    font-weight: 700;
    line-height: 40px;
    text-transform: none;
}
.gtm-cxo-games-page .peoples {
    border-radius: 0;
    background: transparent;
}
.gtm-cxo-games-page .agenda-content.debaters-number-1 .peoples {
    background: transparent;
}
.gtm-cxo-games-page .coaches {
    padding: 24px;
    border-radius: 16px 0px 0px 16px;
    border-right: 1px solid #404040;
    width: 400px;
}
.gtm-cxo-games-page .peoples .coaches>div.coach+div.coach {
    margin-top: 24px;
}
.gtm-cxo-games-page .players {
    padding: 0;
    border-radius: 0;
    border-left: none;
    display: flex;
}
.gtm-cxo-games-page .players-item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}
.gtm-cxo-games-page .coaches>p,
.gtm-cxo-games-page .players>p {
    color: #bfbfbf;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.agenda-content .plank {
    background: linear-gradient(319deg, #EF5600 23.3%, #FD2348 76.7%);
}
.agenda-content .coach {
    margin-top: 24px;
    align-items: flex-start;
    flex-direction: column;
    height: auto;
    max-width: 100%;
    margin: auto;
    margin-bottom: 6rem;
}
.gtm-cxo-games-page .agenda-section>.agenda-content+.agenda-content .title-agenda {
    margin-top: 56px;
}
.peoples .players-item .coach {
    margin-top: 32px;
}
.peoples .players-item>div.coach:first-child,
.peoples .players-item>div.coach:nth-child(2) {
    margin-top: 16px;
}
.agenda-content .coach__info .coach__info_title {
    margin-top: 0px;
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 8px;
}
.agenda-content .coach__info>*:first-child:hover {
    color: #EF5600;
}
.agenda-content .coach__info .caption-regular {
    color: #EF5600;
    margin-top: 2px;
    font-size: 16px;
    line-height: 20px;
    min-height: 40px;
}
.agenda-content .coach__info .caption-regular p {
    margin: 0;
    max-width: 290px;
    margin: auto;
}
.agenda-content .coach__info .caption-regular p br {
    display: none;
}
.agenda-content .coach__info .logo-block {
    margin-top: 8px;
}
.agenda-content .coach__info {
    height: max-content;
    padding-top: 24px;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0;
    background: linear-gradient(269deg, rgba(36, 36, 36, 0.00) 0%, #242424 100%), #191919;
    box-shadow: 0px 24px 64px 0px rgba(0, 0, 0, 0.50);
}
.agenda-content .coach__info a.btn-watch {
    position: relative;
    padding: 12px 16px;
    border-radius: 12px;
    background: transparent;
    transition: all 0.3s;
    font-size: 14px;
    line-height: 16px;
    right: 0;
    bottom: 0;
    display: block;
    max-width: fit-content;
    margin: auto;
    margin-top: 16px;
    margin-bottom: 24px;
    border: 1px solid #FFFFFF;
}
.player__info .caption-regular {
    min-height: 40px;
    overflow-y: hidden;
}
.debaters-number-4 .player__info .caption-regular {
    min-height: 44px;
    overflow-y: hidden;
}
.agenda-content .player__info a.btn-watch {
    border: 1px solid #FFFFFF;
    background: transparent;
}
.agenda-content .coach__info a.btn-watch:hover {
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, .5);
}
.agenda-content .player__info a.btn-watch:hover {
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, .5);
}
.coach.inactive .coach__photo img {
    filter: grayscale(100%);
}
.coach.inactive .coach__info>* {
    color: #808080;
}
.agenda-content .plank {
    z-index: auto;
}
.agenda-content .plank:before {
    content: none;
}
.agenda-content .plank {
    position: absolute;
    z-index: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.agenda-content .coach__photo {
    position: relative;
    width: 100%;
    max-height: 600px;
    height: auto;
    overflow: hidden;
}
.agenda-content .coach .coach__photo .plank {
    background: radial-gradient(37.09% 76.33% at 50% 100%, #333 0%, #1A1A1A 100%);
    border-radius: 0;
}
.agenda-content .coach .coach__photo img {
    position: relative;
    display: block;
    min-width: auto;
    width: auto;
    max-height: 600px;
    height: 100%;
    overflow: hidden;
    margin: auto;
}
.agenda-content .coach .red-circle,
.agenda-content .coach .orange-circle {
    position: absolute;
    width: 322px;
    height: 322px;
    border-radius: 332px;
    filter: blur(128px);
}
.agenda-content .coach .red-circle {
    background: #FD2348;
    bottom: 4rem;
    left: 16rem;
}
.agenda-content .coach .orange-circle {
    background: #EF5600;
    bottom: 4rem;
    right: 16rem;
}
/* -----------------------------------------------*/
.agenda-content .coach .outer-home-top-side {
    top: 178px;
}
.agenda-content .coach .line-home-top-h {
    top: 178px;
}
.agenda-content .coach .cross-home-top {
    top: 172px;
}
.agenda-content .coach .outer-home-bottom-side {
    bottom: 119px;
}
.agenda-content .coach .line-home-bottom-h {
    bottom: 119px;
}
.agenda-content .coach .cross-home-bottom {
    bottom: 114px;
}
.agenda-content .coach .line-home-top-v {
    height: calc(100% - 322px);
    top: 190px;
}
.agenda-content .coach .cross-home-bottom.midle-line {
    top: -5px;
}
.agenda-content .coach .line-home-bottom-h.midle-line {
    top: 0;
}
/* -----------------------------------------------*/
.agenda-content .coach .coach__photo a {
    width: 100%;
}
/* -----------------------------------------------*/
.agenda-content.debaters-number-2 .player,
.agenda-content.debaters-number-3 .player,
.agenda-content.debaters-number-4 .player {
    position: relative;
}
.player .home-outer-line.line-home-top-h.line-top-left-h {
    width: calc(100% - 35px);
    left: 18px;
    top: -2.5px;
}
.player .home-outer-line.line-home-bottom-h.line-top-left-h {
    width: calc(100% - 35px);
    left: 18px;
}
.player .home-outer-line.line-home-bottom-h.line-top-left-h.midle-line {
    width: calc(100% - 35px);
    left: 18px;
    bottom: 217px;
}
.debaters-number-4 .player .home-outer-line.line-home-bottom-h.line-top-left-h.midle-line {
    bottom: 196px;
}
.player .cross-home-top {
    top: -6.5px;
}
.player .home-top-line-right-second-v {
    right: 0px;
}
.player .home-top-line-left-v {
    left: 0px;
}
.player .cross-home-top-right-second {
    right: -5px;
}
.player .cross-home-top-left-first {
    left: -6px;
}
.player .cross-home-bottom {
    bottom: -5px;
}
.player .cross-home-bottom.midle-line {
    bottom: 211px;
}
.debaters-number-4 .player .cross-home-bottom.midle-line {
    bottom: 191px;
}
.player .line-home-top-v {
    height: calc(100% - 25px);
    top: 10px;
}
.player .line-home-bottom-h.line-home-bottom-h {
    bottom: -0px;
}
/* -----------------------------------------------*/
.players-item .home-outer-line.outer-home-top-side.outer-home-top-left-h {
    top: -1px;
}
.players-item .home-outer-line.outer-home-top-side.outer-home-top-right-h {
    top: -1px;
    right: calc(-100% - 10px);
}
.players-item .home-outer-line.outer-home-bottom-side.outer-home-top-left-h {
    bottom: 0;
}
.players-item .home-outer-line.outer-home-bottom-side.outer-home-top-right-h {
    bottom: 0;
    right: calc(-100% - 10px);
}
.agenda-content .player {
    width: 100%
}
.agenda-content.debaters-number-1 .player {
    max-width: 100%;
}
.agenda-content.debaters-number-2 .player {
    max-width: 50%;
}
.agenda-content.debaters-number-3 .player {
    max-width: 33.333333%;
}
.agenda-content.debaters-number-4 .player {
    max-width: 25%;
}
.agenda-content .player .player__photo {
    position: relative;
    text-align: center;
}
.agenda-content.debaters-number-1 .player .player__photo {
    max-width: 600px;
    margin: auto;
}
.agenda-content.debaters-number-1 .player .player__info {
    max-width: 600px;
    margin: auto;
}
.agenda-content .player .player__photo img {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.agenda-content.debaters-number-1 .player .player__photo img,
.agenda-content.debaters-number-2 .player .player__photo img,
.agenda-content.debaters-number-3 .player .player__photo img {
    max-width: 400px;
}
.agenda-content.debaters-number-4 .player .player__photo img {
    max-width: 300px;
}
.agenda-content .player .player__info {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 15px 24px 24px 24px;
    text-align: center;
    background: linear-gradient(269deg, rgba(36, 36, 36, 0.00) 0%, #242424 100%), #191919;
    box-shadow: 0px 24px 64px 0px rgba(0, 0, 0, 0.50);
    min-height: 160px;
}
.agenda-content.debaters-number-1 .player .player__info,
.agenda-content.debaters-number-2 .player .player__info .agenda-content.debaters-number-3 .player .player__info {
    height: calc(100% - 400px);
}
.agenda-content.debaters-number-4 .player .player__info {
    height: calc(100% - 300px);
}
.agenda-content .player .player__info .book-btn {
    margin-top: auto;
}
.agenda-content .player .player__info>a {
    font-weight: 700;
}
.agenda-content.debaters-number-1 .player .player__info>a,
.agenda-content.debaters-number-2 .player .player__info>a,
.agenda-content.debaters-number-3 .player .player__info>a {
    font-size: 34px;
    line-height: 40px;
}
.agenda-content.debaters-number-4 .player .player__info>a {
    font-size: 24px;
    line-height: 28px;
}
.agenda-content .player .player__info>a:hover,
.agenda-content .coach .coach__info h4>a:hover {
    color: #EF5600;
}
.agenda-content .player .player__info .caption-regular p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    margin-top: 4px;
    color: #EF5600;
}
.agenda-content .player__info a.btn-watch {
    position: relative;
    padding: 12px 16px;
    border-radius: 12px;
    background: transparent;
    transition: all 0.3s;
    font-size: 14px;
    line-height: 16px;
    right: 0;
    bottom: 0;
    display: block;
    max-width: fit-content;
    margin: auto;
    margin-top: 16px;
}
.agenda-content .player .plank {
    border-radius: 0;
}
.text-block-800 {
    width: 800px;
    max-width: 100%;
}
.gtm-cxo-games-page .footer-section {
    background: #191919;
    padding: 4rem 0 6rem;
}
.gtm-cxo-games-page .footer-section .footer-content .text_block>*:nth-child(2) {
    margin-top: 16px;
    font-weight: 400;
}
/* .gtm-cxo-games-page .footer-section .col-lg-12:nth-child(2) .title-agenda {

   margin-top: 4rem;

} */
.gtm-cxo-games-page .footer-section .footer-content .text_block>*:first-child {
    text-transform: uppercase;
    font-weight: 900
}
.gtm-cxo-games-page .footer-section .text_block p>a {
    margin-top: 16px;
}
.gtm-cxo-games-page .footer-section .row>*:nth-child(2) .title-agenda {
    margin-top: 4rem;
}
.gtm-cxo-games-page .footer-section .agenda-date {
    color: #EF5600;
}
.platform-content {
    display: flex;
    border-radius: 8px;
    border: 1px solid #BFBFBF;
}
.platform-content .logo-block {
    width: 300px;
    border-right: 1px solid #BFBFBF;
    border-radius: 8px 0px 0px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.platform-content .content-block {
    width: calc(100% - 300px);
    border-radius: 0px 8px 8px 0px;
    padding: 12px;
    font-size: 14px;
    line-height: 16px;
}
.platform-content .content-block>* {
    width: 560px;
    max-width: 100%;
    font-weight: 400;
    color: #e5e5e5;
}
.platform-content .content-block *+* {
    margin-top: 16px;
    margin-bottom: 0;
}
.platform-content .content-block p>a {
    text-decoration-line: underline;
    font-weight: 700;
    color: #e5e5e5;
}
.platform-content .content-block p>a:hover {
    color: #e5e5e5;
    text-decoration: none;
}
.heading-content #countdown {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gtm-cxo-games-page .countdown-digit .digit.timer-end {
    display: none;
}
.gtm-cxo-games-page .countdown-digit.end .digit {
    display: none;
}
.gtm-cxo-games-page .countdown-digit.end .digit.timer-end {
    display: inline-block;
}
.gtm-cxo-games-page .countdown-digit.end {
    font-size: 100px;
    line-height: 100px;
    margin-top: 0;
}
.gtm-cxo-games-page .digit.timer-end {
    margin-top: 58px;
}
.gtm-cxo-games-page #countdown .countdown-digit.colon.end {
    color: #fff;
}
.user-membership-4 .btn-register-body,
.user-membership-reg .btn-register-body {
    display: none;
}
/* Timer Pavlo */
:root {
    --clockheight: 216px;
    --radius: 30px;
    --rotationtime: 0.55s;
}
.gtm-cxo-games-page .flipTimer .clock {
    display: grid;
    grid-template-columns: repeat(8, [col-start] 1fr);
    /* grid-column-gap: 16px; */
    min-width: 200px;
    height: var(--clockheight);
    font-weight: 700;
}
.gtm-cxo-games-page .flipTimer .flipper {
    /* border: 1px solid #c00;

     */
    position: relative;
    width: 100%;
    min-width: 136px;
    height: 100%;
    transform-style: preserve-3d;
    perspective: 1600px;
    color: #fff;
}
.gtm-cxo-games-page .flipTimer .flipper.dots {
    font-weight: 400;
    color: #808080;
    text-shadow: 0px 4px 4px #000;
    font-weight: 400;
}
.gtm-cxo-games-page .flipTimer .gear-top,
.flipTimer .gear-bottom {
    position: absolute;
    width: 3px;
    height: 6px;
    background: #808080;
    z-index: 99;
    transform-style: preserve-3d;
    transform: translateZ(10px);
    perspective: 0;
}
.gtm-cxo-games-page .flipTimer .flipper.dots .top>.text {
    line-height: 180px;
}
.gtm-cxo-games-page .flipTimer .flipper.dots .bottom>.text {
    line-height: 0px;
    margin-top: -9px;
}
.gtm-cxo-games-page .flipTimer .gear-top {
    top: calc((var(--clockheight) / 2) + -7px);
    left: 0.5px;
}
.gtm-cxo-games-page .flipTimer .gear-bottom {
    top: calc((var(--clockheight) / 2) - -1px);
    left: 0.5px;
}
.gtm-cxo-games-page .flipTimer .gear-top:nth-child(odd) {
    left: calc(100% - 3.5px);
}
.gtm-cxo-games-page .flipTimer .gear-bottom:nth-child(even) {
    left: calc(100% - 3.5px);
}
.gtm-cxo-games-page .flipTimer .top,
.flipTimer .bottom {
    left: 0;
    /* position: absolute;

     */
    width: 136px;
    height: 108px;
}
.gtm-cxo-games-page .flipTimer .top {
    /* border: 1px solid #c00;

     */
    position: relative;
    width: 100%;
    height: calc(50% - 0px);
    background-image: linear-gradient(#303135 0%, #38393e 100%);
    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 #000;
    background: linear-gradient(180deg, #262626 0%, #191919 100%);
}
.gtm-cxo-games-page .flipTimer .bottom {
    position: relative;
    /* border: 1px solid green;

     */
    width: 100%;
    height: calc(50% - 0px);
    background-image: linear-gradient(#393a3f 0%, #414147 100%);
    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 #000;
    background: linear-gradient(180deg, #191919 0%, #0d0d0d 100%);
}
.gtm-cxo-games-page .flipTimer .text {
    font-size: 120px;
    display: block;
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    line-height: 216px;
    text-align: center;
    text-shadow: 0px 4px 4px #000;
}
.gtm-cxo-games-page .flipTimer .bottom .text {
    line-height: 0;
}
.gtm-cxo-games-page .flipTimer .top.new,
.flipTimer .bottom.new {
    position: absolute;
    left: 0;
    z-index: 12;
    /* background: green;

     */
}
.gtm-cxo-games-page .flipTimer .top.new {
    top: 0;
    z-index: 1;
    /* backface-visibility: hidden;

     */
}
.gtm-cxo-games-page .flipTimer .top.new .text {
    backface-visibility: hidden;
}
.gtm-cxo-games-page .flipTimer .bottom.new {
    /* background: red;

     */
    position: absolute;
    top: 0;
    height: calc(100% - 0px);
    transform: rotateX(0.5turn);
    /* backface-visibility: hidden;

     */
    z-index: 1;
    opacity: 0;
}
.gtm-cxo-games-page .flipTimer .flipper.flipping .top.new {
    transform-origin: bottom center;
    /* transform: rotateX(-180deg) translateY(-10px);

     */
    animation: rotate var(--rotationtime) 1 ease-in-out forwards;
}
.gtm-cxo-games-page .flipTimer .flipper.flipping .bottom.new {
    animation: rotatebottom var(--rotationtime) 1 ease-in-out forwards;
}
@keyframes rotatebottom {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        background: linear-gradient(180deg, #303030 0%, #313131 100%);
        opacity: 1;
    }
    90% {
        background: linear-gradient(180deg, #191919 0%, #0D0D0D 100%);
    }
    100% {
        background: linear-gradient(180deg, #191919 0%, #0D0D0D 100%);
        opacity: 1;
    }
}
@keyframes rotate {
    0% {
        transform: rotateX(0) translateY(0px);
    }
    50% {
        background: linear-gradient(180deg, #141414 0%, #000 100%);
    }
    100% {
        transform: rotateX(-180deg) translateY(1px);
    }
}
/* New blocks */
.gtm-cxo-games-page .heading-content .borders>* {
    z-index: 2;
}
.gtm-cxo-games-page .heading-content .line-home-top-h,
.gtm-cxo-games-page .heading-content .outer-home-top-side {
    top: -145.5px;
}
.gtm-cxo-games-page .heading-content .cross-home-top {
    top: -150px;
}
.gtm-cxo-games-page .heading-content .home-outer-line-top {
    top: -242px;
}
.gtm-cxo-games-page .heading-content .line-home-top-v {
    top: -132px;
    height: calc(100% - 50px);
    background: linear-gradient(180deg, #FFF -400%, rgba(255, 255, 255, 0.00) 100%);
}
.gtm-cxo-games-page .heading-content .outer-home-bottom-side,
.gtm-cxo-games-page .heading-content .line-home-bottom-h {
    bottom: 170px;
}
.gtm-cxo-games-page .heading-content .cross-home-bottom {
    bottom: 164px;
}
.gtm-cxo-games-page .heading-content .border-copy .outer-home-bottom-side,
.gtm-cxo-games-page .heading-content .border-copy .line-home-bottom-h {
    bottom: 0;
}
.gtm-cxo-games-page .heading-content .border-copy .cross-home-bottom {
    bottom: -6px;
}
.gtm-cxo-games-page .heading-content .border-copy .line-home-bottom-v {
    height: 490px;
    bottom: -148px;
}
.gtm-cxo-games-page .heading-content .border-copy .line-home-top-v {
    top: auto;
    bottom: 12px;
    height: 146px;
}
.gtm-cxo-games-page .heading-content .border-copy>* {
    z-index: 10;
}
.gtm-cxo-games-page .all-videos {
    display: flex;
    margin-top: 4rem;
    position: relative;
    z-index: 1;
}
.gtm-cxo-games-page .one-video {
    width: 25%;
    height: 170px;
    position: relative;
}
.gtm-cxo-games-page .name-video {
    background: #fff;
    padding: 5px 8px;
    color: #000;
    position: absolute;
    bottom: 0;
}
.gtm-cxo-games-page .name-video p {
    margin: 0;
    font-weight: 700;
}
.gtm-cxo-games-page .all-videos>*:first-child .name-video,
.gtm-cxo-games-page .all-videos>*:nth-child(2) .name-video {
    border-radius: 0px 4px 0px 0px;
    left: 0;
}
.gtm-cxo-games-page .all-videos>*:nth-child(3) .name-video,
.gtm-cxo-games-page .all-videos>*:nth-child(4) .name-video {
    border-radius: 4px 0px 0px 0px;
    right: 0;
}
.gtm-cxo-games-page .one-video video {
    width: 100%;
    height: 170px;
    object-fit: cover;
}
.gtm-cxo-games-page .bottom-section {
    padding-top: 0rem;
    padding-bottom: 6rem;
    padding-right: 25px;
    padding-left: 25px;
    background: transparent;
}
.gtm-cxo-games-page .bottom-section.top {
    padding-bottom: 0;
}
.gtm-cxo-games-page .bottom-section .text-content>*:first-child {
    text-transform: uppercase;
    font-weight: 900;
}
.gtm-cxo-games-page .bottom-section .text-content>*+* {
    margin-top: 16px;
    margin-bottom: 0;
    font-weight: 400;
}
.gtm-cxo-games-page .bottom-section.book {
    padding-right: 25px;
    padding-left: 25px;
}
.gtm-cxo-games-page .bottom-section.book .text-content * {
    max-width: fit-content;
}
.gtm-cxo-games-page .bottom-section.book .text-content *>span {
    float: right;
    color: #808080;
    margin-top: 8px;
    margin-bottom: 0;
}
.gtm-cxo-games-page .bottom-section.book .text-content p:not(:last-child) {
    margin-bottom: 40px;
}
.gtm-cxo-games-page .bottom-section .text-content>p>a {
    margin-top: 16px;
}
.gtm-cxo-games-page a.hse-btn-default.hse-btn-transparent {
    padding: 14px 15px;
}
.gtm-cxo-games-page .previous-games-block {
    margin-top: 8rem;
}
.gtm-cxo-games-page .previous-games-block>*+* {
    margin-top: 56px;
}
.gtm-cxo-games-page .games-block .one-game {
    background: #191919;
    box-shadow: -24px 0px 64px 0px rgba(0, 0, 0, 0.25);
    height: 160px;
    width: calc(100% / 4);
    padding: 24px;
}
.gtm-cxo-games-page .games-block .one-game a {
    position: absolute;
    bottom: 16px;
    padding: 7px 15px 7px 11px;
    border-radius: 24px;
    font-size: 14px;
    line-height: 16px;
}
.gtm-cxo-games-page .games-block .one-game a:before {
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
}
.gtm-cxo-games-page .games-block .one-game>*:first-child {
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0;
}
.gtm-cxo-games-page .games-block .one-game>*:nth-child(2) {
    line-height: 14px;
}
.gtm-cxo-games-page .games-block .one-game>*+* {
    margin-bottom: 0;
    margin-top: 8px;
}
.gtm-cxo-games-page .bottom-landing-content {
    background: linear-gradient(269deg, rgba(36, 36, 36, 0.00) 0%, #242424 100%), #191919;
    padding: 2rem;
}
.gtm-cxo-games-page .bottom-landing-content>*:first-child {
    margin-bottom: 0;
}
.gtm-cxo-games-page .promo-blocks .bottom-landing-content>div {
    margin-bottom: 0;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    font-size: 1.7rem;
    line-height: 2rem;
}
.gtm-cxo-games-page .bottom-landing-content>*+* {
    margin-top: 12px;
    color: #bfbfbf;
    margin-bottom: 0;
    font-weight: 400;
}
.gtm-cxo-games-page .bottom-section .bottom-banner-block_bottom .bottom-landing-content>div {
    margin-bottom: 0;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    font-size: 1.7rem;
    line-height: 2rem;
    margin-top: 0;
}
.gtm-cxo-games-page .bottom-section .bottom-banner-block_bottom .bottom-landing-content div:last-of-type {
    margin-top: 12px;
    color: #bfbfbf;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.4rem;
}
.gtm-cxo-games-page .bottom-landing-content>*:last-child {
    margin: 0;
}
.gtm-cxo-games-page .bottom-landing-content p>a {
    position: absolute;
    bottom: 40px;
    right: 40px;
}
.gtm-cxo-games-page .promo-blocks .bottom-landing-content p>a {
    bottom: 55px;
}
.gtm-cxo-games-page .bottom-section .cross-home-top {
    top: -6px;
}
.gtm-cxo-games-page .bottom-section .outer-home-top-side,
.gtm-cxo-games-page .bottom-section .line-home-top-h {
    top: 0;
}
.gtm-cxo-games-page .bottom-section .line-home-top-v {
    height: calc(100% - 24px);
    top: 12px;
}
.gtm-cxo-games-page .bottom-section .line-home-bottom-h,
.gtm-cxo-games-page .bottom-section .outer-home-bottom-side {
    bottom: 0;
}
.gtm-cxo-games-page .bottom-section .cross-home-bottom {
    bottom: -6px;
}
.gtm-cxo-games-page .bottom-section.book {
    background: linear-gradient(180deg, #1A1A1A 0%, #000 100%);
    padding-bottom: 80px;
    padding-top: 100px;
}
.gtm-cxo-games-page .bottom-section.book .book-block {
    display: flex;
    padding: 40px;
    gap: 40px;
    background: linear-gradient(269deg, rgba(36, 36, 36, 0.00) 0%, #242424 100%), #191919;
    box-shadow: 0px 24px 64px 0px rgba(0, 0, 0, 0.50);
}
.gtm-cxo-games-page .bottom-section.book .book-block .image-block {
    display: block;
    width: 100%;
    max-width: 306px;
    min-width: 252px;
}
.gtm-cxo-games-page .bottom-section.book .book-block .text-content>p>a {
    margin-top: 8px;
    background-color: transparent;
    color: #FFFFFF !important;
    border: 1px solid #FFFFFF;
}
.gtm-cxo-games-page .bottom-section.book .book-block .text-content>p>a:hover {
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, .5);
}
.gtm-cxo-games-page .bottom-section.book .book-block .text-content>*:first-child {
    font-weight: 700;
    text-transform: none;
}
.gtm-cxo-games-page .bottom-section.book .book-block .text-content>div {
    font-weight: 700;
    margin-bottom: 0.8rem;
    color: rgba(255, 255, 255, 1);
    font-size: 1.7rem;
    line-height: 2rem;
    margin-top: 0;
}
/* Logos carousel */
.gtm-cxo-games-page .raves-ticker-section {
    margin-top: 2rem;
}
.gtm-cxo-games-page .raves-ticker-section .raves-ticker {
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 24px;
}
.gtm-cxo-games-page .raves-ticker-section .raves-ticker .item {
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: fit-content;
    min-height: 24px;
    position: relative;
    cursor: pointer;
}
.gtm-cxo-games-page .raves-ticker-section .raves-ticker:hover {
    -webkit-animation-play-state: paused;
}
.gtm-cxo-games-page .raves-ticker-section .raves-ticker a img {
    transition: all 0.3s;
    max-height: 24px;
}
.gtm-cxo-games-page .raves-ticker-section .raves-ticker a:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(172deg) brightness(101%) contrast(103%);
}
.gtm-cxo-games-page .raves-ticker-container {
    overflow-x: auto;
    padding: 2rem 0;
}
.gtm-cxo-games-page .raves-ticker-container::-webkit-scrollbar {
    display: none;
}
.gtm-cxo-games-page .raves-ticker-container {
    scrollbar-width: none;
}
.gtm-cxo-games-page .raves-ticker-section .raves-ticker>*+* {
    margin-left: 64px;
}
@-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);
    }
}
.gtm-cxo-games-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;
}
.gtm-cxo-games-page .raves-ticker-section .carousel-title {
    text-align: center;
}
.gtm-cxo-games-page .raves-ticker-section .carousel-title>* {
    margin: 0;
    text-transform: uppercase;
    line-height: 100%;
    font-weight: 900;
}
.gtm-cxo-games-page .borders-promo>* {
    z-index: 2;
}
.gtm-cxo-games-page .borders-promo .cross-home-top {
    top: -6px;
}
.gtm-cxo-games-page .borders-promo .line-home-top-h,
.gtm-cxo-games-page .borders-promo .outer-home-top-side {
    top: -1px;
}
.gtm-cxo-games-page .borders-promo .line-home-top-v {
    top: 12px;
}
.gtm-cxo-games-page .borders-promo .cross-home-bottom {
    bottom: 10px;
}
.gtm-cxo-games-page .borders-promo .outer-home-bottom-side,
.gtm-cxo-games-page .borders-promo .line-home-bottom-h {
    bottom: 16px;
}
.gtm-cxo-games-page .borders-promo .line-home-top-v {
    height: calc(100% - 40px);
}
.gtm-cxo-games-page .promo-content {
    background: linear-gradient(269deg, rgba(36, 36, 36, 0.00) 0%, #242424 100%), #191919;
    padding: 32px;
    margin-bottom: 16px;
    z-index: 1;
}
.gtm-cxo-games-page .promo-main-content>*+* {
    margin-bottom: 0;
    margin-top: 8px;
}
.gtm-cxo-games-page .promo-main-content>*:first-child {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #808080;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.gtm-cxo-games-page .first-promo .promo-main-content>*:nth-child(2) {
    width: fit-content;
    margin-top: 24px;
}
.gtm-cxo-games-page .first-promo .promo-main-content p {
    font-weight: 400;
    width: 575px;
    max-width: 100%;
}
.gtm-cxo-games-page .promo-content .bottom-content>* {
    margin: 0;
}
.gtm-cxo-games-page .promo-content .bottom-content {
    margin-top: 16px;
}
.gtm-cxo-games-page .promo-content .bottom-content img {
    margin: 0 40px 0 0;
    max-height: 40px;
}
.gtm-cxo-games-page .promo-content .bottom-content>*:last-child {
    margin-right: 0;
}
.gtm-cxo-games-page .promo-content .promo-icon {
    position: absolute;
    top: 32px;
    right: 32px;
}
.gtm-cxo-games-page .promo-content.first-promo p>a {
    position: absolute;
    bottom: 24px;
    right: 24px;
    border: 1px solid #FFFFFF;
    background-color: transparent;
    padding: 13px 15px;
    color: #FFFFFF !important;
}
.gtm-cxo-games-page .promo-content.first-promo p>a:hover {
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, .5);
}
.gtm-cxo-games-page .promo-content>p {
    margin: 0;
}
.gtm-cxo-games-page .agenda-block.text {
    background: linear-gradient(180deg, #000 0%, #1A1A1A 100%);
}
.gtm-cxo-games-page .agenda-block .agenda-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}
.gtm-cxo-games-page .agenda-block .text_block a {
    margin-left: auto;
    margin-right: auto;
    max-width: fit-content;
    display: block;
    margin-top: 32px;
    border: 1px solid transparent !important;
}
.gtm-cxo-games-page .agenda-block .text_block a svg {
    margin-top: -3px;
}
.gtm-cxo-games-page .agenda-block .text_block h2 {
    font-weight: 900;
}
.gtm-cxo-games-page .agenda-block p {
    font-weight: normal;
    color: #BFBFBF;
    font-size: 20px;
    line-height: 24px;
}
.gtm-cxo-games-page .agenda-block ul {
    color: #BFBFBF;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    max-width: 600px;
    margin: auto;
    margin-top: 50px;
}
.gtm-cxo-games-page .heading-section .promo-banner {
    margin-top: 12rem;
    z-index: 3;
}
.gtm-cxo-games-page .speakers-bottom-text {
    margin-top: 80px;
}
.gtm-cxo-games-page .speakers-bottom-text {
    text-align: center;
    color: #808080;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}
.gtm-cxo-games-page .cxo-games-footer-image {
    position: absolute;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 1300px;
}
/*  ------------------------------- under logo element */
.c-level_before_logo {
    display: flex;
    position: absolute;
    top: -100px;
    left: 12px;
    z-index: 1;
    height: 25px;
}
.c-level {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
}
.changes_text_block {
    padding-left: 10px;
    width: 130px;
    font-size: 20px;
    font-weight: 800;
    position: relative;
    overflow: hidden;
    height: 25px;
    height: 100%;
    position: relative;
}
.changes_text_block_track {
    position: absolute;
    transition: top 0.5s linear;
}
.changes_text {
    height: 25px;
}
/*Form style*/
.gtm-cxo-games-page .form,
.gtm-cxo-games-page .popup-refer-your-company {
    display: none
}
.gtm-cxo-games-page .form.active,
.gtm-cxo-games-page .popup-refer-your-company.active {
    display: block;
    z-index: 10000;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #191919;
    padding: 32px;
    width: 380px;
    max-width: calc(100% - 30px)
}
.gtm-cxo-games-page .form form {
    border: none;
}
.gtm-cxo-games-page .form *+h1,
.gtm-cxo-games-page .form *+h2,
.gtm-cxo-games-page .form *+h3,
.gtm-cxo-games-page .form *+h4,
.gtm-cxo-games-page .form *+h5,
.gtm-cxo-games-page .form *+h6 {
    margin-top: 0
}
.gtm-cxo-games-page .form p {
    font-weight: 400;
    color: #bfbfbf
}
.gtm-cxo-games-page .form .form-block p {
    margin-bottom: 0
}
.gtm-cxo-games-page .form .form-block {
    max-width: 100%
}
.gtm-cxo-games-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
}
.gtm-cxo-games-page .form .form-block .placeholder.placeholder_textarea {
    top: 16px;
    color: gray;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    transition: all 0.3s
}
.gtm-cxo-games-page .block input[aria-invalid=true],
.gtm-cxo-games-page .block textarea[aria-invalid=true] {
    box-shadow: 0 0 0 2px #FD2348;
    border: 1px solid transparent;
    -webkit-appearance: none;
    outline: none
}
.gtm-cxo-games-page .form .form-block .placeholder.active {
    top: 14px !important;
    font-size: 12px
}
.gtm-cxo-games-page .form .form-block input {
    line-height: 16px
}
.gtm-cxo-games-page .form .form-block .hse-field_form textarea {
    height: 64px;
    overflow: auto;
    resize: none;
    scrollbar-width: 2px;
    scrollbar-color: #828282 #fff
}
.gtm-cxo-games-page .form-block input[type=submit] {
    font-size: 16px !important;
    font-weight: 700;
    width: 100%;
}
.gtm-cxo-games-page .form .form-block .wpcf7-not-valid-tip,
.gtm-cxo-games-page .form .form-block .wpcf7-not-valid-tip {
    display: none
}
.gtm-cxo-games-page .form .form-block .button-block {
    /*display: flex;*/
    margin-top: 40px;
    border-top: none;
}
.gtm-cxo-games-page .form-block .hse-field_form+.name-block,
.gtm-cxo-games-page .form-block .name-block+.hse-field_form {
    margin-top: 16px;
}
.gtm-cxo-games-page .form-block .name-block {
    display: flex;
    align-items: center;
    gap: 16px;
}
.gtm-cxo-games-page .form-block .name-block>* {
    margin: 0;
}
.gtm-cxo-games-page .form .form-block .submit-block {
    margin: 0;
    width: 100%;
}
.gtm-cxo-games-page .form .form-block .submit-block>* {
    text-align: end
}
.gtm-cxo-games-page .form .form-block .button-block>*+* {
    margin-left: 0;
    position: relative
}
.gtm-cxo-games-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
}
.gtm-cxo-games-page .button-block .cancel,
.gtm-cxo-games-page .button-block .show-cal {
    margin-left: 0;
}
.gtm-cxo-games-page .thank-you-popup.registered .button-block {
    position: relative;
}
.gtm-cxo-games-page .button-block .show-cal {
    top: -3rem;
    left: 0;
    width: 100%;
    transform: none;
}
.gtm-cxo-games-page .button-block .add-cal {
    width: 100%;
}
.gtm-cxo-games-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;
}
.gtm-cxo-games-page button.cancel-form:hover {
    box-shadow: inset 0 0 0 1px #FFF
}
.gtm-cxo-games-page .form .form-block .cancel {
    width: 100%;
}
.gtm-cxo-games-page .form .wpcf7-spinner {
    position: absolute;
    opacity: 1;
    left: 50%;
    top: 50%;
    margin: 0;
}
.gtm-cxo-games-page .form .wpcf7-list-item {
    margin-left: 34px
}
.gtm-cxo-games-page .form-block input[type=submit]:hover,
.gtm-cxo-games-page .form-block input[type=submit]:active,
.gtm-cxo-games-page .form-block input[type=submit]:focus {
    background-color: #FD2348;
    outline: none
}
.gtm-cxo-games-page .form-block input[type=submit]:disabled:hover,
.gtm-cxo-games-page .form-block input[type=submit]:disabled:active,
.gtm-cxo-games-page .form-block input[type=submit]:disabled:focus {
    background-color: #777
}
.gtm-cxo-games-page .form .wpcf7-response-output {
    display: none
}
.gtm-cxo-games-page .form p {
    font-weight: 400;
    color: #bfbfbf;
    font-size: 16px;
    line-height: 20px
}
.gtm-cxo-games-page .form h5 {
    font-size: 24px;
    line-height: 28px
}
.gtm-cxo-games-page .form span {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: .8rem;
    color: rgba(255, 255, 255, 1);
}
.gtm-cxo-games-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
}
.gtm-cxo-games-page .btn-dismiss:hover {
    box-shadow: inset 0 0 0 1px #FFF
}
.gtm-cxo-games-page .heading-section .tablet-img {
    display: block !important;
    position: absolute;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    overflow: hidden;
    max-width: 1920px;
}
.gtm-cxo-games-page .image-block {
    display: none;
}
.gtm-cxo-games-page .image-block.active {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
    padding-right: 20px;
    padding-left: 20px;
}
.gtm-cxo-games-page .image-block>div {
    border: 1px solid #808080;
}
.gtm-cxo-games-page .image-block.video.active p {
    margin: 0;
    border: 1px solid #808080;
}
.gtm-cxo-games-page .image-block.active img {
    width: 100%;
    height: 100%;
}
.gtm-cxo-games-page .image-block.active .image-blur {
    position: fixed;
    width: calc(100% - 42px);
    height: calc(100% - 3px);
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(8px);
}
.gtm-cxo-games-page .image-block.active .close-recording {
    position: absolute;
    z-index: 1;
    top: 2rem;
    right: 2rem;
    pointer-events: all;
    cursor: pointer;
}
.gtm-cxo-games-page .image-block.video iframe {
    width: 1200px;
    height: 600px;
    max-width: 100%;
}
/* Header popup */
.header-popup {
    position: fixed;
    top: 0;
    left: 0;
    /* padding-right: 17px; */
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    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;
}
.header-popup.active {
    z-index: 1050;
    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;
}
.header-popup .popup-container {
    position: relative;
    height: 100%;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    display: flex;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100% !important;
    max-width: 430px;
    margin: auto !important;
    padding-left: 25px;
    padding-right: 25px;
    z-index: 1050;
}
.header-popup .popup-container .form-block {
    display: block;
    margin: auto;
    max-width: 380px !important;
    background: #191919;
    border-radius: 8px !important;
    padding: 32px !important;
    transform: translateY(-10rem) !important;
    box-shadow: 0px 16px 64px 0px rgba(0, 0, 0, 0.75);
    position: relative;
    z-index: -1;
    width: 100%;
    opacity: 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;
}
.header-popup.active .form-block {
    z-index: 101;
    opacity: 1;
    transform: translateY(0) !important;
    -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;
}
.header-popup .form-block .text-block {
    text-align: center;
    color: #191919;
}
.header-popup .form-block .text-block img {
    width: 84px;
}
.header-popup .form-block .text-block img+* {
    margin-top: 40px;
    margin-bottom: 8px;
}
.header-popup .form-block .text-block *+p {
    margin-top: 8px;
    color: #bfbfbf;
    font-weight: 400;
}
.header-popup .form-block .btn-block {
    margin-top: 24px;
}
.header-popup .form-block .btn-block a {
    margin: auto;
    width: 100%;
}
.header-popup .form-block .conditions {
    text-align: center;
    margin-top: 16px;
}
.header-popup .form-block .conditions p {
    color: #808080;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.header-popup .form-block .conditions a {
    font-weight: 400;
    color: #EF5600;
    font-size: 12px;
    line-height: 14px;
    text-decoration: underline;
}
.header-popup .form-block .conditions a:hover {
    text-decoration: none;
}
.header-popup .cancel-btn {
    position: absolute;
    top: 24px;
    right: 24px;
    color: #bfbfbf;
    line-height: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-width: 100%;
}
.header-popup .cancel-btn .material-icons {
    font-size: 32px;
    color: #fff;
}
.header-popup .cancel-btn .material-icons:hover {
    opacity: 0.5;
}
.header-popup .btn-big-gray-icon-left.btn-watch {
    border-color: #808080;
}
.header-popup .btn-big-gray-icon-left.btn-register-body::before {
    content: '\e8fd';
    font-weight: 400;
}
.header-popup .bg-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.60);
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    -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;
}
.header-popup.active .bg-popup {
    z-index: 1049;
    opacity: 1;
    pointer-events: all;
}
.borders-tab {
    display: none;
}
@media (min-width: 1023px) {
    .debaters-number-3 .player .home-outer-line.line-home-bottom-h.line-top-left-h.midle-line {
        bottom: 217px;
    }
    .debaters-number-3 .player .cross-home-bottom.midle-line {
        bottom: 212px;
    }
}
@media (max-width:767px) {
    .gtm-cxo-games-page .flipTimer .clock .flipper .text {
        font-size: 60px;
    }
    .gtm-cxo-games-page .bottom-landing-content>*:first-child {
        font-size: 20px !important;
    }
    .home-outer-line.line-home-top-v.home-top-line-right-second-v {
        opacity: 0.2;
    }
    .gtm-cxo-games-page .bottom-section .cross-home-bottom {
        opacity: 1;
    }
    .gtm-cxo-games-page .bottom-section .cross-home-top {
        top: 6px;
        opacity: 1;
    }
    .gtm-cxo-games-page .flipTimer .flipper.flipping .top.new {
        animation: none;
        display: none;
    }
    .gtm-cxo-games-page .flipTimer .flipper.flipping .bottom.new {
        animation: none;
    }
    .gtm-cxo-games-page .one-sponsor {
        padding: 18px;
    }
}
@media (max-width: 1520px) {
    .gtm-cxo-games-page .cxo-games-footer-image {
        position: absolute;
        bottom: 0;
        z-index: 0;
        width: 100%;
        height: auto;
    }
}
@media (max-width: 1279px) {
    .gtm-cxo-games-page section {
        padding-left: 25px;
        padding-right: 25px;
    }
    .agenda-content.debaters-number-4 .player .player__info {
        height: unset;
    }
    .gtm-cxo-games-page .bottom-landing-content>*:first-child {
        max-width: 80%;
    }
    .gtm-cxo-games-page .heading-section .gradient {
        left: -25px;
    }
}
@media (max-width: 1224px) {
    .gtm-cxo-games-page .countdown-digit {
        width: 114px;
        height: 180px;
        font-size: 134px;
        line-height: 134px;
    }
    .gtm-cxo-games-page .countdown-digit .top,
    .gtm-cxo-games-page .countdown-digit .bottom {
        width: 114px;
        height: 90px;
    }
    .gtm-cxo-games-page .countdown-item>*+*,
    .gtm-cxo-games-page #countdown>*+* {
        margin-left: 6px;
    }
    .gtm-cxo-games-page .digit {
        margin-top: 23px;
    }
    .gtm-cxo-games-page #countdown .countdown-digit.colon {
        margin: 0 4px 0 10px;
    }
}
@media (max-width: 1023px) {
    .button-block {
        position: relative;
        bottom: 7px;
    }
    .c-level_before_logo {
        display: flex;
        position: absolute;
        top: -60px;
        left: 20px;
        z-index: 1;
        height: 25px;
    }
    /*----------------------------------------*/
    .gtm-cxo-games-page .bottom-section .bottom-banner-block_bottom .bottom-landing-content>div {
        font-size: 24px;
        line-height: 28px;
    }
    .gtm-cxo-games-page .bottom-section .bottom-banner-block_bottom .bottom-landing-content div:last-of-type {
        margin-top: 8px;
        font-size: 16px;
        line-height: 20px;
    }
    .gtm-cxo-games-page .bottom-section.book .book-block .text-content>div {
        font-size: 34px;
        line-height: 40px;
    }
    .gtm-cxo-games-page .promo-blocks .bottom-landing-content>div {
        font-size: 24px;
        line-height: 28px;
    }
    .judjed_by_block div:last-child {
        font-size: 20px;
        line-height: 24px;
    }
    .judjed_by_block>div {
        font-size: 20px;
        line-height: 24px;
    }
    .gtm-cxo-games-page .bottom-landing-content>*:first-child {
        max-width: unset;
    }
    .gtm-cxo-games-page .heading-section .gradient {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 30%);
    }
    .judjed_by_block {
        padding: 16px;
        border-radius: 8px;
        position: absolute;
        bottom: 150px;
        left: 15px;
        right: unset;
        background-color: #000000bf;
        display: inline-block;
        z-index: 1;
    }
    .debaters-number-3 .players-item div .outer-home-top-left-h-first {
        display: none;
    }
    .debaters-number-3 .players-item div .outer-home-top-left-h-second {
        display: none;
    }
    .debaters-number-3 .players-item div:nth-child(3n) .outer-home-top-left-h-first {
        display: initial;
        top: 0px;
        left: calc(-250% - 10px);
        background: #3F3F3F;
        position: absolute;
        z-index: 1;
        height: 1px;
        width: 250%;
    }
    .debaters-number-3 .players-item div:nth-child(1n) .outer-home-top-left-h-second {
        /*display: initial;*/
        bottom: -1px;
        left: calc(-250% - 10px);
        background: #3F3F3F;
        position: absolute;
        z-index: 1;
        height: 1px;
        width: 250%;
    }
    .debaters-number-3 .players-item div:nth-child(4n) .outer-home-top-left-h-first {
        display: none;
    }
    body>div.gtm-cxo-games-page.position-relative.hyp-fadeIn>section.agenda-section.position-relative.hyp-fadeIn>div.agenda-content.debaters-number-3.container-fluid.container-default.position-relative>div>div:nth-child(2)>div>div>div>div:nth-child(4)>div.player__photo>div.outer-home-top-left-h-second {
        display: none;
    }
    body>div.gtm-cxo-games-page.position-relative.hyp-fadeIn>section.agenda-section.position-relative.hyp-fadeIn>div.agenda-content.debaters-number-3.container-fluid.container-default.position-relative>div>div:nth-child(2)>div>div>div>div:nth-child(6)>div.player__photo>div.outer-home-top-left-h-first {
        display: none;
    }
    body>div.gtm-cxo-games-page.position-relative.hyp-fadeIn>section.agenda-section.position-relative.hyp-fadeIn>div.agenda-content.debaters-number-3.container-fluid.container-default.position-relative>div>div:nth-child(2)>div>div>div>div:nth-child(4)>div.player__info>div.outer-home-top-left-h-second {
        display: none;
    }
    body>div.gtm-cxo-games-page.position-relative.hyp-fadeIn>section.agenda-section.position-relative.hyp-fadeIn>div.agenda-content.debaters-number-3.container-fluid.container-default.position-relative>div>div:nth-child(2)>div>div>div>div:nth-child(8)>div.player__photo>div.outer-home-top-right-h-first {
        display: none;
    }
    body>div.gtm-cxo-games-page.position-relative.hyp-fadeIn>section.agenda-section.position-relative.hyp-fadeIn>div.agenda-content.debaters-number-3.container-fluid.container-default.position-relative>div>div:nth-child(2)>div>div>div>div:nth-child(3)>div.player__photo>div.outer-home-top-left-h-second {
        display: initial;
    }
    body>div.gtm-cxo-games-page.position-relative.hyp-fadeIn>section.agenda-section.position-relative.hyp-fadeIn>div.agenda-content.debaters-number-3.container-fluid.container-default.position-relative>div>div:nth-child(2)>div>div>div>div:nth-child(3)>div.player__info>div.outer-home-top-left-h-second {
        display: initial;
    }
    body>div.gtm-cxo-games-page.position-relative.hyp-fadeIn>section.agenda-section.position-relative.hyp-fadeIn>div.agenda-content.debaters-number-3.container-fluid.container-default.position-relative>div>div:nth-child(2)>div>div>div>div:nth-child(5)>div.player__info>div.outer-home-top-left-h-second {
        display: initial;
    }
    body>div.gtm-cxo-games-page.position-relative.hyp-fadeIn>section.agenda-section.position-relative.hyp-fadeIn>div.agenda-content.debaters-number-3.container-fluid.container-default.position-relative>div>div:nth-child(2)>div>div>div>div:nth-child(5)>div.player__photo>div.outer-home-top-left-h-second {
        display: initial;
    }
    .debaters-number-2 .players-item div:nth-last-child(2) .outer-home-top-right-h-second {
        display: initial;
        bottom: -1px;
        right: calc(-250% - 10px);
        background: #3F3F3F;
        position: absolute;
        z-index: 1;
        height: 1px;
        width: 250%;
    }
    /*.debaters-number-3 .players-item  div:nth-last-child(-n+3) .player__photo .outer-home-top-left-h-second {

        display: none;

    }*/
    .debaters-number-3 .players-item div .outer-home-top-right-h-first {
        display: none;
    }
    .debaters-number-3 .players-item div:nth-child(2n) .outer-home-top-right-h-first {
        display: initial;
        top: 0px;
        right: calc(-250% - 10px);
        background: #3F3F3F;
        position: absolute;
        z-index: 1;
        height: 1px;
        width: 250%;
    }
    .debaters-number-3 .players-item div .outer-home-top-right-h-second {
        display: none;
    }
    .debaters-number-3 .players-item div:nth-child(2n) .outer-home-top-right-h-second {
        display: initial;
        bottom: -1px;
        right: calc(-250% - 10px);
        background: #3F3F3F;
        position: absolute;
        z-index: 1;
        height: 1px;
        width: 250%;
    }
    /*----------------------------------------*/
    .player.additional-player {
        display: none;
    }
    /*.agenda-content.debaters-number-3 .player .player__info {
        height: calc(100% - 400px);
    }*/
    .player .cross-home-bottom.midle-line {
        bottom: 156px;
    }
    .player .cross-home-top-left-first {
        left: -6px;
    }
    .player .home-outer-line.line-home-bottom-h.line-top-left-h.midle-line {
        bottom: 160px;
    }
    .player__info .caption-regular {
        max-height: 45px;
        min-height: 18px;
        overflow-y: hidden;
    }
    .player__info .caption-regular br {
        display: block;
    }
    .debaters-number-4 .player .cross-home-bottom.midle-line {
        bottom: 156px;
    }
    .debaters-number-4 .player .cross-home-top-left-first {
        left: -6px;
    }
    .debaters-number-4 .player .home-outer-line.line-home-bottom-h.line-top-left-h.midle-line {
        bottom: 160px;
    }
    .debaters-number-4 .player__info .caption-regular {
        max-height: 32px;
        min-height: 18px;
        overflow-y: hidden;
    }
    /* ---------------------------------------------*/
    .agenda-content .coach .outer-home-bottom-side {
        bottom: 120px;
    }
    .agenda-content .coach .outer-home-top-side {
        top: 182px;
    }
    .agenda-content .coach .line-home-bottom-h {
        bottom: 120px;
    }
    .agenda-content .coach .line-home-top-h {
        top: 182px;
    }
    .agenda-content .coach .cross-home-top {
        top: 176px;
    }
    .agenda-content .coach .line-home-top-v {
        height: calc(100% - 322px);
        top: 190px;
    }
    .gtm-cxo-games-page .heading-content h1 {
        font-size: 80px;
        line-height: 80px;
    }
    .gtm-cxo-games-page h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .gtm-cxo-games-page h2 {
        font-size: 48px;
        line-height: 48px;
    }
    .gtm-cxo-games-page h3 {
        font-size: 40px;
        line-height: 40px;
    }
    .gtm-cxo-games-page .heading-content h4 {
        font-size: 24px;
        line-height: 28px;
    }
    .gtm-cxo-games-page h4 {
        font-size: 34px;
        line-height: 40px;
    }
    .gtm-cxo-games-page h5 {
        font-size: 24px;
        line-height: 24px;
    }
    .gtm-cxo-games-page h6 {
        font-size: 20px;
        line-height: 24px;
        max-width: 60%;
    }
    .gtm-cxo-games-page .countdown-digit {
        width: 78px;
        height: 124px;
        line-height: 80px;
        font-size: 80px;
    }
    .gtm-cxo-games-page .digit {
        margin-top: 22px;
    }
    .gtm-cxo-games-page .countdown-digit .top,
    .gtm-cxo-games-page .countdown-digit .bottom {
        width: 78px;
        height: 62px;
    }
    .gtm-cxo-games-page .countdown-item>*+*,
    .gtm-cxo-games-page #countdown>*+* {
        margin-left: 2px;
    }
    .gtm-cxo-games-page .digit.colon {
        margin-top: 12px;
    }
    .gtm-cxo-games-page #countdown .countdown-digit.colon {
        margin: 0 4px 0 6px;
    }
    .gtm-cxo-games-page .heading-section {
        padding-top: 10rem;
        padding-bottom: 1rem;
        background-size: 3000px 1000px;
        background-position-x: 1px;
        height: auto;
    }
    .gtm-cxo-games-page .heading-section .tablet-img {
        display: block !important;
        position: absolute;
        right: -12rem;
        z-index: 0;
        top: 22rem;
        overflow: hidden;
        max-width: 1400px;
    }
    .gtm-cxo-games-page .heading-section .gradient-block {
        z-index: 4;
    }
    .gtm-cxo-games-page .heading-section .promo-banner {
        margin-top: 64px;
    }
    .gtm-cxo-games-page .heading-section .heading-content {
        padding-bottom: 0;
        min-height: 950px;
    }
    .gtm-cxo-games-page .heading-section:after {
        display: none;
    }
    .gtm-cxo-games-page .heading-content .text_block {
        text-align: left;
    }
    .gtm-cxo-games-page .heading-content .text_block p>a {
        margin-left: 0;
        margin-right: 0;
    }
    .gtm-cxo-games-page .bottom-section.book .text-content p:not(:last-child) {
        margin-bottom: 16px;
    }
    .gtm-cxo-games-page .countdown-description {
        margin-top: 16px;
    }
    .gtm-cxo-games-page .countdown-description>* {
        width: 165px;
        letter-spacing: 4px;
        font-size: 16px;
        line-height: 20px;
    }
    .gtm-cxo-games-page .one-sponsor {
        height: 64px;
    }
    .gtm-cxo-games-page .all-sponsors {
        gap: 16px;
    }
    .gtm-cxo-games-page .video-cxo-section {
        padding: 2rem 25px;
    }
    .gtm-cxo-games-page .peoples,
    .platform-content {
        flex-direction: column;
    }
    .gtm-cxo-games-page .coaches,
    .platform-content .logo-block {
        width: 100%;
        border-radius: 8px 8px 0 0;
        border-right: none;
        border-bottom: 1px solid #BFBFBF;
    }
    .platform-content .content-block,
    .gtm-cxo-games-page .players {
        width: 100%;
    }
    .gtm-cxo-games-page .text-block-800 {
        max-width: 560px;
    }
    .gtm-cxo-games-page .text-block-800 br {
        display: none;
    }
    .platform-content .logo-block {
        height: 80px;
        justify-content: flex-start;
        padding: 26px 24px;
    }
    .platform-content .content-block {
        padding: 24px 104px 24px 24px;
    }
    /*.gtm-cxo-games-page .coaches,*/
    /*.gtm-cxo-games-page .players {*/
    /*    padding: 24px 24px 40px;*/
    /*}*/
    .gtm-cxo-games-page h5 {
        font-size: 20px;
        line-height: 24px;
    }
    .gtm-cxo-games-page .agenda-section {
        padding-bottom: 3.2rem;
        padding-top: 2rem;
    }
    .gtm-cxo-games-page .all-videos {
        flex-wrap: wrap;
        justify-content: center;
    }
    .gtm-cxo-games-page .one-video {
        /* width: 344px; */
        width: 50%;
        height: 195px;
    }
    .gtm-cxo-games-page .one-video video {
        height: 195px;
    }
    .gtm-cxo-games-page .heading-content .outer-home-bottom-side,
    .gtm-cxo-games-page .heading-content .line-home-bottom-h {
        bottom: 390px;
    }
    .gtm-cxo-games-page .heading-content .cross-home-bottom {
        bottom: 384px;
    }
    .gtm-cxo-games-page .heading-content .line-home-top-h,
    .gtm-cxo-games-page .heading-content .outer-home-top-side {
        top: -105.5px;
    }
    .gtm-cxo-games-page .heading-content .cross-home-top {
        top: -110px;
    }
    .gtm-cxo-games-page .heading-content .line-home-top-v {
        top: -92px;
        height: calc(100% - 310px);
    }
    .gtm-cxo-games-page .heading-content .home-outer-line-top {
        top: -202px;
    }
    .borders-tab {
        display: block;
    }
    .gtm-cxo-games-page .heading-content .borders-tab .outer-home-bottom-side,
    .gtm-cxo-games-page .heading-content .borders-tab .line-home-bottom-h {
        bottom: 196px;
    }
    .gtm-cxo-games-page .heading-content .borders-tab .cross-home-bottom {
        bottom: 190px;
    }
    .gtm-cxo-games-page .heading-content .borders-tab>* {
        z-index: 10;
    }
    .gtm-cxo-games-page .heading-content .border-copy .line-home-top-v {
        height: 172px;
    }
    .gtm-cxo-games-page .heading-content .borders-tab .line-home-top-v {
        top: auto;
        bottom: 209px;
        height: 169px;
    }
    .gtm-cxo-games-page .countdown-block {
        margin-top: 3.2rem;
    }
    .gtm-cxo-games-page .countdown-block.with-sponsors {
        margin-top: 1.2rem;
    }
    .gtm-cxo-games-page .video-cxo-content {
        flex-direction: column;
    }
    .gtm-cxo-games-page .video-cxo-content br {
        display: block;
    }
    .gtm-cxo-games-page .video-cxo-section .text_block>*:first-child {
        margin-bottom: 16px;
    }
    .video-cxo-content .text_block,
    .video-cxo-section .video-block {
        width: 100%;
        height: fit-content;
    }
    .gtm-cxo-games-page .video-cxo-section .borders-tab .line-home-bottom-h,
    .gtm-cxo-games-page .video-cxo-section .borders-tab .outer-home-bottom-side {
        bottom: 310px;
    }
    .gtm-cxo-games-page .video-cxo-section .borders-tab .cross-home-bottom {
        bottom: 304px;
    }
    .gtm-cxo-games-page .video-cxo-section .line-home-top-v,
    .gtm-cxo-games-page .video-cxo-section .borders-tab .line-home-top-v {
        height: 95%;
    }
    .gtm-cxo-games-page .video-cxo-section .borders-tab .line-home-top-v {
        top: auto;
        bottom: 12px;
    }
    .gtm-cxo-games-page .agenda-section .row>*:nth-child(2) .title-agenda {
        margin-top: 64px;
    }
    .title-agenda {
        margin-top: 4rem;
    }
    .gtm-cxo-games-page .bottom-landing-content {
        padding: 32px;
        text-align: center;
    }
    .gtm-cxo-games-page .bottom-landing-content p>a {
        position: static;
    }
    .gtm-cxo-games-page .bottom-landing-content>*:first-child {
        font-size: 24px;
        line-height: 28px;
    }
    .gtm-cxo-games-page .bottom-landing-content>*+* {
        margin-top: 8px;
        font-size: 16px;
        line-height: 20px;
    }
    .gtm-cxo-games-page .bottom-landing-content p>a {
        margin-top: 16px;
    }
    .gtm-cxo-games-page .bottom-section {
        padding-bottom: 4rem;
    }
    .gtm-cxo-games-page .video-full iframe {
        height: 420px;
    }
    .gtm-cxo-games-page .promo-content {
        padding: 40px;
        text-align: center;
    }
    .gtm-cxo-games-page .promo-content.first-promo {
        /*background: radial-gradient(50% 48.39% at 50% 48.39%, #0D1A29 0%, #0D0D0D 100%);*/
    }
    .gtm-cxo-games-page .promo-content .promo-icon {
        position: relative;
        top: 0;
        right: auto;
        margin-top: 40px;
    }
    .gtm-cxo-games-page .first-promo .promo-main-content>*:nth-child(2),
    .gtm-cxo-games-page .first-promo .promo-main-content p {
        margin-left: auto;
        margin-right: auto;
    }
    .gtm-cxo-games-page .promo-content.first-promo p>a {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 32px;
    }
    .gtm-cxo-games-page .bottom-section.book .book-block {
        flex-direction: column;
        align-items: center;
    }
    .gtm-cxo-games-page .bottom-section.book .book-block .text-content {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .gtm-cxo-games-page .heading-section .gradient {
        top: -8rem;
        left: -25px;
        width: 110%;
    }
    .gtm-cxo-games-page .bottom-section.book .book-block .image-block {
        max-width: 244px;
        min-width: 244px;
    }
    .gtm-cxo-games-page .bottom-section.book {
        padding-top: 104px;
        padding-bottom: 64px;
    }
    .agenda-content .coach {
        max-width: 100%;
    }
    .agenda-content .coach__photo {
        width: 100%;
    }
    .agenda-content .player {
        width: 50%;
    }
    .gtm-cxo-games-page .speakers-bottom-text {
        margin-top: 64px;
    }
    .gtm-cxo-games-page .cxo-games-footer-image {
        height: auto;
    }
    .gtm-cxo-games-page .agenda-block .agenda-logos {
        gap: 44px;
    }
    .gtm-cxo-games-page .agenda-block .agenda-logos img {
        height: 32px;
    }
    .gtm-cxo-games-page .promo-blocks {
        padding-top: 0rem;
        position: relative;
        z-index: 5;
    }
    .gtm-cxo-games-page .promo-blocks>*:last-child {
        padding-top: 4rem;
    }
    .gtm-cxo-games-page .promo-blocks+.agenda-block {
        padding-top: 4rem;
    }
    .gtm-cxo-games-page .promo-banner .cross-home-top-left-second,
    .gtm-cxo-games-page .promo-banner .cross-home-top-right-first,
    .gtm-cxo-games-page .promo-banner .line-top-left-second-h,
    .gtm-cxo-games-page .promo-banner .line-top-middle-h {
        display: none;
    }
    .agenda-content.debaters-number-1 .player,
    .agenda-content.debaters-number-2 .player,
    .agenda-content.debaters-number-3 .player,
    .agenda-content.debaters-number-4 .player {
        max-width: 50%;
    }
    .agenda-content .player .player__info {
        padding: 16px;
    }
    .agenda-content.debaters-number-1 .player .player__info>a,
    .agenda-content.debaters-number-2 .player .player__info>a,
    .agenda-content.debaters-number-3 .player .player__info>a,
    .agenda-content.debaters-number-3 .player .player__info>a {
        font-size: 24px;
        line-height: 28px;
    }
    .gtm-cxo-games-page .heading-section .gradient-block {
        top: 60rem;
    }
    .gtm-cxo-games-page .image-block.active .close-recording {
        top: 1rem;
        right: 1rem;
    }
    .gtm-cxo-games-page .image-block.video iframe {
        height: 420px;
    }
    .promo-blocks .bottom-section {
        padding-top: 0;
        margin-top: 1rem;
    }
    .borders .hide-tab {
        display: initial;
    }
}
@media (max-width: 767px) {
    .button-block button {
        margin-right: 0px;
    }
    .button-block {
        bottom: 9px;
    }
    .c-level_before_logo {
        top: -60px;
    }
    .gtm-cxo-games-page .bottom-section.book .book-block .text-content>div {
        font-size: 24px;
        line-height: 28px;
    }
    .judjed_by_block div:last-child {
        font-size: 16px;
        line-height: 20px;
    }
    .judjed_by_block>div {
        font-size: 16px;
        line-height: 20px;
    }
    .gtm-cxo-games-page .heading-content .text_block>div {
        font-size: 20px;
        line-height: 20px;
        font-weight: 700;
        margin-top: 8px;
    }
    .player__info .caption-regular {
        max-height: 35px;
        min-height: 18px;
        overflow-y: hidden;
    }
    .gtm-cxo-games-page .heading-content .text_block {
        top: -30px;
    }
    .gtm-cxo-games-page .heading-content .text_block>h1 {
        font-size: 32px !important;
        line-height: 45px !important;
    }
    .gtm-cxo-games-page .video-cxo-section .outer-home-top-side {
        top: 7px;
    }
    .gtm-cxo-games-page .video-cxo-section .cross-home-top {
        top: 1px;
    }
    .player .cross-home-bottom.midle-line {
        bottom: 154px;
    }
    .player .home-outer-line.line-home-bottom-h.line-top-left-h.midle-line {
        bottom: 159px;
    }
    /* ---------------------------------------------*/
    .agenda-content .coach .outer-home-bottom-side {
        bottom: 120px;
    }
    .agenda-content .coach .outer-home-top-side {
        top: 182px;
    }
    .agenda-content .coach .line-home-bottom-h {
        bottom: 120px;
    }
    .agenda-content .coach .line-home-top-h.home-outer-line.line-home-top-h.line-top-left-h {
        top: 122px;
    }
    .agenda-content .coach .cross-home-top {
        top: 116px;
    }
    .agenda-content .coach .line-home-top-v {
        height: calc(100% - 266px);
        top: 133px;
    }
    .title-agenda>*:first-child,
    .title-agenda>p {
        font-size: 20px;
        font-weight: 700;
        line-height: 20px;
    }
    .home-outer-line.line-home-top-h.line-top-left-h {
        top: 11px;
    }
    .gtm-cxo-games-page .heading-content .line-home-top-v {
        top: -132px;
        height: calc(100% - 50px);
        background: linear-gradient(180deg, #FFF 0%, #FFF 15%, rgba(255, 255, 255, 0.00) 38%);
    }
    .gtm-cxo-games-page section {
        padding-left: 1px;
        padding-right: 1px;
    }
    .gtm-cxo-games-page h1,
    .gtm-cxo-games-page .heading-content h1 {
        font-size: 48px;
        line-height: 48px;
    }
    .gtm-cxo-games-page h2 {
        font-size: 34px;
        line-height: 34px;
    }
    .gtm-cxo-games-page h3 {
        font-size: 28px;
        line-height: 28px;
    }
    .gtm-cxo-games-page .heading-content h4 {
        font-size: 20px;
        line-height: 24px;
    }
    .gtm-cxo-games-page h4 {
        font-size: 24px;
        line-height: 28px;
    }
    .gtm-cxo-games-page h5 {
        font-size: 16px;
        line-height: 20px;
    }
    .gtm-cxo-games-page h6 {
        font-size: 16px;
        line-height: 20px;
    }
    .gtm-cxo-games-page .heading-content .text_block>*:first-child {
        font-size: 20px;
        line-height: 20px;
        font-weight: 700;
    }
    .gtm-cxo-games-page .heading-content .text_block>*:nth-child(2),
    .gtm-cxo-games-page .heading-content .text_block>*:nth-child(3) {
        font-size: 16px;
        line-height: 20px;
    }
    .gtm-cxo-games-page .heading-content .text_block>h1 {
        font-size: 48px;
        line-height: 48px;
        margin-top: 8px;
    }
    .gtm-cxo-games-page .heading-content .text_block>h6 {
        font-size: 16px;
        line-height: 20px;
        margin-top: 8px;
    }
    .gtm-cxo-games-page .heading-content .text_block>*+* {
        margin-top: 24px;
    }
    .hide-mob {
        display: none;
    }
    .gtm-cxo-games-page .line-top-left-h {
        width: calc(100% - 54px);
    }
    .gtm-cxo-games-page .heading-section {
        padding-top: 8.9rem;
        padding-bottom: 3.2rem;
        /*background-image: url(../images/img-hero-background-mob.png);*/
        /*background-size: 100vw 694px;*/
    }
    .heading-content .text_block h1>br {
        display: block;
    }
    .heading-content .text_block h5>br {
        display: none;
    }
    .gtm-cxo-games-page .text_block>p>a {
        margin-top: 1.2rem;
    }
    .gtm-cxo-games-page .countdown-block {
        max-width: 100%;
        margin: 2rem auto;
    }
    .gtm-cxo-games-page .countdown-block.with-sponsors {
        margin: 0 auto;
    }
    .gtm-cxo-games-page .countdown-digit .top,
    .gtm-cxo-games-page .countdown-digit .bottom {
        width: 42px;
        height: 34px;
    }
    .gtm-cxo-games-page .countdown-digit .bottom {
        border-radius: 0px 0px 6px 6px;
    }
    .gtm-cxo-games-page .countdown-digit .top {
        border-radius: 6px 6px 0px 0px;
    }
    .gtm-cxo-games-page .digit {
        margin-top: 9px;
    }
    .gtm-cxo-games-page .countdown-digit {
        width: 42px;
        height: 68px;
        line-height: 50px;
        font-size: 50px;
        border-radius: 6px;
    }
    .gtm-cxo-games-page .countdown-digit .top::before,
    .gtm-cxo-games-page .countdown-digit .top::after {
        bottom: 0;
    }
    .gtm-cxo-games-page .countdown-digit .top::before,
    .gtm-cxo-games-page .countdown-digit .top::after,
    .gtm-cxo-games-page .countdown-digit .bottom::before,
    .gtm-cxo-games-page .countdown-digit .bottom::after {
        width: 1px;
        height: 2px;
    }
    .gtm-cxo-games-page .countdown-digit .top::after,
    .gtm-cxo-games-page .countdown-digit .bottom::after {
        right: 0;
    }
    .gtm-cxo-games-page .countdown-digit .bottom::before,
    .gtm-cxo-games-page .countdown-digit .bottom::after {
        top: 0;
    }
    .gtm-cxo-games-page .digit.colon {
        margin-top: 2px;
    }
    .gtm-cxo-games-page #countdown .countdown-digit.colon {
        margin: 0px 4px 0 4px;
    }
    .gtm-cxo-games-page .countdown-item>*+*,
    .gtm-cxo-games-page #countdown>*+* {
        margin-left: 0;
    }
    .gtm-cxo-games-page .countdown-description>* {
        width: 91px;
        font-size: 8px;
        line-height: 8px;
        letter-spacing: 2px;
    }
    .gtm-cxo-games-page .countdown-description {
        width: 600px;
        margin: 12px auto 0;
    }
    .gtm-cxo-games-page .all-sponsors {
        margin-top: 34px;
        gap: 10px;
        justify-content: center;
    }
    .gtm-cxo-games-page .one-sponsor {
        width: 120px;
        height: 48px;
        /* flex: 0 0 30%; */
    }
    .gtm-cxo-games-page .video-cxo-section {
        padding: 2rem 0;
    }
    .video-cxo-section .video-block video {
        width: 100%;
    }
    .video-description .icon-video {
        font-size: 10px;
        line-height: 12px;
        letter-spacing: 2px;
    }
    .video-cxo-content .video-description {
        bottom: -28px;
    }
    .gtm-cxo-games-page .title-game {
        line-height: 24px;
    }
    .agenda-date+.title-game {
        margin-top: 8px;
    }
    .title-agenda {
        margin-top: 3.2rem;
    }
    .gtm-cxo-games-page .agenda-section {
        padding-bottom: 2rem;
    }
    .gtm-cxo-games-page .footer-section {
        padding: 3.2rem 0;
    }
    .platform-content .logo-block {
        padding: 28px 16px;
    }
    .platform-content .content-block {
        padding: 16px;
    }
    .video-full {
        max-width: 100%;
    }
    .btn-close-video {
        top: -55px;
    }
    /*.gtm-cxo-games-page .coaches, .gtm-cxo-games-page .players {*/
    /*    padding: 24px;*/
    /*}*/
    /*.gtm-cxo-games-page .heading-content .text_block > *+* {*/
    /*    margin-top: 8px;*/
    /*}*/
    .gtm-cxo-games-page .heading-section .tablet-img {
        top: 19rem;
        max-width: 866px;
    }
    .gtm-cxo-games-page .heading-section .heading-content {
        padding-bottom: 0;
        min-height: 550px;
    }
    .gtm-cxo-games-page .heading-content .text_block p>a {
        margin-top: 16px;
    }
    .gtm-cxo-games-page .all-videos {
        margin-top: 3.2rem;
    }
    .gtm-cxo-games-page .one-video video,
    .gtm-cxo-games-page .one-video {
        height: 112px;
    }
    .gtm-cxo-games-page .heading-content .borders-tab .cross-home-bottom {
        bottom: 106px;
    }
    .gtm-cxo-games-page .heading-content .borders-tab .outer-home-bottom-side,
    .gtm-cxo-games-page .heading-content .borders-tab .line-home-bottom-h {
        bottom: 112px;
    }
    .gtm-cxo-games-page .heading-content .border-copy .line-home-top-v {
        height: 88px;
    }
    .gtm-cxo-games-page .heading-content .cross-home-bottom {
        bottom: 218px;
    }
    .gtm-cxo-games-page .heading-content .outer-home-bottom-side,
    .gtm-cxo-games-page .heading-content .line-home-bottom-h {
        bottom: 224px;
    }
    .gtm-cxo-games-page .heading-content .borders-tab .line-home-top-v {
        bottom: 124px;
        height: 88px;
    }
    .gtm-cxo-games-page .heading-content .line-home-top-h,
    .gtm-cxo-games-page .heading-content .outer-home-top-side {
        top: -89.5px;
    }
    .gtm-cxo-games-page .heading-content .cross-home-top {
        top: -94px;
    }
    .gtm-cxo-games-page .heading-content .home-outer-line-top {
        top: -186px;
    }
    .gtm-cxo-games-page .heading-content .line-home-top-v {
        top: -76px;
        height: calc(100% - 160px);
    }
    .gtm-cxo-games-page .raves-ticker-section {
        margin-top: 4px;
    }
    .gtm-cxo-games-page .raves-ticker-section .raves-ticker>*+* {
        margin-left: 2rem;
    }
    .video-cxo-content .text_block,
    .video-cxo-section .video-block {
        height: fit-content;
    }
    .video-cxo-content .text_block {
        padding: 24px;
    }
    .gtm-cxo-games-page ul li+li {
        margin-top: 6px;
    }
    .gtm-cxo-games-page .video-cxo-section .borders-tab .cross-home-bottom {
        bottom: 258px;
    }
    .gtm-cxo-games-page .video-cxo-section .borders-tab .line-home-bottom-h,
    .gtm-cxo-games-page .video-cxo-section .borders-tab .outer-home-bottom-side {
        bottom: 264px;
    }
    .gtm-cxo-games-page .video-cxo-section .line-home-top-v,
    .gtm-cxo-games-page .video-cxo-section .borders-tab .line-home-top-v {
        height: 95%;
    }
    .gtm-cxo-games-page .video-cxo-section a.btn-watch {
        left: 50%;
        transform: translateX(-50%);
        right: auto;
    }
    .gtm-cxo-games-page .agenda-section .row>*:nth-child(2) .title-agenda {
        margin-top: 1.6rem;
    }
    .title-agenda {
        margin-top: 4rem;
    }
    .title-agenda>*+* {
        margin-top: 8px;
    }
    .title-agenda>p>a {
        margin-top: 16px;
    }
    .gtm-cxo-games-page .bottom-section {
        padding-bottom: 3.2rem;
        padding-right: 0;
        padding-left: 0;
    }
    .gtm-cxo-games-page .bottom-landing-content {
        padding: 24px;
    }
    .gtm-cxo-games-page .bottom-landing-content p>a {
        margin-top: 24px;
    }
    .gtm-cxo-games-page .video-full iframe {
        height: 300px;
    }
    .gtm-cxo-games-page .promo-content {
        padding: 32px 16px;
    }
    .gtm-cxo-games-page .promo-content .promo-icon {
        margin-top: 33px;
        height: 24px;
    }
    .gtm-cxo-games-page .first-promo .promo-main-content>*:nth-child(2) {
        padding: 4px 6px;
        font-size: 20px;
        line-height: 24px;
    }
    .gtm-cxo-games-page .promo-content .bottom-content {
        margin-top: 24px;
    }
    .gtm-cxo-games-page .promo-content .bottom-content img {
        margin: 0 auto;
        display: block;
    }
    .gtm-cxo-games-page .promo-content .bottom-content>*:last-child {
        margin-right: auto;
    }
    .gtm-cxo-games-page .promo-content .bottom-content>*+* {
        margin-top: 24px !important;
    }
    .gtm-cxo-games-page .bottom-section.book .book-block {
        padding: 24px;
        gap: 24px;
    }
    .gtm-cxo-games-page .bottom-section.book .book-block .image-block {
        max-width: 162px;
        min-width: 162px;
    }
    .gtm-cxo-games-page .bottom-section.book {
        padding-top: 48px;
        padding-bottom: 16px;
        padding-left: 0;
        padding-right: 0;
    }
    .gtm-cxo-games-page .agenda-block p {
        font-size: 16px;
        line-height: 20px;
    }
    .gtm-cxo-games-page .agenda-block ul {
        font-size: 16px;
        line-height: 20px;
    }
    .gtm-cxo-games-page .speakers-bottom-text {
        font-size: 16px;
        line-height: 20px;
    }
    .gtm-cxo-games-page .agenda-section .text_block>*:first-child {
        font-size: 34px;
        line-height: 34px;
    }
    .gtm-cxo-games-page .cxo-games-footer-image {
        height: 850px;
    }
    .gtm-cxo-games-page .promo-banner+.container-default {
        margin-top: 48px;
    }
    .agenda-content .player .player__info>a {
        font-size: 20px;
        line-height: 24px;
    }
    .agenda-content .player .player__info .caption-regular p {
        font-size: 12px;
        line-height: 14px;
    }
    .gtm-cxo-games-page .heading-section .gradient {
        top: -5.6rem;
    }
    .gtm-cxo-games-page .promo-blocks>*:last-child {
        padding-top: 3.5rem;
    }
    .gtm-cxo-games-page .promo-blocks+.agenda-block {
        padding-top: 0.8rem;
    }
    .gtm-cxo-games-page .promo-banner .cross-home-top-middle,
    .gtm-cxo-games-page .promo-banner .line-top-right-first {
        display: none;
    }
    .agenda-content .player__info a.btn-watch {
        font-size: 12px;
        line-height: 14px;
    }
    .agenda-content.debaters-number-1 .player .player__info>a,
    .agenda-content.debaters-number-2 .player .player__info>a,
    .agenda-content.debaters-number-3 .player .player__info>a,
    .agenda-content.debaters-number-4 .player .player__info>a {
        font-size: 20px;
        line-height: 24px;
    }
    .agenda-content .coach .red-circle,
    .agenda-content .coach .orange-circle {
        position: absolute;
        width: 122px;
        height: 122px;
        border-radius: 332px;
        filter: blur(50px);
    }
    .agenda-content .coach .red-circle {
        background: #FD2348;
        bottom: 3rem;
        left: 3rem;
    }
    .agenda-content .coach .orange-circle {
        background: #EF5600;
        bottom: 3rem;
        left: 10rem;
    }
    .gtm-cxo-games-page .heading-section .gradient-block {
        top: 42rem;
    }
    .judjed_by_block {
        padding: 16px;
        border-radius: 8px;
        position: absolute;
        left: 15px;
        right: unset;
        background-color: #000000bf;
        display: inline-block;
        z-index: 1;
        zoom: 80%;
        bottom: 0px;
    }
    .agenda-content .coach .coach__photo img {
        width: auto;
        height: 100%;
        object-fit: cover;
    }
    .agenda-content .coach__photo {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: 300px;
        overflow: hidden;
    }
    .gtm-cxo-games-page .image-block.video iframe {
        height: 300px;
    }
    .borders .hide-tab {
        display: none;
    }
}
@media (max-width: 720px) {
    .gtm-cxo-games-page .countdown-description {
        width: 380px;
        margin: 12px auto 0;
    }
}
@media (max-width: 500px) {
    .c-level_before_logo {
        top: -60px;
    }
}
@media (max-width: 470px) {
    .judjed_by_block {
        bottom: -40px;
    }
    .gtm-cxo-games-page .heading-content .text_block>h6 {
        font-size: 14px;
        line-height: 18px;
        margin-top: 8px;
    }
}
@media (max-width: 420px) {
    .player .cross-home-bottom.midle-line {
        bottom: 174px;
    }
    .player .home-outer-line.line-home-bottom-h.line-top-left-h.midle-line {
        bottom: 179px;
    }
    .gtm-cxo-games-page .flipTimer .clock {
        height: 62px !important;
    }
    .gtm-cxo-games-page .flipTimer .clock .flipper {
        min-width: 10.5vw;
    }
    .gtm-cxo-games-page .countdown-description {
        width: 95%;
        margin: 12px auto 0;
    }
    .gtm-cxo-games-page .heading-section .heading-content {
        padding-bottom: 0;
    }
    .agenda-content .player .player__info {
        min-height: 180px;
    }
    .debaters-number-4 .player .cross-home-bottom.midle-line {
        bottom: 174px;
    }
    .debaters-number-4 .player .home-outer-line.line-home-bottom-h.line-top-left-h.midle-line {
        bottom: 179px;
    }
}
@media (max-width: 400px) {
    .gtm-cxo-games-page .countdown-digit,
    .gtm-cxo-games-page .countdown-digit .top,
    .gtm-cxo-games-page .countdown-digit .bottom {
        width: 36px;
    }
    .video-cxo-content .text_block {
        padding: 16px;
    }
}
@media (max-width: 393px) {
    .gtm-cxo-games-page .flipTimer .clock .flipper .text {
        font-size: 50px;
    }
}
@media (max-width: 368px) {
    .gtm-cxo-games-page .flipTimer .clock .flipper .text {
        font-size: 50px;
    }
}
@media (max-width: 346px) {
    .gtm-cxo-games-page .video-cxo-section a.btn-watch {
        font-size: 14px;
    }
}
@media (max-width: 330px) {
    .gtm-cxo-games-page .flipTimer .clock .flipper .text {
        font-size: 45px;
    }
}