
#tm-dialog-mobile .uk-nav-big {
    font-family: 'LFT Etica Condensed';
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 120%;
}

#tm-dialog-mobile .uk-nav-small {
    font-family: 'Acumin Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 200%;
    letter-spacing: -0.01em;
}

#tm-dialog-mobile ul {
    padding: 0px;
}

.uk-nav-default > li > a:hover {
    color: #6c6d74;
}

#tm-dialog-mobile ul.uk-nav-sub > li > ul {
    margin-bottom: 24px;
}

#tm-dialog-mobile .uk-chevron-right {
    margin-left:auto;
    height: 16px;
}


#tm-dialog-mobile .uk-return-bar {
    height: 100px;
    width: 100%;
    

    color: #003246;
    font-family: 'Acumin Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
}

#tm-dialog-mobile .flex-row-center {
    display: flex;
    flex-direction: row;
    align-items: center
}

#tm-dialog-mobile .uk-return-button {
    cursor: pointer;
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */

}

#tm-dialog-mobile .uk-return-arrow {
    width: 8px;
    padding-right: 12px;
}

#tm-dialog-mobile .el-item > a {
    font-family: 'Acumin Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.5px;
}

#tm-dialog-mobile div.widget-buttons div.el-item {
    min-width: 50%;
    padding: 0 12px;
}

@media screen and (max-width: 304px) {
    #tm-dialog-mobile div.widget-buttons div.el-item {
        width: 100%;
    }
}


#tm-dialog-mobile div.widget-buttons div.el-item > a {
    width: 100%;
}