/**!
 * @name		passbolt-styleguide
 * @version		v5.11.3
 * @date		2026-04-08
 * @copyright	Copyright 2023 Passbolt SA
 * @source		https://github.com/passbolt/passbolt_styleguide
 * @license		AGPL-3.0
 */
html{scroll-behavior:smooth}.animated{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}@keyframes pop{0%{opacity:0;transform:scale(1)}55%{opacity:1;transform:scale(1)}65%{opacity:1;transform:scale(1.25)}75%{opacity:1;transform:scale(1)}100%{opacity:1;transform:scale(1)}}.fadeInDown{animation-name:fadeInDown}.fadeOutUp{animation-name:fadeOutUp}.fadeInUp{animation-name:fadeInUp}.pop{animation-name:pop}.page{display:flex;flex-direction:column;align-items:flex-start;position:absolute;height:100%;width:100%}.page .app{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;flex:1}.page .app .panel.main{display:flex;padding-right:1.6rem;align-items:flex-start;flex:1 0 0;align-self:stretch;background:var(--Workspace-Workspace-background);min-width:128rem;min-height:76.8rem;box-sizing:border-box}.page .app .panel.main .panel.left{display:flex;width:15%;min-width:28rem;max-width:40rem;flex-direction:column;align-items:flex-start;gap:1.6rem;align-self:stretch}.page .app .panel.main .panel.left.resource-filter{min-width:25rem}.page .app .panel.main .panel.left .sidebar-content{display:flex;flex-direction:column;align-items:flex-start;gap:1.6rem;flex:1 0 0;align-self:stretch;min-height:0}.page .app .panel.main .panel.left .sidebar-content .top-bar-left{display:flex;padding:2.95rem 1.6rem 1.65rem 4rem;gap:.8rem;align-self:stretch}.page .app .panel.main .panel.left .sidebar-content .top-bar-left-navigation{display:flex;padding:.8rem 1.6rem;align-items:center;align-self:stretch}.page .app .panel.main .panel.left .sidebar-content .top-bar-left-navigation .navigation{display:flex;height:4rem;align-items:center;gap:.8rem;flex-shrink:0;padding-top:1.6rem;width:100%}.page .app .panel.main .panel.left .sidebar-content .top-bar-left-navigation .navigation span.title{font-size:2.4rem;white-space:nowrap}.page .app .panel.main .panel.left .sidebar-content .top-bar-left-navigation .navigation span.title.users{overflow:hidden;text-overflow:ellipsis}.page .app .panel.main .panel.left .sidebar-content .main-action-wrapper{padding:0 1.6rem}.page .app .panel.main .panel.left .sidebar-content .sidebar-content-left{display:flex;flex-direction:column;align-items:flex-start;gap:.8rem;align-self:stretch;padding:0 1.6rem;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--Workspace-Elevator) transparent}.page .app .panel.main .resizable-sidebar .panel.left{width:100%;max-width:100%}.page .app .panel.main .panel.middle{display:flex;flex-direction:column;align-items:center;flex:1 0 0;align-self:stretch;min-height:0;min-width:0}.page .app .panel.main .panel.middle .header{display:flex;padding:2.4rem 0;height:4rem;justify-content:flex-end;align-items:center;align-self:stretch;min-width:0;gap:1.6rem}.page .app .panel.main .panel.middle .header .header-left{display:flex;align-items:center;flex:1 0 0}.page .app .panel.main .panel.middle .header .header-right{display:flex;width:22%;min-width:35rem;max-width:50rem;justify-content:flex-end;align-items:center;gap:1.6rem}.page .app .panel.main .panel.middle .header .header-right .profile-wrapper{padding-right:1.6rem}.page .app .panel.main .panel.middle .middle-right{display:flex;justify-content:center;align-items:flex-start;gap:1.6rem;flex:1 0 0;align-self:stretch;min-width:0}.page .app .panel.main .panel.middle .middle-right .breadcrumbs-and-grid{display:flex;flex-direction:column;align-items:center;flex:1 0 0;align-self:stretch;border-radius:var(--Section-border-radius) var(--Section-border-radius) 0 0;background:var(--Grid-Grid-background);min-height:0;min-width:0}.page .app .panel.main .panel.middle .middle-right .breadcrumbs-and-grid .top-bar{display:flex;padding-bottom:.4rem;flex-direction:column;align-items:center;gap:.4rem;align-self:stretch;min-width:0}.page .app .panel.main .panel.middle .middle-right .breadcrumbs-and-grid .grid{display:flex;align-items:flex-start;flex:1 0 0;align-self:stretch;position:relative;min-width:0}.page .app .panel.main .panel.middle .middle-right .breadcrumbs-and-grid .grid .action-bar{display:flex;height:7.3rem;flex-direction:column;justify-content:flex-end;align-items:flex-end;align-self:stretch}.page .app .panel.main .panel.middle .middle-right .help-panel,.page .app .panel.main .panel.middle .middle-right .panel.aside{display:flex;width:22%;min-width:35rem;max-width:50rem;flex-direction:column;align-items:stretch;justify-content:space-between;align-self:stretch;border-radius:var(--Section-border-radius) var(--Section-border-radius) 0 0;background:var(--Workspace-Panels-background);height:100%;isolation:isolate}.page .app .panel.main .panel.middle .middle-right .help-panel .help-section,.page .app .panel.main .panel.middle .middle-right .panel.aside .help-section{display:flex;flex-direction:column;gap:1.6rem}.page .app .resizable-sidebar{display:flex;flex-direction:row;height:100%}.page .app .resizable-sidebar.left-side-bar+.panel.middle .middle-right{gap:0}.page .app .resizable-sidebar.left-side-bar+.panel.middle .middle-right .gutter+.panel.aside{width:97%;max-width:100%;min-width:90%}.page .app .resizable-sidebar.left-side-bar+.panel.middle .header{justify-content:space-between;gap:.2rem}.page .app .resizable-sidebar.resource-workspace.left-side-bar{min-width:26rem;max-width:23.5%}.page .app .resizable-sidebar.resource-workspace.right-side-bar{min-width:25%;max-width:35%}.page .app .resizable-sidebar.users-workspace.left-side-bar{min-width:29rem;max-width:24%}.page .app .resizable-sidebar.users-workspace.right-side-bar{min-width:25%;max-width:35%}.page .app .resizable-sidebar .gutter{width:1.6rem;background-color:inherit;cursor:col-resize;height:100%}.page .app .resizable-sidebar .sidebar-content{flex:1;overflow:auto}.page .app .resizable-sidebar .panel.left.resource-filter{max-width:100%;width:100%;min-width:90%}.page .app .resizable-sidebar.resource-workspace+.panel.middle .header .header-right{min-width:auto;max-width:35%}.page .app .resizable-sidebar.users-workspace+.panel.middle .header .header-right{min-width:auto;max-width:35%}.scroll{overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--Workspace-Elevator) transparent}.logo-svg.no-img{width:15rem;height:2.6rem;flex-shrink:0;--icon-color:#000000}.logo-svg h1{display:none}.logo-svg.bigger{width:200px;height:45px}.progress-bar{background:var(--Loading-bar-Loading-bar-background);width:100%;height:.2rem;display:block;border-radius:var(--Progress-Bar-radius)}.progress-bar .progress{background:var(--Loading-bar-Loading-bar-foreground);width:0;height:.2rem;display:block;border-radius:var(--Progress-Bar-radius);transition:width .5s linear}.progress-bar .progress.completed{transition:none}.progress-details{font-size:1.4rem;line-height:1.9rem;margin:.5rem 0 .5rem 0}.progress-details .progress-percent{float:right}.progress-bar-wrapper{margin:3rem 0 2rem 0}.update-loading-bar{position:fixed;display:block;width:100%;bottom:0;z-index:3}.update-loading-bar .progress-bar span{transition:width 2s;transition-timing-function:cubic-bezier(0.45,1.27,0.76,0.9)}.notification-container{top:0;position:absolute;z-index:200;height:2em;padding-top:1em;width:60%;margin-left:20%}.notification-container .notification{position:relative;left:50%;float:left;clear:both;margin-bottom:1em}.notification-container .notification .message{padding:.8rem 1.6rem;position:relative;left:-50%;float:left;border-radius:var(--Button-border-radius);color:var(--Text-and-icons-Main-text);font-size:1.5rem;font-weight:400;line-height:2rem;width:auto}.notification-container .notification .message.warning{background:var(--Palette-Warning)}.notification-container .notification .message.success{background:var(--Palette-Success)}.notification-container .notification .message.error{background:var(--Palette-Error)}.breadcrumbs{display:flex;min-width:0;padding:1.2rem 1.6rem 0 1.6rem;align-items:flex-start;align-self:stretch}.breadcrumbs ul{display:flex;min-width:0}.breadcrumbs ul li{display:flex;justify-content:center;align-items:center;flex:0 1 auto;min-width:0}.breadcrumbs ul li:before{content:"\203A";padding:0 .4rem;font-size:1.8rem;font-weight:400;display:flex;flex-direction:column;justify-content:center;color:var(--Text-and-icons-Main-text);align-items:center;font-style:normal}.breadcrumbs ul li:first-child{margin-left:0;padding-left:0}.breadcrumbs ul li:first-child:before{content:none}.breadcrumbs ul button{border:0;font-size:1.8rem;line-height:2.5rem;padding:0 .6rem;border-radius:var(--Button-border-radius)}.breadcrumbs ul button:hover{background:var(--Action-button-Active-action-button-background)}.breadcrumbs ul button:focus-visible{box-shadow:0 0 .4rem var(--States-Focus),inset 0 0 0 .1rem var(--States-Focus);text-decoration:none;border:none}.breadcrumbs span.counter{padding-left:.8rem;color:var(--Text-and-icons-Secondary-text);font-weight:400;font-size:1.4rem;line-height:2.1rem;align-self:flex-end;flex-shrink:0;display:block}.breadcrumbs div.main-cell{display:inline}.footer{grid-area:footer;display:flex;height:3.6rem;justify-content:space-between;align-items:center;align-self:stretch;box-sizing:border-box;border-top:.1rem solid var(--Workspace-Dividers);min-width:0}.footer .footer-links{display:flex;padding:0 1.6rem;justify-content:flex-end;align-items:center;gap:1.6rem;flex:1 0 0;min-width:0}.footer .footer-links li{display:flex}.footer .footer-links li.error-message a{color:var(--Field-Error)}.footer .footer-links li a{display:flex;font-size:1.2rem;line-height:1.6rem;border:0}.footer .footer-links li a:hover{color:var(--Palette-Contrast-1)}.footer .footer-links li a::after{content:none}.footer .footer-links li a svg{width:1.6rem;height:1.6rem}.footer .footer-links li .tooltip .tooltip-text{display:none}.footer .footer-links li .tooltip:hover .tooltip-text{display:flex}.video-wrapper{padding:1em}.video-wrapper iframe{width:100%;min-height:250px;height:auto}.js .message.no-js{display:none}.cookies .message.no-cookies{display:none}.message{padding:1.6rem}.message.error{background:var(--Palette-Error)}.message.success{background:var(--Palette-Success)}.message.notice{background:var(--Palette-Info)}.message.warning{background:var(--Palette-Warning)}.message p:last-child{margin-bottom:0}.message.side-message{margin-left:1.6rem;font-size:1.6rem;margin-right:3.2rem}.message.side-message p,.message.side-message ul{padding-bottom:1.6rem}.feedback-card{display:flex;align-items:center;gap:3.2rem;padding:1.6rem}.feedback-card .illustration{display:flex;align-items:center;justify-content:flex-end}.feedback-card .illustration>*{width:12.8rem;height:12.8rem}.feedback-card .illustration svg{width:12.8rem;height:12.8rem}.feedback-card .additional-information{flex:1;margin:1.6rem}.feedback-card .additional-information>*{margin-bottom:1.6rem}.feedback-card .additional-information button.button{margin:3.2rem 0 0 0}.feedback-card .additional-information a.button{margin:1.6rem 0 0 0;float:left}.feedback-card .additional-information h4.logs-header{padding:0;margin:3.2rem 0 .8rem 0;border:none}@media only screen and (max-width:767px){.feedback-card,.message.animated{flex-direction:column;align-items:center}}table.table-info,table.table-info.vertical{margin-top:1.2rem;border-collapse:separate}table.table-info td,table.table-info.vertical td{line-height:2.9rem;padding-right:clamp(1.6rem,calc(.4rem + 4vw),20rem)}table.table-info td:first-child,table.table-info.vertical td:first-child{color:var(--Text-and-icons-Secondary-text)}table.table-info td.warning,table.table-info.vertical td.warning{background:#fef0bf}table.table-info td.error,table.table-info.vertical td.error{background:#ffa6a6}table.table-info td .alt.side,table.table-info.vertical td .alt.side{color:#666;float:right}table.table-info td .alt.side:before,table.table-info.vertical td .alt.side:before{content:"\0028"}table.table-info td .alt.side:after,table.table-info.vertical td .alt.side:after{content:"\0029"}table.table-info td+td,table.table-info.vertical td+td{padding-right:0}table.table-info.horizontal{width:100%;border-collapse:collapse;padding:0;border:1px solid #e0e0e0;margin-bottom:1em}table.table-info.horizontal.with-borders td,table.table-info.horizontal.with-borders th{border-right:1px solid #e0e0e0}table.table-info.horizontal td,table.table-info.horizontal th{padding:.5em .5em .5em .75em;margin:0}table.table-info.horizontal th{border-bottom:1px solid #e0e0e0}table.table-info.horizontal th a{display:block;border:0}table.table-info.horizontal th a.sortable .svg-icon svg{top:.15em;position:relative;margin-left:.5em}table.table-info.horizontal thead tr{background:#eee}table.table-info.horizontal tbody{background:#fff}table.table-info.horizontal tbody tr:nth-child(odd){background:#fff}table.table-info.horizontal tbody tr:hover{background:#e9e9e9}.table-info-pagination .pagination-limit{margin-top:-.5em;float:left}.table-info-pagination .pagination-limit label{float:left;font-weight:400}.table-info-pagination .pagination-limit select{float:left;margin:.35em}.table-info-pagination .pagination-pages{float:right}.table-info-pagination .pagination-pages .page-location{float:left}.table-info-pagination .pagination-pages .page-buttons{float:right}.table-info-pagination .pagination-pages .button{float:left;margin:-.5em 0 0 .75em;padding:.35em .75em}.tooltip{position:relative;display:inline-block;cursor:pointer;border-bottom:0}.tooltip :focus-visible,.tooltip:focus{outline:0}.tooltip .tooltip-text{position:absolute;z-index:99;visibility:hidden;opacity:0;transition:opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71, 1.7, .77, 1.24);transform:translate3d(0,0,0);max-width:24rem;width:max-content;padding:.4rem .8rem;background:var(--Tool-tip-Tool-tip-background);color:var(--Tool-tip-Tool-tip-text);border-radius:var(--Menu-radius);font-size:1.2rem;line-height:1.6rem;font-weight:400;text-align:left}.tooltip .tooltip-text a{font-size:1.2rem}.tooltip .tooltip-text::after{content:" ";position:absolute;border:.5rem solid transparent}.tooltip .tooltip-text.top{bottom:100%;left:50%;margin:0 0 1rem 0}.tooltip .tooltip-text.top::after{left:50%;top:100%;border-top-color:var(--Tool-tip-Tool-tip-background)}.tooltip .tooltip-text.right{bottom:50%;left:100%;margin:0 0 0 1rem}.tooltip .tooltip-text.right::after{bottom:50%;right:100%;border-right-color:var(--Tool-tip-Tool-tip-background)}.tooltip .tooltip-text.bottom{top:100%;right:50%;margin:1rem 0 0 0}.tooltip .tooltip-text.bottom::after{right:50%;bottom:100%;border-bottom-color:var(--Tool-tip-Tool-tip-background)}.tooltip .tooltip-text.left{top:50%;right:100%;margin:0 1rem 0 0}.tooltip .tooltip-text.left::after{top:50%;left:100%;border-left-color:var(--Tool-tip-Tool-tip-background)}.tooltip:focus .tooltip-text,.tooltip:hover .tooltip-text{visibility:visible;opacity:1}.tooltip:focus .tooltip-text.top,.tooltip:focus .tooltip-text.top:after,.tooltip:hover .tooltip-text.top,.tooltip:hover .tooltip-text.top:after{transform:translate(-50%)}.tooltip:focus .tooltip-text.right,.tooltip:focus .tooltip-text.right:after,.tooltip:hover .tooltip-text.right,.tooltip:hover .tooltip-text.right:after{transform:translate(0,50%)}.tooltip:focus .tooltip-text.bottom,.tooltip:focus .tooltip-text.bottom:after,.tooltip:hover .tooltip-text.bottom,.tooltip:hover .tooltip-text.bottom:after{transform:translate(50%)}.tooltip:focus .tooltip-text.left,.tooltip:focus .tooltip-text.left:after,.tooltip:hover .tooltip-text.left,.tooltip:hover .tooltip-text.left:after{transform:translate(0,-50%)}.col4 img.illustration,.col5 img.illustration{max-width:275px;margin:2em auto}article figure{width:100%;text-align:center;padding:1em 0}article figure img{margin:auto;position:relative}article figure .legend{display:inline-block;margin-top:.5em;margin-bottom:1em;font-style:italic}.social{text-align:center;float:left;margin-top:1em}.social a{font-size:3.5em;border:0}.rangeslider,.rangeslider__fill{display:block;-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,.3);-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.3);box-shadow:inset 0 1px 3px rgba(0,0,0,.3);-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px}.rangeslider{background:#e6e6e6;position:relative}.rangeslider--horizontal{height:20px;width:100%}.rangeslider--vertical{width:20px;min-height:150px;max-height:100%;height:100%}.rangeslider--disabled{opacity:.4}.rangeslider__fill{background:#0f0;position:absolute}.rangeslider--horizontal .rangeslider__fill{top:0;height:100%}.rangeslider--vertical .rangeslider__fill{bottom:0;width:100%}.rangeslider__handle{background:#fff;border:1px solid #ccc;cursor:pointer;display:inline-block;width:40px;height:40px;position:absolute;background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');background-size:100%;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,rgba(255,255,255,0)),color-stop(100%,rgba(0,0,0,.1)));background-image:-moz-linear-gradient(rgba(255,255,255,0),rgba(0,0,0,.1));background-image:-webkit-linear-gradient(rgba(255,255,255,0),rgba(0,0,0,.1));background-image:linear-gradient(rgba(255,255,255,0),rgba(0,0,0,.1));-moz-box-shadow:0 0 8px rgba(0,0,0,.3);-webkit-box-shadow:0 0 8px rgba(0,0,0,.3);box-shadow:0 0 8px rgba(0,0,0,.3);-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}.rangeslider__handle:after{content:"";display:block;width:18px;height:18px;margin:auto;position:absolute;top:0;right:0;bottom:0;left:0;background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size:100%;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,rgba(0,0,0,.13)),color-stop(100%,rgba(255,255,255,0)));background-image:-moz-linear-gradient(rgba(0,0,0,.13),rgba(255,255,255,0));background-image:-webkit-linear-gradient(rgba(0,0,0,.13),rgba(255,255,255,0));background-image:linear-gradient(rgba(0,0,0,.13),rgba(255,255,255,0));-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}.rangeslider--active .rangeslider__handle,.rangeslider__handle:active{background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');background-size:100%;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,rgba(0,0,0,.1)),color-stop(100%,rgba(0,0,0,.12)));background-image:-moz-linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.12));background-image:-webkit-linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.12));background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.12))}.rangeslider--horizontal .rangeslider__handle{top:-10px;touch-action:pan-y;-ms-touch-action:pan-y}.rangeslider--vertical .rangeslider__handle{left:-10px;touch-action:pan-x;-ms-touch-action:pan-x}input[type=range]:focus+.rangeslider .rangeslider__handle{-moz-box-shadow:0 0 8px rgba(255,0,255,.9);-webkit-box-shadow:0 0 8px rgba(255,0,255,.9);box-shadow:0 0 8px rgba(255,0,255,.9)}@media all and (min-width:460px){.page.error .grid{text-align:center;width:100%;margin-bottom:2.5em}.page.error.error-400 .row,.page.error.error-404 .row,.page.error.error-500 .row{max-width:400px;margin:auto}.page.error.error-400 .grid:before,.page.error.error-404 .grid:before,.page.error.error-500 .grid:before{font-size:15em;font-weight:700;color:#000}.page.error.error-404 .grid:before{content:"404"}.page.error.error-400 .grid:before{content:"400"}.page.error.error-500 .grid:before{content:"500"}}.tldr.sponsors img{margin-top:2em;max-width:240px}.featured .page-row,.home .page-row{padding:1em}.featured .page-row .grid,.home .page-row .grid{margin:auto;max-width:1000px}.featured .footer,.home .footer{position:relative;margin:0}.home h3{border:0}@media all and (min-width:940px){.featured h2,.home h2{margin:1em auto;text-align:center;font-size:2em}.featured h3,.home h3{text-align:center}}.home .page-row.hero2 .logo{margin:1em 0}.home .page-row.hero2 .teaser-text{font-size:1.5em}.home .page-row.hero2 .call-to-action .button{font-size:1.125em;display:inline-block;margin-top:1em}.home .page-row.hero2 .call-to-action .button+a{margin-left:1em}.home .page-row.hero2 .scroll-prompt{display:none}.home .page-row.hero2 .github-star{position:absolute;left:310px;margin-top:3px}@media all and (min-width:1000px){.home .page-row.hero2{max-width:1150px;min-height:450px;background:#fff url('../img/background/cloud.jpg') right center no-repeat;margin:auto;position:relative}.home .page-row.hero2 .birds-bg{position:absolute;z-index:9998;right:0;width:727px;height:557px;margin-top:-2.5em;background:transparent url('../img/background/flying_birds1.png') center center no-repeat}.home .page-row.hero2 .logo{margin:5% 0 1em 4%}.home .page-row.hero2 .teaser-text{width:18em;font-size:1.5em;margin:0 0 1em 4%;text-align:left;line-height:1.666em}.home .page-row.hero2 .call-to-action .button{font-size:1.125em;margin:.25em 0 3% 4%;display:inline-block}}.home .page-row.usp{padding-bottom:3em}.home .page-row.usp .tile{border:0;padding-left:0;padding-right:0}.home .page-row.usp .tile i{font-size:1em;float:left;display:block;width:90px;height:90px}.home .page-row.usp .tile i.docker{background:transparent url('../img/third_party/docker_90.png') left center no-repeat;background-size:60px auto}.home .page-row.usp .tile i.team{background:transparent url('../img/papericon/email_90.png') left center no-repeat;background-size:60px auto}.home .page-row.usp .tile i.gnupg{background:transparent url('../img/third_party/gnupg_90.png') left center no-repeat;background-size:60px auto}.home .page-row.usp .tile i.opensource{background:transparent url('../img/third_party/opensource_90.png') left center no-repeat;background-size:60px auto}.home .page-row.usp .tile i.json{background:transparent url('../img/third_party/json_90.png') left center no-repeat;background-size:60px auto}.home .page-row.usp .tile i.jenkins{background:transparent url('../img/third_party/jenkins_90.png') left center no-repeat;background-size:60px auto}.home .page-row.usp .call-to-action{text-align:center;margin-top:1em;margin-bottom:2em;font-size:1.125em}@media all and (min-width:440px){.page-row.usp .tile{padding:1em 0 .5em 0}.page-row.usp .tile .tile-teaser i{font-size:1em;display:block;margin:auto;height:90px;width:100%}.page-row.usp .tile .tile-teaser i.docker{background:transparent url('../img/third_party/docker_90.png') center center no-repeat;background-size:90px auto}.page-row.usp .tile .tile-teaser i.team{background:transparent url('../img/papericon/email_90.png') center center no-repeat;background-size:60px auto}.page-row.usp .tile .tile-teaser i.gnupg{background:transparent url('../img/third_party/gnupg_90.png') center center no-repeat;background-size:80px auto}.page-row.usp .tile .tile-teaser i.opensource{background:transparent url('../img/third_party/opensource_90.png') center center no-repeat;background-size:70px auto}.page-row.usp .tile .tile-teaser i.json{background:transparent url('../img/third_party/json_90.png') center center no-repeat;background-size:70px auto}.page-row.usp .tile .tile-teaser i.jenkins{background:transparent url('../img/third_party/jenkins_90.png') center center no-repeat;background-size:80px auto}}@media only screen and (-moz-min-device-pixel-ratio:1.5) and (min-width:440px),only screen and (-o-min-device-pixel-ratio:3/2) and (min-width:440px),only screen and (-webkit-min-device-pixel-ratio:1.5) and (min-width:440px),only screen and (min-devicepixel-ratio:1.5) and (min-width:440px),only screen and (min-resolution:1.5dppx) and (min-width:440px){.home .page-row.usp .tile .tile-teaser i{background-size:90px auto}.home .page-row.usp .tile .tile-teaser i.docker{background:transparent url('../img/third_party/docker_180.png') center center no-repeat;background-size:80px auto}.home .page-row.usp .tile .tile-teaser i.team{background:transparent url('../img/papericon/email_90.png') center center no-repeat;background-size:70px auto}.home .page-row.usp .tile .tile-teaser i.gnupg{background:transparent url('../img/third_party/gnupg_180.png') center center no-repeat;background-size:80px auto}.home .page-row.usp .tile .tile-teaser i.opensource{background:transparent url('../img/third_party/opensource_180.png') center center no-repeat;background-size:80px auto}.home .page-row.usp .tile .tile-teaser i.json{background:transparent url('../img/third_party/json_180.png') center center no-repeat;background-size:80px auto}.home .page-row.usp .tile .tile-teaser i.jenkins{background:transparent url('../img/third_party/jenkins_180.png') center center no-repeat;background-size:80px auto}}.home .page-row.api{color:#fff;background:transparent url('../img/background/blueprint.jpg') center center repeat;text-shadow:1px 1px #000;padding-bottom:4em}.home .page-row.api h2{text-align:left}@media all and (min-width:800px){.home .page-row.api{height:525px;margin:0;padding:0}.home .page-row.api h2{margin-top:2em}.home .page-row.api .api-wrapper{padding:0;margin:0;width:100%;position:absolute;height:525px;background:transparent url('../img/diagrams/sequence_diagram_gpg_authenticate.png') 200% 7em no-repeat;background-size:75% auto;-moz-box-shadow:inset 0 16px 16px -16px #000,inset 0 -16px 16px -16px #000;-webkit-box-shadow:inset 0 16px 16px -16px #000,inset 0 -16px 16px -16px #000;box-shadow:inset 0 16px 16px -16px #000,inset 0 -16px 16px -16px #000}}@media all and (min-width:1280px){.home .page-row.api .api-wrapper{background-size:100% auto;background:transparent url('../img/diagrams/sequence_diagram_gpg_authenticate.png') 130% 7em no-repeat}}@media all and (min-width:1500px){.home .page-row.api .api-wrapper{background:transparent url('../img/diagrams/sequence_diagram_gpg_authenticate.png') 90% 7em no-repeat}}.thankyou.page .row{text-align:center}.thankyou.page .social{margin-top:0;width:100%;font-size:.75em}@media all and (min-width:780px){.thankyou.page{height:100%;position:absolute;background-size:cover}.thankyou.page .grid{background:transparent url('../img/illustrations/birds7_850.png') center 2em no-repeat;background-size:420px auto;margin-bottom:2.5em}.thankyou.page .row{margin:auto;max-width:400px;padding-top:400px}}