/* Heading section / Borders */
.hse-community-page .heading-section .line-home-top-h,
.hse-community-page .heading-section .outer-home-top-side {
    top: -185.5px;
}
.hse-community-page .heading-section .cross-home-top {
    top: -190px;
}
.hse-community-page .heading-section .home-outer-line-top {
    top: -282px;
}
.hse-community-page .heading-section .line-home-top-v {
    top: -172px;
    height: calc(100% + 432px);
}
/* Borders end */
.hse-community-page .heading-section {
    background-image: url(../images/img-hero-background-desktop.jpg);
    background-size: 100vw 100%;
    padding-top: 14rem;
    padding-bottom: 13rem;
    background-repeat: no-repeat;
}
.hse-community-page .heading-section .header-content {
    position: relative;
    z-index: 10;
}
.hse-community-page .heading-section:after {
    content: '';
    width: 100vw;
    height: 252px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 0;
}
.hse-community-page .heading-section .left-block {
    width: calc(100% - 548px);
}
.hse-community-page .heading-section .left-block>*:first-child {
    text-transform: uppercase;
    font-weight: 900;
}
.hse-community-page .heading-section .left-block>*+* {
    margin-top: 16px;
    margin-bottom: 0;
    color: #e5e5e5;
}
.hse-community-page .heading-section .left-block div:first-of-type {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.4rem;
}
.hse-community-page .heading-section .left-block>h6 {
    font-weight: 400;
}
.hse-community-page .heading-section .left-block div:nth-of-type(2) {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2rem;
}
.hse-community-page .heading-section .right-block {
    height: fit-content;
    width: 542px;
    margin-left: auto;
    border-radius: 8px;
    border: 1px solid var(--Gray-3, #808080);
    box-shadow: 0px 16px 24px 0px #000;
    overflow: hidden;
    max-width: 100%;
    height: 292px;
}
.hse-community-page .heading-section .right-block video {
    max-width: 100%;
    height: auto;
}
/* cxo-games-section / Borders start*/
.hse-community-page .cxo-games-section .cross-home-top {
    top: -6px;
}
.hse-community-page .cxo-games-section .outer-home-top-side,
.hse-community-page .cxo-games-section .line-home-top-h {
    top: 0;
}
.hse-community-page .cxo-games-section .line-home-top-v {
    top: 12px;
    height: calc(100% - 24px);
}
.hse-community-page .cxo-games-section .cross-home-bottom {
    bottom: -6px;
}
.hse-community-page .cxo-games-section .line-home-bottom-h,
.hse-community-page .cxo-games-section .outer-home-bottom-side {
    bottom: 0;
}
/* borders end */
.hse-community-page .cxo-games-section {
    background: linear-gradient(180deg, #000 0%, #1A1A1A 100%);
    padding-bottom: 4rem;
    padding-top: 2rem;
}
.hse-community-page .cxo-games-section .left-block {
    padding: 2rem;
    background: linear-gradient(180deg, rgba(36, 36, 36, 0.00) 42.9%, #242424 100%), #191919;
    box-shadow: -24px 0px 64px 0px rgba(0, 0, 0, 0.25);
}
.hse-community-page .cxo-games-section .left-block>*:first-child {
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: .8rem;
    font-size: 2.4rem;
    line-height: 2.4rem;
    margin-top: 0;
}
.hse-community-page .cxo-games-section .left-block>*+* {
    margin-top: 8px;
    margin-bottom: 0;
    font-weight: 400;
}
.hse-community-page .cxo-games-section .left-block p>a {
    margin-top: 16px;
    position: absolute;
    bottom: 40px;
}
.hse-community-page .cxo-games-section .left-block h6 {
    font-weight: 700;
}
.hse-community-page .cxo-games-section .left-block div {
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    font-size: 1rem;
    line-height: 1.2rem;
}
.hse-community-page .cxo-games-section .left-block,
.hse-community-page .cxo-games-section .right-block {
    width: 50%;
}
.hse-community-page .cxo-games-section .right-block {
    /* height: 348px; */
    position: relative;
    overflow: hidden;
}
.hse-community-page .cxo-games-section .right-block video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.hse-community-page .cxo-games-section .right-block a {
    position: absolute;
    right: 24px;
    bottom: 24px;
}
a.btn-watch {
    position: absolute;
    padding: 8px 16px;
    border-radius: 24px;
    background: #000;
    right: 16px;
    bottom: 16px;
    transition: all 0.3s;
    font-size: 14px;
    line-height: 16px;
}
a.btn-watch:hover {
    background: #fff;
    color: #000;
}
/* Ama section */
/* Borders */
.ama-section .cross-people-top-left-first {
    left: -6px;
}
.ama-section .cross-people-top-left-second,
.bottom-block .cross-home-top-left-second {
    left: calc(25.5% - 11.5px);
}
.ama-section .cross-people-top-right-first,
.bottom-block .cross-home-top-right-first {
    left: calc(74.5% + 0.5px);
}
.ama-section .cross-people-top-right-second,
.bottom-block .cross-home-top-right-second {
    right: -6px;
}
.ama-section .line-people-top-left-first-h,
.bottom-block .line-top-left-h {
    left: 16px;
}
.ama-section .line-people-top-left-second-h,
.bottom-block .line-top-left-second-h {
    left: calc(25% + 14px);
}
.ama-section .line-people-top-middle-h,
.bottom-block .line-top-middle-h {
    left: calc(50% + 14px);
}
.ama-section .line-people-top-right-first-h,
.bottom-block .line-top-right-first {
    right: 14px;
}
.hse-community-page .bottom-block .line-home-bottom-h,
.hse-community-page .bottom-block .outer-home-bottom-side {
    bottom: 191px;
    top: auto;
}
.hse-community-page .bottom-block .outer-home-top-right-h {
    right: calc(-100% - 14px);
}
.bottom-block .cross-home-top-left-first {
    left: -6px;
}
.hse-community-page .bottom-block .cross-home-bottom {
    bottom: 186px;
    top: auto;
    z-index: 3;
}
.hse-community-page .hse-bottom-section .home-outer-line {
    z-index: 3;
}
.hse-community-page .ama-section .borders-copy .cross {
    top: 294px;
}
.hse-community-page .ama-section .borders-copy .home-outer-line {
    top: 300px;
}
.hse-community-page .hse-bottom-section .line-home-bottom-v {
    height: 272px;
    bottom: 506px;
}
.hse-community-page .hse-bottom-section .double .line-home-bottom-v {
    height: 272px;
    bottom: 206px;
}
.hse-community-page .hse-bottom-section .borders .double,
.hse-community-page .hse-bottom-section .borders .bottom {
    opacity: 1;
}
.hse-community-page .hse-bottom-section .bottom .line-home-bottom-v {
    height: 178px;
    bottom: 0;
}
.hse-community-page .ama-section .line-people-top-h,
.hse-community-page .ama-section .line-people-bottom-h {
    width: calc(25% - 28px);
}
.hse-community-page .ama-section .line-people-top-left-first-h,
.hse-community-page .bottom-block .line-top-left-h {
    left: 14px;
}
.hse-bottom-section .line-top-left-second-h,
.hse-bottom-section .line-people-top-left-second-h,
.hse-bottom-section .line-people-bottom-left-second-h,
.hse-bottom-section .line-top-middle-h,
.hse-bottom-section .line-people-top-middle-h,
.hse-bottom-section .line-people-bottom-middle-h,
.hse-bottom-section .line-home-bottom-h.line-top-right-first,
.hse-bottom-section .line-top-left-h {
    width: calc(25% - 28px);
}
.hse-bottom-section .outer-home-top-left-h,
.outer-people-top-right-h {
    margin-left: calc(-100% + -14px);
}
.ama-section .borders.space.hd .cross::after {
    content: none;
}
.hse-community-page .hse-bottom-section .borders-top .home-outer-line-top {
    top: 0;
}
.hse-community-page .hse-bottom-section .borders-top .home-outer-line-top {
    height: calc(100% - 804px);
}
.hse-community-page .hse-bottom-section .borders-top .out-top-left-first {
    left: 0;
}
.hse-community-page .hse-bottom-section .borders-top .out-top-right-second {
    right: 0;
}
.hse-community-page .hse-bottom-section .outer-people-top-right-h {
    right: calc(-100% - 12px);
}
/* end */
.hse-community-page .hse-bottom-section {
    background: linear-gradient(180deg, #1A1A1A 0%, #262626 100%);
}
.hse-community-page .hse-bottom-section .hse-bottom-section-wrapper {
    padding-top: 6rem;
    padding-bottom: 9.6rem;
    max-width: 1200px;
    margin: auto;
}
.hse-community-page .bottom-section-title>*:first-child,
.hse-community-page .bottom-section-title>*:nth-child(2) {
    font-weight: 900;
}
.hse-community-page .bottom-section-title>h2 {
    font-weight: 900;
    margin-bottom: .8rem;
    font-size: 4rem;
    line-height: 4rem;
    margin-top: 0;
}
.hse-community-page .bottom-section-title>*:nth-child(2) {
    margin-top: 16px;
    text-transform: uppercase;
}
.hse-community-page .bottom-section-title>*:nth-child(2) br {
    display: none;
}
.hse-community-page .bottom-section-title>p {
    margin-bottom: 0;
    margin-top: 16px;
    font-weight: 400;
    color: #BFBFBF;
}
.hse-community-page .ama-section {
    flex-wrap: wrap;
    margin-top: 2rem;
    position: relative;
}
.hse-community-page .ama-section .post-ama {
    height: 300px;
    width: 50%;
    display: flex;
    min-width: 50%;
    background: linear-gradient(180deg, rgba(36, 36, 36, 0.00) 42.9%, #242424 100%), #191919;
    box-shadow: -24px 0px 64px 0px rgba(0, 0, 0, 0.25);
}
.hse-community-page .ama-section .post-ama .thumbnail {
    background: #FD2348;
    min-width: 50%;
    display: flex;
    align-items: end;
}
.hse-community-page .ama-section .post-ama.recorded .thumbnail {
    background: #252525;
}
.hse-community-page .hse-bottom-section .bottom-block {
    padding-left: 0;
    padding-right: 0;
}
.hse-community-page .post-ama .thumbnail img {
    height: auto;
    width: 100%;
    max-width: 300px;
}
.hse-community-page .post-ama .post-info {
    padding: 24px 32px;
    position: relative;
    min-width: 50%;
}
.hse-community-page .post-ama.recorded .post-info .date {
    color: #BFBFBF;
}
.hse-community-page .post-ama .info>*:first-child {
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 900;
    line-height: 40px;
    margin: 0;
}
.hse-community-page .post-ama .info>*:nth-child(2) {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #BFBFBF;
    margin-bottom: 0;
    margin-top: 12px;
}
.hse-community-page .post-ama .post-info .btn-block {
    position: absolute;
    bottom: 24px;
}
.hse-community-page .post-ama .post-info .btn-block>* {
    margin: 0;
}
.hse-community-page .post-ama .sponsors-logo-img {
    margin-top: 16px;
}
.hse-community-page .post-ama .sponsors-logo-img img {
    max-height: 18px;
}
.hse-community-page .hse-bottom-section .btn-block {
    position: absolute;
    margin-top: 3.2rem;
}
.hse-community-page .hse-bottom-section .btn-block>*,
.hse-community-page .hse-bottom-section .btn-block p>a {
    margin: 0;
}
.borders-copy.show-tab {
    display: none;
}
/* gtm-test-section */
.gtm-test-section {
    padding-top: 2rem;
    padding-bottom: 4rem;
    background: linear-gradient(180deg, #262626 0%, #1A1A1A 100%);
}
.hse-community-page .gtm-test-section .left-block,
.hse-community-page .gtm-test-section .right-block {
    width: 50%;
}
.hse-community-page .gtm-test-section .left-block {
    padding: 2rem;
    background: linear-gradient(180deg, rgba(36, 36, 36, 0.00) 42.9%, #242424 100%), #191919;
    box-shadow: -24px 0px 64px 0px rgba(0, 0, 0, 0.25);
}
.hse-community-page .gtm-test-section .right-block {
    padding: 16px 60px 0px 60px;
    background: linear-gradient(319deg, #EF5600 23.3%, #FD2348 76.7%);
    height: 308px;
}
.hse-community-page .gtm-test-section .left-block>*:first-child {
    text-transform: uppercase;
    font-weight: 900;
    margin: 0;
}
.hse-community-page .gtm-test-section .left-block>*+* {
    margin-top: 8px;
    margin-bottom: 0;
    font-weight: 400;
}
.hse-community-page .gtm-test-section .left-block>h6 {
    margin-top: 16px;
    margin-bottom: 0;
    font-weight: 700;
}
.hse-community-page .gtm-test-section .left-block div {
    margin-top: 16px;
    margin-bottom: 0;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    font-size: 1rem;
    line-height: 1.2rem;
}
.hse-community-page .gtm-test-section .left-block p>a {
    margin-top: 16px;
}
/* Borders */
.hse-community-page .gtm-test-section .cross-home-top {
    top: -6px;
}
.hse-community-page .gtm-test-section .line-home-top-h,
.hse-community-page .gtm-test-section .outer-home-top-side {
    top: 0;
}
.hse-community-page .gtm-test-section .line-home-top-v {
    height: calc(100% - 24px);
    top: 12px;
}
.hse-community-page .gtm-test-section .cross-home-bottom {
    bottom: -6px;
}
.hse-community-page .gtm-test-section .line-home-bottom-h,
.hse-community-page .gtm-test-section .outer-home-bottom-side {
    bottom: 0;
}
.hse-community-page .gtm-test-section .home-outer-line-top {
    height: 28px;
    top: -40px;
}
.hse-community-page .gtm-test-section .out-top-left-second {
    left: calc(25.6% + 1px);
}
.hse-community-page .gtm-test-section .line-home-bottom-v {
    height: 68px;
    bottom: -80px;
}
.hse-community-page .gtm-test-section .out-top-right-second {
    right: 13px;
}
/* Slack section */
/* Borders */
.hse-community-page .hse-slack-section .line-home-bottom-h,
.hse-community-page .hse-slack-section .outer-home-bottom-side {
    bottom: 25px;
}
.hse-community-page .hse-slack-section .home-outer-line.line-home-top-v {
    top: -80px;
    height: calc(100% + 42px);
}
.hse-community-page .hse-slack-section .home-top-line-left-second-v {
    left: 25.6%;
}
.hse-community-page .hse-slack-section .home-top-line-right-v {
    left: calc(75% - 8px);
}
.hse-community-page .hse-slack-section .cross-home-top-left-second {
    left: calc(25% + 1px);
}
.hse-community-page .hse-slack-section .line-top-left-h,
.hse-community-page .hse-slack-section .line-top-left-second-h,
.hse-community-page .hse-slack-section .line-top-middle-h,
.hse-community-page .hse-slack-section .line-home-bottom-h.line-top-right-first {
    width: calc(25% - 36px);
}
.hse-community-page .hse-slack-section .cross-home-top-right-first {
    left: calc(75% - 14px);
}
.hse-community-page .hse-slack-section .line-top-left-second-h {
    left: calc(25% - -21px);
}
.hse-community-page .hse-slack-section .line-home-bottom-v {
    height: 92px;
    bottom: -80px;
}
.hse-slack-section .cross-home-top-right-second {
    right: 10px;
}
.hse-community-page .hse-slack-section .cross-home-bottom {
    bottom: 20px;
}
/* end */
.hse-slack-section {
    padding: 4rem 0;
    background: linear-gradient(180deg, #191919 0%, #000 100%);
    text-align: center;
}
.hse-slack-section .slack-content {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.hse-slack-section .slack-content *+h4 {
    margin-top: 1.2rem;
}
.hse-slack-section .slack-content h1,
.hse-slack-section .slack-content h2,
.hse-slack-section .slack-content h3,
.hse-slack-section .slack-content h4,
.hse-slack-section .slack-content h5,
.hse-slack-section .slack-content h6 {
    text-transform: uppercase;
    font-weight: 900;
    line-height: 100%;
}
.hse-slack-section .slack-content div {
    text-transform: uppercase;
    font-weight: 900;
    line-height: 100%;
    margin-top: 1.2rem;
    margin-bottom: .8rem;
    color: rgba(255, 255, 255, 1);
    font-size: 1.7rem;
}
.hse-slack-section .slack-content h1+*,
.hse-slack-section .slack-content h2+*,
.hse-slack-section .slack-content h3+*,
.hse-slack-section .slack-content h4+*,
.hse-slack-section .slack-content div+*,
.hse-slack-section .slack-content h5+*,
.hse-slack-section .slack-content h6+* {
    font-weight: 400;
}
.hse-slack-section .slack-content>*:last-child {
    margin-bottom: 0;
}
.hse-slack-section .slack-content p>a {
    z-index: 3;
    position: relative;
}
.hse-community-page .hse-slack-section .container-default {
    min-height: 302px;
}
/* Footer section */
.hse-community-page .footer-section {
    background-image: url(../images/background.jpg);
    background-size: 100vw 1658px;
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-repeat: no-repeat;
}
.hse-community-page .footer-section .cxo-games-section.partner-section {
    background: transparent;
    padding-bottom: 8rem;
    padding-top: 0;
}
.hse-community-page .footer-section .partner-video-name {
    position: absolute;
    bottom: 16px;
    left: 16px;
    padding: 8px;
    border-radius: 4px;
    background: #FFF;
}
.hse-community-page .footer-section .partner-video-name>* {
    margin: 0;
    color: #000;
    font-size: 14px;
    line-height: 16px;
}
.hse-community-page .footer-section .partner-video-name>*+* {
    margin-top: 4px;
    color: #404040;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
}
/* bottom-landing-section */
.hse-community-page .bottom-landing-section .line-home-bottom-v {
    bottom: -80px;
    height: 68px;
}
.hse-community-page .bottom-landing-section .cross-home-top {
    top: -6px;
}
.hse-community-page .bottom-landing-section .outer-home-top-side,
.hse-community-page .bottom-landing-section .line-home-top-h {
    top: 0;
}
.hse-community-page .bottom-landing-section .cross-home-bottom {
    bottom: -6px;
}
.hse-community-page .bottom-landing-section .line-home-bottom-h,
.hse-community-page .bottom-landing-section .outer-home-bottom-side {
    bottom: 0;
}
.hse-community-page .bottom-landing-section .line-home-top-v {
    height: calc(100% - 24px);
    top: 12px;
}
/* borders end */
.hse-community-page .bottom-landing-content {
    background: #000;
    padding: 2rem;
}
.hse-community-page .bottom-landing-content>*:first-child {
    margin-bottom: 0;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    font-size: 1.7rem;
    line-height: 2rem;
    margin-top: 0;
}
.hse-community-page .bottom-landing-content>*+* {
    margin-top: 12px;
    color: #bfbfbf;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.4rem;
}
.hse-community-page .bottom-landing-content>*:last-child {
    margin: 0;
}
.hse-community-page .bottom-landing-content p>a {
    position: absolute;
    bottom: 40px;
    right: 40px;
}
.hse-community-page .video-full-bg {
    display: none;
    position: fixed;
    background: #000;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    top: 0;
}
.hse-community-page .video-full,
.hse-community-page .video-full-partner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1200px;
    max-width: calc(100vw - 80px);
    justify-content: center;
    max-height: calc(100svh - 64px);
    display: none;
}
.hse-community-page .video-full iframe,
.hse-community-page .video-full-partner iframe {
    width: 1200px;
    height: 600px;
    max-width: 100%;
    border-radius: 8px;
}
#video-cxo-games-full,
#video-partner-full {
    max-width: 100%;
}
.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;
    z-index: 199;
}
.btn-close-video:hover {
    background: #000;
}
.borders.show-tab,
.hse-community-page .cxo-games-section .left-block>*+* br {
    display: none;
}
/* Responsive */
@media (max-width: 1279px) {
    .hse-community-page section {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .hse-community-page .hse-bottom-section {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .hse-community-page .cxo-games-section .left-block p>a {
        position: static;
    }
}
@media (max-width: 1200px) {
    .hse-community-page .post-ama .post-info {
        padding: 24px;
    }
    .hse-community-page .post-ama .info>*:first-child {
        font-size: 24px;
        line-height: 34px;
    }
    .hse-community-page .heading-section .header-content {
        flex-direction: column;
    }
    .hse-community-page .heading-section .left-block,
    .hse-community-page .heading-section .right-block {
        margin: 0 auto;
        text-align: center;
    }
    .hse-community-page .heading-section .right-block {
        margin-top: 4rem;
        position: relative;
        z-index: 3;
    }
    .hse-community-page .heading-section .left-block {
        width: 600px;
        max-width: 100%;
    }
}
@media (max-width: 1023px) {
    .hse-community-page .bottom-section-title>h2 {
        font-size: 60px;
        line-height: 100%;
    }
    /* Borders */
    .cross.hide-tab,
    .home-outer-line.hide-tab,
    .hse-bottom-section .cross.cross-people-top.cross-people-top-left-second,
    .hse-bottom-section .cross.cross-people-top.cross-people-top-right-first,
    .hse-bottom-section .home-outer-line.line-home-bottom-h.line-top-left-second-h,
    .hse-bottom-section .home-outer-line.line-home-bottom-h.line-top-middle-h,
    .hse-bottom-section .cross.cross-home-bottom.cross-home-top-left-second,
    .hse-bottom-section .cross.cross-home-bottom.cross-home-top-right-first,
    .hse-bottom-section .home-outer-line.line-home-bottom-v.home-top-line-left-second-v,
    .hse-bottom-section .home-outer-line.line-home-bottom-v.home-top-line-right-v,
    .ama-section .home-outer-line.line-people-top-h.line-people-top-left-second-h,
    .hse-community-page .home-top-line-left-second-v,
    .hse-community-page .home-top-line-right-v,
    .hse-community-page .line-top-left-second-h,
    .hse-community-page .line-top-middle-h {
        display: none;
    }
    .borders-copy.show-tab,
    .borders.show-tab {
        display: block;
    }
    .hse-community-page .line-top-left-h {
        width: calc(50% - 39px);
    }
    .hse-community-page .hse-bottom-section-wrapper .line-top-left-h {
        width: calc(50% - 28px);
    }
    .hse-community-page .hse-bottom-section-wrapper .cross-home-top-middle,
    .hse-community-page .hse-bottom-section-wrapper .cross-people-top-middle,
    .hse-community-page .hse-bottom-section-wrapper .cross-people-bottom-middle {
        left: calc(50% - 6.5px);
    }
    .hse-community-page .heading-section .line-home-top-h,
    .hse-community-page .heading-section .outer-home-top-side {
        top: -145.5px;
    }
    .hse-community-page .heading-section .cross-home-top {
        top: -150px;
    }
    .hse-community-page .heading-section .line-home-top-v {
        top: -132px;
        height: calc(100% + 250px);
    }
    .hse-community-page .heading-section .home-outer-line-top {
        top: -242px;
    }
    .hse-community-page .borders.show-tab .cross-home-top-left-first {
        left: -6px;
    }
    .hse-community-page .borders.show-tab .cross-home-top-right-second {
        right: -6px;
    }
    .hse-community-page .borders.show-tab .line-top-left-h {
        left: 12px;
        width: calc(50% - 24px);
    }
    .hse-community-page .borders.show-tab .line-top-right-first {
        right: 12px;
        width: calc(50% - 24px);
    }
    .hse-community-page .hse-bottom-section .line-home-bottom-v {
        height: 144px;
        bottom: 356px;
    }
    .hse-community-page .hse-bottom-section .double .line-home-bottom-v.home-top-line-middle-v,
    .hse-community-page .hse-bottom-section .line-home-bottom-v.home-top-line-middle-v {
        right: 0;
        left: auto;
        bottom: 528px;
        height: 144px;
        top: auto;
    }
    .hse-community-page .hse-bottom-section .line-home-bottom-v.home-top-line-middle-v {
        bottom: 700px;
    }
    .hse-community-page .hse-bottom-section .double .line-home-bottom-v {
        height: 144px;
        bottom: 184px;
    }
    .hse-community-page .bottom-block .cross-home-bottom {
        bottom: 162px;
    }
    .hse-community-page .bottom-block .line-home-bottom-h,
    .hse-community-page .bottom-block .outer-home-bottom-side {
        bottom: 167px;
    }
    .hse-community-page .hse-bottom-section .bottom .line-home-bottom-v {
        height: 156px;
    }
    .hse-community-page .gtm-test-section .line-top-left-h,
    .hse-community-page .hse-slack-section .line-top-left-h,
    .hse-community-page .hse-slack-section .line-home-bottom-h.line-top-right-first,
    .hse-community-page .footer-section .line-top-left-h {
        width: calc(50% - 39px);
    }
    .hse-community-page .gtm-test-section .out-top-middle {
        left: calc(50% - 1px);
    }
    .hse-community-page .hse-bottom-section .home-top-line-right-second-v {
        right: 0.5px;
    }
    .hse-community-page .cxo-games-section .line-home-top-v {
        height: calc(50% - 34px);
    }
    .hse-community-page .cxo-games-section .borders.show-tab .line-home-top-v {
        height: calc(100% - 34px);
        left: 0;
    }
    /* end */
    .hse-community-page .heading-section {
        padding-top: 12rem;
        padding-bottom: 6rem;
        background-image: url(../images/img-hero-background-tab.webp);
    }
    .hse-community-page .cxo-games-section {
        padding-bottom: 6rem;
    }
    .hse-community-page .footer-section .cxo-games-section.partner-section {
        padding-top: 0;
    }
    .hse-community-page .section-content {
        flex-direction: column;
    }
    .hse-community-page .cxo-games-section .left-block,
    .hse-community-page .cxo-games-section .right-block,
    .hse-community-page .gtm-test-section .left-block,
    .hse-community-page .gtm-test-section .right-block {
        width: 100%;
        text-align: center;
    }
    .hse-community-page .cxo-games-section .right-block {
        height: 348px;
        overflow: visible;
    }
    .hse-community-page .hse-bottom-section .hse-bottom-section-wrapper {
        padding-top: 2rem;
        padding-bottom: 8.4rem;
    }
    .ama-section .borders .line-people-top-right-first-h {
        display: none;
    }
    .ama-section .borders-copy .line-people-top-right-first-h {
        display: block;
    }
    .hse-community-page .hse-bottom-section .bottom .line-home-bottom-v.home-top-line-middle-v {
        height: 156px;
        bottom: 0px;
        right: 50%;
    }
    .hse-community-page .hse-bottom-section .borders-copy .home-outer-line {
        z-index: 3;
    }
    .hse-community-page .ama-section .borders-copy .home-outer-line {
        top: 25%;
    }
    .hse-community-page .ama-section .line-people-top-h,
    .hse-community-page .ama-section .line-people-bottom-h {
        width: calc(50% - 28px);
    }
    .hse-community-page .ama-section .borders-copy .cross {
        top: calc(25% - 6px);
    }
    .hse-community-page .ama-section .outer-people-top-right-h {
        right: calc(-100% - 14px);
    }
    .hse-community-page .ama-section .borders-copy.copy-1 .cross {
        top: calc(50% - 6px);
    }
    .hse-community-page .hse-bottom-section .borders-copy.copy-1 .home-outer-line {
        top: 50%;
    }
    .hse-community-page .ama-section .borders-copy.copy-2 .cross {
        top: calc(75% - 6px);
    }
    .hse-community-page .hse-bottom-section .borders-copy.copy-2 .home-outer-line {
        top: 75%;
    }
    .ama-section .borders.space.hd .cross::after {
        content: '';
        height: 14px;
        background: #242424;
    }
    .ama-section .borders-copy.space .cross.cross-people-top.cross-people-top-middle:after,
    .ama-section .borders-copy.space .cross.cross-people-top-left-first::after,
    .bottom-block .borders.space .cross.cross-home-bottom.cross-home-top-middle::after {
        content: none;
    }
    .hse-bottom-section .line-home-bottom-h.line-top-right-first {
        width: calc(50% - 28px);
    }
    .hse-bottom-section .bottom-section-title {
        text-align: center;
    }
    .hse-bottom-section .bottom-section-title>*:first-child,
    .hse-bottom-section .bottom-section-title>h1 {
        font-size: 60px;
        line-height: 100%;
    }
    .hse-bottom-section .bottom-section-title>h2 {
        font-size: 48px;
        line-height: 100%;
    }
    .hse-bottom-section .bottom-section-title>h3 {
        font-size: 34px;
        line-height: 100%;
    }
    .hse-bottom-section .bottom-section-title>h4 {
        font-size: 24px;
        line-height: 28px;
    }
    .hse-bottom-section .bottom-section-title>h5 {
        font-size: 20px;
        line-height: 24px;
    }
    .hse-bottom-section .bottom-section-title>h6 {
        font-size: 18px;
        line-height: 20px;
    }
    .hse-bottom-section .bottom-section-title>*+* {
        margin-top: 16px;
        margin-bottom: 0;
    }
    .hse-community-page .ama-section .post-ama {
        width: 100%;
        height: 172px;
        min-width: auto;
        z-index: 2;
    }
    .hse-community-page .ama-section .post-ama .thumbnail {
        width: 172px;
        min-width: auto;
    }
    .hse-community-page .post-ama .post-info {
        min-width: auto;
        width: calc(100% - 172px);
    }
    .hse-community-page .post-ama .info>*:first-child {
        font-size: 34px;
        line-height: 34px;
    }
    .hse-community-page .post-ama .post-info .btn-block {
        bottom: 16px;
        right: 16px;
    }
    .hse-community-page .post-ama .sponsors-logo-img img {
        max-height: 16px;
    }
    .hse-community-page .hse-bottom-section .bottom-block>.btn-block {
        left: 50%;
        transform: translateX(-50%);
    }
    .hse-slack-section .slack-content {
        max-width: 600px;
    }
    .hse-community-page .footer-section {
        background-image: url(../images/img-footer-background-tab.webp);
        background-size: 100vw 100%;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .hse-community-page .partner-section.cxo-games-section .right-block {
        height: 308px;
    }
    .hse-community-page .footer-section .cxo-games-section.partner-section {
        padding-bottom: 4rem;
    }
    .hse-community-page .bottom-landing-content {
        padding: 32px;
        text-align: center;
    }
    .hse-community-page .bottom-landing-content p>a {
        position: static;
    }
    .hse-community-page .bottom-landing-content>*:first-child {
        font-size: 24px;
        line-height: 28px;
    }
    .hse-community-page .bottom-landing-content>*+* {
        margin-top: 8px;
        font-size: 16px;
        line-height: 20px;
    }
    .hse-community-page .bottom-landing-content p>a {
        margin-top: 16px;
    }
    .hse-community-page .cxo-games-section .left-block>*+*,
    .hse-community-page .gtm-test-section .left-block>*+* {
        margin: 8px auto 0;
        width: 608px;
        max-width: 100%;
    }
    .hse-community-page .bottom-section-title>*:nth-child(2) br {
        display: block;
    }
    .hse-community-page .hse-bottom-section .btn-block {
        margin-top: 2rem;
    }
    .hse-community-page .cxo-games-section .left-block>*:first-child {
        margin-bottom: 16px;
    }
    .hse-community-page .gtm-test-section .cross-home-top-right-second {
        right: 9px;
    }
    .hse-community-page .gtm-test-section .out-top-right-second {
        right: 15px;
    }
    .hse-community-page .gtm-test-section .cross-home-top-middle {
        left: calc(50% - 6.5px);
    }
    .ama-section .cross-people-top-right-second,
    .bottom-block .cross-home-top-right-second {
        right: -5px;
    }
    .hse-community-page .hse-bottom-section .line-home-bottom-h.line-top-right-first {
        right: 13px;
    }
    .hse-community-page .video-full iframe,
    .hse-community-page .video-full-partner iframe {
        height: 420px;
    }
}
@media (max-width: 767px) {
    .hse-slack-section .slack-content div {
        font-size: 24px;
    }
    .hse-community-page .gtm-test-section .left-block div {
        font-size: 16px;
        line-height: 20px;
    }
    .hse-community-page .bottom-section-title>h2 {
        font-size: 48px;
    }
    .hse-community-page .cxo-games-section .left-block div {
        font-size: 16px;
        line-height: 20px;
    }
    .hse-community-page .cxo-games-section .left-block>*:first-child {
        font-size: 34px;
        line-height: 100%;
    }
    .hse-community-page .heading-section .left-block div:nth-of-type(2) {
        font-size: 16px;
        line-height: 20px;
    }
    .hse-community-page .heading-section .left-block div:first-of-type {
        font-size: 20px;
        line-height: 100%;
    }
    /* Borders */
    .hse-community-page .cross-home-top-middle,
    .hse-community-page .out-top-middle,
    .hse-community-page .home-top-line-middle-v,
    .hse-community-page .line-top-right-first,
    .hse-community-page .cross-people-top-middle,
    .hse-community-page .line-people-top-middle-h,
    .ama-section .borders-copy .line-people-top-right-first-h {
        display: none;
    }
    .hse-community-page .line-top-left-h {
        width: calc(100% - 53px);
    }
    .hse-community-page .heading-section .line-home-top-h,
    .hse-community-page .heading-section .outer-home-top-side {
        top: -104.5px;
    }
    .hse-community-page .heading-section .cross-home-top {
        top: -110px;
    }
    .hse-community-page .heading-section .home-outer-line-top {
        top: -202px;
    }
    .hse-community-page .heading-section .line-home-top-v {
        top: -92px;
        height: calc(100% + 186px);
    }
    .hse-community-page .bottom-block .line-home-bottom-h,
    .hse-community-page .bottom-block .outer-home-bottom-side {
        bottom: 151px;
    }
    .hse-community-page .ama-section .line-people-top-h,
    .hse-community-page .ama-section .line-people-bottom-h {
        width: calc(100% - 28px);
    }
    .hse-community-page .hse-bottom-section .home-outer-line.line-home-bottom-v.home-top-line-left-v {
        left: 1px;
    }
    .hse-community-page .hse-bottom-section .line-home-bottom-v {
        height: 948px;
        bottom: 166px;
    }
    .hse-community-page .hse-bottom-section .borders .double {
        display: none;
    }
    .hse-community-page .bottom-block .cross-home-bottom {
        bottom: 146px;
    }
    .hse-community-page .hse-bottom-section .line-top-left-h {
        width: calc(100% - 27px);
    }
    .hse-community-page .hse-bottom-section .bottom .line-home-bottom-v,
    .hse-community-page .hse-bottom-section .bottom .line-home-bottom-v.home-top-line-middle-v {
        height: 138px;
    }
    .hse-community-page .gtm-test-section .line-home-bottom-v {
        height: 52px;
        bottom: -64px;
    }
    .hse-community-page .hse-slack-section .line-home-bottom-v {
        height: 78px;
        bottom: -64px;
    }
    .hse-community-page .hse-slack-section .home-outer-line.line-home-top-v {
        top: -64px;
        height: calc(100% + 26px);
    }
    .hse-community-page .cxo-games-section .line-home-top-v {
        height: calc(100% - 200px - 24px);
    }
    .hse-community-page .cxo-games-section .borders.show-tab .line-home-top-v {
        height: calc(100% - 24px);
    }
    /* end */
    .hse-community-page section {
        padding-left: 1px !important;
        padding-right: 1px !important;
    }
    .hse-community-page .heading-section:after {
        bottom: -16px;
    }
    .hse-community-page .heading-section {
        padding-top: 9.8rem;
        padding-bottom: 4rem;
        background-image: url(../images/img-hero-background-mob.png);
    }
    .hse-community-page .heading-section .header-content h1 {
        font-size: 48px;
        line-height: 100%;
        margin-bottom: 0;
    }
    .hse-bottom-section .heading-section .header-content>h2 {
        font-size: 34px;
        line-height: 100%;
        margin-bottom: 0;
    }
    .hse-bottom-section .heading-section .header-content>h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 0;
    }
    .hse-bottom-section .heading-section .header-content>h4 {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 0;
    }
    .hse-bottom-section .heading-section .header-content>h5 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 0;
    }
    .hse-bottom-section .heading-section .header-content>h6 {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 0;
    }
    .hse-community-page .heading-section .left-block>*+* {
        margin-top: 8px;
    }
    .hse-community-page .heading-section .right-block {
        margin-top: 3.2rem;
        width: 396px;
        height: auto;
    }
    .hse-community-page .cxo-games-section {
        padding-bottom: 4rem;
    }
    .hse-community-page .cxo-games-section .left-block {
        padding: 1.2rem;
    }
    .hse-community-page h1 {
        font-size: 60px;
        line-height: 100%;
    }
    .hse-community-page h2 {
        font-size: 48px;
        line-height: 100%;
    }
    .hse-community-page h3 {
        font-size: 34px;
        line-height: 100%;
    }
    .hse-community-page h4 {
        font-size: 24px;
        line-height: 28px;
    }
    .hse-community-page h5 {
        font-size: 20px;
        line-height: 100%;
    }
    .hse-community-page h6 {
        font-size: 16px;
        line-height: 20px;
    }
    .hse-community-page p {
        font-size: 14px;
        line-height: 16px;
    }
    .hse-community-page .cxo-games-section .right-block {
        height: 200px;
    }
    .hse-community-page .hse-bottom-section {
        padding-left: 15px !important;
        padding-right: 16px !important;
    }
    .hse-bottom-section .bottom-section-title>*:first-child,
    .hse-bottom-section .bottom-section-title>h1 {
        font-size: 48px;
    }
    .hse-bottom-section .bottom-section-title>h2 {
        font-size: 34px;
    }
    .hse-bottom-section .bottom-section-title>h3 {
        font-size: 24px;
    }
    .hse-bottom-section .bottom-section-title>h4 {
        font-size: 20px;
    }
    .hse-bottom-section .bottom-section-title>h5 {
        font-size: 18px;
        line-height: 20px;
    }
    .hse-bottom-section .bottom-section-title>h6 {
        font-size: 16px;
        line-height: 20px;
    }
    .ama-section .borders-copy.space .cross.cross-people-top-left-first::after {
        content: '';
    }
    .hse-community-page .ama-section .outer-people-top-right-h {
        right: calc(-100% - 10px);
    }
    .ama-section .cross-people-top-left-first {
        left: -5px;
    }
    .hse-bottom-section .home-top-line-right-second-v {
        right: 0;
    }
    .bottom-block .line-home-bottom-h.line-top-right-first {
        width: calc(50% - 28px);
    }
    .hse-page.hse-homepage section.hse-bottom-section {
        padding-left: 15px;
        padding-right: 15px;
    }
    .hse-community-page .hse-bottom-section .hse-bottom-section-wrapper {
        padding-top: 2rem;
        padding-bottom: 7.6rem;
    }
    .hse-community-page .bottom-section-title>*+* {
        margin-top: 8px;
        max-width: 100%;
    }
    .hse-community-page .ama-section .post-ama {
        min-height: 244px;
        padding: 16px;
        flex-direction: column;
        height: max-content;
        position: relative;
    }
    .hse-community-page .ama-section .post-ama .thumbnail {
        width: 100px;
        height: 100px;
    }
    .hse-community-page .post-ama .post-info {
        width: 100%;
        padding: 0;
        margin-top: 16px;
        position: static;
    }
    .hse-community-page .post-ama .info>*:first-child {
        font-size: 24px;
        line-height: 24px;
    }
    .hse-community-page .post-ama .info>*:nth-child(2) {
        margin-top: 8px;
    }
    .hse-community-page .post-ama .post-info .btn-block {
        bottom: auto;
        top: 50px;
        margin: 0;
    }
    .hse-community-page .post-ama .sponsors-logo-img,
    .hse-community-page .post-ama .sponsors-logo-img img {
        max-height: 12px;
    }
    .hse-community-page .hse-bottom-section .btn-block {
        margin-top: 2rem;
    }
    .hse-community-page .hse-bottom-section .bottom-block>.btn-block {
        /* padding-top: 56px;
        padding-bottom: 3.2rem; */
        width: max-content;
    }
    .hse-community-page .gtm-test-section .home-outer-line-top {
        height: 44px;
        top: -56px;
    }
    .hse-community-page .gtm-test-section .line-top-left-h,
    .hse-community-page .hse-slack-section .line-top-left-h,
    .hse-community-page .hse-slack-section .line-home-bottom-h.line-top-right-first,
    .hse-community-page .footer-section .line-top-left-h {
        width: calc(100% - 53px);
    }
    .gtm-test-section {
        padding-top: 56px;
        padding-bottom: 3.2rem;
    }
    .hse-community-page .gtm-test-section .left-block {
        padding: 1.2rem;
    }
    .hse-community-page .gtm-test-section .right-block {
        height: 262px;
        padding: 16px 0 0;
    }
    .hse-community-page .gtm-test-section .right-block img {
        width: 398px;
        height: auto;
    }
    .hse-slack-section {
        padding: 3.2rem 0;
    }
    .hse-slack-section .slack-content img {
        width: 64px;
    }
    .hse-community-page .footer-section {
        padding-top: 2rem;
    }
    .hse-community-page .partner-section.cxo-games-section .right-block {
        height: 278px;
    }
    .hse-community-page .bottom-landing-content {
        padding: 24px;
    }
    .hse-community-page .bottom-landing-content p>a {
        margin-top: 24px;
    }
    .hse-community-page .cxo-games-section .right-block a {
        right: auto;
        left: 50%;
        bottom: 8px;
        transform: translateX(-50%);
    }
    .hse-community-page .cxo-games-section .left-block>*+* br {
        display: block;
    }
    .hse-slack-section .slack-content h4+* {
        max-width: calc(100% - 8px);
        margin-left: auto;
        margin-right: auto;
        width: 396px;
    }
    .hse-community-page .video-full iframe,
    .hse-community-page .video-full-partner iframe {
        height: 300px;
    }
}