@import url('https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap');

.active-nav {
    color: #5087e1!important;
}
.menu-st {transition:  all 0.4s cubic-bezier(0, 0, 0.8, 1.0)}
.uc-scrollmenu .t396__artboard
{transform: translateY(-100%)}
.uc-scrollmenu .t396__artboard.show-menu
{transform: translateY(0%)}
.uc-scrollmenu{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;    
}
.uc-scrollmenu { pointer-events:none}
.menu-st.show-menu { pointer-events:all}

.ff-inter * {
    font-family: 'Inter',Arial,sans-serif!important;
}
.t-o-c {
    display: flex;
    gap: 15px;
    flex-direction: column;
    margin-top:15px;
}
.t-o-c a {
    text-decoration: underline!important;
    text-decoration-style: dashed!important;
    color: #1f2c64!important;
    text-underline-offset: 2px;
}
.rounded-1 > div {
    border-radius: 10px 0 0 0!important;
}
.rounded-2 > div {
    border-radius: 0 10px 0 0!important;
}
.rounded-3 > div {
    border-radius: 0 0 10px 0!important;
}
.rounded-4 > div {
    border-radius: 0 0 0 10px!important;
}
.rounded-3-4 > div {
    border-radius: 0 0 10px 10px!important;
}
.uc-bb-1, #rec788826299 {
    border-bottom: 1px solid white;
}
.alink-txt a {
    transition: all .3s ease;
}
.alink-txt a:hover {
    text-decoration: underline dashed!important;
    text-underline-offset: 4px;
}
.hov-op-80 {
    transition: opacity .2s ease;
}
.hov-op-80:hover {
    opacity:.2;
}
.t-o-c a {
    text-underline-offset: 5px;
    transition: all .2s ease;
}
.t-o-c a:hover {
    color: #256ADA;
}


#amo_brand {
    display: none!important;
}



