/*
CSS for Mobile View
Page Type: Ornamentation - Global

TODO
Collect all ornamentation related css here
*/

/* Mobile First! */
/*@media screen and (max-width: 767.98px) {*/

/* Footer CTA */
.orn-footer-cta {
    background: url('../images/dot-bg.png') no-repeat left top -1% / 20%, url('../images/footer-cta-bird.png') no-repeat right 82% / 25%;
}

/* blue wave left and right corner green blue circle in angle, used in CDP 2nd fold */
.orn-1 {
    background: url('../images/Ornament 76.svg') no-repeat left top 200px / 150px, url('../images/Group 1747.svg') no-repeat right -30px bottom -10px / 200px;
}

.orn-5::before {
    content: "";
    background: url('../images/Ornament 74.svg') no-repeat right top 90px / 120px;
}

.orn-6 {
    background: url('../images/Group 1747.svg') no-repeat right bottom / 130px;
}

.orn-7 {
    background: url('../images/Group 1747.svg') no-repeat left bottom / 150px;
}

.pattern-1 {
    background: url('/wp-content/uploads/2023/04/pattern-3.svg') no-repeat right top 75px / 150px;
}

.footer-cta-pattern-1 {
    background: url('../images/Group 1750.svg') no-repeat right top / 120px;
}

/*}*/