#writing-cnt {
    background-color: #c9239c;
}

#writing-cnt #banner-img-cnt img {
    width: 60%;
}

.writing-page #side-widget {
    border: #c9239c solid 0.1vw;
}

.writing-page #widget-title-cnt {
    border-bottom: #c9239c solid 0.1vw;
}

.grey-bg-padded {
    background-color: #fafbfe;
    width: 90%;
    padding: 5%;
    margin-bottom: 5%;
}

.principle-cnt {
    display: flex;
    flex-direction: column;
}

.principle-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    
}

.principle-cnt .principle-row:first-child {
    padding-bottom: 5%;
    border-bottom: solid #161e3534 1px;
}

.principle-cnt .principle-row:nth-child(n+2):nth-last-child(n+2) {
    padding: 5% 0;
    border-bottom: solid #161e3534 1px;
}

.principle-cnt .principle-row:last-child {
    padding-top: 5%;
}

.principle-row-1 {
    width: 20%;
}

.principle-row-1 p {
    font-weight: bold;
    margin: 0;
}

.principle-row-2 {
    width: 80%;
}

.principle-row-2 p {
    font-size: 1.1vw;
    margin: 0;
}

.separator {
    width: 100%;
    border-top: solid 1px #161e3534;
    margin: 10% 0;
}

#brand-values-cnt {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.bv-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

#brand-values-cnt .bv-row:nth-child(2) {
    justify-content: center;
}

.bv-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 30%;
    height: 28vw;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.bv-row > .bv-card:nth-child(1) {
    margin: 0 auto 5% 0;
}

.bv-row > .bv-card:nth-child(2) {
    margin: 0 auto 5% auto;
}

.bv-row > .bv-card:nth-child(3) {
    margin: 0 0 5% auto;
}

.bv-row > .bv-card:nth-child(4) {
    margin: 0 2.5% 0 0;
}

.bv-row > .bv-card:nth-child(5) {
    margin: 0 0 0 2.5%;
}


.bv-card div {
    transition: opacity 0.5s ease;
}

.bv-card .bv-visible {
    position: absolute;
    opacity: 1;
    font-size: 2vw;
    padding: 5%;
    width: 90%;
    height: 90%;
    font-weight: bold;
}



.bv-visible > div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.bv-visible > div > img {
    width: 35%;
    margin-bottom: 5%;
}

.tl {
    position: absolute;
    top: 4%;
    left: 5%;
    border-top: solid 0.1vw;
    border-left: solid 0.1vw;
    width: 20%;
    height: 8vw;
}

.br {
    position: absolute;
    bottom: 4%;
    right: 5%;
    border-bottom: solid 0.1vw;
    border-right: solid 0.1vw;
    width: 20%;
    height: 8vw;
}

.bv-card .bv-hidden {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    position: absolute;
    opacity: 0;
    height: 90%;
    padding: 5% 0;
}

.bv-card .bv-hidden p {
    font-size: 1.2vw;
    width: 80%;
    margin: 0;

}

.bv-card:hover .bv-visible {
    opacity: 0;
}

.bv-card:hover .bv-hidden {
    opacity: 1;
}

.rounded-line {
    width: 15%;
    height: 0.5vw;
    border-radius: 50px;
}

#tv-table {
    display: flex;
    flex-direction: column;
    font-size: 1.2vw;
}

#tv-table .tv-row:nth-child(1) {
    font-weight: bold;
    font-size: 1.4vw;
}
.tv-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 2% 0;
}


.tv-row div:nth-child(1) {
    width: 8%;
    color: black;
}

.tv-row div:nth-child(2) {
    width: 34%;
    color: #C9239C;
}

.tv-row div:nth-child(3) {
    width: 44%;
    color: #0844BC;
}

#emoji-cnt {
    display: flex;
    flex-direction: column;
}

.emoji-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 2.5%;
    flex-wrap: wrap;
}

.emoji-row > div {
    width: 13%;
    height: 8vw;
    border-radius: 10px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin-bottom: 2%;
}

.emoji-row > div > p {
    margin: 0;
    font-size: 2vw;
}

.emoji-img {
    width: 30%;
}

.copy-icon {
    position: absolute;
    top: 10%;
    right: 10%;
    width: 15%;
}

.copy-message {
    position: absolute;
    top: -15%;
    right: -15%;
    background-color: #E1E1E1;
    border-radius: 25px;
    padding: 1% 10%;
}

.copy-message p {
    color: black;
    font-style: italic;
    font-size: 0.9vw;
    margin: 0;
}

footer {
    background-color: #c9239c;
}

@media (max-width: 727px) {

    #mobile-nav-cnt {
        background-color: #961c75;
    }

    .principle-row {
        flex-direction: column;
    }

    .principle-row-2 {
        width: 100%;
    }
    
    .principle-row-2 p {
        font-size: 18px;
    }

    .bv-card {
        width: 48%;
        height: 60vw;
    }

    .bv-card .bv-visible {
        font-size: 6vw;
    }

    .bv-row > .bv-card:nth-child(1) {
        margin: 0 auto 5% 0;
    }
    
    .bv-row > .bv-card:nth-child(2) {
        margin: 0 0 5% auto;
    }
    
    .bv-row > .bv-card:nth-child(3) {
        margin: 0 auto 5% 0;
    }
    
    .bv-row > .bv-card:nth-child(4) {
        margin: 0 0 5% auto;
    }
    
    .bv-row > .bv-card:nth-child(5) {
        margin: 0 auto 0 auto;
    }
    

    .bv-card .bv-hidden p {
        font-size: 2.5vw;
    }

    .tl {
        height: 16vw;
    }
    
    .br {
        height: 16vw;
    }

    #tv-table .tv-row:nth-child(1) {
        font-size: 14px;
    }

    #tv-table {
        font-size: 14px;
    }

    .tv-row div:nth-child(1) {
        width: 22%;
    }
    .tv-row div:nth-child(3), .tv-row div:nth-child(2) {
        width: 38%;
    }

    #vt *{
        z-index: 1;
    }

    #vt img {
        z-index: 0;
        width: 50%;
        bottom: -7.5%;
        left: -5%;
    }

    .emoji-row > div {
        width: 30%;
        margin-bottom: 5%;
        height: 24vw;
    }

    .emoji-row > div > p {
        font-size: 6vw;
    }

    .copy-icon {
        width: 20%;
    }

    .copy-message {
        top: -25%;
        right: -25%;
    }

    .copy-message p {
        font-size: 5vw;
    }
}