/* input(159,2): run-time error CSS1019: Unexpected token, found '{'
input(160,10): run-time error CSS1030: Expected identifier, found '100%'
input(160,10): run-time error CSS1031: Expected selector, found '100%'
input(160,10): run-time error CSS1025: Expected comma or open brace, found '100%'
input(161,1): run-time error CSS1019: Unexpected token, found '}' */
.group-top-button {
    display: inline-flex;
    gap:8px;
}

.button1, .button2 {
    border-radius: 4px;
    width: 50%;
    padding: 0.75rem 1.5rem;
    font-weight: 700 !important;
    border: 2px solid var(--brand-white);
    cursor: pointer;
    font-size: 20px !important;
    font-family: Montserrat !important;
}

.ty-image {
    width:100%;
}
.ty-title {
    font-family: var(--font-family-1-bold);
    font-size: 40px;
    font-style: normal;
    font-weight: var(--weight-extra-bold);
    line-height: 3.22222rem;
    text-transform: uppercase;
    width: 100%;
    color: var(--brand-white);
}
.ty-paragraph {
    margin-bottom: 2%;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
}

.ty-full-name {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 3%;
}

@media (max-width: 767px) {
    .ty_banner__banner-content {
        padding: 2rem 1rem 1.5rem 1.5rem;
    }

    .button-container {
         flex-direction: row;
        width: 100%;
    }

    .ty_banner__banner-content > p {
        margin-bottom: 1rem;
    }
}

@media (max-width: 592px) {
    .error_banner {
        height: 30.709rem;
    }

    .ty_banner__image {
        object-fit: cover;
        object-position: center;
        
    }
    .ty_banner__banner-content > h1 {
        font-family: var(--font-family-1);
        font-size: 1.875rem;
        font-weight: var(--weight-bolder);
        text-transform: uppercase;
        color: var(--brand-white);
        padding-bottom: 1rem;
    }
    .ty_banner__banner-content > h3 {
        font-family: Montserrat;
        font-size: 28px;
        font-weight: 700;
        text-transform: uppercase;
        color: var(--brand-white);
        padding-bottom: 1rem;
    }
    .ty-paragraph .ty-full-name {
        font-family: Montserrat;
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
        color: var(--brand-white);
        padding-bottom: 1rem;
    }

    .ty_banner__banner-content {
        align-items: flex-start;
        text-align: left;
    }
}

@media (max-width: 359px) {
    .error_banner {
        height: 31.25rem;
    }

    .ty_banner__image {
        object-fit: cover;
        object-position: center;
    }

    .ty_banner__banner-content {
        padding: 4rem 1rem 1.5rem 1.5rem;
    }

    .ty_banner__banner-content > h1 {
        font-family: var(--font-family-1);
        font-size: 1.875rem;
        font-weight: var(--weight-bolder);
        text-transform: uppercase;
        color: var(--brand-white);
    }
}

.ty_banner__banner-content {
    position: absolute;
    top: 0;
    max-width: 703px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 5rem;
    color: var(--brand-white);
    z-index: 2;
}
.button1 {
    background-color: var(--brand);
    color: var(--brand-white);
}

.button1:hover {
    color: var(--brand-white);
}

.button2 {
    background-color: var(--brand-white);
    color: var(--brand);
}

.button2:hover {
    color: var(--brand);
}

.thank-you-page-generic {
    position:relative;
    justify-content: center
}

 {
   width:100%;
}

@media (max-width: 592px) {
    .ty_banner__banner-content {
        padding: 0 2rem !important;
    }
    .button-container {
        flex-direction: row !important;
        gap: 0px !important;
    }

    .btn_back_page404 {
        min-width: 405px;
        height: 60px;
        font-family: var(--font-family-1);
    }
}

@media (max-width: 591px) {

    .ty_banner__banner-content {
        padding: 0 2rem !important;
      
    }

    .button-container {
        flex-direction: row;
        gap: 0 !important;
        justify-content: center;
    }

    .btn_back_page404 {
        width: 100%;
        height: 60px;
        padding: 8px 32px;
        opacity: 1;
    }
}

.ty-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 30.709rem;
    overflow: hidden;
}
.ty_banner__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.button-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    align-items: flex-start;
}
.box-content-TYP {
    text-align: -webkit-center;
}

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

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

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

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

.Title_TYP {
    color: var(--gray-dark-10, #222222);
    text-align: center;
    font-family: var(--font-family-1, 'Titillium Web');
    font-size: var(--text-5xl);
    font-style: normal;
    font-weight: var(--weight-bolder);
    line-height: 36.5px;
}

.Text_user_TYP {
    color: var(--gray-dark-10, #222222);
    text-align: center;
    font-family: var(--font-family-1, 'Titillium Web');
    font-size: var(--text-4xl);
    font-style: normal;
    font-weight: var(--weight-bolder);
    line-height: 36.5px;
    text-transform: uppercase;
}

.Text_contet_TYP {
    color: var(--black-100, #000);
    text-align: center;
    font-family: var(--font-family-1, 'Encode Sans');
    font-size: var(--text-lg);
    font-style: normal;
    font-weight: var(--weight-normal);
    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: var(--text-lg);
    font-style: normal;
    font-weight: var(--weight-bolder);
    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;
    }

}

@media(max-width: 527px) {

    .group-top-button{
        display: grid;
        place-items: center;
    }
   .Text_contet_TYP {
        width: 90%
    }
    .button1 {
        width: 80%;
    }
    
    .button2 {
        width: 80%;
    }
}