.learning-archive {

}

.learning-archive-head {
    background: var(--wp--preset--color--secondary);
    padding-top: 13.125rem;
    padding-bottom: 6.25rem;
}
.learning-archive-head__container {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
    z-index: 1;
    position: relative;
    display:flex;
    justify-content: space-between;
}
@media screen and (max-width: 85em) { 
    .learning-archive-head__container {
        padding-left:40px;
        padding-right:40px;
        flex-direction: column;
    }
}
.learning-archive-right {
    max-width: 480px;
}
.learning-archive-right p {
    color:#fff;
    font-weight: 200;
    line-height:24px;
    font-size:16px;
    font-family: 'Archia';
}
.learning-archive h1 {
    font-family: Archia;
    font-size: min(max(3rem, 8vw), 83px);
    line-height: normal;
    font-weight: normal;
    color: #fff;
    font-weight: 300;
}
@media screen and (max-width: 85em) { 
    .learning-archive h1 {
        margin-bottom: 40px;
    }
}
.filters {
    background: var(--wp--preset--color--secondary);
    padding-top:25px;
    padding-bottom:80px;
}
.filters-container {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
    z-index: 1;
}
@media screen and (max-width: 85em) { 
    .filters-container {
        padding-left:40px;
        padding-right:40px;
    }
}
.filter-list {
    display: flex;
    gap: 16px;
    padding-top: 40px;
    border-top: solid 1px #fff;
}
@media screen and (max-width: 85em) { 
    .filter-list {
        flex-direction: column;
    }
}
.filter-list a {
    color:#fff;
    border:solid 1px #fff;
    padding:18px 24px;
    font-weight:600;
    text-transform:uppercase;
    font-family: 'Archia';
}
@media screen and (max-width: 85em) { 
    .filter-list a {
        display: inline-block;
    }
}
.filter-list a.active,.filter-list a:hover {
    background-color:var(--wp--preset--color--primary);
    border:solid 1px var(--wp--preset--color--primary);
    color:var(--wp--preset--color--secondary);
}

.learning-post-list {
    background: var(--wp--preset--color--secondary);
    padding-top:25px;
    padding-bottom:80px;
}
.learning-post-list .pagination {
    display: flex;
    justify-content: center;
    gap:50px;
    width:100%;
  }
  .learning-post-list .pagination a,  .learning-post-list .pagination span {
    font-family: 'Archia';
    font-weight: 500;
    font-size:16px;
    color:#fff;
  }
  .learning-post-list .pagination span.current {
    color:var(--wp--preset--color--primary);
  }
.learning-post-list-container {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: space-between;
}
@media screen and (max-width: 85em) { 
    .learning-post-list-container {
        padding-left:40px;
        padding-right:40px;
        gap:40px;
    }
}
.learning-post {
    flex: 1 0 33%; /* grow: 1, shrink: 0, basis: 50% */
    max-width: calc(33% - 50px);
    cursor: pointer;
}
@media screen and (max-width: 85em) { 
    .learning-post {
        max-width: calc(50% - 40px);
    }
}
.learning-post-category {
    text-transform:uppercase;
    color:var(--wp--preset--color--primary);
    font-size:17px;
    font-weight:700;
    margin-bottom:15px;
}
.learning-post-thumb {
    margin-bottom:16px;
    position:relative;
    aspect-ratio: 590/329;
}
.learning-post-thumb::before {
    content:'';
    display: block;
    position:absolute;
    width:100%;
    height: 100%;
    left:0;
    top:0;
    background-color: rgba(0,0,0,0.2);
}
.learning-post-thumb .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 56px;
    z-index: 100;
}
.learning-post-thumb img {
    width:100%;
    height:100%;
    object-fit: cover;
}
.learning-post h2 {
    color:#fff;
    font-size:26px;
    line-height: 27px;
    font-family: 'Archia';
    font-weight: 500;
}

.learning-post-content {
    position:fixed;
    right:-100vw;
    top:0;
    bottom:0;
    width:100vw;
    background-color: var(--wp--preset--color--secondary);
    color:#fff;
    transition: all 0.7s cubic-bezier(0.99, 0.02, 0.11, 0.99);
    z-index: 1000;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}
@media screen and (max-width: 85em) { 
    .learning-post-content {
        padding:40px;
    }
}
.learning-post-content-closer {
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 1000000;
    width: 40px;
    cursor:pointer;
}
.learning-post-content.active {
right:0;
}
.learning-post-content p {
    color:#fff;
    font-family:'Archia';
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
}

