.new-cookies-popup {
    background-color: #ffffff !important;
    padding-block: 12px !important;
}

.new-cookies-popup .container {
  max-width: unset !important;
  justify-content: center !important;
  flex-direction:row !important;
  flex-wrap:wrap;
  gap:12px;
}

.new-cookies-popup p {
    width: 811px;
    font-family: "Graphik LC", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400;
    text-align: left !important;
    line-height: 23.68px !important;
    margin: 0px !important;
}

.new-cookies-popup p a {
    font-weight:400 !important;
    color: #8365FF !important;
}

.new-cookies-popup .container .cookies-popup__button {
    width: 194px;
    height: 40px !important;
    font-family: "Graphik LC", sans-serif;
    font-size: 16px;
    font-weight: 500;
    background: #6951CC;
    border-radius: 12px;
    text-wrap: nowrap;
    text-transform: none;
}

.new-cookies-popup .container .no_thanks {
    width: 115px;
    min-width: unset !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Graphik LC", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color:#6951CC; 
    border: 1px solid #6951CC;
    background: #FFFFFF;
    border-radius: 12px;
    text-wrap: nowrap;
    text-transform: none;
    margin-right: 0;
}

.cookies-popup {
    position: fixed;
    z-index: 5;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 15px;
    background-color: #fff8d3;
    transition: .8s;
    transform: translateY(100%);
}

.cookies-popup.show {
transform: none
}

.cookies-popup .container {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    flex-direction: row-reverse;
    max-width: 1140px
}

.cookies-popup p a:hover {
    text-decoration: none !important
}

.cookies-popup__button {
    color: #fff;
    outline: 0;
    text-transform: uppercase;
    cursor: pointer
}

.cookies-popup p {
    text-align: center;
    margin: 0 0 0 20px;
    padding-right: 15px;
    color: #453283;
    font-family: 'Nunito Sans',sans-serif;
    font-size: 13px;
    letter-spacing: -.04px;
    line-height: 18px
}

.cookies-popup p a {
    font-weight: 700;
    color: #453283
}

.cookies-popup__button {
    width: 90px;
    min-width: 90px;
    height: 34px;
    display: block;
    border: 0;
    border-radius: 4px;
    background-color: #42337e;
    font-family: 'Nunito Sans Black';
    font-size: 14px;
    letter-spacing: -.05px;
    line-height: 19px;
    transition: .4s
}

.cookies-popup__button:hover {
    opacity: .8
}

.no_thanks {
    min-width: 65px !important;
    margin-right: 20px;
    font-weight: 700;
    color: #453283;
    font-size: 13px;
    cursor: pointer;
    font-family: 'Nunito Sans';
}

.no_thanks:hover {
    text-decoration: none;
    font-weight: 400;
    color: #453283;
}

@media screen and (max-width: 1300px) {
    .new-cookies-popup .container {
        padding-left: 45px;
    }
}
@media (max-width:500px) {
    .cookies-popup .container {
        flex-direction: column
    }

    .cookies-popup p {
        padding-right: 0;
        text-align: center
    }

    .cookies-popup__button {
        margin: 10px 0 0
    }

    .no_thanks {
        margin-right: unset !important;
        margin-top:10px;
    }

    .new-cookies-popup {
        padding: 10px 16px;
    }

    .new-cookies-popup .container {
        padding: 0px !important
    }

    .new-cookies-popup p {
        width:100%;
        min-width: 343px;
        margin: 0px;
    }

    .new-cookies-popup .container .cookies-popup__button {
        width: 216px;
    }
}