.hero-overlay-img {
    top:unset;
    bottom:0;
}
#p21-22 blockquote {
    margin-top:3rem;
    position: relative;
    color:var(--bs-dark-color);
}

@media(min-width:1700px) {
    #p21-22 blockquote {
        position: absolute;
        margin-top:0;
        top:0%;
        left:10%;
        width: 80%;
        color:var(--bs-light-color);
    }
}
@media(min-width:992px) {
    .en-us #p21-22 .overlay-caption {

        position: unset !important; 
        top: 0;
        left: 0;
        padding-left: 4%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: 100%;

    }
}    

#p23-24 {
    margin-top:5rem;
    padding-top:10rem;
    background-position: center top;
    background-size: 1500px auto;
    background-repeat: no-repeat;
}
.p23-item .p23-item-wrapper {
    position: relative;
    padding:1rem 1rem 1rem 3rem;
    border: 2px solid var(--primary-tiffany-color);
    border-radius: 0 2rem 2rem 0;
    color: var(--bs-dark-color);
}
.p23-item .p23-item-wrapper h3 {
    color: var(--primary-tiffany-color);
}
.p23-item .p23-item-wrapper::before {
    content: "";
    top:0;
    left:0;
    display: block;
    position: absolute;
    width: 1.5rem;
    height: 100%;
    background-color: var(--primary-tiffany-color);
}
.p23-item:nth-child(1) .p23-item-wrapper {
    border-color: var(--primary-magenta-color);
}
.p23-item:nth-child(1) .p23-item-wrapper h3 {
    color: var(--primary-magenta-color);
}
.p23-item:nth-child(1) .p23-item-wrapper::before {
    background-color: var(--primary-magenta-color);
}
.p23-item:nth-child(2) .p23-item-wrapper {
    border-color: var(--primary-blue-color);
}
.p23-item:nth-child(2) .p23-item-wrapper h3 {
    color: var(--primary-blue-color);
}
.p23-item:nth-child(2) .p23-item-wrapper::before {
    background-color: var(--primary-blue-color);
}

.p31-instruction {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    background-color: var(--primary-blue-color);
    padding: 0.8rem;
    color: var(--bs-light-color);
    font-size:0.8rem;
    border-radius: 0.8rem;
    gap:0.8rem;
}
.p31-instruction .qr {
    width: 100%;
    height: auto;
    max-width: 100px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}
.instruction-ar-icon {
    width: 100%;
    max-width: 24px;
    height: auto;
    margin:0 0.4rem;
}

#p45-table {
    padding-bottom: 2rem;
}
#p45-table table {
    width: 100%;
    min-width: 600px;
    border:2px solid var(--primary-blue-color);
}
#p45-table table th {
    background:var(--primary-blue-color);
    text-align: center;
    font-weight: 700;
    color:var(--bs-light-color);
    border-right:2px solid var(--bs-light-color);
    padding: 1rem;
}
#p45-table table th:last-child {
    border-right:0;
}
#p45-table table td {
    text-align: center;
    padding: 0.5rem;
    border:2px solid var(--primary-blue-color);
}


.last-section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.last-section-header h2 {
    background: rgb(var(--primary-tiffany-rgb));
    background: linear-gradient(90deg, rgba(var(--primary-tiffany-rgb),0.3) 0%, rgba(var(--primary-magenta-rgb),0.3) 100%);
    display: inline-block;
    padding: 1rem 1rem 1rem 2rem;
    text-align: center;
    border-radius: 3rem;
    z-index: 2;
}
.last-section-header h2 span:first-child {
    color:var(--primary-tiffany-color);
}
.last-section-header h2 span:last-child {
    color:var(--primary-magenta-color);
}
.last-section-header h3 {
    background: rgb(var(--primary-tiffany-rgb));
    background: linear-gradient(90deg, rgba(var(--primary-tiffany-rgb),1) 0%, var(--bs-light-color) 50%, rgba(var(--primary-magenta-rgb),1) 100%);
    display: inline-block;
    padding: 2px;
    text-align: center;
    border-radius: 3rem;
    margin-top:-1rem;
}
.last-section-header h3 b {    
    background-color: var(--bs-light-color);
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 3rem;
    color:var(--bs-gray-600);
}
.last-section-header h3 span:first-child {
    color:var(--primary-tiffany-color);
}
.last-section-header h3 span:last-child {
    color:var(--primary-magenta-color);
}

#last .interview h4 {
    margin: 2rem 0;
}
#last .interview p {
    margin-left:2.5rem;
    position: relative;
    border-radius: 100%;
}
#last .interview p:nth-of-type(odd) {
    color: var(--primary-magenta-color);
}
#last .interview p:nth-of-type(odd)::before {
    content: "吳";
    background-color: var(--primary-magenta-color);
}
.en-us #last .interview p:nth-of-type(odd)::before {
    content: "VN";
    background-color: var(--primary-magenta-color);
}
#last .interview p:nth-of-type(even) {
    color: var(--primary-tiffany-color);
}
#last .interview p:nth-of-type(even)::before {
    content: "李";
    background-color: var(--primary-tiffany-color);
}
.en-us #last .interview p:nth-of-type(even)::before {
    content: "PL";
    background-color: var(--primary-tiffany-color);
}

#last .interview p::before {
    position: absolute;
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    margin-right:0.8rem;
    line-height: 1;
    left:-2.8rem;
    align-items: center;
    justify-content: center;
    color:var(--bs-light-color);
    border-radius: 100%;
    padding: 0.5rem;
}

.event-icon {
    display: inline-block;
    padding: 0.6rem;
    border-radius: 0.5rem;
    background: var(--primary-blue-color);
    margin-top: 0.8rem;
}
.event-icon img {
    width: 100%;
    max-width: 120px;
    height: auto;
}
.harbourfront-tag {
    width: 100%;
    max-width: 130px;
    height: auto;
    margin-bottom: 0.8rem;
}

:lang(en-us) .harbourfront-tag {
    width: 100%;
    max-width: 170px;
    height: auto;
    margin-bottom: 0.8rem;
}