style.css [1258:1277]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: auto;
    max-height: 100vh;
    overflow: auto;
    background-color: #fff;
    padding: 68px 40px 22px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font: 700 16px/3.13 'Brown', sans-serif;
    color: #4f483f;
    z-index: 10;
    transform: translateY(-100%);
    transition: .3s ease transform;
    margin-top: 0;
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



style.css [1528:1547]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: auto;
    max-height: 100vh;
    overflow: auto;
    background-color: #fff;
    padding: 68px 40px 22px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font: 700 16px/3.13 'Brown', sans-serif;
    color: #4f483f;
    z-index: 10;
    transform: translateY(-100%);
    transition: .3s ease transform;
    margin-top: 0;
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



