.frame {
display: flex;
flex-direction: column;
align-items: center;
padding-top: 25px;
gap: 25px;
}

.page-logo {
width: 161px;
height: 78px;
flex-shrink: 0;
}

.h1-text {
    color: var(--Avvenire-Dark, #393837);
font-family: Outfit;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.6px;
}

.h2-text {
    color: var(--Avvenire-Dark, #393837);
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.button-primary {
    display: flex;
width: 281px;
height: 50px;
padding: 10px;
justify-content: center;
align-items: center;
gap: 88px;
border-radius: 5px;
background: #04559D;
color: #FFF;
font-family: Outfit;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 1.6px;
}

.button-outlined {
    display: flex;
width: 281px;
height: 48px;
padding: 10px;
justify-content: center;
align-items: center;
gap: 88px;
border-radius: 5px;
border: 1px solid #04559D;
color: #04559d;
font-family: Outfit;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 1.6px;
}

.footer-logo {
    width: 82.985px;
    height: 29.004px;
    flex-shrink: 0;
}