.learning-post-content-wrap {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.learning-post-content-ttl {
    font-size:26px;
    font-weight: 500;
    margin-bottom:24px;
    font-family:'Archia';
}

.learning-post-video video {
    width:100% !important;
    height:auto;
    margin-bottom:36px;
    object-fit: inherit;
}


.learning-post-content-txt {
    font-weight: 200;
}

body.popup {
    overflow:hidden;
}

body.popup header {
    opacity: 0;
    pointer-events: none;
}

.txt-part {
    background-color:var(--wp--preset--color--primary);
    padding-top:100px;
    padding-bottom:100px;
}
.txt-part-container {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
    z-index: 1;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 85em) { 
    .txt-part-container {
       flex-direction: column;
       gap:40px;
       padding-left: 40px;
       padding-right: 40px;
    }
}
.txt-part-left, .txt-part-right {
    width:50%;
}
.txt-part-right {
    width:50%;
    padding-left:80px;
}
@media screen and (max-width: 85em) { 
    .txt-part-left, .txt-part-right {
        width:100% ;
        padding-left: 0;
    }
}
.txt-part h2 {
    font-size:83px;
    font-weight: 400;
    max-width: 500px;
    font-family: 'Archia';
}
@media screen and (max-width: 85em) { 
    .txt-part h2 {
        font-size: 53px;
    }
}
.txt-part-right p {
    line-height: 24px;
    font-size:16px;
    font-weight: 200;
    font-family: 'Archia';
}
.txt-part-lnk {
    margin-top:42px;
    position:relative;
}
@media screen and (max-width: 85em) { 
    .txt-part-lnk {
        margin-top:30px;
    }
}
.txt-part-lnk svg {
    width: 12px;
    position:relative;
    right:0;
    transition:all 0.3s ease-out;
}
.txt-part-lnk a {
    font-weight: 600;
    font-size:17px;
    text-transform: uppercase;
    position: relative;
    display: inline-flex;
    gap:9px;
}
.txt-part-lnk a:before {
    content:'';
    display:block;
    height:2px;
    width:100%;
    background-color: var(--wp--preset--color--secondary);
    position: absolute;
    bottom:-5px;
    left:0;
}
.txt-part-lnk a:hover svg {
    right:-10px;
}


.learning-contact {
    background: var(--wp--preset--color--secondary);
    padding-top: 5.125rem;
    padding-bottom: 6.25rem;
    color:#fff;

}
@media screen and (max-width: 85em) { 
    .learning-contact {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}
.learning-contact-container {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
    z-index: 1;
    display: flex;
}
@media screen and (max-width: 85em) { 
    .learning-contact-container {
        padding-left:40px;
        padding-right:40px;
        flex-direction: column;
    }
}
.learning-contact-left {
    width: 30%;
}
.learning-contact-right {
    width: 70%;
}
@media screen and (max-width: 85em) { 
    .learning-contact-left, .learning-contact-right {
        width: 100%;
    }
}
.learning-contact h2 {
    font-weight:300;
    color:var(--wp--preset--color--primary);
    font-size:83px;
    font-family: 'Archia';
}
@media screen and (max-width: 85em) { 
    .learning-contact h2 {
        font-size:50px;
    }
}
.learning-contact-label {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    text-align: right;
    color:var(--wp--preset--color--primary);
    padding-top:12px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Archia';
    font-size:13px;
    margin-bottom:45px;
    margin-top: 50px;
}

.learning-contact-form p {
    color: var(--wp--preset--color--white);
    font-family: Archia;
}
.learning-contact-form .submit-button p {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap:60px;
}
.learning-contact-form .submit-button .wpcf7-spinner {
    display: none;
}
.learning-contact-form .submit-button input {
    margin-bottom: 0;
    margin-top: 0;
}
.learning-contact-form .submit-button svg {
    width:86px;
    position: relative;
    top: -10px;
}
@media screen and (max-width: 85em) { 
    .learning-contact-form .submit-button svg {
        width:46px;
        position: relative;
        top: -10px;
    }
}
.learning-contact-form .wpcf7 {
    padding-left: 20%;
}
@media screen and (max-width: 85em) { 
    .learning-contact-form .wpcf7 {
        padding-left:0;
    }
}
@media screen and (min-width: 85em) { 

    .filter-select {
        display: none;
    }
}
@media screen and (max-width: 85em) { 
    .filter-list {
        display: none;
    }
    .filters {
        padding-bottom:20px;
    }
}
.filter-select {
    background-color: var(--wp--preset--color--primary);
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Archia';
    padding: 15px 20px;
    width: 100%;
    border:solid 1px  var(--wp--preset--color--primary);
}