.feature-flag{display:flex;flex-direction:column;gap:1.875rem;position:relative}@media(min-width:768px){.feature-flag__LEFT{display:flex;flex-direction:row;gap:2.1875rem}}.feature-flag__CENTER{align-items:center}.feature-flag__RIGHT{align-items:flex-end}.feature-flag__border:after{border-bottom:.35px solid;border-color:#fff;content:"";display:none;height:1px;padding:.5rem;width:100%}@media(min-width:768px){.feature-flag__border:after{border-bottom:0;border-right:.35px solid;border-color:#fff;display:block;height:100%;position:absolute;right:-30px;width:1px}}.feature-flag__border--dark:after{border-color:#525355}.feature-flag__flag{align-items:center;background:#ffa39e;border-radius:20px 0;display:flex;font-size:26px;font-weight:700;height:53px;justify-content:center;min-height:53px;min-width:53px;width:53px}.feature-flag__flag i:before{color:#043436}.high-contrast .feature-flag__flag i:before{color:#fff}.high-contrast .feature-flag__flag{background:#098486}.feature-flag__content--dark{color:#525355}.feature-flag__content--light{color:#fff}.feature-flag__title{font-size:1.375rem;line-height:1.27}.feature-flag__title,.feature-flag__title--small{font-family:Lexend Deca,sans-serif;font-weight:600;margin-bottom:1rem;margin-top:0}.feature-flag__title--small{font-size:1.25rem;line-height:1.5}.feature-flag__content--dark .feature-flag__title{color:#043436}.feature-flag__cta{margin-top:1.375rem}