.home .site-main{
    position: relative;
}
.home .site-main > *{
    z-index: 2;
    position: relative;
    margin-bottom: 0;
}
.home .site-main::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55.36%;
    background: linear-gradient(#D9D9D9, #fff) ;
    z-index: 1;
}
.banner-video {
    padding: min(max(40px, calc(6.25rem + (40 - 100) * ((100vw - 390px) / (1440 - 390)))), 100px) 0 min(max(50px, calc(3.125rem + (100 - 50) * ((100vw - 390px) / (1440 - 390)))), 100px);
    min-height: 0vw;
}
.banner-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}
.banner-video .video-wrapper {
    width: 100%;
    min-height: 0vw;
    margin: 0 auto;
    max-width: 1120px;
}
.banner-video .video{
    width: 100%;
    padding-bottom: 56.25%;
    display: block;
    position: relative;
    overflow: hidden;
}
.banner-video .scroll-down {
    margin: min(max(40px, calc(5rem + (40 - 80) * ((100vw - 390px) / (1440 - 390)))), 80px) auto 0;
    min-height: 0vw;
    display: flex;
    width: 15px;
    flex-direction: column;
    gap: 25px;
    align-items: center;
}
.banner-video .scroll-down svg:nth-child(1) {
    animation: diamond 2s infinite;
}
.banner-video .scroll-down svg:nth-child(2) {
    animation: diamond 2s infinite;
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
    width: 12px;
    height: 12px;
}
.banner-video .scroll-down svg:nth-child(3) {
    animation: diamond 2s infinite;
    -webkit-animation-delay: .25s;
    animation-delay: .5s;
    width: 8px;
    height: 8px;
}

@keyframes diamond {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.1;
    }
}
.who-we-are {
    position: relative;
    padding: 0;
    margin: 0;
}
.who-we-are .fixed-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
    pointer-events: none;
    width: 100%;
}
.who-we-are .fixed-content .content-inner{
    width: 50%;
    max-width: 440px;
}
.who-we-are .fixed-content .content-inner *{
    pointer-events: auto;
}
.who-we-are .container {
    max-width: 1400px;
}
.who-we-are .list-posts {
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
    display: flex;
    flex-direction: column;
}
.who-we-are .list-posts .post-item{
    display: flex;
}
.who-we-are .list-posts .post-item .post-inner .border{
    content: '';
    display: block;
    position: relative;
    background-color: #CACACA;
    width: 1px;
}
.who-we-are .list-posts .post-item span{
    max-width: 293px;
}
.who-we-are .list-posts .post-item:nth-child(3n - 2){/* item 1 */
    margin-top: 100px;
}
.who-we-are .list-posts .post-item:nth-child(3n - 2) .post-inner,
.who-we-are .list-posts .post-item:nth-child(3n - 1) .post-inner{/* item 1,2 */
    width: 26.071428571428571428571428571429%;
}
.who-we-are .list-posts .post-item:nth-child(3n) .post-inner{/* item 3 */
    width: 23.214285714285714285714285714286%;
}
.who-we-are .list-posts .post-item:nth-child(3n - 2) .post-inner *,
.who-we-are .list-posts .post-item:nth-child(3n) .post-inner *{/* item 1,3 */
    text-align: right;
}
.who-we-are .list-posts .post-item:nth-child(3n - 1) .post-inner *{/* item 2 */
    text-align: left;
}
.who-we-are .list-posts .post-item:nth-child(3n - 2) .post-inner .border {/* item 1 */
    height: 208px;
}
.who-we-are .list-posts .post-item:nth-child(3n - 1) .post-inner .border {/* item 2 */
    height: 222px;
}
.who-we-are .list-posts .post-item:nth-child(3n) .post-inner .border {/* item 3 */
    height: 130px;
}
.who-we-are .list-posts .post-item:nth-child(3n - 1) {/* item 2 */
    justify-content: end;
    margin-top: -312px;
}
.who-we-are .list-posts .post-item:nth-child(3n - 2) .featured-image {/* item 1 */
    padding-bottom: 61.643835616438356164383561643836%;
}
.who-we-are .list-posts .post-item:nth-child(3n - 1) .featured-image {/* item 2 */
    padding-bottom: 122.73972602739726027397260273973%;
}
.who-we-are .list-posts .post-item:nth-child(3n) .featured-image {/* item 3 */
    padding-bottom: 90.769230769230769230769230769231%;
}
.who-we-are .list-posts .post-item .featured-image{
    position: relative;
    margin-top: 10px;
}
.who-we-are .list-posts .post-item .featured-image img{
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    object-fit: cover;
    max-width: none !important;
}   
.who-we-are .list-posts .post-item:nth-child(3n){
    margin-left: min(max(0px, calc(0rem + (115 - 0) * ((100vw - 390px) / (1440 - 390)))), 115px);
    min-height: 0vw;
    margin-top: -270px;
}
.who-we-are .list-posts .post-item .post-inner{
    display: flex;
    flex-flow: column;
}
.who-we-are .fixed-content .heading {
    margin: 0 0 min(max(30px, calc(1.875rem + (240 - 30) * ((100vw - 390px) / (1440 - 390)))), 240px) 0;
    text-align: right;
}
.who-we-are .fixed-content .title {
    transform: translateX(calc(57% - 34.86px));
    display: inline-block;
}
.who-we-are .fixed-content .title svg{
    margin-right: 25px;
}

