/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.cirp-thankyou{
    text-align: center;
}
.thankyou-title .site-header__title{
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.cirp-thankyou .main-content__checkmark {
    font-size: 4.0625rem;
    line-height: 1;
    color: #24b663;
}
.cirp-thankyou .main-content__checkmark.is-error{
    color: #b62477;
}
.cirp-thankyou .main-content__body {
    margin: 20px 0 0;
    font-size: 1rem;
    line-height: 1.4;
}