.nf90c5a-15f1595de9e2 {
    margin: 32px 0;
}

.rf90c5a-bb46fd6349e2 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.hf90c5a-7f871a1994ef {
    display: grid;
    align-items: center;
    border-bottom: 1px solid #ededed;
    border-radius: 5px;
    background-color: #ecf0f1;
    grid-template-areas: 'logo info title actions';
    grid-template-columns: 168px 276px auto 360px;
    grid-template-rows: 1fr;
    position: relative;
}

.hf90c5a-7f871a1994ef.vf90c5a-d29c595d146f {
    display: none;
}

.jf90c5a-37c7574dc4a4 {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 800;
    font-style: normal;
    line-height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 10px;
    color: #fff;
    border-radius: 6px;
    background-color: #d63031;
}

.nf90c5a-fb7b4d319baa {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 168px;
    height: 168px;
    border-radius: 5px;
    grid-area: logo;
}

.nf90c5a-fb7b4d319baa img {
    width: 168px;
    height: 168px;
    border-radius: inherit;
    object-fit: contain;
}

.kf90c5a-2f6bf8234bed {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 20px 20px 20px 0;
    text-align: center;
    gap: 8px;
    grid-area: info;
}

.hf90c5a-37e6ab0226c2 {
    font-family: Roboto, sans-serif;
    font-size: 21.3px;
    font-weight: 700;
    line-height: 17.6px;
    text-decoration: none;
    color: #151515;
}

.wf90c5a-ca53ea074349 {
    display: flex;
    align-items: center;
    height: 28px;
    padding: 8px 15px;
    border-radius: 14px;
    background-color: #fff;
}

.wf90c5a-ca53ea074349 img {
    height: 14px;
}

.yf90c5a-89c32d0ec1e2 {
    font-family: Roboto, sans-serif;
    font-size: 28.43px;
    font-weight: 700;
    line-height: 35.5375px;
    padding: 20px;
    color: #111;
    grid-area: title;
}

.zf90c5a-9fc5918c7f3a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    background-color: #dfe6e9;
    grid-area: actions;
}

.ff90c5a-555c73edfa45 {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 35.5375px;
    width: 180px;
    margin-bottom: 5px;
    padding: 20px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #7f8c8d;
}

.ff90c5a-555c73edfa45:hover {
    color: #7f8c8d;
}

.pf90c5a-939f241bbef8 {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 60px;
    margin: 20px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background-color: #d63031;
    box-shadow: 0 5px 15px 0 #d630318c;
}

.pf90c5a-939f241bbef8:hover {
    text-decoration: unset;
    color: #fff;
}

@media (max-width: 991px) {
    .hf90c5a-7f871a1994ef {
        background-color: #dfe6e9;
        grid-template-areas:
            'logo info'
            'title title'
            'actions actions';
        grid-template-columns: 128px auto;
    }

    .nf90c5a-fb7b4d319baa {
        width: 98px;
        height: 98px;
        margin: 20px 20px 20px 10px;
    }

    .nf90c5a-fb7b4d319baa img {
        width: 98px;
        height: 98px;
    }

    .kf90c5a-2f6bf8234bed {
        align-items: unset;
        padding: 20px 10px 20px 0;
        text-align: unset;
        gap: 0;
    }

    .hf90c5a-37e6ab0226c2 {
        line-height: 23.4608px;
    }

    .wf90c5a-ca53ea074349 {
        padding: unset;
        border-radius: unset;
        background-color: unset;
    }

    .yf90c5a-89c32d0ec1e2 {
        text-align: center;
        border-radius: 10px 10px 0 0;
        background-color: #ecf0f1;
        box-shadow: 0 -4px 3px #0000000a;
    }

    .zf90c5a-9fc5918c7f3a {
        flex-direction: column;
        background-color: #ecf0f1;
    }

    .ff90c5a-555c73edfa45 {
        order: 2;
        width: 100%;
        margin-bottom: 0;
    }

    .pf90c5a-939f241bbef8 {
        order: 1;
        width: calc(100% - 40px);
        margin: 0;
    }
}
