
/*XP Section*/

.xp-section {
    /* order: 5; */
    margin-top: var(--spacing-128);
    position:relative;
}

.xp-header {
    z-index:2;
}

.xp-card {
    position:relative;
    will-change: transform;
}

.xp-image {
    position: relative;
}

.xp-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.xp-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: var(--spacing-32);
    z-index:2;
}

.xp-image-wrapper {
    height:100%;
    overflow: hidden;
}

.xp-image {
    overflow:hidden;
    height:100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.xp-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    object-fit:cover;
    /*transition: transform 0.1s cubic-bezier(0.4, 0, 0.2, 1);*/
}

.xp-grid-wrapper {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.xp-grid {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    grid-template-rows: auto;
    grid-gap: 10px;
    grid-template-rows: 180px 180px 180px 180px 180px 180px;
    /* grid-template-rows: repeat(auto-fill, minmax(100px, 1fr)); */
}
   
.xp-card:first-child {
    grid-column: 1 / 9;
    grid-row: 2 / 6;
}

.xp-card:nth-child(2) {
    grid-column: 12 / 17;
    grid-row: 1 / 4;
}

.xp-card:nth-child(3) {
    grid-column: 10 / 14;
    grid-row: 5 / 7;
}

.xp-card:nth-child(3) .xp-image img {
    height: 160%;
}

/*
.swift-xp-wrapper {
    position: absolute;
    right: 13%;
    width: 53vw;
    bottom: 35%;
    max-width: 700px;
}
    */

.location-wrapper{
    display: flex;
    gap: 8px;
    align-items: center;
}

.location-wrapper .subtitle {
    margin-bottom:0px;
    font-size:11px;
}

