<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.master-card{position:relative;width:100%;height:100%;margin:0 10px}.master-card .select-container{z-index:5}.master-card .overlay-container{position:absolute;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;top:0;left:0;right:0;bottom:0;opacity:0;border-radius:10px;-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;z-index:10}.master-card .overlay-container.dimmed,.master-card .overlay-container.selected,.master-card:hover .overlay-container{opacity:1;top:0}.master-card .overlay-container.selected{background:rgba(24,174,255,.7)}.master-card .overlay-container:not(.selected){background-color:rgba(89,72,110,.7)}.master-card .overlay-container.dimmed{background:rgba(233,233,239,.7)}.master-card:hover .overlay-container.selected{background-color:rgba(89,72,110,.7)}.master-card .overlay-container .app-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.master-card .overlay-container .app-button.transparent-btn{background:transparent;color:#fff;border:2px solid #fff;width:120px;overflow:hidden}.master-card .overlay-container .app-button:hover{cursor:pointer}.master-card .r3-checkmark-svg.btn-checkmark{width:14px}.master-card .r3-checkmark-svg.selected-checkmark{opacity:1}.master-card .selected-close{opacity:0}.master-card .selected-svg{position:absolute;top:calc(50% - 40px);left:calc(50% - 40px);width:80px;height:80px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out}.master-card .selected-svg-container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:150px;height:150px;border:4px solid #fff;border-radius:50%;top:0;-webkit-transition:top .25s ease-out;transition:top .25s ease-out}.master-card .selected-svg-container:hover{cursor:pointer}.master-card .r3-checkmark-svg path{fill:#fff}.master-card .selected-close line{stroke:#fff}.master-card:hover .overlay-container.selected .selected-checkmark{opacity:0}.master-card:hover .overlay-container.selected .selected-close{opacity:1}.master-card:hover .overlay-container.selected .selected-svg-container{top:-40px}.master-card .selection-description{position:absolute;width:100%;text-align:center;top:calc(50% + 50px);opacity:0;color:#fff;-webkit-transition:top .25s ease-out;transition:top .25s ease-out}.master-card:hover .overlay-container.selected .selection-description{opacity:1}.master-card .collateral-icon{width:50%}.master-card .select-container{position:absolute;top:18px;left:18px}.master-card .app-checkbox{background:transparent}.master-card .app-checkbox .checkbox-container .checkmark{background-color:#fff}.master-card .app-checkbox:before{position:absolute;border-radius:3px;background:#e9e9ef;opacity:.6;width:36px;height:36px;top:-8px;left:-8px;content:""}.master-card .overlay-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.master-card .overlay-container .preview-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:15px}</pre></body></html>