.main-container-add {
    overflow: hidden;
}

.main-container-add,
.main-container-add * {
    box-sizing: border-box;
}

.main-container-add {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 32px;
    position: relative;
    width: 990px;
    margin: 0 auto;
    padding: 32px 32px 32px 32px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
}

.group-add {
    flex-shrink: 0;
    position: relative;
    width: 181.612px;
    height: 27.517px;
    background: url(./assets/images/e2eada59-40c6-44e4-9eba-8010ee4c186f.png)
        no-repeat center;
    background-size: 100% 100%;
    z-index: 10;
}

.unlock-better-experience {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 23px;
    color: #002e69;
    font-family: Nunito, var(--default-font-family);
    font-size: 32px;
    font-weight: 700;
    line-height: 23px;
    text-align: left;
    white-space: nowrap;
    z-index: 13;
}
.free-site-ads {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    width: 926px;
    height: 116px;
    color: #404040;
    font-family: Nunito, var(--default-font-family);
    font-size: 24px;
    font-weight: 500;
    line-height: 32.736px;
    text-align: center;
    text-overflow: initial;
    z-index: 14;
    overflow: hidden;
}
.button-green-lager {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 16px;
    position: relative;
    width: 285px;
    padding: 16px 64px 16px 64px;
    cursor: pointer;
    background: #04a943;
    border: none;
    z-index: 15;
    border-radius: 20px;
}
.button-add {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 14px;
    color: #ffffff;
    font-family: Nunito, var(--default-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 14px;
    text-align: left;
    white-space: nowrap;
    z-index: 16;
}

