body.page-template-thank-you-redesign,
body.page-template-thank-you-redesign html {
    overflow-x: hidden;
}
body.page-template-thank-you-redesign{
    background: #1cb3f3;
}
.page-template-thank-you-redesign .home-redesign-footer-block{
    background: #ffffff;
    margin-top: -3px;
}
body.page-template-thank-you-redesign .site-content > .ast-container {
    display: block;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}

body.page-template-thank-you-redesign .thank-you-redesign-page {
    width: 100%;
    position: relative;
}

body.page-template-thank-you-redesign .section.thank-you-redesign {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
    padding-bottom: 158px;
    padding-top: 50px;
}

body.page-template-thank-you-redesign .thank-you-redesign__wrapper {
    max-width: 1015px;
    margin: 0 auto;
    position: relative;
}

.thank-you-redesign__decor{
    position: absolute;
    bottom: 22%;
    width: 100%;
    height: 500px;
}

.page-template-thank-you-redesign .site-content{
    background: linear-gradient(180deg, #08acf2 0%, #fff 62.98%);
}



body.page-template-thank-you-redesign .thank-you-redesign__heading {
    text-align: center;
}

body.page-template-thank-you-redesign .thank-you-redesign__heading h1 {
    font-family: "Luckiest Guy", sans-serif;
    font-weight: 400;
    font-size: 190px;
    background: linear-gradient(180deg, #fff 0%, #f4f4f4 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

body.page-template-thank-you-redesign .thank-you-redesign__video {
    max-width: 700px;
    margin: -70px auto 0;
}

body.page-template-thank-you-redesign .thank-you-redesign__video video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

body.page-template-thank-you-redesign .thank-you-redesign__text {
    text-align: center;
    margin-top: -26px;
}

body.page-template-thank-you-redesign .thank-you-redesign__text1 {
    font-weight: 400;
    font-size: 32px;
    text-align: center;
    color: #565555;
    margin-bottom: 0;
    font-family: 'Inter', sans-serif;
}

body.page-template-thank-you-redesign .thank-you-redesign__text2 {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #565555;
    margin-bottom: 0;
    font-family: 'Inter', sans-serif;
}

@media screen and (max-width: 921.98px) {
    body.page-template-thank-you-redesign .section.thank-you-redesign{
        padding-bottom: 100px;
        padding-top: 50px;
    }
    body.page-template-thank-you-redesign .thank-you-redesign__video{

        margin: -20px auto 0;
    }
    body.page-template-thank-you-redesign .thank-you-redesign__heading h1 {
        font-size: 60px;
    }

    body.page-template-thank-you-redesign .thank-you-redesign__video {
        margin-bottom: 25px;
    }

    body.page-template-thank-you-redesign .thank-you-redesign__text1 {
        font-size: 16px;
    }

    body.page-template-thank-you-redesign .thank-you-redesign__text2 {
        font-size: 12px;
    }
    body.page-template-thank-you-redesign .thank-you-redesign__video video {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .thank-you-redesign__decor {
        width: calc(100% + 80px);
        height: 300px;
        left: -40px;
    }
}