﻿.thank-you-page-generic {
    justify-content: center
}

.box-content-TYP {
    text-align: -webkit-center;
}

.arrow_Content_tankyou {
    text-align: center;
    max-width: 928px;
}

.box-content-TYP {
    padding-top: 125px;
    justify-content: center;
}

.Arrow-UserName-LName {
    display: flex;
    flex-direction: row;
    align-self: center;
}

p.Title_section {
    color: #414141;
    text-align: center;
    font-family: var(--font-family-1);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.Title_TYP {
    color: var(--brand-black, #222222);
    text-align: center;
    font-family: var(--font-family-1, 'Titillium Web');
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 36.5px;
}

.Text_user_TYP {
    color: var(--brand-black, #222222);
    text-align: center;
    font-family: var(--font-family-1, 'Titillium Web');
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 36.5px;
    text-transform: uppercase;
}

.Text_contet_TYP {
    color: var(--black-100, #000);
    text-align: center;
    font-family: var(--font-family-1);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}
/*
.arrow-feedback-star {
}
*/
.arrow_text_feedback {
    color: var(--black-100, #000);
    text-align: center;
    font-family: var(--font-family-1);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

@media (max-width: 1574px) {

    .arrow_Content_tankyou {
        max-width: 650px;
    }
}

@media(max-width: 1366px) {

    .Title_TYP {
        font-size: 32px;
        line-height: 42px;
    }

    .Text_user_TYP {
        font-size: 24px;
    }
}

/* Adjustments depending on promo code */
@media (min-width: 1366px) {
    .boxHome.has-promo {
        transform: translateY(0);
    }

    .boxHome.no-promo {
        transform: translateY(20%);
    }
}

@media (min-width: 768px) and (max-width: 1365px) {
    .boxHome.has-promo {
        transform: translateY(0);
    }

    .boxHome.no-promo {
        transform: translateY(1%);
    }
}

.promo-description {
    text-transform: unset !important;
    color: #ffffff;
}

.promo-image {
    width: 350px;
    max-width: 100%;
    height: auto;
    display: block;
}

.promo-code-text {
    color: #ffffff;
    font-weight: bold;
    margin: 0.5rem 0;
}

.promo-code-value {
    color: #ffffff;
    font-weight: normal;
}
