svg[data-supported-dps="16x16"]{width:16px;height:16px}svg[data-supported-dps="24x24"]{width:24px;height:24px}svg[data-supported-dps="48x48"]{width:48px;height:48px}svg[data-supported-dps="64x64"]{width:64px;height:64px}.pill{display:inline-flex;box-sizing:border-box;align-items:center;vertical-align:middle;margin:0 8px 12px 0;border:1px solid rgba(0,0,0,.3);border-radius:16px;padding:4px 8px 4px 16px;min-height:32px;background:rgba(0,0,0,0);color:rgba(0,0,0,.9);font-size:14px;font-weight:600;text-align:left;cursor:pointer}.pill:hover,.pill:visited,.pill:hover:visited{border:1px solid rgba(0,0,0,.45);box-shadow:0 0 0 1px rgba(0,0,0,.45);background:rgba(0,0,0,.04);color:rgba(0,0,0,.9);text-decoration:none}.pill:active{border:1px solid rgba(0,0,0,.45);box-shadow:none;background:rgba(0,0,0,.08);color:rgba(0,0,0,.9);text-decoration:none}.pill--checked{border-color:rgba(0,0,0,0);background:#057642;color:#fff}.pill--checked:hover,.pill--checked:visited,.pill--checked:hover:visited{border-color:#004d2a;box-shadow:0 0 0 1px #004d2a;background:#004d2a;color:#fff;text-decoration:none}.pill--checked:active{border-color:rgba(0,0,0,0);background:#004d2a}.pill--checked .pill__icon{color:#fff}.pill--checked .pill__icon--default{display:none}.pill--checked .pill__icon--checked{display:inline}.pill--checked .pill__label{color:#fff}.pill--without-icon{padding:4px 16px}.pill__icon{margin-left:8px;width:16px;height:16px;color:rgba(0,0,0,.75)}.pill__icon--default{display:inline}.pill__icon--checked{display:none}.pill__label{color:rgba(0,0,0,.75)}.button{box-sizing:border-box;position:relative;display:inline-flex;align-items:center;justify-content:center;flex-direction:row;border:1px solid rgba(0,0,0,0);text-align:left;font-weight:600;line-height:1.25;transition:box-shadow 132ms,background-color 84ms;cursor:pointer}.button:hover,.button:focus{text-decoration:none}.button:disabled{border-width:1px;border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,.08);color:rgba(0,0,0,.3);cursor:not-allowed}.button:disabled:hover{background-color:rgba(0,0,0,.08);border-color:rgba(0,0,0,0);color:rgba(0,0,0,.3);cursor:not-allowed}.button:disabled .button__text,.button:disabled .button__icon{pointer-events:none}.button--center{text-align:center;width:100%}.button--primary{outline-offset:2px;background-color:#0a66c2;color:#fff}.button--primary:hover{background-color:#004182;box-shadow:0 0 0 1px #004182;color:#fff}.button--primary:active{background-color:#004182;box-shadow:0 0 0 1px #004182;color:hsla(0,0%,100%,.6)}.button--primary:hover:active{box-shadow:none}.button--primary.button--loading,.button--primary.button--loading:hover,.button--primary.button--loading:focus,.button--primary.button--loading:active{background-color:rgba(0,0,0,.08);color:rgba(0,0,0,.3)}.button--secondary{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,.75);color:rgba(0,0,0,.75)}.button--secondary:hover{background-color:rgba(0,0,0,.04);box-shadow:0 0 0 1px rgba(0,0,0,.9);color:rgba(0,0,0,.9)}.button--secondary:active{background-color:rgba(0,0,0,.08);border-color:rgba(0,0,0,.9);box-shadow:0 0 0 1px rgba(0,0,0,.9);color:rgba(0,0,0,.9)}.button--secondary:hover:active{box-shadow:none}.button--secondary:disabled{background-color:rgba(0,0,0,.08);border-color:rgba(0,0,0,0);border-width:1px;color:rgba(0,0,0,.3);cursor:not-allowed}.button--secondary:disabled:hover{background-color:rgba(0,0,0,.08);border-color:rgba(0,0,0,0);box-shadow:0 0 0 1px rgba(0,0,0,0);color:rgba(0,0,0,.3);cursor:not-allowed}.button--secondary.button--loading,.button--secondary.button--loading:hover,.button--secondary.button--loading:focus,.button--secondary.button--loading:active{background-color:rgba(0,0,0,.08);border-color:rgba(0,0,0,0);color:rgba(0,0,0,.3)}.button--secondary.button--emphasized{background-color:rgba(0,0,0,0);border-color:#0a66c2;color:#0a66c2}.button--secondary.button--emphasized .button__icon{fill:#0a66c2}.button--secondary.button--emphasized:hover{background-color:rgba(112,181,249,.1);box-shadow:0 0 0 1px #004182;color:#004182}.button--secondary.button--emphasized:hover:active{box-shadow:none}.button--secondary.button--emphasized:active{background-color:rgba(112,181,249,.2);border-color:#004182;box-shadow:none;color:#004182}.button--secondary.button--emphasized:disabled{background-color:rgba(0,0,0,.08);border-color:rgba(0,0,0,0);border-width:1px;color:rgba(0,0,0,.3);cursor:not-allowed}.button--secondary.button--emphasized:disabled:hover{box-shadow:0 0 0 1px rgba(0,0,0,0);color:rgba(0,0,0,.3);cursor:not-allowed}.button--secondary.button--emphasized.button--loading,.button--secondary.button--emphasized.button--loading:hover,.button--secondary.button--emphasized.button--loading:focus,.button--secondary.button--emphasized.button--loading:active{background-color:rgba(0,0,0,.08);border-color:rgba(0,0,0,0);color:rgba(0,0,0,.3)}.button--small{position:relative;border-radius:16px;padding:4px 16px;min-height:32px;font-size:14px}.button--small::after{content:"";position:absolute;top:calc(-1*(16px)/2);left:0;width:100%;height:48px;box-sizing:border-box}.button--small .button__icon{width:32px;height:32px}.button--medium{min-height:48px;border-radius:24px;padding:8px 24px;font-size:16px}.button--circle{border-radius:50%;padding:0}.button--circle .button__text{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute;width:1px}.button--circle.button--small .button__icon,.button--circle.button--small.button--loading{padding:8px}.button--circle.button--medium .button__icon,.button--circle.button--medium.button--loading{padding:12px}.button--circle.button--small::after{left:calc(-1*(48px - 32px)/2);width:48px;min-width:32px}.button__icon{display:inherit}.button__text{display:inline-block;color:inherit}.lan-ad__opt-out{position:absolute;background-color:#fff;color:rgba(0,0,0,.9);z-index:16777271}.lan-ad__opt-out--top-right{top:1px;right:1px;bottom:unset;left:unset}.lan-ad__opt-out--top-left{top:24px;right:unset;bottom:unset;left:24px}.lan-ad__opt-out--small{width:16px;height:16px}.lan-ad__opt-out--large{width:24px;height:24px}.lan-ad__opt-out a{display:block;color:inherit}html,body{height:100%;width:100%}.lan-ad{display:flex;align-items:center;margin:0;height:100%;padding:0;background-color:#fff;overflow-y:auto}.lan-ad__poll-container{display:flex;flex-direction:column;flex-wrap:nowrap;width:100%}.lan-ad__company{display:flex;flex-grow:1;padding:8px 24px 0 12px}.lan-ad__company-logo{margin:0;width:48px;height:48px;padding:0}.lan-ad__company-info{display:flex;flex-direction:column;justify-content:center;margin-left:16px}.lan-ad__company-name{color:rgba(0,0,0,.9);font-size:16px;line-height:1.25}.lan-ad__company-name span{font-weight:600}.lan-ad__company-name span::after{content:" "}.lan-ad__promoted{color:rgba(0,0,0,.6);font-size:12px;line-height:1.25}.lan-ad__poll-content{margin:8px 16px;border:1px solid rgba(0,0,0,.15);padding:8px 8px 16px}.lan-ad__poll-question{display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical;color:rgba(0,0,0,.9);font-size:16px;font-weight:600;line-height:1.25}.lan-ad__select-all{color:rgba(0,0,0,.6);font-size:14px;line-height:1.5}.lan-ad__poll-options{margin:8px 0;list-style:none}.lan-ad__poll-option{position:relative;margin:8px 0}.lan-ad__poll-option::after{content:"";position:absolute;top:calc(-1*(16px)/2);left:0;width:100%;height:48px;box-sizing:border-box}.lan-ad__poll-option--none-of-the-above{padding:4px 16px}.lan-ad__poll-submit-button{margin:8px 0 0}.lan-ad__anonymity{color:rgba(0,0,0,.6);font-size:12px;line-height:1.25}.lan-ad__anonymity--bottom{padding:16px}.lan-ad__thank-you-page{display:none;margin:8px 16px 12px;border:1px solid rgba(0,0,0,.15);padding:8px 8px 16px}.lan-ad__thank-you-page-content{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:8px;padding:12px}.lan-ad__thank-you-megaphone{width:48px;height:48px}.lan-ad__thank-you-message{margin-top:16px;color:rgba(0,0,0,.9);font-size:12px;font-weight:600;line-height:1.25}.lan-ad__additional-hidden-content{display:none;height:0;width:0}
