body.post-type-archive-ama {
    background: #191919;
}
.post-type-archive-ama header.hse-header.hse-header-transparent {
    overflow: hidden;
}
.post-type-archive-ama header.hse-header.hse-header-transparent.scrolled::before,
.post-type-archive-ama header.hse-header.hse-header-transparent.scrolled .logo::before,
.post-type-archive-ama header.hse-header.hse-header-transparent.scrolled .logo::after {
    display: none;
}
.post-type-archive-ama .upcoming-tab,
.post-type-archive-ama .recordings-tab {
    display: none;
}
.post-type-archive-ama .upcoming-tab.active,
.post-type-archive-ama .recordings-tab.active {
    display: block;
}
.hse-ama-archive-page .img-bg {
    background-repeat: no-repeat;
    background-size: 100vw 786px;
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    top: 0;
}
.hse-ama-archive-page .hse-heading-section {
    padding-top: 14rem;
    padding-bottom: 8rem;
    position: relative;
}
.hse-ama-archive-page .hse-heading-section.active-recordings {
    padding-bottom: 10.4rem;
}
.hse-ama-archive-page .hse-heading-section::after {
    content: '';
    background: linear-gradient(180deg, #000 0%, #1A1A1A 100%);
    position: absolute;
    height: 786px;
    width: 100vw;
    top: 786px;
    z-index: -1;
}
.hse-ama-archive-page .hse-heading-section::before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    position: absolute;
    height: 320px;
    width: 100vw;
    top: 466px;
    z-index: -1;
}
.post-type-archive-ama header::before,
.post-type-archive-ama .ama-posts>*:first-child::before,
.post-type-archive-ama .ama-posts>*:not(.hidden):last-child::after,
.post-type-archive-ama .recordings-tab .ama-posts>*:nth-child(3)::after {
    content: "";
    position: absolute;
    background-image: url(../images/rows-ama.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1440px;
    width: 100%;
    z-index: -1;
    left: 0;
    height: 4rem;
}
.post-type-archive-ama .ama-posts>*:first-child::before {
    width: 1440px;
    left: -120px;
    top: 80px;
}
.post-type-archive-ama .ama-posts>*:not(.hidden):last-child::after,
.post-type-archive-ama .recordings-tab .ama-posts>*:nth-child(3)::after {
    height: 1rem;
    width: 1440px;
    left: -120px;
    z-index: 1;
    bottom: -10px;
}
.post-type-archive-ama .recordings-tab.load-rows .ama-posts>*:nth-child(3)::after {
    display: none;
}
.post-type-archive-ama .hse-heading-section,
.post-type-archive-ama .background-section {
    background-image: url(../images/ama-columns.svg);
    background-position: center top;
    background-repeat: no-repeat repeat;
    background-size: 1440px;
    overflow: hidden;
}
.post-type-archive-ama header .logo::before,
.post-type-archive-ama header .logo::after,
.post-type-archive-ama .line::before,
.post-type-archive-ama .line::after {
    content: '';
    position: absolute;
    background-image: url(../images/ama-line.svg);
    background-size: 1440px;
    width: 100%;
    height: 4px;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.15;
    top: 10px;
}
.post-type-archive-ama header .logo {
    position: relative;
    line-height: normal;
}
.post-type-archive-ama header .logo::before {
    width: 1000px;
    left: -1120px;
    top: 9px;
}
.post-type-archive-ama header .logo::after {
    width: 1000px;
    right: -1735px;
    top: 9px;
}
.post-type-archive-ama .ama-posts.line::before {
    top: 117px;
    left: -1320px;
}
.post-type-archive-ama .ama-posts.line::after {
    top: 117px;
    right: -1320px;
}
.post-type-archive-ama .line.last::before {
    top: auto;
    bottom: -1px;
    left: -1335px;
    z-index: 1;
}
.post-type-archive-ama .line.last::after {
    top: auto;
    bottom: -1px;
    right: -1335px;
    z-index: 1;
}
.post-type-archive .hse-heading-section .ama-title>* {
    text-transform: uppercase;
    font-weight: 900;
    margin: 0;
}
.tabs-block {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
}
.post-type-archive-ama .tabs {
    border-radius: 80px;
    background: var(--Gray-5, #191919);
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.50);
    width: max-content;
    padding: 16px;
}
.post-type-archive-ama .tabs .tabs-buttons {
    display: flex;
    align-items: center;
    border: 1px solid #808080;
    border-radius: 24px;
}
.upcoming-btn,
.recordings-btn,
.noindex-btn,
.index-btn,
.load-more-archive,
.header-btn-archive {
    /* border: 1px solid #808080; */
    border-radius: 24px;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #ffffff;
    padding: 15px 24px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: transparent;
    z-index: 1;
    position: relative;
}
.header-btn-archive {
    border-radius: 16px;
}
.load-more-archive {
    border: 1px solid #808080;
}
.noindex-btn {
    pointer-events: none;
    cursor: not-allowed;
    border: 1px solid var(--White, #FFF);
    opacity: 0.38;
    width: max-content;
    padding: 7px 16px;
}
.index-btn {
    border: 1px solid var(--White, #FFF);
    padding: 7px 11px 7px 15px;
    width: max-content;
}
.header-btn-archive {
    border: 1px solid #FFF;
}
.header-btn-archive:hover {
    box-shadow: inset 0 0 0 1px #FFFFFF;
    background: #191919;
    color: #fff;
}
.index-btn:hover,
.load-more-archive:hover {
    color: #fff;
    box-shadow: inset 0 0 0 1px #FFFFFF;
}
.index-btn svg {
    margin-left: 8px;
}
.upcoming-btn.active,
.recordings-btn.active {
    background: #fff;
    color: #ef5600;
    z-index: 2;
    margin: 0;
    padding: 15px 24px;
}
.upcoming-btn {
    border: none;
    margin-right: -26px;
    padding-right: 40px;
}
.recordings-btn {
    margin-left: -26px;
    padding-left: 40px;
    border: none;
}
.upcoming-btn:hover,
.recordings-btn:hover {
    color: #ef5600;
}
.load-more-archive {
    padding: 15px 24px;
}
.ama-posts {
    display: flex;
    padding-top: 6rem;
    flex-wrap: wrap;
    position: relative;
}
.ama.type-ama {
    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);
    height: 300px;
    width: 50%;
    display: flex;
    min-width: 590px;
}
.ama.type-ama.hidden {
    display: none;
}
.ama.type-ama .thumbnail {
    background: #FD2348;
}
.ama.type-ama .thumbnail img {
    height: 300px;
    width: 300px;
    max-width: 300px;
}
.recordings-tab .ama.type-ama .thumbnail {
    background: #252525;
}
.ama.type-ama .post-info {
    padding: 24px 32px;
    position: relative;
}
.post-info .date {
    color: #FD2348;
    font-weight: 400;
}
.recordings-tab .post-info .date {
    color: #BFBFBF;
}
.ama.type-ama .post-info>p+* {
    margin-top: 1rem;
}
.ama.type-ama .post-info .name>* {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.7rem;
    line-height: 2rem;
    margin-bottom: 0.8rem;
    color: rgba(255, 255, 255, 1);
    margin-top: 0;
}
.ama.type-ama .post-info .position>* {
    margin-top: 12px;
    font-size: 12px;
    line-height: 14px;
    color: #BFBFBF;
    font-weight: 400;
    margin-bottom: 0;
}
.ama.type-ama .post-info .sponsors-logo-img {
    margin-top: 16px;
}
.ama.type-ama .post-info .sponsors-logo-img img {
    max-height: 18px;
}
.ama.type-ama .post-info .btn-block {
    position: absolute;
    bottom: 24px;
}
.load-more-archive {
    display: none;
    position: absolute;
    bottom: -130px;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 1226px) {
    .post-type-archive-ama .ama-posts>*:not(.hidden):last-child::after,
    .post-type-archive-ama .recordings-tab .ama-posts>*:nth-child(3)::after,
    .post-type-archive-ama .ama-posts>*:first-child::before {
        width: 100%;
        left: 0;
    }
}
@media (max-width: 1023px) {
    .post-type-archive-ama .container-default {
        padding-left: 8.4%;
        padding-right: 8.4%;
    }
    .post-type-archive-ama .hse-header-transparent {
        padding-right: 0 !important;
        padding-left: 00 !important;
    }
    .hse-ama-archive-page .hse-heading-section {
        padding-top: 9.8rem;
        padding-bottom: 6rem;
    }
    .hse-ama-archive-page .hse-heading-section.active-recordings {
        padding-bottom: 8.8rem;
    }
    .post-type-archive-ama .ama-posts>*:not(.hidden):last-child::after,
    .post-type-archive-ama .recordings-tab .ama-posts>*:nth-child(3)::after,
    .post-type-archive-ama .ama-posts>*:first-child::before,
    .post-type-archive-ama header::before,
    .post-type-archive-ama .hse-heading-section,
    .post-type-archive-ama .background-section,
    .post-type-archive-ama header .logo::before,
    .post-type-archive-ama header .logo::after,
    .post-type-archive-ama .line::before,
    .post-type-archive-ama .line::after {
        background-size: 100% auto;
    }
    .post-type-archive-ama .ama-posts>*:not(.hidden):last-child::after,
    .post-type-archive-ama .recordings-tab .ama-posts>*:nth-child(3)::after,
    .post-type-archive-ama .ama-posts>*:first-child::before {
        width: 100vw;
        left: -10.1%;
    }
    .post-type-archive-ama header .logo::before,
    .post-type-archive-ama header .logo::after,
    .post-type-archive-ama .line::before,
    .post-type-archive-ama .line::after {
        display: none;
    }
    .post-type-archive-ama .hse-heading-section .img-bg {
        background-size: 100vw 652px;
    }
    .hse-ama-archive-page .hse-heading-section::before {
        top: 332px;
    }
    .hse-ama-archive-page .hse-heading-section::after {
        top: 650px;
    }
    .post-type-archive-ama h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .post-type-archive-ama h2 {
        font-size: 48px;
        line-height: 48px;
    }
    .post-type-archive-ama h3 {
        font-size: 36px;
        line-height: 36px;
    }
    .post-type-archive .hse-heading-section .col-lg-8,
    .post-type-archive .hse-heading-section .col-lg-8 {
        width: 100%;
    }
    .post-type-archive .hse-heading-section .ama-title>* {
        margin-bottom: 24px;
    }
    .ama.type-ama {
        min-width: auto;
        width: 100%;
        min-height: 172px;
        height: max-content;
    }
    .ama.type-ama .thumbnail {
        width: 25%;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    .ama.type-ama .thumbnail img {
        width: 172px;
        height: 172px;
    }
    .post-info.text-block p {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 14px;
    }
    .ama.type-ama .post-info {
        width: 75%;
        padding: 24px;
    }
    .ama.type-ama .post-info .name>h4 {
        line-height: 34px;
    }
    .ama.type-ama .post-info .name>div {
        line-height: 34px;
    }
    .ama.type-ama .post-info .sponsors-logo-img {
        margin-top: 12px;
    }
    .ama.type-ama .post-info .btn-block {
        right: 16px;
        bottom: 16px;
    }
    .load-more-archive {
        bottom: -112px;
    }
    .tabs-block {
        justify-content: flex-start;
    }
}
@media (max-width: 767px) {
    .post-type-archive-ama .container-default {
        padding-right: 5.7%;
        padding-left: 5.7%;
    }
    .post-type-archive-ama header::before,
    .post-type-archive-ama .ama-posts>*:first-child::before,
    .post-type-archive-ama .ama-posts>*:not(.hidden):last-child::after,
    .post-type-archive-ama .recordings-tab .ama-posts>*:nth-child(3)::after {
        background-image: url(../images/ama-rows-768.svg);
        background-size: 100% auto;
    }
    .post-type-archive-ama .hse-heading-section,
    .post-type-archive-ama .background-section {
        background-image: url(../images/ama-columns-768.svg);
        background-size: 100% auto;
    }
    .post-type-archive-ama .ama-posts>*:not(.hidden):last-child::after,
    .post-type-archive-ama .recordings-tab .ama-posts>*:nth-child(3)::after,
    .post-type-archive-ama .ama-posts>*:first-child::before {
        left: -6.5%;
    }
    .post-type-archive-ama .hse-heading-section .img-bg {
        background-size: cover;
        height: 620px;
        width: 100%;
    }
    .hse-ama-archive-page .hse-heading-section::before {
        top: 380px;
        height: 240px;
    }
    .hse-ama-archive-page .hse-heading-section::after {
        top: 620px;
    }
    .hse-ama-archive-page .hse-heading-section {
        padding-top: 6.4rem;
        padding-bottom: 4rem;
    }
    .hse-ama-archive-page .hse-heading-section.active-recordings {
        padding-bottom: 6.4rem;
    }
    .post-type-archive-ama h1 {
        font-size: 48px;
        line-height: 48px;
    }
    .post-type-archive-ama h2 {
        font-size: 34px;
        line-height: 34px;
    }
    .post-type-archive-ama h3 {
        font-size: 28px;
        line-height: 28px;
    }
    .post-type-archive-ama h4 {
        font-size: 24px;
        line-height: 24px;
    }
    .post-type-archive-ama h5 {
        font-size: 20px;
        line-height: 20px;
    }
    .post-type-archive-ama h6 {
        font-size: 18px;
        line-height: 18px;
    }
    .ama-posts {
        padding-top: 4rem;
    }
    .post-type-archive-ama .ama-posts>*:first-child::before {
        top: 40px;
    }
    .ama.type-ama .thumbnail img,
    .ama.type-ama .thumbnail {
        width: 100px;
        height: 100px;
    }
    .ama.type-ama {
        padding: 16px;
        flex-direction: column;
        min-height: 244px;
        height: max-content;
        position: relative;
    }
    .ama.type-ama .post-info {
        width: 100%;
        padding: 0;
        margin-top: 16px;
        position: static;
    }
    .post-info.text-block p {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 8px;
    }
    .post-type-archive-ama .tabs {
        padding: 8px;
    }
    .tabs-block {
        justify-content: center;
    }
    .hse-heading-section .ama-title {
        text-align: center;
    }
    .upcoming-btn,
    .recordings-btn,
    .load-more-archive,
    .header-btn-archive {
        padding: 7px 16px;
    }
    .upcoming-btn.active,
    .recordings-btn.active {
        padding: 8px 16px;
    }
    .recordings-btn {
        padding-left: 24px;
        margin-left: -16px;
    }
    .upcoming-btn {
        padding-right: 24px;
        margin-right: -16px;
    }
    .ama.type-ama .post-info .name>h4 {
        line-height: 24px;
    }
    .ama.type-ama .post-info>.name>* {
        margin-bottom: 8px;
    }
    .ama.type-ama .post-info .position>* {
        margin-top: 8px;
    }
    .ama.type-ama .post-info .btn-block {
        top: 50px;
        bottom: auto;
    }
    .load-more-archive {
        bottom: -80px;
    }
}