@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

header {
    height: 78px !important;
    border-bottom-left-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
    background-color: white !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.rmw-mldsk {
    width: 121px !important;
    height: 40px !important;
}

.rmw-mrdsk-nav {
    display: flex;
    align-items: center;
    gap: 0px 56px;
}

.rmw-dksn-lni {
    display: flex;
    gap: 0px 20px;
    align-items: center;
}

.rmw-dksn-lni a {
    color: #272838;
    font-weight: 500;
    font-family: 'DM Sans';
    font-style: Medium;
    font-size: 16px;
    line-height: 20px;
}

.rmw-dksn-lni .nv-btn {
    display: flex;
    align-items: center;
    border: none;
    background: transparent;
    padding: 0;
    outline: none;
    margin: 0;
}

.rmw-dksn-lni .nv-lwico {
    display: flex;
    align-items: center;
    gap: 0px 12px;
}

.mw-nvsh-tbn {
    gap: 0px 4px;
    display: flex;
}

.mw-nvsh-tbn a {
    padding: 8px 16px;
    font-family: DM Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #272838;
    text-align: center;
    border-radius: 12px;
}

.mw-nvsh-tbn a:hover {
    color: inherit !important;
}

.rmw-dksrbar {
    display: flex;
    align-items: center;
    gap: 0px 24px;
}

.fasr-lla {
    font-family: DM Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
}

.dksrbar-fgasp {
    display: flex;
    gap: 0px 32px;
    align-items: center;
}

.wrapper-v8-nav {
    display: none;
}

.wrapper-v8-nav.active {
    background-color: #272838;
    opacity: 0.92;
    position: fixed;
    top: 0;
    left: 0;
    height: 100dvh;
    width: -webkit-fill-available;
    z-index: 9999999;
    display: block !important;
}

.snav-v8-rm {
    visibility: hidden;
    transform: translateX(-400px);
}

.dskmenu-v8-r svg {
    pointer-events: none;
}

.snav-v8-rm.active {
    visibility: visible !important;
    transform: translateX(0px) !important;
    transition: .5s;
}

.snav-v8-rm {
    width: 400px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    min-height: 100dvh;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 99999999;
    background: white;
    overflow: hidden;
    height: -webkit-fill-available;
}

.snav-scroller {
    overflow-y: scroll;
    position: relative;
    height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.snav-scroller::-webkit-scrollbar {
    display: none;
    width: 0px !important;
}

.vret-nwsvlogfo {
    padding: 40px 0px 40px 40px;
    border-bottom: #DBDCF0 solid 1px;
}

.rmwv-ert-secn {
    padding: 40px;
    display: flex;
    gap: 10px 0px;
    border-bottom: #DBDCF0 solid 1px;
    flex-direction: column;
}

.erts-whelp {
    text-transform: uppercase;
    display: flex;
    gap: 0px 8px;
    align-items: center;
    font-family: DM Sans;
    font-weight: 600;
    font-size: 10px;
    line-height: 20px;
    color: #9F9BB7;
}

.rmw-vpsa-abot {
    font-family: DM Sans;
    padding: 0px 0px 40px 40px;
    color: #3D3B49;
}

.vpsa-lcopyr {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #8B86AA;
}

.vpsa-sancer {
    display: flex;
    gap: 6px;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
}

.rmwv-an-nwf {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rmwv-an-nwf a {
    font-family: DM Sans;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #272838;
}

@media only screen and (max-width: 400px) {
    .snav-v8-rm {
        width: calc(100% - 10px);
        min-width: 320px !important;
        max-width: 400px;
    }
}