.content-image{display:flex;flex-direction:column;gap:5rem}.content-image .row{display:grid;grid-template-rows:repeat(1,1fr)}.content-image .row .col.col-content{display:flex;flex-direction:column;gap:.5rem;justify-content:center;padding:2rem 1rem}.content-image .row .col.col-content>:last-child{margin-bottom:0}.content-image .row .col.col-content a{color:var(--supplemental)}.content-image .row .col.col-content .checklist li{gap:.75rem}.content-image .row .col.col-content .checklist li:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none' viewBox='0 0 28 28'%3E%3Crect width='28' height='28' fill='%232E8DCA' rx='14'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m19.946 8.622-8.354 8.061-2.216-2.368c-.409-.385-1.05-.408-1.517-.082-.455.339-.583.934-.303 1.412l2.625 4.27c.257.397.7.642 1.202.642.478 0 .933-.245 1.19-.642.42-.548 8.435-10.103 8.435-10.103 1.05-1.074-.222-2.019-1.062-1.202z' clip-rule='evenodd'/%3E%3C/svg%3E");height:28px;width:28px}.content-image .row .col.col-content .preheading{font-size:1rem;font-weight:500}.content-image .row .col.col-content .btn-wrap{margin-top:1.5rem}.content-image .row .col.col-content .btn-wrap.btn-wrap-grid{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:1rem}@media (min-width:768px){.content-image .row .col.col-content .btn-wrap.btn-wrap-grid{grid-template-columns:repeat(2,1fr)}.content-image .row .col.col-content .btn-wrap.btn-wrap-grid .btn{width:100%}}.content-image .row .col.col-media{height:100%!important;text-align:center}.content-image .row .col.col-media img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media (min-width:1200px){.content-image .row{align-items:center;grid-template-columns:repeat(2,1fr);grid-template-rows:unset}.content-image .row .col-content{padding:6rem 4rem}.content-image .row:nth-child(odd) .col-media{order:2}}