.who-we-are .fixed-content .content-inner .link{
    margin-top: 30px;
}
.who-we-are .button.with-arrow.right span:before{
    top: calc(50% + 1px);
    transform: translateY(-50%);
}
.who-we-are .button.with-arrow.right span:after{
    top: calc(50% + 1px);
    transform: scale(1) translateY(-50%);
}
.who-we-are .button.with-arrow.right:hover span:before {
    transform: scale(1) translateY(-50%);
}
.who-we-are .button.with-arrow.right:hover span:after{
    transform: translateX(100%) translateY(-50%);
}
.who-we-are .wrapTextByWords .line{
    display: block;
    overflow: hidden;
}
.who-we-are .wrapTextByWords span{
    visibility: hidden;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(.33,0,.13,1);
    --tw-translate-y: 100%;
    display: inline-block;
    text-transform: capitalize;
}
.who-we-are .wrapTextByWords.reveal span{
    visibility: visible;
    transform: none;
}
.latest-highlights h2 {
    color: #CACACA;
    text-transform: uppercase;
    word-spacing: 1rem;
}
.latest-highlights .heading {
    display:flex;
    justify-content: space-between;
}
.latest-highlights .action {
    text-transform: uppercase;
}
.latest-highlights .action a {
    font-weight: 400;
}
.latest-highlights .action a:before {
    transition: width .75s cubic-bezier(.19,1,.22,1);
    left: 50%;
    transform: translateX(-50%);
}
.latest-highlights .action a:hover:before {
    width: 100px;
}
.latest-highlights .list-posts{
    margin: 25px auto;
}
.latest-highlights .latest-post .item-inner {
    display: flex;
    background: #003366;
}
.latest-highlights .latest-post .item-inner .image{
    height: 100% !important;
    width: 100% !important;
    max-width: none !important;
    object-fit: cover;
    padding-bottom: 75.777777777777777777777777777778%;
    position: relative;
}
.latest-highlights .latest-post .item-inner img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
    max-width: none !important;
    object-fit: cover;
}
.latest-highlights .latest-post .post-meta-top {
    padding-bottom: 313px;
    position: relative;
}
.latest-highlights .latest-post .item-content {
    padding: 50px 40px;
    flex: 1 1 33.823529411764705882352941176471%;
}
.latest-highlights .latest-post .item-image{
    flex: 1 1 66.17647058823529411764705882352%;
}
.latest-highlights .latest-post .item-content * {
    color: #fff;
}
.latest-highlights .latest-post .item-content .date {
    font-family: 'Lustria';
    position: absolute;
    right: 0;
    top: 0;
    writing-mode: vertical-rl;
}
.latest-highlights .latest-post .post-meta {
    border-top: 1px solid #fff;
    padding-top: 30px;
}
.latest-highlights .latest-post .post-meta > * {
    margin-bottom: 16px;
    display: block;
}
.latest-highlights .latest-post .item-content a.button {
    margin-top: 40px;
    float: right;
}
.list-posts .highlight-item .button span:after,
.list-posts .highlight-item .button span:before {
    filter: brightness(0) invert(1);
}
.latest-post-thumb .button.with-arrow span:before,
.latest-post-thumb .button.with-arrow span:after{
    background-image: url('../images/diamond.svg');
    top: 4px;
}
.latest-highlights .latest-post-thumb [aria-label="2 / 4"],
.latest-highlights .latest-post-thumb [aria-label="3 / 4"] {
    text-align: center;
}
.latest-highlights .latest-post-thumb [aria-label="4 / 4"] {
    text-align: right;
}
.latest-highlights .latest-post-thumb [aria-label="2 / 4"] .item-inner{
    padding-right: 28%;
}
.latest-highlights .latest-post-thumb [aria-label="3 / 4"] .item-inner{
    padding-left: 28%;
}
.latest-post-thumb .item-inner span {
    padding-left: 26.86px;
}
.latest-post-thumb .swiper-slide .item-inner * {
    transition: color .4s ease-in-out, fill .4s ease-in-out, padding .4s ease-in-out;
    transition-delay: 0s;
    cursor: pointer;
}
.latest-post-thumb .swiper-slide:not(.swiper-slide-thumb-active) .item-inner * {
    color: #CACACA;
    fill: #CACACA;
}
.latest-post-thumb .button.with-arrow span {
    padding-right: 46.86px;
}
.latest-post-thumb .highlight-item:first-child .button.with-arrow span {
    padding-left: 0;
}
.latest-post-thumb .highlight-item:not(:first-child) .button.with-arrow span,
.latest-post-thumb .highlight-item:first-child:hover .button.with-arrow span {
    padding-left: 46.86px;
}
.latest-post-thumb .highlight-item.swiper-slide-thumb-active span{
    padding-right: 0 !important;
    padding-left: 46.86px !important;
}
.latest-post-thumb .highlight-item span:before,
.latest-post-thumb .highlight-item span:after {
    opacity: 0.25;
}
.latest-post-thumb .highlight-item.swiper-slide-thumb-active span:before {
    opacity: 1;
    transform: scale(1);
    left: 0;
}
.latest-post-thumb .highlight-item.swiper-slide-thumb-active span:after {
    opacity: 0;
    transform: scale(.3);
}
.latest-post-thumb .swiper-slide:not(.swiper-slide-thumb-active):hover .item-inner * {
    color: #000;
    fill: #000;
}
.latest-highlights {
    margin: min(max(100px, calc(6.25rem + (200 - 100) * ((100vw - 390px) / (1440 - 390)))), 200px) 0 0;
}
@media (min-width: 1440px){
    .who-we-are .container {
        margin-right: calc((100vw - 1440px) / 2);
    }
}
@media (max-width: 1440px){
    .who-we-are .container {
        margin-right: 0;
    }
}

