body{
    font-family: 'Montserrat', Helvetica,Arial, sans-serif;
}

.cover-home{
    background-image:url('/assets/img/bg/mtl-bridge.jpg');
    background-size: cover;
}

.gradient{
    background: linear-gradient(120deg, #08142e 0%, #051127 100%);
}

.gradient2{
    background:linear-gradient(120deg, #9480fe 0%, #63b3ed 100%);
}

#tos p{
    margin: 1rem 1rem 1.5rem 1rem;
    font-size:0.875rem;
}

#tos ul{
    margin: 1rem 1rem 1.5rem 2rem;
    font-size:0.875rem;
    list-style: unset!important;
}

#tos ol{
    margin: 1rem 1rem 1.5rem 2rem;
    font-size:0.875rem;
    list-style: unset!important;
}

.smartbanner{
    margin-top:4rem;
    position: fixed !important;
}

a.link{
    color: #1474fc; 
    text-decoration: underline;
}

div.menu-item-card{
    min-height: 6rem;
}

.bg-pattern{
    background: #efeff4 url('/assets/img/bg/bg-pattern-light.png');
}

.bg-content{
    background-color: #f7f8f9;
}