    /*scrollbar*/
    html::-webkit-scrollbar-track {
        background-color: transparent;
    }

    html::-webkit-scrollbar {
        width: 6px;
        background-color: transparent;
    }

    html::-webkit-scrollbar-thumb {
        background-color: #03045E;
    }

    html::-webkit-scrollbar-thumb:hover {
        background-color: #023E8A;
    }

    /*typography fix*/
    .t-title,
    .t-heading {
        letter-spacing: -0.025em;
        line-height: 1;
        /*text-transform: uppercase;*/
    }

    .t795__title {
        margin-bottom: 20px;
    }

    /*button fix*/
    .t-btn {
        height: 48px;
        font-weight: 500;
    }