#citizenship{grid-template-columns:1fr;gap:var(--space)}#citizenship a,#citizenship .content{padding:calc(var(--space) / 2)}#citizenship a{border:1px solid var(--gainsboro);background-color:var(--white);color:inherit}#citizenship a:hover{border-color:var(--blue);color:var(--white)}#citizenship .content,#citizenship .content>:not(.map){display:block;position:relative}#citizenship .content,#citizenship .icon,#citizenship .map svg{transition-duration:var(--dur);transition-timing-function:var(--func)}#citizenship .content{overflow:hidden;background-color:var(--smoke)}#citizenship a:hover .content{background-color:var(--blue)}#citizenship .map{position:absolute;top:50%;right:2rem;margin-top:-10px}#citizenship .map svg{width:70px;height:60px;fill:var(--blue)}#citizenship a:hover .map svg{fill:currentColor}#citizenship .title,#citizenship .label{font-weight:600}#citizenship .title{font-size:1rem}#citizenship .icon{margin-top:calc(var(--space) / 2);margin-left:calc(var(--space) / 2);margin-bottom:-1rem;width:60px;height:60px;background-color:var(--white);border-radius:50%}#citizenship a:hover .icon{margin-left:40px}#citizenship .icon svg{position:absolute;top:50%;left:50%;margin-top:-16px;margin-left:-16px;width:32px;height:32px;fill:var(--blue)}@media(min-width:480px){#citizenship a:hover .icon{margin-left:50px}}@media(min-width:768px){#citizenship{grid-template-columns:repeat(2,1fr)}#citizenship .icon{margin-bottom:-1.5rem}}@media(min-width:1024px){#citizenship .map{margin-top:-30px}#citizenship .map svg{width:140px;height:120px}#citizenship .title{font-size:1.4rem}#citizenship .label{font-size:1rem}#citizenship .icon{width:100px;height:100px}#citizenship a:hover .icon{margin-left:60px}#citizenship .icon svg{margin-top:-24px;margin-left:-24px;width:48px;height:48px}}@media(min-width:1280px){#citizenship .map{margin-top:-30px}#citizenship .title{font-size:1.6rem}#citizenship a:hover .icon{margin-left:80px}}@media(min-width:1440px){#citizenship .map{right:1rem;margin-top:-90px}#citizenship .map svg{width:210px;height:180px}#citizenship .icon{width:120px;height:120px}#citizenship .icon svg{margin-top:-32px;margin-left:-32px;width:64px;height:64px}}@media(min-width:1536px){#citizenship .title{font-size:2rem}}@media(min-width:1920px){#citizenship .map{margin-top:-120px}#citizenship .map svg{width:280px;height:240px}#citizenship .title{font-size:2.5rem}#citizenship .label{font-size:1.2rem}#citizenship .icon{margin-bottom:-2rem;width:140px;height:140px}#citizenship .icon svg{margin-top:-40px;margin-left:-40px;width:80px;height:80px}}
