.choice {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 2rem 0;
}
.choice__title-warp {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.choice__title-box {
    margin-bottom: 4rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.choice__btn-group {
    position: absolute;
    bottom: 4rem;
    right: 0;
}
.moreChoiceBtn {
    display: inline-flex;
    align-items: center;
    gap: .2rem;
    color: var(--gray-200);
    line-height: 1;
}
.moreChoiceBtn .text {
    position: relative;
}
.moreChoiceBtn:after {
    width: 1.6rem;
    height: 1.6rem;
}
.moreChoiceBtn:after {
    margin-top: .1rem;
}
.moreChoiceBtn:after {
    background-image: url(https://en.kg-mobility.com/images/cm/icons/16/icon-n-arrow-right-gray-bright.svg);
}
.moreChoiceBtn:after {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.choice .article-warp {
    display: flex;
    gap: .3rem;
}
.choice .article-warp .article:not(.active) {
    flex: .5;
    background-position: center;
}
.choice .article-warp .article {
    opacity: 0;
    flex: 1;
    transition: flex 2s cubic-bezier(.19,1,.22,1),background-position 2s cubic-bezier(.19,1,.22,1);
    position: relative;
    display: flex;
    justify-content: left;
    align-items: flex-end;
    background-size: contain;
    background-position: center center;
    color: var(--white);
    width: 46.2rem;
    height: 35rem;
    overflow: hidden;
    background-repeat: no-repeat;
}
.choice .article-warp .article .article-textWrap {
    width: 100%;
    padding: 2.4rem 2.2rem;
    position: absolute;
    transition: transform 1s cubic-bezier(.19,1,.22,1);
    background: linear-gradient(360deg, #000000fc, #34323170)
}
.choice .article-warp .article .article-textWrap .desc {
    font-weight: var(--font-bold-weight);
    line-height: var(--font-bold-line-height);
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
    word-break: keep-all;
    width: 29rem;
}
.article-warp p {
    color: #fff;
}
p.title{
    margin-bottom: 0;
}
.elementor-button-wrapper {
    justify-content: start;
    display: flex;
}
video {
    width: 100%;
}
.choiceBtn {
    display: contents;
    align-items: center;
    gap: .2rem;
    color: var(--gray-200);
    line-height: 1;
}
.choiceBtn:after {
    background-image: url(assets/images/icon-n-arrow-right-gray-bright.svg);
    margin-top: .1rem;
    width: 1.0rem;
    height: 1.0rem;
    margin-left: 0.3rem;
}

.choiceBtn .text {
    position: relative;
    color: #fff;
}
.choiceBtn .text:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -.4rem;
    right: 100%;
    height: .2rem;
    background: var(--gray-200);
    transition: all .5s ease;
}
.choiceBtn:after {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
section.location {
    background: #eaeaed;
}
section.contact-us {
    background: #eaeaed;
    padding-bottom: 4rem !important;
}
a {
    text-decoration: none;
}
.fa-brands, .fab {
    font-weight: 400;
    color: #fff;
    font-size: 1.5rem;
    padding: 0.5rem;
}
@media (max-width:768px){
    .container.exterior {
        padding: 1rem;
    }
    .choice .article-warp {
        display: grid;
        gap: .3rem;
    }
    .choice .article-warp .article {        
        width: 100%;
        height: 30rem;
    }
}