@keyframes floater-slide-in{0%{opacity:0;transform:translateY(-10%)}to{opacity:1;transform:translateY(0)}}@keyframes floater-slide-out{to{opacity:0;transform:translateY(-10%)}0%{opacity:1;transform:translateY(0)}}@keyframes floater-in-animation{0%{opacity:0}to{opacity:1}}@keyframes floater-out-animation{to{opacity:0}0%{opacity:1}}@layer vendor{:root{--dynamic-login-bg-color: #191919;--dynamic-login-text-color: #fff;--dynamic-login-border-color: #e8eaf3}@media (prefers-color-scheme: dark){:root{--dynamic-login-bg-color: #ffffff;--dynamic-login-border-color: #e8eaf3;--dynamic-login-text-color: #363d63}}.hippo-btn-group{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;min-width:0;--marginBottom: 0;--marginTop: 0;margin-top:var(--marginTop, 0)}.hippo-btn-group:not(:last-child){margin-bottom:var(--marginBottom, 0)}.hippo-btn-group>*{min-width:0}.hippo-btn-group:empty{display:none}.hippo-btn-group--free{display:inline-flex;white-space:nowrap;vertical-align:text-bottom}.hippo-btn-group:not(.hippo-btn-group--free)>.hippo-btn{flex:1;margin:0}.hippo-btn-group--free:not(.hippo-btn-group--fluid){width:auto}.hippo-btn-group--wrap{flex-wrap:wrap}.hippo-btn-group--noShrink{flex-shrink:0}.hippo-btn-group--hasEvent{cursor:pointer}.hippo-btn-group--merge>*:first-child,.hippo-btn-group--merge>*:first-child .hippo-btn{border-top-right-radius:0;border-bottom-right-radius:0;border-right-width:0!important}.hippo-btn-group--merge>*:last-child,.hippo-btn-group--merge>*:last-child .hippo-btn{border-top-left-radius:0;border-bottom-left-radius:0;--hippo-btn-border-color: color-mix(in srgb, var(--hippo-btn-text-color) 15%, transparent)}.hippo-btn-group--fill>*{flex:1 1 auto;min-width:0;width:100%}@media (max-width: 511px){.hippo-btn-group:not(.hippo-btn-group--noMobile){flex-direction:column!important}}.hippo-btn{--hippo-btn-back-color: #707589;--hippo-btn-text-color: #ffffff;--hippo-btn-hover-color: var(--primary-color, #43b9fb);--hippo-btn-padding-start: .8em;--hippo-btn-padding-end: .8em;--hippo-btn-padding-top: .5em;--hippo-btn-padding-bottom: .5em;--hippo-btn-border-radius: 8px;--hippo-btn-border-color: transparent;--hippo-btn-shadow: 0 0 0 0 #fff;--hippo-btn-shadow-width: 1px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;min-height:1em;vertical-align:baseline;font-weight:700;line-height:1.2;gap:6px;-webkit-user-select:none;user-select:none;border:none;transition:all ease-in-out .12s;padding:var(--hippo-btn-padding-top) var(--hippo-btn-padding-end) var(--hippo-btn-padding-bottom) var(--hippo-btn-padding-start);font-size:14px;border-radius:var(--hippo-btn-border-radius);background:var(--hippo-btn-back-color);color:var(--hippo-btn-text-color)!important;font-family:inherit;position:relative;box-shadow:var(--hippo-btn-shadow)}.hippo-btn:focus,.hippo-btn:focus-within{outline:none;box-shadow:0 0 0 2px rgba(var(--primary-color-rgb, 67, 185, 251),.2)}.hippo-btn:not(.hippo-btn--type--bordered){border:solid 1px var(--hippo-btn-border-color)}.hippo-btn:not(.hippo-btn--disabled):hover{opacity:.9}.hippo-btn__loading{opacity:0;pointer-events:none;--size: 20px;height:var(--size);width:var(--size);filter:revert;display:block;position:absolute;left:0;top:calc(50% - var(--size) / 2);transition:opacity ease-in-out .12s,left ease-in-out .12s;color:var(--hippo-btn-loading-color, var(--hippo-btn-text-color));animation:rotate linear infinite 1s forwards;animation-play-state:paused}.hippo-btn__icon{margin-right:0;transition:all ease-in-out .12s;justify-content:center}.hippo-btn:not(.hippo-btn--only-icon):not(.hippo-btn--extendable):not(.hippo-btn--type--link).hippo-btn--iconPosition--right .hippo-btn__icon{margin-right:-.2em}.hippo-btn:not(.hippo-btn--only-icon):not(.hippo-btn--extendable):not(.hippo-btn--type--link):not(.hippo-btn--iconPosition--right) .hippo-btn__icon{margin-left:-.2em}.hippo-btn svg{fill:currentColor}.hippo-btn--textDecoration--line-through>span{text-decoration:line-through}.hippo-btn--textDecoration--underline>span{text-decoration:underline}.hippo-btn--size--inherit{--hippo-btn-padding-start: 0em;--hippo-btn-padding-end: 0em;--hippo-btn-padding-top: 0em;--hippo-btn-padding-bottom: 0em;margin:0;font-size:1em}.hippo-btn--size--zero,.hippo-btn--size--zero-2{--hippo-btn-padding-start: 0em;--hippo-btn-padding-end: 0em;--hippo-btn-padding-top: 0em;--hippo-btn-padding-bottom: 0em;margin:0;font-size:1rem}.hippo-btn--size--zero-2{font-size:13px}.hippo-btn--size--mini{--hippo-btn-padding-start: .5em;--hippo-btn-padding-end: .5em;--hippo-btn-padding-top: .25em;--hippo-btn-padding-bottom: .25em;margin:0;font-size:.857rem}.hippo-btn--size--little{--hippo-btn-padding-start: 11px;--hippo-btn-padding-end: 11px;--hippo-btn-padding-top: 6px;--hippo-btn-padding-bottom: 6px;font-size:.928rem;min-height:calc(2rem + 2px)}.hippo-btn--size--normal{--hippo-btn-padding-start: 12px;--hippo-btn-padding-end: 12px;--hippo-btn-padding-top: 8px;--hippo-btn-padding-bottom: 8px;font-size:.928rem;min-height:34px}.hippo-btn--size--small{--hippo-btn-padding-start: 8px;--hippo-btn-padding-end: 8px;--hippo-btn-padding-top: 7px;--hippo-btn-padding-bottom: 7px;font-size:1rem}.hippo-btn--size--tiny{--hippo-btn-padding-start: 16px;--hippo-btn-padding-end: 16px;--hippo-btn-padding-top: 8px;--hippo-btn-padding-bottom: 8px;font-size:14px;min-height:34px}.hippo-btn--size--tiny-1{--hippo-btn-padding-start: 24px;--hippo-btn-padding-end: 24px;--hippo-btn-padding-top: 11px;--hippo-btn-padding-bottom: 11px;font-size:1rem}.hippo-btn--size--middle{--hippo-btn-padding-start: 16px;--hippo-btn-padding-end: 16px;--hippo-btn-padding-top: 12px;--hippo-btn-padding-bottom: 12px;font-size:16px}.hippo-btn--size--large{--hippo-btn-padding-start: 32px;--hippo-btn-padding-end: 32px;--hippo-btn-padding-top: 16px;--hippo-btn-padding-bottom: 16px;font-size:18px}.hippo-btn--size--medium{--hippo-btn-padding-start: 24px;--hippo-btn-padding-end: 24px;--hippo-btn-padding-top: 16px;--hippo-btn-padding-bottom: 16px;font-size:16px}.hippo-btn--size--medium-2{--hippo-btn-padding-start: 24px;--hippo-btn-padding-end: 24px;--hippo-btn-padding-top: 11px;--hippo-btn-padding-bottom: 11px;font-size:16px}.hippo-btn--size--custom-1{--hippo-btn-padding-start: 16px;--hippo-btn-padding-end: 16px;--hippo-btn-padding-top: 8px;--hippo-btn-padding-bottom: 8px}.hippo-btn--size--custom-2{--hippo-btn-padding-start: 18px;--hippo-btn-padding-end: 18px;--hippo-btn-padding-top: 11px;--hippo-btn-padding-bottom: 11px}.hippo-btn--size--custom-3{--hippo-btn-padding-start: 12px;--hippo-btn-padding-end: 12px;--hippo-btn-padding-top: 12px;--hippo-btn-padding-bottom: 12px;margin:0}.hippo-btn--size--form-navigation{--hippo-btn-padding-start: 16px;--hippo-btn-padding-end: 16px;--hippo-btn-padding-top: 4px;--hippo-btn-padding-bottom: 4px;min-height:44px;font-size:16px;margin:0}.hippo-btn--size--custom-4{--hippo-btn-padding-start: 12px;--hippo-btn-padding-end: 12px;--hippo-btn-padding-top: 12px;--hippo-btn-padding-bottom: 12px;--hippo-btn-shadow-width: 2px}.hippo-btn--size--login{--hippo-btn-padding-start: 12px;--hippo-btn-padding-end: 12px;--hippo-btn-padding-top: 8px;--hippo-btn-padding-bottom: 8px;font-size:.928rem;min-height:40px}.hippo-btn--size--custom-5{--hippo-btn-padding-start: 24px;--hippo-btn-padding-end: 24px;--hippo-btn-padding-top: 16px;--hippo-btn-padding-bottom: 16px;font-size:22px;gap:12px}.hippo-btn--size--custom-6{--hippo-btn-padding-start: 12px;--hippo-btn-padding-end: 8px;--hippo-btn-padding-top: 8px;--hippo-btn-padding-bottom: 8px;min-height:36px}.hippo-btn--size--custom-7{--hippo-btn-padding-start: 8px;--hippo-btn-padding-end: 8px;--hippo-btn-padding-top: 3px;--hippo-btn-padding-bottom: 3px;gap:4px}.hippo-btn--size--custom-8{--hippo-btn-padding-start: 16px;--hippo-btn-padding-end: 16px;--hippo-btn-padding-top: 12px;--hippo-btn-padding-bottom: 12px;gap:8px}.hippo-btn--size--custom-9{--hippo-btn-padding-start: 6px;--hippo-btn-padding-end: 6px;--hippo-btn-padding-top: 4px;--hippo-btn-padding-bottom: 4px;gap:4px}.hippo-btn--size--custom-10{--hippo-btn-padding-start: 8px;--hippo-btn-padding-end: 8px;--hippo-btn-padding-top: 8px;--hippo-btn-padding-bottom: 8px;gap:8px}.hippo-btn--color--inherit{--hippo-btn-text-color: currentColor;--hippo-btn-back-color: currentColor}.hippo-btn--color--confirm-primary{--hippo-btn-back-color: #43b9fb;--hippo-btn-text-color: #fff;--hippo-btn-border-color: #19a8fa}.hippo-btn--color--portalColor{--hippo-btn-text-color: var(--button-text-color, #fff);--hippo-btn-back-color: var(--primary-color, #43b9fb)}.hippo-btn--color--primary{--hippo-btn-text-color: #fff;--hippo-btn-back-color: #43b9fb;--hippo-btn-border-color: var(--hippo-btn-back-color)}.hippo-btn--color--red50{--hippo-btn-border-color: #ffe5e3;--hippo-btn-back-color: #fff5f5;--hippo-btn-text-color: #c3322d}.hippo-btn--color--desk-tour-primary{--hippo-btn-text-color: #fff;--hippo-btn-back-color: #43b9fb}.hippo-btn--color--warning{--hippo-btn-back-color: #c03333;--hippo-btn-text-color: #ffffff}.hippo-btn--color--select{--hippo-btn-back-color: #f3f3f8;--hippo-btn-text-color: #0a1438}.hippo-btn--color--danger{--hippo-btn-back-color: #f8e3e3;--hippo-btn-text-color: #c03333;--hippo-btn-border-color: #f5d6d6}.hippo-btn--color--danger-2{--hippo-btn-back-color: #c3322d;--hippo-btn-text-color: #ffffff;--hippo-btn-hover-color: #c3322d}.hippo-btn--color--dark{--hippo-btn-back-color: #363d63;--hippo-btn-text-color: #ffffff;--hippo-btn-hover-color: #0a1438}.hippo-btn--color--accent{--hippo-btn-back-color: #acb2d2;--hippo-btn-text-color: #ffffff}.hippo-btn--color--navy-blue{--hippo-btn-back-color: #413f80;--hippo-btn-text-color: #ffffff}.hippo-btn--color--secondary,.hippo-btn--color--alternative,.hippo-btn--color--alternative2{--hippo-btn-back-color: #e1f4fe;--hippo-btn-text-color: #43b9fb}.hippo-btn--color--alternative-hover{--hippo-btn-back-color: transparent;--hippo-btn-text-color: #43b9fb}.hippo-btn--color--alternative-hover:hover{--hippo-btn-back-color: #e1f4fe}.hippo-btn--color--dib{--hippo-btn-back-color: transparent;--hippo-btn-text-color: #43b9fb}.hippo-btn--color--cancel{--hippo-btn-back-color: #363d63;--hippo-btn-border-color: #f2f3f8}.hippo-btn--color--cancel-2{--hippo-btn-back-color: #f9fafc;--hippo-btn-text-color: #363d63}.hippo-btn--color--dib-2{--hippo-btn-back-color: transparent;--hippo-btn-text-color: #363d63}.hippo-btn--color--orange{--hippo-btn-back-color: #fb8a24;--hippo-btn-text-color: #fff}.hippo-btn--color--orange-2{--hippo-btn-back-color: #f57705;--hippo-btn-text-color: #fff}.hippo-btn--color--orange-3{--hippo-btn-back-color: #c35f04;--hippo-btn-border-color: #fdc796;--hippo-btn-text-color: #fff}.hippo-btn--color--orange-4{--hippo-btn-back-color: #d16505;--hippo-btn-text-color: #d16505;--hippo-btn-border-color: #d16505}.hippo-btn--color--orange-4:hover{--hippo-btn-back-color: #d16505;--hippo-btn-text-color: #d16505}.hippo-btn--color--orange-5{--hippo-btn-back-color: #a67e05;--hippo-btn-text-color: #fff}.hippo-btn--color--sand-brown{--hippo-btn-back-color: #837744;--hippo-btn-text-color: #fff}.hippo-btn--color--sand-brown:hover{background-color:transparent!important}.hippo-btn--color--green{--hippo-btn-back-color: #27ae60;--hippo-btn-text-color: #d0f7cf}.hippo-btn--color--green-2{--hippo-btn-back-color: #cef3e0;--hippo-btn-text-color: #258b57}.hippo-btn--color--green-3{--hippo-btn-back-color: #258b57;--hippo-btn-text-color: #fff}.hippo-btn--color--gray{--hippo-btn-text-color: #363d63;--hippo-btn-back-color: #f2f3f8}.hippo-btn--color--gray-1{--hippo-btn-back-color: #9da0af;--hippo-btn-text-color: #fff;--hippo-btn-hover-color: #acafbf}.hippo-btn--color--gray-15{--hippo-btn-back-color: #eef0f6;--hippo-btn-text-color: #707589}.hippo-btn--color--gray-2{--hippo-btn-back-color: #9da0af;--hippo-btn-text-color: #fff}.hippo-btn--color--gray-2:not(.hippo-btn--type--ghost){--hippo-btn-border-color: #e8eaf3}.hippo-btn--color--gray-3{--hippo-btn-text-color: #fff;--hippo-btn-border-color: #e8eaf3;--hippo-btn-back-color: #707589;--hippo-btn-hover-color: #70758992}.hippo-btn--color--gray-4{--hippo-btn-text-color: #9da0af;--hippo-btn-back-color: #fff}.hippo-btn--color--gray-4:hover{--hippo-btn-text-color: #0a1438;--hippo-btn-back-color: #e8eaf3}.hippo-btn--color--gray-5{--hippo-btn-back-color: #707589;--hippo-btn-text-color: #fff}.hippo-btn--color--gray-5 i{color:#9da0af}.hippo-btn--color--gray-6{--hippo-btn-back-color: rgba(204, 215, 255, .85);--hippo-btn-text-color: #fff}.hippo-btn--color--gray-6 i{color:#001975}.hippo-btn--color--white{--hippo-btn-text-color: #707589;--hippo-btn-back-color: #fff}.hippo-btn--color--white.hippo-btn--shadow{--hippo-btn-border-color: #e8eaf3}.hippo-btn--color--white-2{--hippo-btn-text-color: #363d63;--hippo-btn-border-color: #e9eaf3;--hippo-btn-back-color: #fff}.hippo-btn--color--white-red{--hippo-btn-text-color: #c03333;--hippo-btn-border-color: #e8eaf3;--hippo-btn-back-color: #fff}.hippo-btn--color--white-3,.hippo-btn--color--white-4{--hippo-btn-text-color: #9da0af;--hippo-btn-back-color: #fff;--hippo-btn-border-color: #e8eaf3}.hippo-btn--color--white-4:hover{--hippo-btn-text-color: #363d63}.hippo-btn--color--custom-1{--hippo-btn-back-color: #f2f3f8;--hippo-btn-text-color: #707589}.hippo-btn--color--custom-2{--hippo-btn-back-color: #f2f3f8;--hippo-btn-text-color: #363d63}.hippo-btn--color--login{--hippo-btn-back-color: #fff;--hippo-btn-text-color: #363d63}.hippo-btn--color--login.hippo-btn--shadow{--hippo-btn-border-color: #e8eaf3}.hippo-btn--color--login-reverse{--hippo-btn-back-color: var(--dynamic-login-bg-color);--hippo-btn-text-color: var(--dynamic-login-text-color)}.hippo-btn--color--login-reverse.hippo-btn--shadow{--hippo-btn-border-color: var(--dynamic-login-border-color)}.hippo-btn--color--yellow-2{--hippo-btn-back-color: #fdca5b;--hippo-btn-text-color: #231800}.hippo-btn--color--orange-1{--hippo-btn-back-color: #f57705;--hippo-btn-text-color: #ffffff}.hippo-btn--radius--rounded{--hippo-btn-border-radius: 24px}.hippo-btn--radius--round{--hippo-btn-border-radius: 50%}.hippo-btn--radius--custom-1{--hippo-btn-border-radius: 2px}.hippo-btn--radius--custom-2,.hippo-btn--radius--sm{--hippo-btn-border-radius: 4px}.hippo-btn--type--login .hippo-btn__icon{position:absolute;left:var(--hippo-btn-padding-start);top:50%;transform:translateY(-50%)}.hippo-btn--type--login.hippo-btn--loading .hippo-btn__icon{opacity:0}.hippo-btn--type--link-button{width:305px;max-width:100%;font-size:14px;font-style:normal;font-weight:600;border-radius:8px;--hippo-btn-border-color: #e8eaf3;background:#fff;box-shadow:0 1px 2px #bdc0db33}.hippo-btn--type--link-button .hippo-btn__icon{margin-right:0;color:inherit}.hippo-btn--type--link-button:hover{color:var(--hippo-btn-text-color)!important;--hippo-btn-border-color: #d8f1fe;background:#f5fbff;box-shadow:0 1px 2px #bdc0db33!important}.hippo-btn--type--link-button:hover .hippo-btn__icon{color:var(--hippo-btn-text-color)}.hippo-btn--type--link-button:after{margin-left:auto;color:#9da0af}.hippo-btn--type--link,.hippo-btn--type--link-icon{background:transparent;--hippo-btn-border-color: transparent !important;--hippo-btn-text-color: var(--hippo-btn-back-color) !important;padding-left:0;padding-right:0;font-weight:400}.hippo-btn--type--link:hover:not(.hippo-btn--disabled),.hippo-btn--type--link-icon:hover:not(.hippo-btn--disabled){--hippo-btn-text-color: var(--hippo-btn-hover-color) !important}.hippo-btn--type--link-icon:after,.hippo-btn--type--link-button:after{content:"";font-family:unicons;font-size:1.7em;font-weight:400;width:16px;height:16px;line-height:16px;margin-top:1px;text-align:center;display:flex;align-items:center;justify-content:center}.hippo-btn--type--ghost{background:transparent;--hippo-btn-hover-color: #f2f3f8;--hippo-btn-text-color: var(--hippo-btn-back-color)}.hippo-btn--type--ghost:hover{background:var(--hippo-btn-hover-color)}.hippo-btn--type--bordered{background:transparent;box-shadow:inset 0 0 0 var(--hippo-btn-shadow-width) var(--hippo-btn-border-color),var(--hippo-btn-shadow);color:var(--hippo-btn-back-color)!important;--hippo-btn-loading-color: var(--hippo-btn-back-color)}.hippo-btn--type--bordered:hover{color:var(--hippo-btn-text-color)!important;border-color:var(--hippo-btn-back-color);background-color:var(--hippo-btn-back-color);box-shadow:inset 0 0 0 0 var(--hippo-btn-back-color),var(--hippo-btn-shadow)!important}.hippo-btn--type--select{line-height:18px;font-weight:500}.hippo-btn--iconPosition--right:not(hippo-btn--type--login)>span{order:-1}.hippo-btn--iconPosition--right:not(hippo-btn--type--login) .hippo-btn__icon{order:1}.hippo-btn--iconPosition--right.hippo-btn--type--login .hippo-btn__icon{left:initial;right:var(--hippo-btn-padding-end)}.hippo-btn--alignment--left{justify-content:flex-start!important}.hippo-btn--alignment--center{justify-content:center!important}.hippo-btn--alignment--between{justify-content:space-between!important}.hippo-btn--fluid{display:flex;align-items:center;justify-content:center;margin:0;min-width:auto;width:100%}.hippo-btn--shadow{--hippo-btn-shadow: 0px 1px 2px 0px rgba(189, 192, 219, .2)}.hippo-btn--border{--hippo-btn-border-color: var(--hippo-btn-text-color)}.hippo-btn--hide{opacity:0;pointer-events:none}.hippo-btn[disabled],.hippo-btn--disabled{opacity:.5;cursor:default}.hippo-btn--weight--bold{font-weight:700}.hippo-btn--loading{position:relative;pointer-events:none;white-space:nowrap;opacity:.8}.hippo-btn--loading:not(.hippo-btn--fluid){--hippo-btn-loading-padding: min(var(--hippo-btn-padding-start), 15px);padding-left:calc(var(--hippo-btn-loading-padding) * 2 + 20px)!important}.hippo-btn--loading .hippo-btn__loading{--offset: min(var(--hippo-btn-padding-start), 15px);left:var(--offset);opacity:1;animation-play-state:running}.hippo-btn--extendable{gap:0px}.hippo-btn--extendable span{max-width:0;display:inline-block;transition:max-width .4s;vertical-align:top;white-space:nowrap;overflow:hidden;visibility:hidden;line-height:1}.hippo-btn--extendable:hover{gap:6px}.hippo-btn--extendable:hover span{max-width:15rem;visibility:visible}.hippo-btn--extendable.hippo-btn--size--zero{border:none}.hippo-btn>*{display:inline-flex;vertical-align:middle;align-items:center}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}body.trelloCardBack-dark .hippo-btn--color--custom-1{--hippo-btn-back-color: #3c434b;--hippo-btn-text-color: #b8c2ce}body.trelloCardBack-dark .hippo-btn--color--alternative{--hippo-btn-back-color: #04527c;--hippo-btn-text-color: #43b9fb}body.trelloCardBack-dark .hippo-btn--color--alternative-hover:hover{--hippo-btn-back-color: #3c434b}body.trelloCardBack-dark .hippo-btn--color--cancel{--hippo-btn-back-color: #3c434b;--hippo-btn-text-color: #b8c2ce;--hippo-btn-border-color: #3c434b}body.trelloCardBack-dark .hippo-btn--color--cancel:hover{--hippo-btn-back-color: #292e33;--hippo-btn-text-color: #292e33}}