@media (max-width: 1366px){
    .who-we-are .fixed-content .title{
        transform: translateX(0);
    }
}
@media (min-width: 1024px){
    .who-we-are .container{
        padding-right: 0;
    }
}
@media (max-width: 1024px){
    .latest-highlights .latest-post .item-image {
        flex: 1 1 56.17647058823529411764705882352%;
        
    }
    .latest-highlights .latest-post .item-content {
        padding: 50px 40px;
        flex: 1 1 43.823529411764705882352941176471%;
    }
}
@media (max-width: 991px){
    .who-we-are .fixed-content .content-inner {
        max-width: 340px;
    }
}
@media (min-width: 768px) {
    .fixed-content {
        top:0;
        left: 0;
        position: absolute;
        height: 100vh !important;
        text-align: center;
    }
    .latest-highlights h2,
    .latest-highlights .action a {
        font-size: min(max(45px, calc(2.8125rem + (85 - 45) * ((100vw - 768px) / (1440 - 768)))), 85px);
        line-height: min(max(55px, calc(3.4375rem + (95 - 55) * ((100vw - 768px) / (1440 - 768)))), 95px);
    }
}
@media (max-width: 767px) {
    
    .banner-video{
        padding-bottom: 50px;
    }
    .who-we-are{
        padding-top: 50px;
    }
    .banner-video .scroll-down{
        margin-top: 80px;
    }
    .who-we-are .fixed-content .content-inner {
        max-width: none;
    }
    .who-we-are .list-posts .post-item{
        margin-top: 0 !important;
        margin-bottom: 60px;
        margin-left: 0 !important;
    }
    .who-we-are .list-posts .post-item:last-child{
        margin-bottom: 0;;
    }
    .who-we-are .list-posts .post-item .post-inner *{
        text-align: left !important;
    }
    .who-we-are .list-posts .post-item .post-inner{
        width: 100% !important;
    }
    .who-we-are .list-posts .post-item .featured-image{
        padding-bottom: 62.849162011173184357541899441341% !important;
        margin-top: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    .who-we-are .list-posts .post-item .post-inner .border{
        display: none !important;
    }
    .who-we-are .container {
        padding-right: 16px;
    }
    .who-we-are .list-posts .post-item span{
        max-width: 100% !important;
    }
    .latest-highlights {
        margin: 100px 0 0;
    }

    .who-we-are .fixed-content .heading {
        margin-bottom: 30px;
        text-align: left;
        margin-top: 80px;
    }
    
    .who-we-are .fixed-content .title {
        transform: none;
    }
    
    .who-we-are .fixed-content .content-inner {
        width: 100%;
        text-align: center;
    }
    
    .who-we-are .fixed-content .content-inner .link {
        margin-top: 20px;
    }
    
    .who-we-are .fixed-content .content {
        text-transform: capitalize;
    }
    
    .who-we-are .fixed-content .title svg {
        margin-right: 15px;
    }
    
    .latest-highlights h2 {
        width: 100%;
        display: block;
        margin-bottom: 5px;
        word-spacing: 0.5rem;
    }
    
    .latest-highlights .heading {
        flex-direction: column;
    }
    
    .latest-highlights .list-posts {
        margin: 30px auto 20px;
    }
    
    .latest-highlights .latest-post .item-inner {
        flex-direction: column;
    }
    
    .latest-highlights .latest-post .post-meta-top {
        padding-bottom: 108px;
    }
    
    .latest-highlights .latest-post .item-content {
        padding: 30px 20px;
    }
    
    .latest-highlights .latest-post .item-content a.button {
        margin-top: 20px;
    }
    
    
    .latest-highlights .latest-post .item-inner .image {
        padding-bottom: 75.698324022346368715083798882682%;
    }
    
    .latest-highlights .latest-post .item-content .date {
        font-size: 38px;
        top: 0;
        right: 0;
    }
    .latest-post-thumb .button.with-arrow span {
        padding-right: 22.86px;
    }
    .latest-post-thumb .highlight-item:first-child .button.with-arrow span {
        padding-left: 0;
    }
    .latest-post-thumb .highlight-item:not(:first-child) .button.with-arrow span,
    .latest-post-thumb .highlight-item:first-child:hover .button.with-arrow span {
        padding-left: 22.86px;
    }
    .latest-post-thumb .highlight-item.swiper-slide-thumb-active span{
        padding-right: 0 !important;
        padding-left: 22.86px !important;
    }
    .latest-highlights .latest-post-thumb [aria-label="3 / 4"] .item-inner {
        padding-left: 10%;
    }
    .latest-highlights .latest-post-thumb [aria-label="2 / 4"] .item-inner {
        padding-right: 22%;
    }
}