* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

a {
    color: #0a0a0a;
    text-decoration: none;
}

a:hover {
    color: #fa4c2a;
}

.g_nk54Ch {
    height: 65px;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.g_c73EgW {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100dvh - 130px);
}

.g_D054It {
    gap: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.g_l25Ufv {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.g_mf05Wf img {
    display: flex;
}

@media only screen and (max-width: 479px) {
    .g_D054It,
    .g_l25Ufv {
        padding: 0 15px;
    }
}