.layout-content{overflow:hidden;position:relative}.helpdesk{position:fixed;right:0;top:5.25rem;z-index:100}@media screen and (min-width:48rem){.helpdesk{right:0;top:9.9375rem}}.helpdesk__open{position:absolute;right:0;top:0;z-index:5}.helpdesk__open svg{bottom:0;left:0;margin:auto;opacity:1;position:absolute;right:0;top:0;transition:opacity .15s ease;width:1.25rem}.active .helpdesk__open svg,.helpdesk__open svg:last-child{opacity:0}.active .helpdesk__open svg:last-child{opacity:1}.helpdesk__content{-webkit-backface-visibility:hidden;backface-visibility:hidden;background:var(--color-blue-main);color:#fff;display:none;max-height:90vh;max-width:96vw;overflow:hidden;overflow-y:auto;padding:var(--gap);position:relative;transform:translateX(100%);transform-origin:100% 50%;transition:transform .15s ease;width:28.125rem}@media screen and (max-width:47.9375rem){.helpdesk__content{max-width:100vw}.helpdesk__content .grid-item{-ms-grid-column:1;grid-column-start:1;padding:calc(var(--gap)*.25)}}@media screen and (min-width:48rem){.helpdesk__content{max-height:80vh}}.helpdesk__content>svg{margin:1.5625rem 0 .625rem;width:var(--gap)}.helpdesk__content a{color:#fff;-webkit-text-decoration:underline;text-decoration:underline}.helpdesk__content a:focus,.helpdesk__content a:hover{color:var(--color-green-mid)}.active .helpdesk__content{display:block}.open .helpdesk__content{transform:translateX(0)}.helpdesk a.button{align-items:center;display:flex;height:3.125rem;justify-content:center;padding:0;width:3.125rem}.helpdesk form label.form-item__label{color:#fff;flex:1;margin:.625rem 0 .3125rem}.helpdesk form .form-actions{margin-top:var(--gap)}