.contact-success {
            display: none;

            text-align: center;

            padding: 10px 0 4px;
        }

        .contact-success.is-visible {
            display: block;
        }

        .contact-success-icon {
            display: flex;
            align-items: center;
            justify-content: center;

            width: 54px;
            height: 54px;

            margin: 0 auto 16px;

            border-radius: 50%;

            background: #e7f2ef;

            color: #048324;
        }

        .contact-success-icon svg {
            width: 24px;
            height: 24px;
        }

        .contact-success h3 {
            margin: 0 0 8px;

            color: #23291f;

            font-size: 18px;
            font-weight: 700;
        }

        .contact-success p {
            margin: 0;

            color: #6b756f;

            font-size: 13.5px;
            line-height: 1.7;
        }