.overlay{position:fixed;z-index:2;background:rgba(0,0,0,.8);width:100%;height:100%;left:0;top:0;overflow:hidden}.overlay .page-center{display:flex;flex-direction:row;align-items:center;justify-content:center;height:100%}.overlay--content{display:none;max-width:800px;width:100%;text-align:center}.overlay--content.active{display:block}.overlay--content{color:#fff}.overlay--content .links{display:flex;flex-direction:row;justify-content:space-between;margin-top:2em}.links a{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex:1;margin:0 .5em;text-decoration:none;font-size:20px;font-family:'Campton Bold';padding:1em;transition:all .3s ease}.links a:hover{transform:scale(1.03)}.links a>img{width:50px;height:auto}.link--b2c{background:#edeff1;color:#12233f}.link--b2c:after{content:url(https://www.virta.global/hubfs/WEBSITE-2020/arrow-purple.svg)}.link--b2b:after{content:url(https://www.virta.global/hubfs/WEBSITE-2020/arrow-yellow-1.svg)}.link--b2b{background:#12233f;color:#fff}@media(max-width:767px){.overlay--content .links{flex-direction:column}.links a{margin:.5em 0}}