@charset "UTF-8";.totem-error-page-layout__header-title,.totem-error-page-layout__title,h1{font-size:22px;font-weight:600;line-height:28px;color:var(--totem-color-neutral-black);margin:0}.totem-section--type-primary .totem-section__header-title,.totem-card__title,h2{font-size:18px;font-weight:600;line-height:24px;color:var(--totem-color-neutral-black);margin:0}.totem-section--type-secondary .totem-section__header-title,.totem-section--type-tertiary .totem-section__header-title,.totem-modal__title,h3{font-size:16px;font-weight:600;line-height:20px;color:var(--totem-color-neutral-black);margin:0}.totem-table__header-cell,.totem-table__header-cell--side,.totem-table__body-cell--side,.totem-tab__label,.totem-form-element__header-label,.totem-select-multiple__empty-message-title,.totem-select__empty-message-title,.totem-list-category__label,.totem-list-sub-category__label,.totem-list-item__label--bold,.totem-toggle__label,.totem-progress-bar__label,.totem-message__header,.totem-banner,.totem-tag__label,.Vue-Toastification__toast,h4{font-size:14px;font-weight:600;line-height:20px;color:var(--totem-color-neutral-black);margin:0}.totem-list-item__detail--bold,.totem-chip__label,h5{font-size:12px;font-weight:600;line-height:16px;color:var(--totem-color-neutral-black);margin:0}.totem-error-page-layout__message,.totem-section__content,.totem-table__body-cell:not(.totem-table__body-cell--side),.totem-table__empty-cell,.totem-form-element,.totem-form-element__flag,.totem-pagination__button,.totem-select-option__label,.totem-list-item__label:not(.totem-list-item__label--bold),.totem-radio-button__label-texte,.totem-radio__label,.totem-checkbox__label,.totem-card__description,.totem-modal__content-wrapper,html{font-size:14px;font-weight:400;line-height:20px}.totem-section__header-details,.totem-form-element__header-description,.totem-form-element__bottom-details,.totem-select-multiple__empty-message-text,.totem-select__empty-message-text,.totem-select-option__detail,.totem-list-header__label,.totem-list-item__description,.totem-list-item__detail:not(.totem-list-item__detail--bold),.totem-input-file-choice__instructions,.totem-progress-bar__description,.totem-progress-bar__detail,.totem-card__date,.totem-message,.totem-chip__icon-wrapper,.totem-chip__detail,.totem-tag__detail,.totem-modal__subtitle,.totem-tooltip__body,.totem-badge{font-size:12px;font-weight:400;line-height:16px}.totem-link--size-m{font-size:14px;font-weight:400;line-height:16px}.totem-link--size-s{font-size:12px;font-weight:400;line-height:16px}.totem-button,.totem-button-icon{font-size:14px;font-weight:500;line-height:20px}html{font-family:Public Sans,sans-serif}.totem-badge{display:flex;align-items:center;justify-content:center;background-color:var(--totem-color-badge-background);color:var(--totem-color-badge-text);border-radius:var(--totem-radius-rounded);height:16px;width:16px}.totem-badge--no-value{height:8px;width:8px}.totem-icon{display:inline-flex;font-size:inherit;height:1em;width:1em;min-width:20px;min-height:20px}.totem-icon__icon{display:inline-flex;fill:currentColor;font-size:inherit;transition:transform .3s ease-out,opacity .15s ease-out,color .15s ease-out}.totem-icon__icon--with-rotation{transform:rotate(var(--totem-icon--rotation-degree, 0deg))}.totem-icon--with-badge{position:relative}.totem-icon__badge{position:absolute;top:-4px;right:-4px}.totem-divider{--totem-divider--color: var(--totem-color-divider);background-color:var(--totem-divider--color);color:var(--totem-divider--color);border-color:var(--totem-divider--color);border-radius:var(--totem-radius-2xs);border-style:solid;border-width:0;margin:0}.totem-divider:not(.totem-divider--vertical){height:1px;width:var(--totem-divider--width, 100%)}.totem-divider--vertical{height:var(--totem-divider--height, 100%);width:1px}.totem-loader{pointer-events:none;display:inline-flex}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.totem-loader:after{content:"";height:1em;width:1em;border:solid 2px;border-radius:var(--totem-radius-rounded);border-color:transparent currentColor currentColor transparent;animation:spin 1s infinite linear}.totem-tooltip{z-index:var(--totem-z-index-tooltip);position:absolute;top:0;left:0}.totem-tooltip--enter-from,.totem-tooltip--leave-to{opacity:0}.totem-tooltip--enter-active,.totem-tooltip--leave-active{transition:opacity .15s ease}.totem-tooltip__body{--totem-tooltip-max-size-s: 152px;--totem-tooltip-max-size-m: 256px;--totem-tooltip-max-size-l: 352px;--totem-tooltip-max-size: var(--totem-tooltip-max-size-s);--totem-tooltip-arrow-margin: 4px;background-color:var(--totem-color-tooltip-background);color:var(--totem-color-tooltip-text);box-shadow:var(--totem-shadow-soft);padding:var(--totem-spacing-xs);border-radius:var(--totem-radius-2xs);width:max-content;max-width:var(--totem-tooltip-max-size);text-align:center;overflow-wrap:break-word}.totem-tooltip[class*=--max-size-s] .totem-tooltip__body{--totem-tooltip-max-size: var(--totem-tooltip-max-size-s)}.totem-tooltip[class*=--max-size-m] .totem-tooltip__body{--totem-tooltip-max-size: var(--totem-tooltip-max-size-m)}.totem-tooltip[class*=--max-size-l] .totem-tooltip__body{--totem-tooltip-max-size: var(--totem-tooltip-max-size-l)}.totem-tooltip[class*=--placement-top] .totem-tooltip__body{margin-bottom:var(--totem-tooltip-arrow-margin)}.totem-tooltip[class*=--placement-right] .totem-tooltip__body{margin-left:var(--totem-tooltip-arrow-margin)}.totem-tooltip[class*=--placement-bottom] .totem-tooltip__body{margin-top:var(--totem-tooltip-arrow-margin)}.totem-tooltip[class*=--placement-left] .totem-tooltip__body{margin-right:var(--totem-tooltip-arrow-margin)}.totem-tooltip__arrow{display:flex;position:absolute;background-color:transparent;width:8px;height:8px}.totem-tooltip[class*=--placement-top] .totem-tooltip__arrow{bottom:-2px}.totem-tooltip[class*=--placement-right] .totem-tooltip__arrow{left:-2px;transform:rotate(90deg)}.totem-tooltip[class*=--placement-bottom] .totem-tooltip__arrow{top:-2px;transform:rotate(180deg)}.totem-tooltip[class*=--placement-left] .totem-tooltip__arrow{right:-2px;transform:rotate(270deg)}.totem-tooltip__arrow-icon{fill:var(--totem-color-tooltip-background)}.totem-dropdown{width:fit-content;position:relative}.totem-dropdown__target{display:flex;flex-direction:column;position:absolute;z-index:var(--totem-z-index-dropdown)}.totem-dropdown__transition{flex-grow:1;display:flex;--totem-dropdown--offset: var(--totem-spacing-xs);--totem-dropdown--negative-offset: calc(var(--totem-dropdown--offset) * -1)}.totem-dropdown__transition--enter-from,.totem-dropdown__transition--leave-to{opacity:0}.totem-dropdown__transition--enter-active,.totem-dropdown__transition--leave-active{transition-timing-function:ease;transition-duration:.15s;transition-property:opacity,transform}.totem-dropdown__target[class*=--placement-top] .totem-dropdown__transition{padding-bottom:var(--totem-dropdown--offset)}.totem-dropdown__target[class*=--placement-top] .totem-dropdown__transition--enter-from,.totem-dropdown__target[class*=--placement-top] .totem-dropdown__transition--leave-to{transform:translateY(var(--totem-dropdown--offset))}.totem-dropdown__target[class*=--placement-bottom] .totem-dropdown__transition{padding-top:var(--totem-dropdown--offset)}.totem-dropdown__target[class*=--placement-bottom] .totem-dropdown__transition--enter-from,.totem-dropdown__target[class*=--placement-bottom] .totem-dropdown__transition--leave-to{transform:translateY(var(--totem-dropdown--negative-offset))}.totem-dropdown__target[class*=--placement-left] .totem-dropdown__transition{padding-right:var(--totem-dropdown--offset)}.totem-dropdown__target[class*=--placement-left] .totem-dropdown__transition--enter-from,.totem-dropdown__target[class*=--placement-left] .totem-dropdown__transition--leave-to{transform:translate(var(--totem-dropdown--offset))}.totem-dropdown__target[class*=--placement-right] .totem-dropdown__transition{padding-left:var(--totem-dropdown--offset)}.totem-dropdown__target[class*=--placement-right] .totem-dropdown__transition--enter-from,.totem-dropdown__target[class*=--placement-right] .totem-dropdown__transition--leave-to{transform:translate(var(--totem-dropdown--negative-offset))}.totem-dropdown__visual{flex-grow:1;display:flex;flex-direction:column;width:var(--totem-dropdown--width, fit-content);max-height:var(--totem-dropdown--max-height, initial);overflow-y:auto;background-color:var(--totem-color-neutral-white);box-shadow:var(--totem-shadow-medium);border-radius:var(--totem-radius-2xs)}.Vue-Toastification__container{z-index:9999;position:fixed;padding:4px;width:520px;box-sizing:border-box;display:flex;min-height:100%;color:#fff;flex-direction:column;pointer-events:none}@media only screen and (min-width:600px){.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:1em}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:1em;flex-direction:column-reverse}.Vue-Toastification__container.top-left,.Vue-Toastification__container.bottom-left{left:1em}.Vue-Toastification__container.top-left .Vue-Toastification__toast,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast{margin-right:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl{margin-right:unset;margin-left:auto}}.Vue-Toastification__container.top-right,.Vue-Toastification__container.bottom-right{right:1em}.Vue-Toastification__container.top-right .Vue-Toastification__toast,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast{margin-left:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.top-center,.Vue-Toastification__container.bottom-center{left:50%;margin-left:-260px}.Vue-Toastification__container.top-center .Vue-Toastification__toast,.Vue-Toastification__container.bottom-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (max-width:600px){.Vue-Toastification__container{width:100vw;padding:0;left:0;margin:0}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:0}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:0;flex-direction:column-reverse}}.Vue-Toastification__toast{display:inline-flex;position:relative;max-height:800px;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:16px;border-radius:var(--totem-radius-2xs);box-shadow:var(--totem-shadow-soft);justify-content:space-between;max-width:520px;min-width:320px;pointer-events:auto;overflow:hidden;transform:translateZ(0);direction:ltr}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--info{background-color:var(--totem-color-info-main);color:var(--totem-color-neutral-white)}.Vue-Toastification__toast--success{background-color:var(--totem-color-success-main);color:var(--totem-color-neutral-white)}.Vue-Toastification__toast--error{background-color:var(--totem-color-error-main);color:var(--totem-color-neutral-white)}.Vue-Toastification__toast--warning{background-color:var(--totem-color-warning-main);color:var(--totem-color-neutral-white)}@media only screen and (max-width:600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{display:flex;flex:1;word-break:break-word;white-space:pre-wrap;align-items:center}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{animation:none!important}.Vue-Toastification__close-button{width:24px;height:24px;margin-left:8px;align-self:center;cursor:pointer;transition:.3s ease;opacity:1;transition:visibility 0s,opacity .2s linear}.Vue-Toastification__close-button:hover,.Vue-Toastification__close-button:focus{opacity:.5}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button{margin-left:unset;margin-right:8px}@keyframes scale-x-frames{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.Vue-Toastification__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:10000;background-color:var(--totem-color-neutral-white);transform-origin:left;animation:scale-x-frames linear 1 forwards}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{right:0;left:unset;transform-origin:right}.Vue-Toastification__icon{margin:auto 8px auto 0;background-color:transparent;border:none;padding:0;transition:.3s ease;align-items:center;width:20px;height:20px}.Vue-Toastification__toast--rtl .Vue-Toastification__icon{margin:auto 0 auto 18px}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes bounceOutRight{40%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(1000px,0,0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Vue-Toastification__bounce-enter-active.top-left,.Vue-Toastification__bounce-enter-active.bottom-left{animation-name:bounceInLeft}.Vue-Toastification__bounce-enter-active.top-right,.Vue-Toastification__bounce-enter-active.bottom-right{animation-name:bounceInRight}.Vue-Toastification__bounce-enter-active.top-center{animation-name:bounceInDown}.Vue-Toastification__bounce-enter-active.bottom-center{animation-name:bounceInUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left{animation-name:bounceOutLeft}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right{animation-name:bounceOutRight}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center{animation-name:bounceOutUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center{animation-name:bounceOutDown}.Vue-Toastification__bounce-leave-active,.Vue-Toastification__bounce-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__bounce-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes fadeOutTop{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}@keyframes fadeOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-50px);opacity:0}}@keyframes fadeOutBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@keyframes fadeOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(50px);opacity:0}}@keyframes fadeInLeft{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInRight{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.Vue-Toastification__fade-enter-active.top-left,.Vue-Toastification__fade-enter-active.bottom-left{animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.top-right,.Vue-Toastification__fade-enter-active.bottom-right{animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left{animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right{animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{animation-name:fadeOutBottom}.Vue-Toastification__fade-leave-active,.Vue-Toastification__fade-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes slideInBlurredLeft{0%{transform:translate(-1000px) scaleX(2.5) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredTop{0%{transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredRight{0%{transform:translate(1000px) scaleX(2.5) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredBottom{0%{transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideOutBlurredTop{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0%;filter:blur(0);opacity:1}to{transform:translateY(-1000px) scaleY(2) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredBottom{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translateY(1000px) scaleY(2) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredLeft{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(-1000px) scaleX(2) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}}@keyframes slideOutBlurredRight{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(1000px) scaleX(2) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}}.Vue-Toastification__slideBlurred-enter-active.top-left,.Vue-Toastification__slideBlurred-enter-active.bottom-left{animation-name:slideInBlurredLeft}.Vue-Toastification__slideBlurred-enter-active.top-right,.Vue-Toastification__slideBlurred-enter-active.bottom-right{animation-name:slideInBlurredRight}.Vue-Toastification__slideBlurred-enter-active.top-center{animation-name:slideInBlurredTop}.Vue-Toastification__slideBlurred-enter-active.bottom-center{animation-name:slideInBlurredBottom}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left{animation-name:slideOutBlurredLeft}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right{animation-name:slideOutBlurredRight}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center{animation-name:slideOutBlurredTop}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center{animation-name:slideOutBlurredBottom}.Vue-Toastification__slideBlurred-leave-active,.Vue-Toastification__slideBlurred-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}.totem-modal-overlay__frame{position:fixed;z-index:var(--totem-z-index-overlay);top:0;left:0;width:100vw;height:100vh;background-color:var(--totem-color-neutral-black);opacity:.3}.totem-modal-overlay__slot{position:fixed;z-index:calc(var(--totem-z-index-overlay) + 1);display:flex;justify-content:center;top:50%;left:50%;transform:translate(-50%,-50%);max-height:calc(100% - 80px)}.totem-modal{display:flex;flex-direction:column;border-radius:var(--totem-radius-s);padding-top:var(--totem-spacing-xs);background-color:var(--totem-color-neutral-white);box-shadow:0 24px 48px -12px #1c1c1c29;width:var(--totem-modal--width);color:var(--totem-color-neutral-grey-dark);max-height:672px}.totem-modal:not([class*=--size]){--totem-modal--width: 600px;--totem-modal--footer-justify-content: flex-end}.totem-modal--size-s{--totem-modal--width: 400px;--totem-modal--footer-justify-content: center}.totem-modal--size-m{--totem-modal--width: 600px;--totem-modal--footer-justify-content: flex-end}.totem-modal--size-l{--totem-modal--width: 900px;--totem-modal--footer-justify-content: flex-end}.totem-modal__main{flex-grow:1;display:flex;flex-direction:column;height:100%;overflow:hidden}.totem-modal__header{display:flex;flex-direction:column;align-items:center;gap:var(--totem-spacing-2xs);margin:0 var(--totem-spacing-m)}.totem-modal__title{margin:0}.totem-modal__subtitle{margin:0;color:var(--totem-color-neutral-grey-medium)}.totem-modal__content-wrapper{flex-grow:1;display:flex;flex-direction:column;height:100%;overflow:hidden;margin:var(--totem-spacing-l) var(--totem-spacing-s)}.totem-modal--with-scrollbar .totem-modal__content-wrapper{margin-right:var(--totem-spacing-m)}.totem-modal__content{flex-grow:1;display:flex;flex-direction:column;height:100%;overflow-y:auto;padding:0 var(--totem-spacing-xs);text-align:left}.totem-modal__remember-me{text-align:center;margin:0 var(--totem-spacing-s) var(--totem-spacing-l)}.totem-modal__actions{display:flex;justify-content:var(--totem-modal--footer-justify-content);align-items:center;gap:var(--totem-spacing-s-m)}.totem-modal__close-wrapper{display:flex;justify-content:flex-end;padding-right:var(--totem-spacing-xs)}.totem-modal__close-button{width:24px;height:24px}.totem-modal__footer{margin:0 var(--totem-spacing-m) var(--totem-spacing-m) var(--totem-spacing-m)}.totem-link{display:inline-flex;justify-content:center;align-items:center;min-width:0;gap:var(--totem-spacing-2xs);text-decoration:underline;width:fit-content;transition-timing-function:ease;transition-property:color,text-decoration-color;transition-duration:.15s;background-color:transparent;border:none;outline:none;padding:0;cursor:pointer}.totem-link,.totem-link:active,.totem-link:visited{color:var(--totem-color-link-default);text-decoration-color:var(--totem-color-link-default)}.totem-link:hover{color:var(--totem-color-link-default-hover);text-decoration-color:var(--totem-color-link-default-hover)}.totem-link--disabled,.totem-link--disabled:hover,.totem-link:disabled,.totem-link:disabled:hover{cursor:not-allowed;color:var(--totem-color-link-default-disabled);text-decoration-color:var(--totem-color-link-default-disabled)}.totem-link--secondary,.totem-link--secondary:active,.totem-link--secondary:visited{color:var(--totem-color-link-secondary);text-decoration-color:var(--totem-color-link-secondary)}.totem-link--secondary:hover{color:var(--totem-color-link-secondary-hover);text-decoration-color:var(--totem-color-link-secondary-hover)}.totem-link__label{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.totem-link__append,.totem-link__prepend{display:inline-flex}.totem-link__icon{width:16px;height:16px}.totem-button-icon{--totem-button--border-radius: var(--totem-radius-2xs);--totem-button--disabled-opacity: .3;display:inline-grid;align-items:center;grid-template-areas:"layer";cursor:pointer;padding:0;color:var(--totem-button--text-default);border:1px solid var(--totem-button--border-default);background-color:var(--totem-button--background-default);border-radius:var(--totem-button--border-radius);height:var(--totem-button--height);width:var(--totem-button--width);min-width:var(--totem-button--min-width);transition-timing-function:ease;transition-property:background,border;transition-duration:.15s}.totem-button-icon:not([class*=--color]){--totem-button--background-active: var(--totem-color-button-primary-background-active);--totem-button--background-default: var(--totem-color-button-primary-background-default);--totem-button--background-disabled: var(--totem-color-button-primary-background-disabled);--totem-button--background-hover: var(--totem-color-button-primary-background-hover);--totem-button--border-active: var(--totem-color-button-primary-border-active);--totem-button--border-default: var(--totem-color-button-primary-border-default);--totem-button--border-disabled: var(--totem-color-button-primary-border-disabled);--totem-button--border-hover: var(--totem-color-button-primary-border-hover);--totem-button--text-default: var(--totem-color-button-primary-text-default);--totem-button--text-disabled: var(--totem-color-button-primary-text-disabled)}.totem-button-icon--color-primary{--totem-button--background-active: var(--totem-color-button-primary-background-active);--totem-button--background-default: var(--totem-color-button-primary-background-default);--totem-button--background-disabled: var(--totem-color-button-primary-background-disabled);--totem-button--background-hover: var(--totem-color-button-primary-background-hover);--totem-button--border-active: var(--totem-color-button-primary-border-active);--totem-button--border-default: var(--totem-color-button-primary-border-default);--totem-button--border-disabled: var(--totem-color-button-primary-border-disabled);--totem-button--border-hover: var(--totem-color-button-primary-border-hover);--totem-button--text-default: var(--totem-color-button-primary-text-default);--totem-button--text-disabled: var(--totem-color-button-primary-text-disabled)}.totem-button-icon--color-secondary{--totem-button--background-active: var(--totem-color-button-secondary-background-active);--totem-button--background-default: var(--totem-color-button-secondary-background-default);--totem-button--background-disabled: var(--totem-color-button-secondary-background-disabled);--totem-button--background-hover: var(--totem-color-button-secondary-background-hover);--totem-button--border-active: var(--totem-color-button-secondary-border-active);--totem-button--border-default: var(--totem-color-button-secondary-border-default);--totem-button--border-disabled: var(--totem-color-button-secondary-border-disabled);--totem-button--border-hover: var(--totem-color-button-secondary-border-hover);--totem-button--text-default: var(--totem-color-button-secondary-text-default);--totem-button--text-disabled: var(--totem-color-button-secondary-text-disabled)}.totem-button-icon--color-text{--totem-button--background-active: var(--totem-color-button-text-background-active);--totem-button--background-default: var(--totem-color-button-text-background-default);--totem-button--background-disabled: var(--totem-color-button-text-background-disabled);--totem-button--background-hover: var(--totem-color-button-text-background-hover);--totem-button--border-active: var(--totem-color-button-text-border-active);--totem-button--border-default: var(--totem-color-button-text-border-default);--totem-button--border-disabled: var(--totem-color-button-text-border-disabled);--totem-button--border-hover: var(--totem-color-button-text-border-hover);--totem-button--text-default: var(--totem-color-button-text-text-default);--totem-button--text-disabled: var(--totem-color-button-text-text-disabled)}.totem-button-icon:not([class*=--size]){--totem-button--height: 40px;--totem-button--min-width: auto;--totem-button--width: 40px;--totem-button--gap: ;--totem-button--padding-default: ;--totem-button--padding-left-with-prepend: ;--totem-button--padding-right-with-append: }.totem-button-icon--size-s{--totem-button--height: 32px;--totem-button--min-width: auto;--totem-button--width: 32px;--totem-button--gap: ;--totem-button--padding-default: ;--totem-button--padding-left-with-prepend: ;--totem-button--padding-right-with-append: }.totem-button-icon--size-m{--totem-button--height: 40px;--totem-button--min-width: auto;--totem-button--width: 40px;--totem-button--gap: ;--totem-button--padding-default: ;--totem-button--padding-left-with-prepend: ;--totem-button--padding-right-with-append: }.totem-button-icon:hover{background-color:var(--totem-button--background-hover);border:1px solid var(--totem-button--border-hover);color:var(--totem-button--text-default)}.totem-button-icon:active{background-color:var(--totem-button--background-active);border:1px solid var(--totem-button--border-active)}.totem-button-icon:disabled{cursor:not-allowed;color:var(--totem-button--text-disabled);background-color:var(--totem-button--background-disabled);border:1px solid var(--totem-button--border-disabled)}.totem-button-icon__layer{grid-area:layer;display:flex;justify-content:center;align-items:center;min-width:0;gap:var(--totem-button--gap, normal);padding:var(--totem-button--padding-default, 0);transition-timing-function:ease;transition-property:opacity;transition-duration:.3s}.totem-button-icon--with-prepend .totem-button-icon__layer{padding-left:var(--totem-button--padding-left-with-prepend)}.totem-button-icon--with-append .totem-button-icon__layer{padding-right:var(--totem-button--padding-right-with-append)}.totem-button-icon--loading .totem-button-icon__layer--body,.totem-button-icon__layer--enter-from,.totem-button-icon__layer--leave-to{opacity:0}.totem-button-icon__label{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.totem-button-icon__append,.totem-button-icon__prepend{display:inline-flex}.totem-button-icon__icon{width:20px;height:20px}.totem-button{--totem-button--border-radius: var(--totem-radius-2xs);--totem-button--disabled-opacity: .3;display:inline-grid;align-items:center;grid-template-areas:"layer";cursor:pointer;padding:0;color:var(--totem-button--text-default);border:1px solid var(--totem-button--border-default);background-color:var(--totem-button--background-default);border-radius:var(--totem-button--border-radius);height:var(--totem-button--height);width:var(--totem-button--width);min-width:var(--totem-button--min-width);transition-timing-function:ease;transition-property:background,border;transition-duration:.15s}.totem-button:not([class*=--color]){--totem-button--background-active: var(--totem-color-button-primary-background-active);--totem-button--background-default: var(--totem-color-button-primary-background-default);--totem-button--background-disabled: var(--totem-color-button-primary-background-disabled);--totem-button--background-hover: var(--totem-color-button-primary-background-hover);--totem-button--border-active: var(--totem-color-button-primary-border-active);--totem-button--border-default: var(--totem-color-button-primary-border-default);--totem-button--border-disabled: var(--totem-color-button-primary-border-disabled);--totem-button--border-hover: var(--totem-color-button-primary-border-hover);--totem-button--text-default: var(--totem-color-button-primary-text-default);--totem-button--text-disabled: var(--totem-color-button-primary-text-disabled)}.totem-button--color-primary{--totem-button--background-active: var(--totem-color-button-primary-background-active);--totem-button--background-default: var(--totem-color-button-primary-background-default);--totem-button--background-disabled: var(--totem-color-button-primary-background-disabled);--totem-button--background-hover: var(--totem-color-button-primary-background-hover);--totem-button--border-active: var(--totem-color-button-primary-border-active);--totem-button--border-default: var(--totem-color-button-primary-border-default);--totem-button--border-disabled: var(--totem-color-button-primary-border-disabled);--totem-button--border-hover: var(--totem-color-button-primary-border-hover);--totem-button--text-default: var(--totem-color-button-primary-text-default);--totem-button--text-disabled: var(--totem-color-button-primary-text-disabled)}.totem-button--color-secondary{--totem-button--background-active: var(--totem-color-button-secondary-background-active);--totem-button--background-default: var(--totem-color-button-secondary-background-default);--totem-button--background-disabled: var(--totem-color-button-secondary-background-disabled);--totem-button--background-hover: var(--totem-color-button-secondary-background-hover);--totem-button--border-active: var(--totem-color-button-secondary-border-active);--totem-button--border-default: var(--totem-color-button-secondary-border-default);--totem-button--border-disabled: var(--totem-color-button-secondary-border-disabled);--totem-button--border-hover: var(--totem-color-button-secondary-border-hover);--totem-button--text-default: var(--totem-color-button-secondary-text-default);--totem-button--text-disabled: var(--totem-color-button-secondary-text-disabled)}.totem-button--color-text{--totem-button--background-active: var(--totem-color-button-text-background-active);--totem-button--background-default: var(--totem-color-button-text-background-default);--totem-button--background-disabled: var(--totem-color-button-text-background-disabled);--totem-button--background-hover: var(--totem-color-button-text-background-hover);--totem-button--border-active: var(--totem-color-button-text-border-active);--totem-button--border-default: var(--totem-color-button-text-border-default);--totem-button--border-disabled: var(--totem-color-button-text-border-disabled);--totem-button--border-hover: var(--totem-color-button-text-border-hover);--totem-button--text-default: var(--totem-color-button-text-text-default);--totem-button--text-disabled: var(--totem-color-button-text-text-disabled)}.totem-button:not([class*=--size]){--totem-button--height: 40px;--totem-button--min-width: 40px;--totem-button--width: auto;--totem-button--gap: var(--totem-spacing-2xs);--totem-button--padding-default: 0 var(--totem-spacing-s);--totem-button--padding-left-with-prepend: var(--totem-spacing-xs);--totem-button--padding-right-with-append: var(--totem-spacing-xs)}.totem-button--size-s{--totem-button--height: 32px;--totem-button--min-width: 32px;--totem-button--width: auto;--totem-button--gap: var(--totem-spacing-2xs);--totem-button--padding-default: 0 var(--totem-spacing-s);--totem-button--padding-left-with-prepend: var(--totem-spacing-xs);--totem-button--padding-right-with-append: var(--totem-spacing-xs)}.totem-button--size-m{--totem-button--height: 40px;--totem-button--min-width: 40px;--totem-button--width: auto;--totem-button--gap: var(--totem-spacing-2xs);--totem-button--padding-default: 0 var(--totem-spacing-s);--totem-button--padding-left-with-prepend: var(--totem-spacing-xs);--totem-button--padding-right-with-append: var(--totem-spacing-xs)}.totem-button:hover{background-color:var(--totem-button--background-hover);border:1px solid var(--totem-button--border-hover);color:var(--totem-button--text-default)}.totem-button:active{background-color:var(--totem-button--background-active);border:1px solid var(--totem-button--border-active)}.totem-button:disabled{cursor:not-allowed;color:var(--totem-button--text-disabled);background-color:var(--totem-button--background-disabled);border:1px solid var(--totem-button--border-disabled)}.totem-button__layer{grid-area:layer;display:flex;justify-content:center;align-items:center;min-width:0;gap:var(--totem-button--gap, normal);padding:var(--totem-button--padding-default, 0);transition-timing-function:ease;transition-property:opacity;transition-duration:.3s}.totem-button--with-prepend .totem-button__layer{padding-left:var(--totem-button--padding-left-with-prepend)}.totem-button--with-append .totem-button__layer{padding-right:var(--totem-button--padding-right-with-append)}.totem-button--loading .totem-button__layer--body,.totem-button__layer--enter-from,.totem-button__layer--leave-to{opacity:0}.totem-button__label{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.totem-button__append,.totem-button__prepend{display:inline-flex}.totem-button__icon{width:20px;height:20px}.totem-tag{display:inline-flex;align-items:center;gap:var(--totem-spacing-xs);border-radius:var(--totem-radius-2xs);background-color:var(--totem-tag--background-color);padding:0 var(--totem-spacing-xs);height:24px;width:fit-content;overflow:hidden}.totem-tag:not([class*=--color]){--totem-tag--background-color: var(--totem-color-tag-default-background);--totem-tag--text: var(--totem-color-tag-default-text)}.totem-tag--color-default{--totem-tag--background-color: var(--totem-color-tag-default-background);--totem-tag--text: var(--totem-color-tag-default-text)}.totem-tag--color-secondary{--totem-tag--background-color: var(--totem-color-tag-secondary-background);--totem-tag--text: var(--totem-color-tag-secondary-text)}.totem-tag--color-tertiary{--totem-tag--background-color: var(--totem-color-tag-tertiary-background);--totem-tag--text: var(--totem-color-tag-tertiary-text)}.totem-tag--color-success{--totem-tag--background-color: var(--totem-color-tag-success-background);--totem-tag--text: var(--totem-color-tag-success-text)}.totem-tag--color-warning{--totem-tag--background-color: var(--totem-color-tag-warning-background);--totem-tag--text: var(--totem-color-tag-warning-text)}.totem-tag--color-error{--totem-tag--background-color: var(--totem-color-tag-error-background);--totem-tag--text: var(--totem-color-tag-error-text)}.totem-tag__label,.totem-tag__detail{margin:0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:var(--totem-tag--text)}.totem-tag__detail{max-width:48px;min-width:max-content}.totem-chip{display:inline-flex;align-items:center;gap:var(--totem-spacing-xs);background-color:var(--totem-chip--background-color);border:1px solid var(--totem-chip--background-color);border-radius:var(--totem-radius-2xs);padding:0 var(--totem-spacing-xs);height:24px;width:fit-content;overflow:hidden}.totem-chip:not([class*=--color]){--totem-chip--background-color: var(--totem-color-chip-default-background-color);--totem-chip--background-color-disabled: var(--totem-color-chip-default-background-color-disabled);--totem-chip--border-color-hover: var(--totem-color-chip-default-border-color-hover);--totem-chip--icon-color: var(--totem-color-chip-default-icon-color)}.totem-chip--color-default{--totem-chip--background-color: var(--totem-color-chip-default-background-color);--totem-chip--background-color-disabled: var(--totem-color-chip-default-background-color-disabled);--totem-chip--border-color-hover: var(--totem-color-chip-default-border-color-hover);--totem-chip--icon-color: var(--totem-color-chip-default-icon-color)}.totem-chip--color-success{--totem-chip--background-color: var(--totem-color-chip-success-background-color);--totem-chip--background-color-disabled: var(--totem-color-chip-success-background-color-disabled);--totem-chip--border-color-hover: var(--totem-color-chip-success-border-color-hover);--totem-chip--icon-color: var(--totem-color-chip-success-icon-color)}.totem-chip--color-warning{--totem-chip--background-color: var(--totem-color-chip-warning-background-color);--totem-chip--background-color-disabled: var(--totem-color-chip-warning-background-color-disabled);--totem-chip--border-color-hover: var(--totem-color-chip-warning-border-color-hover);--totem-chip--icon-color: var(--totem-color-chip-warning-icon-color)}.totem-chip--color-error{--totem-chip--background-color: var(--totem-color-chip-error-background-color);--totem-chip--background-color-disabled: var(--totem-color-chip-error-background-color-disabled);--totem-chip--border-color-hover: var(--totem-color-chip-error-border-color-hover);--totem-chip--icon-color: var(--totem-color-chip-error-icon-color)}.totem-chip:hover{border-color:var(--totem-chip--border-color-hover)}.totem-chip--disabled{--totem-color-chip-text-label: var(--totem-color-chip-text-disabled);--totem-color-chip-text-detail: var(--totem-color-chip-text-disabled);--totem-chip--icon-color: var(--totem-color-chip-text-disabled);--totem-chip--border-color-hover: var(--totem-chip--background-color);cursor:not-allowed;color:var(--totem-color-chip-text-disabled);-webkit-user-select:none;user-select:none}.totem-chip__label,.totem-chip__detail{margin:0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.totem-chip__icon-wrapper{color:var(--totem-chip--icon-color);display:inline-flex}.totem-chip__label{color:var(--totem-color-chip-text-label)}.totem-chip__detail{max-width:48px;min-width:max-content;color:var(--totem-color-chip-text-detail)}.totem-chip__close{color:var(--totem-color-chip-close);cursor:pointer;display:inline-flex}.totem-chip__close-icon{font-size:16px}.totem-chip-list{display:flex;min-width:0;flex-wrap:wrap;gap:var(--totem-spacing-xs)}.totem-banner{display:flex;align-items:center;justify-content:center;padding:var(--totem-spacing-xs) var(--totem-spacing-s);gap:var(--totem-spacing-xs);background-color:var(--totem-banner--background-color);color:var(--totem-color-neutral-white)}.totem-banner:not([class*=--color]){--totem-banner--background-color: var(--totem-color-banner-info-background)}.totem-banner--color-info{--totem-banner--background-color: var(--totem-color-banner-info-background)}.totem-banner--color-warning{--totem-banner--background-color: var(--totem-color-banner-warning-background)}.totem-banner--color-error{--totem-banner--background-color: var(--totem-color-banner-error-background)}.totem-banner__message{flex-grow:1;display:flex;justify-content:center}.totem-banner__close-icon{flex-shrink:0;width:20px;height:20px;cursor:pointer}.totem-message{display:flex;flex-direction:column;gap:8px;background-color:var(--totem-message--background-color);border:1px solid var(--totem-message--border);border-radius:var(--totem-radius-2xs);padding:var(--totem-spacing-s);min-width:var(--totem-message-min-width);text-align:left}.totem-message:not([class*=--color]){--totem-message--background-color: var(--totem-color-message-default-background);--totem-message--border: var(--totem-color-message-default-border);--totem-message--title: var(--totem-color-message-default-title)}.totem-message--color-default{--totem-message--background-color: var(--totem-color-message-default-background);--totem-message--border: var(--totem-color-message-default-border);--totem-message--title: var(--totem-color-message-default-title)}.totem-message--color-info{--totem-message--background-color: var(--totem-color-message-info-background);--totem-message--border: var(--totem-color-message-info-border);--totem-message--title: var(--totem-color-message-info-title)}.totem-message--color-warning{--totem-message--background-color: var(--totem-color-message-warning-background);--totem-message--border: var(--totem-color-message-warning-border);--totem-message--title: var(--totem-color-message-warning-title)}.totem-message--color-error{--totem-message--background-color: var(--totem-color-message-error-background);--totem-message--border: var(--totem-color-message-error-border);--totem-message--title: var(--totem-color-message-error-title)}.totem-message--color-success{--totem-message--background-color: var(--totem-color-message-success-background);--totem-message--border: var(--totem-color-message-success-border);--totem-message--title: var(--totem-color-message-success-title)}.totem-message__header{display:flex;align-items:flex-start;gap:var(--totem-spacing-xs);color:var(--totem-message--title)}.totem-message__title{margin:0}.totem-message__icon-wrapper{display:flex}.totem-message__icon{width:20px;height:20px}.totem-message__content{color:var(--totem-color-neutral-black)}.totem-message__actions{display:flex;gap:var(--totem-spacing-xs)}.totem-card{min-width:320px;height:auto;border:1px solid var(--totem-color-neutral-grey-lighter);border-radius:var(--totem-radius-2xs);display:flex;flex-direction:column;padding:0;padding-bottom:var(--totem-spacing-s);background:var(--totem-color-neutral-white);transition-timing-function:ease;transition-property:border;transition-duration:.15s;text-align:unset;color:unset;overflow:hidden}.totem-card:hover{border-color:var(--totem-color-neutral-grey-medium);cursor:pointer}.totem-card__header{display:grid;width:100%;height:var(--totem-card-image-height);grid-template-areas:"layer"}.totem-card__image{grid-area:layer;display:flex;width:100%;min-height:var(--totem-card-image-height);max-height:var(--totem-card-image-height);object-fit:cover;border-radius:var(--totem-radius-3xs) var(--totem-radius-3xs) 0 0}.totem-card__loader{grid-area:layer;display:flex;align-items:center;justify-content:center;width:100%;min-height:var(--totem-card-image-height);max-height:var(--totem-card-image-height);font-size:var(--totem-spacing-xl);color:var(--totem-color-brand-main)}.totem-card__transition{grid-area:layer;display:flex}.totem-card__transition--enter-from,.totem-card__transition--leave-to{opacity:0}.totem-card__transition--enter-active,.totem-card__transition--leave-active{transition:opacity .3s ease}.totem-card__tags{z-index:1;grid-area:layer;display:flex;align-items:flex-end;justify-content:flex-end;min-width:0}.totem-card__tags-wrapper{display:flex;min-width:0;gap:var(--totem-spacing-xs);padding:var(--totem-spacing-xs)}.totem-card__content-wrapper{display:flex;flex-direction:column;gap:var(--totem-spacing-xs);padding:var(--totem-spacing-xs) var(--totem-spacing-s) 0 var(--totem-spacing-s)}.totem-card__title{color:var(--totem-color-brand-dark);line-clamp:var(--totem-card-title-clamp);-webkit-line-clamp:var(--totem-card-title-clamp);-webkit-box-orient:vertical;overflow:hidden;display:-webkit-box;min-height:var(--totem-card-title-min-height)}.totem-card__description{display:-webkit-box;line-clamp:var(--totem-card-description-clamp);-webkit-line-clamp:var(--totem-card-description-clamp);-webkit-box-orient:vertical;overflow:hidden;min-height:var(--totem-card-description-min-height)}.totem-card__actions{display:flex;justify-content:center;padding-top:var(--totem-spacing-m);width:100%}.totem-progress-bar{display:flex;flex-direction:column;gap:var(--totem-spacing-2xs);width:100%;min-width:0}.totem-progress-bar:not([class*=--color]){--totem-progress-bar--progression-color: var(--totem-progress-bar-black-progression-color)}.totem-progress-bar--color-black{--totem-progress-bar--progression-color: var(--totem-progress-bar-black-progression-color)}.totem-progress-bar--color-error{--totem-progress-bar--progression-color: var(--totem-progress-bar-error-progression-color)}.totem-progress-bar--color-success{--totem-progress-bar--progression-color: var(--totem-progress-bar-success-progression-color)}.totem-progress-bar:not([class*=--icon-color]){--totem-progress-bar--icon-color: var(--totem-progress-bar-black-icon-color)}.totem-progress-bar--icon-color-black{--totem-progress-bar--icon-color: var(--totem-progress-bar-black-icon-color)}.totem-progress-bar--icon-color-error{--totem-progress-bar--icon-color: var(--totem-progress-bar-error-icon-color)}.totem-progress-bar--icon-color-success{--totem-progress-bar--icon-color: var(--totem-progress-bar-success-icon-color)}.totem-progress-bar__header{display:flex;justify-content:space-between;align-items:center;gap:var(--totem-spacing-s)}.totem-progress-bar__header-prefix{display:flex;min-width:0}.totem-progress-bar__header-suffix{display:flex;align-items:center;gap:var(--totem-spacing-2xs)}.totem-progress-bar__label{display:flex;min-width:0;color:var(--totem-color-neutral-grey-dark)}.totem-progress-bar__description,.totem-progress-bar__detail{display:flex;color:var(--totem-color-neutral-grey-medium)}.totem-progress-bar__icon{color:var(--totem-progress-bar--icon-color)}.totem-progress-bar__bar{height:4px;display:flex;overflow:hidden;border-radius:var(--totem-radius-rounded);background-color:var(--totem-color-neutral-grey-lighter)}.totem-progress-bar__bar-progression{display:flex;border-radius:var(--totem-radius-rounded);background-color:var(--totem-progress-bar--progression-color)}.totem-progress-bar--determinate .totem-progress-bar__bar-progression{transition:width .3s linear}.totem-progress-bar--indeterminate .totem-progress-bar__bar-progression{width:100%;height:100%;animation:indeterminateAnimation 1s infinite linear;transform-origin:0% 50%}.totem-progress-bar--scrolling .totem-progress-bar__bar-progression{animation-play-state:paused}@keyframes indeterminateAnimation{0%{transform:translate(0) scaleX(0)}40%{transform:translate(0) scaleX(.4)}to{transform:translate(100%) scaleX(.4)}}.totem-toggle{--totem-toggle--transition-duration: .15s;--totem-toggle--transition-timing-fn: ease-in;--totem-toggle--cursor: pointer;--totem-toggle--label-background-color: var(--totem-color-neutral-grey-lighter);--totem-toggle--label-color: var(--totem-color-neutral-grey-dark);--totem-toggle--icon-color: var(--totem-color-neutral-grey-dark);--totem-toggle--icon-background-color: var(--totem-color-neutral-white);--totem-toggle--icon-border: 1px solid var(--totem-color-neutral-white);--totem-toggle--icon-shadow: var(--totem-shadow-soft);--totem-toggle--icon-size: 20px;--totem-toggle--icon-background-size: 32px;display:inline-grid;grid-template-areas:"layer";align-items:center;width:fit-content;gap:var(--totem-spacing-xs);cursor:var(--totem-toggle--cursor)}.totem-toggle--on{--totem-toggle--label-background-color: var(--totem-color-brand-lighter);--totem-toggle--icon-color: var(--totem-color-brand-main)}.totem-toggle:hover:not(.totem-toggle--disabled,.totem-toggle--readonly):not(.totem-toggle--error){--totem-toggle--icon-border: var(--totem-focus-effect-border);--totem-toggle--icon-shadow: var(--totem-focus-effect-shadow)}.totem-toggle:hover:not(.totem-toggle--disabled,.totem-toggle--readonly):is(.totem-toggle--error){--totem-toggle--icon-border: var(--totem-focus-effect-error-border);--totem-toggle--icon-shadow: var(--totem-focus-effect-error-shadow)}.totem-toggle--readonly{--totem-toggle--cursor: default;--totem-toggle--icon-shadow: none;--totem-toggle--icon-background-color: transparent;--totem-toggle--icon-border: 1px solid transparent;--totem-toggle--icon-color: var(--totem-color-neutral-grey-dark)}.totem-toggle--readonly:is(.totem-toggle--off){--totem-toggle--label-background-color: var(--totem-color-neutral-grey-background)}.totem-toggle--disabled{--totem-toggle--cursor: not-allowed;--totem-toggle--icon-shadow: var(--totem-shadow-soft);--totem-toggle--icon-background-color: var(--totem-color-neutral-grey-background);--totem-toggle--icon-border: 1px solid var(--totem-color-neutral-grey-background);--totem-toggle--label-color: var(--totem-color-neutral-grey-light);--totem-toggle--label-background-color: var(--totem-color-neutral-grey-background)}.totem-toggle--error:not(.totem-toggle--disabled,.totem-toggle--readonly){--totem-toggle--label-background-color: var(--totem-color-error-lighter);--totem-toggle--icon-color: var(--totem-color-error-main)}.totem-toggle--error:not(.totem-toggle--disabled,.totem-toggle--readonly):is(.totem-toggle--on){--totem-toggle--label-background-color: var(--totem-color-error-lighter)}.totem-toggle__label-layer{grid-area:layer;display:inline-flex}.totem-toggle__label-background{display:inline-flex;background-color:var(--totem-toggle--label-background-color);border-radius:var(--totem-radius-rounded);padding:var(--totem-spacing-2xs) var(--totem-spacing-xs);transition-duration:var(--totem-toggle--transition-duration);transition-timing-function:var(--totem-toggle--transition-timing-fn);transition-property:padding,background-color}.totem-toggle--on .totem-toggle__label-background{padding-right:calc(var(--totem-toggle--icon-background-size) + var(--totem-spacing-2xs))}.totem-toggle--off .totem-toggle__label-background{padding-left:calc(var(--totem-toggle--icon-background-size) + var(--totem-spacing-2xs))}.totem-toggle__label{color:var(--totem-toggle--label-color);cursor:var(--totem-toggle--cursor);display:inline-grid;grid-template-areas:"text";text-wrap:nowrap}.totem-toggle__text{grid-area:text;display:inline-flex;transition-duration:var(--totem-toggle--transition-duration);transition-timing-function:var(--totem-toggle--transition-timing-fn);transition-property:opacity}.totem-toggle__text--on{justify-content:end}.totem-toggle--off .totem-toggle__text--on{opacity:0}.totem-toggle__text--off{justify-content:start}.totem-toggle--on .totem-toggle__text--off{opacity:0}.totem-toggle__circle-layer{grid-area:layer;display:inline-flex;transition-duration:var(--totem-toggle--transition-duration);transition-timing-function:var(--totem-toggle--transition-timing-fn);transition-property:padding;pointer-events:none}.totem-toggle--on .totem-toggle__circle-layer{padding-left:calc(100% - var(--totem-toggle--icon-background-size))}.totem-toggle__circle-wrapper{z-index:1;display:inline-grid;grid-template-areas:"circle"}.totem-toggle__input{grid-area:circle;appearance:none;display:inline-flex;height:var(--totem-toggle--icon-background-size);width:var(--totem-toggle--icon-background-size);box-shadow:var(--totem-toggle--icon-shadow);border-radius:var(--totem-radius-rounded);background-color:var(--totem-toggle--icon-background-color);border:var(--totem-toggle--icon-border);transition-duration:var(--totem-toggle--transition-duration);transition-timing-function:var(--totem-toggle--transition-timing-fn);transition-property:background-color,border-color,box-shadow}.totem-toggle--disabled .totem-toggle__input,.totem-toggle--readonly .totem-toggle__input{pointer-events:none;cursor:auto}.totem-toggle__icon-wrapper{grid-area:circle;display:inline-grid;grid-template-areas:"icon";align-items:center;justify-content:center;height:var(--totem-toggle--icon-background-size);width:var(--totem-toggle--icon-background-size)}.totem-toggle__icon{grid-area:icon;width:var(--totem-toggle--icon-size);height:var(--totem-toggle--icon-size);transition-property:opacity,color;transition-duration:var(--totem-toggle--transition-duration);color:var(--totem-toggle--icon-color)}.totem-toggle__icon--enter-from,.totem-toggle__icon--leave-to{opacity:0}.totem-input{--totem-input--border-width: 1px;--totem-input--transition-duration: .15s;--totem-input--transition-timing-fn: ease-in;--totem-input--border-color: var(--totem-color-neutral-grey-medium);--totem-input--border-radius: var(--totem-radius-2xs);--totem-input--color: var(--totem-color-neutral-grey-dark);--totem-input--background-color: var(--totem-color-neutral-white);--totem-input--placeholder-color: var(--totem-color-neutral-grey-medium);--totem-input--prefix-color: var(--totem-color-neutral-grey-dark);--totem-input--affix-color: var(--totem-color-neutral-grey-dark);--totem-input--suffix-color: var(--totem-color-neutral-grey-dark);--totem-input--focused-border-color: var(--totem-color-brand-main);--totem-input--focused-box-shadow-color: var(--totem-color-brand-light);--totem-input--disabled-color: var(--totem-color-neutral-grey-light);--totem-input--disabled-background-color: var(--totem-color-neutral-almost-white);--totem-input--disabled-border-color: var(--totem-color-neutral-grey-lighter);--totem-input--readonly-background-color: var(--totem-color-neutral-grey-background);--totem-input--readonly-border-color: var(--totem-color-neutral-grey-lighter);display:flex;align-items:center;border:var(--totem-input--border-width) solid var(--totem-input--border-color);color:var(--totem-input--color);border-radius:var(--totem-input--border-radius);width:100%;min-height:40px;background-color:var(--totem-input--background-color);transition-duration:var(--totem-input--transition-duration);transition-timing-function:var(--totem-input--transition-timing-fn);transition-property:background-color,border-color,box-shadow,opacity}.totem-input--inline{display:inline-flex}.totem-input--disabled{--totem-input--border-color: var(--totem-input--disabled-border-color);--totem-input--placeholder-color: var(--totem-input--disabled-color);--totem-input--prefix-color: var(--totem-input--disabled-color);--totem-input--suffix-color: var(--totem-input--disabled-color);--totem-input--affix-color: var(--totem-input--disabled-color);--totem-input--color: var(--totem-input--disabled-color);--totem-input--background-color: var(--totem-input--disabled-background-color)}.totem-input--focused:not(.totem-input--disabled,.totem-input--readonly),.totem-input:focus-within:not(.totem-input--disabled,.totem-input--readonly){--totem-input--border-color: var(--totem-input--focused-border-color);box-shadow:0 0 0 2px var(--totem-input--focused-box-shadow-color)}.totem-input--readonly:not(.totem-input--disabled),.totem-input--readonly.totem-input--focused:not(.totem-input--disabled),.totem-input--readonly:focus-within:not(.totem-input--disabled){--totem-input--border-color: var(--totem-input--readonly-border-color);--totem-input--background-color: var(--totem-input--readonly-background-color);--totem-input--color: var(--totem-color-neutral-grey-dark)}.totem-input--color-danger:not(.totem-input--disabled,.totem-input--readonly),.totem-input--color-danger.totem-input--focused:not(.totem-input--disabled,.totem-input--readonly),.totem-input--color-danger:focus-within:not(.totem-input--disabled,.totem-input--readonly){--totem-input--border-color: var(--totem-color-error-main);--totem-input--focused-box-shadow-color: var(--totem-color-error-light);--totem-input--suffix-color: var(--totem-color-error-main)}.totem-input--color-warning:not(.totem-input--disabled,.totem-input--readonly),.totem-input--color-warning.totem-input--focused:not(.totem-input--disabled,.totem-input--readonly),.totem-input--color-warning:focus-within:not(.totem-input--disabled,.totem-input--readonly){--totem-input--border-color: var(--totem-color-warning-main);--totem-input--focused-box-shadow-color: var(--totem-color-warning-light);--totem-input--suffix-color: var(--totem-color-warning-main)}.totem-input__prefix,.totem-input__suffix,.totem-input__affix{display:flex;flex:none;transition:color var(--totem-input--transition-duration) var(--totem-input--transition-timing-fn);align-items:center;justify-content:center}.totem-input__suffix,.totem-input__affix{width:32px;height:32px}.totem-input__prefix{margin-left:var(--totem-spacing-xs);color:var(--totem-input--prefix-color)}.totem-input__affix{color:var(--totem-input--affix-color)}.totem-input .totem-input__suffix-divider{display:inline-flex;height:20px;margin:0 var(--totem-spacing-2xs)}.totem-input__suffix{margin-right:var(--totem-spacing-xs);color:var(--totem-input--suffix-color)}.totem-input__input-wrapper{flex:1;align-self:stretch;align-items:center;display:flex;min-width:0;padding:0 var(--totem-spacing-xs)}.totem-input__input{flex:1;align-self:stretch;min-width:0;margin:0;padding:0;border:0;border-radius:var(--totem-input--border-radius);font:inherit;background:none;color:inherit;text-overflow:ellipsis}.totem-input__input:focus{outline:none}.totem-input__input::placeholder{color:var(--totem-input--placeholder-color);font:inherit}.totem-input--disabled .totem-input__input{cursor:not-allowed}.totem-input--disabled-typing .totem-input__input,.totem-input--readonly .totem-input__input{cursor:default}.totem-input__icon{width:20px;height:20px}.totem-input-file-icon{--totem-input-file-icon--size: var(--totem-input-file-icon--size-m);--totem-input-file-icon--icon-color: var(--totem-color-neutral-grey-dark);--totem-input-file-icon--border-color: var(--totem-color-neutral-grey-lighter);--totem-input-file-icon--background-color: var(--totem-color-neutral-grey-background);--totem-input-file-icon--error-icon-color: var(--totem-color-error-main);--totem-input-file-icon--error-border-color: var(--totem-color-error-light);--totem-input-file-icon--error-background-color: var(--totem-color-error-lighter);--totem-input-file-icon--disabled-icon-color: var(--totem-color-neutral-grey-light);--totem-input-file-icon--disabled-border-color: var(--totem-color-neutral-grey-lighter);--totem-input-file-icon--disabled-background-color: var(--totem-color-neutral-grey-background);--totem-input-file-icon--size-s: 40px;--totem-input-file-icon--size-m: 48px;flex-shrink:0;display:flex;width:var(--totem-input-file-icon--size);height:var(--totem-input-file-icon--size);align-items:center;justify-content:center;background-color:var(--totem-input-file-icon--background-color);border:1px solid var(--totem-input-file-icon--border-color);border-radius:var(--totem-radius-xs);transition-property:background-color,border-color;transition-duration:.15s;transition-timing-function:ease-in}.totem-input-file-icon--size-s{--totem-input-file-icon--size: var(--totem-input-file-icon--size-s)}.totem-input-file-icon--size-m{--totem-input-file-icon--size: var(--totem-input-file-icon--size-m)}.totem-input-file-icon--error:not(.totem-input-file-icon--disabled){--totem-input-file-icon--icon-color: var(--totem-input-file-icon--error-icon-color);--totem-input-file-icon--border-color: var(--totem-input-file-icon--error-border-color);--totem-input-file-icon--background-color: var(--totem-input-file-icon--error-background-color)}.totem-input-file-icon--disabled{--totem-input-file-icon--icon-color: var(--totem-input-file-icon--disabled-icon-color);--totem-input-file-icon--border-color: var(--totem-input-file-icon--disabled-border-color);--totem-input-file-icon--background-color: var(--totem-input-file-icon--disabled-background-color)}.totem-input-file-icon__icon{color:var(--totem-input-file-icon--icon-color);transition:color .15s ease-in}.totem-input-file-choice{--totem-input-file-choice--border-color: var(--totem-color-neutral-grey-medium);--totem-input-file-choice--shadow-color: none;--totem-input-file-choice--shadow: none;--totem-input-file-choice--instructions-color: var(--totem-color-neutral-grey-medium);--totem-input-file-choice--error-border-color: var(--totem-color-error-main);--totem-input-file-choice--error-shadow-color: var(--totem-color-error-light);--totem-input-file-choice--disabled-border-color: var(--totem-color-neutral-grey-light);--totem-input-file-choice--disabled-icon-color: var(--totem-color-neutral-grey-light);--totem-input-file-choice--disabled-instructions-color: var(--totem-color-neutral-grey-light);display:flex}.totem-input-file-choice:hover:not(.totem-input-file-choice--disabled,.totem-input-file-choice--error){--totem-input-file-choice--border-color: var(--totem-color-brand-main)}.totem-input-file-choice:focus:not(.totem-input-file-choice--disabled):not(.totem-input-file-choice--error),.totem-input-file-choice:focus-within:not(.totem-input-file-choice--disabled):not(.totem-input-file-choice--error){--totem-input-file-choice--border-color: var(--totem-color-brand-main);--totem-input-file-choice--shadow-color: var(--totem-color-brand-light)}.totem-input-file-choice:focus:not(.totem-input-file-choice--disabled),.totem-input-file-choice:focus-within:not(.totem-input-file-choice--disabled){--totem-input-file-choice--shadow: 0 0 0 2px var(--totem-input-file-choice--shadow-color)}.totem-input-file-choice--error:not(.totem-input-file-choice--disabled){--totem-input-file-choice--border-color: var(--totem-input-file-choice--error-border-color);--totem-input-file-choice--shadow-color: var(--totem-input-file-choice--error-shadow-color)}.totem-input-file-choice--disabled{--totem-input-file-choice--border-color: var(--totem-input-file-choice--disabled-border-color);--totem-input-file-choice--instructions-color: var(--totem-input-file-choice--disabled-instructions-color);cursor:not-allowed}.totem-input-file-choice__wrapper{flex-grow:1;display:flex;align-items:center;padding:var(--totem-spacing-s);gap:var(--totem-spacing-xs);background-color:var(--totem-color-neutral-white);border:1px dashed var(--totem-input-file-choice--border-color);border-radius:var(--totem-radius-xs);box-shadow:var(--totem-input-file-choice--shadow);transition-property:background-color,border-color,box-shadow;transition-duration:.15s;transition-timing-function:ease-in;position:relative}.totem-input-file-choice--disabled .totem-input-file-choice__wrapper{pointer-events:none}.totem-input-file-choice__link-and-instructions{display:flex;flex-direction:column;gap:var(--totem-spacing-2xs)}.totem-input-file-choice__link:before{content:"";display:block;position:absolute;inset:0}.totem-input-file-choice__instructions{color:var(--totem-input-file-choice--instructions-color);transition:color .15s ease-in}.totem-input-file-choice__native-input{display:none}.totem-input-file-progress{display:flex;align-items:center;gap:var(--totem-spacing-xs)}.totem-input-file-progress__delete-button{flex-shrink:0}.totem-input-file{display:flex;flex-direction:column;gap:var(--totem-spacing-s-m)}.totem-input-file__items{display:flex;flex-direction:column;gap:var(--totem-spacing-xs)}.totem-input-file__items--move,.totem-input-file__items--enter-active,.totem-input-file__items--leave-active{transition:all .15s ease-in}.totem-input-file__items--enter-from,.totem-input-file__items--leave-to{opacity:0}.totem-input-file__items--leave-active{display:none}.totem-textarea{--totem-textarea--gutter: 8px;--totem-textarea--transition-duration: .15s;--totem-textarea--transition-timing-fn: ease-in;--totem-textarea--border-color: var(--totem-color-neutral-grey-medium);--totem-textarea--border-radius: var(--totem-radius-2xs);--totem-textarea--color: var(--totem-color-neutral-grey-dark);--totem-textarea--background-color: var(--totem-color-neutral-white);--totem-textarea--placeholder-color: var(--totem-color-neutral-grey-medium);--totem-textarea--focused-border-color: var(--totem-color-brand-main);--totem-textarea--focused-box-shadow-color: var(--totem-color-brand-light);--totem-textarea--disabled-color: var(--totem-color-neutral-grey-light);--totem-textarea--disabled-background-color: var(--totem-color-neutral-almost-white);--totem-textarea--disabled-border-color: var(--totem-color-neutral-grey-lighter);--totem-textarea--readonly-background-color: var(--totem-color-neutral-grey-background);--totem-textarea--readonly-border-color: var(--totem-color-neutral-grey-lighter);display:flex;align-items:center;border:1px solid var(--totem-textarea--border-color);color:var(--totem-textarea--color);border-radius:var(--totem-textarea--border-radius);background-color:var(--totem-textarea--background-color);transition-duration:var(--totem-textarea--transition-duration);transition-timing-function:var(--totem-textarea--transition-timing-fn);transition-property:background-color,border-color,box-shadow,opacity}.totem-textarea--inline{display:inline-flex}.totem-textarea--disabled{--totem-textarea--border-color: var(--totem-textarea--disabled-border-color);--totem-textarea--placeholder-color: var(--totem-textarea--disabled-color);--totem-textarea--color: var(--totem-textarea--disabled-color);--totem-textarea--background-color: var(--totem-textarea--disabled-background-color)}.totem-textarea--disabled .totem-textarea__textarea{cursor:not-allowed}.totem-textarea--focused:not(.totem-textarea--disabled,.totem-textarea--readonly),.totem-textarea:focus-within:not(.totem-textarea--disabled,.totem-textarea--readonly){--totem-textarea--border-color: var(--totem-textarea--focused-border-color);box-shadow:0 0 0 2px var(--totem-textarea--focused-box-shadow-color)}.totem-textarea--readonly:not(.totem-textarea--disabled),.totem-textarea--readonly.totem-textarea--focused:not(.totem-textarea--disabled),.totem-textarea--readonly:focus-within:not(.totem-textarea--disabled){--totem-textarea--border-color: var(--totem-textarea--readonly-border-color);--totem-textarea--background-color: var(--totem-textarea--readonly-background-color);--totem-textarea--color: var(--totem-color-neutral-grey-dark)}.totem-textarea--color-danger:not(.totem-textarea--disabled,.totem-textarea--readonly),.totem-textarea--color-danger.totem-textarea--focused:not(.totem-textarea--disabled,.totem-textarea--readonly),.totem-textarea--color-danger:focus-within:not(.totem-textarea--disabled,.totem-textarea--readonly){--totem-textarea--border-color: var(--totem-color-error-main);--totem-textarea--focused-box-shadow-color: var(--totem-color-error-light)}.totem-textarea--color-warning:not(.totem-textarea--disabled,.totem-textarea--readonly),.totem-textarea--color-warning.totem-textarea--focused:not(.totem-textarea--disabled,.totem-textarea--readonly),.totem-textarea--color-warning:focus-within:not(.totem-textarea--disabled,.totem-textarea--readonly){--totem-textarea--border-color: var(--totem-color-warning-main);--totem-textarea--focused-box-shadow-color: var(--totem-color-warning-light)}.totem-textarea__textarea{flex:1;min-width:0;border:0;border-radius:var(--totem-textarea--border-radius);font:inherit;background:none;margin:0;padding:var(--totem-textarea--gutter);align-self:stretch;color:inherit;text-overflow:ellipsis;resize:vertical;min-height:48px}.totem-textarea__textarea:focus{outline:none}.totem-textarea__textarea::placeholder{color:var(--totem-textarea--placeholder-color);font:inherit}.totem-checkbox{--totem-checkbox--size: 20px;--totem-checkbox--checkmark-size: 16px;--totem-checkbox--transition-duration: .15s;--totem-checkbox--transition-timing-fn: ease-in;--totem-checkbox--checkmark-color: var(--totem-color-checkbox-default-checkmark);--totem-checkbox--label-color: var(--totem-color-checkbox-default-label);--totem-checkbox--background-color: var(--totem-color-checkbox-default-background);--totem-checkbox--border-color: var(--totem-color-checkbox-default-border);--totem-checkbox--box-shadow: none;display:flex;width:fit-content;gap:var(--totem-spacing-xs)}.totem-checkbox--checked,.totem-checkbox--indeterminate{--totem-checkbox--checkmark-color: var(--totem-color-checkbox-default-checkmark-checked);--totem-checkbox--background-color: var(--totem-color-checkbox-default-background-checked);--totem-checkbox--border-color: var(--totem-color-checkbox-default-border-checked)}.totem-checkbox:hover:not(.totem-checkbox--disabled,.totem-checkbox--readonly):not(.totem-checkbox--checked,.totem-checkbox--indeterminate){--totem-checkbox--checkmark-color: var(--totem-color-checkbox-default-checkmark-hover)}.totem-checkbox:hover:not(.totem-checkbox--disabled,.totem-checkbox--readonly):not(.totem-checkbox--error){--totem-checkbox--border-color: var(--totem-color-checkbox-default-border-hover);--totem-checkbox--box-shadow: var(--totem-focus-effect-shadow)}.totem-checkbox:hover:not(.totem-checkbox--disabled,.totem-checkbox--readonly):is(.totem-checkbox--error){--totem-checkbox--box-shadow: var(--totem-focus-effect-error-shadow)}.totem-checkbox--error:not(.totem-checkbox--disabled,.totem-checkbox--readonly){--totem-checkbox--background-color: var(--totem-color-checkbox-error-background);--totem-checkbox--border-color: var(--totem-color-checkbox-error-border)}.totem-checkbox--error:not(.totem-checkbox--disabled,.totem-checkbox--readonly):is(.totem-checkbox--checked,.totem-checkbox--indeterminate){--totem-checkbox--background-color: var(--totem-color-checkbox-error-background-checked)}.totem-checkbox--disabled:not(.totem-checkbox--checked,.totem-checkbox--indeterminate),.totem-checkbox--readonly:not(.totem-checkbox--checked,.totem-checkbox--indeterminate){--totem-checkbox--background-color: var(--totem-color-checkbox-disabled-readonly-background);--totem-checkbox--border-color: var(--totem-color-checkbox-disabled-readonly-border);--totem-checkbox--label-color: var(--totem-color-checkbox-disabled-readonly-label)}.totem-checkbox--disabled:is(.totem-checkbox--checked,.totem-checkbox--indeterminate),.totem-checkbox--readonly:is(.totem-checkbox--checked,.totem-checkbox--indeterminate){--totem-checkbox--background-color: var(--totem-color-checkbox-disabled-readonly-background-checked);--totem-checkbox--border-color: var(--totem-color-checkbox-disabled-readonly-border-checked);--totem-checkbox--label-color: var(--totem-color-checkbox-disabled-readonly-label-checked);--totem-checkbox--checkmark-color: var(--totem-color-checkbox-disabled-readonly-checkmark-checked)}.totem-checkbox--disabled{cursor:not-allowed}.totem-checkbox__label{display:inline-flex;color:var(--totem-checkbox--label-color);transition-duration:var(--totem-checkbox--transition-duration);transition-timing-function:var(--totem-checkbox--transition-timing-fn);transition-property:color;cursor:pointer}.totem-checkbox--disabled .totem-checkbox__label,.totem-checkbox--readonly .totem-checkbox__label{pointer-events:none;cursor:auto}.totem-checkbox__input-wrapper{display:inline-grid;grid-template-areas:"layer";width:var(--totem-checkbox--size);height:var(--totem-checkbox--size)}.totem-checkbox__input-checkmark{pointer-events:none;grid-area:layer;display:inline-flex;width:var(--totem-checkbox--checkmark-size);height:var(--totem-checkbox--checkmark-size);justify-self:center;align-self:center;color:var(--totem-checkbox--checkmark-color);transition-duration:var(--totem-checkbox--transition-duration);transition-timing-function:var(--totem-checkbox--transition-timing-fn);transition-property:color}.totem-checkbox__input{grid-area:layer;display:inline-flex;cursor:pointer;width:var(--totem-checkbox--size);height:var(--totem-checkbox--size);justify-self:center;align-self:center;appearance:none;-webkit-appearance:none;background-color:var(--totem-checkbox--background-color);border:1px solid var(--totem-checkbox--border-color);border-radius:var(--totem-radius-2xs);box-shadow:var(--totem-checkbox--box-shadow);transition-duration:var(--totem-checkbox--transition-duration);transition-timing-function:var(--totem-checkbox--transition-timing-fn);transition-property:background-color,border-color,box-shadow}.totem-checkbox--disabled .totem-checkbox__input,.totem-checkbox--readonly .totem-checkbox__input{pointer-events:none;cursor:auto}.totem-radio{--totem-radio--size: 20px;--totem-radio--checkmark-size: 16px;--totem-radio--transition-duration: .15s;--totem-radio--transition-timing-fn: ease-in;--totem-radio--checkmark-color: var(--totem-color-radio-default-checkmark);--totem-radio--label-color: var(--totem-color-radio-default-label);--totem-radio--background-color: var(--totem-color-radio-default-background);--totem-radio--border-color: var(--totem-color-radio-default-border);--totem-radio--box-shadow: none;width:fit-content;display:inline-flex;flex-direction:row;gap:var(--totem-spacing-s)}.totem-radio--checked{--totem-radio--checkmark-color: var(--totem-color-radio-default-checkmark-checked);--totem-radio--background-color: var(--totem-color-radio-default-background-checked);--totem-radio--border-color: var(--totem-color-radio-default-border-checked)}.totem-radio:hover:not(.totem-radio--disabled,.totem-radio--readonly):not(.totem-radio--checked){--totem-radio--checkmark-color: var(--totem-color-radio-default-checkmark-hover)}.totem-radio:hover:not(.totem-radio--disabled,.totem-radio--readonly):not(.totem-radio--error){--totem-radio--border-color: var(--totem-color-radio-default-border-hover);--totem-radio--box-shadow: var(--totem-focus-effect-shadow)}.totem-radio:hover:not(.totem-radio--disabled,.totem-radio--readonly):is(.totem-radio--error){--totem-radio--box-shadow: var(--totem-focus-effect-error-shadow)}.totem-radio--error:not(.totem-radio--disabled,.totem-radio--readonly){--totem-radio--background-color: var(--totem-color-radio-error-background);--totem-radio--border-color: var(--totem-color-radio-error-border)}.totem-radio--error:not(.totem-radio--disabled,.totem-radio--readonly):is(.totem-radio--checked){--totem-radio--background-color: var(--totem-color-radio-error-background-checked)}.totem-radio--disabled,.totem-radio--readonly{cursor:not-allowed}.totem-radio--disabled:not(.totem-radio--checked),.totem-radio--readonly:not(.totem-radio--checked){--totem-radio--background-color: var(--totem-color-radio-disabled-readonly-background);--totem-radio--border-color: var(--totem-color-radio-disabled-readonly-border);--totem-radio--label-color: var(--totem-color-radio-disabled-readonly-label)}.totem-radio--disabled:is(.totem-radio--checked),.totem-radio--readonly:is(.totem-radio--checked){--totem-radio--background-color: var(--totem-color-radio-disabled-readonly-background-checked);--totem-radio--border-color: var(--totem-color-radio-disabled-readonly-border-checked);--totem-radio--label-color: var(--totem-color-radio-disabled-readonly-label-checked);--totem-radio--checkmark-color: var(--totem-color-radio-disabled-readonly-checkmark-checked)}.totem-radio__label{display:inline-flex;color:var(--totem-radio--label-color);transition-duration:var(--totem-radio--transition-duration);transition-timing-function:var(--totem-radio--transition-timing-fn);transition-property:color;cursor:pointer}.totem-radio--disabled .totem-radio__label,.totem-radio--readonly .totem-radio__label{pointer-events:none;cursor:auto}.totem-radio__input-wrapper{display:inline-grid;grid-template-areas:"layer";width:var(--totem-radio--size);height:var(--totem-radio--size)}.totem-radio__input-checkmark{pointer-events:none;grid-area:layer;display:inline-flex;width:var(--totem-radio--checkmark-size);height:var(--totem-radio--checkmark-size);justify-self:center;align-self:center;color:var(--totem-radio--checkmark-color);transition-duration:var(--totem-radio--transition-duration);transition-timing-function:var(--totem-radio--transition-timing-fn);transition-property:color}.totem-radio__input{grid-area:layer;display:inline-flex;cursor:pointer;width:var(--totem-radio--size);height:var(--totem-radio--size);justify-self:center;align-self:center;appearance:none;-webkit-appearance:none;background-color:var(--totem-radio--background-color);border:1px solid var(--totem-radio--border-color);border-radius:var(--totem-radius-rounded);box-shadow:var(--totem-radio--box-shadow);transition-duration:var(--totem-radio--transition-duration);transition-timing-function:var(--totem-radio--transition-timing-fn);transition-property:background-color,border-color,box-shadow}.totem-radio--disabled .totem-radio__input,.totem-radio--readonly .totem-radio__input{pointer-events:none;cursor:auto}.totem-radio-button{--totem-radio-button--min-width: var(--totem-radio-button-min-width, auto);--totem-radio-button--height: 40px;--totem-radio-button--border-width: 1px;--totem-radio-button--transition-duration: .15s;--totem-radio-button--transition-timing-fn: ease-in;--totem-radio-button--label-color: var(--totem-color-radio-default-label);--totem-radio-button--background-color: var(--totem-color-radio-default-background);--totem-radio-button--border-color: var(--totem-color-radio-default-border);--totem-radio-button--box-shadow: none;--totem-radio-button--icon-size: 20px;--totem-radio-button--icon-color: var(--totem-radio-button--label-color);display:inline-flex;gap:var(--totem-spacing-xs);min-width:var(--totem-radio-button--min-width);height:var(--totem-radio-button--height);border:var(--totem-radio-button--border-width) solid var(--totem-radio-button--border-color);border-radius:var(--totem-radius-2xs);box-shadow:var(--totem-radio-button--box-shadow);background-color:var(--totem-radio-button--background-color);transition-duration:var(--totem-radio-button--transition-duration);transition-timing-function:var(--totem-radio-button--transition-timing-fn);transition-property:background-color,border-width,border-color,box-shadow}.totem-radio-button--checked{--totem-radio-button--border-color: var(--totem-color-radio-default-border-checked)}.totem-radio-button--checked:not(.totem-radio-button--disabled,.totem-radio-button--readonly){--totem-radio-button--border-width: 2px}.totem-radio-button:hover:not(.totem-radio-button--disabled,.totem-radio-button--readonly):not(.totem-radio-button--error){--totem-radio-button--border-color: var(--totem-color-radio-default-border-hover);--totem-radio-button--box-shadow: var(--totem-focus-effect-shadow)}.totem-radio-button:hover:not(.totem-radio-button--disabled,.totem-radio-button--readonly):is(.totem-radio-button--error){--totem-radio-button--box-shadow: var(--totem-focus-effect-error-shadow)}.totem-radio-button--error:not(.totem-radio-button--disabled,.totem-radio-button--readonly){--totem-radio-button--border-color: var(--totem-color-radio-error-border)}.totem-radio-button--disabled,.totem-radio-button--readonly{cursor:not-allowed}.totem-radio-button--disabled:not(.totem-radio-button--checked),.totem-radio-button--readonly:not(.totem-radio-button--checked){--totem-radio-button--background-color: var(--totem-color-radio-button-disabled-readonly-background);--totem-radio-button--border-color: var(--totem-color-radio-button-disabled-readonly-border);--totem-radio-button--label-color: var(--totem-color-radio-disabled-readonly-label);--totem-radio-button--icon-color: var(--totem-color-radio-disabled-readonly-label)}.totem-radio-button--disabled:is(.totem-radio-button--checked),.totem-radio-button--readonly:is(.totem-radio-button--checked){--totem-radio-button--background-color: var(--totem-color-radio-button-disabled-readonly-background-checked);--totem-radio-button--border-color: var(--totem-color-radio-button-disabled-readonly-border-checked);--totem-radio-button--label-color: var(--totem-color-radio-disabled-readonly-label-checked)}.totem-radio-button__label{flex-grow:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;gap:var(--totem-spacing-xs)}.totem-radio-button--disabled .totem-radio-button__label,.totem-radio-button--readonly .totem-radio-button__label{pointer-events:none;cursor:auto}.totem-radio-button__label-texte{cursor:pointer;display:inline-flex;color:var(--totem-radio-button--label-color);transition-duration:var(--totem-radio-button--transition-duration);transition-timing-function:var(--totem-radio-button--transition-timing-fn);transition-property:color,font-size,font-weight}.totem-radio-button--disabled .totem-radio-button__label-texte,.totem-radio-button--readonly .totem-radio-button__label-texte{pointer-events:none;cursor:auto}.totem-radio-button__label-icon{width:var(--totem-radio-button--icon-size);height:var(--totem-radio-button--icon-size);fill:var(--totem-radio-button--icon-color)}.totem-radio-button__input{display:none}.totem-radio-list{display:grid;gap:var(--totem-spacing-xs)}.totem-radio-list--radio{grid-template-columns:repeat(var(--totem-radio-list--cols, 1),1fr)}.totem-radio-list--button{grid-template-columns:repeat(var(--totem-radio-list--cols, auto-fit),minmax(var(--totem-radio-button-min-width),1fr))}.totem-list-item{--totem-list-item--background-color: var(--totem-list-item-background-color);--totem-list-item--color: var(--totem-list-item-color);--totem-list-item--description-color: var(--totem-list-item-description-color);--totem-list-item--detail-color: var(--totem-list-item-detail-color-default);--totem-list-item--icon-color: var(--totem-list-item-icon-color);display:flex;flex-direction:row;gap:var(--totem-spacing-s);padding:var(--totem-spacing-xs) var(--totem-spacing-s);align-items:center;background-color:var(--totem-list-item--background-color);transition:background-color .15s ease-in;cursor:pointer}.totem-list-item--in-categorie{padding-left:var(--totem-spacing-l)}.totem-list-item--disabled{--totem-list-item--color: var(--totem-list-item-disabled-color);--totem-list-item--description-color: var(--totem-list-item-disabled-color);--totem-list-item--icon-color: var(--totem-list-item-disabled-color);cursor:not-allowed}.totem-list-item--checked:not(.totem-list-item--disabled){--totem-list-item--background-color: var(--totem-list-item-checked-background-color);--totem-list-item--color: var(--totem-list-item-checked-color)}.totem-list-item--highlighted:not(.totem-list-item--disabled,.totem-list-item--checked),.totem-list-item:hover:not(.totem-list-item--disabled,.totem-list-item--checked){--totem-list-item--background-color: var(--totem-list-item-hover-background-color)}.totem-list-item__label-and-description{flex-grow:1;display:flex;flex-direction:column}.totem-list-item__label{transition:color .15s ease-in;color:var(--totem-list-item--color)}.totem-list-item__description{display:flex;flex-direction:column;color:var(--totem-list-item--description-color)}.totem-list-item__detail{color:var(--totem-list-item--detail-color)}.totem-list-item__detail--color-default{--totem-list-item--detail-color: var(--totem-list-item-detail-color-default)}.totem-list-item__detail--color-info{--totem-list-item--detail-color: var(--totem-list-item-detail-color-info)}.totem-list-item__detail--color-warning{--totem-list-item--detail-color: var(--totem-list-item-detail-color-warning)}.totem-list-item__detail--color-error{--totem-list-item--detail-color: var(--totem-list-item-detail-color-error)}.totem-list-item__detail--color-success{--totem-list-item--detail-color: var(--totem-list-item-detail-color-success)}.totem-list-item--disabled .totem-list-item__detail{--totem-list-item--detail-color: var(--totem-list-item-disabled-color)}.totem-list-item__icon{color:var(--totem-list-item--icon-color)}.totem-list-sub-category__header{--totem-list-sub-category--background-color: var(--totem-list-sub-category-background-color);display:flex;align-items:center;background-color:var(--totem-list-sub-category--background-color);transition:background-color .15s ease-in}.totem-list-sub-category--toggle-arrow .totem-list-sub-category__header{cursor:pointer}.totem-list-sub-category--toggle-arrow .totem-list-sub-category__header:hover{--totem-list-sub-category--background-color: var(--totem-list-sub-category-hover-background-color)}.totem-list-sub-category__header-content{flex-grow:1;display:flex;align-items:center;justify-content:space-between;gap:var(--totem-spacing-s);padding-top:var(--totem-spacing-xs);padding-bottom:var(--totem-spacing-xs);padding-right:var(--totem-spacing-s);padding-left:var(--totem-spacing-s)}.totem-list-sub-category__label{color:var(--totem-list-sub-category-color)}.totem-list-category__header{--totem-list-category--background-color: var(--totem-list-category-background-color);display:flex;align-items:center;background-color:var(--totem-list-category--background-color);transition:background-color .15s ease-in}.totem-list-category__header:before{align-self:stretch;background-color:var(--totem-list-category-ribbon-color);content:"";width:var(--totem-list-category-ribbon-width)}.totem-list-category--toggle-arrow .totem-list-category__header{cursor:pointer}.totem-list-category--toggle-arrow .totem-list-category__header:hover{--totem-list-category--background-color: var(--totem-list-category-hover-background-color)}.totem-list-category__header-content{flex-grow:1;display:flex;align-items:center;justify-content:space-between;gap:var(--totem-spacing-s);padding-top:var(--totem-spacing-xs);padding-bottom:var(--totem-spacing-xs);padding-right:var(--totem-spacing-s);padding-left:calc(var(--totem-spacing-s) - var(--totem-list-category-ribbon-width))}.totem-list-category__label{color:var(--totem-list-category-color)}.totem-list-header{--totem-list-header--background-color: var(--totem-list-header-background-color);display:flex;flex-direction:row;gap:var(--totem-spacing-s);padding:var(--totem-spacing-xs) var(--totem-spacing-s);align-items:center;background-color:var(--totem-list-header--background-color);cursor:pointer;transition-duration:.15s;transition-timing-function:ease-in;transition-property:color,background-color}.totem-list-header:hover{--totem-list-header--background-color: var(--totem-list-header-hover-background-color)}.totem-list-header__label{color:var(--totem-list-header-color)}.totem-select-option{--totem-select-option--background-color: var(--totem-color-select-option-default-background-color);--totem-select-option--color: var(--totem-color-select-option-default-color);--totem-select-option--detail-color: var(--totem-color-select-option-default-detail-color);display:flex;flex-direction:row;gap:var(--totem-spacing-s);padding:var(--totem-spacing-xs) var(--totem-spacing-s);align-items:center;background-color:var(--totem-select-option--background-color);cursor:pointer;transition-duration:.15s;transition-timing-function:ease-in;transition-property:background-color}.totem-select-option:first-child{border-top-left-radius:var(--totem-radius-2xs);border-top-right-radius:var(--totem-radius-2xs)}.totem-select-option:last-child{border-bottom-left-radius:var(--totem-radius-2xs);border-bottom-right-radius:var(--totem-radius-2xs)}.totem-select-option--disabled{--totem-select-option--color: var(--totem-color-select-option-disabled-color);--totem-select-option--detail-color: var(--totem-color-select-option-disabled-color);cursor:not-allowed}.totem-select-option--selected:not(.totem-select-option--disabled){--totem-select-option--background-color: var(--totem-color-select-option-selected-background-color);--totem-select-option--color: var(--totem-color-select-option-selected-color)}.totem-select-option:hover:not(.totem-select-option--disabled,.totem-select-option--selected),.totem-select-option--highlighted:not(.totem-select-option--disabled,.totem-select-option--selected){--totem-select-option--background-color: var(--totem-color-select-option-default-background-color-hover)}.totem-select-option__description{flex-grow:1;display:inline-flex;flex-direction:row;align-items:center;justify-content:space-between;gap:var(--totem-spacing-s);text-wrap:nowrap}.totem-select-option__label{color:var(--totem-select-option--color)}.totem-select-option__detail{color:var(--totem-select-option--detail-color)}.totem-select-option__icon{width:var(--totem-spacing-s-m);height:var(--totem-spacing-s-m);margin-right:var(--totem-spacing-xs)}.totem-select{width:100%;min-width:var(--totem-select-min-width)}.totem-select__input{width:100%}.totem-select__native-select{display:none}.totem-select .totem-select__dropdown{width:inherit}.totem-select__dropdown-content{--totem-select--dropdown-max-height: var(--totem-select-dropdown-max-height);display:flex;flex-direction:column;width:var(--totem-select--dropdown-width, initial);max-height:var(--totem-select--dropdown-max-height);overflow-y:auto}.totem-select__chip-list-wrapper{display:inline-flex;overflow:hidden;flex-grow:1;padding:0 var(--totem-spacing-xs)}.totem-select__empty-message{padding:var(--totem-spacing-m);display:flex;flex-direction:column;gap:var(--totem-spacing-xs);color:var(--totem-color-neutral-black)}.totem-select__color-icon{cursor:pointer;flex-shrink:0}.totem-select--color-danger .totem-select__color-icon{color:var(--totem-color-error-main)}.totem-select--color-warning .totem-select__color-icon{color:var(--totem-color-warning-main)}.totem-select__clean-button{flex-shrink:0}.totem-select-multiple{min-width:var(--totem-select-min-width)}.totem-select-multiple__native-select{display:none}.totem-select-multiple .totem-select-multiple__dropdown{width:inherit}.totem-select-multiple__dropdown-content{--totem-select--dropdown-max-height: var(--totem-select-dropdown-max-height);display:flex;flex-direction:column;width:var(--totem-select--dropdown-width, initial);max-height:var(--totem-select--dropdown-max-height);overflow-y:auto}.totem-select-multiple__empty-message{padding:var(--totem-spacing-m);display:flex;flex-direction:column;gap:var(--totem-spacing-xs);color:var(--totem-color-neutral-black)}.totem-select-multiple__color-icon{flex-shrink:0}.totem-select-multiple--color-danger .totem-select-multiple__color-icon{color:var(--totem-color-error-main)}.totem-select-multiple--color-warning .totem-select-multiple__color-icon{color:var(--totem-color-warning-main)}.totem-select-multiple__clean-button{flex-shrink:0}.totem-highlight-mark{background:none;font-weight:700;color:inherit}.totem-auto-complete{min-width:var(--totem-auto-complete-min-width)}.totem-auto-complete__input input{width:100%}.totem-auto-complete .totem-auto-complete__dropdown{width:inherit}.totem-auto-complete__dropdown-content{--totem-auto-complete--dropdown-max-height: var(--totem-auto-complete-dropdown-max-height);display:flex;flex-direction:column;width:var(--totem-auto-complete--dropdown-width, initial);max-height:var(--totem-auto-complete--dropdown-max-height);overflow-y:auto}.totem-auto-complete__color-icon{flex-shrink:0}.totem-auto-complete--color-danger .totem-auto-complete__color-icon{color:var(--totem-color-error-main)}.totem-auto-complete--color-warning .totem-auto-complete__color-icon{color:var(--totem-color-warning-main)}.totem-auto-complete__clean-button{flex-shrink:0}.totem-pagination{display:flex;justify-content:center}.totem-pagination__pages{display:flex;background:var(--totem-color-neutral-grey-dark)}.totem-pagination__button{flex-shrink:0;display:flex;align-items:center;justify-content:center;height:40px;width:40px;color:var(--totem-color-neutral-grey-dark);background:var(--totem-color-neutral-white);border:0;margin:0;padding:0;transition-timing-function:ease;transition-property:background,color;transition-duration:.15s}.totem-pagination__button:not(.totem-pagination__button--elipsis,[disabled]){cursor:pointer}.totem-pagination__button:is([disabled]){cursor:not-allowed}.totem-pagination__button:is(.totem-pagination__button--elipsis){cursor:default}.totem-pagination__button--page,.totem-pagination__button--previous-page,.totem-pagination__button--next-page,.totem-pagination__button--elipsis{border-style:solid;border-color:var(--totem-color-neutral-grey-dark)}.totem-pagination__button--page,.totem-pagination__button--elipsis{border-width:1px 0 1px 1px}.totem-pagination__button--page:last-child,.totem-pagination__button--elipsis:last-child{border-width:1px}.totem-pagination__button--previous-page{border-top-left-radius:var(--totem-radius-xs);border-bottom-left-radius:var(--totem-radius-xs);border-width:1px 0 1px 1px}.totem-pagination__button--next-page{border-top-right-radius:var(--totem-radius-xs);border-bottom-right-radius:var(--totem-radius-xs);border-width:1px 1px 1px 0}.totem-pagination__button--active{background:var(--totem-color-neutral-grey-dark);color:var(--totem-color-neutral-white)}.totem-pagination__button:not(.totem-pagination__button--active,.totem-pagination__button--elipsis,[disabled]):hover{background:var(--totem-color-neutral-grey-lighter)}.totem-form-element{display:flex;flex-direction:column;gap:var(--totem-spacing-xs);--totem-form-element--color: var(--totem-color-neutral-grey-medium)}.totem-form-element--color-danger{--totem-form-element--color: var(--totem-color-error-main)}.totem-form-element--color-warning{--totem-form-element--color: var(--totem-color-warning-main)}.totem-form-element__header{display:flex;align-items:center;gap:var(--totem-spacing-2xs)}.totem-form-element__header-left{display:flex;height:100%;align-items:center;gap:var(--totem-spacing-2xs);color:var(--totem-color-brand-dark)}.totem-form-element__header-right{display:flex;height:100%;align-items:center;margin-left:auto}.totem-form-element__header-label{color:var(--totem-color-brand-dark)}.totem-form-element__header-description{color:var(--totem-color-neutral-grey-medium)}.totem-form-element__flag--optional{color:var(--totem-color-neutral-grey-strong)}.totem-form-element__flag--required{color:var(--totem-color-error-main)}.totem-form-element__header-help{width:20px;height:20px;color:var(--totem-color-neutral-grey-dark)}.totem-form-element__header-and-body{display:flex;flex-direction:column;gap:var(--totem-spacing-2xs)}.totem-form-element--slim .totem-form-element__header-and-body{flex-direction:row;gap:var(--totem-spacing-xs);justify-content:space-between}.totem-form-element__bottom{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--totem-spacing-s)}.totem-form-element__bottom-link{display:flex}.totem-form-element__bottom-details{display:flex;color:var(--totem-form-element--color)}.totem-form-element__bottom-details-list{list-style-type:disc;padding-inline-start:var(--totem-spacing-m)}.totem-form-element__bottom-details-item,.totem-form-element__bottom-details-single{margin:0}.totem-form-element-phone__container{display:flex;gap:var(--totem-spacing-2xs)}.totem-form-element-phone__indicatif{--totem-phone-indicatif-width: 128px;flex-grow:0;width:var(--totem-phone-indicatif-width);min-width:var(--totem-phone-indicatif-width)}.totem-form-element-phone__input{width:100%}.totem-tab{display:flex;align-items:center;justify-content:center;gap:var(--totem-spacing-xs);color:var(--totem-tab--color);background-color:var(--totem-tab--background-color);padding:0 var(--totem-spacing-s);border:0;border-radius:var(--totem-radius-3xs);height:var(--totem-tab-height);min-width:var(--totem-tab-min-width);max-width:var(--totem-tab-max-width);cursor:pointer;transition-property:color,background-color;transition-duration:.3s;transition-timing-function:ease;--totem-tab--color: var(--totem-tab-default-color);--totem-tab--background-color: var(--totem-tab-default-background-color)}.totem-tab--selected{--totem-tab--color: var(--totem-tab-selected-color)}.totem-tab--disabled{--totem-tab--color: var(--totem-tab-disabled-color)}.totem-tab:hover:not(.totem-tab--disabled,.totem-tab--selected){--totem-tab--background-color: var(--totem-tab-hover-background-color)}.totem-tab--disabled{cursor:not-allowed}.totem-tab__label{color:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.totem-tab__icon{width:var(--totem-tab-icon-size);height:var(--totem-tab-icon-size)}.totem-tab-list{display:grid;grid-template-areas:"layer";width:min-content;background-color:var(--totem-color-tab-list-background-color);border-radius:var(--totem-radius-2xs);padding:var(--totem-spacing-2xs)}.totem-tab-list__list{grid-area:layer;display:flex;flex-wrap:nowrap}.totem-tab-list__tab{z-index:3}.totem-tab-list__rail{z-index:2;grid-area:layer;display:flex}.totem-tab-list__divider{--totem-divider--color: var(--totem-color-tab-list-divider);z-index:1;display:inline-flex;margin:0 var(--totem-spacing-2xs) 0 var(--totem-spacing-2xs);opacity:1;transition-property:opacity;transition-duration:.3s;transition-timing-function:ease-out}.totem-tab-list__divider--hidden{opacity:0}.totem-tab-list__glider{display:flex;background-color:var(--totem-tab-glider-background-color);border-radius:var(--totem-radius-3xs);width:var(--totem-tab-list--glider-width, auto);height:var(--totem-tab-height);transform:translate(var(--totem-tab-list--glider-x, 0));transition-property:transform,width;transition-duration:.3s;transition-timing-function:ease}.totem-table-limited-text--limited{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;min-width:var(--totem-table-limited-text--min-width, 0);max-width:var(--totem-table-limited-text--max-width, initial)}.totem-table-limited-text--multiline{display:-webkit-box;line-clamp:var(--totem-table-limited-text--lines, 2);-webkit-line-clamp:var(--totem-table-limited-text--lines, 2);-webkit-box-orient:vertical;white-space:wrap}.totem-table{width:100%;max-height:100%;display:flex}.totem-table--overflow-y-enabled{overflow-y:auto}.totem-table__table{width:100%;max-height:100%;border-collapse:separate;border-spacing:0}.totem-table__header-cell,.totem-table__body-cell,.totem-table__empty-cell{padding:var(--totem-spacing-xs) var(--totem-spacing-s) 7px var(--totem-spacing-s);border-bottom:1px solid var(--totem-color-neutral-grey-lighter)}.totem-table__header-cell{background-color:var(--totem-color-neutral-grey-background);color:var(--totem-color-neutral-black)}.totem-table__header-cell--sortable{cursor:pointer}.totem-table__header-cell--side{background-color:var(--totem-color-neutral-grey-background);color:var(--totem-color-neutral-black);position:-webkit-sticky;position:sticky;left:0}.totem-table__header-cell:first-child{border-top-left-radius:var(--totem-spacing-2xs)}.totem-table__header-cell:last-child{border-top-right-radius:var(--totem-spacing-2xs)}.totem-table__header-icon{width:20px;height:20px;opacity:0}.totem-table__header-cell--sortable .totem-table__header-icon{--totem-table--icon-color-up: var(--totem-color-neutral-grey-medium);--totem-table--icon-color-down: var(--totem-color-neutral-grey-medium);opacity:1}.totem-table__header-cell--sortable .totem-table__header-icon path{transition:fill .15s ease-in}.totem-table__header-cell--sortable .totem-table__header-icon path:nth-child(1){fill:var(--totem-table--icon-color-up)}.totem-table__header-cell--sortable .totem-table__header-icon path:nth-child(2){fill:var(--totem-table--icon-color-down)}.totem-table__header-cell:not([class*=--sorted]):is([class*=--next-sort-desc]):hover .totem-table__header-icon{--totem-table--icon-color-up: var(--totem-color-neutral-grey-medium);--totem-table--icon-color-down: var(--totem-color-neutral-black)}.totem-table__header-cell:not([class*=--sorted]):is([class*=--next-sort-asc]):hover .totem-table__header-icon{--totem-table--icon-color-up: var(--totem-color-neutral-black);--totem-table--icon-color-down: var(--totem-color-neutral-grey-medium)}.totem-table__header-cell--sorted-desc .totem-table__header-icon{--totem-table--icon-color-up: var(--totem-color-neutral-grey-medium);--totem-table--icon-color-down: var(--totem-color-neutral-black)}.totem-table__header-cell--sorted-asc .totem-table__header-icon{--totem-table--icon-color-up: var(--totem-color-neutral-black);--totem-table--icon-color-down: var(--totem-color-neutral-grey-medium)}.totem-table__body-cell{transition-duration:.15s;transition-property:background-color,color;transition-timing-function:ease-in}.totem-table__body-cell:not(.totem-table__body-cell--side){background-color:var(--totem-color-neutral-white);color:var(--totem-color-neutral-grey-dark)}.totem-table__body-cell--side{background-color:var(--totem-color-neutral-grey-background);color:var(--totem-color-neutral-black);position:-webkit-sticky;position:sticky;left:0}.totem-table__body-row:hover .totem-table__body-cell{background-color:var(--totem-color-neutral-grey-background)}.totem-table__body-row:last-child .totem-table__body-cell:first-child{border-bottom-left-radius:var(--totem-spacing-2xs)}.totem-table__body-row:last-child .totem-table__body-cell:last-child{border-bottom-right-radius:var(--totem-spacing-2xs)}.totem-table--no-header .totem-table__body-row:first-child .totem-table__body-cell:first-child{border-top-left-radius:var(--totem-spacing-2xs)}.totem-table--no-header .totem-table__body-row:first-child .totem-table__body-cell:last-child{border-top-right-radius:var(--totem-spacing-2xs)}.totem-table__header-cell-content,.totem-table__body-cell-content,.totem-table__empty-cell-content{display:flex;align-items:center;min-height:40px}.totem-table__header-cell-content{gap:var(--totem-spacing-xs)}.totem-table__checkbox-cell-content{display:flex;align-items:center}.totem-table__empty-cell-content{justify-content:center}.totem-collapse{display:flex;flex-direction:column;min-height:0}.totem-section{--totem-section--header-vertical-divider: 2px;--totem-section--header-gap: var(--totem-spacing-xs);display:flex;flex-direction:column;min-height:0;width:100%}.totem-section--type-primary{border-radius:var(--totem-radius-2xs);background-color:var(--totem-color-neutral-white);padding:var(--totem-spacing-m)}.totem-section--type-secondary{background-color:var(--totem-color-neutral-white)}.totem-section--type-tertiary{padding:var(--totem-spacing-xs);border-radius:var(--totem-radius-2xs);background-color:var(--totem-color-neutral-grey-background)}.totem-section__header-wrapper{display:flex;flex-direction:column;gap:var(--totem-spacing-xs)}.totem-section__header{display:flex;align-items:center;gap:var(--totem-section--header-gap);min-height:32px}.totem-section__header:before{display:none}.totem-section--type-tertiary .totem-section__header:before{display:flex;align-self:stretch;border-radius:0 var(--totem-radius-2xs) var(--totem-radius-2xs) 0;background-color:var(--totem-color-brand-main);content:"";width:var(--totem-section--header-vertical-divider)}.totem-section__header-icon-wrapper{display:flex;align-items:center;justify-content:center;color:var(--totem-color-neutral-black)}.totem-section--type-primary .totem-section__icon{width:24px;height:24px}.totem-section--type-secondary .totem-section__icon,.totem-section--type-tertiary .totem-section__icon{width:20px;height:20px}.totem-section__header-description{display:flex;align-items:baseline;gap:var(--totem-spacing-xs);flex-grow:1}.totem-section__header-details{color:var(--totem-color-neutral-grey-medium)}.totem-section__header-actions{display:flex;justify-content:end;gap:var(--totem-spacing-xs)}.totem-section__collapse{flex-grow:1}.totem-section__content-wrapper{flex-grow:1;display:flex;flex-direction:column;min-height:0}.totem-section__content{flex-grow:1;margin-top:var(--totem-spacing-xs);gap:var(--totem-spacing-xs);display:flex;flex-direction:column;text-align:left;min-height:0;padding:0}.totem-section--type-primary .totem-section__content,.totem-section--type-secondary .totem-section__content{padding:0}.totem-section--type-tertiary .totem-section__content{padding:0 calc(var(--totem-section--header-gap) + var(--totem-section--header-vertical-divider))}.totem-section--type-primary .totem-section__divider{margin-top:var(--totem-spacing-xs)}.totem-section--type-secondary .totem-section__divider{margin-top:0}.totem-section--type-tertiary .totem-section__divider{margin-top:var(--totem-spacing-xs)}.totem-layout-header__bar{display:flex;align-items:center;justify-content:space-between;min-height:72px;padding:0 var(--totem-spacing-s);background-color:var(--totem-color-neutral-white)}.totem-layout-header__left,.totem-layout-header__right{display:flex;align-items:center;gap:var(--totem-spacing-xs)}.totem-layout-header__left+.totem-layout-header__right{margin-left:var(--totem-spacing-s)}.totem-error-page-layout{background-color:var(--totem-color-neutral-grey-background);min-width:100%;min-height:100vh;display:flex;flex-direction:column;text-align:left}.totem-error-page-layout__header-title{color:var(--totem-color-neutral-black)}.totem-error-page-layout__body{flex-grow:1;display:flex;align-items:center;justify-content:center;padding:var(--totem-spacing-l)}.totem-error-page-layout__body-info{display:flex;gap:var(--totem-spacing-6xl)}.totem-error-page-layout__body-info-append{display:flex;flex-direction:column;gap:var(--totem-spacing-l)}.totem-error-page-layout__icon{width:160px;height:160px}.totem-error-page-layout__title{color:var(--totem-color-brand-main)}.totem-error-page-layout__actions{display:flex;gap:var(--totem-spacing-s-m)}@font-face{font-family:Public Sans;src:url(/sante-select/assets/PublicSans-Light-BPahyZcx.woff2) format("woff2");font-weight:300}@font-face{font-family:Public Sans;src:url(/sante-select/assets/PublicSans-Regular-yFlZGOHv.woff2) format("woff2");font-weight:400}@font-face{font-family:Public Sans;src:url(/sante-select/assets/PublicSans-Medium-D9YyJMtT.woff2) format("woff2");font-weight:500}@font-face{font-family:Public Sans;src:url(/sante-select/assets/PublicSans-SemiBold-QJ9a8ROX.woff2) format("woff2");font-weight:600}[data-theme=alptis] .select select,[data-theme=alptis] .textarea,[data-theme=alptis] .input,[data-theme=alptis] .button{-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid transparent;border-radius:4px;box-shadow:none;display:inline-flex;font-size:1rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding-bottom:calc(.5em - 1px);padding-left:calc(.75em - 1px);padding-right:calc(.75em - 1px);padding-top:calc(.5em - 1px);position:relative;vertical-align:top}[data-theme=alptis] .select select:focus,[data-theme=alptis] .textarea:focus,[data-theme=alptis] .input:focus,[data-theme=alptis] .button:focus,[data-theme=alptis] .select select.is-focused,[data-theme=alptis] .is-focused.textarea,[data-theme=alptis] .is-focused.input,[data-theme=alptis] .is-focused.button,[data-theme=alptis] .select select:active,[data-theme=alptis] .textarea:active,[data-theme=alptis] .input:active,[data-theme=alptis] .button:active,[data-theme=alptis] .select select.is-active,[data-theme=alptis] .is-active.textarea,[data-theme=alptis] .is-active.input,[data-theme=alptis] .is-active.button{outline:none}[data-theme=alptis] .select select[disabled],[data-theme=alptis] [disabled].textarea,[data-theme=alptis] [disabled].input,[data-theme=alptis] [disabled].button,fieldset[disabled] [data-theme=alptis] .select select,fieldset[disabled] [data-theme=alptis] .textarea,fieldset[disabled] [data-theme=alptis] .input,[data-theme=alptis] fieldset[disabled] .select select,[data-theme=alptis] .select fieldset[disabled] select,[data-theme=alptis] fieldset[disabled] .textarea,[data-theme=alptis] fieldset[disabled] .input,fieldset[disabled] [data-theme=alptis] .button,[data-theme=alptis] fieldset[disabled] .button{cursor:not-allowed}[data-theme=alptis] .switch,[data-theme=alptis] .breadcrumb,[data-theme=alptis] .button{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[data-theme=alptis] .navbar-link:not(.is-arrowless):after,[data-theme=alptis] .select:not(.is-multiple):not(.is-loading):after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}[data-theme=alptis] .breadcrumb:not(:last-child),[data-theme=alptis] .block:not(:last-child),[data-theme=alptis] .title:not(:last-child),[data-theme=alptis] .subtitle:not(:last-child),[data-theme=alptis] .table-container:not(:last-child),[data-theme=alptis] .table:not(:last-child),[data-theme=alptis] .progress:not(:last-child),[data-theme=alptis] .notification:not(:last-child),[data-theme=alptis] .content:not(:last-child),[data-theme=alptis] .box:not(:last-child){margin-bottom:1.5rem}[data-theme=alptis] .modal-close,[data-theme=alptis] .delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:#0a0a0a33;border:none;border-radius:9999px;cursor:pointer;pointer-events:auto;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;position:relative;vertical-align:top;width:20px}[data-theme=alptis] .modal-close:before,[data-theme=alptis] .delete:before,[data-theme=alptis] .modal-close:after,[data-theme=alptis] .delete:after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translate(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}[data-theme=alptis] .modal-close:before,[data-theme=alptis] .delete:before{height:2px;width:50%}[data-theme=alptis] .modal-close:after,[data-theme=alptis] .delete:after{height:50%;width:2px}[data-theme=alptis] .modal-close:hover,[data-theme=alptis] .delete:hover,[data-theme=alptis] .modal-close:focus,[data-theme=alptis] .delete:focus{background-color:#0a0a0a4d}[data-theme=alptis] .modal-close:active,[data-theme=alptis] .delete:active{background-color:#0a0a0a66}[data-theme=alptis] .is-small.modal-close,[data-theme=alptis] .is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}[data-theme=alptis] .is-medium.modal-close,[data-theme=alptis] .is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}[data-theme=alptis] .is-large.modal-close,[data-theme=alptis] .is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}[data-theme=alptis] .control.is-loading:after,[data-theme=alptis] .select.is-loading:after,[data-theme=alptis] .loader,[data-theme=alptis] .button.is-loading:after{animation:spinAround .5s infinite linear;border:2px solid hsl(0,0%,86%);border-radius:9999px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}[data-theme=alptis] .hero-video,[data-theme=alptis] .modal-background,[data-theme=alptis] .modal,[data-theme=alptis] .image.is-square img,[data-theme=alptis] .image.is-square .has-ratio,[data-theme=alptis] .image.is-1by1 img,[data-theme=alptis] .image.is-1by1 .has-ratio,[data-theme=alptis] .image.is-5by4 img,[data-theme=alptis] .image.is-5by4 .has-ratio,[data-theme=alptis] .image.is-4by3 img,[data-theme=alptis] .image.is-4by3 .has-ratio,[data-theme=alptis] .image.is-3by2 img,[data-theme=alptis] .image.is-3by2 .has-ratio,[data-theme=alptis] .image.is-5by3 img,[data-theme=alptis] .image.is-5by3 .has-ratio,[data-theme=alptis] .image.is-16by9 img,[data-theme=alptis] .image.is-16by9 .has-ratio,[data-theme=alptis] .image.is-2by1 img,[data-theme=alptis] .image.is-2by1 .has-ratio,[data-theme=alptis] .image.is-3by1 img,[data-theme=alptis] .image.is-3by1 .has-ratio,[data-theme=alptis] .image.is-4by5 img,[data-theme=alptis] .image.is-4by5 .has-ratio,[data-theme=alptis] .image.is-3by4 img,[data-theme=alptis] .image.is-3by4 .has-ratio,[data-theme=alptis] .image.is-2by3 img,[data-theme=alptis] .image.is-2by3 .has-ratio,[data-theme=alptis] .image.is-3by5 img,[data-theme=alptis] .image.is-3by5 .has-ratio,[data-theme=alptis] .image.is-9by16 img,[data-theme=alptis] .image.is-9by16 .has-ratio,[data-theme=alptis] .image.is-1by2 img,[data-theme=alptis] .image.is-1by2 .has-ratio,[data-theme=alptis] .image.is-1by3 img,[data-theme=alptis] .image.is-1by3 .has-ratio{inset:0;position:absolute}[data-theme=alptis] .navbar-burger{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0}html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:inherit}html{background-color:#fff;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:hidden;overflow-y:scroll;text-rendering:optimizeLegibility;text-size-adjust:100%}article,aside,figure,footer,header,hgroup,section{display:block}body,button,input,optgroup,select,textarea{font-family:BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif}code,pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:monospace}body{color:#4a4a4a;font-size:1em;font-weight:400;line-height:1.5}a{color:#485fc7;cursor:pointer;text-decoration:none}a strong{color:currentColor}a:hover{color:#363636}code{background-color:#f5f5f5;color:#da1039;font-size:.875em;font-weight:400;padding:.25em .5em}hr{background-color:#f5f5f5;border:none;display:block;height:2px;margin:1.5rem 0}input[type=checkbox],input[type=radio]{vertical-align:baseline}small{font-size:.875em}span{font-style:inherit;font-weight:inherit}strong{color:#363636;font-weight:700}fieldset{border:none}pre{-webkit-overflow-scrolling:touch;background-color:#f5f5f5;color:#4a4a4a;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}table td,table th{vertical-align:top}table td:not([align]),table th:not([align]){text-align:inherit}table th{color:#363636}@keyframes spinAround{0%{transform:rotate(0)}to{transform:rotate(359deg)}}[data-theme=alptis] .box{background-color:#fff;border-radius:6px;box-shadow:0 .5em 1em -.125em #0a0a0a1a,0 0 0 1px #0a0a0a05;color:#4a4a4a;display:block;padding:1.25rem}[data-theme=alptis] a.box:hover,[data-theme=alptis] a.box:focus{box-shadow:0 .5em 1em -.125em #0a0a0a1a,0 0 0 1px #485fc7}[data-theme=alptis] a.box:active{box-shadow:inset 0 1px 2px #0a0a0a33,0 0 0 1px #485fc7}[data-theme=alptis] .button{background-color:#fff;border-color:#dbdbdb;border-width:1px;color:#363636;cursor:pointer;justify-content:center;padding-bottom:calc(.5em - 1px);padding-left:1em;padding-right:1em;padding-top:calc(.5em - 1px);text-align:center;white-space:nowrap}[data-theme=alptis] .button strong{color:inherit}[data-theme=alptis] .button .icon,[data-theme=alptis] .button .icon.is-small,[data-theme=alptis] .button .icon.is-medium,[data-theme=alptis] .button .icon.is-large{height:1.5em;width:1.5em}[data-theme=alptis] .button .icon:first-child:not(:last-child){margin-left:calc(-.5em - 1px);margin-right:.25em}[data-theme=alptis] .button .icon:last-child:not(:first-child){margin-left:.25em;margin-right:calc(-.5em - 1px)}[data-theme=alptis] .button .icon:first-child:last-child{margin-left:calc(-.5em - 1px);margin-right:calc(-.5em - 1px)}[data-theme=alptis] .button:hover,[data-theme=alptis] .button.is-hovered{border-color:#b5b5b5;color:#363636}[data-theme=alptis] .button:focus,[data-theme=alptis] .button.is-focused{border-color:#485fc7;color:#363636}[data-theme=alptis] .button:focus:not(:active),[data-theme=alptis] .button.is-focused:not(:active){box-shadow:0 0 0 .125em #485fc740}[data-theme=alptis] .button:active,[data-theme=alptis] .button.is-active{border-color:#4a4a4a;color:#363636}[data-theme=alptis] .button.is-text{background-color:transparent;border-color:transparent;color:#4a4a4a;text-decoration:underline}[data-theme=alptis] .button.is-text:hover,[data-theme=alptis] .button.is-text.is-hovered,[data-theme=alptis] .button.is-text:focus,[data-theme=alptis] .button.is-text.is-focused{background-color:#f5f5f5;color:#363636}[data-theme=alptis] .button.is-text:active,[data-theme=alptis] .button.is-text.is-active{background-color:#e8e8e8;color:#363636}[data-theme=alptis] .button.is-text[disabled],fieldset[disabled] [data-theme=alptis] .button.is-text{background-color:transparent;border-color:transparent;box-shadow:none}[data-theme=alptis] .button.is-ghost{background:none;border-color:transparent;color:#485fc7;text-decoration:none}[data-theme=alptis] .button.is-ghost:hover,[data-theme=alptis] .button.is-ghost.is-hovered{color:#485fc7;text-decoration:underline}[data-theme=alptis] .button.is-white{background-color:#fff;border-color:transparent;color:#0a0a0a}[data-theme=alptis] .button.is-white:hover,[data-theme=alptis] .button.is-white.is-hovered{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}[data-theme=alptis] .button.is-white:focus,[data-theme=alptis] .button.is-white.is-focused{border-color:transparent;color:#0a0a0a}[data-theme=alptis] .button.is-white:focus:not(:active),[data-theme=alptis] .button.is-white.is-focused:not(:active){box-shadow:0 0 0 .125em #ffffff40}[data-theme=alptis] .button.is-white:active,[data-theme=alptis] .button.is-white.is-active{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}[data-theme=alptis] .button.is-white[disabled],fieldset[disabled] [data-theme=alptis] .button.is-white{background-color:#fff;border-color:#fff;box-shadow:none}[data-theme=alptis] .button.is-white.is-inverted{background-color:#0a0a0a;color:#fff}[data-theme=alptis] .button.is-white.is-inverted:hover,[data-theme=alptis] .button.is-white.is-inverted.is-hovered{background-color:#000}[data-theme=alptis] .button.is-white.is-inverted[disabled],fieldset[disabled] [data-theme=alptis] .button.is-white.is-inverted{background-color:#0a0a0a;border-color:transparent;box-shadow:none;color:#fff}[data-theme=alptis] .button.is-white.is-loading:after{border-color:transparent transparent hsl(0,0%,4%) hsl(0,0%,4%)!important}[data-theme=alptis] .button.is-white.is-outlined{background-color:transparent;border-color:#fff;color:#fff}[data-theme=alptis] .button.is-white.is-outlined:hover,[data-theme=alptis] .button.is-white.is-outlined.is-hovered,[data-theme=alptis] .button.is-white.is-outlined:focus,[data-theme=alptis] .button.is-white.is-outlined.is-focused{background-color:#fff;border-color:#fff;color:#0a0a0a}[data-theme=alptis] .button.is-white.is-outlined.is-loading:after{border-color:transparent transparent hsl(0,0%,100%) hsl(0,0%,100%)!important}[data-theme=alptis] .button.is-white.is-outlined.is-loading:hover:after,[data-theme=alptis] .button.is-white.is-outlined.is-loading.is-hovered:after,[data-theme=alptis] .button.is-white.is-outlined.is-loading:focus:after,[data-theme=alptis] .button.is-white.is-outlined.is-loading.is-focused:after{border-color:transparent transparent hsl(0,0%,4%) hsl(0,0%,4%)!important}[data-theme=alptis] .button.is-white.is-outlined[disabled],fieldset[disabled] [data-theme=alptis] .button.is-white.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}[data-theme=alptis] .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}[data-theme=alptis] .button.is-white.is-inverted.is-outlined:hover,[data-theme=alptis] .button.is-white.is-inverted.is-outlined.is-hovered,[data-theme=alptis] .button.is-white.is-inverted.is-outlined:focus,[data-theme=alptis] .button.is-white.is-inverted.is-outlined.is-focused{background-color:#0a0a0a;color:#fff}[data-theme=alptis] .button.is-white.is-inverted.is-outlined.is-loading:hover:after,[data-theme=alptis] .button.is-white.is-inverted.is-outlined.is-loading.is-hovered:after,[data-theme=alptis] .button.is-white.is-inverted.is-outlined.is-loading:focus:after,[data-theme=alptis] .button.is-white.is-inverted.is-outlined.is-loading.is-focused:after{border-color:transparent transparent hsl(0,0%,100%) hsl(0,0%,100%)!important}[data-theme=alptis] .button.is-white.is-inverted.is-outlined[disabled],fieldset[disabled] [data-theme=alptis] .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}[data-theme=alptis] .button.is-black{background-color:#0a0a0a;border-color:transparent;color:#fff}[data-theme=alptis] .button.is-black:hover,[data-theme=alptis] .button.is-black.is-hovered{background-color:#040404;border-color:transparent;color:#fff}[data-theme=alptis] .button.is-black:focus,[data-theme=alptis] .button.is-black.is-focused{border-color:transparent;color:#fff}[data-theme=alptis] .button.is-black:focus:not(:active),[data-theme=alptis] .button.is-black.is-focused:not(:active){box-shadow:0 0 0 .125em #0a0a0a40}[data-theme=alptis] .button.is-black:active,[data-theme=alptis] .button.is-black.is-active{background-color:#000;border-color:transparent;color:#fff}[data-theme=alptis] .button.is-black[disabled],fieldset[disabled] [data-theme=alptis] .button.is-black{background-color:#0a0a0a;border-color:#0a0a0a;box-shadow:none}[data-theme=alptis] .button.is-black.is-inverted{background-color:#fff;color:#0a0a0a}[data-theme=alptis] .button.is-black.is-inverted:hover,[data-theme=alptis] .button.is-black.is-inverted.is-hovered{background-color:#f2f2f2}[data-theme=alptis] .button.is-black.is-inverted[disabled],fieldset[disabled] [data-theme=alptis] .button.is-black.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#0a0a0a}[data-theme=alptis] .button.is-black.is-loading:after{border-color:transparent transparent hsl(0,0%,100%) hsl(0,0%,100%)!important}[data-theme=alptis] .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}[data-theme=alptis] .button.is-black.is-outlined:hover,[data-theme=alptis] .button.is-black.is-outlined.is-hovered,[data-theme=alptis] .button.is-black.is-outlined:focus,[data-theme=alptis] .button.is-black.is-outlined.is-focused{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}[data-theme=alptis] .button.is-black.is-outlined.is-loading:after{border-color:transparent transparent hsl(0,0%,4%) hsl(0,0%,4%)!important}[data-theme=alptis] .button.is-black.is-outlined.is-loading:hover:after,[data-theme=alptis] .button.is-black.is-outlined.is-loading.is-hovered:after,[data-theme=alptis] .button.is-black.is-outlined.is-loading:focus:after,[data-theme=alptis] .button.is-black.is-outlined.is-loading.is-focused:after{border-color:transparent transparent hsl(0,0%,100%) hsl(0,0%,100%)!important}[data-theme=alptis] .button.is-black.is-outlined[disabled],fieldset[disabled] [data-theme=alptis] .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}[data-theme=alptis] .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}[data-theme=alptis] .button.is-black.is-inverted.is-outlined:hover,[data-theme=alptis] .button.is-black.is-inverted.is-outlined.is-hovered,[data-theme=alptis] .button.is-black.is-inverted.is-outlined:focus,[data-theme=alptis] .button.is-black.is-inverted.is-outlined.is-focused{background-color:#fff;color:#0a0a0a}[data-theme=alptis] .button.is-black.is-inverted.is-outlined.is-loading:hover:after,[data-theme=alptis] .button.is-black.is-inverted.is-outlined.is-loading.is-hovered:after,[data-theme=alptis] .button.is-black.is-inverted.is-outlined.is-loading:focus:after,[data-theme=alptis] .button.is-black.is-inverted.is-outlined.is-loading.is-focused:after{border-color:transparent transparent hsl(0,0%,4%) hsl(0,0%,4%)!important}[data-theme=alptis] .button.is-black.is-inverted.is-outlined[disabled],fieldset[disabled] [data-theme=alptis] .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}[data-theme=alptis] .button.is-light{background-color:#f5f5f5;border-color:transparent;color:#000000b3}[data-theme=alptis] .button.is-light:hover,[data-theme=alptis] .button.is-light.is-hovered{background-color:#eee;border-color:transparent;color:#000000b3}[data-theme=alptis] .button.is-light:focus,[data-theme=alptis] .button.is-light.is-focused{border-color:transparent;color:#000000b3}[data-theme=alptis] .button.is-light:focus:not(:active),[data-theme=alptis] .button.is-light.is-focused:not(:active){box-shadow:0 0 0 .125em #f5f5f540}[data-theme=alptis] .button.is-light:active,[data-theme=alptis] .button.is-light.is-active{background-color:#e8e8e8;border-color:transparent;color:#000000b3}[data-theme=alptis] .button.is-light[disabled],fieldset[disabled] [data-theme=alptis] .button.is-light{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none}[data-theme=alptis] .button.is-light.is-inverted{background-color:#000000b3;color:#f5f5f5}[data-theme=alptis] .button.is-light.is-inverted:hover,[data-theme=alptis] .button.is-light.is-inverted.is-hovered{background-color:#000000b3}[data-theme=alptis] .button.is-light.is-inverted[disabled],fieldset[disabled] [data-theme=alptis] .button.is-light.is-inverted{background-color:#000000b3;border-color:transparent;box-shadow:none;color:#f5f5f5}[data-theme=alptis] .button.is-light.is-loading:after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}[data-theme=alptis] .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}[data-theme=alptis] .button.is-light.is-outlined:hover,[data-theme=alptis] .button.is-light.is-outlined.is-hovered,[data-theme=alptis] .button.is-light.is-outlined:focus,[data-theme=alptis] .button.is-light.is-outlined.is-focused{background-color:#f5f5f5;border-color:#f5f5f5;color:#000000b3}[data-theme=alptis] .button.is-light.is-outlined.is-loading:after{border-color:transparent transparent hsl(0,0%,96%) hsl(0,0%,96%)!important}[data-theme=alptis] .button.is-light.is-outlined.is-loading:hover:after,[data-theme=alptis] .button.is-light.is-outlined.is-loading.is-hovered:after,[data-theme=alptis] .button.is-light.is-outlined.is-loading:focus:after,[data-theme=alptis] .button.is-light.is-outlined.is-loading.is-focused:after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}[data-theme=alptis] .button.is-light.is-outlined[disabled],fieldset[disabled] [data-theme=alptis] .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}[data-theme=alptis] .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:#000000b3;color:#000000b3}[data-theme=alptis] .button.is-light.is-inverted.is-outlined:hover,[data-theme=alptis] .button.is-light.is-inverted.is-outlined.is-hovered,[data-theme=alptis] .button.is-light.is-inverted.is-outlined:focus,[data-theme=alptis] .button.is-light.is-inverted.is-outlined.is-focused{background-color:#000000b3;color:#f5f5f5}[data-theme=alptis] .button.is-light.is-inverted.is-outlined.is-loading:hover:after,[data-theme=alptis] .button.is-light.is-inverted.is-outlined.is-loading.is-hovered:after,[data-theme=alptis] .button.is-light.is-inverted.is-outlined.is-loading:focus:after,[data-theme=alptis] .button.is-light.is-inverted.is-outlined.is-loading.is-focused:after{border-color:transparent transparent hsl(0,0%,96%) hsl(0,0%,96%)!important}[data-theme=alptis] .button.is-light.is-inverted.is-outlined[disabled],fieldset[disabled] [data-theme=alptis] .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:#000000b3;box-shadow:none;color:#000000b3}[data-theme=alptis] .button.is-dark{background-color:#363636;border-color:transparent;color:#fff}[data-theme=alptis] .button.is-dark:hover,[data-theme=alptis] .button.is-dark.is-hovered{background-color:#2f2f2f;border-color:transparent;color:#fff}[data-theme=alptis] .button.is-dark:focus,[data-theme=alptis] .button.is-dark.is-focused{border-color:transparent;color:#fff}[data-theme=alptis] .button.is-dark:focus:not(:active),[data-theme=alptis] .button.is-dark.is-focused:not(:active){box-shadow:0 0 0 .125em #36363640}[data-theme=alptis] .button.is-dark:active,[data-theme=alptis] .button.is-dark.is-active{background-color:#292929;border-color:transparent;color:#fff}[data-theme=alptis] .button.is-dark[disabled],fieldset[disabled] [data-theme=alptis] .button.is-dark{background-color:#363636;border-color:#363636;box-shadow:none}[data-theme=alptis] .button.is-dark.is-inverted{background-color:#fff;color:#363636}[data-theme=alptis] .button.is-dark.is-inverted:hover,[data-theme=alptis] .button.is-dark.is-inverted.is-hovered{background-color:#f2f2f2}[data-theme=alptis] .button.is-dark.is-inverted[disabled],fieldset[disabled] [data-theme=alptis] .button.is-dark.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#363636}[data-theme=alptis] .button.is-dark.is-loading:after{border-color:transparent transparent #fff #fff!important}[data-theme=alptis] .button.is-dark.is-outlined{background-color:transparent;border-color:#363636;color:#363636}[data-theme=alptis] .button.is-dark.is-outlined:hover,[data-theme=alptis] .button.is-dark.is-outlined.is-hovered,[data-theme=alptis] .button.is-dark.is-outlined:focus,[data-theme=alptis] .button.is-dark.is-outlined.is-focused{background-color:#363636;border-color:#363636;color:#fff}[data-theme=alptis] .button.is-dark.is-outlined.is-loading:after{border-color:transparent transparent hsl(0,0%,21%) hsl(0,0%,21%)!important}[data-theme=alptis] .button.is-dark.is-outlined.is-loading:hover:after,[data-theme=alptis] .button.is-dark.is-outlined.is-loading.is-hovered:after,[data-theme=alptis] .button.is-dark.is-outlined.is-loading:focus:after,[data-theme=alptis] .button.is-dark.is-outlined.is-loading.is-focused:after{border-color:transparent transparent #fff #fff!important}[data-theme=alptis] .button.is-dark.is-outlined[disabled],fieldset[disabled] [data-theme=alptis] .button.is-dark.is-outlined{background-color:transparent;border-color:#363636;box-shadow:none;color:#363636}[data-theme=alptis] .button.is-dark.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}[data-theme=alptis] .button.is-dark.is-inverted.is-outlined:hover,[data-theme=alptis] .button.is-dark.is-inverted.is-outlined.is-hovered,[data-theme=alptis] .button.is-dark.is-inverted.is-outlined:focus,[data-theme=alptis] .button.is-dark.is-inverted.is-outlined.is-focused{background-color:#fff;color:#363636}[data-theme=alptis] .button.is-dark.is-inverted.is-outlined.is-loading:hover:after,[data-theme=alptis] .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered:after,[data-theme=alptis] .button.is-dark.is-inverted.is-outlined.is-loading:focus:after,[data-theme=alptis] .button.is-dark.is-inverted.is-outlined.is-loading.is-focused:after{border-color:transparent transparent hsl(0,0%,21%) hsl(0,0%,21%)!important}[data-theme=alptis] .button.is-dark.is-inverted.is-outlined[disabled],fieldset[disabled] [data-theme=alptis] .button.is-dark.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}[data-theme=alptis] .button.is-primary{background-color:#00d1b2;border-color:transparent;color:#fff}[data-theme=alptis] .button.is-primary:hover,[data-theme=alptis] .button.is-primary.is-hovered{background-color:#00c4a7;border-color:transparent;color:#fff}[data-theme=alptis] .button.is-primary:focus,[data-theme=alptis] .button.is-primary.is-focused{border-color:transparent;color:#fff}[data-theme=alptis] .button.is-primary:focus:not(:active),[data-theme=alptis] .button.is-primary.is-focused:not(:active){box-shadow:0 0 0 .125em #00d1b240}[data-theme=alptis] .button.is-primary:active,[data-theme=alptis] .button.is-primary.is-active{background-color:#00b89c;border-color:transparent;color:#fff}[data-theme=alptis] .button.is-primary[disabled],fieldset[disabled] [data-theme=alptis] .button.is-primary{background-color:#00d1b2;border-color:#00d1b2;box-shadow:none}[data-theme=alptis] .button.is-primary.is-inverted{background-color:#fff;color:#00d1b2}[data-theme=alptis] .button.is-primary.is-inverted:hover,[data-theme=alptis] .button.is-primary.is-inverted.is-hovered{background-color:#f2f2f2}[data-theme=alptis] .button.is-primary.is-inverted[disabled],fieldset[disabled] [data-theme=alptis] .button.is-primary.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#00d1b2}[data-theme=alptis] .button.is-primary.is-loading:after{border-color:transparent transparent #fff #fff!important}[data-theme=alptis] .button.is-primary.is-outlined{background-color:transparent;border-color:#00d1b2;color:#00d1b2}[data-theme=alptis] .button.is-primary.is-outlined:hover,[data-theme=alptis] .button.is-primary.is-outlined.is-hovered,[data-theme=alptis] .button.is-primary.is-outlined:focus,[data-theme=alptis] .button.is-primary.is-outlined.is-focused{background-color:#00d1b2;border-color:#00d1b2;color:#fff}[data-theme=alptis] .button.is-primary.is-outlined.is-loading:after{border-color:transparent transparent hsl(171,100%,41%) hsl(171,100%,41%)!important}[data-theme=alptis] .button.is-primary.is-outlined.is-loading:hover:after,[data-theme=alptis] .button.is-primary.is-outlined.is-loading.is-hovered:after,[data-theme=alptis] .button.is-primary.is-outlined.is-loading:focus:after,[data-theme=alptis] .button.is-primary.is-outlined.is-loading.is-focused:after{border-color:transparent transparent #fff #fff!important}[data-theme=alptis] .button.is-primary.is-outlined[disabled],fieldset[disabled] [data-theme=alptis] .button.is-primary.is-outlined{background-color:transparent;border-color:#00d1b2;box-shadow:none;color:#00d1b2}[data-theme=alptis] .button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}[data-theme=alptis] .button.is-primary.is-inverted.is-outlined:hover,[data-theme=alptis] .button.is-primary.is-inverted.is-outlined.is-hovered,[data-theme=alptis] .button.is-primary.is-inverted.is-outlined:focus,[data-theme=alptis] .button.is-primary.is-inverted.is-outlined.is-focused{background-color:#fff;color:#00d1b2}[data-theme=alptis] .button.is-primary.is-inverted.is-outlined.is-loading:hover:after,[data-theme=alptis] .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered:after,[data-theme=alptis] .button.is-primary.is-inverted.is-outlined.is-loading:focus:after,[data-theme=alptis] .button.is-primary.is-inverted.is-outlined.is-loading.is-focused:after{border-color:transparent transparent hsl(171,100%,41%) hsl(171,100%,41%)!important}[data-theme=alptis] .button.is-primary.is-inverted.is-outlined[disabled],fieldset[disabled] [data-theme=alptis] .button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}[data-theme=alptis] .button.is-primary.is-light{background-color:#ebfffc;color:#00947e}[data-theme=alptis] .button.is-primary.is-light:hover,[data-theme=alptis] .button.is-primary.is-light.is-hovered{background-color:#defffa;border-color:transparent;color:#00947e}[data-theme=alptis] .button.is-primary.is-light:active,[data-theme=alptis] .button.is-primary.is-light.is-active{background-color:#d1fff8;border-color:transparent;color:#00947e}[data-theme=alptis] .button.is-link{background-color:#485fc7;border-color:transparent;color:#fff}[data-theme=alptis] .button.is-link:hover,[data-theme=alptis] .button.is-link.is-hovered{background-color:#3e56c4;border-color:transparent;color:#fff}[data-theme=alptis] .button.is-link:focus,[data-theme=alptis] .button.is-link.is-focused{border-color:transparent;color:#fff}[data-theme=alptis] .button.is-link:focus:not(:active),[data-theme=alptis] .button.is-link.is-focused:not(:active){box-shadow:0 0 0 .125em #485fc740}[data-theme=alptis] .button.is-link:active,[data-theme=alptis] .button.is-link.is-active{background-color:#3a51bb;border-color:transparent;color:#fff}[data-theme=alptis] .button.is-link[disabled],fieldset[disabled] [data-theme=alptis] .button.is-link{background-color:#485fc7;border-color:#485fc7;box-shadow:none}[data-theme=alptis] .button.is-link.is-inverted{background-color:#fff;color:#485fc7}[data-theme=alptis] .button.is-link.is-inverted:hover,[data-theme=alptis] .button.is-link.is-inverted.is-hovered{background-color:#f2f2f2}[data-theme=alptis] .button.is-link.is-inverted[disabled],fieldset[disabled] [data-theme=alptis] .button.is-link.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#485fc7}[data-theme=alptis] .button.is-link.is-loading:after{border-color:transparent transparent #fff #fff!important}[data-theme=alptis] .button.is-link.is-outlined{background-color:transparent;border-color:#485fc7;color:#485fc7}[data-theme=alptis] .button.is-link.is-outlined:hover,[data-theme=alptis] .button.is-link.is-outlined.is-hovered,[data-theme=alptis] .button.is-link.is-outlined:focus,[data-theme=alptis] .button.is-link.is-outlined.is-focused{background-color:#485fc7;border-color:#485fc7;color:#fff}[data-theme=alptis] .button.is-link.is-outlined.is-loading:after{border-color:transparent transparent hsl(229,53%,53%) hsl(229,53%,53%)!important}[data-theme=alptis] .button.is-link.is-outlined.is-loading:hover:after,[data-theme=alptis] .button.is-link.is-outlined.is-loading.is-hovered:after,[data-theme=alptis] .button.is-link.is-outlined.is-loading:focus:after,[data-theme=alptis] .button.is-link.is-outlined.is-loading.is-focused:after{border-color:transparent transparent #fff #fff!important}[data-theme=alptis] .button.is-link.is-outlined[disabled],fieldset[disabled] [data-theme=alptis] .button.is-link.is-outlined{background-color:transparent;border-color:#485fc7;box-shadow:none;color:#485fc7}[data-theme=alptis] .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}[data-theme=alptis] .button.is-link.is-inverted.is-outlined:hover,[data-theme=alptis] .button.is-link.is-inverted.is-outlined.is-hovered,[data-theme=alptis] .button.is-link.is-inverted.is-outlined:focus,[data-theme=alptis] .button.is-link.is-inverted.is-outlined.is-focused{background-color:#fff;color:#485fc7}[data-theme=alptis] .button.is-link.is-inverted.is-outlined.is-loading:hover:after,[data-theme=alptis] .button.is-link.is-inverted.is-outlined.is-loading.is-hovered:after,[data-theme=alptis] .button.is-link.is-inverted.is-outlined.is-loading:focus:after,[data-theme=alptis] .button.is-link.is-inverted.is-outlined.is-loading.is-focused:after{border-color:transparent transparent hsl(229,53%,53%) hsl(229,53%,53%)!important}[data-theme=alptis] .button.is-link.is-inverted.is-outlined[disabled],fieldset[disabled] [data-theme=alptis] .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}[data-theme=alptis] .button.is-link.is-light{background-color:#eff1fa;color:#3850b7}[data-theme=alptis] .button.is-link.is-light:hover,[data-theme=alptis] .button.is-link.is-light.is-hovered{background-color:#e6e9f7;border-color:transparent;color:#3850b7}[data-theme=alptis] .button.is-link.is-light:active,[data-theme=alptis] .button.is-link.is-light.is-active{background-color:#dce0f4;border-color:transparent;color:#3850b7}[data-theme=alptis] .button.is-info{background-color:#3e8ed0;border-color:transparent;color:#fff}[data-theme=alptis] .button.is-info:hover,[data-theme=alptis] .button.is-info.is-hovered{background-color:#3488ce;border-color:transparent;color:#fff}[data-theme=alptis] .button.is-info:focus,[data-theme=alptis] .button.is-info.is-focused{border-color:transparent;color:#fff}[data-theme=alptis] .button.is-info:focus:not(:active),[data-theme=alptis] .button.is-info.is-focused:not(:active){box-shadow:0 0 0 .125em #3e8ed040}[data-theme=alptis] .button.is-info:active,[data-theme=alptis] .button.is-info.is-active{background-color:#3082c5;border-color:transparent;color:#fff}[data-theme=alptis] .button.is-info[disabled],fieldset[disabled] [data-theme=alptis] .button.is-info{background-color:#3e8ed0;border-color:#3e8ed0;box-shadow:none}[data-theme=alptis] .button.is-info.is-inverted{background-color:#fff;color:#3e8ed0}[data-theme=alptis] .button.is-info.is-inverted:hover,[data-theme=alptis] .button.is-info.is-inverted.is-hovered{background-color:#f2f2f2}[data-theme=alptis] .button.is-info.is-inverted[disabled],fieldset[disabled] [data-theme=alptis] .button.is-info.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#3e8ed0}[data-theme=alptis] .button.is-info.is-loading:after{border-color:transparent transparent #fff #fff!important}[data-theme=alptis] .button.is-info.is-outlined{background-color:transparent;border-color:#3e8ed0;color:#3e8ed0}[data-theme=alptis] .button.is-info.is-outlined:hover,[data-theme=alptis] .button.is-info.is-outlined.is-hovered,[data-theme=alptis] .button.is-info.is-outlined:focus,[data-theme=alptis] .button.is-info.is-outlined.is-focused{background-color:#3e8ed0;border-color:#3e8ed0;color:#fff}[data-theme=alptis] .button.is-info.is-outlined.is-loading:after{border-color:transparent transparent hsl(207,61%,53%) hsl(207,61%,53%)!important}[data-theme=alptis] .button.is-info.is-outlined.is-loading:hover:after,[data-theme=alptis] .button.is-info.is-outlined.is-loading.is-hovered:after,[data-theme=alptis] .button.is-info.is-outlined.is-loading:focus:after,[data-theme=alptis] .button.is-info.is-outlined.is-loading.is-focused:after{border-color:transparent transparent #fff #fff!important}[data-theme=alptis] .button.is-info.is-outlined[disabled],fieldset[disabled] [data-theme=alptis] .button.is-info.is-outlined{background-color:transparent;border-color:#3e8ed0;box-shadow:none;color:#3e8ed0}[data-theme=alptis] .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}[data-theme=alptis] .button.is-info.is-inverted.is-outlined:hover,[data-theme=alptis] .button.is-info.is-inverted.is-outlined.is-hovered,[data-theme=alptis] .button.is-info.is-inverted.is-outlined:focus,[data-theme=alptis] .button.is-info.is-inverted.is-outlined.is-focused{background-color:#fff;color:#3e8ed0}[data-theme=alptis] .button.is-info.is-inverted.is-outlined.is-loading:hover:after,[data-theme=alptis] .button.is-info.is-inverted.is-outlined.is-loading.is-hovered:after,[data-theme=alptis] .button.is-info.is-inverted.is-outlined.is-loading:focus:after,[data-theme=alptis] .button.is-info.is-inverted.is-outlined.is-loading.is-focused:after{border-color:transparent transparent hsl(207,61%,53%) hsl(207,61%,53%)!important}[data-theme=alptis] .button.is-info.is-inverted.is-outlined[disabled],fieldset[disabled] [data-theme=alptis] .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}[data-theme=alptis] .button.is-info.is-light{background-color:#eff5fb;color:#296fa8}[data-theme=alptis] .button.is-info.is-light:hover,[data-theme=alptis] .button.is-info.is-light.is-hovered{background-color:#e4eff9;border-color:transparent;color:#296fa8}[data-theme=alptis] .button.is-info.is-light:active,[data-theme=alptis] .button.is-info.is-light.is-active{background-color:#dae9f6;border-color:transparent;color:#296fa8}[data-theme=alptis] .button.is-success{background-color:#48c78e;border-color:transparent;color:#fff}[data-theme=alptis] .button.is-success:hover,[data-theme=alptis] .button.is-success.is-hovered{background-color:#3ec487;border-color:transparent;color:#fff}[data-theme=alptis] .button.is-success:focus,[data-theme=alptis] .button.is-success.is-focused{border-color:transparent;color:#fff}[data-theme=alptis] .button.is-success:focus:not(:active),[data-theme=alptis] .button.is-success.is-focused:not(:active){box-shadow:0 0 0 .125em #48c78e40}[data-theme=alptis] .button.is-success:active,[data-theme=alptis] .button.is-success.is-active{background-color:#3abb81;border-color:transparent;color:#fff}[data-theme=alptis] .button.is-success[disabled],fieldset[disabled] [data-theme=alptis] .button.is-success{background-color:#48c78e;border-color:#48c78e;box-shadow:none}[data-theme=alptis] .button.is-success.is-inverted{background-color:#fff;color:#48c78e}[data-theme=alptis] .button.is-success.is-inverted:hover,[data-theme=alptis] .button.is-success.is-inverted.is-hovered{background-color:#f2f2f2}[data-theme=alptis] .button.is-success.is-inverted[disabled],fieldset[disabled] [data-theme=alptis] .button.is-success.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#48c78e}[data-theme=alptis] .button.is-success.is-loading:after{border-color:transparent transparent #fff #fff!important}[data-theme=alptis] .button.is-success.is-outlined{background-color:transparent;border-color:#48c78e;color:#48c78e}[data-theme=alptis] .button.is-success.is-outlined:hover,[data-theme=alptis] .button.is-success.is-outlined.is-hovered,[data-theme=alptis] .button.is-success.is-outlined:focus,[data-theme=alptis] .button.is-success.is-outlined.is-focused{background-color:#48c78e;border-color:#48c78e;color:#fff}[data-theme=alptis] .button.is-success.is-outlined.is-loading:after{border-color:transparent transparent hsl(153,53%,53%) hsl(153,53%,53%)!important}[data-theme=alptis] .button.is-success.is-outlined.is-loading:hover:after,[data-theme=alptis] .button.is-success.is-outlined.is-loading.is-hovered:after,[data-theme=alptis] .button.is-success.is-outlined.is-loading:focus:after,[data-theme=alptis] .button.is-success.is-outlined.is-loading.is-focused:after{border-color:transparent transparent #fff #fff!important}[data-theme=alptis] .button.is-success.is-outlined[disabled],fieldset[disabled] [data-theme=alptis] .button.is-success.is-outlined{background-color:transparent;border-color:#48c78e;box-shadow:none;color:#48c78e}[data-theme=alptis] .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}[data-theme=alptis] .button.is-success.is-inverted.is-outlined:hover,[data-theme=alptis] .button.is-success.is-inverted.is-outlined.is-hovered,[data-theme=alptis] .button.is-success.is-inverted.is-outlined:focus,[data-theme=alptis] .button.is-success.is-inverted.is-outlined.is-focused{background-color:#fff;color:#48c78e}[data-theme=alptis] .button.is-success.is-inverted.is-outlined.is-loading:hover:after,[data-theme=alptis] .button.is-success.is-inverted.is-outlined.is-loading.is-hovered:after,[data-theme=alptis] .button.is-success.is-inverted.is-outlined.is-loading:focus:after,[data-theme=alptis] .button.is-success.is-inverted.is-outlined.is-loading.is-focused:after{border-color:transparent transparent hsl(153,53%,53%) hsl(153,53%,53%)!important}[data-theme=alptis] .button.is-success.is-inverted.is-outlined[disabled],fieldset[disabled] [data-theme=alptis] .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}[data-theme=alptis] .button.is-success.is-light{background-color:#effaf5;color:#257953}[data-theme=alptis] .button.is-success.is-light:hover,[data-theme=alptis] .button.is-success.is-light.is-hovered{background-color:#e6f7ef;border-color:transparent;color:#257953}[data-theme=alptis] .button.is-success.is-light:active,[data-theme=alptis] .button.is-success.is-light.is-active{background-color:#dcf4e9;border-color:transparent;color:#257953}[data-theme=alptis] .button.is-warning{background-color:#ffe08a;border-color:transparent;color:#000000b3}[data-theme=alptis] .button.is-warning:hover,[data-theme=alptis] .button.is-warning.is-hovered{background-color:#ffdc7d;border-color:transparent;color:#000000b3}[data-theme=alptis] .button.is-warning:focus,[data-theme=alptis] .button.is-warning.is-focused{border-color:transparent;color:#000000b3}[data-theme=alptis] .button.is-warning:focus:not(:active),[data-theme=alptis] .button.is-warning.is-focused:not(:active){box-shadow:0 0 0 .125em #ffe08a40}[data-theme=alptis] .button.is-warning:active,[data-theme=alptis] .button.is-warning.is-active{background-color:#ffd970;border-color:transparent;color:#000000b3}[data-theme=alptis] .button.is-warning[disabled],fieldset[disabled] [data-theme=alptis] .button.is-warning{background-color:#ffe08a;border-color:#ffe08a;box-shadow:none}[data-theme=alptis] .button.is-warning.is-inverted{background-color:#000000b3;color:#ffe08a}[data-theme=alptis] .button.is-warning.is-inverted:hover,[data-theme=alptis] .button.is-warning.is-inverted.is-hovered{background-color:#000000b3}[data-theme=alptis] .button.is-warning.is-inverted[disabled],fieldset[disabled] [data-theme=alptis] .button.is-warning.is-inverted{background-color:#000000b3;border-color:transparent;box-shadow:none;color:#ffe08a}[data-theme=alptis] .button.is-warning.is-loading:after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}[data-theme=alptis] .button.is-warning.is-outlined{background-color:transparent;border-color:#ffe08a;color:#ffe08a}[data-theme=alptis] .button.is-warning.is-outlined:hover,[data-theme=alptis] .button.is-warning.is-outlined.is-hovered,[data-theme=alptis] .button.is-warning.is-outlined:focus,[data-theme=alptis] .button.is-warning.is-outlined.is-focused{background-color:#ffe08a;border-color:#ffe08a;color:#000000b3}[data-theme=alptis] .button.is-warning.is-outlined.is-loading:after{border-color:transparent transparent hsl(44,100%,77%) hsl(44,100%,77%)!important}[data-theme=alptis] .button.is-warning.is-outlined.is-loading:hover:after,[data-theme=alptis] .button.is-warning.is-outlined.is-loading.is-hovered:after,[data-theme=alptis] .button.is-warning.is-outlined.is-loading:focus:after,[data-theme=alptis] .button.is-warning.is-outlined.is-loading.is-focused:after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}[data-theme=alptis] .button.is-warning.is-outlined[disabled],fieldset[disabled] [data-theme=alptis] .button.is-warning.is-outlined{background-color:transparent;border-color:#ffe08a;box-shadow:none;color:#ffe08a}[data-theme=alptis] .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:#000000b3;color:#000000b3}[data-theme=alptis] .button.is-warning.is-inverted.is-outlined:hover,[data-theme=alptis] .button.is-warning.is-inverted.is-outlined.is-hovered,[data-theme=alptis] .button.is-warning.is-inverted.is-outlined:focus,[data-theme=alptis] .button.is-warning.is-inverted.is-outlined.is-focused{background-color:#000000b3;color:#ffe08a}[data-theme=alptis] .button.is-warning.is-inverted.is-outlined.is-loading:hover:after,[data-theme=alptis] .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered:after,[data-theme=alptis] .button.is-warning.is-inverted.is-outlined.is-loading:focus:after,[data-theme=alptis] .button.is-warning.is-inverted.is-outlined.is-loading.is-focused:after{border-color:transparent transparent hsl(44,100%,77%) hsl(44,100%,77%)!important}[data-theme=alptis] .button.is-warning.is-inverted.is-outlined[disabled],fieldset[disabled] [data-theme=alptis] .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:#000000b3;box-shadow:none;color:#000000b3}[data-theme=alptis] .button.is-warning.is-light{background-color:#fffaeb;color:#946c00}[data-theme=alptis] .button.is-warning.is-light:hover,[data-theme=alptis] .button.is-warning.is-light.is-hovered{background-color:#fff6de;border-color:transparent;color:#946c00}[data-theme=alptis] .button.is-warning.is-light:active,[data-theme=alptis] .button.is-warning.is-light.is-active{background-color:#fff3d1;border-color:transparent;color:#946c00}[data-theme=alptis] .button.is-danger{background-color:#f14668;border-color:transparent;color:#fff}[data-theme=alptis] .button.is-danger:hover,[data-theme=alptis] .button.is-danger.is-hovered{background-color:#f03a5f;border-color:transparent;color:#fff}[data-theme=alptis] .button.is-danger:focus,[data-theme=alptis] .button.is-danger.is-focused{border-color:transparent;color:#fff}[data-theme=alptis] .button.is-danger:focus:not(:active),[data-theme=alptis] .button.is-danger.is-focused:not(:active){box-shadow:0 0 0 .125em #f1466840}[data-theme=alptis] .button.is-danger:active,[data-theme=alptis] .button.is-danger.is-active{background-color:#ef2e55;border-color:transparent;color:#fff}[data-theme=alptis] .button.is-danger[disabled],fieldset[disabled] [data-theme=alptis] .button.is-danger{background-color:#f14668;border-color:#f14668;box-shadow:none}[data-theme=alptis] .button.is-danger.is-inverted{background-color:#fff;color:#f14668}[data-theme=alptis] .button.is-danger.is-inverted:hover,[data-theme=alptis] .button.is-danger.is-inverted.is-hovered{background-color:#f2f2f2}[data-theme=alptis] .button.is-danger.is-inverted[disabled],fieldset[disabled] [data-theme=alptis] .button.is-danger.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#f14668}[data-theme=alptis] .button.is-danger.is-loading:after{border-color:transparent transparent #fff #fff!important}[data-theme=alptis] .button.is-danger.is-outlined{background-color:transparent;border-color:#f14668;color:#f14668}[data-theme=alptis] .button.is-danger.is-outlined:hover,[data-theme=alptis] .button.is-danger.is-outlined.is-hovered,[data-theme=alptis] .button.is-danger.is-outlined:focus,[data-theme=alptis] .button.is-danger.is-outlined.is-focused{background-color:#f14668;border-color:#f14668;color:#fff}[data-theme=alptis] .button.is-danger.is-outlined.is-loading:after{border-color:transparent transparent hsl(348,86%,61%) hsl(348,86%,61%)!important}[data-theme=alptis] .button.is-danger.is-outlined.is-loading:hover:after,[data-theme=alptis] .button.is-danger.is-outlined.is-loading.is-hovered:after,[data-theme=alptis] .button.is-danger.is-outlined.is-loading:focus:after,[data-theme=alptis] .button.is-danger.is-outlined.is-loading.is-focused:after{border-color:transparent transparent #fff #fff!important}[data-theme=alptis] .button.is-danger.is-outlined[disabled],fieldset[disabled] [data-theme=alptis] .button.is-danger.is-outlined{background-color:transparent;border-color:#f14668;box-shadow:none;color:#f14668}[data-theme=alptis] .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}[data-theme=alptis] .button.is-danger.is-inverted.is-outlined:hover,[data-theme=alptis] .button.is-danger.is-inverted.is-outlined.is-hovered,[data-theme=alptis] .button.is-danger.is-inverted.is-outlined:focus,[data-theme=alptis] .button.is-danger.is-inverted.is-outlined.is-focused{background-color:#fff;color:#f14668}[data-theme=alptis] .button.is-danger.is-inverted.is-outlined.is-loading:hover:after,[data-theme=alptis] .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered:after,[data-theme=alptis] .button.is-danger.is-inverted.is-outlined.is-loading:focus:after,[data-theme=alptis] .button.is-danger.is-inverted.is-outlined.is-loading.is-focused:after{border-color:transparent transparent hsl(348,86%,61%) hsl(348,86%,61%)!important}[data-theme=alptis] .button.is-danger.is-inverted.is-outlined[disabled],fieldset[disabled] [data-theme=alptis] .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}[data-theme=alptis] .button.is-danger.is-light{background-color:#feecf0;color:#cc0f35}[data-theme=alptis] .button.is-danger.is-light:hover,[data-theme=alptis] .button.is-danger.is-light.is-hovered{background-color:#fde0e6;border-color:transparent;color:#cc0f35}[data-theme=alptis] .button.is-danger.is-light:active,[data-theme=alptis] .button.is-danger.is-light.is-active{background-color:#fcd4dc;border-color:transparent;color:#cc0f35}[data-theme=alptis] .button.is-small:not(.is-rounded){border-radius:2px}[data-theme=alptis] .button.is-small{font-size:.75rem}[data-theme=alptis] .button.is-normal{font-size:1rem}[data-theme=alptis] .button.is-medium{font-size:1.25rem}[data-theme=alptis] .button.is-large{font-size:1.5rem}[data-theme=alptis] .button[disabled],fieldset[disabled] [data-theme=alptis] .button{background-color:#fff;border-color:#dbdbdb;box-shadow:none;opacity:.5}[data-theme=alptis] .button.is-fullwidth{display:flex;width:100%}[data-theme=alptis] .button.is-loading{color:transparent!important;pointer-events:none}[data-theme=alptis] .button.is-loading:after{position:absolute;left:calc(50% - .5em);top:calc(50% - .5em);position:absolute!important}[data-theme=alptis] .button.is-static{background-color:#f5f5f5;border-color:#dbdbdb;color:#7a7a7a;box-shadow:none;pointer-events:none}[data-theme=alptis] .button.is-rounded{border-radius:9999px;padding-left:1.25em;padding-right:1.25em}[data-theme=alptis] .buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}[data-theme=alptis] .buttons .button{margin-bottom:.5rem}[data-theme=alptis] .buttons .button:not(:last-child):not(.is-fullwidth){margin-right:.5rem}[data-theme=alptis] .buttons:last-child{margin-bottom:-.5rem}[data-theme=alptis] .buttons:not(:last-child){margin-bottom:1rem}[data-theme=alptis] .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded){border-radius:2px}[data-theme=alptis] .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large){font-size:.75rem}[data-theme=alptis] .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}[data-theme=alptis] .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}[data-theme=alptis] .buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}[data-theme=alptis] .buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}[data-theme=alptis] .buttons.has-addons .button:last-child{margin-right:0}[data-theme=alptis] .buttons.has-addons .button:hover,[data-theme=alptis] .buttons.has-addons .button.is-hovered{z-index:2}[data-theme=alptis] .buttons.has-addons .button:focus,[data-theme=alptis] .buttons.has-addons .button.is-focused,[data-theme=alptis] .buttons.has-addons .button:active,[data-theme=alptis] .buttons.has-addons .button.is-active,[data-theme=alptis] .buttons.has-addons .button.is-selected{z-index:3}[data-theme=alptis] .buttons.has-addons .button:focus:hover,[data-theme=alptis] .buttons.has-addons .button.is-focused:hover,[data-theme=alptis] .buttons.has-addons .button:active:hover,[data-theme=alptis] .buttons.has-addons .button.is-active:hover,[data-theme=alptis] .buttons.has-addons .button.is-selected:hover{z-index:4}[data-theme=alptis] .buttons.has-addons .button.is-expanded{flex-grow:1;flex-shrink:1}[data-theme=alptis] .buttons.is-centered{justify-content:center}[data-theme=alptis] .buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth){margin-left:.25rem;margin-right:.25rem}[data-theme=alptis] .buttons.is-right{justify-content:flex-end}[data-theme=alptis] .buttons.is-right:not(.has-addons) .button:not(.is-fullwidth){margin-left:.25rem;margin-right:.25rem}@media screen and (max-width:768px){[data-theme=alptis] .button.is-responsive.is-small{font-size:.5625rem}[data-theme=alptis] .button.is-responsive,[data-theme=alptis] .button.is-responsive.is-normal{font-size:.65625rem}[data-theme=alptis] .button.is-responsive.is-medium{font-size:.75rem}[data-theme=alptis] .button.is-responsive.is-large{font-size:1rem}}@media screen and (min-width:769px)and (max-width:1023px){[data-theme=alptis] .button.is-responsive.is-small{font-size:.65625rem}[data-theme=alptis] .button.is-responsive,[data-theme=alptis] .button.is-responsive.is-normal{font-size:.75rem}[data-theme=alptis] .button.is-responsive.is-medium{font-size:1rem}[data-theme=alptis] .button.is-responsive.is-large{font-size:1.25rem}}[data-theme=alptis] .container{flex-grow:1;margin:0 auto;position:relative;width:auto}[data-theme=alptis] .container.is-fluid{max-width:none!important;padding-left:32px;padding-right:32px;width:100%}@media screen and (min-width:1024px){[data-theme=alptis] .container{max-width:960px}}@media screen and (max-width:1215px){[data-theme=alptis] .container.is-widescreen:not(.is-max-desktop){max-width:1152px}}@media screen and (max-width:1407px){[data-theme=alptis] .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}@media screen and (min-width:1216px){[data-theme=alptis] .container:not(.is-max-desktop){max-width:1152px}}@media screen and (min-width:1408px){[data-theme=alptis] .container:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}[data-theme=alptis] .content li+li{margin-top:.25em}[data-theme=alptis] .content p:not(:last-child),[data-theme=alptis] .content dl:not(:last-child),[data-theme=alptis] .content ol:not(:last-child),[data-theme=alptis] .content ul:not(:last-child),[data-theme=alptis] .content blockquote:not(:last-child),[data-theme=alptis] .content pre:not(:last-child),[data-theme=alptis] .content table:not(:last-child){margin-bottom:1em}[data-theme=alptis] .content h1,[data-theme=alptis] .content h2,[data-theme=alptis] .content h3,[data-theme=alptis] .content h4,[data-theme=alptis] .content h5,[data-theme=alptis] .content h6{color:#363636;font-weight:600;line-height:1.125}[data-theme=alptis] .content h1{font-size:2em;margin-bottom:.5em}[data-theme=alptis] .content h1:not(:first-child){margin-top:1em}[data-theme=alptis] .content h2{font-size:1.75em;margin-bottom:.5714em}[data-theme=alptis] .content h2:not(:first-child){margin-top:1.1428em}[data-theme=alptis] .content h3{font-size:1.5em;margin-bottom:.6666em}[data-theme=alptis] .content h3:not(:first-child){margin-top:1.3333em}[data-theme=alptis] .content h4{font-size:1.25em;margin-bottom:.8em}[data-theme=alptis] .content h5{font-size:1.125em;margin-bottom:.8888em}[data-theme=alptis] .content h6{font-size:1em;margin-bottom:1em}[data-theme=alptis] .content blockquote{background-color:#f5f5f5;border-left:5px solid hsl(0,0%,86%);padding:1.25em 1.5em}[data-theme=alptis] .content ol{list-style-position:outside;margin-left:2em;margin-top:1em}[data-theme=alptis] .content ol:not([type]){list-style-type:decimal}[data-theme=alptis] .content ol:not([type]).is-lower-alpha{list-style-type:lower-alpha}[data-theme=alptis] .content ol:not([type]).is-lower-roman{list-style-type:lower-roman}[data-theme=alptis] .content ol:not([type]).is-upper-alpha{list-style-type:upper-alpha}[data-theme=alptis] .content ol:not([type]).is-upper-roman{list-style-type:upper-roman}[data-theme=alptis] .content ul{list-style:disc outside;margin-left:2em;margin-top:1em}[data-theme=alptis] .content ul ul{list-style-type:circle;margin-top:.5em}[data-theme=alptis] .content ul ul ul{list-style-type:square}[data-theme=alptis] .content dd{margin-left:2em}[data-theme=alptis] .content figure{margin-left:2em;margin-right:2em;text-align:center}[data-theme=alptis] .content figure:not(:first-child){margin-top:2em}[data-theme=alptis] .content figure:not(:last-child){margin-bottom:2em}[data-theme=alptis] .content figure img{display:inline-block}[data-theme=alptis] .content figure figcaption{font-style:italic}[data-theme=alptis] .content pre{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:1.25em 1.5em;white-space:pre;word-wrap:normal}[data-theme=alptis] .content sup,[data-theme=alptis] .content sub{font-size:75%}[data-theme=alptis] .content table{width:100%}[data-theme=alptis] .content table td,[data-theme=alptis] .content table th{border:1px solid hsl(0,0%,86%);border-width:0 0 1px;padding:.5em .75em;vertical-align:top}[data-theme=alptis] .content table th{color:#363636}[data-theme=alptis] .content table th:not([align]){text-align:inherit}[data-theme=alptis] .content table thead td,[data-theme=alptis] .content table thead th{border-width:0 0 2px;color:#363636}[data-theme=alptis] .content table tfoot td,[data-theme=alptis] .content table tfoot th{border-width:2px 0 0;color:#363636}[data-theme=alptis] .content table tbody tr:last-child td,[data-theme=alptis] .content table tbody tr:last-child th{border-bottom-width:0}[data-theme=alptis] .content .tabs li+li{margin-top:0}[data-theme=alptis] .content.is-small{font-size:.75rem}[data-theme=alptis] .content.is-normal{font-size:1rem}[data-theme=alptis] .content.is-medium{font-size:1.25rem}[data-theme=alptis] .content.is-large{font-size:1.5rem}[data-theme=alptis] .icon{align-items:center;display:inline-flex;justify-content:center;height:1.5rem;width:1.5rem}[data-theme=alptis] .icon.is-small{height:1rem;width:1rem}[data-theme=alptis] .icon.is-medium{height:2rem;width:2rem}[data-theme=alptis] .icon.is-large{height:3rem;width:3rem}[data-theme=alptis] .icon-text{align-items:flex-start;color:inherit;display:inline-flex;flex-wrap:wrap;line-height:1.5rem;vertical-align:top}[data-theme=alptis] .icon-text .icon{flex-grow:0;flex-shrink:0}[data-theme=alptis] .icon-text .icon:not(:last-child){margin-right:.25em}[data-theme=alptis] .icon-text .icon:not(:first-child){margin-left:.25em}[data-theme=alptis] div.icon-text{display:flex}[data-theme=alptis] .image{display:block;position:relative}[data-theme=alptis] .image img{display:block;height:auto;width:100%}[data-theme=alptis] .image img.is-rounded{border-radius:9999px}[data-theme=alptis] .image.is-fullwidth{width:100%}[data-theme=alptis] .image.is-square img,[data-theme=alptis] .image.is-square .has-ratio,[data-theme=alptis] .image.is-1by1 img,[data-theme=alptis] .image.is-1by1 .has-ratio,[data-theme=alptis] .image.is-5by4 img,[data-theme=alptis] .image.is-5by4 .has-ratio,[data-theme=alptis] .image.is-4by3 img,[data-theme=alptis] .image.is-4by3 .has-ratio,[data-theme=alptis] .image.is-3by2 img,[data-theme=alptis] .image.is-3by2 .has-ratio,[data-theme=alptis] .image.is-5by3 img,[data-theme=alptis] .image.is-5by3 .has-ratio,[data-theme=alptis] .image.is-16by9 img,[data-theme=alptis] .image.is-16by9 .has-ratio,[data-theme=alptis] .image.is-2by1 img,[data-theme=alptis] .image.is-2by1 .has-ratio,[data-theme=alptis] .image.is-3by1 img,[data-theme=alptis] .image.is-3by1 .has-ratio,[data-theme=alptis] .image.is-4by5 img,[data-theme=alptis] .image.is-4by5 .has-ratio,[data-theme=alptis] .image.is-3by4 img,[data-theme=alptis] .image.is-3by4 .has-ratio,[data-theme=alptis] .image.is-2by3 img,[data-theme=alptis] .image.is-2by3 .has-ratio,[data-theme=alptis] .image.is-3by5 img,[data-theme=alptis] .image.is-3by5 .has-ratio,[data-theme=alptis] .image.is-9by16 img,[data-theme=alptis] .image.is-9by16 .has-ratio,[data-theme=alptis] .image.is-1by2 img,[data-theme=alptis] .image.is-1by2 .has-ratio,[data-theme=alptis] .image.is-1by3 img,[data-theme=alptis] .image.is-1by3 .has-ratio{height:100%;width:100%}[data-theme=alptis] .image.is-square,[data-theme=alptis] .image.is-1by1{padding-top:100%}[data-theme=alptis] .image.is-5by4{padding-top:80%}[data-theme=alptis] .image.is-4by3{padding-top:75%}[data-theme=alptis] .image.is-3by2{padding-top:66.6666%}[data-theme=alptis] .image.is-5by3{padding-top:60%}[data-theme=alptis] .image.is-16by9{padding-top:56.25%}[data-theme=alptis] .image.is-2by1{padding-top:50%}[data-theme=alptis] .image.is-3by1{padding-top:33.3333%}[data-theme=alptis] .image.is-4by5{padding-top:125%}[data-theme=alptis] .image.is-3by4{padding-top:133.3333%}[data-theme=alptis] .image.is-2by3{padding-top:150%}[data-theme=alptis] .image.is-3by5{padding-top:166.6666%}[data-theme=alptis] .image.is-9by16{padding-top:177.7777%}[data-theme=alptis] .image.is-1by2{padding-top:200%}[data-theme=alptis] .image.is-1by3{padding-top:300%}[data-theme=alptis] .image.is-16x16{height:16px;width:16px}[data-theme=alptis] .image.is-24x24{height:24px;width:24px}[data-theme=alptis] .image.is-32x32{height:32px;width:32px}[data-theme=alptis] .image.is-48x48{height:48px;width:48px}[data-theme=alptis] .image.is-64x64{height:64px;width:64px}[data-theme=alptis] .image.is-96x96{height:96px;width:96px}[data-theme=alptis] .image.is-128x128{height:128px;width:128px}[data-theme=alptis] .notification{background-color:#f5f5f5;border-radius:4px;position:relative;padding:1.25rem 2.5rem 1.25rem 1.5rem}[data-theme=alptis] .notification a:not(.button):not(.dropdown-item){color:currentColor;text-decoration:underline}[data-theme=alptis] .notification strong{color:currentColor}[data-theme=alptis] .notification code,[data-theme=alptis] .notification pre{background:#fff}[data-theme=alptis] .notification pre code{background:transparent}[data-theme=alptis] .notification>.delete{right:.5rem;position:absolute;top:.5rem}[data-theme=alptis] .notification .title,[data-theme=alptis] .notification .subtitle,[data-theme=alptis] .notification .content{color:currentColor}[data-theme=alptis] .notification.is-white{background-color:#fff;color:#0a0a0a}[data-theme=alptis] .notification.is-black{background-color:#0a0a0a;color:#fff}[data-theme=alptis] .notification.is-light{background-color:#f5f5f5;color:#000000b3}[data-theme=alptis] .notification.is-dark{background-color:#363636;color:#fff}[data-theme=alptis] .notification.is-primary{background-color:#00d1b2;color:#fff}[data-theme=alptis] .notification.is-primary.is-light{background-color:#ebfffc;color:#00947e}[data-theme=alptis] .notification.is-link{background-color:#485fc7;color:#fff}[data-theme=alptis] .notification.is-link.is-light{background-color:#eff1fa;color:#3850b7}[data-theme=alptis] .notification.is-info{background-color:#3e8ed0;color:#fff}[data-theme=alptis] .notification.is-info.is-light{background-color:#eff5fb;color:#296fa8}[data-theme=alptis] .notification.is-success{background-color:#48c78e;color:#fff}[data-theme=alptis] .notification.is-success.is-light{background-color:#effaf5;color:#257953}[data-theme=alptis] .notification.is-warning{background-color:#ffe08a;color:#000000b3}[data-theme=alptis] .notification.is-warning.is-light{background-color:#fffaeb;color:#946c00}[data-theme=alptis] .notification.is-danger{background-color:#f14668;color:#fff}[data-theme=alptis] .notification.is-danger.is-light{background-color:#feecf0;color:#cc0f35}[data-theme=alptis] .progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:9999px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}[data-theme=alptis] .progress::-webkit-progress-bar{background-color:#ededed}[data-theme=alptis] .progress::-webkit-progress-value{background-color:#4a4a4a}[data-theme=alptis] .progress::-moz-progress-bar{background-color:#4a4a4a}[data-theme=alptis] .progress::-ms-fill{background-color:#4a4a4a;border:none}[data-theme=alptis] .progress.is-white::-webkit-progress-value{background-color:#fff}[data-theme=alptis] .progress.is-white::-moz-progress-bar{background-color:#fff}[data-theme=alptis] .progress.is-white::-ms-fill{background-color:#fff}[data-theme=alptis] .progress.is-white:indeterminate{background-image:linear-gradient(to right,#fff 30%,#ededed 30%)}[data-theme=alptis] .progress.is-black::-webkit-progress-value{background-color:#0a0a0a}[data-theme=alptis] .progress.is-black::-moz-progress-bar{background-color:#0a0a0a}[data-theme=alptis] .progress.is-black::-ms-fill{background-color:#0a0a0a}[data-theme=alptis] .progress.is-black:indeterminate{background-image:linear-gradient(to right,#0a0a0a 30%,#ededed 30%)}[data-theme=alptis] .progress.is-light::-webkit-progress-value{background-color:#f5f5f5}[data-theme=alptis] .progress.is-light::-moz-progress-bar{background-color:#f5f5f5}[data-theme=alptis] .progress.is-light::-ms-fill{background-color:#f5f5f5}[data-theme=alptis] .progress.is-light:indeterminate{background-image:linear-gradient(to right,#f5f5f5 30%,#ededed 30%)}[data-theme=alptis] .progress.is-dark::-webkit-progress-value{background-color:#363636}[data-theme=alptis] .progress.is-dark::-moz-progress-bar{background-color:#363636}[data-theme=alptis] .progress.is-dark::-ms-fill{background-color:#363636}[data-theme=alptis] .progress.is-dark:indeterminate{background-image:linear-gradient(to right,#363636 30%,#ededed 30%)}[data-theme=alptis] .progress.is-primary::-webkit-progress-value{background-color:#00d1b2}[data-theme=alptis] .progress.is-primary::-moz-progress-bar{background-color:#00d1b2}[data-theme=alptis] .progress.is-primary::-ms-fill{background-color:#00d1b2}[data-theme=alptis] .progress.is-primary:indeterminate{background-image:linear-gradient(to right,#00d1b2 30%,#ededed 30%)}[data-theme=alptis] .progress.is-link::-webkit-progress-value{background-color:#485fc7}[data-theme=alptis] .progress.is-link::-moz-progress-bar{background-color:#485fc7}[data-theme=alptis] .progress.is-link::-ms-fill{background-color:#485fc7}[data-theme=alptis] .progress.is-link:indeterminate{background-image:linear-gradient(to right,#485fc7 30%,#ededed 30%)}[data-theme=alptis] .progress.is-info::-webkit-progress-value{background-color:#3e8ed0}[data-theme=alptis] .progress.is-info::-moz-progress-bar{background-color:#3e8ed0}[data-theme=alptis] .progress.is-info::-ms-fill{background-color:#3e8ed0}[data-theme=alptis] .progress.is-info:indeterminate{background-image:linear-gradient(to right,#3e8ed0 30%,#ededed 30%)}[data-theme=alptis] .progress.is-success::-webkit-progress-value{background-color:#48c78e}[data-theme=alptis] .progress.is-success::-moz-progress-bar{background-color:#48c78e}[data-theme=alptis] .progress.is-success::-ms-fill{background-color:#48c78e}[data-theme=alptis] .progress.is-success:indeterminate{background-image:linear-gradient(to right,#48c78e 30%,#ededed 30%)}[data-theme=alptis] .progress.is-warning::-webkit-progress-value{background-color:#ffe08a}[data-theme=alptis] .progress.is-warning::-moz-progress-bar{background-color:#ffe08a}[data-theme=alptis] .progress.is-warning::-ms-fill{background-color:#ffe08a}[data-theme=alptis] .progress.is-warning:indeterminate{background-image:linear-gradient(to right,#ffe08a 30%,#ededed 30%)}[data-theme=alptis] .progress.is-danger::-webkit-progress-value{background-color:#f14668}[data-theme=alptis] .progress.is-danger::-moz-progress-bar{background-color:#f14668}[data-theme=alptis] .progress.is-danger::-ms-fill{background-color:#f14668}[data-theme=alptis] .progress.is-danger:indeterminate{background-image:linear-gradient(to right,#f14668 30%,#ededed 30%)}[data-theme=alptis] .progress:indeterminate{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:moveIndeterminate;animation-timing-function:linear;background-color:#ededed;background-image:linear-gradient(to right,#4a4a4a 30%,#ededed 30%);background-position:top left;background-repeat:no-repeat;background-size:150% 150%}[data-theme=alptis] .progress:indeterminate::-webkit-progress-bar{background-color:transparent}[data-theme=alptis] .progress:indeterminate::-moz-progress-bar{background-color:transparent}[data-theme=alptis] .progress:indeterminate::-ms-fill{animation-name:none}[data-theme=alptis] .progress.is-small{height:.75rem}[data-theme=alptis] .progress.is-medium{height:1.25rem}[data-theme=alptis] .progress.is-large{height:1.5rem}@keyframes moveIndeterminate{0%{background-position:200% 0}to{background-position:-200% 0}}[data-theme=alptis] .table{background-color:#fff;color:#363636}[data-theme=alptis] .table td,[data-theme=alptis] .table th{border:1px solid hsl(0,0%,86%);border-width:0 0 1px;padding:.5em .75em;vertical-align:top}[data-theme=alptis] .table td.is-white,[data-theme=alptis] .table th.is-white{background-color:#fff;border-color:#fff;color:#0a0a0a}[data-theme=alptis] .table td.is-black,[data-theme=alptis] .table th.is-black{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}[data-theme=alptis] .table td.is-light,[data-theme=alptis] .table th.is-light{background-color:#f5f5f5;border-color:#f5f5f5;color:#000000b3}[data-theme=alptis] .table td.is-dark,[data-theme=alptis] .table th.is-dark{background-color:#363636;border-color:#363636;color:#fff}[data-theme=alptis] .table td.is-primary,[data-theme=alptis] .table th.is-primary{background-color:#00d1b2;border-color:#00d1b2;color:#fff}[data-theme=alptis] .table td.is-link,[data-theme=alptis] .table th.is-link{background-color:#485fc7;border-color:#485fc7;color:#fff}[data-theme=alptis] .table td.is-info,[data-theme=alptis] .table th.is-info{background-color:#3e8ed0;border-color:#3e8ed0;color:#fff}[data-theme=alptis] .table td.is-success,[data-theme=alptis] .table th.is-success{background-color:#48c78e;border-color:#48c78e;color:#fff}[data-theme=alptis] .table td.is-warning,[data-theme=alptis] .table th.is-warning{background-color:#ffe08a;border-color:#ffe08a;color:#000000b3}[data-theme=alptis] .table td.is-danger,[data-theme=alptis] .table th.is-danger{background-color:#f14668;border-color:#f14668;color:#fff}[data-theme=alptis] .table td.is-narrow,[data-theme=alptis] .table th.is-narrow{white-space:nowrap;width:1%}[data-theme=alptis] .table td.is-selected,[data-theme=alptis] .table th.is-selected{background-color:#00d1b2;color:#fff}[data-theme=alptis] .table td.is-selected a,[data-theme=alptis] .table td.is-selected strong,[data-theme=alptis] .table th.is-selected a,[data-theme=alptis] .table th.is-selected strong{color:currentColor}[data-theme=alptis] .table td.is-vcentered,[data-theme=alptis] .table th.is-vcentered{vertical-align:middle}[data-theme=alptis] .table th{color:#363636}[data-theme=alptis] .table th:not([align]){text-align:left}[data-theme=alptis] .table tr.is-selected{background-color:#00d1b2;color:#fff}[data-theme=alptis] .table tr.is-selected a,[data-theme=alptis] .table tr.is-selected strong{color:currentColor}[data-theme=alptis] .table tr.is-selected td,[data-theme=alptis] .table tr.is-selected th{border-color:#fff;color:currentColor}[data-theme=alptis] .table thead{background-color:transparent}[data-theme=alptis] .table thead td,[data-theme=alptis] .table thead th{border-width:0 0 2px;color:#363636}[data-theme=alptis] .table tfoot{background-color:transparent}[data-theme=alptis] .table tfoot td,[data-theme=alptis] .table tfoot th{border-width:2px 0 0;color:#363636}[data-theme=alptis] .table tbody{background-color:transparent}[data-theme=alptis] .table tbody tr:last-child td,[data-theme=alptis] .table tbody tr:last-child th{border-bottom-width:0}[data-theme=alptis] .table.is-bordered td,[data-theme=alptis] .table.is-bordered th{border-width:1px}[data-theme=alptis] .table.is-bordered tr:last-child td,[data-theme=alptis] .table.is-bordered tr:last-child th{border-bottom-width:1px}[data-theme=alptis] .table.is-fullwidth{width:100%}[data-theme=alptis] .table.is-hoverable tbody tr:not(.is-selected):hover{background-color:#fafafa}[data-theme=alptis] .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#fafafa}[data-theme=alptis] .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(2n){background-color:#f5f5f5}[data-theme=alptis] .table.is-narrow td,[data-theme=alptis] .table.is-narrow th{padding:.25em .5em}[data-theme=alptis] .table.is-striped tbody tr:not(.is-selected):nth-child(2n){background-color:#fafafa}[data-theme=alptis] .table-container{-webkit-overflow-scrolling:touch;overflow:auto;overflow-y:hidden;max-width:100%}[data-theme=alptis] .tags{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}[data-theme=alptis] .tags .tag{margin-bottom:.5rem}[data-theme=alptis] .tags .tag:not(:last-child){margin-right:.5rem}[data-theme=alptis] .tags:last-child{margin-bottom:-.5rem}[data-theme=alptis] .tags:not(:last-child){margin-bottom:1rem}[data-theme=alptis] .tags.are-medium .tag:not(.is-normal):not(.is-large){font-size:1rem}[data-theme=alptis] .tags.are-large .tag:not(.is-normal):not(.is-medium){font-size:1.25rem}[data-theme=alptis] .tags.is-centered{justify-content:center}[data-theme=alptis] .tags.is-centered .tag{margin-right:.25rem;margin-left:.25rem}[data-theme=alptis] .tags.is-right{justify-content:flex-end}[data-theme=alptis] .tags.is-right .tag:not(:first-child){margin-left:.5rem}[data-theme=alptis] .tags.is-right .tag:not(:last-child){margin-right:0}[data-theme=alptis] .tags.has-addons .tag{margin-right:0}[data-theme=alptis] .tags.has-addons .tag:not(:first-child){margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0}[data-theme=alptis] .tags.has-addons .tag:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}[data-theme=alptis] .tag:not(body){align-items:center;background-color:#f5f5f5;border-radius:4px;color:#4a4a4a;display:inline-flex;font-size:.75rem;height:2em;justify-content:center;line-height:1.5;padding-left:.75em;padding-right:.75em;white-space:nowrap}[data-theme=alptis] .tag:not(body) .delete{margin-left:.25rem;margin-right:-.375rem}[data-theme=alptis] .tag:not(body).is-white{background-color:#fff;color:#0a0a0a}[data-theme=alptis] .tag:not(body).is-black{background-color:#0a0a0a;color:#fff}[data-theme=alptis] .tag:not(body).is-light{background-color:#f5f5f5;color:#000000b3}[data-theme=alptis] .tag:not(body).is-dark{background-color:#363636;color:#fff}[data-theme=alptis] .tag:not(body).is-primary{background-color:#00d1b2;color:#fff}[data-theme=alptis] .tag:not(body).is-primary.is-light{background-color:#ebfffc;color:#00947e}[data-theme=alptis] .tag:not(body).is-link{background-color:#485fc7;color:#fff}[data-theme=alptis] .tag:not(body).is-link.is-light{background-color:#eff1fa;color:#3850b7}[data-theme=alptis] .tag:not(body).is-info{background-color:#3e8ed0;color:#fff}[data-theme=alptis] .tag:not(body).is-info.is-light{background-color:#eff5fb;color:#296fa8}[data-theme=alptis] .tag:not(body).is-success{background-color:#48c78e;color:#fff}[data-theme=alptis] .tag:not(body).is-success.is-light{background-color:#effaf5;color:#257953}[data-theme=alptis] .tag:not(body).is-warning{background-color:#ffe08a;color:#000000b3}[data-theme=alptis] .tag:not(body).is-warning.is-light{background-color:#fffaeb;color:#946c00}[data-theme=alptis] .tag:not(body).is-danger{background-color:#f14668;color:#fff}[data-theme=alptis] .tag:not(body).is-danger.is-light{background-color:#feecf0;color:#cc0f35}[data-theme=alptis] .tag:not(body).is-normal{font-size:.75rem}[data-theme=alptis] .tag:not(body).is-medium{font-size:1rem}[data-theme=alptis] .tag:not(body).is-large{font-size:1.25rem}[data-theme=alptis] .tag:not(body) .icon:first-child:not(:last-child){margin-left:-.375em;margin-right:.1875em}[data-theme=alptis] .tag:not(body) .icon:last-child:not(:first-child){margin-left:.1875em;margin-right:-.375em}[data-theme=alptis] .tag:not(body) .icon:first-child:last-child{margin-left:-.375em;margin-right:-.375em}[data-theme=alptis] .tag:not(body).is-delete{margin-left:1px;padding:0;position:relative;width:2em}[data-theme=alptis] .tag:not(body).is-delete:before,[data-theme=alptis] .tag:not(body).is-delete:after{background-color:currentColor;content:"";display:block;left:50%;position:absolute;top:50%;transform:translate(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}[data-theme=alptis] .tag:not(body).is-delete:before{height:1px;width:50%}[data-theme=alptis] .tag:not(body).is-delete:after{height:50%;width:1px}[data-theme=alptis] .tag:not(body).is-delete:hover,[data-theme=alptis] .tag:not(body).is-delete:focus{background-color:#e8e8e8}[data-theme=alptis] .tag:not(body).is-delete:active{background-color:#dbdbdb}[data-theme=alptis] .tag:not(body).is-rounded{border-radius:9999px}[data-theme=alptis] a.tag:hover{text-decoration:underline}[data-theme=alptis] .title,[data-theme=alptis] .subtitle{word-break:break-word}[data-theme=alptis] .title em,[data-theme=alptis] .title span,[data-theme=alptis] .subtitle em,[data-theme=alptis] .subtitle span{font-weight:inherit}[data-theme=alptis] .title sub,[data-theme=alptis] .subtitle sub,[data-theme=alptis] .title sup,[data-theme=alptis] .subtitle sup{font-size:.75em}[data-theme=alptis] .title .tag,[data-theme=alptis] .subtitle .tag{vertical-align:middle}[data-theme=alptis] .title{color:#363636;font-size:2rem;font-weight:600;line-height:1.125}[data-theme=alptis] .title strong{color:inherit;font-weight:inherit}[data-theme=alptis] .title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}[data-theme=alptis] .title.is-1{font-size:3rem}[data-theme=alptis] .title.is-2{font-size:2.5rem}[data-theme=alptis] .title.is-3{font-size:2rem}[data-theme=alptis] .title.is-4{font-size:1.5rem}[data-theme=alptis] .title.is-5{font-size:1.25rem}[data-theme=alptis] .title.is-6{font-size:1rem}[data-theme=alptis] .title.is-7{font-size:.75rem}[data-theme=alptis] .subtitle{color:#4a4a4a;font-size:1.25rem;font-weight:400;line-height:1.25}[data-theme=alptis] .subtitle strong{color:#363636;font-weight:600}[data-theme=alptis] .subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}[data-theme=alptis] .subtitle.is-1{font-size:3rem}[data-theme=alptis] .subtitle.is-2{font-size:2.5rem}[data-theme=alptis] .subtitle.is-3{font-size:2rem}[data-theme=alptis] .subtitle.is-4{font-size:1.5rem}[data-theme=alptis] .subtitle.is-5{font-size:1.25rem}[data-theme=alptis] .subtitle.is-6{font-size:1rem}[data-theme=alptis] .subtitle.is-7{font-size:.75rem}[data-theme=alptis] .heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}[data-theme=alptis] .number{align-items:center;background-color:#f5f5f5;border-radius:9999px;display:inline-flex;font-size:1.25rem;height:2em;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:.25rem .5rem;text-align:center;vertical-align:top}[data-theme=alptis] .select select,[data-theme=alptis] .textarea,[data-theme=alptis] .input{background-color:#fff;border-color:#dbdbdb;border-radius:4px;color:#363636}[data-theme=alptis] .select select::-moz-placeholder,[data-theme=alptis] .textarea::-moz-placeholder,[data-theme=alptis] .input::-moz-placeholder{color:#3636364d}[data-theme=alptis] .select select::-webkit-input-placeholder,[data-theme=alptis] .textarea::-webkit-input-placeholder,[data-theme=alptis] .input::-webkit-input-placeholder{color:#3636364d}[data-theme=alptis] .select select:-moz-placeholder,[data-theme=alptis] .textarea:-moz-placeholder,[data-theme=alptis] .input:-moz-placeholder{color:#3636364d}[data-theme=alptis] .select select:-ms-input-placeholder,[data-theme=alptis] .textarea:-ms-input-placeholder,[data-theme=alptis] .input:-ms-input-placeholder{color:#3636364d}[data-theme=alptis] .select select:hover,[data-theme=alptis] .textarea:hover,[data-theme=alptis] .input:hover,[data-theme=alptis] .select select.is-hovered,[data-theme=alptis] .is-hovered.textarea,[data-theme=alptis] .is-hovered.input{border-color:#b5b5b5}[data-theme=alptis] .select select:focus,[data-theme=alptis] .textarea:focus,[data-theme=alptis] .input:focus,[data-theme=alptis] .select select.is-focused,[data-theme=alptis] .is-focused.textarea,[data-theme=alptis] .is-focused.input,[data-theme=alptis] .select select:active,[data-theme=alptis] .textarea:active,[data-theme=alptis] .input:active,[data-theme=alptis] .select select.is-active,[data-theme=alptis] .is-active.textarea,[data-theme=alptis] .is-active.input{border-color:#485fc7;box-shadow:0 0 0 .125em #485fc740}[data-theme=alptis] .select select[disabled],[data-theme=alptis] [disabled].textarea,[data-theme=alptis] [disabled].input,fieldset[disabled] [data-theme=alptis] .select select,fieldset[disabled] [data-theme=alptis] .textarea,fieldset[disabled] [data-theme=alptis] .input{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none;color:#7a7a7a}[data-theme=alptis] .select select[disabled]::-moz-placeholder,[data-theme=alptis] [disabled].textarea::-moz-placeholder,[data-theme=alptis] [disabled].input::-moz-placeholder,fieldset[disabled] [data-theme=alptis] .select select::-moz-placeholder,fieldset[disabled] [data-theme=alptis] .textarea::-moz-placeholder,fieldset[disabled] [data-theme=alptis] .input::-moz-placeholder{color:#7a7a7a4d}[data-theme=alptis] .select select[disabled]::-webkit-input-placeholder,[data-theme=alptis] [disabled].textarea::-webkit-input-placeholder,[data-theme=alptis] [disabled].input::-webkit-input-placeholder,fieldset[disabled] [data-theme=alptis] .select select::-webkit-input-placeholder,fieldset[disabled] [data-theme=alptis] .textarea::-webkit-input-placeholder,fieldset[disabled] [data-theme=alptis] .input::-webkit-input-placeholder{color:#7a7a7a4d}[data-theme=alptis] .select select[disabled]:-moz-placeholder,[data-theme=alptis] [disabled].textarea:-moz-placeholder,[data-theme=alptis] [disabled].input:-moz-placeholder,fieldset[disabled] [data-theme=alptis] .select select:-moz-placeholder,fieldset[disabled] [data-theme=alptis] .textarea:-moz-placeholder,fieldset[disabled] [data-theme=alptis] .input:-moz-placeholder{color:#7a7a7a4d}[data-theme=alptis] .select select[disabled]:-ms-input-placeholder,[data-theme=alptis] [disabled].textarea:-ms-input-placeholder,[data-theme=alptis] [disabled].input:-ms-input-placeholder,fieldset[disabled] [data-theme=alptis] .select select:-ms-input-placeholder,fieldset[disabled] [data-theme=alptis] .textarea:-ms-input-placeholder,fieldset[disabled] [data-theme=alptis] .input:-ms-input-placeholder{color:#7a7a7a4d}[data-theme=alptis] .textarea,[data-theme=alptis] .input{box-shadow:inset 0 .0625em .125em #0a0a0a0d;max-width:100%;width:100%}[data-theme=alptis] [readonly].textarea,[data-theme=alptis] [readonly].input{box-shadow:none}[data-theme=alptis] .is-white.textarea,[data-theme=alptis] .is-white.input{border-color:#fff}[data-theme=alptis] .is-white.textarea:focus,[data-theme=alptis] .is-white.input:focus,[data-theme=alptis] .is-white.is-focused.textarea,[data-theme=alptis] .is-white.is-focused.input,[data-theme=alptis] .is-white.textarea:active,[data-theme=alptis] .is-white.input:active,[data-theme=alptis] .is-white.is-active.textarea,[data-theme=alptis] .is-white.is-active.input{box-shadow:0 0 0 .125em #ffffff40}[data-theme=alptis] .is-black.textarea,[data-theme=alptis] .is-black.input{border-color:#0a0a0a}[data-theme=alptis] .is-black.textarea:focus,[data-theme=alptis] .is-black.input:focus,[data-theme=alptis] .is-black.is-focused.textarea,[data-theme=alptis] .is-black.is-focused.input,[data-theme=alptis] .is-black.textarea:active,[data-theme=alptis] .is-black.input:active,[data-theme=alptis] .is-black.is-active.textarea,[data-theme=alptis] .is-black.is-active.input{box-shadow:0 0 0 .125em #0a0a0a40}[data-theme=alptis] .is-light.textarea,[data-theme=alptis] .is-light.input{border-color:#f5f5f5}[data-theme=alptis] .is-light.textarea:focus,[data-theme=alptis] .is-light.input:focus,[data-theme=alptis] .is-light.is-focused.textarea,[data-theme=alptis] .is-light.is-focused.input,[data-theme=alptis] .is-light.textarea:active,[data-theme=alptis] .is-light.input:active,[data-theme=alptis] .is-light.is-active.textarea,[data-theme=alptis] .is-light.is-active.input{box-shadow:0 0 0 .125em #f5f5f540}[data-theme=alptis] .is-dark.textarea,[data-theme=alptis] .is-dark.input{border-color:#363636}[data-theme=alptis] .is-dark.textarea:focus,[data-theme=alptis] .is-dark.input:focus,[data-theme=alptis] .is-dark.is-focused.textarea,[data-theme=alptis] .is-dark.is-focused.input,[data-theme=alptis] .is-dark.textarea:active,[data-theme=alptis] .is-dark.input:active,[data-theme=alptis] .is-dark.is-active.textarea,[data-theme=alptis] .is-dark.is-active.input{box-shadow:0 0 0 .125em #36363640}[data-theme=alptis] .is-primary.textarea,[data-theme=alptis] .is-primary.input{border-color:#00d1b2}[data-theme=alptis] .is-primary.textarea:focus,[data-theme=alptis] .is-primary.input:focus,[data-theme=alptis] .is-primary.is-focused.textarea,[data-theme=alptis] .is-primary.is-focused.input,[data-theme=alptis] .is-primary.textarea:active,[data-theme=alptis] .is-primary.input:active,[data-theme=alptis] .is-primary.is-active.textarea,[data-theme=alptis] .is-primary.is-active.input{box-shadow:0 0 0 .125em #00d1b240}[data-theme=alptis] .is-link.textarea,[data-theme=alptis] .is-link.input{border-color:#485fc7}[data-theme=alptis] .is-link.textarea:focus,[data-theme=alptis] .is-link.input:focus,[data-theme=alptis] .is-link.is-focused.textarea,[data-theme=alptis] .is-link.is-focused.input,[data-theme=alptis] .is-link.textarea:active,[data-theme=alptis] .is-link.input:active,[data-theme=alptis] .is-link.is-active.textarea,[data-theme=alptis] .is-link.is-active.input{box-shadow:0 0 0 .125em #485fc740}[data-theme=alptis] .is-info.textarea,[data-theme=alptis] .is-info.input{border-color:#3e8ed0}[data-theme=alptis] .is-info.textarea:focus,[data-theme=alptis] .is-info.input:focus,[data-theme=alptis] .is-info.is-focused.textarea,[data-theme=alptis] .is-info.is-focused.input,[data-theme=alptis] .is-info.textarea:active,[data-theme=alptis] .is-info.input:active,[data-theme=alptis] .is-info.is-active.textarea,[data-theme=alptis] .is-info.is-active.input{box-shadow:0 0 0 .125em #3e8ed040}[data-theme=alptis] .is-success.textarea,[data-theme=alptis] .is-success.input{border-color:#48c78e}[data-theme=alptis] .is-success.textarea:focus,[data-theme=alptis] .is-success.input:focus,[data-theme=alptis] .is-success.is-focused.textarea,[data-theme=alptis] .is-success.is-focused.input,[data-theme=alptis] .is-success.textarea:active,[data-theme=alptis] .is-success.input:active,[data-theme=alptis] .is-success.is-active.textarea,[data-theme=alptis] .is-success.is-active.input{box-shadow:0 0 0 .125em #48c78e40}[data-theme=alptis] .is-warning.textarea,[data-theme=alptis] .is-warning.input{border-color:#ffe08a}[data-theme=alptis] .is-warning.textarea:focus,[data-theme=alptis] .is-warning.input:focus,[data-theme=alptis] .is-warning.is-focused.textarea,[data-theme=alptis] .is-warning.is-focused.input,[data-theme=alptis] .is-warning.textarea:active,[data-theme=alptis] .is-warning.input:active,[data-theme=alptis] .is-warning.is-active.textarea,[data-theme=alptis] .is-warning.is-active.input{box-shadow:0 0 0 .125em #ffe08a40}[data-theme=alptis] .is-danger.textarea,[data-theme=alptis] .is-danger.input{border-color:#f14668}[data-theme=alptis] .is-danger.textarea:focus,[data-theme=alptis] .is-danger.input:focus,[data-theme=alptis] .is-danger.is-focused.textarea,[data-theme=alptis] .is-danger.is-focused.input,[data-theme=alptis] .is-danger.textarea:active,[data-theme=alptis] .is-danger.input:active,[data-theme=alptis] .is-danger.is-active.textarea,[data-theme=alptis] .is-danger.is-active.input{box-shadow:0 0 0 .125em #f1466840}[data-theme=alptis] .is-small.textarea,[data-theme=alptis] .is-small.input{border-radius:2px;font-size:.75rem}[data-theme=alptis] .is-medium.textarea,[data-theme=alptis] .is-medium.input{font-size:1.25rem}[data-theme=alptis] .is-large.textarea,[data-theme=alptis] .is-large.input{font-size:1.5rem}[data-theme=alptis] .is-fullwidth.textarea,[data-theme=alptis] .is-fullwidth.input{display:block;width:100%}[data-theme=alptis] .is-inline.textarea,[data-theme=alptis] .is-inline.input{display:inline;width:auto}[data-theme=alptis] .input.is-rounded{border-radius:9999px;padding-left:calc(1.125em - 1px);padding-right:calc(1.125em - 1px)}[data-theme=alptis] .input.is-static{background-color:transparent;border-color:transparent;box-shadow:none;padding-left:0;padding-right:0}[data-theme=alptis] .textarea{display:block;max-width:100%;min-width:100%;padding:calc(.75em - 1px);resize:vertical}[data-theme=alptis] .textarea:not([rows]){max-height:40em;min-height:8em}[data-theme=alptis] .textarea[rows]{height:initial}[data-theme=alptis] .textarea.has-fixed-size{resize:none}[data-theme=alptis] .radio,[data-theme=alptis] .checkbox{cursor:pointer;display:inline-block;line-height:1.25;position:relative}[data-theme=alptis] .radio input,[data-theme=alptis] .checkbox input{cursor:pointer}[data-theme=alptis] .radio:hover,[data-theme=alptis] .checkbox:hover{color:#363636}[data-theme=alptis] [disabled].radio,[data-theme=alptis] [disabled].checkbox,fieldset[disabled] [data-theme=alptis] .radio,fieldset[disabled] [data-theme=alptis] .checkbox,[data-theme=alptis] .radio input[disabled],[data-theme=alptis] .checkbox input[disabled]{color:#7a7a7a;cursor:not-allowed}[data-theme=alptis] .radio+.radio{margin-left:.5em}[data-theme=alptis] .select{display:inline-block;max-width:100%;position:relative;vertical-align:top}[data-theme=alptis] .select:not(.is-multiple){height:2.5em}[data-theme=alptis] .select:not(.is-multiple):not(.is-loading):after{border-color:#485fc7;right:1.125em;z-index:4}[data-theme=alptis] .select.is-rounded select{border-radius:9999px;padding-left:1em}[data-theme=alptis] .select select{cursor:pointer;display:block;font-size:1em;max-width:100%;outline:none}[data-theme=alptis] .select select::-ms-expand{display:none}[data-theme=alptis] .select select[disabled]:hover,fieldset[disabled] [data-theme=alptis] .select select:hover{border-color:#f5f5f5}[data-theme=alptis] .select select:not([multiple]){padding-right:2.5em}[data-theme=alptis] .select select[multiple]{height:auto;padding:0}[data-theme=alptis] .select select[multiple] option{padding:.5em 1em}[data-theme=alptis] .select:not(.is-multiple):not(.is-loading):hover:after{border-color:#363636}[data-theme=alptis] .select.is-white:not(:hover):after{border-color:#fff}[data-theme=alptis] .select.is-white select{border-color:#fff}[data-theme=alptis] .select.is-white select:hover,[data-theme=alptis] .select.is-white select.is-hovered{border-color:#f2f2f2}[data-theme=alptis] .select.is-white select:focus,[data-theme=alptis] .select.is-white select.is-focused,[data-theme=alptis] .select.is-white select:active,[data-theme=alptis] .select.is-white select.is-active{box-shadow:0 0 0 .125em #ffffff40}[data-theme=alptis] .select.is-black:not(:hover):after{border-color:#0a0a0a}[data-theme=alptis] .select.is-black select{border-color:#0a0a0a}[data-theme=alptis] .select.is-black select:hover,[data-theme=alptis] .select.is-black select.is-hovered{border-color:#000}[data-theme=alptis] .select.is-black select:focus,[data-theme=alptis] .select.is-black select.is-focused,[data-theme=alptis] .select.is-black select:active,[data-theme=alptis] .select.is-black select.is-active{box-shadow:0 0 0 .125em #0a0a0a40}[data-theme=alptis] .select.is-light:not(:hover):after{border-color:#f5f5f5}[data-theme=alptis] .select.is-light select{border-color:#f5f5f5}[data-theme=alptis] .select.is-light select:hover,[data-theme=alptis] .select.is-light select.is-hovered{border-color:#e8e8e8}[data-theme=alptis] .select.is-light select:focus,[data-theme=alptis] .select.is-light select.is-focused,[data-theme=alptis] .select.is-light select:active,[data-theme=alptis] .select.is-light select.is-active{box-shadow:0 0 0 .125em #f5f5f540}[data-theme=alptis] .select.is-dark:not(:hover):after{border-color:#363636}[data-theme=alptis] .select.is-dark select{border-color:#363636}[data-theme=alptis] .select.is-dark select:hover,[data-theme=alptis] .select.is-dark select.is-hovered{border-color:#292929}[data-theme=alptis] .select.is-dark select:focus,[data-theme=alptis] .select.is-dark select.is-focused,[data-theme=alptis] .select.is-dark select:active,[data-theme=alptis] .select.is-dark select.is-active{box-shadow:0 0 0 .125em #36363640}[data-theme=alptis] .select.is-primary:not(:hover):after{border-color:#00d1b2}[data-theme=alptis] .select.is-primary select{border-color:#00d1b2}[data-theme=alptis] .select.is-primary select:hover,[data-theme=alptis] .select.is-primary select.is-hovered{border-color:#00b89c}[data-theme=alptis] .select.is-primary select:focus,[data-theme=alptis] .select.is-primary select.is-focused,[data-theme=alptis] .select.is-primary select:active,[data-theme=alptis] .select.is-primary select.is-active{box-shadow:0 0 0 .125em #00d1b240}[data-theme=alptis] .select.is-link:not(:hover):after{border-color:#485fc7}[data-theme=alptis] .select.is-link select{border-color:#485fc7}[data-theme=alptis] .select.is-link select:hover,[data-theme=alptis] .select.is-link select.is-hovered{border-color:#3a51bb}[data-theme=alptis] .select.is-link select:focus,[data-theme=alptis] .select.is-link select.is-focused,[data-theme=alptis] .select.is-link select:active,[data-theme=alptis] .select.is-link select.is-active{box-shadow:0 0 0 .125em #485fc740}[data-theme=alptis] .select.is-info:not(:hover):after{border-color:#3e8ed0}[data-theme=alptis] .select.is-info select{border-color:#3e8ed0}[data-theme=alptis] .select.is-info select:hover,[data-theme=alptis] .select.is-info select.is-hovered{border-color:#3082c5}[data-theme=alptis] .select.is-info select:focus,[data-theme=alptis] .select.is-info select.is-focused,[data-theme=alptis] .select.is-info select:active,[data-theme=alptis] .select.is-info select.is-active{box-shadow:0 0 0 .125em #3e8ed040}[data-theme=alptis] .select.is-success:not(:hover):after{border-color:#48c78e}[data-theme=alptis] .select.is-success select{border-color:#48c78e}[data-theme=alptis] .select.is-success select:hover,[data-theme=alptis] .select.is-success select.is-hovered{border-color:#3abb81}[data-theme=alptis] .select.is-success select:focus,[data-theme=alptis] .select.is-success select.is-focused,[data-theme=alptis] .select.is-success select:active,[data-theme=alptis] .select.is-success select.is-active{box-shadow:0 0 0 .125em #48c78e40}[data-theme=alptis] .select.is-warning:not(:hover):after{border-color:#ffe08a}[data-theme=alptis] .select.is-warning select{border-color:#ffe08a}[data-theme=alptis] .select.is-warning select:hover,[data-theme=alptis] .select.is-warning select.is-hovered{border-color:#ffd970}[data-theme=alptis] .select.is-warning select:focus,[data-theme=alptis] .select.is-warning select.is-focused,[data-theme=alptis] .select.is-warning select:active,[data-theme=alptis] .select.is-warning select.is-active{box-shadow:0 0 0 .125em #ffe08a40}[data-theme=alptis] .select.is-danger:not(:hover):after{border-color:#f14668}[data-theme=alptis] .select.is-danger select{border-color:#f14668}[data-theme=alptis] .select.is-danger select:hover,[data-theme=alptis] .select.is-danger select.is-hovered{border-color:#ef2e55}[data-theme=alptis] .select.is-danger select:focus,[data-theme=alptis] .select.is-danger select.is-focused,[data-theme=alptis] .select.is-danger select:active,[data-theme=alptis] .select.is-danger select.is-active{box-shadow:0 0 0 .125em #f1466840}[data-theme=alptis] .select.is-small{border-radius:2px;font-size:.75rem}[data-theme=alptis] .select.is-medium{font-size:1.25rem}[data-theme=alptis] .select.is-large{font-size:1.5rem}[data-theme=alptis] .select.is-disabled:after{border-color:#7a7a7a!important;opacity:.5}[data-theme=alptis] .select.is-fullwidth,[data-theme=alptis] .select.is-fullwidth select{width:100%}[data-theme=alptis] .select.is-loading:after{margin-top:0;position:absolute;right:.625em;top:.625em;transform:none}[data-theme=alptis] .select.is-loading.is-small:after{font-size:.75rem}[data-theme=alptis] .select.is-loading.is-medium:after{font-size:1.25rem}[data-theme=alptis] .select.is-loading.is-large:after{font-size:1.5rem}[data-theme=alptis] .label{color:#363636;display:block;font-size:1rem;font-weight:700}[data-theme=alptis] .label:not(:last-child){margin-bottom:.5em}[data-theme=alptis] .label.is-small{font-size:.75rem}[data-theme=alptis] .label.is-medium{font-size:1.25rem}[data-theme=alptis] .label.is-large{font-size:1.5rem}[data-theme=alptis] .help{display:block;font-size:.75rem;margin-top:.25rem}[data-theme=alptis] .help.is-white{color:#fff}[data-theme=alptis] .help.is-black{color:#0a0a0a}[data-theme=alptis] .help.is-light{color:#f5f5f5}[data-theme=alptis] .help.is-dark{color:#363636}[data-theme=alptis] .help.is-primary{color:#00d1b2}[data-theme=alptis] .help.is-link{color:#485fc7}[data-theme=alptis] .help.is-info{color:#3e8ed0}[data-theme=alptis] .help.is-success{color:#48c78e}[data-theme=alptis] .help.is-warning{color:#ffe08a}[data-theme=alptis] .help.is-danger{color:#f14668}[data-theme=alptis] .field:not(:last-child){margin-bottom:.75rem}[data-theme=alptis] .field.has-addons{display:flex;justify-content:flex-start}[data-theme=alptis] .field.has-addons .control:not(:last-child){margin-right:-1px}[data-theme=alptis] .field.has-addons .control:not(:first-child):not(:last-child) .button,[data-theme=alptis] .field.has-addons .control:not(:first-child):not(:last-child) .input,[data-theme=alptis] .field.has-addons .control:not(:first-child):not(:last-child) .select select{border-radius:0}[data-theme=alptis] .field.has-addons .control:first-child:not(:only-child) .button,[data-theme=alptis] .field.has-addons .control:first-child:not(:only-child) .input,[data-theme=alptis] .field.has-addons .control:first-child:not(:only-child) .select select{border-bottom-right-radius:0;border-top-right-radius:0}[data-theme=alptis] .field.has-addons .control:last-child:not(:only-child) .button,[data-theme=alptis] .field.has-addons .control:last-child:not(:only-child) .input,[data-theme=alptis] .field.has-addons .control:last-child:not(:only-child) .select select{border-bottom-left-radius:0;border-top-left-radius:0}[data-theme=alptis] .field.has-addons .control .button:not([disabled]):hover,[data-theme=alptis] .field.has-addons .control .button:not([disabled]).is-hovered,[data-theme=alptis] .field.has-addons .control .input:not([disabled]):hover,[data-theme=alptis] .field.has-addons .control .input:not([disabled]).is-hovered,[data-theme=alptis] .field.has-addons .control .select select:not([disabled]):hover,[data-theme=alptis] .field.has-addons .control .select select:not([disabled]).is-hovered{z-index:2}[data-theme=alptis] .field.has-addons .control .button:not([disabled]):focus,[data-theme=alptis] .field.has-addons .control .button:not([disabled]).is-focused,[data-theme=alptis] .field.has-addons .control .button:not([disabled]):active,[data-theme=alptis] .field.has-addons .control .button:not([disabled]).is-active,[data-theme=alptis] .field.has-addons .control .input:not([disabled]):focus,[data-theme=alptis] .field.has-addons .control .input:not([disabled]).is-focused,[data-theme=alptis] .field.has-addons .control .input:not([disabled]):active,[data-theme=alptis] .field.has-addons .control .input:not([disabled]).is-active,[data-theme=alptis] .field.has-addons .control .select select:not([disabled]):focus,[data-theme=alptis] .field.has-addons .control .select select:not([disabled]).is-focused,[data-theme=alptis] .field.has-addons .control .select select:not([disabled]):active,[data-theme=alptis] .field.has-addons .control .select select:not([disabled]).is-active{z-index:3}[data-theme=alptis] .field.has-addons .control .button:not([disabled]):focus:hover,[data-theme=alptis] .field.has-addons .control .button:not([disabled]).is-focused:hover,[data-theme=alptis] .field.has-addons .control .button:not([disabled]):active:hover,[data-theme=alptis] .field.has-addons .control .button:not([disabled]).is-active:hover,[data-theme=alptis] .field.has-addons .control .input:not([disabled]):focus:hover,[data-theme=alptis] .field.has-addons .control .input:not([disabled]).is-focused:hover,[data-theme=alptis] .field.has-addons .control .input:not([disabled]):active:hover,[data-theme=alptis] .field.has-addons .control .input:not([disabled]).is-active:hover,[data-theme=alptis] .field.has-addons .control .select select:not([disabled]):focus:hover,[data-theme=alptis] .field.has-addons .control .select select:not([disabled]).is-focused:hover,[data-theme=alptis] .field.has-addons .control .select select:not([disabled]):active:hover,[data-theme=alptis] .field.has-addons .control .select select:not([disabled]).is-active:hover{z-index:4}[data-theme=alptis] .field.has-addons .control.is-expanded{flex-grow:1;flex-shrink:1}[data-theme=alptis] .field.has-addons.has-addons-centered{justify-content:center}[data-theme=alptis] .field.has-addons.has-addons-right{justify-content:flex-end}[data-theme=alptis] .field.has-addons.has-addons-fullwidth .control{flex-grow:1;flex-shrink:0}[data-theme=alptis] .field.is-grouped{display:flex;justify-content:flex-start}[data-theme=alptis] .field.is-grouped>.control{flex-shrink:0}[data-theme=alptis] .field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-right:.75rem}[data-theme=alptis] .field.is-grouped>.control.is-expanded{flex-grow:1;flex-shrink:1}[data-theme=alptis] .field.is-grouped.is-grouped-centered{justify-content:center}[data-theme=alptis] .field.is-grouped.is-grouped-right{justify-content:flex-end}[data-theme=alptis] .field.is-grouped.is-grouped-multiline{flex-wrap:wrap}[data-theme=alptis] .field.is-grouped.is-grouped-multiline>.control:last-child,[data-theme=alptis] .field.is-grouped.is-grouped-multiline>.control:not(:last-child){margin-bottom:.75rem}[data-theme=alptis] .field.is-grouped.is-grouped-multiline:last-child{margin-bottom:-.75rem}[data-theme=alptis] .field.is-grouped.is-grouped-multiline:not(:last-child){margin-bottom:0}@media screen and (min-width:769px),print{[data-theme=alptis] .field.is-horizontal{display:flex}}[data-theme=alptis] .field-label .label{font-size:inherit}@media screen and (max-width:768px){[data-theme=alptis] .field-label{margin-bottom:.5rem}}@media screen and (min-width:769px),print{[data-theme=alptis] .field-label{flex-basis:0;flex-grow:1;flex-shrink:0;margin-right:1.5rem;text-align:right}[data-theme=alptis] .field-label.is-small{font-size:.75rem;padding-top:.375em}[data-theme=alptis] .field-label.is-normal{padding-top:.375em}[data-theme=alptis] .field-label.is-medium{font-size:1.25rem;padding-top:.375em}[data-theme=alptis] .field-label.is-large{font-size:1.5rem;padding-top:.375em}}[data-theme=alptis] .field-body .field .field{margin-bottom:0}@media screen and (min-width:769px),print{[data-theme=alptis] .field-body{display:flex;flex-basis:0;flex-grow:5;flex-shrink:1}[data-theme=alptis] .field-body .field{margin-bottom:0}[data-theme=alptis] .field-body>.field{flex-shrink:1}[data-theme=alptis] .field-body>.field:not(.is-narrow){flex-grow:1}[data-theme=alptis] .field-body>.field:not(:last-child){margin-right:.75rem}}[data-theme=alptis] .control{box-sizing:border-box;clear:both;font-size:1rem;position:relative;text-align:inherit}[data-theme=alptis] .control.has-icons-left .input:focus~.icon,[data-theme=alptis] .control.has-icons-left .select:focus~.icon,[data-theme=alptis] .control.has-icons-right .input:focus~.icon,[data-theme=alptis] .control.has-icons-right .select:focus~.icon{color:#4a4a4a}[data-theme=alptis] .control.has-icons-left .input.is-small~.icon,[data-theme=alptis] .control.has-icons-left .select.is-small~.icon,[data-theme=alptis] .control.has-icons-right .input.is-small~.icon,[data-theme=alptis] .control.has-icons-right .select.is-small~.icon{font-size:.75rem}[data-theme=alptis] .control.has-icons-left .input.is-medium~.icon,[data-theme=alptis] .control.has-icons-left .select.is-medium~.icon,[data-theme=alptis] .control.has-icons-right .input.is-medium~.icon,[data-theme=alptis] .control.has-icons-right .select.is-medium~.icon{font-size:1.25rem}[data-theme=alptis] .control.has-icons-left .input.is-large~.icon,[data-theme=alptis] .control.has-icons-left .select.is-large~.icon,[data-theme=alptis] .control.has-icons-right .input.is-large~.icon,[data-theme=alptis] .control.has-icons-right .select.is-large~.icon{font-size:1.5rem}[data-theme=alptis] .control.has-icons-left .icon,[data-theme=alptis] .control.has-icons-right .icon{color:#dbdbdb;height:2.5em;pointer-events:none;position:absolute;top:0;width:2.5em;z-index:4}[data-theme=alptis] .control.has-icons-left .input,[data-theme=alptis] .control.has-icons-left .select select{padding-left:2.5em}[data-theme=alptis] .control.has-icons-left .icon.is-left{left:0}[data-theme=alptis] .control.has-icons-right .input,[data-theme=alptis] .control.has-icons-right .select select{padding-right:2.5em}[data-theme=alptis] .control.has-icons-right .icon.is-right{right:0}[data-theme=alptis] .control.is-loading:after{position:absolute!important;right:.625em;top:.625em;z-index:4}[data-theme=alptis] .control.is-loading.is-small:after{font-size:.75rem}[data-theme=alptis] .control.is-loading.is-medium:after{font-size:1.25rem}[data-theme=alptis] .control.is-loading.is-large:after{font-size:1.5rem}[data-theme=alptis] .breadcrumb{font-size:1rem;white-space:nowrap}[data-theme=alptis] .breadcrumb a{align-items:center;color:#485fc7;display:flex;justify-content:center;padding:0 .75em}[data-theme=alptis] .breadcrumb a:hover{color:#363636}[data-theme=alptis] .breadcrumb li{align-items:center;display:flex}[data-theme=alptis] .breadcrumb li:first-child a{padding-left:0}[data-theme=alptis] .breadcrumb li.is-active a{color:#363636;cursor:default;pointer-events:none}[data-theme=alptis] .breadcrumb li+li:before{color:#b5b5b5;content:"/"}[data-theme=alptis] .breadcrumb ul,[data-theme=alptis] .breadcrumb ol{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start}[data-theme=alptis] .breadcrumb .icon:first-child{margin-right:.5em}[data-theme=alptis] .breadcrumb .icon:last-child{margin-left:.5em}[data-theme=alptis] .breadcrumb.is-centered ol,[data-theme=alptis] .breadcrumb.is-centered ul{justify-content:center}[data-theme=alptis] .breadcrumb.is-right ol,[data-theme=alptis] .breadcrumb.is-right ul{justify-content:flex-end}[data-theme=alptis] .breadcrumb.is-small{font-size:.75rem}[data-theme=alptis] .breadcrumb.is-medium{font-size:1.25rem}[data-theme=alptis] .breadcrumb.is-large{font-size:1.5rem}[data-theme=alptis] .breadcrumb.has-arrow-separator li+li:before{content:"→"}[data-theme=alptis] .breadcrumb.has-bullet-separator li+li:before{content:"•"}[data-theme=alptis] .breadcrumb.has-dot-separator li+li:before{content:"·"}[data-theme=alptis] .breadcrumb.has-succeeds-separator li+li:before{content:"≻"}[data-theme=alptis] .card{background-color:#fff;border-radius:.25rem;box-shadow:0 .5em 1em -.125em #0a0a0a1a,0 0 0 1px #0a0a0a05;color:#4a4a4a;max-width:100%;position:relative}[data-theme=alptis] .card-footer:first-child,[data-theme=alptis] .card-content:first-child,[data-theme=alptis] .card-header:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}[data-theme=alptis] .card-footer:last-child,[data-theme=alptis] .card-content:last-child,[data-theme=alptis] .card-header:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}[data-theme=alptis] .card-header{background-color:transparent;align-items:stretch;box-shadow:0 .125em .25em #0a0a0a1a;display:flex}[data-theme=alptis] .card-header-title{align-items:center;color:#363636;display:flex;flex-grow:1;font-weight:700;padding:.75rem 1rem}[data-theme=alptis] .card-header-title.is-centered{justify-content:center}[data-theme=alptis] .card-header-icon{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0;align-items:center;cursor:pointer;display:flex;justify-content:center;padding:.75rem 1rem}[data-theme=alptis] .card-image{display:block;position:relative}[data-theme=alptis] .card-image:first-child img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}[data-theme=alptis] .card-image:last-child img{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}[data-theme=alptis] .card-content{background-color:transparent;padding:1.5rem}[data-theme=alptis] .card-footer{background-color:transparent;border-top:1px solid hsl(0,0%,93%);align-items:stretch;display:flex}[data-theme=alptis] .card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}[data-theme=alptis] .card-footer-item:not(:last-child){border-right:1px solid hsl(0,0%,93%)}[data-theme=alptis] .card .media:not(:last-child){margin-bottom:1.5rem}[data-theme=alptis] .dropdown{display:inline-flex;position:relative;vertical-align:top}[data-theme=alptis] .dropdown.is-active .dropdown-menu,[data-theme=alptis] .dropdown.is-hoverable:hover .dropdown-menu{display:block}[data-theme=alptis] .dropdown.is-right .dropdown-menu{left:auto;right:0}[data-theme=alptis] .dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:initial;top:auto}[data-theme=alptis] .dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}[data-theme=alptis] .dropdown-content{background-color:#fff;border-radius:4px;box-shadow:0 .5em 1em -.125em #0a0a0a1a,0 0 0 1px #0a0a0a05;padding-bottom:.5rem;padding-top:.5rem}[data-theme=alptis] .dropdown-item,[data-theme=alptis] .dropdown .dropdown-menu .has-link a{color:#4a4a4a;display:block;font-size:.875rem;line-height:1.5;padding:.375rem 1rem;position:relative}[data-theme=alptis] a.dropdown-item,[data-theme=alptis] .dropdown .dropdown-menu .has-link a,[data-theme=alptis] button.dropdown-item{padding-right:3rem;text-align:inherit;white-space:nowrap;width:100%}[data-theme=alptis] a.dropdown-item:hover,[data-theme=alptis] .dropdown .dropdown-menu .has-link a:hover,[data-theme=alptis] button.dropdown-item:hover{background-color:#f5f5f5;color:#0a0a0a}[data-theme=alptis] a.dropdown-item.is-active,[data-theme=alptis] .dropdown .dropdown-menu .has-link a.is-active,[data-theme=alptis] button.dropdown-item.is-active{background-color:#485fc7;color:#fff}[data-theme=alptis] .dropdown-divider{background-color:#ededed;border:none;display:block;height:1px;margin:.5rem 0}[data-theme=alptis] .menu{font-size:1rem}[data-theme=alptis] .menu.is-small{font-size:.75rem}[data-theme=alptis] .menu.is-medium{font-size:1.25rem}[data-theme=alptis] .menu.is-large{font-size:1.5rem}[data-theme=alptis] .menu-list{line-height:1.25}[data-theme=alptis] .menu-list a{border-radius:2px;color:#4a4a4a;display:block;padding:.5em .75em}[data-theme=alptis] .menu-list a:hover{background-color:#f5f5f5;color:#363636}[data-theme=alptis] .menu-list a.is-active{background-color:#485fc7;color:#fff}[data-theme=alptis] .menu-list li ul{border-left:1px solid hsl(0,0%,86%);margin:.75em;padding-left:.75em}[data-theme=alptis] .menu-label{color:#7a7a7a;font-size:.75em;letter-spacing:.1em;text-transform:uppercase}[data-theme=alptis] .menu-label:not(:first-child){margin-top:1em}[data-theme=alptis] .menu-label:not(:last-child){margin-bottom:1em}[data-theme=alptis] .modal{align-items:center;display:none;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;z-index:40}[data-theme=alptis] .modal.is-active{display:flex}[data-theme=alptis] .modal-background{background-color:#0a0a0adb}[data-theme=alptis] .modal-content,[data-theme=alptis] .modal-card{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width:769px){[data-theme=alptis] .modal-content,[data-theme=alptis] .modal-card{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}[data-theme=alptis] .modal-close{background:none;height:40px;position:fixed;right:20px;top:20px;width:40px}[data-theme=alptis] .modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden;-ms-overflow-y:visible}[data-theme=alptis] .modal-card-head,[data-theme=alptis] .modal-card-foot{align-items:center;background-color:#f5f5f5;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}[data-theme=alptis] .modal-card-head{border-bottom:1px solid hsl(0,0%,86%);border-top-left-radius:6px;border-top-right-radius:6px}[data-theme=alptis] .modal-card-title{color:#363636;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}[data-theme=alptis] .modal-card-foot{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:1px solid hsl(0,0%,86%)}[data-theme=alptis] .modal-card-foot .button:not(:last-child){margin-right:.5em}[data-theme=alptis] .modal-card-body{-webkit-overflow-scrolling:touch;background-color:#fff;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}[data-theme=alptis] .navbar{background-color:#fff;min-height:3.25rem;position:relative;z-index:30}[data-theme=alptis] .navbar.is-white{background-color:#fff;color:#0a0a0a}[data-theme=alptis] .navbar.is-white .navbar-brand>.navbar-item,[data-theme=alptis] .navbar.is-white .navbar-brand .navbar-link{color:#0a0a0a}[data-theme=alptis] .navbar.is-white .navbar-brand>a.navbar-item:focus,[data-theme=alptis] .navbar.is-white .navbar-brand>a.navbar-item:hover,[data-theme=alptis] .navbar.is-white .navbar-brand>a.navbar-item.is-active,[data-theme=alptis] .navbar.is-white .navbar-brand .navbar-link:focus,[data-theme=alptis] .navbar.is-white .navbar-brand .navbar-link:hover,[data-theme=alptis] .navbar.is-white .navbar-brand .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}[data-theme=alptis] .navbar.is-white .navbar-brand .navbar-link:after{border-color:#0a0a0a}[data-theme=alptis] .navbar.is-white .navbar-burger{color:#0a0a0a}@media screen and (min-width:1024px){[data-theme=alptis] .navbar.is-white .navbar-start>.navbar-item,[data-theme=alptis] .navbar.is-white .navbar-start .navbar-link,[data-theme=alptis] .navbar.is-white .navbar-end>.navbar-item,[data-theme=alptis] .navbar.is-white .navbar-end .navbar-link{color:#0a0a0a}[data-theme=alptis] .navbar.is-white .navbar-start>a.navbar-item:focus,[data-theme=alptis] .navbar.is-white .navbar-start>a.navbar-item:hover,[data-theme=alptis] .navbar.is-white .navbar-start>a.navbar-item.is-active,[data-theme=alptis] .navbar.is-white .navbar-start .navbar-link:focus,[data-theme=alptis] .navbar.is-white .navbar-start .navbar-link:hover,[data-theme=alptis] .navbar.is-white .navbar-start .navbar-link.is-active,[data-theme=alptis] .navbar.is-white .navbar-end>a.navbar-item:focus,[data-theme=alptis] .navbar.is-white .navbar-end>a.navbar-item:hover,[data-theme=alptis] .navbar.is-white .navbar-end>a.navbar-item.is-active,[data-theme=alptis] .navbar.is-white .navbar-end .navbar-link:focus,[data-theme=alptis] .navbar.is-white .navbar-end .navbar-link:hover,[data-theme=alptis] .navbar.is-white .navbar-end .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}[data-theme=alptis] .navbar.is-white .navbar-start .navbar-link:after,[data-theme=alptis] .navbar.is-white .navbar-end .navbar-link:after{border-color:#0a0a0a}[data-theme=alptis] .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,[data-theme=alptis] .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,[data-theme=alptis] .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link{background-color:#f2f2f2;color:#0a0a0a}[data-theme=alptis] .navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#0a0a0a}}[data-theme=alptis] .navbar.is-black{background-color:#0a0a0a;color:#fff}[data-theme=alptis] .navbar.is-black .navbar-brand>.navbar-item,[data-theme=alptis] .navbar.is-black .navbar-brand .navbar-link{color:#fff}[data-theme=alptis] .navbar.is-black .navbar-brand>a.navbar-item:focus,[data-theme=alptis] .navbar.is-black .navbar-brand>a.navbar-item:hover,[data-theme=alptis] .navbar.is-black .navbar-brand>a.navbar-item.is-active,[data-theme=alptis] .navbar.is-black .navbar-brand .navbar-link:focus,[data-theme=alptis] .navbar.is-black .navbar-brand .navbar-link:hover,[data-theme=alptis] .navbar.is-black .navbar-brand .navbar-link.is-active{background-color:#000;color:#fff}[data-theme=alptis] .navbar.is-black .navbar-brand .navbar-link:after{border-color:#fff}[data-theme=alptis] .navbar.is-black .navbar-burger{color:#fff}@media screen and (min-width:1024px){[data-theme=alptis] .navbar.is-black .navbar-start>.navbar-item,[data-theme=alptis] .navbar.is-black .navbar-start .navbar-link,[data-theme=alptis] .navbar.is-black .navbar-end>.navbar-item,[data-theme=alptis] .navbar.is-black .navbar-end .navbar-link{color:#fff}[data-theme=alptis] .navbar.is-black .navbar-start>a.navbar-item:focus,[data-theme=alptis] .navbar.is-black .navbar-start>a.navbar-item:hover,[data-theme=alptis] .navbar.is-black .navbar-start>a.navbar-item.is-active,[data-theme=alptis] .navbar.is-black .navbar-start .navbar-link:focus,[data-theme=alptis] .navbar.is-black .navbar-start .navbar-link:hover,[data-theme=alptis] .navbar.is-black .navbar-start .navbar-link.is-active,[data-theme=alptis] .navbar.is-black .navbar-end>a.navbar-item:focus,[data-theme=alptis] .navbar.is-black .navbar-end>a.navbar-item:hover,[data-theme=alptis] .navbar.is-black .navbar-end>a.navbar-item.is-active,[data-theme=alptis] .navbar.is-black .navbar-end .navbar-link:focus,[data-theme=alptis] .navbar.is-black .navbar-end .navbar-link:hover,[data-theme=alptis] .navbar.is-black .navbar-end .navbar-link.is-active{background-color:#000;color:#fff}[data-theme=alptis] .navbar.is-black .navbar-start .navbar-link:after,[data-theme=alptis] .navbar.is-black .navbar-end .navbar-link:after{border-color:#fff}[data-theme=alptis] .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,[data-theme=alptis] .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,[data-theme=alptis] .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link{background-color:#000;color:#fff}[data-theme=alptis] .navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}[data-theme=alptis] .navbar.is-light{background-color:#f5f5f5;color:#000000b3}[data-theme=alptis] .navbar.is-light .navbar-brand>.navbar-item,[data-theme=alptis] .navbar.is-light .navbar-brand .navbar-link{color:#000000b3}[data-theme=alptis] .navbar.is-light .navbar-brand>a.navbar-item:focus,[data-theme=alptis] .navbar.is-light .navbar-brand>a.navbar-item:hover,[data-theme=alptis] .navbar.is-light .navbar-brand>a.navbar-item.is-active,[data-theme=alptis] .navbar.is-light .navbar-brand .navbar-link:focus,[data-theme=alptis] .navbar.is-light .navbar-brand .navbar-link:hover,[data-theme=alptis] .navbar.is-light .navbar-brand .navbar-link.is-active{background-color:#e8e8e8;color:#000000b3}[data-theme=alptis] .navbar.is-light .navbar-brand .navbar-link:after{border-color:#000000b3}[data-theme=alptis] .navbar.is-light .navbar-burger{color:#000000b3}@media screen and (min-width:1024px){[data-theme=alptis] .navbar.is-light .navbar-start>.navbar-item,[data-theme=alptis] .navbar.is-light .navbar-start .navbar-link,[data-theme=alptis] .navbar.is-light .navbar-end>.navbar-item,[data-theme=alptis] .navbar.is-light .navbar-end .navbar-link{color:#000000b3}[data-theme=alptis] .navbar.is-light .navbar-start>a.navbar-item:focus,[data-theme=alptis] .navbar.is-light .navbar-start>a.navbar-item:hover,[data-theme=alptis] .navbar.is-light .navbar-start>a.navbar-item.is-active,[data-theme=alptis] .navbar.is-light .navbar-start .navbar-link:focus,[data-theme=alptis] .navbar.is-light .navbar-start .navbar-link:hover,[data-theme=alptis] .navbar.is-light .navbar-start .navbar-link.is-active,[data-theme=alptis] .navbar.is-light .navbar-end>a.navbar-item:focus,[data-theme=alptis] .navbar.is-light .navbar-end>a.navbar-item:hover,[data-theme=alptis] .navbar.is-light .navbar-end>a.navbar-item.is-active,[data-theme=alptis] .navbar.is-light .navbar-end .navbar-link:focus,[data-theme=alptis] .navbar.is-light .navbar-end .navbar-link:hover,[data-theme=alptis] .navbar.is-light .navbar-end .navbar-link.is-active{background-color:#e8e8e8;color:#000000b3}[data-theme=alptis] .navbar.is-light .navbar-start .navbar-link:after,[data-theme=alptis] .navbar.is-light .navbar-end .navbar-link:after{border-color:#000000b3}[data-theme=alptis] .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,[data-theme=alptis] .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,[data-theme=alptis] .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link{background-color:#e8e8e8;color:#000000b3}[data-theme=alptis] .navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#000000b3}}[data-theme=alptis] .navbar.is-dark{background-color:#363636;color:#fff}[data-theme=alptis] .navbar.is-dark .navbar-brand>.navbar-item,[data-theme=alptis] .navbar.is-dark .navbar-brand .navbar-link{color:#fff}[data-theme=alptis] .navbar.is-dark .navbar-brand>a.navbar-item:focus,[data-theme=alptis] .navbar.is-dark .navbar-brand>a.navbar-item:hover,[data-theme=alptis] .navbar.is-dark .navbar-brand>a.navbar-item.is-active,[data-theme=alptis] .navbar.is-dark .navbar-brand .navbar-link:focus,[data-theme=alptis] .navbar.is-dark .navbar-brand .navbar-link:hover,[data-theme=alptis] .navbar.is-dark .navbar-brand .navbar-link.is-active{background-color:#292929;color:#fff}[data-theme=alptis] .navbar.is-dark .navbar-brand .navbar-link:after{border-color:#fff}[data-theme=alptis] .navbar.is-dark .navbar-burger{color:#fff}@media screen and (min-width:1024px){[data-theme=alptis] .navbar.is-dark .navbar-start>.navbar-item,[data-theme=alptis] .navbar.is-dark .navbar-start .navbar-link,[data-theme=alptis] .navbar.is-dark .navbar-end>.navbar-item,[data-theme=alptis] .navbar.is-dark .navbar-end .navbar-link{color:#fff}[data-theme=alptis] .navbar.is-dark .navbar-start>a.navbar-item:focus,[data-theme=alptis] .navbar.is-dark .navbar-start>a.navbar-item:hover,[data-theme=alptis] .navbar.is-dark .navbar-start>a.navbar-item.is-active,[data-theme=alptis] .navbar.is-dark .navbar-start .navbar-link:focus,[data-theme=alptis] .navbar.is-dark .navbar-start .navbar-link:hover,[data-theme=alptis] .navbar.is-dark .navbar-start .navbar-link.is-active,[data-theme=alptis] .navbar.is-dark .navbar-end>a.navbar-item:focus,[data-theme=alptis] .navbar.is-dark .navbar-end>a.navbar-item:hover,[data-theme=alptis] .navbar.is-dark .navbar-end>a.navbar-item.is-active,[data-theme=alptis] .navbar.is-dark .navbar-end .navbar-link:focus,[data-theme=alptis] .navbar.is-dark .navbar-end .navbar-link:hover,[data-theme=alptis] .navbar.is-dark .navbar-end .navbar-link.is-active{background-color:#292929;color:#fff}[data-theme=alptis] .navbar.is-dark .navbar-start .navbar-link:after,[data-theme=alptis] .navbar.is-dark .navbar-end .navbar-link:after{border-color:#fff}[data-theme=alptis] .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,[data-theme=alptis] .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,[data-theme=alptis] .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link{background-color:#292929;color:#fff}[data-theme=alptis] .navbar.is-dark .navbar-dropdown a.navbar-item.is-active{background-color:#363636;color:#fff}}[data-theme=alptis] .navbar.is-primary{background-color:#00d1b2;color:#fff}[data-theme=alptis] .navbar.is-primary .navbar-brand>.navbar-item,[data-theme=alptis] .navbar.is-primary .navbar-brand .navbar-link{color:#fff}[data-theme=alptis] .navbar.is-primary .navbar-brand>a.navbar-item:focus,[data-theme=alptis] .navbar.is-primary .navbar-brand>a.navbar-item:hover,[data-theme=alptis] .navbar.is-primary .navbar-brand>a.navbar-item.is-active,[data-theme=alptis] .navbar.is-primary .navbar-brand .navbar-link:focus,[data-theme=alptis] .navbar.is-primary .navbar-brand .navbar-link:hover,[data-theme=alptis] .navbar.is-primary .navbar-brand .navbar-link.is-active{background-color:#00b89c;color:#fff}[data-theme=alptis] .navbar.is-primary .navbar-brand .navbar-link:after{border-color:#fff}[data-theme=alptis] .navbar.is-primary .navbar-burger{color:#fff}@media screen and (min-width:1024px){[data-theme=alptis] .navbar.is-primary .navbar-start>.navbar-item,[data-theme=alptis] .navbar.is-primary .navbar-start .navbar-link,[data-theme=alptis] .navbar.is-primary .navbar-end>.navbar-item,[data-theme=alptis] .navbar.is-primary .navbar-end .navbar-link{color:#fff}[data-theme=alptis] .navbar.is-primary .navbar-start>a.navbar-item:focus,[data-theme=alptis] .navbar.is-primary .navbar-start>a.navbar-item:hover,[data-theme=alptis] .navbar.is-primary .navbar-start>a.navbar-item.is-active,[data-theme=alptis] .navbar.is-primary .navbar-start .navbar-link:focus,[data-theme=alptis] .navbar.is-primary .navbar-start .navbar-link:hover,[data-theme=alptis] .navbar.is-primary .navbar-start .navbar-link.is-active,[data-theme=alptis] .navbar.is-primary .navbar-end>a.navbar-item:focus,[data-theme=alptis] .navbar.is-primary .navbar-end>a.navbar-item:hover,[data-theme=alptis] .navbar.is-primary .navbar-end>a.navbar-item.is-active,[data-theme=alptis] .navbar.is-primary .navbar-end .navbar-link:focus,[data-theme=alptis] .navbar.is-primary .navbar-end .navbar-link:hover,[data-theme=alptis] .navbar.is-primary .navbar-end .navbar-link.is-active{background-color:#00b89c;color:#fff}[data-theme=alptis] .navbar.is-primary .navbar-start .navbar-link:after,[data-theme=alptis] .navbar.is-primary .navbar-end .navbar-link:after{border-color:#fff}[data-theme=alptis] .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,[data-theme=alptis] .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,[data-theme=alptis] .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link{background-color:#00b89c;color:#fff}[data-theme=alptis] .navbar.is-primary .navbar-dropdown a.navbar-item.is-active{background-color:#00d1b2;color:#fff}}[data-theme=alptis] .navbar.is-link{background-color:#485fc7;color:#fff}[data-theme=alptis] .navbar.is-link .navbar-brand>.navbar-item,[data-theme=alptis] .navbar.is-link .navbar-brand .navbar-link{color:#fff}[data-theme=alptis] .navbar.is-link .navbar-brand>a.navbar-item:focus,[data-theme=alptis] .navbar.is-link .navbar-brand>a.navbar-item:hover,[data-theme=alptis] .navbar.is-link .navbar-brand>a.navbar-item.is-active,[data-theme=alptis] .navbar.is-link .navbar-brand .navbar-link:focus,[data-theme=alptis] .navbar.is-link .navbar-brand .navbar-link:hover,[data-theme=alptis] .navbar.is-link .navbar-brand .navbar-link.is-active{background-color:#3a51bb;color:#fff}[data-theme=alptis] .navbar.is-link .navbar-brand .navbar-link:after{border-color:#fff}[data-theme=alptis] .navbar.is-link .navbar-burger{color:#fff}@media screen and (min-width:1024px){[data-theme=alptis] .navbar.is-link .navbar-start>.navbar-item,[data-theme=alptis] .navbar.is-link .navbar-start .navbar-link,[data-theme=alptis] .navbar.is-link .navbar-end>.navbar-item,[data-theme=alptis] .navbar.is-link .navbar-end .navbar-link{color:#fff}[data-theme=alptis] .navbar.is-link .navbar-start>a.navbar-item:focus,[data-theme=alptis] .navbar.is-link .navbar-start>a.navbar-item:hover,[data-theme=alptis] .navbar.is-link .navbar-start>a.navbar-item.is-active,[data-theme=alptis] .navbar.is-link .navbar-start .navbar-link:focus,[data-theme=alptis] .navbar.is-link .navbar-start .navbar-link:hover,[data-theme=alptis] .navbar.is-link .navbar-start .navbar-link.is-active,[data-theme=alptis] .navbar.is-link .navbar-end>a.navbar-item:focus,[data-theme=alptis] .navbar.is-link .navbar-end>a.navbar-item:hover,[data-theme=alptis] .navbar.is-link .navbar-end>a.navbar-item.is-active,[data-theme=alptis] .navbar.is-link .navbar-end .navbar-link:focus,[data-theme=alptis] .navbar.is-link .navbar-end .navbar-link:hover,[data-theme=alptis] .navbar.is-link .navbar-end .navbar-link.is-active{background-color:#3a51bb;color:#fff}[data-theme=alptis] .navbar.is-link .navbar-start .navbar-link:after,[data-theme=alptis] .navbar.is-link .navbar-end .navbar-link:after{border-color:#fff}[data-theme=alptis] .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,[data-theme=alptis] .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,[data-theme=alptis] .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link{background-color:#3a51bb;color:#fff}[data-theme=alptis] .navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#485fc7;color:#fff}}[data-theme=alptis] .navbar.is-info{background-color:#3e8ed0;color:#fff}[data-theme=alptis] .navbar.is-info .navbar-brand>.navbar-item,[data-theme=alptis] .navbar.is-info .navbar-brand .navbar-link{color:#fff}[data-theme=alptis] .navbar.is-info .navbar-brand>a.navbar-item:focus,[data-theme=alptis] .navbar.is-info .navbar-brand>a.navbar-item:hover,[data-theme=alptis] .navbar.is-info .navbar-brand>a.navbar-item.is-active,[data-theme=alptis] .navbar.is-info .navbar-brand .navbar-link:focus,[data-theme=alptis] .navbar.is-info .navbar-brand .navbar-link:hover,[data-theme=alptis] .navbar.is-info .navbar-brand .navbar-link.is-active{background-color:#3082c5;color:#fff}[data-theme=alptis] .navbar.is-info .navbar-brand .navbar-link:after{border-color:#fff}[data-theme=alptis] .navbar.is-info .navbar-burger{color:#fff}@media screen and (min-width:1024px){[data-theme=alptis] .navbar.is-info .navbar-start>.navbar-item,[data-theme=alptis] .navbar.is-info .navbar-start .navbar-link,[data-theme=alptis] .navbar.is-info .navbar-end>.navbar-item,[data-theme=alptis] .navbar.is-info .navbar-end .navbar-link{color:#fff}[data-theme=alptis] .navbar.is-info .navbar-start>a.navbar-item:focus,[data-theme=alptis] .navbar.is-info .navbar-start>a.navbar-item:hover,[data-theme=alptis] .navbar.is-info .navbar-start>a.navbar-item.is-active,[data-theme=alptis] .navbar.is-info .navbar-start .navbar-link:focus,[data-theme=alptis] .navbar.is-info .navbar-start .navbar-link:hover,[data-theme=alptis] .navbar.is-info .navbar-start .navbar-link.is-active,[data-theme=alptis] .navbar.is-info .navbar-end>a.navbar-item:focus,[data-theme=alptis] .navbar.is-info .navbar-end>a.navbar-item:hover,[data-theme=alptis] .navbar.is-info .navbar-end>a.navbar-item.is-active,[data-theme=alptis] .navbar.is-info .navbar-end .navbar-link:focus,[data-theme=alptis] .navbar.is-info .navbar-end .navbar-link:hover,[data-theme=alptis] .navbar.is-info .navbar-end .navbar-link.is-active{background-color:#3082c5;color:#fff}[data-theme=alptis] .navbar.is-info .navbar-start .navbar-link:after,[data-theme=alptis] .navbar.is-info .navbar-end .navbar-link:after{border-color:#fff}[data-theme=alptis] .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,[data-theme=alptis] .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,[data-theme=alptis] .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link{background-color:#3082c5;color:#fff}[data-theme=alptis] .navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#3e8ed0;color:#fff}}[data-theme=alptis] .navbar.is-success{background-color:#48c78e;color:#fff}[data-theme=alptis] .navbar.is-success .navbar-brand>.navbar-item,[data-theme=alptis] .navbar.is-success .navbar-brand .navbar-link{color:#fff}[data-theme=alptis] .navbar.is-success .navbar-brand>a.navbar-item:focus,[data-theme=alptis] .navbar.is-success .navbar-brand>a.navbar-item:hover,[data-theme=alptis] .navbar.is-success .navbar-brand>a.navbar-item.is-active,[data-theme=alptis] .navbar.is-success .navbar-brand .navbar-link:focus,[data-theme=alptis] .navbar.is-success .navbar-brand .navbar-link:hover,[data-theme=alptis] .navbar.is-success .navbar-brand .navbar-link.is-active{background-color:#3abb81;color:#fff}[data-theme=alptis] .navbar.is-success .navbar-brand .navbar-link:after{border-color:#fff}[data-theme=alptis] .navbar.is-success .navbar-burger{color:#fff}@media screen and (min-width:1024px){[data-theme=alptis] .navbar.is-success .navbar-start>.navbar-item,[data-theme=alptis] .navbar.is-success .navbar-start .navbar-link,[data-theme=alptis] .navbar.is-success .navbar-end>.navbar-item,[data-theme=alptis] .navbar.is-success .navbar-end .navbar-link{color:#fff}[data-theme=alptis] .navbar.is-success .navbar-start>a.navbar-item:focus,[data-theme=alptis] .navbar.is-success .navbar-start>a.navbar-item:hover,[data-theme=alptis] .navbar.is-success .navbar-start>a.navbar-item.is-active,[data-theme=alptis] .navbar.is-success .navbar-start .navbar-link:focus,[data-theme=alptis] .navbar.is-success .navbar-start .navbar-link:hover,[data-theme=alptis] .navbar.is-success .navbar-start .navbar-link.is-active,[data-theme=alptis] .navbar.is-success .navbar-end>a.navbar-item:focus,[data-theme=alptis] .navbar.is-success .navbar-end>a.navbar-item:hover,[data-theme=alptis] .navbar.is-success .navbar-end>a.navbar-item.is-active,[data-theme=alptis] .navbar.is-success .navbar-end .navbar-link:focus,[data-theme=alptis] .navbar.is-success .navbar-end .navbar-link:hover,[data-theme=alptis] .navbar.is-success .navbar-end .navbar-link.is-active{background-color:#3abb81;color:#fff}[data-theme=alptis] .navbar.is-success .navbar-start .navbar-link:after,[data-theme=alptis] .navbar.is-success .navbar-end .navbar-link:after{border-color:#fff}[data-theme=alptis] .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,[data-theme=alptis] .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,[data-theme=alptis] .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link{background-color:#3abb81;color:#fff}[data-theme=alptis] .navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#48c78e;color:#fff}}[data-theme=alptis] .navbar.is-warning{background-color:#ffe08a;color:#000000b3}[data-theme=alptis] .navbar.is-warning .navbar-brand>.navbar-item,[data-theme=alptis] .navbar.is-warning .navbar-brand .navbar-link{color:#000000b3}[data-theme=alptis] .navbar.is-warning .navbar-brand>a.navbar-item:focus,[data-theme=alptis] .navbar.is-warning .navbar-brand>a.navbar-item:hover,[data-theme=alptis] .navbar.is-warning .navbar-brand>a.navbar-item.is-active,[data-theme=alptis] .navbar.is-warning .navbar-brand .navbar-link:focus,[data-theme=alptis] .navbar.is-warning .navbar-brand .navbar-link:hover,[data-theme=alptis] .navbar.is-warning .navbar-brand .navbar-link.is-active{background-color:#ffd970;color:#000000b3}[data-theme=alptis] .navbar.is-warning .navbar-brand .navbar-link:after{border-color:#000000b3}[data-theme=alptis] .navbar.is-warning .navbar-burger{color:#000000b3}@media screen and (min-width:1024px){[data-theme=alptis] .navbar.is-warning .navbar-start>.navbar-item,[data-theme=alptis] .navbar.is-warning .navbar-start .navbar-link,[data-theme=alptis] .navbar.is-warning .navbar-end>.navbar-item,[data-theme=alptis] .navbar.is-warning .navbar-end .navbar-link{color:#000000b3}[data-theme=alptis] .navbar.is-warning .navbar-start>a.navbar-item:focus,[data-theme=alptis] .navbar.is-warning .navbar-start>a.navbar-item:hover,[data-theme=alptis] .navbar.is-warning .navbar-start>a.navbar-item.is-active,[data-theme=alptis] .navbar.is-warning .navbar-start .navbar-link:focus,[data-theme=alptis] .navbar.is-warning .navbar-start .navbar-link:hover,[data-theme=alptis] .navbar.is-warning .navbar-start .navbar-link.is-active,[data-theme=alptis] .navbar.is-warning .navbar-end>a.navbar-item:focus,[data-theme=alptis] .navbar.is-warning .navbar-end>a.navbar-item:hover,[data-theme=alptis] .navbar.is-warning .navbar-end>a.navbar-item.is-active,[data-theme=alptis] .navbar.is-warning .navbar-end .navbar-link:focus,[data-theme=alptis] .navbar.is-warning .navbar-end .navbar-link:hover,[data-theme=alptis] .navbar.is-warning .navbar-end .navbar-link.is-active{background-color:#ffd970;color:#000000b3}[data-theme=alptis] .navbar.is-warning .navbar-start .navbar-link:after,[data-theme=alptis] .navbar.is-warning .navbar-end .navbar-link:after{border-color:#000000b3}[data-theme=alptis] .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,[data-theme=alptis] .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,[data-theme=alptis] .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link{background-color:#ffd970;color:#000000b3}[data-theme=alptis] .navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#ffe08a;color:#000000b3}}[data-theme=alptis] .navbar.is-danger{background-color:#f14668;color:#fff}[data-theme=alptis] .navbar.is-danger .navbar-brand>.navbar-item,[data-theme=alptis] .navbar.is-danger .navbar-brand .navbar-link{color:#fff}[data-theme=alptis] .navbar.is-danger .navbar-brand>a.navbar-item:focus,[data-theme=alptis] .navbar.is-danger .navbar-brand>a.navbar-item:hover,[data-theme=alptis] .navbar.is-danger .navbar-brand>a.navbar-item.is-active,[data-theme=alptis] .navbar.is-danger .navbar-brand .navbar-link:focus,[data-theme=alptis] .navbar.is-danger .navbar-brand .navbar-link:hover,[data-theme=alptis] .navbar.is-danger .navbar-brand .navbar-link.is-active{background-color:#ef2e55;color:#fff}[data-theme=alptis] .navbar.is-danger .navbar-brand .navbar-link:after{border-color:#fff}[data-theme=alptis] .navbar.is-danger .navbar-burger{color:#fff}@media screen and (min-width:1024px){[data-theme=alptis] .navbar.is-danger .navbar-start>.navbar-item,[data-theme=alptis] .navbar.is-danger .navbar-start .navbar-link,[data-theme=alptis] .navbar.is-danger .navbar-end>.navbar-item,[data-theme=alptis] .navbar.is-danger .navbar-end .navbar-link{color:#fff}[data-theme=alptis] .navbar.is-danger .navbar-start>a.navbar-item:focus,[data-theme=alptis] .navbar.is-danger .navbar-start>a.navbar-item:hover,[data-theme=alptis] .navbar.is-danger .navbar-start>a.navbar-item.is-active,[data-theme=alptis] .navbar.is-danger .navbar-start .navbar-link:focus,[data-theme=alptis] .navbar.is-danger .navbar-start .navbar-link:hover,[data-theme=alptis] .navbar.is-danger .navbar-start .navbar-link.is-active,[data-theme=alptis] .navbar.is-danger .navbar-end>a.navbar-item:focus,[data-theme=alptis] .navbar.is-danger .navbar-end>a.navbar-item:hover,[data-theme=alptis] .navbar.is-danger .navbar-end>a.navbar-item.is-active,[data-theme=alptis] .navbar.is-danger .navbar-end .navbar-link:focus,[data-theme=alptis] .navbar.is-danger .navbar-end .navbar-link:hover,[data-theme=alptis] .navbar.is-danger .navbar-end .navbar-link.is-active{background-color:#ef2e55;color:#fff}[data-theme=alptis] .navbar.is-danger .navbar-start .navbar-link:after,[data-theme=alptis] .navbar.is-danger .navbar-end .navbar-link:after{border-color:#fff}[data-theme=alptis] .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,[data-theme=alptis] .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,[data-theme=alptis] .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link{background-color:#ef2e55;color:#fff}[data-theme=alptis] .navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#f14668;color:#fff}}[data-theme=alptis] .navbar>.container{align-items:stretch;display:flex;min-height:3.25rem;width:100%}[data-theme=alptis] .navbar.has-shadow{box-shadow:0 2px #f5f5f5}[data-theme=alptis] .navbar.is-fixed-bottom,[data-theme=alptis] .navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}[data-theme=alptis] .navbar.is-fixed-bottom{bottom:0}[data-theme=alptis] .navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px #f5f5f5}[data-theme=alptis] .navbar.is-fixed-top{top:0}[data-theme=alptis] html.has-navbar-fixed-top,[data-theme=alptis] body.has-navbar-fixed-top{padding-top:3.25rem}[data-theme=alptis] html.has-navbar-fixed-bottom,[data-theme=alptis] body.has-navbar-fixed-bottom{padding-bottom:3.25rem}[data-theme=alptis] .navbar-brand,[data-theme=alptis] .navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:3.25rem}[data-theme=alptis] .navbar-brand a.navbar-item:focus,[data-theme=alptis] .navbar-brand a.navbar-item:hover{background-color:transparent}[data-theme=alptis] .navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}[data-theme=alptis] .navbar-burger{color:#4a4a4a;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;cursor:pointer;display:block;height:3.25rem;position:relative;width:3.25rem}[data-theme=alptis] .navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;transform-origin:center;transition-duration:86ms;transition-property:background-color,opacity,transform;transition-timing-function:ease-out;width:16px}[data-theme=alptis] .navbar-burger span:nth-child(1){top:calc(50% - 6px)}[data-theme=alptis] .navbar-burger span:nth-child(2){top:calc(50% - 1px)}[data-theme=alptis] .navbar-burger span:nth-child(3){top:calc(50% + 4px)}[data-theme=alptis] .navbar-burger:hover{background-color:#0000000d}[data-theme=alptis] .navbar-burger.is-active span:nth-child(1){transform:translateY(5px) rotate(45deg)}[data-theme=alptis] .navbar-burger.is-active span:nth-child(2){opacity:0}[data-theme=alptis] .navbar-burger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}[data-theme=alptis] .navbar-burger{margin-left:auto}[data-theme=alptis] .navbar-menu{display:none}[data-theme=alptis] .navbar-item,[data-theme=alptis] .navbar-link{color:#4a4a4a;display:block;line-height:1.5;padding:.5rem .75rem;position:relative}[data-theme=alptis] .navbar-item .icon:only-child,[data-theme=alptis] .navbar-link .icon:only-child{margin-left:-.25rem;margin-right:-.25rem}[data-theme=alptis] a.navbar-item,[data-theme=alptis] .navbar-link{cursor:pointer}[data-theme=alptis] a.navbar-item:focus,[data-theme=alptis] a.navbar-item:focus-within,[data-theme=alptis] a.navbar-item:hover,[data-theme=alptis] a.navbar-item.is-active,[data-theme=alptis] .navbar-link:focus,[data-theme=alptis] .navbar-link:focus-within,[data-theme=alptis] .navbar-link:hover,[data-theme=alptis] .navbar-link.is-active{background-color:#fafafa;color:#485fc7}[data-theme=alptis] .navbar-item{flex-grow:0;flex-shrink:0}[data-theme=alptis] .navbar-item img{max-height:1.75rem}[data-theme=alptis] .navbar-item.has-dropdown{padding:0}[data-theme=alptis] .navbar-item.is-expanded{flex-grow:1;flex-shrink:1}[data-theme=alptis] .navbar-item.is-tab{border-bottom:1px solid transparent;min-height:3.25rem;padding-bottom:calc(.5rem - 1px)}[data-theme=alptis] .navbar-item.is-tab:focus,[data-theme=alptis] .navbar-item.is-tab:hover{background-color:transparent;border-bottom-color:#485fc7}[data-theme=alptis] .navbar-item.is-tab.is-active{background-color:transparent;border-bottom-color:#485fc7;border-bottom-style:solid;border-bottom-width:3px;color:#485fc7;padding-bottom:calc(.5rem - 3px)}[data-theme=alptis] .navbar-content{flex-grow:1;flex-shrink:1}[data-theme=alptis] .navbar-link:not(.is-arrowless){padding-right:2.5em}[data-theme=alptis] .navbar-link:not(.is-arrowless):after{border-color:#485fc7;margin-top:-.375em;right:1.125em}[data-theme=alptis] .navbar-dropdown{font-size:.875rem;padding-bottom:.5rem;padding-top:.5rem}[data-theme=alptis] .navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}[data-theme=alptis] .navbar-divider{background-color:#f5f5f5;border:none;display:none;height:2px;margin:.5rem 0}@media screen and (max-width:1023px){[data-theme=alptis] .navbar>.container{display:block}[data-theme=alptis] .navbar-brand .navbar-item,[data-theme=alptis] .navbar-tabs .navbar-item{align-items:center;display:flex}[data-theme=alptis] .navbar-link:after{display:none}[data-theme=alptis] .navbar-menu{background-color:#fff;box-shadow:0 8px 16px #0a0a0a1a;padding:.5rem 0}[data-theme=alptis] .navbar-menu.is-active{display:block}[data-theme=alptis] .navbar.is-fixed-bottom-touch,[data-theme=alptis] .navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}[data-theme=alptis] .navbar.is-fixed-bottom-touch{bottom:0}[data-theme=alptis] .navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px #0a0a0a1a}[data-theme=alptis] .navbar.is-fixed-top-touch{top:0}[data-theme=alptis] .navbar.is-fixed-top .navbar-menu,[data-theme=alptis] .navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 3.25rem);overflow:auto}[data-theme=alptis] html.has-navbar-fixed-top-touch,[data-theme=alptis] body.has-navbar-fixed-top-touch{padding-top:3.25rem}[data-theme=alptis] html.has-navbar-fixed-bottom-touch,[data-theme=alptis] body.has-navbar-fixed-bottom-touch{padding-bottom:3.25rem}}@media screen and (min-width:1024px){[data-theme=alptis] .navbar,[data-theme=alptis] .navbar-menu,[data-theme=alptis] .navbar-start,[data-theme=alptis] .navbar-end{align-items:stretch;display:flex}[data-theme=alptis] .navbar{min-height:3.25rem}[data-theme=alptis] .navbar.is-spaced{padding:1rem 2rem}[data-theme=alptis] .navbar.is-spaced .navbar-start,[data-theme=alptis] .navbar.is-spaced .navbar-end{align-items:center}[data-theme=alptis] .navbar.is-spaced a.navbar-item,[data-theme=alptis] .navbar.is-spaced .navbar-link{border-radius:4px}[data-theme=alptis] .navbar.is-transparent a.navbar-item:focus,[data-theme=alptis] .navbar.is-transparent a.navbar-item:hover,[data-theme=alptis] .navbar.is-transparent a.navbar-item.is-active,[data-theme=alptis] .navbar.is-transparent .navbar-link:focus,[data-theme=alptis] .navbar.is-transparent .navbar-link:hover,[data-theme=alptis] .navbar.is-transparent .navbar-link.is-active{background-color:transparent!important}[data-theme=alptis] .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,[data-theme=alptis] .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,[data-theme=alptis] .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,[data-theme=alptis] .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:transparent!important}[data-theme=alptis] .navbar.is-transparent .navbar-dropdown a.navbar-item:focus,[data-theme=alptis] .navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}[data-theme=alptis] .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#485fc7}[data-theme=alptis] .navbar-burger{display:none}[data-theme=alptis] .navbar-item,[data-theme=alptis] .navbar-link{align-items:center;display:flex}[data-theme=alptis] .navbar-item.has-dropdown{align-items:stretch}[data-theme=alptis] .navbar-item.has-dropdown-up .navbar-link:after{transform:rotate(135deg) translate(.25em,-.25em)}[data-theme=alptis] .navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:2px solid hsl(0,0%,86%);border-radius:6px 6px 0 0;border-top:none;bottom:100%;box-shadow:0 -8px 8px #0a0a0a1a;top:auto}[data-theme=alptis] .navbar-item.is-active .navbar-dropdown,[data-theme=alptis] .navbar-item.is-hoverable:focus .navbar-dropdown,[data-theme=alptis] .navbar-item.is-hoverable:focus-within .navbar-dropdown,[data-theme=alptis] .navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar.is-spaced [data-theme=alptis] .navbar-item.is-active .navbar-dropdown,[data-theme=alptis] .navbar-item.is-active .navbar-dropdown.is-boxed,.navbar.is-spaced [data-theme=alptis] .navbar-item.is-hoverable:focus .navbar-dropdown,[data-theme=alptis] .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,.navbar.is-spaced [data-theme=alptis] .navbar-item.is-hoverable:focus-within .navbar-dropdown,[data-theme=alptis] .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,.navbar.is-spaced [data-theme=alptis] .navbar-item.is-hoverable:hover .navbar-dropdown,[data-theme=alptis] .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed{opacity:1;pointer-events:auto;transform:translateY(0)}[data-theme=alptis] .navbar-menu{flex-grow:1;flex-shrink:0}[data-theme=alptis] .navbar-start{justify-content:flex-start;margin-right:auto}[data-theme=alptis] .navbar-end{justify-content:flex-end;margin-left:auto}[data-theme=alptis] .navbar-dropdown{background-color:#fff;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:2px solid hsl(0,0%,86%);box-shadow:0 8px 8px #0a0a0a1a;display:none;font-size:.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}[data-theme=alptis] .navbar-dropdown .navbar-item{padding:.375rem 1rem;white-space:nowrap}[data-theme=alptis] .navbar-dropdown a.navbar-item{padding-right:3rem}[data-theme=alptis] .navbar-dropdown a.navbar-item:focus,[data-theme=alptis] .navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}[data-theme=alptis] .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#485fc7}.navbar.is-spaced [data-theme=alptis] .navbar-dropdown,[data-theme=alptis] .navbar-dropdown.is-boxed{border-radius:6px;border-top:none;box-shadow:0 8px 8px #0a0a0a1a,0 0 0 1px #0a0a0a1a;display:block;opacity:0;pointer-events:none;top:calc(100% - 4px);transform:translateY(-5px);transition-duration:86ms;transition-property:opacity,transform}[data-theme=alptis] .navbar-dropdown.is-right{left:auto;right:0}[data-theme=alptis] .navbar-divider{display:block}[data-theme=alptis] .navbar>.container .navbar-brand,[data-theme=alptis] .container>.navbar .navbar-brand{margin-left:-.75rem}[data-theme=alptis] .navbar>.container .navbar-menu,[data-theme=alptis] .container>.navbar .navbar-menu{margin-right:-.75rem}[data-theme=alptis] .navbar.is-fixed-bottom-desktop,[data-theme=alptis] .navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}[data-theme=alptis] .navbar.is-fixed-bottom-desktop{bottom:0}[data-theme=alptis] .navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px #0a0a0a1a}[data-theme=alptis] .navbar.is-fixed-top-desktop{top:0}[data-theme=alptis] html.has-navbar-fixed-top-desktop,[data-theme=alptis] body.has-navbar-fixed-top-desktop{padding-top:3.25rem}[data-theme=alptis] html.has-navbar-fixed-bottom-desktop,[data-theme=alptis] body.has-navbar-fixed-bottom-desktop{padding-bottom:3.25rem}[data-theme=alptis] html.has-spaced-navbar-fixed-top,[data-theme=alptis] body.has-spaced-navbar-fixed-top{padding-top:5.25rem}[data-theme=alptis] html.has-spaced-navbar-fixed-bottom,[data-theme=alptis] body.has-spaced-navbar-fixed-bottom{padding-bottom:5.25rem}[data-theme=alptis] a.navbar-item.is-active,[data-theme=alptis] .navbar-link.is-active{color:#0a0a0a}[data-theme=alptis] a.navbar-item.is-active:not(:focus):not(:hover),[data-theme=alptis] .navbar-link.is-active:not(:focus):not(:hover){background-color:transparent}[data-theme=alptis] .navbar-item.has-dropdown:focus .navbar-link,[data-theme=alptis] .navbar-item.has-dropdown:hover .navbar-link,[data-theme=alptis] .navbar-item.has-dropdown.is-active .navbar-link{background-color:#fafafa}}[data-theme=alptis] .hero.is-fullheight-with-navbar{min-height:calc(100vh - 3.25rem)}[data-theme=alptis] .panel{border-radius:6px;box-shadow:0 .5em 1em -.125em #0a0a0a1a,0 0 0 1px #0a0a0a05;font-size:1rem}[data-theme=alptis] .panel:not(:last-child){margin-bottom:1.5rem}[data-theme=alptis] .panel.is-white .panel-heading{background-color:#fff;color:#0a0a0a}[data-theme=alptis] .panel.is-white .panel-tabs a.is-active{border-bottom-color:#fff}[data-theme=alptis] .panel.is-white .panel-block.is-active .panel-icon{color:#fff}[data-theme=alptis] .panel.is-black .panel-heading{background-color:#0a0a0a;color:#fff}[data-theme=alptis] .panel.is-black .panel-tabs a.is-active{border-bottom-color:#0a0a0a}[data-theme=alptis] .panel.is-black .panel-block.is-active .panel-icon{color:#0a0a0a}[data-theme=alptis] .panel.is-light .panel-heading{background-color:#f5f5f5;color:#000000b3}[data-theme=alptis] .panel.is-light .panel-tabs a.is-active{border-bottom-color:#f5f5f5}[data-theme=alptis] .panel.is-light .panel-block.is-active .panel-icon{color:#f5f5f5}[data-theme=alptis] .panel.is-dark .panel-heading{background-color:#363636;color:#fff}[data-theme=alptis] .panel.is-dark .panel-tabs a.is-active{border-bottom-color:#363636}[data-theme=alptis] .panel.is-dark .panel-block.is-active .panel-icon{color:#363636}[data-theme=alptis] .panel.is-primary .panel-heading{background-color:#00d1b2;color:#fff}[data-theme=alptis] .panel.is-primary .panel-tabs a.is-active{border-bottom-color:#00d1b2}[data-theme=alptis] .panel.is-primary .panel-block.is-active .panel-icon{color:#00d1b2}[data-theme=alptis] .panel.is-link .panel-heading{background-color:#485fc7;color:#fff}[data-theme=alptis] .panel.is-link .panel-tabs a.is-active{border-bottom-color:#485fc7}[data-theme=alptis] .panel.is-link .panel-block.is-active .panel-icon{color:#485fc7}[data-theme=alptis] .panel.is-info .panel-heading{background-color:#3e8ed0;color:#fff}[data-theme=alptis] .panel.is-info .panel-tabs a.is-active{border-bottom-color:#3e8ed0}[data-theme=alptis] .panel.is-info .panel-block.is-active .panel-icon{color:#3e8ed0}[data-theme=alptis] .panel.is-success .panel-heading{background-color:#48c78e;color:#fff}[data-theme=alptis] .panel.is-success .panel-tabs a.is-active{border-bottom-color:#48c78e}[data-theme=alptis] .panel.is-success .panel-block.is-active .panel-icon{color:#48c78e}[data-theme=alptis] .panel.is-warning .panel-heading{background-color:#ffe08a;color:#000000b3}[data-theme=alptis] .panel.is-warning .panel-tabs a.is-active{border-bottom-color:#ffe08a}[data-theme=alptis] .panel.is-warning .panel-block.is-active .panel-icon{color:#ffe08a}[data-theme=alptis] .panel.is-danger .panel-heading{background-color:#f14668;color:#fff}[data-theme=alptis] .panel.is-danger .panel-tabs a.is-active{border-bottom-color:#f14668}[data-theme=alptis] .panel.is-danger .panel-block.is-active .panel-icon{color:#f14668}[data-theme=alptis] .panel-tabs:not(:last-child),[data-theme=alptis] .panel-block:not(:last-child){border-bottom:1px solid hsl(0,0%,93%)}[data-theme=alptis] .panel-heading{background-color:#ededed;border-radius:6px 6px 0 0;color:#363636;font-size:1.25em;font-weight:700;line-height:1.25;padding:.75em 1em}[data-theme=alptis] .panel-tabs{align-items:flex-end;display:flex;font-size:.875em;justify-content:center}[data-theme=alptis] .panel-tabs a{border-bottom:1px solid hsl(0,0%,86%);margin-bottom:-1px;padding:.5em}[data-theme=alptis] .panel-tabs a.is-active{border-bottom-color:#4a4a4a;color:#363636}[data-theme=alptis] .panel-list a{color:#4a4a4a}[data-theme=alptis] .panel-list a:hover{color:#485fc7}[data-theme=alptis] .panel-block{align-items:center;color:#363636;display:flex;justify-content:flex-start;padding:.5em .75em}[data-theme=alptis] .panel-block input[type=checkbox]{margin-right:.75em}[data-theme=alptis] .panel-block>.control{flex-grow:1;flex-shrink:1;width:100%}[data-theme=alptis] .panel-block.is-wrapped{flex-wrap:wrap}[data-theme=alptis] .panel-block.is-active{border-left-color:#485fc7;color:#363636}[data-theme=alptis] .panel-block.is-active .panel-icon{color:#485fc7}[data-theme=alptis] .panel-block:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px}[data-theme=alptis] a.panel-block,[data-theme=alptis] label.panel-block{cursor:pointer}[data-theme=alptis] a.panel-block:hover,[data-theme=alptis] label.panel-block:hover{background-color:#f5f5f5}[data-theme=alptis] .panel-icon{display:inline-block;font-size:14px;height:1em;line-height:1em;text-align:center;vertical-align:top;width:1em;color:#7a7a7a;margin-right:.75em}[data-theme=alptis] .panel-icon .fa{font-size:inherit;line-height:inherit}[data-theme=alptis] .column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>[data-theme=alptis] .column.is-narrow{flex:none;width:unset}.columns.is-mobile>[data-theme=alptis] .column.is-full{flex:none;width:100%}.columns.is-mobile>[data-theme=alptis] .column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>[data-theme=alptis] .column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>[data-theme=alptis] .column.is-half{flex:none;width:50%}.columns.is-mobile>[data-theme=alptis] .column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>[data-theme=alptis] .column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>[data-theme=alptis] .column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>[data-theme=alptis] .column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>[data-theme=alptis] .column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>[data-theme=alptis] .column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>[data-theme=alptis] .column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>[data-theme=alptis] .column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>[data-theme=alptis] .column.is-offset-half{margin-left:50%}.columns.is-mobile>[data-theme=alptis] .column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>[data-theme=alptis] .column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>[data-theme=alptis] .column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>[data-theme=alptis] .column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>[data-theme=alptis] .column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>[data-theme=alptis] .column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>[data-theme=alptis] .column.is-0{flex:none;width:0%}.columns.is-mobile>[data-theme=alptis] .column.is-offset-0{margin-left:0%}.columns.is-mobile>[data-theme=alptis] .column.is-1{flex:none;width:8.33333337%}.columns.is-mobile>[data-theme=alptis] .column.is-offset-1{margin-left:8.33333337%}.columns.is-mobile>[data-theme=alptis] .column.is-2{flex:none;width:16.66666674%}.columns.is-mobile>[data-theme=alptis] .column.is-offset-2{margin-left:16.66666674%}.columns.is-mobile>[data-theme=alptis] .column.is-3{flex:none;width:25%}.columns.is-mobile>[data-theme=alptis] .column.is-offset-3{margin-left:25%}.columns.is-mobile>[data-theme=alptis] .column.is-4{flex:none;width:33.33333337%}.columns.is-mobile>[data-theme=alptis] .column.is-offset-4{margin-left:33.33333337%}.columns.is-mobile>[data-theme=alptis] .column.is-5{flex:none;width:41.66666674%}.columns.is-mobile>[data-theme=alptis] .column.is-offset-5{margin-left:41.66666674%}.columns.is-mobile>[data-theme=alptis] .column.is-6{flex:none;width:50%}.columns.is-mobile>[data-theme=alptis] .column.is-offset-6{margin-left:50%}.columns.is-mobile>[data-theme=alptis] .column.is-7{flex:none;width:58.33333337%}.columns.is-mobile>[data-theme=alptis] .column.is-offset-7{margin-left:58.33333337%}.columns.is-mobile>[data-theme=alptis] .column.is-8{flex:none;width:66.66666674%}.columns.is-mobile>[data-theme=alptis] .column.is-offset-8{margin-left:66.66666674%}.columns.is-mobile>[data-theme=alptis] .column.is-9{flex:none;width:75%}.columns.is-mobile>[data-theme=alptis] .column.is-offset-9{margin-left:75%}.columns.is-mobile>[data-theme=alptis] .column.is-10{flex:none;width:83.33333337%}.columns.is-mobile>[data-theme=alptis] .column.is-offset-10{margin-left:83.33333337%}.columns.is-mobile>[data-theme=alptis] .column.is-11{flex:none;width:91.66666674%}.columns.is-mobile>[data-theme=alptis] .column.is-offset-11{margin-left:91.66666674%}.columns.is-mobile>[data-theme=alptis] .column.is-12{flex:none;width:100%}.columns.is-mobile>[data-theme=alptis] .column.is-offset-12{margin-left:100%}@media screen and (max-width:768px){[data-theme=alptis] .column.is-narrow-mobile{flex:none;width:unset}[data-theme=alptis] .column.is-full-mobile{flex:none;width:100%}[data-theme=alptis] .column.is-three-quarters-mobile{flex:none;width:75%}[data-theme=alptis] .column.is-two-thirds-mobile{flex:none;width:66.6666%}[data-theme=alptis] .column.is-half-mobile{flex:none;width:50%}[data-theme=alptis] .column.is-one-third-mobile{flex:none;width:33.3333%}[data-theme=alptis] .column.is-one-quarter-mobile{flex:none;width:25%}[data-theme=alptis] .column.is-one-fifth-mobile{flex:none;width:20%}[data-theme=alptis] .column.is-two-fifths-mobile{flex:none;width:40%}[data-theme=alptis] .column.is-three-fifths-mobile{flex:none;width:60%}[data-theme=alptis] .column.is-four-fifths-mobile{flex:none;width:80%}[data-theme=alptis] .column.is-offset-three-quarters-mobile{margin-left:75%}[data-theme=alptis] .column.is-offset-two-thirds-mobile{margin-left:66.6666%}[data-theme=alptis] .column.is-offset-half-mobile{margin-left:50%}[data-theme=alptis] .column.is-offset-one-third-mobile{margin-left:33.3333%}[data-theme=alptis] .column.is-offset-one-quarter-mobile{margin-left:25%}[data-theme=alptis] .column.is-offset-one-fifth-mobile{margin-left:20%}[data-theme=alptis] .column.is-offset-two-fifths-mobile{margin-left:40%}[data-theme=alptis] .column.is-offset-three-fifths-mobile{margin-left:60%}[data-theme=alptis] .column.is-offset-four-fifths-mobile{margin-left:80%}[data-theme=alptis] .column.is-0-mobile{flex:none;width:0%}[data-theme=alptis] .column.is-offset-0-mobile{margin-left:0%}[data-theme=alptis] .column.is-1-mobile{flex:none;width:8.33333337%}[data-theme=alptis] .column.is-offset-1-mobile{margin-left:8.33333337%}[data-theme=alptis] .column.is-2-mobile{flex:none;width:16.66666674%}[data-theme=alptis] .column.is-offset-2-mobile{margin-left:16.66666674%}[data-theme=alptis] .column.is-3-mobile{flex:none;width:25%}[data-theme=alptis] .column.is-offset-3-mobile{margin-left:25%}[data-theme=alptis] .column.is-4-mobile{flex:none;width:33.33333337%}[data-theme=alptis] .column.is-offset-4-mobile{margin-left:33.33333337%}[data-theme=alptis] .column.is-5-mobile{flex:none;width:41.66666674%}[data-theme=alptis] .column.is-offset-5-mobile{margin-left:41.66666674%}[data-theme=alptis] .column.is-6-mobile{flex:none;width:50%}[data-theme=alptis] .column.is-offset-6-mobile{margin-left:50%}[data-theme=alptis] .column.is-7-mobile{flex:none;width:58.33333337%}[data-theme=alptis] .column.is-offset-7-mobile{margin-left:58.33333337%}[data-theme=alptis] .column.is-8-mobile{flex:none;width:66.66666674%}[data-theme=alptis] .column.is-offset-8-mobile{margin-left:66.66666674%}[data-theme=alptis] .column.is-9-mobile{flex:none;width:75%}[data-theme=alptis] .column.is-offset-9-mobile{margin-left:75%}[data-theme=alptis] .column.is-10-mobile{flex:none;width:83.33333337%}[data-theme=alptis] .column.is-offset-10-mobile{margin-left:83.33333337%}[data-theme=alptis] .column.is-11-mobile{flex:none;width:91.66666674%}[data-theme=alptis] .column.is-offset-11-mobile{margin-left:91.66666674%}[data-theme=alptis] .column.is-12-mobile{flex:none;width:100%}[data-theme=alptis] .column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width:769px),print{[data-theme=alptis] .column.is-narrow,[data-theme=alptis] .column.is-narrow-tablet{flex:none;width:unset}[data-theme=alptis] .column.is-full,[data-theme=alptis] .column.is-full-tablet{flex:none;width:100%}[data-theme=alptis] .column.is-three-quarters,[data-theme=alptis] .column.is-three-quarters-tablet{flex:none;width:75%}[data-theme=alptis] .column.is-two-thirds,[data-theme=alptis] .column.is-two-thirds-tablet{flex:none;width:66.6666%}[data-theme=alptis] .column.is-half,[data-theme=alptis] .column.is-half-tablet{flex:none;width:50%}[data-theme=alptis] .column.is-one-third,[data-theme=alptis] .column.is-one-third-tablet{flex:none;width:33.3333%}[data-theme=alptis] .column.is-one-quarter,[data-theme=alptis] .column.is-one-quarter-tablet{flex:none;width:25%}[data-theme=alptis] .column.is-one-fifth,[data-theme=alptis] .column.is-one-fifth-tablet{flex:none;width:20%}[data-theme=alptis] .column.is-two-fifths,[data-theme=alptis] .column.is-two-fifths-tablet{flex:none;width:40%}[data-theme=alptis] .column.is-three-fifths,[data-theme=alptis] .column.is-three-fifths-tablet{flex:none;width:60%}[data-theme=alptis] .column.is-four-fifths,[data-theme=alptis] .column.is-four-fifths-tablet{flex:none;width:80%}[data-theme=alptis] .column.is-offset-three-quarters,[data-theme=alptis] .column.is-offset-three-quarters-tablet{margin-left:75%}[data-theme=alptis] .column.is-offset-two-thirds,[data-theme=alptis] .column.is-offset-two-thirds-tablet{margin-left:66.6666%}[data-theme=alptis] .column.is-offset-half,[data-theme=alptis] .column.is-offset-half-tablet{margin-left:50%}[data-theme=alptis] .column.is-offset-one-third,[data-theme=alptis] .column.is-offset-one-third-tablet{margin-left:33.3333%}[data-theme=alptis] .column.is-offset-one-quarter,[data-theme=alptis] .column.is-offset-one-quarter-tablet{margin-left:25%}[data-theme=alptis] .column.is-offset-one-fifth,[data-theme=alptis] .column.is-offset-one-fifth-tablet{margin-left:20%}[data-theme=alptis] .column.is-offset-two-fifths,[data-theme=alptis] .column.is-offset-two-fifths-tablet{margin-left:40%}[data-theme=alptis] .column.is-offset-three-fifths,[data-theme=alptis] .column.is-offset-three-fifths-tablet{margin-left:60%}[data-theme=alptis] .column.is-offset-four-fifths,[data-theme=alptis] .column.is-offset-four-fifths-tablet{margin-left:80%}[data-theme=alptis] .column.is-0,[data-theme=alptis] .column.is-0-tablet{flex:none;width:0%}[data-theme=alptis] .column.is-offset-0,[data-theme=alptis] .column.is-offset-0-tablet{margin-left:0%}[data-theme=alptis] .column.is-1,[data-theme=alptis] .column.is-1-tablet{flex:none;width:8.33333337%}[data-theme=alptis] .column.is-offset-1,[data-theme=alptis] .column.is-offset-1-tablet{margin-left:8.33333337%}[data-theme=alptis] .column.is-2,[data-theme=alptis] .column.is-2-tablet{flex:none;width:16.66666674%}[data-theme=alptis] .column.is-offset-2,[data-theme=alptis] .column.is-offset-2-tablet{margin-left:16.66666674%}[data-theme=alptis] .column.is-3,[data-theme=alptis] .column.is-3-tablet{flex:none;width:25%}[data-theme=alptis] .column.is-offset-3,[data-theme=alptis] .column.is-offset-3-tablet{margin-left:25%}[data-theme=alptis] .column.is-4,[data-theme=alptis] .column.is-4-tablet{flex:none;width:33.33333337%}[data-theme=alptis] .column.is-offset-4,[data-theme=alptis] .column.is-offset-4-tablet{margin-left:33.33333337%}[data-theme=alptis] .column.is-5,[data-theme=alptis] .column.is-5-tablet{flex:none;width:41.66666674%}[data-theme=alptis] .column.is-offset-5,[data-theme=alptis] .column.is-offset-5-tablet{margin-left:41.66666674%}[data-theme=alptis] .column.is-6,[data-theme=alptis] .column.is-6-tablet{flex:none;width:50%}[data-theme=alptis] .column.is-offset-6,[data-theme=alptis] .column.is-offset-6-tablet{margin-left:50%}[data-theme=alptis] .column.is-7,[data-theme=alptis] .column.is-7-tablet{flex:none;width:58.33333337%}[data-theme=alptis] .column.is-offset-7,[data-theme=alptis] .column.is-offset-7-tablet{margin-left:58.33333337%}[data-theme=alptis] .column.is-8,[data-theme=alptis] .column.is-8-tablet{flex:none;width:66.66666674%}[data-theme=alptis] .column.is-offset-8,[data-theme=alptis] .column.is-offset-8-tablet{margin-left:66.66666674%}[data-theme=alptis] .column.is-9,[data-theme=alptis] .column.is-9-tablet{flex:none;width:75%}[data-theme=alptis] .column.is-offset-9,[data-theme=alptis] .column.is-offset-9-tablet{margin-left:75%}[data-theme=alptis] .column.is-10,[data-theme=alptis] .column.is-10-tablet{flex:none;width:83.33333337%}[data-theme=alptis] .column.is-offset-10,[data-theme=alptis] .column.is-offset-10-tablet{margin-left:83.33333337%}[data-theme=alptis] .column.is-11,[data-theme=alptis] .column.is-11-tablet{flex:none;width:91.66666674%}[data-theme=alptis] .column.is-offset-11,[data-theme=alptis] .column.is-offset-11-tablet{margin-left:91.66666674%}[data-theme=alptis] .column.is-12,[data-theme=alptis] .column.is-12-tablet{flex:none;width:100%}[data-theme=alptis] .column.is-offset-12,[data-theme=alptis] .column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width:1023px){[data-theme=alptis] .column.is-narrow-touch{flex:none;width:unset}[data-theme=alptis] .column.is-full-touch{flex:none;width:100%}[data-theme=alptis] .column.is-three-quarters-touch{flex:none;width:75%}[data-theme=alptis] .column.is-two-thirds-touch{flex:none;width:66.6666%}[data-theme=alptis] .column.is-half-touch{flex:none;width:50%}[data-theme=alptis] .column.is-one-third-touch{flex:none;width:33.3333%}[data-theme=alptis] .column.is-one-quarter-touch{flex:none;width:25%}[data-theme=alptis] .column.is-one-fifth-touch{flex:none;width:20%}[data-theme=alptis] .column.is-two-fifths-touch{flex:none;width:40%}[data-theme=alptis] .column.is-three-fifths-touch{flex:none;width:60%}[data-theme=alptis] .column.is-four-fifths-touch{flex:none;width:80%}[data-theme=alptis] .column.is-offset-three-quarters-touch{margin-left:75%}[data-theme=alptis] .column.is-offset-two-thirds-touch{margin-left:66.6666%}[data-theme=alptis] .column.is-offset-half-touch{margin-left:50%}[data-theme=alptis] .column.is-offset-one-third-touch{margin-left:33.3333%}[data-theme=alptis] .column.is-offset-one-quarter-touch{margin-left:25%}[data-theme=alptis] .column.is-offset-one-fifth-touch{margin-left:20%}[data-theme=alptis] .column.is-offset-two-fifths-touch{margin-left:40%}[data-theme=alptis] .column.is-offset-three-fifths-touch{margin-left:60%}[data-theme=alptis] .column.is-offset-four-fifths-touch{margin-left:80%}[data-theme=alptis] .column.is-0-touch{flex:none;width:0%}[data-theme=alptis] .column.is-offset-0-touch{margin-left:0%}[data-theme=alptis] .column.is-1-touch{flex:none;width:8.33333337%}[data-theme=alptis] .column.is-offset-1-touch{margin-left:8.33333337%}[data-theme=alptis] .column.is-2-touch{flex:none;width:16.66666674%}[data-theme=alptis] .column.is-offset-2-touch{margin-left:16.66666674%}[data-theme=alptis] .column.is-3-touch{flex:none;width:25%}[data-theme=alptis] .column.is-offset-3-touch{margin-left:25%}[data-theme=alptis] .column.is-4-touch{flex:none;width:33.33333337%}[data-theme=alptis] .column.is-offset-4-touch{margin-left:33.33333337%}[data-theme=alptis] .column.is-5-touch{flex:none;width:41.66666674%}[data-theme=alptis] .column.is-offset-5-touch{margin-left:41.66666674%}[data-theme=alptis] .column.is-6-touch{flex:none;width:50%}[data-theme=alptis] .column.is-offset-6-touch{margin-left:50%}[data-theme=alptis] .column.is-7-touch{flex:none;width:58.33333337%}[data-theme=alptis] .column.is-offset-7-touch{margin-left:58.33333337%}[data-theme=alptis] .column.is-8-touch{flex:none;width:66.66666674%}[data-theme=alptis] .column.is-offset-8-touch{margin-left:66.66666674%}[data-theme=alptis] .column.is-9-touch{flex:none;width:75%}[data-theme=alptis] .column.is-offset-9-touch{margin-left:75%}[data-theme=alptis] .column.is-10-touch{flex:none;width:83.33333337%}[data-theme=alptis] .column.is-offset-10-touch{margin-left:83.33333337%}[data-theme=alptis] .column.is-11-touch{flex:none;width:91.66666674%}[data-theme=alptis] .column.is-offset-11-touch{margin-left:91.66666674%}[data-theme=alptis] .column.is-12-touch{flex:none;width:100%}[data-theme=alptis] .column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width:1024px){[data-theme=alptis] .column.is-narrow-desktop{flex:none;width:unset}[data-theme=alptis] .column.is-full-desktop{flex:none;width:100%}[data-theme=alptis] .column.is-three-quarters-desktop{flex:none;width:75%}[data-theme=alptis] .column.is-two-thirds-desktop{flex:none;width:66.6666%}[data-theme=alptis] .column.is-half-desktop{flex:none;width:50%}[data-theme=alptis] .column.is-one-third-desktop{flex:none;width:33.3333%}[data-theme=alptis] .column.is-one-quarter-desktop{flex:none;width:25%}[data-theme=alptis] .column.is-one-fifth-desktop{flex:none;width:20%}[data-theme=alptis] .column.is-two-fifths-desktop{flex:none;width:40%}[data-theme=alptis] .column.is-three-fifths-desktop{flex:none;width:60%}[data-theme=alptis] .column.is-four-fifths-desktop{flex:none;width:80%}[data-theme=alptis] .column.is-offset-three-quarters-desktop{margin-left:75%}[data-theme=alptis] .column.is-offset-two-thirds-desktop{margin-left:66.6666%}[data-theme=alptis] .column.is-offset-half-desktop{margin-left:50%}[data-theme=alptis] .column.is-offset-one-third-desktop{margin-left:33.3333%}[data-theme=alptis] .column.is-offset-one-quarter-desktop{margin-left:25%}[data-theme=alptis] .column.is-offset-one-fifth-desktop{margin-left:20%}[data-theme=alptis] .column.is-offset-two-fifths-desktop{margin-left:40%}[data-theme=alptis] .column.is-offset-three-fifths-desktop{margin-left:60%}[data-theme=alptis] .column.is-offset-four-fifths-desktop{margin-left:80%}[data-theme=alptis] .column.is-0-desktop{flex:none;width:0%}[data-theme=alptis] .column.is-offset-0-desktop{margin-left:0%}[data-theme=alptis] .column.is-1-desktop{flex:none;width:8.33333337%}[data-theme=alptis] .column.is-offset-1-desktop{margin-left:8.33333337%}[data-theme=alptis] .column.is-2-desktop{flex:none;width:16.66666674%}[data-theme=alptis] .column.is-offset-2-desktop{margin-left:16.66666674%}[data-theme=alptis] .column.is-3-desktop{flex:none;width:25%}[data-theme=alptis] .column.is-offset-3-desktop{margin-left:25%}[data-theme=alptis] .column.is-4-desktop{flex:none;width:33.33333337%}[data-theme=alptis] .column.is-offset-4-desktop{margin-left:33.33333337%}[data-theme=alptis] .column.is-5-desktop{flex:none;width:41.66666674%}[data-theme=alptis] .column.is-offset-5-desktop{margin-left:41.66666674%}[data-theme=alptis] .column.is-6-desktop{flex:none;width:50%}[data-theme=alptis] .column.is-offset-6-desktop{margin-left:50%}[data-theme=alptis] .column.is-7-desktop{flex:none;width:58.33333337%}[data-theme=alptis] .column.is-offset-7-desktop{margin-left:58.33333337%}[data-theme=alptis] .column.is-8-desktop{flex:none;width:66.66666674%}[data-theme=alptis] .column.is-offset-8-desktop{margin-left:66.66666674%}[data-theme=alptis] .column.is-9-desktop{flex:none;width:75%}[data-theme=alptis] .column.is-offset-9-desktop{margin-left:75%}[data-theme=alptis] .column.is-10-desktop{flex:none;width:83.33333337%}[data-theme=alptis] .column.is-offset-10-desktop{margin-left:83.33333337%}[data-theme=alptis] .column.is-11-desktop{flex:none;width:91.66666674%}[data-theme=alptis] .column.is-offset-11-desktop{margin-left:91.66666674%}[data-theme=alptis] .column.is-12-desktop{flex:none;width:100%}[data-theme=alptis] .column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width:1216px){[data-theme=alptis] .column.is-narrow-widescreen{flex:none;width:unset}[data-theme=alptis] .column.is-full-widescreen{flex:none;width:100%}[data-theme=alptis] .column.is-three-quarters-widescreen{flex:none;width:75%}[data-theme=alptis] .column.is-two-thirds-widescreen{flex:none;width:66.6666%}[data-theme=alptis] .column.is-half-widescreen{flex:none;width:50%}[data-theme=alptis] .column.is-one-third-widescreen{flex:none;width:33.3333%}[data-theme=alptis] .column.is-one-quarter-widescreen{flex:none;width:25%}[data-theme=alptis] .column.is-one-fifth-widescreen{flex:none;width:20%}[data-theme=alptis] .column.is-two-fifths-widescreen{flex:none;width:40%}[data-theme=alptis] .column.is-three-fifths-widescreen{flex:none;width:60%}[data-theme=alptis] .column.is-four-fifths-widescreen{flex:none;width:80%}[data-theme=alptis] .column.is-offset-three-quarters-widescreen{margin-left:75%}[data-theme=alptis] .column.is-offset-two-thirds-widescreen{margin-left:66.6666%}[data-theme=alptis] .column.is-offset-half-widescreen{margin-left:50%}[data-theme=alptis] .column.is-offset-one-third-widescreen{margin-left:33.3333%}[data-theme=alptis] .column.is-offset-one-quarter-widescreen{margin-left:25%}[data-theme=alptis] .column.is-offset-one-fifth-widescreen{margin-left:20%}[data-theme=alptis] .column.is-offset-two-fifths-widescreen{margin-left:40%}[data-theme=alptis] .column.is-offset-three-fifths-widescreen{margin-left:60%}[data-theme=alptis] .column.is-offset-four-fifths-widescreen{margin-left:80%}[data-theme=alptis] .column.is-0-widescreen{flex:none;width:0%}[data-theme=alptis] .column.is-offset-0-widescreen{margin-left:0%}[data-theme=alptis] .column.is-1-widescreen{flex:none;width:8.33333337%}[data-theme=alptis] .column.is-offset-1-widescreen{margin-left:8.33333337%}[data-theme=alptis] .column.is-2-widescreen{flex:none;width:16.66666674%}[data-theme=alptis] .column.is-offset-2-widescreen{margin-left:16.66666674%}[data-theme=alptis] .column.is-3-widescreen{flex:none;width:25%}[data-theme=alptis] .column.is-offset-3-widescreen{margin-left:25%}[data-theme=alptis] .column.is-4-widescreen{flex:none;width:33.33333337%}[data-theme=alptis] .column.is-offset-4-widescreen{margin-left:33.33333337%}[data-theme=alptis] .column.is-5-widescreen{flex:none;width:41.66666674%}[data-theme=alptis] .column.is-offset-5-widescreen{margin-left:41.66666674%}[data-theme=alptis] .column.is-6-widescreen{flex:none;width:50%}[data-theme=alptis] .column.is-offset-6-widescreen{margin-left:50%}[data-theme=alptis] .column.is-7-widescreen{flex:none;width:58.33333337%}[data-theme=alptis] .column.is-offset-7-widescreen{margin-left:58.33333337%}[data-theme=alptis] .column.is-8-widescreen{flex:none;width:66.66666674%}[data-theme=alptis] .column.is-offset-8-widescreen{margin-left:66.66666674%}[data-theme=alptis] .column.is-9-widescreen{flex:none;width:75%}[data-theme=alptis] .column.is-offset-9-widescreen{margin-left:75%}[data-theme=alptis] .column.is-10-widescreen{flex:none;width:83.33333337%}[data-theme=alptis] .column.is-offset-10-widescreen{margin-left:83.33333337%}[data-theme=alptis] .column.is-11-widescreen{flex:none;width:91.66666674%}[data-theme=alptis] .column.is-offset-11-widescreen{margin-left:91.66666674%}[data-theme=alptis] .column.is-12-widescreen{flex:none;width:100%}[data-theme=alptis] .column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width:1408px){[data-theme=alptis] .column.is-narrow-fullhd{flex:none;width:unset}[data-theme=alptis] .column.is-full-fullhd{flex:none;width:100%}[data-theme=alptis] .column.is-three-quarters-fullhd{flex:none;width:75%}[data-theme=alptis] .column.is-two-thirds-fullhd{flex:none;width:66.6666%}[data-theme=alptis] .column.is-half-fullhd{flex:none;width:50%}[data-theme=alptis] .column.is-one-third-fullhd{flex:none;width:33.3333%}[data-theme=alptis] .column.is-one-quarter-fullhd{flex:none;width:25%}[data-theme=alptis] .column.is-one-fifth-fullhd{flex:none;width:20%}[data-theme=alptis] .column.is-two-fifths-fullhd{flex:none;width:40%}[data-theme=alptis] .column.is-three-fifths-fullhd{flex:none;width:60%}[data-theme=alptis] .column.is-four-fifths-fullhd{flex:none;width:80%}[data-theme=alptis] .column.is-offset-three-quarters-fullhd{margin-left:75%}[data-theme=alptis] .column.is-offset-two-thirds-fullhd{margin-left:66.6666%}[data-theme=alptis] .column.is-offset-half-fullhd{margin-left:50%}[data-theme=alptis] .column.is-offset-one-third-fullhd{margin-left:33.3333%}[data-theme=alptis] .column.is-offset-one-quarter-fullhd{margin-left:25%}[data-theme=alptis] .column.is-offset-one-fifth-fullhd{margin-left:20%}[data-theme=alptis] .column.is-offset-two-fifths-fullhd{margin-left:40%}[data-theme=alptis] .column.is-offset-three-fifths-fullhd{margin-left:60%}[data-theme=alptis] .column.is-offset-four-fifths-fullhd{margin-left:80%}[data-theme=alptis] .column.is-0-fullhd{flex:none;width:0%}[data-theme=alptis] .column.is-offset-0-fullhd{margin-left:0%}[data-theme=alptis] .column.is-1-fullhd{flex:none;width:8.33333337%}[data-theme=alptis] .column.is-offset-1-fullhd{margin-left:8.33333337%}[data-theme=alptis] .column.is-2-fullhd{flex:none;width:16.66666674%}[data-theme=alptis] .column.is-offset-2-fullhd{margin-left:16.66666674%}[data-theme=alptis] .column.is-3-fullhd{flex:none;width:25%}[data-theme=alptis] .column.is-offset-3-fullhd{margin-left:25%}[data-theme=alptis] .column.is-4-fullhd{flex:none;width:33.33333337%}[data-theme=alptis] .column.is-offset-4-fullhd{margin-left:33.33333337%}[data-theme=alptis] .column.is-5-fullhd{flex:none;width:41.66666674%}[data-theme=alptis] .column.is-offset-5-fullhd{margin-left:41.66666674%}[data-theme=alptis] .column.is-6-fullhd{flex:none;width:50%}[data-theme=alptis] .column.is-offset-6-fullhd{margin-left:50%}[data-theme=alptis] .column.is-7-fullhd{flex:none;width:58.33333337%}[data-theme=alptis] .column.is-offset-7-fullhd{margin-left:58.33333337%}[data-theme=alptis] .column.is-8-fullhd{flex:none;width:66.66666674%}[data-theme=alptis] .column.is-offset-8-fullhd{margin-left:66.66666674%}[data-theme=alptis] .column.is-9-fullhd{flex:none;width:75%}[data-theme=alptis] .column.is-offset-9-fullhd{margin-left:75%}[data-theme=alptis] .column.is-10-fullhd{flex:none;width:83.33333337%}[data-theme=alptis] .column.is-offset-10-fullhd{margin-left:83.33333337%}[data-theme=alptis] .column.is-11-fullhd{flex:none;width:91.66666674%}[data-theme=alptis] .column.is-offset-11-fullhd{margin-left:91.66666674%}[data-theme=alptis] .column.is-12-fullhd{flex:none;width:100%}[data-theme=alptis] .column.is-offset-12-fullhd{margin-left:100%}}[data-theme=alptis] .columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}[data-theme=alptis] .columns:last-child{margin-bottom:-.75rem}[data-theme=alptis] .columns:not(:last-child){margin-bottom:.75rem}[data-theme=alptis] .columns.is-centered{justify-content:center}[data-theme=alptis] .columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}[data-theme=alptis] .columns.is-gapless>.column{margin:0;padding:0!important}[data-theme=alptis] .columns.is-gapless:not(:last-child){margin-bottom:1.5rem}[data-theme=alptis] .columns.is-gapless:last-child{margin-bottom:0}[data-theme=alptis] .columns.is-mobile{display:flex}[data-theme=alptis] .columns.is-multiline{flex-wrap:wrap}[data-theme=alptis] .columns.is-vcentered{align-items:center}@media screen and (min-width:769px),print{[data-theme=alptis] .columns:not(.is-desktop){display:flex}}@media screen and (min-width:1024px){[data-theme=alptis] .columns.is-desktop{display:flex}}[data-theme=alptis] .columns.is-variable{--columnGap: .75rem;margin-left:calc(-1 * var(--columnGap));margin-right:calc(-1 * var(--columnGap))}[data-theme=alptis] .columns.is-variable>.column{padding-left:var(--columnGap);padding-right:var(--columnGap)}[data-theme=alptis] .columns.is-variable.is-0{--columnGap: 0rem}@media screen and (max-width:768px){[data-theme=alptis] .columns.is-variable.is-0-mobile{--columnGap: 0rem}}@media screen and (min-width:769px),print{[data-theme=alptis] .columns.is-variable.is-0-tablet{--columnGap: 0rem}}@media screen and (min-width:769px)and (max-width:1023px){[data-theme=alptis] .columns.is-variable.is-0-tablet-only{--columnGap: 0rem}}@media screen and (max-width:1023px){[data-theme=alptis] .columns.is-variable.is-0-touch{--columnGap: 0rem}}@media screen and (min-width:1024px){[data-theme=alptis] .columns.is-variable.is-0-desktop{--columnGap: 0rem}}@media screen and (min-width:1024px)and (max-width:1215px){[data-theme=alptis] .columns.is-variable.is-0-desktop-only{--columnGap: 0rem}}@media screen and (min-width:1216px){[data-theme=alptis] .columns.is-variable.is-0-widescreen{--columnGap: 0rem}}@media screen and (min-width:1216px)and (max-width:1407px){[data-theme=alptis] .columns.is-variable.is-0-widescreen-only{--columnGap: 0rem}}@media screen and (min-width:1408px){[data-theme=alptis] .columns.is-variable.is-0-fullhd{--columnGap: 0rem}}[data-theme=alptis] .columns.is-variable.is-1{--columnGap: .25rem}@media screen and (max-width:768px){[data-theme=alptis] .columns.is-variable.is-1-mobile{--columnGap: .25rem}}@media screen and (min-width:769px),print{[data-theme=alptis] .columns.is-variable.is-1-tablet{--columnGap: .25rem}}@media screen and (min-width:769px)and (max-width:1023px){[data-theme=alptis] .columns.is-variable.is-1-tablet-only{--columnGap: .25rem}}@media screen and (max-width:1023px){[data-theme=alptis] .columns.is-variable.is-1-touch{--columnGap: .25rem}}@media screen and (min-width:1024px){[data-theme=alptis] .columns.is-variable.is-1-desktop{--columnGap: .25rem}}@media screen and (min-width:1024px)and (max-width:1215px){[data-theme=alptis] .columns.is-variable.is-1-desktop-only{--columnGap: .25rem}}@media screen and (min-width:1216px){[data-theme=alptis] .columns.is-variable.is-1-widescreen{--columnGap: .25rem}}@media screen and (min-width:1216px)and (max-width:1407px){[data-theme=alptis] .columns.is-variable.is-1-widescreen-only{--columnGap: .25rem}}@media screen and (min-width:1408px){[data-theme=alptis] .columns.is-variable.is-1-fullhd{--columnGap: .25rem}}[data-theme=alptis] .columns.is-variable.is-2{--columnGap: .5rem}@media screen and (max-width:768px){[data-theme=alptis] .columns.is-variable.is-2-mobile{--columnGap: .5rem}}@media screen and (min-width:769px),print{[data-theme=alptis] .columns.is-variable.is-2-tablet{--columnGap: .5rem}}@media screen and (min-width:769px)and (max-width:1023px){[data-theme=alptis] .columns.is-variable.is-2-tablet-only{--columnGap: .5rem}}@media screen and (max-width:1023px){[data-theme=alptis] .columns.is-variable.is-2-touch{--columnGap: .5rem}}@media screen and (min-width:1024px){[data-theme=alptis] .columns.is-variable.is-2-desktop{--columnGap: .5rem}}@media screen and (min-width:1024px)and (max-width:1215px){[data-theme=alptis] .columns.is-variable.is-2-desktop-only{--columnGap: .5rem}}@media screen and (min-width:1216px){[data-theme=alptis] .columns.is-variable.is-2-widescreen{--columnGap: .5rem}}@media screen and (min-width:1216px)and (max-width:1407px){[data-theme=alptis] .columns.is-variable.is-2-widescreen-only{--columnGap: .5rem}}@media screen and (min-width:1408px){[data-theme=alptis] .columns.is-variable.is-2-fullhd{--columnGap: .5rem}}[data-theme=alptis] .columns.is-variable.is-3{--columnGap: .75rem}@media screen and (max-width:768px){[data-theme=alptis] .columns.is-variable.is-3-mobile{--columnGap: .75rem}}@media screen and (min-width:769px),print{[data-theme=alptis] .columns.is-variable.is-3-tablet{--columnGap: .75rem}}@media screen and (min-width:769px)and (max-width:1023px){[data-theme=alptis] .columns.is-variable.is-3-tablet-only{--columnGap: .75rem}}@media screen and (max-width:1023px){[data-theme=alptis] .columns.is-variable.is-3-touch{--columnGap: .75rem}}@media screen and (min-width:1024px){[data-theme=alptis] .columns.is-variable.is-3-desktop{--columnGap: .75rem}}@media screen and (min-width:1024px)and (max-width:1215px){[data-theme=alptis] .columns.is-variable.is-3-desktop-only{--columnGap: .75rem}}@media screen and (min-width:1216px){[data-theme=alptis] .columns.is-variable.is-3-widescreen{--columnGap: .75rem}}@media screen and (min-width:1216px)and (max-width:1407px){[data-theme=alptis] .columns.is-variable.is-3-widescreen-only{--columnGap: .75rem}}@media screen and (min-width:1408px){[data-theme=alptis] .columns.is-variable.is-3-fullhd{--columnGap: .75rem}}[data-theme=alptis] .columns.is-variable.is-4{--columnGap: 1rem}@media screen and (max-width:768px){[data-theme=alptis] .columns.is-variable.is-4-mobile{--columnGap: 1rem}}@media screen and (min-width:769px),print{[data-theme=alptis] .columns.is-variable.is-4-tablet{--columnGap: 1rem}}@media screen and (min-width:769px)and (max-width:1023px){[data-theme=alptis] .columns.is-variable.is-4-tablet-only{--columnGap: 1rem}}@media screen and (max-width:1023px){[data-theme=alptis] .columns.is-variable.is-4-touch{--columnGap: 1rem}}@media screen and (min-width:1024px){[data-theme=alptis] .columns.is-variable.is-4-desktop{--columnGap: 1rem}}@media screen and (min-width:1024px)and (max-width:1215px){[data-theme=alptis] .columns.is-variable.is-4-desktop-only{--columnGap: 1rem}}@media screen and (min-width:1216px){[data-theme=alptis] .columns.is-variable.is-4-widescreen{--columnGap: 1rem}}@media screen and (min-width:1216px)and (max-width:1407px){[data-theme=alptis] .columns.is-variable.is-4-widescreen-only{--columnGap: 1rem}}@media screen and (min-width:1408px){[data-theme=alptis] .columns.is-variable.is-4-fullhd{--columnGap: 1rem}}[data-theme=alptis] .columns.is-variable.is-5{--columnGap: 1.25rem}@media screen and (max-width:768px){[data-theme=alptis] .columns.is-variable.is-5-mobile{--columnGap: 1.25rem}}@media screen and (min-width:769px),print{[data-theme=alptis] .columns.is-variable.is-5-tablet{--columnGap: 1.25rem}}@media screen and (min-width:769px)and (max-width:1023px){[data-theme=alptis] .columns.is-variable.is-5-tablet-only{--columnGap: 1.25rem}}@media screen and (max-width:1023px){[data-theme=alptis] .columns.is-variable.is-5-touch{--columnGap: 1.25rem}}@media screen and (min-width:1024px){[data-theme=alptis] .columns.is-variable.is-5-desktop{--columnGap: 1.25rem}}@media screen and (min-width:1024px)and (max-width:1215px){[data-theme=alptis] .columns.is-variable.is-5-desktop-only{--columnGap: 1.25rem}}@media screen and (min-width:1216px){[data-theme=alptis] .columns.is-variable.is-5-widescreen{--columnGap: 1.25rem}}@media screen and (min-width:1216px)and (max-width:1407px){[data-theme=alptis] .columns.is-variable.is-5-widescreen-only{--columnGap: 1.25rem}}@media screen and (min-width:1408px){[data-theme=alptis] .columns.is-variable.is-5-fullhd{--columnGap: 1.25rem}}[data-theme=alptis] .columns.is-variable.is-6{--columnGap: 1.5rem}@media screen and (max-width:768px){[data-theme=alptis] .columns.is-variable.is-6-mobile{--columnGap: 1.5rem}}@media screen and (min-width:769px),print{[data-theme=alptis] .columns.is-variable.is-6-tablet{--columnGap: 1.5rem}}@media screen and (min-width:769px)and (max-width:1023px){[data-theme=alptis] .columns.is-variable.is-6-tablet-only{--columnGap: 1.5rem}}@media screen and (max-width:1023px){[data-theme=alptis] .columns.is-variable.is-6-touch{--columnGap: 1.5rem}}@media screen and (min-width:1024px){[data-theme=alptis] .columns.is-variable.is-6-desktop{--columnGap: 1.5rem}}@media screen and (min-width:1024px)and (max-width:1215px){[data-theme=alptis] .columns.is-variable.is-6-desktop-only{--columnGap: 1.5rem}}@media screen and (min-width:1216px){[data-theme=alptis] .columns.is-variable.is-6-widescreen{--columnGap: 1.5rem}}@media screen and (min-width:1216px)and (max-width:1407px){[data-theme=alptis] .columns.is-variable.is-6-widescreen-only{--columnGap: 1.5rem}}@media screen and (min-width:1408px){[data-theme=alptis] .columns.is-variable.is-6-fullhd{--columnGap: 1.5rem}}[data-theme=alptis] .columns.is-variable.is-7{--columnGap: 1.75rem}@media screen and (max-width:768px){[data-theme=alptis] .columns.is-variable.is-7-mobile{--columnGap: 1.75rem}}@media screen and (min-width:769px),print{[data-theme=alptis] .columns.is-variable.is-7-tablet{--columnGap: 1.75rem}}@media screen and (min-width:769px)and (max-width:1023px){[data-theme=alptis] .columns.is-variable.is-7-tablet-only{--columnGap: 1.75rem}}@media screen and (max-width:1023px){[data-theme=alptis] .columns.is-variable.is-7-touch{--columnGap: 1.75rem}}@media screen and (min-width:1024px){[data-theme=alptis] .columns.is-variable.is-7-desktop{--columnGap: 1.75rem}}@media screen and (min-width:1024px)and (max-width:1215px){[data-theme=alptis] .columns.is-variable.is-7-desktop-only{--columnGap: 1.75rem}}@media screen and (min-width:1216px){[data-theme=alptis] .columns.is-variable.is-7-widescreen{--columnGap: 1.75rem}}@media screen and (min-width:1216px)and (max-width:1407px){[data-theme=alptis] .columns.is-variable.is-7-widescreen-only{--columnGap: 1.75rem}}@media screen and (min-width:1408px){[data-theme=alptis] .columns.is-variable.is-7-fullhd{--columnGap: 1.75rem}}[data-theme=alptis] .columns.is-variable.is-8{--columnGap: 2rem}@media screen and (max-width:768px){[data-theme=alptis] .columns.is-variable.is-8-mobile{--columnGap: 2rem}}@media screen and (min-width:769px),print{[data-theme=alptis] .columns.is-variable.is-8-tablet{--columnGap: 2rem}}@media screen and (min-width:769px)and (max-width:1023px){[data-theme=alptis] .columns.is-variable.is-8-tablet-only{--columnGap: 2rem}}@media screen and (max-width:1023px){[data-theme=alptis] .columns.is-variable.is-8-touch{--columnGap: 2rem}}@media screen and (min-width:1024px){[data-theme=alptis] .columns.is-variable.is-8-desktop{--columnGap: 2rem}}@media screen and (min-width:1024px)and (max-width:1215px){[data-theme=alptis] .columns.is-variable.is-8-desktop-only{--columnGap: 2rem}}@media screen and (min-width:1216px){[data-theme=alptis] .columns.is-variable.is-8-widescreen{--columnGap: 2rem}}@media screen and (min-width:1216px)and (max-width:1407px){[data-theme=alptis] .columns.is-variable.is-8-widescreen-only{--columnGap: 2rem}}@media screen and (min-width:1408px){[data-theme=alptis] .columns.is-variable.is-8-fullhd{--columnGap: 2rem}}[data-theme=alptis] .tile{align-items:stretch;display:block;flex-basis:0;flex-grow:1;flex-shrink:1;min-height:min-content}[data-theme=alptis] .tile.is-ancestor{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}[data-theme=alptis] .tile.is-ancestor:last-child{margin-bottom:-.75rem}[data-theme=alptis] .tile.is-ancestor:not(:last-child){margin-bottom:.75rem}[data-theme=alptis] .tile.is-child{margin:0!important}[data-theme=alptis] .tile.is-parent{padding:.75rem}[data-theme=alptis] .tile.is-vertical{flex-direction:column}[data-theme=alptis] .tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem!important}@media screen and (min-width:769px),print{[data-theme=alptis] .tile:not(.is-child){display:flex}[data-theme=alptis] .tile.is-1{flex:none;width:8.33333337%}[data-theme=alptis] .tile.is-2{flex:none;width:16.66666674%}[data-theme=alptis] .tile.is-3{flex:none;width:25%}[data-theme=alptis] .tile.is-4{flex:none;width:33.33333337%}[data-theme=alptis] .tile.is-5{flex:none;width:41.66666674%}[data-theme=alptis] .tile.is-6{flex:none;width:50%}[data-theme=alptis] .tile.is-7{flex:none;width:58.33333337%}[data-theme=alptis] .tile.is-8{flex:none;width:66.66666674%}[data-theme=alptis] .tile.is-9{flex:none;width:75%}[data-theme=alptis] .tile.is-10{flex:none;width:83.33333337%}[data-theme=alptis] .tile.is-11{flex:none;width:91.66666674%}[data-theme=alptis] .tile.is-12{flex:none;width:100%}}[data-theme=alptis] .hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}[data-theme=alptis] .hero .navbar{background:none}[data-theme=alptis] .hero .tabs ul{border-bottom:none}[data-theme=alptis] .hero.is-white{background-color:#fff;color:#0a0a0a}[data-theme=alptis] .hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),[data-theme=alptis] .hero.is-white strong{color:inherit}[data-theme=alptis] .hero.is-white .title{color:#0a0a0a}[data-theme=alptis] .hero.is-white .subtitle{color:#0a0a0ae6}[data-theme=alptis] .hero.is-white .subtitle a:not(.button),[data-theme=alptis] .hero.is-white .subtitle strong{color:#0a0a0a}@media screen and (max-width:1023px){[data-theme=alptis] .hero.is-white .navbar-menu{background-color:#fff}}[data-theme=alptis] .hero.is-white .navbar-item,[data-theme=alptis] .hero.is-white .navbar-link{color:#0a0a0ab3}[data-theme=alptis] .hero.is-white a.navbar-item:hover,[data-theme=alptis] .hero.is-white a.navbar-item.is-active,[data-theme=alptis] .hero.is-white .navbar-link:hover,[data-theme=alptis] .hero.is-white .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}[data-theme=alptis] .hero.is-white .tabs a{color:#0a0a0a;opacity:.9}[data-theme=alptis] .hero.is-white .tabs a:hover{opacity:1}[data-theme=alptis] .hero.is-white .tabs li.is-active a{color:#fff!important;opacity:1}[data-theme=alptis] .hero.is-white .tabs.is-boxed a,[data-theme=alptis] .hero.is-white .tabs.is-toggle a{color:#0a0a0a}[data-theme=alptis] .hero.is-white .tabs.is-boxed a:hover,[data-theme=alptis] .hero.is-white .tabs.is-toggle a:hover{background-color:#0a0a0a1a}[data-theme=alptis] .hero.is-white .tabs.is-boxed li.is-active a,[data-theme=alptis] .hero.is-white .tabs.is-boxed li.is-active a:hover,[data-theme=alptis] .hero.is-white .tabs.is-toggle li.is-active a,[data-theme=alptis] .hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}[data-theme=alptis] .hero.is-white.is-bold{background-image:linear-gradient(141deg,#e8e3e4,#fff 71% 100%)}@media screen and (max-width:768px){[data-theme=alptis] .hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg,#e8e3e4,#fff 71% 100%)}}[data-theme=alptis] .hero.is-black{background-color:#0a0a0a;color:#fff}[data-theme=alptis] .hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),[data-theme=alptis] .hero.is-black strong{color:inherit}[data-theme=alptis] .hero.is-black .title{color:#fff}[data-theme=alptis] .hero.is-black .subtitle{color:#ffffffe6}[data-theme=alptis] .hero.is-black .subtitle a:not(.button),[data-theme=alptis] .hero.is-black .subtitle strong{color:#fff}@media screen and (max-width:1023px){[data-theme=alptis] .hero.is-black .navbar-menu{background-color:#0a0a0a}}[data-theme=alptis] .hero.is-black .navbar-item,[data-theme=alptis] .hero.is-black .navbar-link{color:#ffffffb3}[data-theme=alptis] .hero.is-black a.navbar-item:hover,[data-theme=alptis] .hero.is-black a.navbar-item.is-active,[data-theme=alptis] .hero.is-black .navbar-link:hover,[data-theme=alptis] .hero.is-black .navbar-link.is-active{background-color:#000;color:#fff}[data-theme=alptis] .hero.is-black .tabs a{color:#fff;opacity:.9}[data-theme=alptis] .hero.is-black .tabs a:hover{opacity:1}[data-theme=alptis] .hero.is-black .tabs li.is-active a{color:#0a0a0a!important;opacity:1}[data-theme=alptis] .hero.is-black .tabs.is-boxed a,[data-theme=alptis] .hero.is-black .tabs.is-toggle a{color:#fff}[data-theme=alptis] .hero.is-black .tabs.is-boxed a:hover,[data-theme=alptis] .hero.is-black .tabs.is-toggle a:hover{background-color:#0a0a0a1a}[data-theme=alptis] .hero.is-black .tabs.is-boxed li.is-active a,[data-theme=alptis] .hero.is-black .tabs.is-boxed li.is-active a:hover,[data-theme=alptis] .hero.is-black .tabs.is-toggle li.is-active a,[data-theme=alptis] .hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}[data-theme=alptis] .hero.is-black.is-bold{background-image:linear-gradient(141deg,#000,#0a0a0a 71%,#181616)}@media screen and (max-width:768px){[data-theme=alptis] .hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg,#000,#0a0a0a 71%,#181616)}}[data-theme=alptis] .hero.is-light{background-color:#f5f5f5;color:#000000b3}[data-theme=alptis] .hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),[data-theme=alptis] .hero.is-light strong{color:inherit}[data-theme=alptis] .hero.is-light .title{color:#000000b3}[data-theme=alptis] .hero.is-light .subtitle{color:#000000e6}[data-theme=alptis] .hero.is-light .subtitle a:not(.button),[data-theme=alptis] .hero.is-light .subtitle strong{color:#000000b3}@media screen and (max-width:1023px){[data-theme=alptis] .hero.is-light .navbar-menu{background-color:#f5f5f5}}[data-theme=alptis] .hero.is-light .navbar-item,[data-theme=alptis] .hero.is-light .navbar-link{color:#000000b3}[data-theme=alptis] .hero.is-light a.navbar-item:hover,[data-theme=alptis] .hero.is-light a.navbar-item.is-active,[data-theme=alptis] .hero.is-light .navbar-link:hover,[data-theme=alptis] .hero.is-light .navbar-link.is-active{background-color:#e8e8e8;color:#000000b3}[data-theme=alptis] .hero.is-light .tabs a{color:#000000b3;opacity:.9}[data-theme=alptis] .hero.is-light .tabs a:hover{opacity:1}[data-theme=alptis] .hero.is-light .tabs li.is-active a{color:#f5f5f5!important;opacity:1}[data-theme=alptis] .hero.is-light .tabs.is-boxed a,[data-theme=alptis] .hero.is-light .tabs.is-toggle a{color:#000000b3}[data-theme=alptis] .hero.is-light .tabs.is-boxed a:hover,[data-theme=alptis] .hero.is-light .tabs.is-toggle a:hover{background-color:#0a0a0a1a}[data-theme=alptis] .hero.is-light .tabs.is-boxed li.is-active a,[data-theme=alptis] .hero.is-light .tabs.is-boxed li.is-active a:hover,[data-theme=alptis] .hero.is-light .tabs.is-toggle li.is-active a,[data-theme=alptis] .hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:#000000b3;border-color:#000000b3;color:#f5f5f5}[data-theme=alptis] .hero.is-light.is-bold{background-image:linear-gradient(141deg,#dfd8d9,#f5f5f5 71%,#fff)}@media screen and (max-width:768px){[data-theme=alptis] .hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg,#dfd8d9,#f5f5f5 71%,#fff)}}[data-theme=alptis] .hero.is-dark{background-color:#363636;color:#fff}[data-theme=alptis] .hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),[data-theme=alptis] .hero.is-dark strong{color:inherit}[data-theme=alptis] .hero.is-dark .title{color:#fff}[data-theme=alptis] .hero.is-dark .subtitle{color:#ffffffe6}[data-theme=alptis] .hero.is-dark .subtitle a:not(.button),[data-theme=alptis] .hero.is-dark .subtitle strong{color:#fff}@media screen and (max-width:1023px){[data-theme=alptis] .hero.is-dark .navbar-menu{background-color:#363636}}[data-theme=alptis] .hero.is-dark .navbar-item,[data-theme=alptis] .hero.is-dark .navbar-link{color:#ffffffb3}[data-theme=alptis] .hero.is-dark a.navbar-item:hover,[data-theme=alptis] .hero.is-dark a.navbar-item.is-active,[data-theme=alptis] .hero.is-dark .navbar-link:hover,[data-theme=alptis] .hero.is-dark .navbar-link.is-active{background-color:#292929;color:#fff}[data-theme=alptis] .hero.is-dark .tabs a{color:#fff;opacity:.9}[data-theme=alptis] .hero.is-dark .tabs a:hover{opacity:1}[data-theme=alptis] .hero.is-dark .tabs li.is-active a{color:#363636!important;opacity:1}[data-theme=alptis] .hero.is-dark .tabs.is-boxed a,[data-theme=alptis] .hero.is-dark .tabs.is-toggle a{color:#fff}[data-theme=alptis] .hero.is-dark .tabs.is-boxed a:hover,[data-theme=alptis] .hero.is-dark .tabs.is-toggle a:hover{background-color:#0a0a0a1a}[data-theme=alptis] .hero.is-dark .tabs.is-boxed li.is-active a,[data-theme=alptis] .hero.is-dark .tabs.is-boxed li.is-active a:hover,[data-theme=alptis] .hero.is-dark .tabs.is-toggle li.is-active a,[data-theme=alptis] .hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#363636}[data-theme=alptis] .hero.is-dark.is-bold{background-image:linear-gradient(141deg,#1f191a,#363636 71%,#46403f)}@media screen and (max-width:768px){[data-theme=alptis] .hero.is-dark.is-bold .navbar-menu{background-image:linear-gradient(141deg,#1f191a,#363636 71%,#46403f)}}[data-theme=alptis] .hero.is-primary{background-color:#00d1b2;color:#fff}[data-theme=alptis] .hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),[data-theme=alptis] .hero.is-primary strong{color:inherit}[data-theme=alptis] .hero.is-primary .title{color:#fff}[data-theme=alptis] .hero.is-primary .subtitle{color:#ffffffe6}[data-theme=alptis] .hero.is-primary .subtitle a:not(.button),[data-theme=alptis] .hero.is-primary .subtitle strong{color:#fff}@media screen and (max-width:1023px){[data-theme=alptis] .hero.is-primary .navbar-menu{background-color:#00d1b2}}[data-theme=alptis] .hero.is-primary .navbar-item,[data-theme=alptis] .hero.is-primary .navbar-link{color:#ffffffb3}[data-theme=alptis] .hero.is-primary a.navbar-item:hover,[data-theme=alptis] .hero.is-primary a.navbar-item.is-active,[data-theme=alptis] .hero.is-primary .navbar-link:hover,[data-theme=alptis] .hero.is-primary .navbar-link.is-active{background-color:#00b89c;color:#fff}[data-theme=alptis] .hero.is-primary .tabs a{color:#fff;opacity:.9}[data-theme=alptis] .hero.is-primary .tabs a:hover{opacity:1}[data-theme=alptis] .hero.is-primary .tabs li.is-active a{color:#00d1b2!important;opacity:1}[data-theme=alptis] .hero.is-primary .tabs.is-boxed a,[data-theme=alptis] .hero.is-primary .tabs.is-toggle a{color:#fff}[data-theme=alptis] .hero.is-primary .tabs.is-boxed a:hover,[data-theme=alptis] .hero.is-primary .tabs.is-toggle a:hover{background-color:#0a0a0a1a}[data-theme=alptis] .hero.is-primary .tabs.is-boxed li.is-active a,[data-theme=alptis] .hero.is-primary .tabs.is-boxed li.is-active a:hover,[data-theme=alptis] .hero.is-primary .tabs.is-toggle li.is-active a,[data-theme=alptis] .hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#00d1b2}[data-theme=alptis] .hero.is-primary.is-bold{background-image:linear-gradient(141deg,#009e6c,#00d1b2 71%,#00e7eb)}@media screen and (max-width:768px){[data-theme=alptis] .hero.is-primary.is-bold .navbar-menu{background-image:linear-gradient(141deg,#009e6c,#00d1b2 71%,#00e7eb)}}[data-theme=alptis] .hero.is-link{background-color:#485fc7;color:#fff}[data-theme=alptis] .hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),[data-theme=alptis] .hero.is-link strong{color:inherit}[data-theme=alptis] .hero.is-link .title{color:#fff}[data-theme=alptis] .hero.is-link .subtitle{color:#ffffffe6}[data-theme=alptis] .hero.is-link .subtitle a:not(.button),[data-theme=alptis] .hero.is-link .subtitle strong{color:#fff}@media screen and (max-width:1023px){[data-theme=alptis] .hero.is-link .navbar-menu{background-color:#485fc7}}[data-theme=alptis] .hero.is-link .navbar-item,[data-theme=alptis] .hero.is-link .navbar-link{color:#ffffffb3}[data-theme=alptis] .hero.is-link a.navbar-item:hover,[data-theme=alptis] .hero.is-link a.navbar-item.is-active,[data-theme=alptis] .hero.is-link .navbar-link:hover,[data-theme=alptis] .hero.is-link .navbar-link.is-active{background-color:#3a51bb;color:#fff}[data-theme=alptis] .hero.is-link .tabs a{color:#fff;opacity:.9}[data-theme=alptis] .hero.is-link .tabs a:hover{opacity:1}[data-theme=alptis] .hero.is-link .tabs li.is-active a{color:#485fc7!important;opacity:1}[data-theme=alptis] .hero.is-link .tabs.is-boxed a,[data-theme=alptis] .hero.is-link .tabs.is-toggle a{color:#fff}[data-theme=alptis] .hero.is-link .tabs.is-boxed a:hover,[data-theme=alptis] .hero.is-link .tabs.is-toggle a:hover{background-color:#0a0a0a1a}[data-theme=alptis] .hero.is-link .tabs.is-boxed li.is-active a,[data-theme=alptis] .hero.is-link .tabs.is-boxed li.is-active a:hover,[data-theme=alptis] .hero.is-link .tabs.is-toggle li.is-active a,[data-theme=alptis] .hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#485fc7}[data-theme=alptis] .hero.is-link.is-bold{background-image:linear-gradient(141deg,#2959b3,#485fc7 71%,#5658d2)}@media screen and (max-width:768px){[data-theme=alptis] .hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg,#2959b3,#485fc7 71%,#5658d2)}}[data-theme=alptis] .hero.is-info{background-color:#3e8ed0;color:#fff}[data-theme=alptis] .hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),[data-theme=alptis] .hero.is-info strong{color:inherit}[data-theme=alptis] .hero.is-info .title{color:#fff}[data-theme=alptis] .hero.is-info .subtitle{color:#ffffffe6}[data-theme=alptis] .hero.is-info .subtitle a:not(.button),[data-theme=alptis] .hero.is-info .subtitle strong{color:#fff}@media screen and (max-width:1023px){[data-theme=alptis] .hero.is-info .navbar-menu{background-color:#3e8ed0}}[data-theme=alptis] .hero.is-info .navbar-item,[data-theme=alptis] .hero.is-info .navbar-link{color:#ffffffb3}[data-theme=alptis] .hero.is-info a.navbar-item:hover,[data-theme=alptis] .hero.is-info a.navbar-item.is-active,[data-theme=alptis] .hero.is-info .navbar-link:hover,[data-theme=alptis] .hero.is-info .navbar-link.is-active{background-color:#3082c5;color:#fff}[data-theme=alptis] .hero.is-info .tabs a{color:#fff;opacity:.9}[data-theme=alptis] .hero.is-info .tabs a:hover{opacity:1}[data-theme=alptis] .hero.is-info .tabs li.is-active a{color:#3e8ed0!important;opacity:1}[data-theme=alptis] .hero.is-info .tabs.is-boxed a,[data-theme=alptis] .hero.is-info .tabs.is-toggle a{color:#fff}[data-theme=alptis] .hero.is-info .tabs.is-boxed a:hover,[data-theme=alptis] .hero.is-info .tabs.is-toggle a:hover{background-color:#0a0a0a1a}[data-theme=alptis] .hero.is-info .tabs.is-boxed li.is-active a,[data-theme=alptis] .hero.is-info .tabs.is-boxed li.is-active a:hover,[data-theme=alptis] .hero.is-info .tabs.is-toggle li.is-active a,[data-theme=alptis] .hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#3e8ed0}[data-theme=alptis] .hero.is-info.is-bold{background-image:linear-gradient(141deg,#208fbc,#3e8ed0 71%,#4d83db)}@media screen and (max-width:768px){[data-theme=alptis] .hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg,#208fbc,#3e8ed0 71%,#4d83db)}}[data-theme=alptis] .hero.is-success{background-color:#48c78e;color:#fff}[data-theme=alptis] .hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),[data-theme=alptis] .hero.is-success strong{color:inherit}[data-theme=alptis] .hero.is-success .title{color:#fff}[data-theme=alptis] .hero.is-success .subtitle{color:#ffffffe6}[data-theme=alptis] .hero.is-success .subtitle a:not(.button),[data-theme=alptis] .hero.is-success .subtitle strong{color:#fff}@media screen and (max-width:1023px){[data-theme=alptis] .hero.is-success .navbar-menu{background-color:#48c78e}}[data-theme=alptis] .hero.is-success .navbar-item,[data-theme=alptis] .hero.is-success .navbar-link{color:#ffffffb3}[data-theme=alptis] .hero.is-success a.navbar-item:hover,[data-theme=alptis] .hero.is-success a.navbar-item.is-active,[data-theme=alptis] .hero.is-success .navbar-link:hover,[data-theme=alptis] .hero.is-success .navbar-link.is-active{background-color:#3abb81;color:#fff}[data-theme=alptis] .hero.is-success .tabs a{color:#fff;opacity:.9}[data-theme=alptis] .hero.is-success .tabs a:hover{opacity:1}[data-theme=alptis] .hero.is-success .tabs li.is-active a{color:#48c78e!important;opacity:1}[data-theme=alptis] .hero.is-success .tabs.is-boxed a,[data-theme=alptis] .hero.is-success .tabs.is-toggle a{color:#fff}[data-theme=alptis] .hero.is-success .tabs.is-boxed a:hover,[data-theme=alptis] .hero.is-success .tabs.is-toggle a:hover{background-color:#0a0a0a1a}[data-theme=alptis] .hero.is-success .tabs.is-boxed li.is-active a,[data-theme=alptis] .hero.is-success .tabs.is-boxed li.is-active a:hover,[data-theme=alptis] .hero.is-success .tabs.is-toggle li.is-active a,[data-theme=alptis] .hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#48c78e}[data-theme=alptis] .hero.is-success.is-bold{background-image:linear-gradient(141deg,#29b35e,#48c78e 71%,#56d2af)}@media screen and (max-width:768px){[data-theme=alptis] .hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg,#29b35e,#48c78e 71%,#56d2af)}}[data-theme=alptis] .hero.is-warning{background-color:#ffe08a;color:#000000b3}[data-theme=alptis] .hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),[data-theme=alptis] .hero.is-warning strong{color:inherit}[data-theme=alptis] .hero.is-warning .title{color:#000000b3}[data-theme=alptis] .hero.is-warning .subtitle{color:#000000e6}[data-theme=alptis] .hero.is-warning .subtitle a:not(.button),[data-theme=alptis] .hero.is-warning .subtitle strong{color:#000000b3}@media screen and (max-width:1023px){[data-theme=alptis] .hero.is-warning .navbar-menu{background-color:#ffe08a}}[data-theme=alptis] .hero.is-warning .navbar-item,[data-theme=alptis] .hero.is-warning .navbar-link{color:#000000b3}[data-theme=alptis] .hero.is-warning a.navbar-item:hover,[data-theme=alptis] .hero.is-warning a.navbar-item.is-active,[data-theme=alptis] .hero.is-warning .navbar-link:hover,[data-theme=alptis] .hero.is-warning .navbar-link.is-active{background-color:#ffd970;color:#000000b3}[data-theme=alptis] .hero.is-warning .tabs a{color:#000000b3;opacity:.9}[data-theme=alptis] .hero.is-warning .tabs a:hover{opacity:1}[data-theme=alptis] .hero.is-warning .tabs li.is-active a{color:#ffe08a!important;opacity:1}[data-theme=alptis] .hero.is-warning .tabs.is-boxed a,[data-theme=alptis] .hero.is-warning .tabs.is-toggle a{color:#000000b3}[data-theme=alptis] .hero.is-warning .tabs.is-boxed a:hover,[data-theme=alptis] .hero.is-warning .tabs.is-toggle a:hover{background-color:#0a0a0a1a}[data-theme=alptis] .hero.is-warning .tabs.is-boxed li.is-active a,[data-theme=alptis] .hero.is-warning .tabs.is-boxed li.is-active a:hover,[data-theme=alptis] .hero.is-warning .tabs.is-toggle li.is-active a,[data-theme=alptis] .hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:#000000b3;border-color:#000000b3;color:#ffe08a}[data-theme=alptis] .hero.is-warning.is-bold{background-image:linear-gradient(141deg,#ffb657,#ffe08a 71%,#fff6a3)}@media screen and (max-width:768px){[data-theme=alptis] .hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ffb657,#ffe08a 71%,#fff6a3)}}[data-theme=alptis] .hero.is-danger{background-color:#f14668;color:#fff}[data-theme=alptis] .hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),[data-theme=alptis] .hero.is-danger strong{color:inherit}[data-theme=alptis] .hero.is-danger .title{color:#fff}[data-theme=alptis] .hero.is-danger .subtitle{color:#ffffffe6}[data-theme=alptis] .hero.is-danger .subtitle a:not(.button),[data-theme=alptis] .hero.is-danger .subtitle strong{color:#fff}@media screen and (max-width:1023px){[data-theme=alptis] .hero.is-danger .navbar-menu{background-color:#f14668}}[data-theme=alptis] .hero.is-danger .navbar-item,[data-theme=alptis] .hero.is-danger .navbar-link{color:#ffffffb3}[data-theme=alptis] .hero.is-danger a.navbar-item:hover,[data-theme=alptis] .hero.is-danger a.navbar-item.is-active,[data-theme=alptis] .hero.is-danger .navbar-link:hover,[data-theme=alptis] .hero.is-danger .navbar-link.is-active{background-color:#ef2e55;color:#fff}[data-theme=alptis] .hero.is-danger .tabs a{color:#fff;opacity:.9}[data-theme=alptis] .hero.is-danger .tabs a:hover{opacity:1}[data-theme=alptis] .hero.is-danger .tabs li.is-active a{color:#f14668!important;opacity:1}[data-theme=alptis] .hero.is-danger .tabs.is-boxed a,[data-theme=alptis] .hero.is-danger .tabs.is-toggle a{color:#fff}[data-theme=alptis] .hero.is-danger .tabs.is-boxed a:hover,[data-theme=alptis] .hero.is-danger .tabs.is-toggle a:hover{background-color:#0a0a0a1a}[data-theme=alptis] .hero.is-danger .tabs.is-boxed li.is-active a,[data-theme=alptis] .hero.is-danger .tabs.is-boxed li.is-active a:hover,[data-theme=alptis] .hero.is-danger .tabs.is-toggle li.is-active a,[data-theme=alptis] .hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#f14668}[data-theme=alptis] .hero.is-danger.is-bold{background-image:linear-gradient(141deg,#fa0a62,#f14668 71%,#f7595f)}@media screen and (max-width:768px){[data-theme=alptis] .hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg,#fa0a62,#f14668 71%,#f7595f)}}[data-theme=alptis] .hero.is-small .hero-body{padding:1.5rem}@media screen and (min-width:769px),print{[data-theme=alptis] .hero.is-medium .hero-body{padding:9rem 4.5rem}}@media screen and (min-width:769px),print{[data-theme=alptis] .hero.is-large .hero-body{padding:18rem 6rem}}[data-theme=alptis] .hero.is-halfheight .hero-body,[data-theme=alptis] .hero.is-fullheight .hero-body,[data-theme=alptis] .hero.is-fullheight-with-navbar .hero-body{align-items:center;display:flex}[data-theme=alptis] .hero.is-halfheight .hero-body>.container,[data-theme=alptis] .hero.is-fullheight .hero-body>.container,[data-theme=alptis] .hero.is-fullheight-with-navbar .hero-body>.container{flex-grow:1;flex-shrink:1}[data-theme=alptis] .hero.is-halfheight{min-height:50vh}[data-theme=alptis] .hero.is-fullheight{min-height:100vh}[data-theme=alptis] .hero-video{overflow:hidden}[data-theme=alptis] .hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate3d(-50%,-50%,0)}[data-theme=alptis] .hero-video.is-transparent{opacity:.3}@media screen and (max-width:768px){[data-theme=alptis] .hero-video{display:none}}[data-theme=alptis] .hero-buttons{margin-top:1.5rem}@media screen and (max-width:768px){[data-theme=alptis] .hero-buttons .button{display:flex}[data-theme=alptis] .hero-buttons .button:not(:last-child){margin-bottom:.75rem}}@media screen and (min-width:769px),print{[data-theme=alptis] .hero-buttons{display:flex;justify-content:center}[data-theme=alptis] .hero-buttons .button:not(:last-child){margin-right:1.5rem}}[data-theme=alptis] .hero-head,[data-theme=alptis] .hero-foot{flex-grow:0;flex-shrink:0}[data-theme=alptis] .hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}@media screen and (min-width:769px),print{[data-theme=alptis] .hero-body{padding:3rem}}[data-theme=alptis] .section{padding:3rem 1.5rem}@media screen and (min-width:1024px){[data-theme=alptis] .section{padding:3rem}[data-theme=alptis] .section.is-medium{padding:9rem 4.5rem}[data-theme=alptis] .section.is-large{padding:18rem 6rem}}[data-theme=alptis] .footer{background-color:#fafafa;padding:3rem 1.5rem 6rem}[data-theme=alptis] .is-noscroll{position:fixed;overflow-y:hidden;width:100%;bottom:0}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}[data-theme=alptis] .fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}[data-theme=alptis] .fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}[data-theme=alptis] .fadeOutUp{animation-name:fadeOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}[data-theme=alptis] .fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}[data-theme=alptis] .fadeInDown{animation-name:fadeInDown}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}[data-theme=alptis] .fadeInUp{animation-name:fadeInUp}[data-theme=alptis] .fade-enter-active,[data-theme=alptis] .fade-leave-active{transition:opacity .15s ease-out}[data-theme=alptis] .fade-enter,[data-theme=alptis] .fade-leave-to{opacity:0}[data-theme=alptis] .zoom-in-enter-active,[data-theme=alptis] .zoom-in-leave-active{transition:opacity .15s ease-out}[data-theme=alptis] .zoom-in-enter-active .animation-content,[data-theme=alptis] .zoom-in-leave-active .animation-content{transition:transform .15s ease-out}[data-theme=alptis] .zoom-in-enter,[data-theme=alptis] .zoom-in-leave-active{opacity:0}[data-theme=alptis] .zoom-in-enter .animation-content,[data-theme=alptis] .zoom-in-leave-active .animation-content{transform:scale(.95)}[data-theme=alptis] .zoom-out-enter-active,[data-theme=alptis] .zoom-out-leave-active{transition:opacity .15s ease-out}[data-theme=alptis] .zoom-out-enter-active .animation-content,[data-theme=alptis] .zoom-out-leave-active .animation-content{transition:transform .15s ease-out}[data-theme=alptis] .zoom-out-enter,[data-theme=alptis] .zoom-out-leave-active{opacity:0}[data-theme=alptis] .zoom-out-enter .animation-content,[data-theme=alptis] .zoom-out-leave-active .animation-content{transform:scale(1.05)}[data-theme=alptis] .slide-next-enter-active,[data-theme=alptis] .slide-next-leave-active,[data-theme=alptis] .slide-prev-enter-active,[data-theme=alptis] .slide-prev-leave-active{transition:transform .25s cubic-bezier(.785,.135,.15,.86)}[data-theme=alptis] .slide-prev-leave-to,[data-theme=alptis] .slide-next-enter{transform:translate3d(-100%,0,0);position:absolute;width:100%}[data-theme=alptis] .slide-prev-enter,[data-theme=alptis] .slide-next-leave-to{transform:translate3d(100%,0,0);position:absolute;width:100%}[data-theme=alptis] .slide-down-enter-active,[data-theme=alptis] .slide-down-leave-active,[data-theme=alptis] .slide-up-enter-active,[data-theme=alptis] .slide-up-leave-active{transition:transform .25s cubic-bezier(.785,.135,.15,.86)}[data-theme=alptis] .slide-up-leave-to,[data-theme=alptis] .slide-down-enter{transform:translate3d(0,-100%,0);position:absolute;height:100%}[data-theme=alptis] .slide-up-enter,[data-theme=alptis] .slide-down-leave-to{transform:translate3d(0,100%,0);position:absolute;height:100%}[data-theme=alptis] .slide-enter-active{transition:.15s ease-out}[data-theme=alptis] .slide-leave-active{transition:.15s ease-out;transition-timing-function:cubic-bezier(0,1,.5,1)}[data-theme=alptis] .slide-enter-to,[data-theme=alptis] .slide-leave{max-height:100px;overflow:hidden}[data-theme=alptis] .slide-enter,[data-theme=alptis] .slide-leave-to{overflow:hidden;max-height:0}[data-theme=alptis] .collapse .collapse-trigger{display:inline;cursor:pointer}[data-theme=alptis] .collapse .collapse-content{display:inherit}[data-theme=alptis] .datepicker{font-size:.875rem}[data-theme=alptis] .datepicker .dropdown,[data-theme=alptis] .datepicker .dropdown-trigger{width:100%}[data-theme=alptis] .datepicker .dropdown .input[readonly],[data-theme=alptis] .datepicker .dropdown-trigger .input[readonly]{cursor:pointer;box-shadow:inset 0 .0625em .125em #0a0a0a0d}[data-theme=alptis] .datepicker .dropdown .input[readonly]:focus,[data-theme=alptis] .datepicker .dropdown .input[readonly].is-focused,[data-theme=alptis] .datepicker .dropdown .input[readonly]:active,[data-theme=alptis] .datepicker .dropdown .input[readonly].is-active,[data-theme=alptis] .datepicker .dropdown-trigger .input[readonly]:focus,[data-theme=alptis] .datepicker .dropdown-trigger .input[readonly].is-focused,[data-theme=alptis] .datepicker .dropdown-trigger .input[readonly]:active,[data-theme=alptis] .datepicker .dropdown-trigger .input[readonly].is-active{box-shadow:0 0 0 .125em #485fc740}[data-theme=alptis] .datepicker .dropdown.is-disabled{opacity:1}[data-theme=alptis] .datepicker .dropdown-content{background-color:#fff;border-radius:4px;box-shadow:0 .5em 1em -.125em #0a0a0a1a,0 0 0 1px #0a0a0a05}[data-theme=alptis] .datepicker .dropdown-item,[data-theme=alptis] .datepicker .dropdown .dropdown-menu .has-link a,[data-theme=alptis] .dropdown .dropdown-menu .has-link .datepicker a{font-size:inherit}[data-theme=alptis] .datepicker .datepicker-header{padding-bottom:.875rem;margin-bottom:.875rem;border-bottom:1px solid hsl(0,0%,86%)}[data-theme=alptis] .datepicker .datepicker-footer{margin-top:.875rem;padding-top:.875rem;border-top:1px solid hsl(0,0%,86%)}[data-theme=alptis] .datepicker .datepicker-table{display:table;margin:0 auto}[data-theme=alptis] .datepicker .datepicker-table .datepicker-cell{text-align:center;vertical-align:middle;display:table-cell;border-radius:4px;padding:.5rem .75rem}[data-theme=alptis] .datepicker .datepicker-table .datepicker-header{display:table-header-group}[data-theme=alptis] .datepicker .datepicker-table .datepicker-header .datepicker-cell{color:#7a7a7a;font-weight:600}[data-theme=alptis] .datepicker .datepicker-table .datepicker-body{display:table-row-group}[data-theme=alptis] .datepicker .datepicker-table .datepicker-body .datepicker-row{display:table-row}[data-theme=alptis] .datepicker .datepicker-table .datepicker-body .datepicker-months{display:inline-flex;flex-wrap:wrap;flex-direction:row;width:17rem}[data-theme=alptis] .datepicker .datepicker-table .datepicker-body .datepicker-months .datepicker-cell{display:flex;align-items:center;justify-content:center;width:33.33%;height:2.5rem}[data-theme=alptis] .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-unselectable{color:#b5b5b5}[data-theme=alptis] .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-today{border:solid 1px rgba(0,209.1,177.735,.5)}[data-theme=alptis] .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable{color:#4a4a4a}[data-theme=alptis] .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable:hover:not(.is-selected),[data-theme=alptis] .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable:focus:not(.is-selected){background-color:#f5f5f5;color:#0a0a0a;cursor:pointer}[data-theme=alptis] .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable.is-within-hovered-range.is-first-hovered{background-color:#7a7a7a;color:#dbdbdb;border-bottom-right-radius:0;border-top-right-radius:0}[data-theme=alptis] .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable.is-within-hovered-range.is-within-hovered{background-color:#f5f5f5;color:#0a0a0a;border-radius:0}[data-theme=alptis] .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable.is-within-hovered-range.is-last-hovered{background-color:#7a7a7a;color:#dbdbdb;border-bottom-left-radius:0;border-top-left-radius:0}[data-theme=alptis] .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected{background-color:#00d1b2;color:#fff}[data-theme=alptis] .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected.is-first-selected{background-color:#00d1b2;color:#fff;border-bottom-right-radius:0;border-top-right-radius:0}[data-theme=alptis] .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected.is-within-selected{background-color:#00d1b280;border-radius:0}[data-theme=alptis] .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected.is-last-selected{background-color:#00d1b2;color:#fff;border-bottom-left-radius:0;border-top-left-radius:0}[data-theme=alptis] .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-nearby:not(.is-selected){color:#b5b5b5}[data-theme=alptis] .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-week-number{cursor:default}[data-theme=alptis] .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell{padding:.3rem .75rem .75rem}[data-theme=alptis] .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event{position:relative}[data-theme=alptis] .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events{bottom:.425rem;display:flex;justify-content:center;left:0;padding:0 .35rem;position:absolute;width:100%}[data-theme=alptis] .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-white{background-color:#fff}[data-theme=alptis] .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-black{background-color:#0a0a0a}[data-theme=alptis] .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-light{background-color:#f5f5f5}[data-theme=alptis] .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-dark{background-color:#363636}[data-theme=alptis] .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-primary{background-color:#00d1b2}[data-theme=alptis] .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-link{background-color:#485fc7}[data-theme=alptis] .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-info{background-color:#3e8ed0}[data-theme=alptis] .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-success{background-color:#48c78e}[data-theme=alptis] .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-warning{background-color:#ffe08a}[data-theme=alptis] .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-danger{background-color:#f14668}[data-theme=alptis] .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event.dots .event{border-radius:50%;height:.35em;margin:0 .1em;width:.35em}[data-theme=alptis] .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event.bars .event{height:.25em;width:100%}[data-theme=alptis] .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.is-selected{overflow:hidden}[data-theme=alptis] .datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.is-selected .events .event.is-primary{background-color:#1fffdd}[data-theme=alptis] .datepicker.is-small{border-radius:2px;font-size:.75rem}[data-theme=alptis] .datepicker.is-medium{font-size:1.25rem}[data-theme=alptis] .datepicker.is-large{font-size:1.5rem}@media screen and (min-width:1024px){[data-theme=alptis] .datepicker .footer-horizontal-timepicker{border:none;padding-left:10px;margin-left:5px;display:flex}[data-theme=alptis] .datepicker .dropdown-horizontal-timepicker{display:flex}[data-theme=alptis] .datepicker .content-horizontal-timepicker{border-right:1px solid #dbdbdb}}[data-theme=alptis] .dropdown+.dropdown{margin-left:.5em}[data-theme=alptis] .dropdown .background{inset:0;position:absolute;position:fixed;background-color:#0a0a0adb;z-index:40;cursor:pointer}@media screen and (min-width:1024px){[data-theme=alptis] .dropdown .background{display:none}}[data-theme=alptis] .dropdown.dropdown-menu-animation .dropdown-menu{display:block}[data-theme=alptis] .dropdown .dropdown-menu .dropdown-item.is-disabled,[data-theme=alptis] .dropdown .dropdown-menu .has-link a.is-disabled{cursor:not-allowed}[data-theme=alptis] .dropdown .dropdown-menu .dropdown-item.is-disabled:hover,[data-theme=alptis] .dropdown .dropdown-menu .has-link a.is-disabled:hover{background:inherit;color:inherit}[data-theme=alptis] .dropdown .dropdown-menu .has-link a{padding-right:3rem;white-space:nowrap}[data-theme=alptis] .dropdown.is-hoverable:not(.is-active) .dropdown-menu{display:none}[data-theme=alptis] .dropdown.is-hoverable:not(.is-touch-enabled):hover .dropdown-menu{display:inherit}[data-theme=alptis] .dropdown.is-expanded,[data-theme=alptis] .dropdown.is-expanded .dropdown-trigger,[data-theme=alptis] .dropdown.is-expanded .dropdown-menu{width:100%}[data-theme=alptis] .dropdown.is-expanded.is-mobile-modal .dropdown-menu{max-width:100%}[data-theme=alptis] .dropdown:not(.is-disabled) .dropdown-menu .dropdown-item.is-disabled,[data-theme=alptis] .dropdown:not(.is-disabled) .dropdown-menu .has-link a.is-disabled{opacity:.5}[data-theme=alptis] .dropdown .navbar-item{height:100%}[data-theme=alptis] .dropdown.is-disabled{opacity:.5;cursor:not-allowed}[data-theme=alptis] .dropdown.is-disabled .dropdown-trigger{pointer-events:none}[data-theme=alptis] .dropdown.is-inline .dropdown-menu{position:static;display:inline-block;padding:0}[data-theme=alptis] .dropdown.is-top-right .dropdown-menu{top:auto;bottom:100%}[data-theme=alptis] .dropdown.is-top-left .dropdown-menu{inset:auto 0 100% auto}[data-theme=alptis] .dropdown.is-bottom-left .dropdown-menu{right:0;left:auto}@media screen and (max-width:1023px){[data-theme=alptis] .dropdown.is-mobile-modal:not(.is-hoverable)>.dropdown-menu,[data-theme=alptis] .dropdown.is-mobile-modal.is-touch-enabled>.dropdown-menu{position:fixed!important;width:calc(100vw - 40px);max-width:460px;max-height:calc(100vh - 120px);inset:25% auto auto 50%!important;transform:translate3d(-50%,-25%,0);white-space:normal;overflow-y:auto;z-index:50!important}[data-theme=alptis] .dropdown.is-mobile-modal:not(.is-hoverable)>.dropdown-menu>.dropdown-content>.dropdown-item,[data-theme=alptis] .dropdown .dropdown-menu .has-link .dropdown.is-mobile-modal:not(.is-hoverable)>.dropdown-menu>.dropdown-content>a,[data-theme=alptis] .dropdown.is-mobile-modal:not(.is-hoverable)>.dropdown-menu>.dropdown-content>.has-link a,[data-theme=alptis] .dropdown.is-mobile-modal.is-touch-enabled>.dropdown-menu>.dropdown-content>.dropdown-item,[data-theme=alptis] .dropdown .dropdown-menu .has-link .dropdown.is-mobile-modal.is-touch-enabled>.dropdown-menu>.dropdown-content>a,[data-theme=alptis] .dropdown.is-mobile-modal.is-touch-enabled>.dropdown-menu>.dropdown-content>.has-link a{padding:1rem 1.5rem}}@media screen and (max-width:1023px){[data-theme=alptis] html.is-clipped-touch{overflow:hidden!important}}[data-theme=alptis] .field.is-grouped .field{flex-shrink:0}[data-theme=alptis] .field.is-grouped .field:not(:last-child){margin-right:.75rem}[data-theme=alptis] .field.is-grouped .field.is-expanded{flex-grow:1;flex-shrink:1}[data-theme=alptis] .field.has-addons .control:first-child .control .button,[data-theme=alptis] .field.has-addons .control:first-child .control .input,[data-theme=alptis] .field.has-addons .control:first-child .control .select select{border-bottom-left-radius:4px;border-top-left-radius:4px}[data-theme=alptis] .field.has-addons .control:last-child .control .button,[data-theme=alptis] .field.has-addons .control:last-child .control .input,[data-theme=alptis] .field.has-addons .control:last-child .control .select select{border-bottom-right-radius:4px;border-top-right-radius:4px}[data-theme=alptis] .field.has-addons .control .control .button,[data-theme=alptis] .field.has-addons .control .control .input,[data-theme=alptis] .field.has-addons .control .control .select select{border-radius:0}[data-theme=alptis] .field.has-addons .b-numberinput:not(:first-child) .control:first-child .button,[data-theme=alptis] .field.has-addons .b-numberinput:not(:first-child) .control:first-child .input,[data-theme=alptis] .field.has-addons .b-numberinput:not(:first-child) .control:first-child .select select{border-bottom-left-radius:0;border-top-left-radius:0}[data-theme=alptis] .field.has-addons .b-numberinput:not(:last-child) .control:last-child .button,[data-theme=alptis] .field.has-addons .b-numberinput:not(:last-child) .control:last-child .input,[data-theme=alptis] .field.has-addons .b-numberinput:not(:last-child) .control:last-child .select select{border-bottom-right-radius:0;border-top-right-radius:0}[data-theme=alptis] .field.has-addons.b-numberinput .control{margin-right:unset}[data-theme=alptis] .field.is-floating-label,[data-theme=alptis] .field.is-floating-in-label{position:relative}[data-theme=alptis] .field.is-floating-label .label,[data-theme=alptis] .field.is-floating-in-label .label{position:absolute;left:1em;font-size:.75rem;background-color:transparent;z-index:5;white-space:nowrap;text-overflow:ellipsis;max-width:calc(100% - 2em);overflow:hidden}[data-theme=alptis] .field.is-floating-label .label.is-small,[data-theme=alptis] .field.is-floating-in-label .label.is-small{font-size:.5625rem}[data-theme=alptis] .field.is-floating-label .label.is-medium,[data-theme=alptis] .field.is-floating-in-label .label.is-medium{font-size:.9375rem}[data-theme=alptis] .field.is-floating-label .label.is-large,[data-theme=alptis] .field.is-floating-in-label .label.is-large{font-size:1.125rem}[data-theme=alptis] .field.is-floating-label .taginput .counter,[data-theme=alptis] .field.is-floating-in-label .taginput .counter{float:none;text-align:right}[data-theme=alptis] .field.is-floating-label.has-addons>.label+.control .button,[data-theme=alptis] .field.is-floating-label.has-addons>.label+.control .input,[data-theme=alptis] .field.is-floating-label.has-addons>.label+.control .select select,[data-theme=alptis] .field.is-floating-in-label.has-addons>.label+.control .button,[data-theme=alptis] .field.is-floating-in-label.has-addons>.label+.control .input,[data-theme=alptis] .field.is-floating-in-label.has-addons>.label+.control .select select{border-bottom-left-radius:4px;border-top-left-radius:4px}[data-theme=alptis] .field.is-floating-label .label{top:-.775em;padding-left:.125em;padding-right:.125em}[data-theme=alptis] .field.is-floating-label .label:before{content:"";display:block;position:absolute;top:.775em;left:0;right:0;height:.375em;background-color:#fff;z-index:-1}[data-theme=alptis] .field.is-floating-label .input:focus,[data-theme=alptis] .field.is-floating-label .textarea:focus,[data-theme=alptis] .field.is-floating-label .select select:focus{box-shadow:none}[data-theme=alptis] .field.is-floating-label .taginput .taginput-container{padding-top:.475em}[data-theme=alptis] .field.is-floating-label .taginput .taginput-container.is-focused{box-shadow:none}[data-theme=alptis] .field.is-floating-in-label>.label{top:.25em}[data-theme=alptis] .field.is-floating-in-label>.label+.control.datepicker .input,[data-theme=alptis] .field.is-floating-in-label>.label+.control.timepicker .input{padding-top:calc(1.625em - .5625rem);padding-bottom:1px;height:3.25em}[data-theme=alptis] .field.is-floating-in-label>.label+.control:not(.datepicker):not(.timepicker):not(.taginput) .input,[data-theme=alptis] .field.is-floating-in-label>.label+.control:not(.datepicker):not(.timepicker):not(.taginput) .textarea,[data-theme=alptis] .field.is-floating-in-label>.label+.control:not(.datepicker):not(.timepicker):not(.taginput) select{padding-top:calc(1.625em - .5625rem);padding-bottom:1px;height:3.25em}[data-theme=alptis] .field.is-floating-in-label>.label+.control:not(.datepicker):not(.timepicker):not(.taginput) .select:not(multiple){height:3.25em}[data-theme=alptis] .field.is-floating-in-label>.label+.control:not(.datepicker):not(.timepicker):not(.taginput) .select:not(multiple).is-loading:after{margin-top:calc(1.625em - .5625rem)}[data-theme=alptis] .field.is-floating-in-label>.label+.control:not(.datepicker):not(.timepicker):not(.taginput) .select:not(multiple):after{margin-top:1px}[data-theme=alptis] .field.is-floating-in-label>.label+.control.taginput .taginput-container{padding-top:calc(1.9em - .5625rem - 1px)}[data-theme=alptis] .field.is-floating-in-label>.label+.control:not(.taginput) .is-left.icon,[data-theme=alptis] .field.is-floating-in-label>.label+.control:not(.taginput) .is-right.icon{height:3.25em}[data-theme=alptis] .field.is-floating-in-label>.label+.control:not(.taginput) .is-left.icon{padding-top:calc(1.625em - .5625rem)}[data-theme=alptis] .field.is-floating-in-label>.label+.control.is-loading:after{margin-top:calc(1.625em - .5625rem)}[data-theme=alptis] .field.is-floating-in-label>.label+.field-body>.is-grouped .control .input,[data-theme=alptis] .field.is-floating-in-label>.label+.field-body>.is-grouped .control .textarea,[data-theme=alptis] .field.is-floating-in-label>.label+.field-body>.is-grouped .control select,[data-theme=alptis] .field.is-floating-in-label>.label+.field-body>.has-addons .control .input,[data-theme=alptis] .field.is-floating-in-label>.label+.field-body>.has-addons .control .textarea,[data-theme=alptis] .field.is-floating-in-label>.label+.field-body>.has-addons .control select{padding-top:calc(1.625em - .5625rem);padding-bottom:1px}[data-theme=alptis] .field.is-floating-in-label>.label+.field-body>.is-grouped .control .input,[data-theme=alptis] .field.is-floating-in-label>.label+.field-body>.is-grouped .control .textarea,[data-theme=alptis] .field.is-floating-in-label>.label+.field-body>.is-grouped .control select,[data-theme=alptis] .field.is-floating-in-label>.label+.field-body>.is-grouped .control .button,[data-theme=alptis] .field.is-floating-in-label>.label+.field-body>.has-addons .control .input,[data-theme=alptis] .field.is-floating-in-label>.label+.field-body>.has-addons .control .textarea,[data-theme=alptis] .field.is-floating-in-label>.label+.field-body>.has-addons .control select,[data-theme=alptis] .field.is-floating-in-label>.label+.field-body>.has-addons .control .button{height:3.25em}[data-theme=alptis] .field.is-floating-in-label.has-numberinput .b-numberinput .control .input,[data-theme=alptis] .field.is-floating-in-label.has-numberinput .b-numberinput .control .button{height:3.25em}[data-theme=alptis] .field.is-floating-label.has-numberinput .label,[data-theme=alptis] .field.is-floating-in-label.has-numberinput .label{margin-left:3rem}[data-theme=alptis] .field.is-floating-label.has-numberinput.has-numberinput-is-small .label,[data-theme=alptis] .field.is-floating-in-label.has-numberinput.has-numberinput-is-small .label{margin-left:2.25rem}[data-theme=alptis] .field.is-floating-label.has-numberinput.has-numberinput-is-medium .label,[data-theme=alptis] .field.is-floating-in-label.has-numberinput.has-numberinput-is-medium .label{margin-left:3.75rem}[data-theme=alptis] .field.is-floating-label.has-numberinput.has-numberinput-is-large .label,[data-theme=alptis] .field.is-floating-in-label.has-numberinput.has-numberinput-is-large .label{margin-left:4.5rem}[data-theme=alptis] .field.is-floating-label.has-numberinput-compact .label,[data-theme=alptis] .field.is-floating-in-label.has-numberinput-compact .label{margin-left:2.25rem}[data-theme=alptis] .field.is-floating-label.has-numberinput-compact.has-numberinput-is-small .label,[data-theme=alptis] .field.is-floating-in-label.has-numberinput-compact.has-numberinput-is-small .label{margin-left:1.6875rem}[data-theme=alptis] .field.is-floating-label.has-numberinput-compact.has-numberinput-is-medium .label,[data-theme=alptis] .field.is-floating-in-label.has-numberinput-compact.has-numberinput-is-medium .label{margin-left:2.8125rem}[data-theme=alptis] .field.is-floating-label.has-numberinput-compact.has-numberinput-is-large .label,[data-theme=alptis] .field.is-floating-in-label.has-numberinput-compact.has-numberinput-is-large .label{margin-left:3.375rem}[data-theme=alptis] .field.is-grouped-right.is-floating-in-label .label,[data-theme=alptis] .field.has-addons-right.is-floating-in-label .label,[data-theme=alptis] .field.is-grouped-right.is-floating-label .label,[data-theme=alptis] .field.has-addons-right.is-floating-label .label{position:relative;left:5.25em}[data-theme=alptis] .control .help.counter{float:right;margin-left:.5em}[data-theme=alptis] .control .icon.is-clickable{pointer-events:auto;cursor:pointer}[data-theme=alptis] .control.is-loading:after{top:calc(50% - .5em);right:.75em}[data-theme=alptis] .loading-overlay{inset:0;position:absolute;align-items:center;display:none;justify-content:center;overflow:hidden;z-index:29}[data-theme=alptis] .loading-overlay.is-active{display:flex}[data-theme=alptis] .loading-overlay.is-full-page{position:fixed;z-index:999}[data-theme=alptis] .loading-overlay.is-full-page .loading-icon:after{top:calc(50% - 2.5em);left:calc(50% - 2.5em);width:5em;height:5em}[data-theme=alptis] .loading-overlay .loading-background{inset:0;position:absolute;background:#7f7f7f;background:#ffffff80}[data-theme=alptis] .loading-overlay .loading-icon{position:relative}[data-theme=alptis] .loading-overlay .loading-icon:after{animation:spinAround .5s infinite linear;border:2px solid hsl(0,0%,86%);border-radius:9999px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em;position:absolute;top:calc(50% - 1.5em);left:calc(50% - 1.5em);width:3em;height:3em;border-width:.25em}[data-theme=alptis] .notices{position:fixed;display:flex;inset:0;padding:2em;overflow:hidden;z-index:1000;pointer-events:none}[data-theme=alptis] .notices .toast{display:inline-flex;animation-duration:.15s;margin:.5em 0;text-align:center;box-shadow:0 1px 4px #0000001f,0 0 6px #0000000a;border-radius:2em;padding:.75em 1.5em;pointer-events:auto;opacity:.92}[data-theme=alptis] .notices .toast.is-white{color:#0a0a0a;background:#fff}[data-theme=alptis] .notices .toast.is-black{color:#fff;background:#0a0a0a}[data-theme=alptis] .notices .toast.is-light{color:#000000b3;background:#f5f5f5}[data-theme=alptis] .notices .toast.is-dark{color:#fff;background:#363636}[data-theme=alptis] .notices .toast.is-primary{color:#fff;background:#00d1b2}[data-theme=alptis] .notices .toast.is-link{color:#fff;background:#485fc7}[data-theme=alptis] .notices .toast.is-info{color:#fff;background:#3e8ed0}[data-theme=alptis] .notices .toast.is-success{color:#fff;background:#48c78e}[data-theme=alptis] .notices .toast.is-warning{color:#000000b3;background:#ffe08a}[data-theme=alptis] .notices .toast.is-danger{color:#fff;background:#f14668}[data-theme=alptis] .notices .snackbar{display:inline-flex;align-items:center;justify-content:space-around;animation-duration:.15s;margin:.5em 0;box-shadow:0 1px 4px #0000001f,0 0 6px #0000000a;border-radius:4px;pointer-events:auto;background:#363636;color:#fff;min-height:3em}[data-theme=alptis] .notices .snackbar .text{padding:.5em 1em}[data-theme=alptis] .notices .snackbar .action{margin-left:auto;padding:.5em .5em .5em 0}[data-theme=alptis] .notices .snackbar .action .button{font-weight:600;text-transform:uppercase;background:#363636;border:transparent}[data-theme=alptis] .notices .snackbar .action .button:hover,[data-theme=alptis] .notices .snackbar .action .button:active{background:#292929}[data-theme=alptis] .notices .snackbar .action.is-white .button{color:#fff}[data-theme=alptis] .notices .snackbar .action.is-black .button{color:#0a0a0a}[data-theme=alptis] .notices .snackbar .action.is-light .button{color:#f5f5f5}[data-theme=alptis] .notices .snackbar .action.is-dark .button{color:#363636}[data-theme=alptis] .notices .snackbar .action.is-primary .button{color:#00d1b2}[data-theme=alptis] .notices .snackbar .action.is-link .button{color:#485fc7}[data-theme=alptis] .notices .snackbar .action.is-info .button{color:#3e8ed0}[data-theme=alptis] .notices .snackbar .action.is-success .button{color:#48c78e}[data-theme=alptis] .notices .snackbar .action.is-warning .button{color:#ffe08a}[data-theme=alptis] .notices .snackbar .action.is-danger .button{color:#f14668}[data-theme=alptis] .notices .snackbar .action.is-cancel{padding-right:0}@media screen and (max-width:768px){[data-theme=alptis] .notices .snackbar{width:100%;margin:0;border-radius:0}}@media screen and (min-width:769px),print{[data-theme=alptis] .notices .snackbar{min-width:350px;max-width:600px;overflow:hidden}}[data-theme=alptis] .notices .notification{pointer-events:auto;max-width:600px}[data-theme=alptis] .notices .toast.is-top,[data-theme=alptis] .notices .toast.is-bottom,[data-theme=alptis] .notices .snackbar.is-top,[data-theme=alptis] .notices .snackbar.is-bottom,[data-theme=alptis] .notices .notification.is-top,[data-theme=alptis] .notices .notification.is-bottom{align-self:center}[data-theme=alptis] .notices .toast.is-top-right,[data-theme=alptis] .notices .toast.is-bottom-right,[data-theme=alptis] .notices .snackbar.is-top-right,[data-theme=alptis] .notices .snackbar.is-bottom-right,[data-theme=alptis] .notices .notification.is-top-right,[data-theme=alptis] .notices .notification.is-bottom-right{align-self:flex-end}[data-theme=alptis] .notices .toast.is-top-left,[data-theme=alptis] .notices .toast.is-bottom-left,[data-theme=alptis] .notices .snackbar.is-top-left,[data-theme=alptis] .notices .snackbar.is-bottom-left,[data-theme=alptis] .notices .notification.is-top-left,[data-theme=alptis] .notices .notification.is-bottom-left{align-self:flex-start}[data-theme=alptis] .notices .toast.is-toast,[data-theme=alptis] .notices .snackbar.is-toast,[data-theme=alptis] .notices .notification.is-toast{opacity:.92}[data-theme=alptis] .notices.is-top{flex-direction:column}[data-theme=alptis] .notices.is-bottom{flex-direction:column-reverse}[data-theme=alptis] .notices.is-bottom .notification{margin-bottom:0}[data-theme=alptis] .notices.is-bottom .notification:not(:first-child){margin-bottom:1.5rem}[data-theme=alptis] .notices.has-custom-container{position:absolute}@media screen and (max-width:768px){[data-theme=alptis] .notices{padding:0;position:fixed!important}}[data-theme=alptis] .select select{text-rendering:auto!important;padding-right:2.5em}[data-theme=alptis] .select select option{color:#4a4a4a;padding:calc(.5em - 1px) calc(.75em - 1px)}[data-theme=alptis] .select select option:disabled{cursor:not-allowed;opacity:.5}[data-theme=alptis] .select select optgroup{color:#b5b5b5;font-weight:400;font-style:normal;padding:.25em 0}[data-theme=alptis] .select select[disabled]{opacity:1}[data-theme=alptis] .select.is-empty select{color:#7a7a7ab3}[data-theme=alptis] .select.is-loading:after{top:calc(50% - .5em);right:.75em}[data-theme=alptis] .b-slider{margin:1em 0;background:transparent;width:100%}[data-theme=alptis] .b-slider .b-slider-track{display:flex;align-items:center;position:relative;cursor:pointer;background:#dbdbdb;border-radius:4px}[data-theme=alptis] .b-slider .b-slider-fill{position:absolute;height:100%;box-shadow:0 0 #7a7a7a;background:#dbdbdb;border-radius:4px;border:0px solid hsl(0,0%,48%);top:50%;transform:translateY(-50%)}[data-theme=alptis] .b-slider .b-slider-thumb-wrapper{display:inline-flex;align-items:center;position:absolute;cursor:grab;transform:translate(-50%,-50%);top:50%;flex-direction:column}[data-theme=alptis] .b-slider .b-slider-thumb-wrapper .b-slider-thumb{box-shadow:none;border:1px solid hsl(0,0%,71%);border-radius:4px;background:#fff}[data-theme=alptis] .b-slider .b-slider-thumb-wrapper .b-slider-thumb:focus{transform:scale(1.25)}[data-theme=alptis] .b-slider .b-slider-thumb-wrapper.is-dragging{cursor:grabbing}[data-theme=alptis] .b-slider .b-slider-thumb-wrapper.is-dragging .b-slider-thumb{transform:scale(1.25)}[data-theme=alptis] .b-slider .b-slider-thumb-wrapper.has-indicator .b-slider-thumb{padding:16px 10px;display:flex;align-items:center;width:auto}[data-theme=alptis] .b-slider.slider-focus{padding-top:20px;padding-bottom:20px;margin-top:-20px;margin-bottom:-20px;cursor:pointer}[data-theme=alptis] .b-slider.is-rounded .b-slider-thumb{border-radius:9999px}[data-theme=alptis] .b-slider.is-disabled .b-slider-track{cursor:not-allowed;opacity:.5}[data-theme=alptis] .b-slider.is-disabled .b-slider-thumb-wrapper{cursor:not-allowed}[data-theme=alptis] .b-slider.is-disabled .b-slider-thumb-wrapper .b-slider-thumb{transform:scale(1)}[data-theme=alptis] .b-slider .b-slider-track{height:.5rem}[data-theme=alptis] .b-slider .b-slider-thumb{height:1rem;width:1rem}[data-theme=alptis] .b-slider .b-slider-tick{height:.25rem}[data-theme=alptis] .b-slider .b-slider-tick-label{font-size:.75rem;position:absolute;top:calc(.25rem + 2px);left:50%;transform:translate(-50%)}[data-theme=alptis] .b-slider.is-small .b-slider-track{height:.375rem}[data-theme=alptis] .b-slider.is-small .b-slider-thumb{height:.75rem;width:.75rem}[data-theme=alptis] .b-slider.is-small .b-slider-tick{height:.1875rem}[data-theme=alptis] .b-slider.is-small .b-slider-tick-label{font-size:.75rem;position:absolute;top:calc(.1875rem + 2px);left:50%;transform:translate(-50%)}[data-theme=alptis] .b-slider.is-medium .b-slider-track{height:.625rem}[data-theme=alptis] .b-slider.is-medium .b-slider-thumb{height:1.25rem;width:1.25rem}[data-theme=alptis] .b-slider.is-medium .b-slider-tick{height:.3125rem}[data-theme=alptis] .b-slider.is-medium .b-slider-tick-label{font-size:.75rem;position:absolute;top:calc(.3125rem + 2px);left:50%;transform:translate(-50%)}[data-theme=alptis] .b-slider.is-large .b-slider-track{height:.75rem}[data-theme=alptis] .b-slider.is-large .b-slider-thumb{height:1.5rem;width:1.5rem}[data-theme=alptis] .b-slider.is-large .b-slider-tick{height:.375rem}[data-theme=alptis] .b-slider.is-large .b-slider-tick-label{font-size:.75rem;position:absolute;top:calc(.375rem + 2px);left:50%;transform:translate(-50%)}[data-theme=alptis] .b-slider.is-white .b-slider-fill{background:#fff!important}[data-theme=alptis] .b-slider.is-black .b-slider-fill{background:#0a0a0a!important}[data-theme=alptis] .b-slider.is-light .b-slider-fill{background:#f5f5f5!important}[data-theme=alptis] .b-slider.is-dark .b-slider-fill{background:#363636!important}[data-theme=alptis] .b-slider.is-primary .b-slider-fill{background:#00d1b2!important}[data-theme=alptis] .b-slider.is-link .b-slider-fill{background:#485fc7!important}[data-theme=alptis] .b-slider.is-info .b-slider-fill{background:#3e8ed0!important}[data-theme=alptis] .b-slider.is-success .b-slider-fill{background:#48c78e!important}[data-theme=alptis] .b-slider.is-warning .b-slider-fill{background:#ffe08a!important}[data-theme=alptis] .b-slider.is-danger .b-slider-fill{background:#f14668!important}[data-theme=alptis] .b-slider .b-slider-tick{position:absolute;width:3px;transform:translate(-50%,-50%);top:50%;background:#b5b5b5;border-radius:4px}[data-theme=alptis] .b-slider .b-slider-tick.is-tick-hidden{background:transparent}[data-theme=alptis] .switch{cursor:pointer;display:inline-flex;align-items:center;position:relative;margin-right:.5em}[data-theme=alptis] .switch+.switch:last-child{margin-right:0}[data-theme=alptis] .switch input[type=checkbox]{position:absolute;left:0;opacity:0;outline:none;z-index:-1}[data-theme=alptis] .switch input[type=checkbox]+.check{display:flex;align-items:center;flex-shrink:0;width:2.75em;height:1.575em;padding:.2em;background:#b5b5b5;border-radius:4px;transition:background .15s ease-out,box-shadow .15s ease-out}[data-theme=alptis] .switch input[type=checkbox]+.check.is-white-passive,[data-theme=alptis] .switch input[type=checkbox]+.check:hover{background:#fff}[data-theme=alptis] .switch input[type=checkbox]+.check.is-black-passive,[data-theme=alptis] .switch input[type=checkbox]+.check:hover{background:#0a0a0a}[data-theme=alptis] .switch input[type=checkbox]+.check.is-light-passive,[data-theme=alptis] .switch input[type=checkbox]+.check:hover{background:#f5f5f5}[data-theme=alptis] .switch input[type=checkbox]+.check.is-dark-passive,[data-theme=alptis] .switch input[type=checkbox]+.check:hover{background:#363636}[data-theme=alptis] .switch input[type=checkbox]+.check.is-primary-passive,[data-theme=alptis] .switch input[type=checkbox]+.check:hover{background:#00d1b2}[data-theme=alptis] .switch input[type=checkbox]+.check.is-link-passive,[data-theme=alptis] .switch input[type=checkbox]+.check:hover{background:#485fc7}[data-theme=alptis] .switch input[type=checkbox]+.check.is-info-passive,[data-theme=alptis] .switch input[type=checkbox]+.check:hover{background:#3e8ed0}[data-theme=alptis] .switch input[type=checkbox]+.check.is-success-passive,[data-theme=alptis] .switch input[type=checkbox]+.check:hover{background:#48c78e}[data-theme=alptis] .switch input[type=checkbox]+.check.is-warning-passive,[data-theme=alptis] .switch input[type=checkbox]+.check:hover{background:#ffe08a}[data-theme=alptis] .switch input[type=checkbox]+.check.is-danger-passive,[data-theme=alptis] .switch input[type=checkbox]+.check:hover{background:#f14668}[data-theme=alptis] .switch input[type=checkbox]+.check.input[type=checkbox]+[data-theme=alptis] .switch input[type=checkbox]+.check.check{background:"pink"}[data-theme=alptis] .switch input[type=checkbox]+.check:before{content:"";display:block;border-radius:4px;width:1.175em;height:1.175em;background:#f5f5f5;box-shadow:0 3px 1px #0000000d,0 2px 2px #0000001a,0 3px 3px #0000000d;transition:transform .15s ease-out;will-change:transform;transform-origin:left}[data-theme=alptis] .switch input[type=checkbox]+.check.is-elastic:before{transform:scaleX(1.5);border-radius:4px}[data-theme=alptis] .switch input[type=checkbox]:checked+.check{background:#00d1b2}[data-theme=alptis] .switch input[type=checkbox]:checked+.check.is-white{background:#fff}[data-theme=alptis] .switch input[type=checkbox]:checked+.check.is-black{background:#0a0a0a}[data-theme=alptis] .switch input[type=checkbox]:checked+.check.is-light{background:#f5f5f5}[data-theme=alptis] .switch input[type=checkbox]:checked+.check.is-dark{background:#363636}[data-theme=alptis] .switch input[type=checkbox]:checked+.check.is-primary{background:#00d1b2}[data-theme=alptis] .switch input[type=checkbox]:checked+.check.is-link{background:#485fc7}[data-theme=alptis] .switch input[type=checkbox]:checked+.check.is-info{background:#3e8ed0}[data-theme=alptis] .switch input[type=checkbox]:checked+.check.is-success{background:#48c78e}[data-theme=alptis] .switch input[type=checkbox]:checked+.check.is-warning{background:#ffe08a}[data-theme=alptis] .switch input[type=checkbox]:checked+.check.is-danger{background:#f14668}[data-theme=alptis] .switch input[type=checkbox]:checked+.check:before{transform:translate3d(100%,0,0)}[data-theme=alptis] .switch input[type=checkbox]:checked+.check.is-elastic:before{transform:translate3d(50%,0,0) scaleX(1.5)}[data-theme=alptis] .switch input[type=checkbox]:focus,[data-theme=alptis] .switch input[type=checkbox]:active{outline:none}[data-theme=alptis] .switch input[type=checkbox]:focus+.check,[data-theme=alptis] .switch input[type=checkbox]:active+.check{box-shadow:0 0 .5em #7a7a7a99}[data-theme=alptis] .switch input[type=checkbox]:focus+.check.is-white-passive,[data-theme=alptis] .switch input[type=checkbox]:active+.check.is-white-passive{box-shadow:0 0 .5em #fffc}[data-theme=alptis] .switch input[type=checkbox]:focus+.check.is-black-passive,[data-theme=alptis] .switch input[type=checkbox]:active+.check.is-black-passive{box-shadow:0 0 .5em #0a0a0acc}[data-theme=alptis] .switch input[type=checkbox]:focus+.check.is-light-passive,[data-theme=alptis] .switch input[type=checkbox]:active+.check.is-light-passive{box-shadow:0 0 .5em #f5f5f5cc}[data-theme=alptis] .switch input[type=checkbox]:focus+.check.is-dark-passive,[data-theme=alptis] .switch input[type=checkbox]:active+.check.is-dark-passive{box-shadow:0 0 .5em #363636cc}[data-theme=alptis] .switch input[type=checkbox]:focus+.check.is-primary-passive,[data-theme=alptis] .switch input[type=checkbox]:active+.check.is-primary-passive{box-shadow:0 0 .5em #00d1b2cc}[data-theme=alptis] .switch input[type=checkbox]:focus+.check.is-link-passive,[data-theme=alptis] .switch input[type=checkbox]:active+.check.is-link-passive{box-shadow:0 0 .5em #485fc7cc}[data-theme=alptis] .switch input[type=checkbox]:focus+.check.is-info-passive,[data-theme=alptis] .switch input[type=checkbox]:active+.check.is-info-passive{box-shadow:0 0 .5em #3e8ed0cc}[data-theme=alptis] .switch input[type=checkbox]:focus+.check.is-success-passive,[data-theme=alptis] .switch input[type=checkbox]:active+.check.is-success-passive{box-shadow:0 0 .5em #48c78ecc}[data-theme=alptis] .switch input[type=checkbox]:focus+.check.is-warning-passive,[data-theme=alptis] .switch input[type=checkbox]:active+.check.is-warning-passive{box-shadow:0 0 .5em #ffe08acc}[data-theme=alptis] .switch input[type=checkbox]:focus+.check.is-danger-passive,[data-theme=alptis] .switch input[type=checkbox]:active+.check.is-danger-passive{box-shadow:0 0 .5em #f14668cc}[data-theme=alptis] .switch input[type=checkbox]:focus:checked+.check,[data-theme=alptis] .switch input[type=checkbox]:active:checked+.check{box-shadow:0 0 .5em #00d1b2cc}[data-theme=alptis] .switch input[type=checkbox]:focus:checked+.check.is-white,[data-theme=alptis] .switch input[type=checkbox]:active:checked+.check.is-white{box-shadow:0 0 .5em #fffc}[data-theme=alptis] .switch input[type=checkbox]:focus:checked+.check.is-black,[data-theme=alptis] .switch input[type=checkbox]:active:checked+.check.is-black{box-shadow:0 0 .5em #0a0a0acc}[data-theme=alptis] .switch input[type=checkbox]:focus:checked+.check.is-light,[data-theme=alptis] .switch input[type=checkbox]:active:checked+.check.is-light{box-shadow:0 0 .5em #f5f5f5cc}[data-theme=alptis] .switch input[type=checkbox]:focus:checked+.check.is-dark,[data-theme=alptis] .switch input[type=checkbox]:active:checked+.check.is-dark{box-shadow:0 0 .5em #363636cc}[data-theme=alptis] .switch input[type=checkbox]:focus:checked+.check.is-primary,[data-theme=alptis] .switch input[type=checkbox]:active:checked+.check.is-primary{box-shadow:0 0 .5em #00d1b2cc}[data-theme=alptis] .switch input[type=checkbox]:focus:checked+.check.is-link,[data-theme=alptis] .switch input[type=checkbox]:active:checked+.check.is-link{box-shadow:0 0 .5em #485fc7cc}[data-theme=alptis] .switch input[type=checkbox]:focus:checked+.check.is-info,[data-theme=alptis] .switch input[type=checkbox]:active:checked+.check.is-info{box-shadow:0 0 .5em #3e8ed0cc}[data-theme=alptis] .switch input[type=checkbox]:focus:checked+.check.is-success,[data-theme=alptis] .switch input[type=checkbox]:active:checked+.check.is-success{box-shadow:0 0 .5em #48c78ecc}[data-theme=alptis] .switch input[type=checkbox]:focus:checked+.check.is-warning,[data-theme=alptis] .switch input[type=checkbox]:active:checked+.check.is-warning{box-shadow:0 0 .5em #ffe08acc}[data-theme=alptis] .switch input[type=checkbox]:focus:checked+.check.is-danger,[data-theme=alptis] .switch input[type=checkbox]:active:checked+.check.is-danger{box-shadow:0 0 .5em #f14668cc}[data-theme=alptis] .switch.has-left-label{flex-direction:row-reverse}[data-theme=alptis] .switch.has-left-label .control-label{padding-right:calc(.75em - 1px)}[data-theme=alptis] .switch:not(.has-left-label) .control-label{padding-left:calc(.75em - 1px)}[data-theme=alptis] .switch:hover input[type=checkbox]+.check{background:#b5b5b5e6}[data-theme=alptis] .switch:hover input[type=checkbox]+.check.is-white-passive{background:#ffffffe6}[data-theme=alptis] .switch:hover input[type=checkbox]+.check.is-black-passive{background:#0a0a0ae6}[data-theme=alptis] .switch:hover input[type=checkbox]+.check.is-light-passive{background:#f5f5f5e6}[data-theme=alptis] .switch:hover input[type=checkbox]+.check.is-dark-passive{background:#363636e6}[data-theme=alptis] .switch:hover input[type=checkbox]+.check.is-primary-passive{background:#00d1b2e6}[data-theme=alptis] .switch:hover input[type=checkbox]+.check.is-link-passive{background:#485fc7e6}[data-theme=alptis] .switch:hover input[type=checkbox]+.check.is-info-passive{background:#3e8ed0e6}[data-theme=alptis] .switch:hover input[type=checkbox]+.check.is-success-passive{background:#48c78ee6}[data-theme=alptis] .switch:hover input[type=checkbox]+.check.is-warning-passive{background:#ffe08ae6}[data-theme=alptis] .switch:hover input[type=checkbox]+.check.is-danger-passive{background:#f14668e6}[data-theme=alptis] .switch:hover input[type=checkbox]:checked+.check{background:#00d1b2e6}[data-theme=alptis] .switch:hover input[type=checkbox]:checked+.check.is-white{background:#ffffffe6}[data-theme=alptis] .switch:hover input[type=checkbox]:checked+.check.is-black{background:#0a0a0ae6}[data-theme=alptis] .switch:hover input[type=checkbox]:checked+.check.is-light{background:#f5f5f5e6}[data-theme=alptis] .switch:hover input[type=checkbox]:checked+.check.is-dark{background:#363636e6}[data-theme=alptis] .switch:hover input[type=checkbox]:checked+.check.is-primary{background:#00d1b2e6}[data-theme=alptis] .switch:hover input[type=checkbox]:checked+.check.is-link{background:#485fc7e6}[data-theme=alptis] .switch:hover input[type=checkbox]:checked+.check.is-info{background:#3e8ed0e6}[data-theme=alptis] .switch:hover input[type=checkbox]:checked+.check.is-success{background:#48c78ee6}[data-theme=alptis] .switch:hover input[type=checkbox]:checked+.check.is-warning{background:#ffe08ae6}[data-theme=alptis] .switch:hover input[type=checkbox]:checked+.check.is-danger{background:#f14668e6}[data-theme=alptis] .switch.is-rounded input[type=checkbox]+.check{border-radius:9999px}[data-theme=alptis] .switch.is-rounded input[type=checkbox]+.check:before{border-radius:9999px}[data-theme=alptis] .switch.is-rounded input[type=checkbox].is-elastic:before{transform:scaleX(1.5);border-radius:9999px}[data-theme=alptis] .switch.is-outlined input[type=checkbox]+.check{background:transparent;border:.1rem solid hsl(0,0%,71%)}[data-theme=alptis] .switch.is-outlined input[type=checkbox]+.check.is-white-passive{border:.1rem solid rgba(255,255,255,.9)}[data-theme=alptis] .switch.is-outlined input[type=checkbox]+.check.is-white-passive:before{background:#fff}[data-theme=alptis] .switch.is-outlined input[type=checkbox]+.check.is-white-passive:hover{border-color:#ffffffe6}[data-theme=alptis] .switch.is-outlined input[type=checkbox]+.check.is-black-passive{border:.1rem solid rgba(10.2,10.2,10.2,.9)}[data-theme=alptis] .switch.is-outlined input[type=checkbox]+.check.is-black-passive:before{background:#0a0a0a}[data-theme=alptis] .switch.is-outlined input[type=checkbox]+.check.is-black-passive:hover{border-color:#0a0a0ae6}[data-theme=alptis] .switch.is-outlined input[type=checkbox]+.check.is-light-passive{border:.1rem solid rgba(244.8,244.8,244.8,.9)}[data-theme=alptis] .switch.is-outlined input[type=checkbox]+.check.is-light-passive:before{background:#f5f5f5}[data-theme=alptis] .switch.is-outlined input[type=checkbox]+.check.is-light-passive:hover{border-color:#f5f5f5e6}[data-theme=alptis] .switch.is-outlined input[type=checkbox]+.check.is-dark-passive{border:.1rem solid rgba(53.55,53.55,53.55,.9)}[data-theme=alptis] .switch.is-outlined input[type=checkbox]+.check.is-dark-passive:before{background:#363636}[data-theme=alptis] .switch.is-outlined input[type=checkbox]+.check.is-dark-passive:hover{border-color:#363636e6}[data-theme=alptis] .switch.is-outlined input[type=checkbox]+.check.is-primary-passive{border:.1rem solid rgba(0,209.1,177.735,.9)}[data-theme=alptis] .switch.is-outlined input[type=checkbox]+.check.is-primary-passive:before{background:#00d1b2}[data-theme=alptis] .switch.is-outlined input[type=checkbox]+.check.is-primary-passive:hover{border-color:#00d1b2e6}[data-theme=alptis] .switch.is-outlined input[type=checkbox]+.check.is-link-passive{border:.1rem solid rgba(71.6295,94.92035,198.6705,.9)}[data-theme=alptis] .switch.is-outlined input[type=checkbox]+.check.is-link-passive:before{background:#485fc7}[data-theme=alptis] .switch.is-outlined input[type=checkbox]+.check.is-link-passive:hover{border-color:#485fc7e6}[data-theme=alptis] .switch.is-outlined input[type=checkbox]+.check.is-info-passive{border:.1rem solid rgba(62.0415,142.46085,208.2585,.9)}[data-theme=alptis] .switch.is-outlined input[type=checkbox]+.check.is-info-passive:before{background:#3e8ed0}[data-theme=alptis] .switch.is-outlined input[type=checkbox]+.check.is-info-passive:hover{border-color:#3e8ed0e6}[data-theme=alptis] .switch.is-outlined input[type=checkbox]+.check.is-success-passive{border:.1rem solid rgba(71.6295,198.6705,141.50205,.9)}[data-theme=alptis] .switch.is-outlined input[type=checkbox]+.check.is-success-passive:before{background:#48c78e}[data-theme=alptis] .switch.is-outlined input[type=checkbox]+.check.is-success-passive:hover{border-color:#48c78ee6}[data-theme=alptis] .switch.is-outlined input[type=checkbox]+.check.is-warning-passive{border:.1rem solid rgba(255,223.72,137.7,.9)}[data-theme=alptis] .switch.is-outlined input[type=checkbox]+.check.is-warning-passive:before{background:#ffe08a}[data-theme=alptis] .switch.is-outlined input[type=checkbox]+.check.is-warning-passive:hover{border-color:#ffe08ae6}[data-theme=alptis] .switch.is-outlined input[type=checkbox]+.check.is-danger-passive{border:.1rem solid rgba(241.077,70.023,104.2338,.9)}[data-theme=alptis] .switch.is-outlined input[type=checkbox]+.check.is-danger-passive:before{background:#f14668}[data-theme=alptis] .switch.is-outlined input[type=checkbox]+.check.is-danger-passive:hover{border-color:#f14668e6}[data-theme=alptis] .switch.is-outlined input[type=checkbox]+.check:before{background:#b5b5b5}[data-theme=alptis] .switch.is-outlined input[type=checkbox]:checked+.check{border-color:#00d1b2}[data-theme=alptis] .switch.is-outlined input[type=checkbox]:checked+.check.is-white{background:transparent;border-color:#fff}[data-theme=alptis] .switch.is-outlined input[type=checkbox]:checked+.check.is-white:before{background:#fff}[data-theme=alptis] .switch.is-outlined input[type=checkbox]:checked+.check.is-black{background:transparent;border-color:#0a0a0a}[data-theme=alptis] .switch.is-outlined input[type=checkbox]:checked+.check.is-black:before{background:#0a0a0a}[data-theme=alptis] .switch.is-outlined input[type=checkbox]:checked+.check.is-light{background:transparent;border-color:#f5f5f5}[data-theme=alptis] .switch.is-outlined input[type=checkbox]:checked+.check.is-light:before{background:#f5f5f5}[data-theme=alptis] .switch.is-outlined input[type=checkbox]:checked+.check.is-dark{background:transparent;border-color:#363636}[data-theme=alptis] .switch.is-outlined input[type=checkbox]:checked+.check.is-dark:before{background:#363636}[data-theme=alptis] .switch.is-outlined input[type=checkbox]:checked+.check.is-primary{background:transparent;border-color:#00d1b2}[data-theme=alptis] .switch.is-outlined input[type=checkbox]:checked+.check.is-primary:before{background:#00d1b2}[data-theme=alptis] .switch.is-outlined input[type=checkbox]:checked+.check.is-link{background:transparent;border-color:#485fc7}[data-theme=alptis] .switch.is-outlined input[type=checkbox]:checked+.check.is-link:before{background:#485fc7}[data-theme=alptis] .switch.is-outlined input[type=checkbox]:checked+.check.is-info{background:transparent;border-color:#3e8ed0}[data-theme=alptis] .switch.is-outlined input[type=checkbox]:checked+.check.is-info:before{background:#3e8ed0}[data-theme=alptis] .switch.is-outlined input[type=checkbox]:checked+.check.is-success{background:transparent;border-color:#48c78e}[data-theme=alptis] .switch.is-outlined input[type=checkbox]:checked+.check.is-success:before{background:#48c78e}[data-theme=alptis] .switch.is-outlined input[type=checkbox]:checked+.check.is-warning{background:transparent;border-color:#ffe08a}[data-theme=alptis] .switch.is-outlined input[type=checkbox]:checked+.check.is-warning:before{background:#ffe08a}[data-theme=alptis] .switch.is-outlined input[type=checkbox]:checked+.check.is-danger{background:transparent;border-color:#f14668}[data-theme=alptis] .switch.is-outlined input[type=checkbox]:checked+.check.is-danger:before{background:#f14668}[data-theme=alptis] .switch.is-outlined input[type=checkbox]:checked+.check:before{background:#00d1b2}[data-theme=alptis] .switch.is-outlined:hover input[type=checkbox]+.check{background:transparent;border-color:#b5b5b5e6}[data-theme=alptis] .switch.is-outlined:hover input[type=checkbox]:checked+.check{background:transparent;border-color:#00d1b2e6}[data-theme=alptis] .switch.is-outlined:hover input[type=checkbox]:checked+.check.is-white{border-color:#ffffffe6}[data-theme=alptis] .switch.is-outlined:hover input[type=checkbox]:checked+.check.is-black{border-color:#0a0a0ae6}[data-theme=alptis] .switch.is-outlined:hover input[type=checkbox]:checked+.check.is-light{border-color:#f5f5f5e6}[data-theme=alptis] .switch.is-outlined:hover input[type=checkbox]:checked+.check.is-dark{border-color:#363636e6}[data-theme=alptis] .switch.is-outlined:hover input[type=checkbox]:checked+.check.is-primary{border-color:#00d1b2e6}[data-theme=alptis] .switch.is-outlined:hover input[type=checkbox]:checked+.check.is-link{border-color:#485fc7e6}[data-theme=alptis] .switch.is-outlined:hover input[type=checkbox]:checked+.check.is-info{border-color:#3e8ed0e6}[data-theme=alptis] .switch.is-outlined:hover input[type=checkbox]:checked+.check.is-success{border-color:#48c78ee6}[data-theme=alptis] .switch.is-outlined:hover input[type=checkbox]:checked+.check.is-warning{border-color:#ffe08ae6}[data-theme=alptis] .switch.is-outlined:hover input[type=checkbox]:checked+.check.is-danger{border-color:#f14668e6}[data-theme=alptis] .switch.is-small{border-radius:2px;font-size:.75rem}[data-theme=alptis] .switch.is-medium{font-size:1.25rem}[data-theme=alptis] .switch.is-large{font-size:1.5rem}[data-theme=alptis] .switch[disabled]{opacity:.5;cursor:not-allowed;color:#7a7a7a}[data-theme=alptis] .notices .notification{border-radius:5px;padding:20px 60px 20px 20px;box-shadow:0 4px 8px #00000026;width:800px;min-height:64px;display:flex;align-items:center;position:fixed}[data-theme=alptis] .notices .notification:nth-child(2){margin-top:79px}[data-theme=alptis] .notices .notification:nth-child(3){margin-top:158px}[data-theme=alptis] .notices .notification:nth-child(4){margin-top:237px}[data-theme=alptis] .notices .notification:nth-child(5){margin-top:316px}[data-theme=alptis] .notices .notification:nth-child(6){margin-top:395px}[data-theme=alptis] .notices .notification:nth-child(7){margin-top:474px}[data-theme=alptis] .notices .notification:nth-child(8){margin-top:553px}[data-theme=alptis] .notices .notification .text{font-weight:600;font-size:.75rem;line-height:.875rem;color:#1d1d1b;color:#fff}[data-theme=alptis] .notices .notification.is-danger{background:#d00032}[data-theme=alptis] .notices .notification.is-success{background:#00c058}[data-theme=alptis] .notices .notification.is-warning{background:#ef9e00}[data-theme=alptis] .notices .notification .delete{background:transparent;top:auto;right:20px}[data-theme=alptis] .notices .notification .delete:before,[data-theme=alptis] .notices .notification .delete:after{background-color:#fff}html.eda-dialog-open{overflow-y:hidden}.overlay{overflow-y:auto}.dp__input_wrap{position:relative;width:100%;box-sizing:unset}.dp__input_wrap:focus{border-color:var(--dp-border-color-hover);outline:none}.dp__input_valid{box-shadow:0 0 var(--dp-border-radius) var(--dp-success-color);border-color:var(--dp-success-color)}.dp__input_valid:hover{border-color:var(--dp-success-color)}.dp__input_invalid{box-shadow:0 0 var(--dp-border-radius) var(--dp-danger-color);border-color:var(--dp-danger-color)}.dp__input_invalid:hover{border-color:var(--dp-danger-color)}.dp__input{background-color:var(--dp-background-color);border-radius:var(--dp-border-radius);font-family:var(--dp-font-family);border:1px solid var(--dp-border-color);outline:none;transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%;font-size:var(--dp-font-size);line-height:calc(var(--dp-font-size) * 1.5);padding:var(--dp-input-padding);color:var(--dp-text-color);box-sizing:border-box}.dp__input::placeholder{opacity:.7}.dp__input:hover:not(.dp__input_focus){border-color:var(--dp-border-color-hover)}.dp__input_not_clearable{padding-inline-end:var(--dp-input-not-clearable-padding)!important}.dp__input_reg{caret-color:#0000}.dp__input_focus{border-color:var(--dp-border-color-focus)}.dp__disabled{background:var(--dp-disabled-color)}.dp__disabled::placeholder{color:var(--dp-disabled-color-text)}.dp__input_icons{display:inline-block;width:var(--dp-font-size);height:var(--dp-font-size);stroke-width:0;font-size:var(--dp-font-size);line-height:calc(var(--dp-font-size) * 1.5);padding:6px 12px;color:var(--dp-icon-color);box-sizing:content-box}.dp__input_icon{cursor:pointer;position:absolute;top:50%;inset-inline-start:0;transform:translateY(-50%);color:var(--dp-icon-color)}.dp--clear-btn{position:absolute;top:50%;inset-inline-end:0;transform:translateY(-50%);cursor:pointer;color:var(--dp-icon-color);background:#0000;border:none;display:inline-flex;align-items:center;padding:0;margin:0}.dp__input_icon_pad{padding-inline-start:var(--dp-input-icon-padding)}.dp__menu{background:var(--dp-background-color);border-radius:var(--dp-border-radius);min-width:var(--dp-menu-min-width);font-family:var(--dp-font-family);font-size:var(--dp-font-size);-webkit-user-select:none;user-select:none;border:1px solid var(--dp-menu-border-color);box-sizing:border-box}.dp__menu:after{box-sizing:border-box}.dp__menu:before{box-sizing:border-box}.dp__menu:focus{border:1px solid var(--dp-menu-border-color);outline:none}.dp--menu-wrapper{position:absolute;z-index:99999}.dp__menu_inner{padding:var(--dp-menu-padding)}.dp--menu--inner-stretched{padding:6px 0}.dp__menu_index{z-index:99999}.dp-menu-loading,.dp__menu_readonly,.dp__menu_disabled{position:absolute;inset:0;z-index:999999}.dp__menu_disabled{background:#ffffff80;cursor:not-allowed}.dp__menu_readonly{background:#0000;cursor:default}.dp-menu-loading{background:#ffffff80;cursor:default}.dp--menu-load-container{display:flex;height:100%;width:100%;justify-content:center;align-items:center}.dp--menu-loader{width:48px;height:48px;border:var(--dp-loader);border-bottom-color:#0000;border-radius:50%;display:inline-block;box-sizing:border-box;animation:dp-load-rotation 1s linear infinite;position:absolute}@keyframes dp-load-rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dp__arrow_top{height:12px;width:12px;background-color:var(--dp-background-color);position:absolute;border-inline-end:1px solid var(--dp-menu-border-color);border-top:1px solid var(--dp-menu-border-color);transform:translateY(-50%) rotate(-45deg)}.dp__arrow_bottom{left:var(--dp-arrow-left);bottom:0;height:12px;width:12px;background-color:var(--dp-background-color);position:absolute;border-inline-end:1px solid var(--dp-menu-border-color);border-bottom:1px solid var(--dp-menu-border-color);transform:translate(-50%,50%) rotate(45deg)}.dp__action_extra{text-align:center;padding:2px 0}.dp--preset-dates{padding:5px;border-inline-end:1px solid var(--dp-border-color)}.dp--preset-dates[data-dp-mobile],.dp--preset-dates-collapsed{display:flex;align-self:center;border:none;overflow-x:auto;max-width:calc(var(--dp-menu-width) - var(--dp-action-row-padding) * 2)}.dp__sidebar_left{padding:5px;border-inline-end:1px solid var(--dp-border-color)}.dp__sidebar_right{padding:5px;margin-inline-end:1px solid var(--dp-border-color)}.dp--preset-range{display:block;width:100%;padding:5px;text-align:left;white-space:nowrap;color:var(--dp-text-color);border-radius:var(--dp-border-radius);transition:var(--dp-common-transition)}.dp--preset-range:hover{background-color:var(--dp-hover-color);color:var(--dp-hover-text-color);cursor:pointer}.dp--preset-range[data-dp-mobile]{border:1px solid var(--dp-border-color);margin:0 3px}.dp--preset-range[data-dp-mobile]:first-child{margin-left:0}.dp--preset-range[data-dp-mobile]:last-child{margin-right:0}.dp--preset-range-collapsed{border:1px solid var(--dp-border-color);margin:0 3px}.dp--preset-range-collapsed:first-child{margin-left:0}.dp--preset-range-collapsed:last-child{margin-right:0}.dp__menu_content_wrapper{display:flex}.dp__menu_content_wrapper[data-dp-mobile],.dp--menu-content-wrapper-collapsed{flex-direction:column-reverse}.dp__calendar_header{position:relative;display:flex;justify-content:center;align-items:center;color:var(--dp-text-color);white-space:nowrap;font-weight:700}.dp__calendar_header_item{text-align:center;flex-grow:1;height:var(--dp-cell-size);padding:var(--dp-cell-padding);width:var(--dp-cell-size);box-sizing:border-box}.dp__calendar_row{display:flex;justify-content:center;align-items:center;margin:var(--dp-row-margin)}.dp__calendar_item{text-align:center;flex-grow:1;box-sizing:border-box;color:var(--dp-text-color)}.dp__calendar{position:relative}.dp__calendar_header_cell{border-bottom:thin solid var(--dp-border-color);padding:var(--dp-calendar-header-cell-padding)}.dp__cell_inner{display:flex;align-items:center;text-align:center;justify-content:center;border-radius:var(--dp-cell-border-radius);height:var(--dp-cell-size);padding:var(--dp-cell-padding);width:var(--dp-cell-size);border:1px solid rgba(0,0,0,0);box-sizing:border-box;position:relative}.dp__cell_inner:hover{transition:all .2s}.dp__cell_auto_range_start,.dp__date_hover_start:hover,.dp__range_start{border-end-end-radius:0;border-start-end-radius:0}.dp__cell_auto_range_end,.dp__date_hover_end:hover,.dp__range_end{border-end-start-radius:0;border-start-start-radius:0}.dp__range_end,.dp__range_start,.dp__active_date{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__date_hover_end:hover,.dp__date_hover_start:hover,.dp__date_hover:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__cell_offset{color:var(--dp-secondary-color)}.dp__cell_disabled{color:var(--dp-secondary-color);cursor:not-allowed}.dp--extended-fixed-end,.dp--extended-fixed-start,.dp__range_between{background:var(--dp-range-between-dates-background-color);color:var(--dp-range-between-dates-text-color);border-radius:0;border:1px solid var(--dp-range-between-border-color)}.dp__range_between_week{background:var(--dp-primary-color);color:var(--dp-primary-text-color);border-radius:0;border-top:1px solid var(--dp-primary-color);border-bottom:1px solid var(--dp-primary-color)}.dp__today{border:1px solid var(--dp-primary-color)}.dp__week_num{color:var(--dp-secondary-color);text-align:center}.dp__cell_auto_range{border-radius:0;border-top:1px dashed var(--dp-primary-color);border-bottom:1px dashed var(--dp-primary-color)}.dp__cell_auto_range_start{border-start-start-radius:var(--dp-cell-border-radius);border-end-start-radius:var(--dp-cell-border-radius);border-inline-start:1px dashed var(--dp-primary-color);border-top:1px dashed var(--dp-primary-color);border-bottom:1px dashed var(--dp-primary-color)}.dp__cell_auto_range_end{border-start-end-radius:var(--dp-cell-border-radius);border-end-end-radius:var(--dp-cell-border-radius);border-top:1px dashed var(--dp-primary-color);border-bottom:1px dashed var(--dp-primary-color);border-inline-end:1px dashed var(--dp-primary-color)}.dp__calendar_header_separator{width:100%;height:1px;background:var(--dp-border-color)}.dp__calendar_next{margin-inline-start:var(--dp-multi-calendars-spacing)}.dp__marker_line,.dp__marker_dot{height:5px;background-color:var(--dp-marker-color);position:absolute;bottom:0}.dp__marker_dot{width:5px;border-radius:50%;left:50%;transform:translate(-50%)}.dp__marker_line{width:100%;left:0}.dp__marker_tooltip{position:absolute;border-radius:var(--dp-border-radius);background-color:var(--dp-tooltip-color);padding:5px;border:1px solid var(--dp-border-color);z-index:99999;box-sizing:border-box;cursor:default}.dp__tooltip_content{white-space:nowrap}.dp__tooltip_text{display:flex;align-items:center;flex-flow:row nowrap;color:var(--dp-text-color)}.dp__tooltip_mark{height:5px;width:5px;border-radius:50%;background-color:var(--dp-text-color);color:var(--dp-text-color);margin-inline-end:5px}.dp__arrow_bottom_tp{bottom:0;height:8px;width:8px;background-color:var(--dp-tooltip-color);position:absolute;border-inline-end:1px solid var(--dp-border-color);border-bottom:1px solid var(--dp-border-color);transform:translate(-50%,50%) rotate(45deg)}.dp__instance_calendar{position:relative;width:100%}.dp__flex_display[data-dp-mobile],.dp--flex-display-collapsed{flex-direction:column}.dp__cell_highlight{background-color:var(--dp-highlight-color)}.dp__month_year_row{display:flex;align-items:center;height:var(--dp-month-year-row-height);color:var(--dp-text-color);box-sizing:border-box}.dp__inner_nav{display:flex;align-items:center;justify-content:center;cursor:pointer;height:var(--dp-month-year-row-button-size);width:var(--dp-month-year-row-button-size);color:var(--dp-icon-color);text-align:center;border-radius:50%}.dp__inner_nav svg{height:var(--dp-button-icon-height);width:var(--dp-button-icon-height)}.dp__inner_nav:hover{background:var(--dp-hover-color);color:var(--dp-hover-icon-color)}[dir=rtl] .dp__inner_nav{transform:rotate(180deg)}.dp__inner_nav_disabled:hover,.dp__inner_nav_disabled{background:var(--dp-disabled-color);color:var(--dp-disabled-color-text);cursor:not-allowed}.dp--year-select,.dp__month_year_select{text-align:center;cursor:pointer;height:var(--dp-month-year-row-height);display:flex;align-items:center;justify-content:center;border-radius:var(--dp-border-radius);box-sizing:border-box;color:var(--dp-text-color)}.dp--year-select:hover,.dp__month_year_select:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color);transition:var(--dp-common-transition)}.dp__month_year_select{width:50%}.dp--year-select{width:100%}.dp__month_year_wrap{display:flex;flex-direction:row;width:100%;align-items:center}.dp__year_disable_select{justify-content:space-around}.dp--header-wrap{display:flex;width:100%;flex-direction:column}.dp__overlay{width:100%;background:var(--dp-background-color);transition:opacity 1s ease-out;z-index:99999;font-family:var(--dp-font-family);color:var(--dp-text-color);box-sizing:border-box}.dp--overlay-absolute{position:absolute;height:100%;top:0;left:0}.dp--overlay-relative{position:relative}.dp__overlay_container::-webkit-scrollbar-track{box-shadow:var(--dp-scroll-bar-background);background-color:var(--dp-scroll-bar-background)}.dp__overlay_container::-webkit-scrollbar{width:5px;background-color:var(--dp-scroll-bar-background)}.dp__overlay_container::-webkit-scrollbar-thumb{background-color:var(--dp-scroll-bar-color);border-radius:10px}.dp__overlay:focus{border:none;outline:none}.dp__container_flex{display:flex}.dp__container_block{display:block}.dp__overlay_container{flex-direction:column;overflow-y:auto;height:var(--dp-overlay-height)}.dp__time_picker_overlay_container{height:100%}.dp__overlay_row{padding:0;box-sizing:border-box;display:flex;margin-inline:auto;flex-wrap:wrap;max-width:100%;width:100%;align-items:center}.dp__flex_row{flex:1}.dp__overlay_col{box-sizing:border-box;width:33%;padding:var(--dp-overlay-col-padding);white-space:nowrap}.dp__overlay_cell_pad{padding:var(--dp-common-padding) 0}.dp__overlay_cell_active{cursor:pointer;border-radius:var(--dp-border-radius);text-align:center;background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__overlay_cell{cursor:pointer;border-radius:var(--dp-border-radius);text-align:center}.dp__overlay_cell:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color);transition:var(--dp-common-transition)}.dp__cell_in_between{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__over_action_scroll{right:5px;box-sizing:border-box}.dp__overlay_cell_disabled{cursor:not-allowed;background:var(--dp-disabled-color)}.dp__overlay_cell_disabled:hover{background:var(--dp-disabled-color)}.dp__overlay_cell_active_disabled{cursor:not-allowed;background:var(--dp-primary-disabled-color)}.dp__overlay_cell_active_disabled:hover{background:var(--dp-primary-disabled-color)}.dp__btn,.dp--qr-btn,.dp--time-overlay-btn,.dp--time-invalid{border:none;font:inherit;transition:var(--dp-common-transition);line-height:normal}.dp--year-mode-picker{display:flex;width:100%;align-items:center;justify-content:space-between;height:var(--dp-cell-size)}.dp--tp-wrap{width:100%}.dp--tp-wrap[data-dp-mobile]{max-width:100%}.dp__time_input{width:100%;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;font-family:var(--dp-font-family);color:var(--dp-text-color)}.dp__time_col_reg_block{padding:0 20px}.dp__time_col_reg_inline{padding:0 10px}.dp__time_col_reg_with_button{padding:0 15px}.dp__time_col_reg_with_button[data-compact~=true]{padding:0 5px}.dp__time_col_sec{padding:0 10px}.dp__time_col_sec_with_button{padding:0 5px}.dp__time_col_sec_with_button[data-collapsed~=true]{padding:0}.dp__time_col{text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column}.dp__time_col_block{font-size:var(--dp-time-font-size)}.dp__time_display_block{padding:0 3px}.dp__time_display_inline{padding:5px}.dp__time_picker_inline_container{display:flex;width:100%;justify-content:center}.dp__inc_dec_button{padding:5px;margin:0;height:var(--dp-time-inc-dec-button-size);width:var(--dp-time-inc-dec-button-size);display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;color:var(--dp-icon-color);box-sizing:border-box}.dp__inc_dec_button svg{height:var(--dp-time-inc-dec-button-size);width:var(--dp-time-inc-dec-button-size)}.dp__inc_dec_button:hover{background:var(--dp-hover-color);color:var(--dp-hover-icon-color)}.dp__time_display{cursor:pointer;color:var(--dp-text-color);border-radius:var(--dp-border-radius);display:flex;align-items:center;justify-content:center}.dp__time_display:hover:enabled{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__inc_dec_button_inline{width:100%;padding:0;height:8px;cursor:pointer;display:flex;align-items:center}.dp__inc_dec_button_disabled,.dp__inc_dec_button_disabled:hover{background:var(--dp-disabled-color);color:var(--dp-disabled-color-text);cursor:not-allowed}.dp__pm_am_button{background:var(--dp-primary-color);color:var(--dp-primary-text-color);border:none;padding:var(--dp-common-padding);border-radius:var(--dp-border-radius);cursor:pointer}.dp__pm_am_button[data-compact~=true]{padding:7px}.dp__tp_inline_btn_bar{width:100%;height:4px;background-color:var(--dp-secondary-color);transition:var(--dp-common-transition);border-collapse:collapse}.dp__tp_inline_btn_top:hover .dp__tp_btn_in_r{background-color:var(--dp-primary-color);transform:rotate(12deg) scale(1.15) translateY(-2px)}.dp__tp_inline_btn_top:hover .dp__tp_btn_in_l,.dp__tp_inline_btn_bottom:hover .dp__tp_btn_in_r{background-color:var(--dp-primary-color);transform:rotate(-12deg) scale(1.15) translateY(-2px)}.dp__tp_inline_btn_bottom:hover .dp__tp_btn_in_l{background-color:var(--dp-primary-color);transform:rotate(12deg) scale(1.15) translateY(-2px)}.dp--time-overlay-btn{background:none}.dp--time-invalid{background-color:var(--dp-disabled-color)}.dp__action_row{display:flex;align-items:center;width:100%;padding:var(--dp-action-row-padding);box-sizing:border-box;color:var(--dp-text-color);flex-flow:row nowrap}.dp__action_row svg{height:var(--dp-button-icon-height);width:auto}.dp__selection_preview{display:block;color:var(--dp-text-color);font-size:var(--dp-preview-font-size);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.dp__action_buttons{display:flex;flex:0;white-space:nowrap;align-items:center;justify-content:flex-end;margin-inline-start:auto}.dp__action_button{display:inline-flex;align-items:center;background:#0000;border:1px solid rgba(0,0,0,0);padding:var(--dp-action-buttons-padding);line-height:var(--dp-action-button-height);margin-inline-start:3px;height:var(--dp-action-button-height);cursor:pointer;border-radius:var(--dp-border-radius);font-size:var(--dp-preview-font-size);font-family:var(--dp-font-family)}.dp__action_cancel{color:var(--dp-text-color);border:1px solid var(--dp-border-color)}.dp__action_cancel:hover{border-color:var(--dp-primary-color);transition:var(--dp-action-row-transition)}.dp__action_buttons .dp__action_select{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__action_buttons .dp__action_select:hover{background:var(--dp-primary-color);transition:var(--dp-action-row-transition)}.dp__action_buttons .dp__action_select:disabled{background:var(--dp-primary-disabled-color);cursor:not-allowed}.dp-quarter-picker-wrap{display:flex;flex-direction:column;height:100%;min-width:var(--dp-menu-min-width)}.dp--qr-btn-disabled{cursor:not-allowed;background:var(--dp-disabled-color)}.dp--qr-btn-disabled:hover{background:var(--dp-disabled-color)}.dp--qr-btn{width:100%;padding:var(--dp-common-padding)}.dp--qr-btn:not(.dp--highlighted,.dp--qr-btn-active,.dp--qr-btn-disabled,.dp--qr-btn-between){background:none}.dp--qr-btn:hover:not(.dp--qr-btn-active,.dp--qr-btn-disabled){background:var(--dp-hover-color);color:var(--dp-hover-text-color);transition:var(--dp-common-transition)}.dp--quarter-items{display:flex;flex-direction:column;flex:1;width:100%;height:100%;justify-content:space-evenly}.dp--qr-btn-active{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp--qr-btn-between{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}:root{--dp-common-transition: all .1s ease-in;--dp-menu-padding: 6px 8px;--dp-animation-duration: .1s;--dp-menu-appear-transition-timing: cubic-bezier(.4, 0, 1, 1);--dp-transition-timing: ease-out;--dp-action-row-transition: all .2s ease-in;--dp-font-family: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;--dp-border-radius: 4px;--dp-cell-border-radius: 4px;--dp-transition-length: 22px;--dp-transition-timing-general: .1s;--dp-button-height: 35px;--dp-month-year-row-height: 35px;--dp-month-year-row-button-size: 25px;--dp-button-icon-height: 20px;--dp-calendar-wrap-padding: 0 5px;--dp-cell-size: 35px;--dp-cell-padding: 5px;--dp-common-padding: 10px;--dp-input-icon-padding: 35px;--dp-input-padding: 6px 30px 6px 12px;--dp-input-not-clearable-padding: 12px;--dp-menu-min-width: 260px;--dp-action-buttons-padding: 1px 6px;--dp-row-margin: 5px 0;--dp-calendar-header-cell-padding: .5rem;--dp-multi-calendars-spacing: 10px;--dp-overlay-col-padding: 3px;--dp-time-inc-dec-button-size: 32px;--dp-font-size: 1rem;--dp-preview-font-size: .8rem;--dp-time-font-size: 2rem;--dp-action-button-height: 22px;--dp-action-row-padding: 8px;--dp-direction: ltr}.dp__theme_dark{--dp-background-color: #212121;--dp-text-color: #fff;--dp-hover-color: #484848;--dp-hover-text-color: #fff;--dp-hover-icon-color: #959595;--dp-primary-color: #005cb2;--dp-primary-disabled-color: #61a8ea;--dp-primary-text-color: #fff;--dp-secondary-color: #a9a9a9;--dp-border-color: #2d2d2d;--dp-menu-border-color: #2d2d2d;--dp-border-color-hover: #aaaeb7;--dp-border-color-focus: #aaaeb7;--dp-disabled-color: #737373;--dp-disabled-color-text: #d0d0d0;--dp-scroll-bar-background: #212121;--dp-scroll-bar-color: #484848;--dp-success-color: #00701a;--dp-success-color-disabled: #428f59;--dp-icon-color: #959595;--dp-danger-color: #e53935;--dp-marker-color: #e53935;--dp-tooltip-color: #3e3e3e;--dp-highlight-color: rgb(0 92 178 / 20%);--dp-range-between-dates-background-color: var(--dp-hover-color, #484848);--dp-range-between-dates-text-color: var(--dp-hover-text-color, #fff);--dp-range-between-border-color: var(--dp-hover-color, #fff);--dp-loader: 5px solid #005cb2}.dp__theme_light{--dp-background-color: #fff;--dp-text-color: #212121;--dp-hover-color: #f3f3f3;--dp-hover-text-color: #212121;--dp-hover-icon-color: #959595;--dp-primary-color: #1976d2;--dp-primary-disabled-color: #6bacea;--dp-primary-text-color: #fff;--dp-secondary-color: #c0c4cc;--dp-border-color: #ddd;--dp-menu-border-color: #ddd;--dp-border-color-hover: #aaaeb7;--dp-border-color-focus: #aaaeb7;--dp-disabled-color: #f6f6f6;--dp-scroll-bar-background: #f3f3f3;--dp-scroll-bar-color: #959595;--dp-success-color: #76d275;--dp-success-color-disabled: #a3d9b1;--dp-icon-color: #959595;--dp-danger-color: #ff6f60;--dp-marker-color: #ff6f60;--dp-tooltip-color: #fafafa;--dp-disabled-color-text: #8e8e8e;--dp-highlight-color: rgb(25 118 210 / 10%);--dp-range-between-dates-background-color: var(--dp-hover-color, #f3f3f3);--dp-range-between-dates-text-color: var(--dp-hover-text-color, #212121);--dp-range-between-border-color: var(--dp-hover-color, #f3f3f3);--dp-loader: 5px solid #1976d2}.dp__flex{display:flex;align-items:center}.dp__btn{background:none}.dp__main{font-family:var(--dp-font-family);-webkit-user-select:none;user-select:none;box-sizing:border-box;position:relative;width:100%}.dp__main *{direction:var(--dp-direction, ltr)}.dp__pointer{cursor:pointer}.dp__icon{stroke:currentcolor;fill:currentcolor}.dp__button{width:100%;text-align:center;color:var(--dp-icon-color);cursor:pointer;display:flex;align-items:center;place-content:center center;padding:var(--dp-common-padding);box-sizing:border-box;height:var(--dp-button-height)}.dp__button.dp__overlay_action{position:absolute;bottom:0}.dp__button:hover{background:var(--dp-hover-color);color:var(--dp-hover-icon-color)}.dp__button svg{height:var(--dp-button-icon-height);width:auto}.dp__button_bottom{border-bottom-left-radius:var(--dp-border-radius);border-bottom-right-radius:var(--dp-border-radius)}.dp__flex_display{display:flex}.dp__flex_display_with_input{flex-direction:column;align-items:flex-start}.dp__relative{position:relative}.calendar-next-enter-active,.calendar-next-leave-active,.calendar-prev-enter-active,.calendar-prev-leave-active{transition:all var(--dp-transition-timing-general) ease-out}.calendar-next-enter-from{opacity:0;transform:translate(var(--dp-transition-length))}.calendar-next-leave-to,.calendar-prev-enter-from{opacity:0;transform:translate(calc(var(--dp-transition-length) * -1))}.calendar-prev-leave-to{opacity:0;transform:translate(var(--dp-transition-length))}.dp-menu-appear-bottom-enter-active,.dp-menu-appear-bottom-leave-active,.dp-menu-appear-top-enter-active,.dp-menu-appear-top-leave-active,.dp-slide-up-enter-active,.dp-slide-up-leave-active,.dp-slide-down-enter-active,.dp-slide-down-leave-active{transition:all var(--dp-animation-duration) var(--dp-transition-timing)}.dp-menu-appear-top-enter-from,.dp-menu-appear-top-leave-to,.dp-slide-down-leave-to,.dp-slide-up-enter-from{opacity:0;transform:translateY(var(--dp-transition-length))}.dp-menu-appear-bottom-enter-from,.dp-menu-appear-bottom-leave-to,.dp-slide-down-enter-from,.dp-slide-up-leave-to{opacity:0;transform:translateY(calc(var(--dp-transition-length) * -1))}.dp--arrow-btn-nav{transition:var(--dp-common-transition);height:100%}.dp--highlighted{background-color:var(--dp-highlight-color)}.dp--hidden-el{visibility:hidden}.dp--centered{top:50%;left:50%;transform:translate(-50%,-50%);position:fixed}:root{--totem-auto-complete-min-width: 176px;--totem-auto-complete-dropdown-max-height: 288px;--totem-color-badge-background: var(--totem-color-error-main);--totem-color-badge-text: var(--totem-color-neutral-white);--totem-color-banner-info-background: var(--totem-color-info-main);--totem-color-banner-warning-background: var(--totem-color-warning-main);--totem-color-banner-error-background: var(--totem-color-error-main);--totem-color-button-primary-background-active: var(--totem-color-neutral-grey-medium);--totem-color-button-primary-background-default: var(--totem-color-neutral-black);--totem-color-button-primary-background-disabled: var(--totem-color-neutral-grey-background);--totem-color-button-primary-background-hover: var(--totem-color-neutral-grey-dark);--totem-color-button-primary-border-active: var(--totem-color-neutral-grey-medium);--totem-color-button-primary-border-default: var(--totem-color-neutral-black);--totem-color-button-primary-border-disabled: var(--totem-color-neutral-grey-background);--totem-color-button-primary-border-hover: var(--totem-color-neutral-grey-dark);--totem-color-button-primary-text-default: var(--totem-color-neutral-white);--totem-color-button-primary-text-disabled: var(--totem-color-neutral-grey-light);--totem-color-button-secondary-background-active: var(--totem-color-neutral-grey-lighter);--totem-color-button-secondary-background-default: var(--totem-color-neutral-white);--totem-color-button-secondary-background-disabled: var(--totem-color-neutral-white);--totem-color-button-secondary-background-hover: var(--totem-color-neutral-grey-background);--totem-color-button-secondary-border-active: var(--totem-color-neutral-grey-light);--totem-color-button-secondary-border-default: var(--totem-color-neutral-grey-dark);--totem-color-button-secondary-border-disabled: var(--totem-color-neutral-grey-light);--totem-color-button-secondary-border-hover: var(--totem-color-neutral-grey-light);--totem-color-button-secondary-text-default: var(--totem-color-neutral-grey-dark);--totem-color-button-secondary-text-disabled: var(--totem-color-neutral-grey-light);--totem-color-button-text-background-active: var(--totem-color-neutral-grey-lighter);--totem-color-button-text-background-default: transparent;--totem-color-button-text-background-disabled: transparent;--totem-color-button-text-background-hover: var(--totem-color-neutral-grey-background);--totem-color-button-text-border-active: var(--totem-color-neutral-grey-lighter);--totem-color-button-text-border-default: transparent;--totem-color-button-text-border-disabled: transparent;--totem-color-button-text-border-hover: var(--totem-color-neutral-grey-background);--totem-color-button-text-text-default: var(--totem-color-neutral-grey-dark);--totem-color-button-text-text-disabled: var(--totem-color-neutral-grey-light);--totem-card-image-height: 160px;--totem-card-title-clamp: 2;--totem-card-title-min-height: 2lh;--totem-card-description-clamp: 3;--totem-card-description-min-height: 3lh;--totem-color-checkbox-default-checkmark: transparent;--totem-color-checkbox-default-label: var(--totem-color-neutral-grey-dark);--totem-color-checkbox-default-background: var(--totem-color-neutral-white);--totem-color-checkbox-default-border: var(--totem-color-neutral-grey-medium);--totem-color-checkbox-default-checkmark-checked: var(--totem-color-neutral-white);--totem-color-checkbox-default-background-checked: var(--totem-color-brand-main);--totem-color-checkbox-default-border-checked: var(--totem-color-brand-main);--totem-color-checkbox-default-checkmark-hover: var(--totem-color-neutral-grey-lighter);--totem-color-checkbox-default-border-hover: var(--totem-color-brand-main);--totem-color-checkbox-default-box-shadow-hover: var(--totem-color-brand-light);--totem-color-checkbox-error-background: var(--totem-color-neutral-white);--totem-color-checkbox-error-border: var(--totem-color-error-main);--totem-color-checkbox-error-box-shadow-hover: var(--totem-color-error-light);--totem-color-checkbox-error-background-checked: var(--totem-color-error-main);--totem-color-checkbox-disabled-readonly-background: var(--totem-color-neutral-grey-lighter);--totem-color-checkbox-disabled-readonly-background-checked: var(--totem-color-neutral-grey-background);--totem-color-checkbox-disabled-readonly-border: var(--totem-color-neutral-grey-light);--totem-color-checkbox-disabled-readonly-border-checked: var(--totem-color-neutral-grey-dark);--totem-color-checkbox-disabled-readonly-label: var(--totem-color-neutral-grey-light);--totem-color-checkbox-disabled-readonly-label-checked: var(--totem-color-neutral-grey-dark);--totem-color-checkbox-disabled-readonly-checkmark-checked: var(--totem-color-neutral-grey-dark);--totem-color-chip-text-label: var(--totem-color-neutral-grey-dark);--totem-color-chip-text-detail: var(--totem-color-neutral-grey-strong);--totem-color-chip-text-disabled: var(--totem-color-neutral-grey-medium);--totem-color-chip-close: var(--totem-color-neutral-grey-dark);--totem-color-chip-default-background-color: var(--totem-color-neutral-grey-lighter);--totem-color-chip-default-background-color-disabled: var(--totem-color-neutral-grey-lighter);--totem-color-chip-default-border-color-hover: var(--totem-color-neutral-grey-medium);--totem-color-chip-default-icon-color: var(--totem-color-neutral-dark);--totem-color-chip-success-background-color: var(--totem-color-success-lighter);--totem-color-chip-success-background-color-disabled: var(--totem-color-success-lighter);--totem-color-chip-success-border-color-hover: var(--totem-color-success-light);--totem-color-chip-success-icon-color: var(--totem-color-success-dark);--totem-color-chip-warning-background-color: var(--totem-color-warning-lighter);--totem-color-chip-warning-background-color-disabled: var(--totem-color-warning-lighter);--totem-color-chip-warning-border-color-hover: var(--totem-color-warning-light);--totem-color-chip-warning-icon-color: var(--totem-color-warning-dark);--totem-color-chip-error-background-color: var(--totem-color-error-lighter);--totem-color-chip-error-background-color-disabled: var(--totem-color-error-lighter);--totem-color-chip-error-border-color-hover: var(--totem-color-error-light);--totem-color-chip-error-icon-color: var(--totem-color-error-dark);--totem-color-additional1-orange-main: #ba5f00;--totem-color-additional1-orange-dark: #843300;--totem-color-additional1-orange-light: #f28d22;--totem-color-additional1-orange-lighter: #f8edde;--totem-color-additional1-pink-main: #a5003e;--totem-color-additional1-pink-dark: #6f0019;--totem-color-additional1-pink-light: #dc3068;--totem-color-additional1-pink-lighter: #f2d8e4;--totem-color-additional1-royal-main: #002169;--totem-color-additional1-royal-dark: #00003e;--totem-color-additional1-royal-light: #2c4798;--totem-color-additional1-royal-lighter: #d8e2f2;--totem-color-additional1-blue-main: #005089;--totem-color-additional1-blue-dark: #00285b;--totem-color-additional1-blue-light: #227cb9;--totem-color-additional1-blue-lighter: #dceef5;--totem-color-additional1-purple-main: #4b104e;--totem-color-additional1-purple-dark: #370a3f;--totem-color-additional1-purple-light: #6d2063;--totem-color-additional1-purple-lighter: #f7d4e6;--totem-color-additional1-green-main: #4e8b03;--totem-color-additional1-green-dark: #1a5d00;--totem-color-additional1-green-light: #7fbb3f;--totem-color-additional1-green-lighter: #e6f2d8;--totem-color-additional2-apricot: #ef8412;--totem-color-additional2-cherry: #6d2063;--totem-color-additional2-grass: #65941a;--totem-color-additional2-imperial: #7678ed;--totem-color-additional2-lemon: #fdbe13;--totem-color-additional2-magenta: #dc3068;--totem-color-additional2-mauve: #b55a9a;--totem-color-additional2-mint: #37d187;--totem-color-additional2-navy: #3f43a7;--totem-color-additional2-ocean: #1b9aaa;--totem-color-neutral-black: #1d1d1b;--totem-color-neutral-grey-dark: #474d54;--totem-color-neutral-grey-medium: #97a1ab;--totem-color-neutral-grey-strong: #70767a;--totem-color-neutral-grey-light: #cad3db;--totem-color-neutral-grey-lighter: #e0e7ed;--totem-color-neutral-grey-background: #f5f7f9;--totem-color-neutral-almost-white: #fbfbfb;--totem-color-neutral-white: #ffffff;--totem-color-error-dark: #be1c3e;--totem-color-error-main: #dd273d;--totem-color-error-light: #f5bfc5;--totem-color-error-lighter: #ffefe9;--totem-color-success-dark: #27a12d;--totem-color-success-main: #3bbc36;--totem-color-success-light: #c5ebc3;--totem-color-success-lighter: #efffee;--totem-color-warning-dark: #db7600;--totem-color-warning-main: #ff9500;--totem-color-warning-light: #ffe0b3;--totem-color-warning-lighter: #fef2e6;--totem-color-info-dark: #0060db;--totem-color-info-main: #007bff;--totem-color-info-light: #b3d8ff;--totem-color-info-lighter: #e9f7ff;--totem-color-divider: var(--totem-color-neutral-grey-lighter);--totem-focus-effect-border: 1px solid var(--totem-color-brand-main);--totem-focus-effect-shadow: 0 0 0 2px var(--totem-color-brand-light);--totem-focus-effect-warning-border: 1px solid var(--totem-color-warning-main);--totem-focus-effect-warning-shadow: 0 0 0 2px var(--totem-color-warning-light);--totem-focus-effect-error-border: 1px solid var(--totem-color-error-main);--totem-focus-effect-error-shadow: 0 0 0 2px var(--totem-color-error-light);--totem-color-link-default: var(--totem-color-neutral-grey-dark);--totem-color-link-default-hover: var(--totem-color-brand-main);--totem-color-link-default-visited: var(--totem-color-brand-dark);--totem-color-link-default-disabled: var(--totem-color-neutral-grey-light);--totem-color-link-secondary: var(--totem-color-neutral-white);--totem-color-link-secondary-hover: var(--totem-color-neutral-grey-background);--totem-list-category-color: var(--totem-color-neutral-black);--totem-list-category-background-color: var(--totem-color-neutral-almost-white);--totem-list-category-hover-background-color: var(--totem-color-neutral-grey-background);--totem-list-category-ribbon-color: var(--totem-color-brand-main);--totem-list-category-ribbon-width: 3px;--totem-list-header-color: var(--totem-color-neutral-black);--totem-list-header-background-color: var(--totem-color-neutral-almost-white);--totem-list-header-hover-background-color: var(--totem-color-neutral-grey-background);--totem-list-item-background-color: var(--totem-color-neutral-white);--totem-list-item-color: var(--totem-color-neutral-black);--totem-list-item-icon-color: var(--totem-color-grey-dark);--totem-list-item-description-color: var(--totem-color-neutral-grey-medium);--totem-list-item-hover-background-color: var(--totem-color-neutral-grey-background);--totem-list-item-checked-background-color: var(--totem-color-brand-lighter);--totem-list-item-checked-color: var(--totem-color-brand-main);--totem-list-item-disabled-color: var(--totem-color-neutral-grey-light);--totem-list-item-detail-color-default: var(--totem-color-neutral-grey-medium);--totem-list-item-detail-color-info: var(--totem-color-info-main);--totem-list-item-detail-color-warning: var(--totem-color-warning-main);--totem-list-item-detail-color-error: var(--totem-color-error-main);--totem-list-item-detail-color-success: var(--totem-color-success-main);--totem-list-sub-category-color: var(--totem-color-neutral-black);--totem-list-sub-category-background-color: var(--totem-color-neutral-grey-background);--totem-list-sub-category-hover-background-color: var(--totem-color-brand-lighter);--totem-message-min-width: 240px;--totem-color-message-default-background: var(--totem-color-neutral-grey-background);--totem-color-message-default-border: var(--totem-color-neutral-grey-medium);--totem-color-message-default-title: var(--totem-color-neutral-black);--totem-color-message-info-background: var(--totem-color-info-lighter);--totem-color-message-info-border: var(--totem-color-info-main);--totem-color-message-info-title: var(--totem-color-info-dark);--totem-color-message-warning-background: var(--totem-color-warning-lighter);--totem-color-message-warning-border: var(--totem-color-warning-main);--totem-color-message-warning-title: var(--totem-color-warning-dark);--totem-color-message-error-background: var(--totem-color-error-lighter);--totem-color-message-error-border: var(--totem-color-error-main);--totem-color-message-error-title: var(--totem-color-error-dark);--totem-color-message-success-background: var(--totem-color-success-lighter);--totem-color-message-success-border: var(--totem-color-success-main);--totem-color-message-success-title: var(--totem-color-success-dark);--totem-progress-bar-black-progression-color: var(--totem-color-neutral-grey-dark);--totem-progress-bar-black-icon-color: var(--totem-color-neutral-grey-dark);--totem-progress-bar-error-progression-color: var(--totem-color-error-main);--totem-progress-bar-error-icon-color: var(--totem-color-error-main);--totem-progress-bar-success-progression-color: var(--totem-color-success-main);--totem-progress-bar-success-icon-color: var(--totem-color-success-main);--totem-radio-button-min-width: 160px;--totem-color-radio-default-checkmark: transparent;--totem-color-radio-default-label: var(--totem-color-neutral-grey-dark);--totem-color-radio-default-background: var(--totem-color-neutral-white);--totem-color-radio-default-border: var(--totem-color-neutral-grey-medium);--totem-color-radio-default-checkmark-checked: var(--totem-color-neutral-white);--totem-color-radio-default-background-checked: var(--totem-color-brand-main);--totem-color-radio-default-border-checked: var(--totem-color-brand-main);--totem-color-radio-default-checkmark-hover: var(--totem-color-neutral-grey-lighter);--totem-color-radio-default-border-hover: var(--totem-color-brand-main);--totem-color-radio-default-box-shadow-hover: var(--totem-color-brand-light);--totem-color-radio-error-background: var(--totem-color-neutral-white);--totem-color-radio-error-border: var(--totem-color-error-main);--totem-color-radio-error-box-shadow-hover: var(--totem-color-error-light);--totem-color-radio-error-background-checked: var(--totem-color-error-main);--totem-color-radio-disabled-readonly-background: var(--totem-color-neutral-almost-white);--totem-color-radio-disabled-readonly-background-checked: var(--totem-color-neutral-grey-background);--totem-color-radio-disabled-readonly-border: var(--totem-color-neutral-grey-lighter);--totem-color-radio-disabled-readonly-border-checked: var(--totem-color-neutral-grey-dark);--totem-color-radio-disabled-readonly-label: var(--totem-color-neutral-grey-light);--totem-color-radio-disabled-readonly-label-checked: var(--totem-color-neutral-grey-dark);--totem-color-radio-disabled-readonly-checkmark-checked: var(--totem-color-neutral-grey-dark);--totem-color-radio-button-disabled-readonly-background: var(--totem-color-neutral-almost-white);--totem-color-radio-button-disabled-readonly-background-checked: var(--totem-color-neutral-grey-background);--totem-color-radio-button-disabled-readonly-border: var(--totem-color-neutral-grey-lighter);--totem-color-radio-button-disabled-readonly-border-checked: var(--totem-color-neutral-grey-dark);--totem-select-min-width: 176px;--totem-select-dropdown-max-height: 288px;--totem-color-select-option-default-background-color: var(--totem-color-neutral-white);--totem-color-select-option-default-color: var(--totem-color-neutral-black);--totem-color-select-option-default-detail-color: var(--totem-color-neutral-grey-medium);--totem-color-select-option-default-background-color-hover: var(--totem-color-neutral-grey-background);--totem-color-select-option-selected-background-color: var(--totem-color-brand-lighter);--totem-color-select-option-selected-color: var(--totem-color-brand-main);--totem-color-select-option-disabled-color: var(--totem-color-neutral-grey-light);--totem-shadow-soft: 0px 1px 2px 0px rgba(28, 28, 28, .06), 0px 1px 4px 0px rgba(28, 28, 28, .1);--totem-shadow-medium: 0px 4px 6px 2px rgba(28, 28, 28, .06), 0px 12px 16px 4px rgba(28, 28, 28, .12);--totem-shadow-elevation: 0px 24px 48px 0px rgba(28, 28, 28, .06), 0px 8px 32px 0px rgba(28, 28, 28, .04);--totem-spacing-3xs: 2px;--totem-spacing-2xs: 4px;--totem-spacing-xs: 8px;--totem-spacing-xs-s: 12px;--totem-spacing-s: 16px;--totem-spacing-s-m: 20px;--totem-spacing-m: 24px;--totem-spacing-m-l: 28px;--totem-spacing-l: 32px;--totem-spacing-xl: 40px;--totem-spacing-2xl: 48px;--totem-spacing-3xl: 56px;--totem-spacing-4xl: 64px;--totem-spacing-5xl: 72px;--totem-spacing-6xl: 80px;--totem-radius-3xs: 2px;--totem-radius-2xs: 4px;--totem-radius-xs: 8px;--totem-radius-xs-s: 12px;--totem-radius-s: 16px;--totem-radius-rounded: 999px;--totem-color-tab-list-background-color: var(--totem-color-neutral-grey-lighter);--totem-color-tab-list-divider: var(--totem-color-neutral-grey-light);--totem-color-tab-list-glider: var(--totem-color-neutral-white);--totem-tab-min-width: 160px;--totem-tab-max-width: 280px;--totem-tab-height: 32px;--totem-tab-icon-size: 24px;--totem-tab-default-color: var(--totem-color-neutral-grey-dark);--totem-tab-default-background-color: transparent;--totem-tab-selected-color: var(--totem-color-neutral-black);--totem-tab-disabled-color: var(--totem-color-neutral-grey-medium);--totem-tab-hover-background-color: var(--totem-color-neutral-grey-background);--totem-tab-glider-background-color: var(--totem-color-neutral-white);--totem-color-tag-default-background: var(--totem-color-neutral-grey-dark);--totem-color-tag-default-text: var(--totem-color-neutral-white);--totem-color-tag-secondary-background: var(--totem-color-neutral-grey-strong);--totem-color-tag-secondary-text: var(--totem-color-neutral-white);--totem-color-tag-tertiary-background: var(--totem-color-neutral-grey-lighter);--totem-color-tag-tertiary-text: var(--totem-color-neutral-grey-dark);--totem-color-tag-error-background: var(--totem-color-error-main);--totem-color-tag-error-text: var(--totem-color-neutral-white);--totem-color-tag-success-background: var(--totem-color-success-main);--totem-color-tag-success-text: var(--totem-color-neutral-white);--totem-color-tag-warning-background: var(--totem-color-warning-main);--totem-color-tag-warning-text: var(--totem-color-neutral-white);--totem-color-tooltip-background: var(--totem-color-neutral-black);--totem-color-tooltip-text: var(--totem-color-neutral-white);--totem-z-index-overlay: 90;--totem-z-index-tooltip: 110;--totem-z-index-dropdown: 100;--totem-color-brand-darker: #004c3d;--totem-color-brand-dark: #00744d;--totem-color-brand-main: #00a36d;--totem-color-brand-light: #cbf7d2;--totem-color-brand-lighter: #e6f6f0;--transition-duration-default: .15s;--disabled-opacity: .3}.notification-container:nth-child(2) .eda-notification{top:-79px}.notification-container:nth-child(3) .eda-notification{top:0}.notification-container:nth-child(4) .eda-notification{top:79px}.notification-container:nth-child(5) .eda-notification{top:158px}.notification-container:nth-child(6) .eda-notification{top:237px}.notification-container:nth-child(7) .eda-notification{top:316px}.notification-container:nth-child(8) .eda-notification{top:395px}[data-theme=alptis]{--branding-hospitalisation: #e73458;--branding-soins-courant: #787fbd;--branding-surcomplementaire: #56ac42;--branding-frais-sante: #68236b;--branding-audio: #66b96e;--branding-dentaire: #c62c63;--branding-optique: #68236b;--branding-medecine-complementaire: #b55a9a;--branding-maternite: #f8b334;--branding-sante: #7fbb3f;--branding-sante-light: #b2ee6f;--branding-sante-dark: #4e8b03;--branding-prevoyance: #2c4798;--branding-prevoyance-light: #6272c9;--branding-prevoyance-dark: #002169;--branding-emprunteur: #f28d22;--branding-emprunteur-light: #ffbe55;--branding-emprunteur-dark: #ba5f00;--branding-collectif: #227cb9;--branding-collectif-light: #64abec;--branding-collectif-dark: #005089;--branding-epargne-retraite: #dc3068;--branding-epargne-retraite-light: #ff6996;--branding-epargne-retraite-dark: #a5003e;--branding-financement: #6d2063;--neutral-black: #000000;--neutral-dark: #475054;--neutral-medium: #999999;--neutral-light: #c2c2c2;--neutral-lighter: #e0e0e0;--neutral-white: #ffffff;--semantic-in-progress-dark: #0089c3;--semantic-in-progress: #00a5ec;--semantic-in-progress-light: #00b2ff;--semantic-in-progress-lighter: #e0f6ff;--semantic-warning-dark: #e27715;--semantic-warning: #ef9e00;--semantic-warning-light: #f4b844;--semantic-warning-lighter: #fff5e0;--semantic-danger-dark: #9d0000;--semantic-danger: #d00032;--semantic-danger-light: #f42557;--semantic-danger-lighter: #ffebeb;--semantic-success-dark: #00ad50;--semantic-success: #00c058;--semantic-success-light: #02d965;--semantic-success-lighter: #eefff6;--semantic-disabled: #e7e7eb;--font-weight-light: 300;--font-weight-regular: normal;--font-weight-medium: 500;--font-weight-semi-bold: 600;--shadow-1: 0px 2px 2px 0px rgba(0, 0, 0, .15);--shadow-2: 0px 4px 8px 0px rgba(0, 0, 0, .15);--shadow-3: 0px 10px 15px 0px rgba(0, 0, 0, .15);--shadow-4: 0px 20px 25px 0px rgba(0, 0, 0, .15);--shader-1: rgba(0, 0, 0, .15);--size-2: .125rem;--size-4: .25rem;--size-5: .3125rem;--size-8: .5rem;--size-10: .625rem;--size-12: .75rem;--size-13: .813rem;--size-14: .875rem;--size-16: 1rem;--size-17: 1.063rem;--size-18: 1.125rem;--size-20: 1.25rem;--size-22: 1.375rem;--size-24: 1.5rem;--size-26: 1.625rem;--size-30: 1.875rem;--size-40: 2.5rem;--radius-large: 5px;--radius-circle: 50%;--input-picto-z-index: 2;--overall: 40;--loading: 50;--popin: 60;--z-index-header: 70;--overlay: 99;--branding-primary-dark: #007342;--branding-primary: #00a36d;--branding-primary-alpha-10: rgba(0, 163, 109, .1);--branding-primary-alpha-20: rgba(0, 163, 109, .2);--branding-primary-light: #53d59b;--neutral-darker: #1d1d1b;--background-niveau: #e8faf0;--background-niveau-darker: #d3f2e1;--background-header-dark: #f5f5f5;--background-header: #fafafa;--background-header-light: #ffffff;--background-footer-dark: #363e41;--background-footer: #475054;--background-footer-light: #556065;--background-page-dark: #94929b;--background-page: #dddded;--background-page-light: #f5f5f9;--background-darker: #dddded;--background-dark: #ebebf5;--background-medium: #f5f5f9;--background-light: #f9f9f9;--background-lighter: #ffffff;--background-nav: #505a5f;--background-nav-dark: #475054;--background-nav-darker: #363e41;--background-nav-light: #5c676c;--background-nav-lighter: #67747a;--button-color: #ffffff;--button-background-color: #1d1d1b;--button-hover-color: #ffffff;--button-hover-background-color: #475054;--button-active-background-color: #000000;--button-outlined-color: #475054;--button-outlined-border-color: #475054;--button-outlined-hover-background-color: rgba(71, 80, 84, .1);--button-outlined-active-background-color: rgba(71, 80, 84, .2);--button-icon-hover-background-color: rgba(71, 80, 84, .1);--button-icon-hover-active-color: #475054;--button-icon-active-background-color: rgba(71, 80, 84, .2);--button-scrolltop: #1d1d1b;--button-scrolltop-hover: #475054;--button-scrolltop-active: #000000;--link-color: #475054;--link-hover-color: #00a36d;--link-hover-background-color: rgba(71, 80, 84, .1);--link-active-color: #00a36d;--link-active-background-color: rgba(71, 80, 84, .2);--radio-button-background-hover: #f5f5f9;--label-color: #007342;--input-hover-background-color: #f5f5f9;--input-readonly-background-color: #ebebf5;--input-active-background-color: #ebebf5;--checkbox-hover-background: #f5f5f9;--checkbox-hover-icon-color: rgba(71, 80, 84, .2);--checkbox-focus-box-shadow: rgba(0, 163, 109, .2);--radio-hover-background: #f5f5f9;--radio-hover-icon-color: rgba(71, 80, 84, .2);--radio-focus-box-shadow: rgba(0, 163, 109, .2)}html{color:var(--totem-color-neutral-grey-strong);box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{background-color:var(--totem-color-neutral-almost-white)}h1,h2,h3,h4,h5,h6,hgroup,ul,ol,dd,p,figure,pre,table,fieldset,hr{margin-top:0}a{color:inherit;text-decoration:inherit}ul,p{margin:0}audio,canvas,iframe,img,svg,video{vertical-align:middle}img{height:auto;max-width:100%}textarea{resize:vertical}[data-theme=alptis] .button[data-v-d45e8b0b]{display:inline-flex;justify-content:center;align-items:center;border-radius:100px;padding:.625rem 1rem;height:auto;max-height:36px;min-height:36px;overflow:hidden}[data-theme=alptis] .button .icone[data-v-d45e8b0b]{margin-right:.5rem}[data-theme=alptis] .button .icone-droite[data-v-d45e8b0b]{margin-left:.5rem}[data-theme=alptis] .button .icone[data-v-d45e8b0b],[data-theme=alptis] .button .icone-droite[data-v-d45e8b0b]{display:flex;align-items:center}[data-theme=alptis] .button .icone[data-v-d45e8b0b] svg,[data-theme=alptis] .button .icone-droite[data-v-d45e8b0b] svg{height:18px}[data-theme=alptis] .button .libelle[data-v-d45e8b0b]{display:flex;align-items:center}[data-theme=alptis] .button[disabled][data-v-d45e8b0b],[data-theme=alptis] .button.is-disabled[data-v-d45e8b0b]{opacity:.3;pointer-events:none}[data-theme=alptis] .button.is-size-large[data-v-d45e8b0b]{font-weight:600;font-size:.875rem;line-height:1rem;padding:.75rem 1.375rem;max-height:44px;min-height:44px}[data-theme=alptis] .button.is-size-medium[data-v-d45e8b0b]{padding:.625rem 1rem;font-weight:500;font-size:.75rem;line-height:.875rem;max-height:36px;min-height:36px}[data-theme=alptis] .button.is-size-small[data-v-d45e8b0b]{padding:.375rem .625rem;font-weight:500;font-size:.75rem;line-height:.875rem;max-height:32px;min-height:32px}[data-theme=alptis] .button.is-shrunk .icone[data-v-d45e8b0b]{margin-right:0}[data-theme=alptis] .button.is-shrunk .icone-droite[data-v-d45e8b0b]{margin-left:0}@keyframes spin-d45e8b0b{0%{transform:rotate(0)}to{transform:rotate(360deg)}}[data-theme=alptis] .button.loading[data-v-d45e8b0b]{pointer-events:none}[data-theme=alptis] .button.loading[data-v-d45e8b0b]:after{content:"";height:16px;width:16px;position:absolute;border:solid;border-width:2px;border-radius:50%;border-right-color:transparent;border-top-color:transparent;animation:spin-d45e8b0b 1s infinite linear}[data-theme=alptis] .button.loading .icone[data-v-d45e8b0b],[data-theme=alptis] .button.loading .icone-droite[data-v-d45e8b0b],[data-theme=alptis] .button.loading .libelle[data-v-d45e8b0b]{visibility:hidden}[data-theme=alptis] .button.is-type-primary[data-v-d45e8b0b],[data-theme=alptis] .button.is-type-primary[data-v-d45e8b0b]:focus{border:0 solid transparent;background:#1d1d1b;box-shadow:0 2px 2px #00000026;color:#fff}[data-theme=alptis] .button.is-type-primary[data-v-d45e8b0b]:focus:not(:active),[data-theme=alptis] .button.is-type-primary[data-v-d45e8b0b]:focus:focus:not(:active){box-shadow:0 2px 2px #00000026}[data-theme=alptis] .button.is-type-primary[data-v-d45e8b0b]:hover,[data-theme=alptis] .button.is-type-primary[data-v-d45e8b0b]:focus:hover{background:#475054;color:#fff}[data-theme=alptis] .button.is-type-primary[data-v-d45e8b0b]:active,[data-theme=alptis] .button.is-type-primary[data-v-d45e8b0b]:focus:active{background:#000;color:#fff}[data-theme=alptis] .button.is-type-primary.loading[data-v-d45e8b0b]:after,[data-theme=alptis] .button.is-type-primary:focus.loading[data-v-d45e8b0b]:after{border-left-color:#fff;border-bottom-color:#fff}[data-theme=alptis] .button.is-type-primary.is-etat-success[data-v-d45e8b0b],[data-theme=alptis] .button.is-type-primary:focus.is-etat-success[data-v-d45e8b0b]{background:#00c058}[data-theme=alptis] .button.is-type-primary.is-etat-success[data-v-d45e8b0b]:hover,[data-theme=alptis] .button.is-type-primary:focus.is-etat-success[data-v-d45e8b0b]:hover{background:#02d965}[data-theme=alptis] .button.is-type-primary.is-etat-success[data-v-d45e8b0b]:active,[data-theme=alptis] .button.is-type-primary:focus.is-etat-success[data-v-d45e8b0b]:active{background:#00ad50}[data-theme=alptis] .button.is-type-primary.is-etat-warning[data-v-d45e8b0b],[data-theme=alptis] .button.is-type-primary:focus.is-etat-warning[data-v-d45e8b0b]{background:#ef9e00}[data-theme=alptis] .button.is-type-primary.is-etat-warning[data-v-d45e8b0b]:hover,[data-theme=alptis] .button.is-type-primary:focus.is-etat-warning[data-v-d45e8b0b]:hover{background:#f4b844}[data-theme=alptis] .button.is-type-primary.is-etat-warning[data-v-d45e8b0b]:active,[data-theme=alptis] .button.is-type-primary:focus.is-etat-warning[data-v-d45e8b0b]:active{background:#e27715}[data-theme=alptis] .button.is-type-primary.is-etat-danger[data-v-d45e8b0b],[data-theme=alptis] .button.is-type-primary:focus.is-etat-danger[data-v-d45e8b0b]{background:#d00032}[data-theme=alptis] .button.is-type-primary.is-etat-danger[data-v-d45e8b0b]:hover,[data-theme=alptis] .button.is-type-primary:focus.is-etat-danger[data-v-d45e8b0b]:hover{background:#f42557}[data-theme=alptis] .button.is-type-primary.is-etat-danger[data-v-d45e8b0b]:active,[data-theme=alptis] .button.is-type-primary:focus.is-etat-danger[data-v-d45e8b0b]:active{background:#9d0000}[data-theme=alptis] .button.is-type-primary-invert[data-v-d45e8b0b],[data-theme=alptis] .button.is-type-primary-invert[data-v-d45e8b0b]:focus{border:0 solid transparent;background:#fff;box-shadow:0 2px 2px #00000026;color:#00a36d}[data-theme=alptis] .button.is-type-primary-invert[data-v-d45e8b0b]:focus:not(:active),[data-theme=alptis] .button.is-type-primary-invert[data-v-d45e8b0b]:focus:focus:not(:active){box-shadow:0 2px 2px #00000026}[data-theme=alptis] .button.is-type-primary-invert[data-v-d45e8b0b]:hover,[data-theme=alptis] .button.is-type-primary-invert[data-v-d45e8b0b]:focus:hover{background:#f5f5f9}[data-theme=alptis] .button.is-type-primary-invert[data-v-d45e8b0b]:active,[data-theme=alptis] .button.is-type-primary-invert[data-v-d45e8b0b]:focus:active{background:#fff}[data-theme=alptis] .button.is-type-primary-invert.loading[data-v-d45e8b0b]:after,[data-theme=alptis] .button.is-type-primary-invert:focus.loading[data-v-d45e8b0b]:after{border-left-color:#475054;border-bottom-color:#475054}[data-theme=alptis] .button.is-type-primary-invert.is-etat-success[data-v-d45e8b0b],[data-theme=alptis] .button.is-type-primary-invert:focus.is-etat-success[data-v-d45e8b0b]{color:#00c058}[data-theme=alptis] .button.is-type-primary-invert.is-etat-warning[data-v-d45e8b0b],[data-theme=alptis] .button.is-type-primary-invert:focus.is-etat-warning[data-v-d45e8b0b]{color:#ef9e00}[data-theme=alptis] .button.is-type-primary-invert.is-etat-danger[data-v-d45e8b0b],[data-theme=alptis] .button.is-type-primary-invert:focus.is-etat-danger[data-v-d45e8b0b]{color:#d00032}[data-theme=alptis] .button.is-type-secondary[data-v-d45e8b0b],[data-theme=alptis] .button.is-type-secondary[data-v-d45e8b0b]:focus,[data-theme=alptis] .button.is-type-secondary-invert[data-v-d45e8b0b],[data-theme=alptis] .button.is-type-secondary-invert[data-v-d45e8b0b]:focus{border-color:#475054;background:transparent;box-shadow:none;color:#475054}[data-theme=alptis] .button.is-type-secondary[data-v-d45e8b0b]:hover,[data-theme=alptis] .button.is-type-secondary[data-v-d45e8b0b]:focus:hover,[data-theme=alptis] .button.is-type-secondary-invert[data-v-d45e8b0b]:hover,[data-theme=alptis] .button.is-type-secondary-invert[data-v-d45e8b0b]:focus:hover{border-color:#475054;color:#475054;background:#4750541a}[data-theme=alptis] .button.is-type-secondary[data-v-d45e8b0b]:active,[data-theme=alptis] .button.is-type-secondary[data-v-d45e8b0b]:focus:active,[data-theme=alptis] .button.is-type-secondary-invert[data-v-d45e8b0b]:active,[data-theme=alptis] .button.is-type-secondary-invert[data-v-d45e8b0b]:focus:active{border-color:#475054;color:#475054;background:#47505433}[data-theme=alptis] .button.is-type-secondary[data-v-d45e8b0b]:not(:active),[data-theme=alptis] .button.is-type-secondary[data-v-d45e8b0b]:focus:not(:active),[data-theme=alptis] .button.is-type-secondary-invert[data-v-d45e8b0b]:not(:active),[data-theme=alptis] .button.is-type-secondary-invert[data-v-d45e8b0b]:focus:not(:active){box-shadow:none}[data-theme=alptis] .button.is-type-secondary.loading[data-v-d45e8b0b]:after,[data-theme=alptis] .button.is-type-secondary:focus.loading[data-v-d45e8b0b]:after,[data-theme=alptis] .button.is-type-secondary-invert.loading[data-v-d45e8b0b]:after,[data-theme=alptis] .button.is-type-secondary-invert:focus.loading[data-v-d45e8b0b]:after{border-left-color:#475054;border-bottom-color:#475054}[data-theme=alptis] .button.is-type-secondary.is-etat-success[data-v-d45e8b0b],[data-theme=alptis] .button.is-type-secondary.is-etat-warning[data-v-d45e8b0b],[data-theme=alptis] .button.is-type-secondary.is-etat-danger[data-v-d45e8b0b],[data-theme=alptis] .button.is-type-secondary:focus.is-etat-success[data-v-d45e8b0b],[data-theme=alptis] .button.is-type-secondary:focus.is-etat-warning[data-v-d45e8b0b],[data-theme=alptis] .button.is-type-secondary:focus.is-etat-danger[data-v-d45e8b0b],[data-theme=alptis] .button.is-type-secondary-invert.is-etat-success[data-v-d45e8b0b],[data-theme=alptis] .button.is-type-secondary-invert.is-etat-warning[data-v-d45e8b0b],[data-theme=alptis] .button.is-type-secondary-invert.is-etat-danger[data-v-d45e8b0b],[data-theme=alptis] .button.is-type-secondary-invert:focus.is-etat-success[data-v-d45e8b0b],[data-theme=alptis] .button.is-type-secondary-invert:focus.is-etat-warning[data-v-d45e8b0b],[data-theme=alptis] .button.is-type-secondary-invert:focus.is-etat-danger[data-v-d45e8b0b]{background:transparent}[data-theme=alptis] .button.is-type-secondary.is-etat-success[data-v-d45e8b0b],[data-theme=alptis] .button.is-type-secondary:focus.is-etat-success[data-v-d45e8b0b],[data-theme=alptis] .button.is-type-secondary-invert.is-etat-success[data-v-d45e8b0b],[data-theme=alptis] .button.is-type-secondary-invert:focus.is-etat-success[data-v-d45e8b0b]{border-color:#00c058;color:#00c058}[data-theme=alptis] .button.is-type-secondary.is-etat-success[data-v-d45e8b0b]:hover,[data-theme=alptis] .button.is-type-secondary:focus.is-etat-success[data-v-d45e8b0b]:hover,[data-theme=alptis] .button.is-type-secondary-invert.is-etat-success[data-v-d45e8b0b]:hover,[data-theme=alptis] .button.is-type-secondary-invert:focus.is-etat-success[data-v-d45e8b0b]:hover{background-color:#00c0581a}[data-theme=alptis] .button.is-type-secondary.is-etat-success[data-v-d45e8b0b]:active,[data-theme=alptis] .button.is-type-secondary:focus.is-etat-success[data-v-d45e8b0b]:active,[data-theme=alptis] .button.is-type-secondary-invert.is-etat-success[data-v-d45e8b0b]:active,[data-theme=alptis] .button.is-type-secondary-invert:focus.is-etat-success[data-v-d45e8b0b]:active{background-color:#00c0584d}[data-theme=alptis] .button.is-type-secondary.is-etat-success.loading[data-v-d45e8b0b]:after,[data-theme=alptis] .button.is-type-secondary:focus.is-etat-success.loading[data-v-d45e8b0b]:after,[data-theme=alptis] .button.is-type-secondary-invert.is-etat-success.loading[data-v-d45e8b0b]:after,[data-theme=alptis] .button.is-type-secondary-invert:focus.is-etat-success.loading[data-v-d45e8b0b]:after{border-left-color:#00c058;border-bottom-color:#00c058}[data-theme=alptis] .button.is-type-secondary.is-etat-warning[data-v-d45e8b0b],[data-theme=alptis] .button.is-type-secondary:focus.is-etat-warning[data-v-d45e8b0b],[data-theme=alptis] .button.is-type-secondary-invert.is-etat-warning[data-v-d45e8b0b],[data-theme=alptis] .button.is-type-secondary-invert:focus.is-etat-warning[data-v-d45e8b0b]{border-color:#ef9e00;color:#ef9e00}[data-theme=alptis] .button.is-type-secondary.is-etat-warning[data-v-d45e8b0b]:hover,[data-theme=alptis] .button.is-type-secondary:focus.is-etat-warning[data-v-d45e8b0b]:hover,[data-theme=alptis] .button.is-type-secondary-invert.is-etat-warning[data-v-d45e8b0b]:hover,[data-theme=alptis] .button.is-type-secondary-invert:focus.is-etat-warning[data-v-d45e8b0b]:hover{background-color:#ef9e001a}[data-theme=alptis] .button.is-type-secondary.is-etat-warning[data-v-d45e8b0b]:active,[data-theme=alptis] .button.is-type-secondary:focus.is-etat-warning[data-v-d45e8b0b]:active,[data-theme=alptis] .button.is-type-secondary-invert.is-etat-warning[data-v-d45e8b0b]:active,[data-theme=alptis] .button.is-type-secondary-invert:focus.is-etat-warning[data-v-d45e8b0b]:active{background-color:#ef9e004d}[data-theme=alptis] .button.is-type-secondary.is-etat-warning.loading[data-v-d45e8b0b]:after,[data-theme=alptis] .button.is-type-secondary:focus.is-etat-warning.loading[data-v-d45e8b0b]:after,[data-theme=alptis] .button.is-type-secondary-invert.is-etat-warning.loading[data-v-d45e8b0b]:after,[data-theme=alptis] .button.is-type-secondary-invert:focus.is-etat-warning.loading[data-v-d45e8b0b]:after{border-left-color:#ef9e00;border-bottom-color:#ef9e00}[data-theme=alptis] .button.is-type-secondary.is-etat-danger[data-v-d45e8b0b],[data-theme=alptis] .button.is-type-secondary:focus.is-etat-danger[data-v-d45e8b0b],[data-theme=alptis] .button.is-type-secondary-invert.is-etat-danger[data-v-d45e8b0b],[data-theme=alptis] .button.is-type-secondary-invert:focus.is-etat-danger[data-v-d45e8b0b]{border-color:#d00032;color:#d00032}[data-theme=alptis] .button.is-type-secondary.is-etat-danger[data-v-d45e8b0b]:hover,[data-theme=alptis] .button.is-type-secondary:focus.is-etat-danger[data-v-d45e8b0b]:hover,[data-theme=alptis] .button.is-type-secondary-invert.is-etat-danger[data-v-d45e8b0b]:hover,[data-theme=alptis] .button.is-type-secondary-invert:focus.is-etat-danger[data-v-d45e8b0b]:hover{background-color:#d000321a}[data-theme=alptis] .button.is-type-secondary.is-etat-danger[data-v-d45e8b0b]:active,[data-theme=alptis] .button.is-type-secondary:focus.is-etat-danger[data-v-d45e8b0b]:active,[data-theme=alptis] .button.is-type-secondary-invert.is-etat-danger[data-v-d45e8b0b]:active,[data-theme=alptis] .button.is-type-secondary-invert:focus.is-etat-danger[data-v-d45e8b0b]:active{background-color:#d000324d}[data-theme=alptis] .button.is-type-secondary.is-etat-danger.loading[data-v-d45e8b0b]:after,[data-theme=alptis] .button.is-type-secondary:focus.is-etat-danger.loading[data-v-d45e8b0b]:after,[data-theme=alptis] .button.is-type-secondary-invert.is-etat-danger.loading[data-v-d45e8b0b]:after,[data-theme=alptis] .button.is-type-secondary-invert:focus.is-etat-danger.loading[data-v-d45e8b0b]:after{border-left-color:#d00032;border-bottom-color:#d00032}[data-theme=alptis] .button.is-type-secondary.button-back .icone[data-v-d45e8b0b] svg,[data-theme=alptis] .button.is-type-secondary.button-back .icone-droite[data-v-d45e8b0b] svg,[data-theme=alptis] .button.is-type-secondary.button-next .icone[data-v-d45e8b0b] svg,[data-theme=alptis] .button.is-type-secondary.button-next .icone-droite[data-v-d45e8b0b] svg,[data-theme=alptis] .button.is-type-secondary:focus.button-back .icone[data-v-d45e8b0b] svg,[data-theme=alptis] .button.is-type-secondary:focus.button-back .icone-droite[data-v-d45e8b0b] svg,[data-theme=alptis] .button.is-type-secondary:focus.button-next .icone[data-v-d45e8b0b] svg,[data-theme=alptis] .button.is-type-secondary:focus.button-next .icone-droite[data-v-d45e8b0b] svg,[data-theme=alptis] .button.is-type-secondary-invert.button-back .icone[data-v-d45e8b0b] svg,[data-theme=alptis] .button.is-type-secondary-invert.button-back .icone-droite[data-v-d45e8b0b] svg,[data-theme=alptis] .button.is-type-secondary-invert.button-next .icone[data-v-d45e8b0b] svg,[data-theme=alptis] .button.is-type-secondary-invert.button-next .icone-droite[data-v-d45e8b0b] svg,[data-theme=alptis] .button.is-type-secondary-invert:focus.button-back .icone[data-v-d45e8b0b] svg,[data-theme=alptis] .button.is-type-secondary-invert:focus.button-back .icone-droite[data-v-d45e8b0b] svg,[data-theme=alptis] .button.is-type-secondary-invert:focus.button-next .icone[data-v-d45e8b0b] svg,[data-theme=alptis] .button.is-type-secondary-invert:focus.button-next .icone-droite[data-v-d45e8b0b] svg{height:12px}[data-theme=alptis] .button.is-type-secondary-invert[data-v-d45e8b0b],[data-theme=alptis] .button.is-type-secondary-invert[data-v-d45e8b0b]:focus,[data-theme=alptis] .button.is-type-secondary-invert[data-v-d45e8b0b]:hover,[data-theme=alptis] .button.is-type-secondary-invert[data-v-d45e8b0b]:active{border-color:#fff;color:#fff}[data-theme=alptis] .button.is-type-secondary-invert.loading[data-v-d45e8b0b]:after,[data-theme=alptis] .button.is-type-secondary-invert:focus.loading[data-v-d45e8b0b]:after,[data-theme=alptis] .button.is-type-secondary-invert:hover.loading[data-v-d45e8b0b]:after,[data-theme=alptis] .button.is-type-secondary-invert:active.loading[data-v-d45e8b0b]:after{border-left-color:#fff;border-bottom-color:#fff}[data-theme=alptis] .button[data-v-2e29f936].button-icon{border:none;background:transparent;color:#475054;border-radius:50%}[data-theme=alptis] .button[data-v-2e29f936].button-icon:hover{color:#475054;background-color:#4750541a}[data-theme=alptis] .button[data-v-2e29f936].button-icon:active{color:#475054;background-color:#47505433}[data-theme=alptis] .button[data-v-2e29f936].button-icon:focus{box-shadow:none}[data-theme=alptis] .button[data-v-2e29f936].button-icon .icone{margin-right:0}[data-theme=alptis] .button[data-v-2e29f936].button-icon.is-size-large{max-height:44px;min-height:44px;height:44px;width:44px}[data-theme=alptis] .button[data-v-2e29f936].button-icon.is-size-large .icone svg{width:24px;height:24px}[data-theme=alptis] .button[data-v-2e29f936].button-icon.is-size-medium{max-height:32px;min-height:32px;height:32px;width:32px}[data-theme=alptis] .button[data-v-2e29f936].button-icon.is-size-medium .icone svg{width:18px;height:18px}[data-theme=alptis] .button[data-v-2e29f936].button-icon.is-size-small{max-height:24px;min-height:24px;height:24px;width:24px}[data-theme=alptis] .button[data-v-2e29f936].button-icon.is-size-small .icone svg{width:12px;height:12px}[data-theme=alptis] .tooltip-wrapper[data-v-393c960e]{display:inline-flex;position:relative}[data-theme=alptis] .tooltip-wrapper .tooltip[data-v-393c960e]{position:absolute;transform:translate(50%);right:50%;padding:10px;background:#475054;color:#fff;font-size:.75rem;border-radius:5px;text-align:center;opacity:0;visibility:hidden}[data-theme=alptis] .tooltip-wrapper .tooltip[data-v-393c960e]:before{content:"";position:absolute;bottom:calc(100% - 6px);right:auto;left:50%;transform:translate(-50%);border:9px solid transparent}[data-theme=alptis] .tooltip-wrapper .trigger[data-v-393c960e]{width:100%}[data-theme=alptis] .tooltip-wrapper .tooltip-container[data-v-393c960e]{position:absolute;inset:0}[data-theme=alptis] .tooltip-wrapper.is-shown .tooltip-container[data-v-393c960e]{z-index:40}[data-theme=alptis] .tooltip-wrapper.is-shown .tooltip-container .tooltip[data-v-393c960e]{opacity:1;visibility:visible}[data-theme=alptis] .tooltip-wrapper.is-shown .trigger[data-v-393c960e]{z-index:40}[data-theme=alptis] .tooltip-wrapper.is-top .tooltip[data-v-393c960e]{bottom:calc(100% + 10px)}[data-theme=alptis] .tooltip-wrapper.is-top .tooltip[data-v-393c960e]:before{top:calc(100% - 1px);border-top:9px solid #475054}[data-theme=alptis] .tooltip-wrapper.is-bottom .tooltip[data-v-393c960e]{top:calc(100% + 10px)}[data-theme=alptis] .tooltip-wrapper.is-bottom .tooltip[data-v-393c960e]:before{bottom:100%;border-bottom:9px solid #475054}[data-theme=alptis] .tooltip-wrapper.is-size-small .tooltip[data-v-393c960e]{width:150px}[data-theme=alptis] .tooltip-wrapper.is-size-medium .tooltip[data-v-393c960e]{width:350px}[data-theme=alptis] .tooltip-wrapper.is-size-auto .tooltip[data-v-393c960e]{width:auto}[data-theme=alptis] .tooltip-wrapper.is-size-auto .tooltip[data-v-393c960e]{white-space:nowrap}[data-theme=alptis] .chip[data-v-d5538f28]{display:inline-flex;align-items:center;background:#ebebf5;height:24px;border-radius:60px;margin:8px 8px 0 0;max-width:200px;white-space:nowrap}[data-theme=alptis] .chip.is-darker[data-v-d5538f28]{background:#dddded}[data-theme=alptis] .chip .tooltip-wrapper[data-v-d5538f28]{max-width:calc(100% - 24px)}[data-theme=alptis] .chip .icon-status+.tooltip-wrapper[data-v-d5538f28]{max-width:calc(100% - 48px)}[data-theme=alptis] .chip .label[data-v-d5538f28]{margin:0 6px;font-size:.75rem;line-height:.875rem;color:#999;line-height:normal;color:#475054;font-weight:400;overflow-x:hidden;text-overflow:ellipsis}[data-theme=alptis] .chip .icon-close[data-v-d5538f28]{width:8px;height:8px}[data-theme=alptis] .chip .icon-status[data-v-d5538f28]{display:flex;margin-left:10px}[data-theme=alptis] .chip .icon-status svg[data-v-d5538f28]{height:14px;width:14px}[data-theme=alptis] .chip .loader-wrapper[data-v-d5538f28]{height:24px;width:65px;display:flex;justify-content:center;align-items:center}[data-theme=alptis] .chip .loader-wrapper .loader[data-v-d5538f28]{width:12px;height:12px;border-left-color:#475054;border-bottom-color:#475054}[data-theme=alptis] .chip[data-v-d5538f28] .icone{height:8px;width:8px}[data-theme=alptis] .chip[data-v-d5538f28] .icone svg{height:8px;width:8px}[data-theme=alptis] .chip[data-v-d5538f28].is-warning{background:#fff5e0;color:#ef9e00}[data-theme=alptis] .chip[data-v-d5538f28].is-danger{background:#ffebeb;color:#d00032}.input[data-v-46f873f1]{width:100%;padding:10px;min-height:40px;max-height:40px;box-shadow:none;outline:0;transition:all .15s ease-in}.input[readonly][data-v-46f873f1],.input[disabled][data-v-46f873f1]{pointer-events:none;cursor:default}.input[readonly][data-v-46f873f1]:focus,.input[disabled][data-v-46f873f1]:focus{box-shadow:none}[data-theme=alptis] .input[data-v-46f873f1]{background:#f9f9f9;border:1px solid #e0e0e0;color:#475054;font-size:.875rem;line-height:1rem;border-radius:5px}[data-theme=alptis] .input[data-v-46f873f1]:-ms-input-placeholder,[data-theme=alptis] .input[data-v-46f873f1]::placeholder{color:#c2c2c2!important}[data-theme=alptis] .input[data-v-46f873f1]::-ms-clear{visibility:hidden}[data-theme=alptis] .input[data-v-46f873f1]:hover{background:#f5f5f9;border:1px solid #e0e0e0}[data-theme=alptis] .input[data-v-46f873f1]:focus{border-color:#00a36d;box-shadow:0 0 0 3px #00a36d33}[data-theme=alptis] .input[readonly][data-v-46f873f1]{background:#ebebf5;border-color:#ebebf5}[data-theme=alptis] .input[disabled][data-v-46f873f1]{opacity:.3}[data-theme=alptis] .input.is-danger[data-v-46f873f1]:not(.disabled){border-color:#d00032}[data-theme=alptis] .input.is-danger[data-v-46f873f1]:not(.disabled):focus{box-shadow:0 0 0 3px #d000321a}[data-theme=alptis] .input.is-warning[data-v-46f873f1]:not(.disabled){border-color:#ef9e00}[data-theme=alptis] .input.is-warning[data-v-46f873f1]:not(.disabled):focus{box-shadow:0 0 0 3px #ef9e001a}[data-theme=alptis] .input.is-success[data-v-46f873f1]:not(.disabled):not(:focus){border-color:#999}[data-theme=alptis] .input-internal-icons .internal-icon[data-v-19abca50] svg{color:#c2c2c2}[data-theme=alptis] .input-internal-icons input:focus+.internal-icon[data-v-19abca50] svg{color:#00a36d}[data-theme=alptis] .input-internal-icons.is-danger input:focus+.internal-icon[data-v-19abca50] svg{color:#d00032}.input-internal-icons[data-v-19abca50]{position:relative}.input-internal-icons .internal-icon[data-v-19abca50]{position:absolute;top:0;bottom:0;height:100%;display:flex;align-items:center}.input-internal-icons .internal-icon[data-v-19abca50] svg{width:18px}.input-internal-icons .icons-left[data-v-19abca50]{left:7px}.input-internal-icons .icons-right[data-v-19abca50]{right:7px}.input-internal-icons.has-icons-left[data-v-19abca50] .input-text{padding-left:35px}.input-internal-icons.has-icons-right[data-v-19abca50] .input-text{padding-right:35px}[data-theme=alptis] .eda-input-file[data-v-822fad7f]{position:relative}[data-theme=alptis] .eda-input-file.disabled[data-v-822fad7f] .internal-icon.icons-right{opacity:.3}[data-theme=alptis] .eda-input-file.is-danger:not(.disabled) input.input[data-v-822fad7f]{border:1px #d00032 solid}[data-theme=alptis] .eda-input-file.is-danger:not(.disabled) input.input[data-v-822fad7f]:focus{box-shadow:0 0 0 3px #d000321a}[data-theme=alptis] .eda-input-file .fake-input-file[data-v-822fad7f]{cursor:pointer}[data-theme=alptis] .eda-input-file .fake-input-file[data-v-822fad7f]:focus,[data-theme=alptis] .eda-input-file .fake-input-file[data-v-822fad7f]:active{border-color:#00a36d;box-shadow:0 0 0 3px #00a36d33}[data-theme=alptis] .eda-input-file .hidden-input-file[data-v-822fad7f]{display:none}[data-theme=alptis] .eda-input-file .documents-list[data-v-822fad7f]{display:flex;flex-wrap:wrap}[data-theme=alptis] .eda-input-file .documents-list .eda-chip[data-v-822fad7f]{max-width:100%}[data-theme=alptis] .eda-input-file .documents-list .eda-chip[data-v-822fad7f] .label{display:flex}[data-theme=alptis] .eda-input-file .documents-list .eda-chip[data-v-822fad7f] .label .file-name{text-overflow:ellipsis;overflow:hidden}[data-theme=alptis] .eda-input-file .documents-list .eda-chip[data-v-822fad7f] .label .size-file{color:#999;margin-left:4px}[data-theme=alptis] .eda-input-file[readonly] .input-internal-icons[data-v-822fad7f],[data-theme=alptis] .eda-input-file[readonly].chip-inside .input-internal-icons[data-v-822fad7f]{display:none}[data-theme=alptis] .eda-input-file[readonly] .documents-list[data-v-822fad7f],[data-theme=alptis] .eda-input-file[readonly].chip-inside .documents-list[data-v-822fad7f]{flex-direction:column}[data-theme=alptis] .eda-input-file[readonly] .documents-list .eda-chip[data-v-822fad7f],[data-theme=alptis] .eda-input-file[readonly].chip-inside .documents-list .eda-chip[data-v-822fad7f]{position:relative;margin:0;left:0;top:0;max-width:100%;background:none}[data-theme=alptis] .eda-input-file[readonly] .documents-list .eda-chip[data-v-822fad7f] .tooltip-wrapper .label,[data-theme=alptis] .eda-input-file[readonly].chip-inside .documents-list .eda-chip[data-v-822fad7f] .tooltip-wrapper .label{display:flex;align-items:center}[data-theme=alptis] .eda-input-file[readonly] .documents-list .eda-chip[data-v-822fad7f] .tooltip-wrapper .icon-readonly,[data-theme=alptis] .eda-input-file[readonly].chip-inside .documents-list .eda-chip[data-v-822fad7f] .tooltip-wrapper .icon-readonly{display:flex;align-items:center;margin-right:5px}[data-theme=alptis] .eda-input-file[readonly] .documents-list .eda-chip[data-v-822fad7f] .tooltip-wrapper .icon-readonly svg,[data-theme=alptis] .eda-input-file[readonly].chip-inside .documents-list .eda-chip[data-v-822fad7f] .tooltip-wrapper .icon-readonly svg{height:12px;color:#999}[data-theme=alptis] .eda-input-file[readonly] .no-file[data-v-822fad7f],[data-theme=alptis] .eda-input-file[readonly].chip-inside .no-file[data-v-822fad7f]{margin:6px;font-weight:400;font-size:.75rem;line-height:.875rem;color:#999;color:#475054}[data-theme=alptis] .eda-input-file.chip-inside.disabled .input[disabled][data-v-822fad7f]{opacity:1}[data-theme=alptis] .eda-input-file.chip-inside.disabled .input[disabled][data-v-822fad7f]:-ms-input-placeholder{color:transparent}[data-theme=alptis] .eda-input-file.chip-inside.disabled .input[disabled][data-v-822fad7f]::placeholder{color:transparent}[data-theme=alptis] .eda-input-file.chip-inside .documents-list .eda-chip[data-v-822fad7f]{position:absolute;margin:0;left:34px;top:8px;max-width:80%}[data-theme=alptis] .eda-input-file[data-v-822fad7f] .internal-icon{pointer-events:none}[data-theme=alptis] .eda-input-file[data-v-822fad7f] .internal-icon .icon-folder{color:#475054}[data-theme=alptis] .eda-input-file .legend[data-v-822fad7f]{font-weight:400;font-size:.75rem;line-height:.875rem;color:#999;margin-top:4px}[data-theme=alptis] .eda-input-file .link-container[data-v-822fad7f]{display:flex;justify-content:flex-end;margin-top:4px}[data-theme=alptis] .input-checkbox-container[data-v-ccfd3e65]{position:relative;display:inline-flex;align-items:center;margin-bottom:8px}[data-theme=alptis] .input-checkbox-container[data-v-ccfd3e65]:last-child{margin-bottom:0}[data-theme=alptis] .input-checkbox-container .input-checkbox-label[data-v-ccfd3e65]{display:flex;align-items:center;width:100%;min-height:20px;font-size:.875rem;line-height:1rem;color:#475054;padding-left:10px;cursor:pointer}[data-theme=alptis] .input-checkbox-container .input-checkbox-button[data-v-ccfd3e65]{position:relative;display:flex;align-items:center;justify-content:center;border-radius:5px;background:#f9f9f9;border:1px solid #e0e0e0;min-width:20px;max-width:20px;min-height:20px;max-height:20px;width:100%;height:20px;margin:3px;cursor:pointer;transition:all .15s ease-in}[data-theme=alptis] .input-checkbox-container .input-checkbox-button svg[data-v-ccfd3e65]{width:12px;color:transparent;transition:all .15s ease-in}[data-theme=alptis] .input-checkbox-container>.input-checkbox[data-v-ccfd3e65]{opacity:0;position:absolute;top:50%;left:0;transform:translateY(-50%);width:24px;height:24px;z-index:2;cursor:pointer}[data-theme=alptis] .input-checkbox-container:hover .input-checkbox-button[data-v-ccfd3e65]{background:#f5f5f9}[data-theme=alptis] .input-checkbox-container:hover .input-checkbox-button svg[data-v-ccfd3e65]{color:#47505433}[data-theme=alptis] .input-checkbox-container>.input-checkbox:checked+.input-checkbox-button[data-v-ccfd3e65]{background:#00a36d;border-color:#00a36d}[data-theme=alptis] .input-checkbox-container>.input-checkbox:checked+.input-checkbox-button svg[data-v-ccfd3e65]{color:#fff}[data-theme=alptis] .input-checkbox-container>.input-checkbox:checked:hover+.input-checkbox-button[data-v-ccfd3e65]{background:#53d59b;border-color:#53d59b}[data-theme=alptis] .input-checkbox-container>.input-checkbox:checked:focus+.input-checkbox-button[data-v-ccfd3e65]{box-shadow:0 0 0 3px #00a36d33}[data-theme=alptis] .input-checkbox-container>.input-checkbox:checked:focus+.input-checkbox-button svg[data-v-ccfd3e65]{color:#fff}[data-theme=alptis] .input-checkbox-container>.input-checkbox[disabled][data-v-ccfd3e65],[data-theme=alptis] .input-checkbox-container>.input-checkbox[disabled]~.input-checkbox-button[data-v-ccfd3e65],[data-theme=alptis] .input-checkbox-container>.input-checkbox[disabled]~.input-checkbox-label[data-v-ccfd3e65],[data-theme=alptis] .input-checkbox-container>.input-checkbox[readonly][data-v-ccfd3e65],[data-theme=alptis] .input-checkbox-container>.input-checkbox[readonly]~.input-checkbox-button[data-v-ccfd3e65],[data-theme=alptis] .input-checkbox-container>.input-checkbox[readonly]~.input-checkbox-label[data-v-ccfd3e65]{cursor:default;pointer-events:none}[data-theme=alptis] .input-checkbox-container>.input-checkbox[disabled]~.input-checkbox-button[data-v-ccfd3e65],[data-theme=alptis] .input-checkbox-container>.input-checkbox[disabled]~.input-checkbox-label[data-v-ccfd3e65]{opacity:.3;pointer-events:none;cursor:default}[data-theme=alptis] .input-checkbox-container>.input-checkbox[disabled]~.input-checkbox-button svg[data-v-ccfd3e65],[data-theme=alptis] .input-checkbox-container>.input-checkbox[disabled]~.input-checkbox-label svg[data-v-ccfd3e65]{color:transparent}[data-theme=alptis] .input-checkbox-container>.input-checkbox[readonly]~.input-checkbox-button[data-v-ccfd3e65]{background:#f9f9f9}[data-theme=alptis] .input-checkbox-container>.input-checkbox[readonly]~.input-checkbox-button svg[data-v-ccfd3e65]{color:transparent}[data-theme=alptis] .input-checkbox-container>.input-checkbox:checked[readonly]+.input-checkbox-button[data-v-ccfd3e65]{background:#f9f9f9;border:2px solid #00a36d;pointer-events:none;cursor:default}[data-theme=alptis] .input-checkbox-container>.input-checkbox:checked[readonly]+.input-checkbox-button svg[data-v-ccfd3e65]{color:#00a36d}[data-theme=alptis] .is-default[data-v-9d2211e6]{color:#475054}[data-theme=alptis] .is-info[data-v-9d2211e6]{color:#00a5ec}[data-theme=alptis] .is-success[data-v-9d2211e6]{color:#00c058}[data-theme=alptis] .is-warning[data-v-9d2211e6]{color:#ef9e00}[data-theme=alptis] .is-danger[data-v-9d2211e6]{color:#d00032}[data-theme=alptis] .button-next[data-v-2cf28e90]{border:none}[data-theme=alptis] .button-next[data-v-2cf28e90] .icone-droite svg{height:12px}[data-theme=alptis] .error-page-container{padding:20px 0;background:#f5f5f9;display:flex;justify-content:center;align-items:flex-start;flex-direction:column}@media screen and (min-width:1024px){[data-theme=alptis] .error-page-container{flex-direction:row;padding:150px 0}}[data-theme=alptis] .error-page-container .error-code{font-size:100px;text-align:center;width:100%;color:#dddded;font-weight:600;line-height:1}@media screen and (min-width:1024px){[data-theme=alptis] .error-page-container .error-code{font-size:200px;text-align:unset;width:unset}}[data-theme=alptis] .error-page-container .error-content{margin:auto;text-align:center}@media screen and (min-width:1024px){[data-theme=alptis] .error-page-container .error-content{margin:unset;margin-left:90px;text-align:unset}}[data-theme=alptis] .error-page-container .error-content .error-title,[data-theme=alptis] .error-page-container .error-content .error-subtitle{color:#00a36d;font-weight:600;margin-bottom:20px}[data-theme=alptis] .error-page-container .error-content .error-title{font-size:60px;line-height:60px}@media screen and (min-width:1024px){[data-theme=alptis] .error-page-container .error-content .error-title{font-size:80px;line-height:80px}}[data-theme=alptis] .error-page-container .error-content .error-subtitle{font-size:1.063rem;line-height:1.375rem}[data-theme=alptis] .error-page-container .error-content .error-text{font-weight:400;font-size:.875rem;line-height:1rem;color:#1d1d1b;max-width:430px}[data-theme=alptis] .error-page-container .error-content .button-home{margin-top:20px}@media screen and (min-width:1024px){[data-theme=alptis] .error-page-container .error-content .button-home{margin-top:50px}}[data-theme=alptis] .content-layout .content-layout-body[data-v-61f7367b]{max-width:960px;margin:auto}[data-theme=alptis] .content-layout.big .content-layout-body[data-v-61f7367b]{max-width:100%}[data-theme=alptis] .content-layout.small .content-layout-body[data-v-61f7367b]{max-width:530px}[data-theme=alptis] .content-layout.has-aside[data-v-61f7367b]{margin-right:350px}[data-theme=alptis] .content-layout .content-layout-aside[data-v-61f7367b]{position:fixed;right:0;bottom:0;overflow-y:auto;width:350px;background:#fff;box-shadow:0 4px 8px #00000026}[data-theme=alptis] .header{position:fixed;top:0;left:0;right:0;z-index:70}[data-theme=alptis] .header .header-bar{position:relative;display:flex;background:#fff;padding:10px 20px;height:65px;align-items:center;justify-content:space-between;z-index:70}[data-theme=alptis] .header .header-bar-left{display:flex;align-items:center;width:100%}[data-theme=alptis] .header .header-bar .title-page{font-weight:600;font-size:1.063rem;line-height:1.375rem;color:#1d1d1b}@media screen and (min-width:575px){[data-theme=alptis] .header .header-bar .title-page{font-size:1.25rem;line-height:1.5rem}}[data-theme=alptis] .header-link-logo{margin-right:1.25rem;width:100%;max-width:38px}@media screen and (min-width:575px){[data-theme=alptis] .header-link-logo{max-width:155px}}[data-theme=alptis] .header-logo{display:block}@media screen and (min-width:575px){[data-theme=alptis] .header-logo{width:auto;height:20px}}[data-theme=alptis] .header .ariane-wrapper{position:relative;z-index:70;background:#ebebf5;padding:4px 12px}[data-theme=alptis] .page-layout{background:#f5f5f9;min-width:100%;min-height:100vh}[data-theme=alptis] .page-layout .body{padding:20px}[data-theme=alptis] .page-layout .has-header{margin-top:95px}[data-theme=alptis] .page-layout.layout-slide .body{transition:.15s padding ease-in-out}[data-theme=alptis] .container[data-v-d259801a]{width:100%;margin-top:80px;display:grid;align-content:center}[data-theme=alptis] .page-title[data-v-d259801a]{font-weight:600;font-size:1.063rem;line-height:1.375rem;color:#475054;color:#d00032;width:100%;text-align:center;margin-bottom:10px}[data-theme=alptis] .text[data-v-d259801a]{font-weight:400;font-size:.875rem;line-height:1rem;color:#1d1d1b;color:#475054;width:100%;text-align:center}[data-theme=alptis] .button-home[data-v-d259801a]{margin-top:40px;justify-self:center}.button-home{margin-top:var(--totem-spacing-xl);justify-self:center}.overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;padding:10px;z-index:var(--overlay);pointer-events:none}.overlay.capture{pointer-events:auto;background:var(--shader-1)}.overlay .content{pointer-events:auto;margin-top:var(--totem-spacing-s-m);margin-bottom:var(--totem-spacing-s-m)}.overlay .content.spaced{margin-top:100px}.eda-notification{position:fixed;display:flex;align-items:center;justify-content:flex-start;max-width:800px;width:100%;height:var(--totem-spacing-4xl);top:79px;left:0;right:0;margin:auto;padding:var(--totem-spacing-s-m);border-radius:5px;z-index:99;box-shadow:var(--shadow-2);animation:animationslidein;animation-iteration-count:1;animation-duration:.15s;animation-timing-function:ease;font-weight:var(--font-weight-semi-bold);font-size:var(--size-12);line-height:var(--size-14);color:var(--neutral-darker)}@keyframes animationslidein{0%{transform:translateY(-100px);opacity:0}to{transform:translateY(0);opacity:1}}.eda-notification .icon-status{margin-right:10px}.eda-notification .close-button{position:absolute;right:10px}.eda-notification .close-button.button-icon.is-size-small .icone svg{width:var(--totem-spacing-xs);height:var(--totem-spacing-xs);color:var(--neutral-white)}.eda-notification:nth-child(2){margin-top:79px}.eda-notification:nth-child(3){margin-top:158px}.eda-notification:nth-child(4){margin-top:237px}.eda-notification:nth-child(5){margin-top:316px}.eda-notification:nth-child(6){margin-top:395px}.eda-notification:nth-child(7){margin-top:474px}.eda-notification:nth-child(8){margin-top:553px}.eda-notification.is-default{background:var(--neutral-lighter)}.eda-notification.is-info{background:var(--semantic-in-progress)}.eda-notification.is-success{background:var(--semantic-success)}.eda-notification.is-warning{background:var(--semantic-warning)}.eda-notification.is-danger{background:var(--semantic-danger)}.eda-notification.is-default{color:var(--neutral-dark)}.eda-notification.is-info,.eda-notification.is-success,.eda-notification.is-warning,.eda-notification.is-danger,.eda-notification .icon-status{color:var(--neutral-white)}.dialog-container.size-small{max-width:300px}.dialog-container.size-medium{max-width:400px}.dialog-container.size-large{max-width:500px}.dialog-container.size-xlarge{max-width:850px}.dialog-container{width:100%;border-radius:5px;padding:var(--totem-spacing-s-m);background:var(--neutral-white);text-align:center;position:relative;box-shadow:var(--shadow-2)}.dialog-container .dialog-button-close.button{position:absolute;right:10px;top:10px}.dialog-container .dialog-button-close.button .icone svg{width:var(--totem-spacing-xs);height:var(--totem-spacing-xs)}.dialog-container .dialog-header{background:var(--neutral-white);border-bottom:1px solid var(--neutral-light);margin-bottom:var(--totem-spacing-s-m);padding-bottom:var(--totem-spacing-xs)}.dialog-container .dialog-header .dialog-title{color:var(--neutral-dark);font-size:var(--size-16);font-weight:var(--font-weight-semi-bold);line-height:var(--size-20);margin:0}.dialog-container .dialog-header .dialog-title+.dialog-subtitle{font-size:var(--size-14);font-weight:400;color:var(--neutral-medium);margin:var(--totem-spacing-xs) 0 0 0}.dialog-container.is-danger .dialog-header .dialog-title{color:var(--semantic-danger)}.dialog-container .dialog-content{padding:0 var(--totem-spacing-s-m)}.dialog-container .dialog-footer{margin-top:var(--totem-spacing-s-m)}.dialog-question[data-v-695fcd5b]{color:var(--neutral-dark);font-size:var(--size-14);font-weight:400;line-height:var(--size-16);margin-bottom:var(--totem-spacing-s-m)}.dialog-question.dialog-question-without-title[data-v-695fcd5b]{margin-top:var(--totem-spacing-s-m);margin-bottom:42px}.dialog-do-not-ask-again[data-v-695fcd5b]{margin-bottom:var(--totem-spacing-s-m)}.dialog-buttons-responses[data-v-695fcd5b]{display:flex;flex-wrap:nowrap;justify-content:center;gap:1.4em}.dialog-buttons-responses>.dialog-button[data-v-695fcd5b]:first-child{max-width:47%;white-space:normal}.dialog-buttons-responses .totem-button__label{white-space:unset}
