@charset "UTF-8";.app-button{display:inline-flex;position:relative;align-items:center;justify-content:center;height:40px;padding:12px 36px;border:none;border-radius:6px;outline:none;background-color:transparent;cursor:pointer;transition-duration:.2s}.app-button[disabled]{cursor:not-allowed;pointer-events:none;opacity:.3}.app-button__icon{position:relative;font-size:16px;line-height:normal}.app-button__icon--xxs{font-size:10px}.app-button__icon--xxl{font-size:20px}.app-button__icon--lg{font-size:24px}.app-button__icon--md{font-size:16px}.app-button__icon:not(:only-child){margin-right:12px}.app-button__text{align-items:center;margin-bottom:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.app-button--outline{border:1px solid #3170cc;color:#3170cc;transition-property:border-color,color,background-color,box-shadow}.app-button--outline:not([disabled]):hover,.app-button--outline :not([disabled]):focus{background-color:#3170cc;color:#fff}.app-button--outline:not([disabled]):active{box-shadow:inset 0 1px 2px #2f303033}.app-button--filled{border:2px solid transparent;background-color:#3170cc;color:#fff;transition-property:color,background-color}.app-button--filled:not([disabled]):hover,.app-button--filled:not([disabled]):focus{background-color:#0147ad;color:#fff}.app-button--filled:not([disabled]):active{box-shadow:inset 0 1px 2px #2f303033}.app-button--filled.app-button--color-success{background-color:#30ea59;color:#00327b}.app-button--filled.app-button--color-success:not([disabled]):hover,.app-button--filled.app-button--color-success:not([disabled]):focus{background-color:#0bce37}.app-button--filled.app-button--color-light-danger{background-color:#f2f6fc;color:#3170cc}.app-button--filled.app-button--color-light-danger:not([disabled]):hover,.app-button--filled.app-button--color-light-danger:not([disabled]):focus{background-color:#ff4e00}.app-button--filled.app-button--color-inverted{background-color:#f2f6fc;color:#3170cc}.app-button--filled.app-button--color-inverted:not([disabled]):hover,.app-button--filled.app-button--color-inverted:not([disabled]):focus{background-color:#e1eaf8;color:#3170cc}.app-button--ghost{height:auto;padding:0;color:#3170cc}.app-button--ghost:not([disabled]):hover,.app-button--ghost:not([disabled]):focus{color:#00327b}.app-button--ghost.app-button--color-inverted{color:#fff}.app-button--ghost.app-button--color-inverted[class~=app-button]:not([disabled]):hover,.app-button--ghost.app-button--color-inverted[class~=app-button]:not([disabled]):focus{color:#30ea59}.app-button--ghost.app-button--color-danger{color:#e8667d}.app-button--ghost.app-button--color-danger:not([disabled]):hover,.app-button--ghost.app-button--color-danger:not([disabled]):focus{color:#de2344}.app-button--ghost.app-button--color-light{color:#adc0db}.app-button--ghost.app-button--color-light:not([disabled]):hover,.app-button--ghost.app-button--color-light:not([disabled]):focus{color:#adc0db}.app-button--ghost.app-button--color-dark{color:#0a081a}.app-button--ghost.app-button--color-dark:not([disabled]):hover,.app-button--ghost.app-button--color-dark:not([disabled]):focus{color:#1f4c90}.app-button--fixed{width:100%;max-width:320px}.app-button--block{width:100%}.app-button--square{display:flex;align-items:center;justify-content:center;padding:0;background-color:#fff;color:#3170cc;box-shadow:0 0 6px #3170cc4d;width:28px;height:28px}@media (min-width: 768px){.app-button--square{width:32px;height:32px}}.app-button--square.app-button--square-lg{width:48px;height:48px}@media (min-width: 768px){.app-button--square.app-button--square-lg{width:64px;height:64px}}.app-button--square:not([disabled]):hover{background-color:#3170cc;color:#fff}.app-button--square:not([disabled]):focus{box-shadow:0 0 6px #3170cc4d}.app-button--circle{border-radius:50%}.app-button--link.app-button--color-inverted{color:#fff}.app-button--link.app-button--color-inverted[class~=app-button]:not([disabled]):hover,.app-button--link.app-button--color-inverted[class~=app-button]:not([disabled]):focus{text-decoration:underline}.sign-in{width:100%}.sign-in__header{width:100%;padding:18px 0;border-bottom:1px solid #ebebeb}@media (max-width: 1023px){.sign-in__header{padding:12px 0}}@media (max-width: 767px){.sign-in__header{padding:6px 0}}.sign-in__header__container{display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;max-width:1200px;height:100%;margin:0 auto;padding:0 24px}.sign-in__header__nav a{font-size:16px;font-weight:400}.sign-in__logo{width:80px}@media (min-width: 768px){.sign-in__logo{width:90px}}@media (min-width: 1024px){.sign-in__logo{width:110px}}.sign-in__content{max-width:1120px;margin:0 auto;min-height:calc(100vh - 186px);padding:24px 20px}@media (min-width: 768px){.sign-in__content{display:flex;align-items:center;padding:24px 50px}}.sign-in__static{width:100%;padding:0 50px 0 20px;font-weight:400}@media (max-width: 767px){.sign-in__static{padding:0}}.sign-in__form{min-width:390px;box-shadow:0 0 10px #d8e0ec80}@media (max-width: 1023px){.sign-in__form{margin-bottom:30px;min-width:320px}}@media (max-width: 767px){.sign-in__form{width:100%}}.sign-in__form__image{background-color:#d8e0ec;padding:20px 40px}@media (max-width: 1023px){.sign-in__form__image{display:none}}.sign-in__form__image img{width:100%;margin:0 auto;max-width:100%}.sign-in__form__inputs{padding:15px}.sign-in__form form{width:100%}.error-msg-animation-enter-active,.error-msg-animation-leave-active{transition-duration:.3s;transition-property:opacity,transform;transition-timing-function:cubic-bezier(.64,.57,.15,1.56)}.error-msg-animation-enter-from,.error-msg-animation-leave-to{opacity:0}.error-msg-animation-enter-from,.error-msg-animation-leave-to{transform:translate(-15px)}.app-input{display:flex;position:relative;border:1px solid #d8e0ec;border-radius:6px;background-color:#fff;transition:border-color .1s .2s,border-radius .2s,opacity .2s;font-size:14px;font-weight:400}.app-input:not(.app-input--disabled):not(.app-input--error):hover{border-color:#2c6dcf;transition-delay:0s}.app-input:not(.app-input--disabled):not(.app-input--error):focus-within{border-color:#2c6dcf}.app-input--select-open{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;border-color:#2c6dcf}.app-input--disabled{background-color:#f7f7f7;cursor:not-allowed;opacity:.5}.app-input--disabled .app-input__field,.app-input--disabled .app-input__label{transition-delay:0s}.app-input--error{border-color:#ff4e00;transition-delay:0s}.app-input--error .app-input__label{color:#ff4e00}.app-input--size-sm{height:36px}.app-input--size-sm .app-input__label{transform:translateY(11px)}.app-input--size-md{height:40px}.app-input--size-md .app-input__label{transform:translateY(13px)}.app-input__field-icon{flex-shrink:0;align-self:center;margin:0 -3px 0 12px;color:#a5b6cf;font-size:16px}.app-input__field-icon~.app-input__label{transform:translate(30px,12px)}.app-input__label{position:absolute;top:-1px;left:12px;padding:0 4px;pointer-events:none;color:#4a505a;transition-property:transform,font-size;transition-duration:.1s;transition-delay:.2s;transition-timing-function:ease;line-height:1}.app-input__label:before{position:absolute;right:0;bottom:2px;left:0;height:50%;background-color:#fff;content:"";z-index:-1}.app-input--no-highlight:not(.app-input--disabled):not(.app-input--error):hover{border-color:#d8e0ec}.app-input--no-highlight .app-input__label:before{background-color:transparent}.app-input__actions{display:flex;align-items:center;border-radius:0 6px 6px 0;padding-right:14px}.app-input__btn-reset{height:auto;margin-right:12px;padding:0;border:0}.app-input__btn-reset .icon{font-size:12px}.app-input__error-msg{margin:4px 0 0 12px;color:#ff4e00;font-size:13px;font-weight:400}input.app-input__field{width:100%;height:100%;padding:12px 16px;border:none;background-color:transparent;color:#5e5e5e;-webkit-appearance:none}input.app-input__field:focus{outline:none}input.app-input__field:disabled{cursor:not-allowed}input.app-input__field--filled{padding:12px 0}input.app-input__field--active{padding-left:16px}input.app-input__field--active~.app-input__label,input.app-input__field--filled~.app-input__label,input.app-input__field:not([disabled]):focus~.app-input__label,input.app-input__field:not(:placeholder-shown)~.app-input__label{transform:translateY(-8px);font-size:13px;transition-delay:0s}input.app-input__field::-webkit-input-placeholder{opacity:0!important}input.app-input__field::-moz-placeholder{opacity:1;opacity:0!important}input.app-input__field:-moz-placeholder{opacity:0!important}input.app-input__field:-ms-input-placeholder{opacity:0!important}input.app-input__field.placeholder{opacity:0!important}.sign-in-social{display:flex;flex-direction:column;align-items:center;width:100%;margin-top:32px;margin-bottom:32px}.sign-in-social__btn-wrapper{width:100%}.sign-in-social__btn{display:flex;width:100%;height:50px;margin-bottom:16px;padding:0;border:none;background-color:transparent;color:#fff;text-align:center}.sign-in-social__btn:disabled{outline:none!important}.sign-in-social__btn:disabled .sign-in-social__btn-icon{border-color:gray!important}.sign-in-social__btn:disabled{background-color:gray!important}@media (min-width: 768px){.sign-in-social__btn{margin-bottom:32px}}.sign-in-social__btn:hover,.sign-in-social__btn:focus{outline:#daeffe solid 3px}.sign-in-social__btn:last-child{margin-bottom:0}.sign-in-social__btn--facebook{background-color:#3d5b96}.sign-in-social__btn--facebook .sign-in-social__btn-icon{border-color:#3d5b96;color:#3d5b96;font-size:20px}.sign-in-social__btn--google{background-color:#4688f1}.sign-in-social__btn--google .sign-in-social__btn-icon{border-color:#4688f1}.sign-in-social__btn-icon{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:50px;height:50px;border:1px solid transparent;background-color:#fff;font-size:18px}.sign-in-social__btn-text{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.sign-in-social__extra-routes{margin-top:16px;text-align:center}#duo-frame{width:100%;height:500px;border:none}.duo-frame__holder{max-width:750px;margin:0 auto}.sign-in-form{display:flex;flex-direction:column;width:320px}.sign-in-form__input-wrapper{position:relative;width:100%;margin-bottom:24px}.sign-in-form__input-wrapper:last-of-type{margin-bottom:12px}@media (min-width: 768px){.sign-in-form__input-wrapper{margin-bottom:32px}.sign-in-form__input-wrapper:last-of-type{margin-bottom:16px}}.sign-in-form__error{margin-bottom:10px;font-weight:400}.sign-in-form__show-pass{height:auto;margin-right:12px;padding:0;border:0;cursor:pointer;-webkit-user-select:none;user-select:none}.sign-in-form__input-icon{font-size:16px}.sign-in-form__submit-btn{height:48px;margin-top:24px;text-transform:uppercase}.sign-in-form-wrapper{display:flex;flex-direction:column}.reset-password__label{margin-bottom:20px;text-align:center;font-size:14px;font-weight:600}.reset-password__confirmation{text-align:center}.reset-password__confirmation-text{margin-bottom:16px;font-size:14px}.consent[data-v-c4023c1f]{width:100%;min-height:100vh}.consent__header[data-v-c4023c1f]{width:100%;padding:18px 0;border-bottom:1px solid #ebebeb}.consent__header__container[data-v-c4023c1f]{max-width:1200px;margin:0 auto;padding:0 24px}.consent__logo[data-v-c4023c1f]{display:inline-block;width:110px}.consent__content[data-v-c4023c1f]{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 100px);padding:36px 24px}.consent__card[data-v-c4023c1f]{width:100%;max-width:420px;padding:48px 36px;background:#fff;border-radius:6px;box-shadow:0 0 10px #d8e0ec80;text-align:center}.consent__card__title[data-v-c4023c1f]{margin:0 0 12px;font-size:24px;font-weight:700}.consent__card__subtitle[data-v-c4023c1f]{margin:0 0 36px;font-size:16px;font-weight:400;color:#5e5e5e}.consent__scopes[data-v-c4023c1f]{margin:0 0 48px;text-align:left}.consent__scopes li[data-v-c4023c1f]{display:flex;align-items:center;margin-bottom:18px;font-size:14px;color:#333}.consent__scopes li .icon[data-v-c4023c1f]{margin-right:12px;color:#159627}.consent__actions[data-v-c4023c1f]{display:flex;justify-content:center;gap:12px}.consent__actions .app-button[data-v-c4023c1f]{min-width:120px}.sessions[data-v-81b4545d]{width:100%;min-height:100vh}.sessions__header[data-v-81b4545d]{width:100%;padding:18px 0;border-bottom:1px solid #ebebeb}.sessions__header__container[data-v-81b4545d]{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 24px}.sessions__logo[data-v-81b4545d]{display:inline-block;width:110px}.sessions__admin-link[data-v-81b4545d]{font-size:16px;font-weight:600}.sessions__nav[data-v-81b4545d]{display:flex;gap:18px}.sessions__content[data-v-81b4545d]{display:flex;justify-content:center;padding:36px 24px}.sessions__card[data-v-81b4545d]{width:100%;max-width:640px;padding:48px 36px;background:#fff;border-radius:6px;box-shadow:0 0 10px #d8e0ec80}.sessions__card__title[data-v-81b4545d]{margin:0 0 12px;font-size:24px;font-weight:700;text-align:center}.sessions__card__subtitle[data-v-81b4545d]{margin:24px 0 0;font-size:16px;font-weight:400;color:#5e5e5e;text-align:center}.sessions__error[data-v-81b4545d]{margin:0 0 24px;font-size:16px;text-align:center}.sessions__section[data-v-81b4545d]{margin-top:36px;padding-top:24px;border-top:1px solid #ebebeb}.sessions__section[data-v-81b4545d]:first-of-type{margin-top:24px}.sessions__section__title[data-v-81b4545d]{margin:0 0 18px;font-size:16px;font-weight:700}.sessions__section--danger .app-button[data-v-81b4545d]{margin-top:12px}.sessions__empty[data-v-81b4545d]{margin:0 0 18px;font-size:14px;color:#5e5e5e}.sessions__list[data-v-81b4545d]{margin:0 0 24px}.sessions__list li[data-v-81b4545d]{list-style:none}.sessions__row[data-v-81b4545d]{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #ebebeb}.sessions__row[data-v-81b4545d]:last-child{border-bottom:0}.sessions__row__main[data-v-81b4545d]{display:flex;flex-direction:column;min-width:0}.sessions__row__label[data-v-81b4545d]{font-size:14px;font-weight:600;color:#333}.sessions__row__meta[data-v-81b4545d]{font-size:13px;color:#5e5e5e}.sessions__badge[data-v-81b4545d]{margin-left:6px;padding:0 6px;font-size:13px;font-weight:600;color:#159627;border:1px solid #159627;border-radius:6px}.sessions__chips[data-v-81b4545d]{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.sessions__chip[data-v-81b4545d]{padding:0 6px;font-size:13px;color:#5e5e5e;background:#ebebeb;border-radius:6px}.admin[data-v-5124731f]{width:100%;min-height:100vh}.admin__header[data-v-5124731f]{width:100%;padding:18px 0;border-bottom:1px solid #ebebeb}.admin__header__container[data-v-5124731f]{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 24px}.admin__logo[data-v-5124731f]{display:inline-block;width:110px}.admin__nav[data-v-5124731f]{font-size:16px;font-weight:600}.admin__nav-group[data-v-5124731f]{display:flex;gap:18px}.admin__content[data-v-5124731f]{display:flex;justify-content:center;padding:36px 24px}.admin__card[data-v-5124731f]{width:100%;max-width:640px;padding:48px 36px;background:#fff;border-radius:6px;box-shadow:0 0 10px #d8e0ec80}.admin__card__title[data-v-5124731f]{margin:0 0 12px;font-size:24px;font-weight:700;text-align:center}.admin__card__subtitle[data-v-5124731f]{margin:24px 0 0;font-size:16px;font-weight:400;color:#5e5e5e;text-align:center}.admin__error[data-v-5124731f]{margin:6px 0 0;font-size:13px}.admin__saved[data-v-5124731f]{margin:24px 0 0;font-size:16px;color:#159627;text-align:center}.admin__section[data-v-5124731f]{margin-top:24px;padding-top:24px;border-top:1px solid #ebebeb}.admin__row[data-v-5124731f]{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #ebebeb}.admin__row[data-v-5124731f]:last-of-type{border-bottom:0}.admin__row__main[data-v-5124731f]{display:flex;flex-direction:column;min-width:0}.admin__row__label[data-v-5124731f]{font-size:14px;font-weight:600;color:#333}.admin__row__meta[data-v-5124731f]{font-size:13px;color:#5e5e5e}.admin__badge[data-v-5124731f]{margin-left:6px;padding:0 6px;font-size:13px;font-weight:600;color:#159627;border:1px solid #159627;border-radius:6px}.admin__input[data-v-5124731f]{width:120px;padding:6px;font-size:14px;border:1px solid #ebebeb;border-radius:6px}.admin__actions[data-v-5124731f]{display:flex;gap:12px;margin-top:24px}.admin[data-v-387b63cb]{width:100%;min-height:100vh}.admin__header[data-v-387b63cb]{width:100%;padding:18px 0;border-bottom:1px solid #ebebeb}.admin__header__container[data-v-387b63cb]{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 24px}.admin__logo[data-v-387b63cb]{display:inline-block;width:110px}.admin__nav[data-v-387b63cb]{font-size:16px;font-weight:600}.admin__nav-group[data-v-387b63cb]{display:flex;gap:18px}.admin__content[data-v-387b63cb]{display:flex;justify-content:center;padding:36px 24px}.admin__card[data-v-387b63cb]{width:100%;max-width:640px;padding:48px 36px;background:#fff;border-radius:6px;box-shadow:0 0 10px #d8e0ec80}.admin__card--wide[data-v-387b63cb]{max-width:880px}.admin__card__title[data-v-387b63cb]{margin:0 0 12px;font-size:24px;font-weight:700;text-align:center}.admin__card__subtitle[data-v-387b63cb]{margin:24px 0 0;font-size:16px;font-weight:400;color:#5e5e5e;text-align:center}.admin__error[data-v-387b63cb]{margin:6px 0 0;font-size:13px}.admin__section[data-v-387b63cb]{margin-top:24px;padding-top:24px;border-top:1px solid #ebebeb}.admin__badge[data-v-387b63cb]{margin-left:6px;padding:0 6px;font-size:13px;font-weight:600;color:#159627;border:1px solid #159627;border-radius:6px}.admin__badge--muted[data-v-387b63cb]{color:#5e5e5e;border-color:#5e5e5e}.admin__actions[data-v-387b63cb]{display:flex;gap:12px;margin-top:24px}.admin__clients[data-v-387b63cb]{list-style:none;margin:0;padding:0}.admin__clients__toolbar[data-v-387b63cb]{display:flex;justify-content:flex-end;margin-bottom:12px}.admin__clients__empty[data-v-387b63cb]{font-size:16px;color:#5e5e5e}.admin__clients__row[data-v-387b63cb]{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px 0;border-bottom:1px solid #ebebeb}.admin__clients__row[data-v-387b63cb]:last-of-type{border-bottom:0}.admin__clients__row__main[data-v-387b63cb]{display:flex;flex-direction:column;gap:6px;min-width:0;flex:1 1 240px}.admin__clients__row__name[data-v-387b63cb]{font-size:14px;font-weight:600;color:#333}.admin__clients__row__meta[data-v-387b63cb]{font-size:13px;color:#5e5e5e}.admin__clients__row__actions[data-v-387b63cb]{display:flex;flex-wrap:wrap;gap:6px}.admin__clients__chips[data-v-387b63cb]{display:flex;flex-wrap:wrap;gap:3px}.admin__clients__chip[data-v-387b63cb]{padding:0 3px;font-size:13px;color:#333;background:#ebebeb;border-radius:6px}.admin__clients__secret[data-v-387b63cb]{margin-top:24px;padding:18px;background:#ebebeb80;border:1px solid #ebebeb;border-radius:6px}.admin__clients__secret__title[data-v-387b63cb]{margin:0 0 6px;font-size:16px;font-weight:600}.admin__clients__secret__value[data-v-387b63cb]{display:block;padding:12px;font-size:13px;word-break:break-all;background:#fff;border:1px solid #ebebeb;border-radius:6px}.admin__clients__secret__actions[data-v-387b63cb]{display:flex;gap:12px;margin-top:12px}.admin__clients__secret__warn[data-v-387b63cb]{margin-top:12px;font-size:13px}.admin__clients__form[data-v-387b63cb]{display:flex;flex-direction:column;gap:18px}.admin__clients__form__title[data-v-387b63cb]{margin:0;font-size:16px;font-weight:700}.admin__clients__field[data-v-387b63cb]{display:flex;flex-direction:column;gap:3px}.admin__clients__field>span[data-v-387b63cb]:first-child{font-size:13px;font-weight:600;color:#333}.admin__clients__field input[data-v-387b63cb],.admin__clients__field textarea[data-v-387b63cb],.admin__clients__field select[data-v-387b63cb]{width:100%;padding:6px;font-size:14px;border:1px solid #ebebeb;border-radius:6px}.sent-email[data-v-581d7a7e]{width:100%;min-height:100vh}.sent-email__header[data-v-581d7a7e]{width:100%;padding:18px 0;border-bottom:1px solid #ebebeb}.sent-email__header__container[data-v-581d7a7e]{max-width:1200px;margin:0 auto;padding:0 24px}.sent-email__logo[data-v-581d7a7e]{display:inline-block;width:110px}.sent-email__content[data-v-581d7a7e]{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 100px);padding:36px 24px}.sent-email__card[data-v-581d7a7e]{width:100%;max-width:420px;padding:48px 36px;background:#fff;border-radius:6px;box-shadow:0 0 10px #d8e0ec80;text-align:center}.sent-email__card__title[data-v-581d7a7e]{margin:0 0 12px;font-size:24px;font-weight:700}.sent-email__card__subtitle[data-v-581d7a7e]{margin:0 0 36px;font-size:16px;font-weight:400;color:#5e5e5e}.legal[data-v-af80af02]{width:100%;min-height:100vh}.legal__header[data-v-af80af02]{width:100%;padding:18px 0;border-bottom:1px solid #ebebeb}.legal__header__container[data-v-af80af02]{max-width:1200px;margin:0 auto;padding:0 24px}.legal__logo[data-v-af80af02]{display:inline-block;width:110px}.legal__content[data-v-af80af02]{display:flex;justify-content:center;padding:36px 24px}.legal__card[data-v-af80af02]{width:100%;max-width:800px;padding:48px 36px;background:#fff;border-radius:6px;box-shadow:0 0 10px #d8e0ec80}.legal__card h1[data-v-af80af02]{margin:0 0 6px;font-size:24px;font-weight:700}.legal__card h2[data-v-af80af02]{margin:36px 0 12px;font-size:16px;font-weight:700}.legal__card p[data-v-af80af02],.legal__card li[data-v-af80af02]{font-size:16px;color:#5e5e5e;line-height:1.5}.legal__card p[data-v-af80af02]{margin:0 0 18px}.legal__card ul[data-v-af80af02]{margin:0 0 18px;padding-left:30px}.legal__card li[data-v-af80af02]{margin-bottom:12px}.legal__updated[data-v-af80af02]{font-style:italic}.legal[data-v-74c2c1b5]{width:100%;min-height:100vh}.legal__header[data-v-74c2c1b5]{width:100%;padding:18px 0;border-bottom:1px solid #ebebeb}.legal__header__container[data-v-74c2c1b5]{max-width:1200px;margin:0 auto;padding:0 24px}.legal__logo[data-v-74c2c1b5]{display:inline-block;width:110px}.legal__content[data-v-74c2c1b5]{display:flex;justify-content:center;padding:36px 24px}.legal__card[data-v-74c2c1b5]{width:100%;max-width:800px;padding:48px 36px;background:#fff;border-radius:6px;box-shadow:0 0 10px #d8e0ec80}.legal__card h1[data-v-74c2c1b5]{margin:0 0 6px;font-size:24px;font-weight:700}.legal__card h2[data-v-74c2c1b5]{margin:36px 0 12px;font-size:16px;font-weight:700}.legal__card p[data-v-74c2c1b5],.legal__card li[data-v-74c2c1b5]{font-size:16px;color:#5e5e5e;line-height:1.5}.legal__card p[data-v-74c2c1b5]{margin:0 0 18px}.legal__card ul[data-v-74c2c1b5]{margin:0 0 18px;padding-left:30px}.legal__card li[data-v-74c2c1b5]{margin-bottom:12px}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}*{max-height:1000000px}img{max-width:100%;height:auto}body{color:#0a081a;background:#fff;font:14px/1.4 inter,Arial,Helvetica Neue,Helvetica,sans-serif;min-width:320px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}h1{font-size:24px}h2{font-size:22px}h3{font-size:18px}h4{font-size:16px}h5{font-size:15px}h6{font-size:14px}@media (min-width: 768px){h1,.h1{font-size:30px}h2,.h2{font-size:24px}h3,.h3{font-size:18px}h4,.h4{font-size:16px}h5,.h5{font-size:15px}h6,.h6{font-size:14px}}body{font-family:inter,Arial,Helvetica Neue,Helvetica,sans-serif;font-weight:600;background:#fff;color:#0a081a}b,strong{font-weight:800}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.h{margin:0 0 .5em;color:#1b3456;font-weight:800}@media (max-width: 767px){h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.h{line-height:1.2}}@media (max-width: 767px){.h1{font-size:24px}}@media (max-width: 767px){.h2{font-size:22px}}@media (max-width: 767px){.h3{font-size:18px}}@media (max-width: 767px){.h4{font-size:16px}}@media (max-width: 767px){.h5{font-size:15px}}@media (max-width: 767px){.h6{font-size:14px}}p{margin:0 0 1em}a{text-decoration:none;outline:none;cursor:pointer}a:hover,a:focus{text-decoration:none}a,a[class^=router-link-active],.link{color:#2c6dcf}a:hover,a[class^=router-link-active]:hover,.link:hover{color:#1b3456}a.text-green,a.text-white,a.text-blue,a[class^=router-link-active].text-green,a[class^=router-link-active].text-white,a[class^=router-link-active].text-blue,.link.text-green,.link.text-white,.link.text-blue{transition:opacity .2s ease-in-out}a.text-green:hover,a.text-white:hover,a.text-blue:hover,a[class^=router-link-active].text-green:hover,a[class^=router-link-active].text-white:hover,a[class^=router-link-active].text-blue:hover,.link.text-green:hover,.link.text-white:hover,.link.text-blue:hover{color:inherit;background-color:transparent}@media (min-width: 1024px){a.text-green:hover,a.text-white:hover,a.text-blue:hover,a[class^=router-link-active].text-green:hover,a[class^=router-link-active].text-white:hover,a[class^=router-link-active].text-blue:hover,.link.text-green:hover,.link.text-white:hover,.link.text-blue:hover{opacity:.8}}a.text-green:focus,a.text-white:focus,a.text-blue:focus,a[class^=router-link-active].text-green:focus,a[class^=router-link-active].text-white:focus,a[class^=router-link-active].text-blue:focus,.link.text-green:focus,.link.text-white:focus,.link.text-blue:focus{background-color:transparent}a.link-underline,a[class^=router-link-active].link-underline,.link.link-underline{text-decoration:underline}.link{cursor:pointer}.unformatted-content{font-weight:400;white-space:pre-line}.font-light{font-weight:200!important}.font-regular{font-weight:400!important}.font-medium{font-weight:500!important}.font-semibold{font-weight:600!important}.font-bold{font-weight:700!important}.font-extrabold{font-weight:800!important}.font-black{font-weight:900!important}.text-dark-blue{color:#054aa6!important}.text-darker-blue{color:#1b3456!important}.text-blue{color:#3170cc}.text-gray-v2{color:#8591a5!important}.text-gray-v2{color:#9b9b9b!important}.text-gray-dark{color:#5e5e5e!important}.text-gray-darker{color:#333!important}.text-black{color:#0a081a!important}.text-white{color:#fff!important}.text-primary{color:#2c6dcf!important}.text-gray-blue{color:#8491a5!important}.text-danger{color:#ff4e00!important}.text-green{color:#81dd4e!important}.text-uppercase{text-transform:uppercase}.first-letter-capitalize{text-transform:lowercase;display:inline-block}.first-letter-capitalize:first-letter{text-transform:uppercase}.text-xxs{font-size:12px!important}.text-xs{font-size:13px!important}.text-sm{font-size:14px!important}.text-md{font-size:16px!important}.text-xl{font-size:18px!important}.text-lg{font-size:16px!important}@media (min-width: 1024px){.text-lg{font-size:20px!important}}.text-xlg{font-size:24px!important}@media (min-width: 1024px){.text-xlg{font-size:32px!important}}.content{padding-top:30px;padding-bottom:30px;font-size:14px;line-height:28px}@media (min-width: 1024px){.content{padding-top:70px;padding-bottom:70px}}.content h2,.content h3{padding-top:10px;margin-bottom:30px}.content p,.content ul,.content ol{margin-bottom:30px}.content address{font-style:normal}.paragraph-section{margin-bottom:30px;line-height:1.78;font-weight:400}.paragraph-section p:last-child{margin-bottom:0}.paragraph-section address{font: 600 18px/25px inter,Arial,Helvetica Neue,Helvetica,sans-serif}.list-links__holder{padding:13px 0 0;margin:0 0 30px}.list-links__item{margin-bottom:12px}.list-links__item--inlined{display:inline-block;vertical-align:top;margin:0 30px 10px 0}.row{display:flex;flex-wrap:wrap;margin-right:-25px;margin-left:-25px}.row>[class*=col]{padding-right:25px;padding-left:25px}.row--no-gutters{display:flex;flex-wrap:wrap;margin-right:0;margin-left:0}.row--no-gutters>[class*=col]{padding-right:0;padding-left:0}.col,[class*=col-]{position:relative;flex-basis:100%;max-width:100%;min-height:1px;margin-right:0;margin-left:0}.col-xs,.col{flex:1;width:auto;max-width:100%}.col-xs-1,.col-1{flex:auto;width:8.3333333333%;max-width:8.3333333333%}.col-xs-2,.col-2{flex:auto;width:16.6666666667%;max-width:16.6666666667%}.col-xs-3,.col-3{flex:auto;width:25%;max-width:25%}.col-xs-4,.col-4{flex:auto;width:33.3333333333%;max-width:33.3333333333%}.col-xs-5,.col-5{flex:auto;width:41.6666666667%;max-width:41.6666666667%}.col-xs-6,.col-6{flex:auto;width:50%;max-width:50%}.col-xs-7,.col-7{flex:auto;width:58.3333333333%;max-width:58.3333333333%}.col-xs-8,.col-8{flex:auto;width:66.6666666667%;max-width:66.6666666667%}.col-xs-9,.col-9{flex:auto;width:75%;max-width:75%}.col-xs-10,.col-10{flex:auto;width:83.3333333333%;max-width:83.3333333333%}.col-xs-11,.col-11{flex:auto;width:91.6666666667%;max-width:91.6666666667%}.col-xs-12,.col-12{flex:auto;width:100%;max-width:100%}.col-xs-auto,.col-auto{flex:0 1 auto;width:auto;max-width:100%}.col-xs-stretch,.col-stretch{flex:1 1 auto;width:auto;max-width:100%}@media (min-width: 480px){.col-sm{flex:1;width:auto;max-width:100%}.col-sm-1{flex:auto;width:8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex:auto;width:16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex:auto;width:25%;max-width:25%}.col-sm-4{flex:auto;width:33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex:auto;width:41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex:auto;width:50%;max-width:50%}.col-sm-7{flex:auto;width:58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex:auto;width:66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex:auto;width:75%;max-width:75%}.col-sm-10{flex:auto;width:83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex:auto;width:91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex:auto;width:100%;max-width:100%}.col-sm-auto{flex:0 1 auto;width:auto;max-width:100%}.col-sm-stretch{flex:1 1 auto;width:auto;max-width:100%}}@media (min-width: 768px){.col-md{flex:1;width:auto;max-width:100%}.col-md-1{flex:auto;width:8.3333333333%;max-width:8.3333333333%}.col-md-2{flex:auto;width:16.6666666667%;max-width:16.6666666667%}.col-md-3{flex:auto;width:25%;max-width:25%}.col-md-4{flex:auto;width:33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:auto;width:41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:auto;width:50%;max-width:50%}.col-md-7{flex:auto;width:58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:auto;width:66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:auto;width:75%;max-width:75%}.col-md-10{flex:auto;width:83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:auto;width:91.6666666667%;max-width:91.6666666667%}.col-md-12{flex:auto;width:100%;max-width:100%}.col-md-auto{flex:0 1 auto;width:auto;max-width:100%}.col-md-stretch{flex:1 1 auto;width:auto;max-width:100%}}@media (min-width: 1024px){.col-lg{flex:1;width:auto;max-width:100%}.col-lg-1{flex:auto;width:8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex:auto;width:16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex:auto;width:25%;max-width:25%}.col-lg-4{flex:auto;width:33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex:auto;width:41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex:auto;width:50%;max-width:50%}.col-lg-7{flex:auto;width:58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex:auto;width:66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex:auto;width:75%;max-width:75%}.col-lg-10{flex:auto;width:83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex:auto;width:91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex:auto;width:100%;max-width:100%}.col-lg-auto{flex:0 1 auto;width:auto;max-width:100%}.col-lg-stretch{flex:1 1 auto;width:auto;max-width:100%}}@media (min-width: 1200px){.col-xl{flex:1;width:auto;max-width:100%}.col-xl-1{flex:auto;width:8.3333333333%;max-width:8.3333333333%}.col-xl-2{flex:auto;width:16.6666666667%;max-width:16.6666666667%}.col-xl-3{flex:auto;width:25%;max-width:25%}.col-xl-4{flex:auto;width:33.3333333333%;max-width:33.3333333333%}.col-xl-5{flex:auto;width:41.6666666667%;max-width:41.6666666667%}.col-xl-6{flex:auto;width:50%;max-width:50%}.col-xl-7{flex:auto;width:58.3333333333%;max-width:58.3333333333%}.col-xl-8{flex:auto;width:66.6666666667%;max-width:66.6666666667%}.col-xl-9{flex:auto;width:75%;max-width:75%}.col-xl-10{flex:auto;width:83.3333333333%;max-width:83.3333333333%}.col-xl-11{flex:auto;width:91.6666666667%;max-width:91.6666666667%}.col-xl-12{flex:auto;width:100%;max-width:100%}.col-xl-auto{flex:0 1 auto;width:auto;max-width:100%}.col-xl-stretch{flex:1 1 auto;width:auto;max-width:100%}}@media (min-width: 1400px){.col-xxl{flex:1;width:auto;max-width:100%}.col-xxl-1{flex:auto;width:8.3333333333%;max-width:8.3333333333%}.col-xxl-2{flex:auto;width:16.6666666667%;max-width:16.6666666667%}.col-xxl-3{flex:auto;width:25%;max-width:25%}.col-xxl-4{flex:auto;width:33.3333333333%;max-width:33.3333333333%}.col-xxl-5{flex:auto;width:41.6666666667%;max-width:41.6666666667%}.col-xxl-6{flex:auto;width:50%;max-width:50%}.col-xxl-7{flex:auto;width:58.3333333333%;max-width:58.3333333333%}.col-xxl-8{flex:auto;width:66.6666666667%;max-width:66.6666666667%}.col-xxl-9{flex:auto;width:75%;max-width:75%}.col-xxl-10{flex:auto;width:83.3333333333%;max-width:83.3333333333%}.col-xxl-11{flex:auto;width:91.6666666667%;max-width:91.6666666667%}.col-xxl-12{flex:auto;width:100%;max-width:100%}.col-xxl-auto{flex:0 1 auto;width:auto;max-width:100%}.col-xxl-stretch{flex:1 1 auto;width:auto;max-width:100%}}.col-xs-offset-0,.col-offset-0{margin-left:0%}.col-xs-offset-1,.col-offset-1{margin-left:8.3333333333%}.col-xs-offset-2,.col-offset-2{margin-left:16.6666666667%}.col-xs-offset-3,.col-offset-3{margin-left:25%}.col-xs-offset-4,.col-offset-4{margin-left:33.3333333333%}.col-xs-offset-5,.col-offset-5{margin-left:41.6666666667%}.col-xs-offset-6,.col-offset-6{margin-left:50%}.col-xs-offset-7,.col-offset-7{margin-left:58.3333333333%}.col-xs-offset-8,.col-offset-8{margin-left:66.6666666667%}.col-xs-offset-9,.col-offset-9{margin-left:75%}.col-xs-offset-10,.col-offset-10{margin-left:83.3333333333%}.col-xs-offset-11,.col-offset-11{margin-left:91.6666666667%}@media (min-width: 480px){.col-sm-offset-0{margin-left:0%}.col-sm-offset-1{margin-left:8.3333333333%}.col-sm-offset-2{margin-left:16.6666666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.3333333333%}.col-sm-offset-5{margin-left:41.6666666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.3333333333%}.col-sm-offset-8{margin-left:66.6666666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.3333333333%}.col-sm-offset-11{margin-left:91.6666666667%}}@media (min-width: 768px){.col-md-offset-0{margin-left:0%}.col-md-offset-1{margin-left:8.3333333333%}.col-md-offset-2{margin-left:16.6666666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.3333333333%}.col-md-offset-5{margin-left:41.6666666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.3333333333%}.col-md-offset-8{margin-left:66.6666666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.3333333333%}.col-md-offset-11{margin-left:91.6666666667%}}@media (min-width: 1024px){.col-lg-offset-0{margin-left:0%}.col-lg-offset-1{margin-left:8.3333333333%}.col-lg-offset-2{margin-left:16.6666666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.3333333333%}.col-lg-offset-5{margin-left:41.6666666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.3333333333%}.col-lg-offset-8{margin-left:66.6666666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.3333333333%}.col-lg-offset-11{margin-left:91.6666666667%}}@media (min-width: 1200px){.col-xl-offset-0{margin-left:0%}.col-xl-offset-1{margin-left:8.3333333333%}.col-xl-offset-2{margin-left:16.6666666667%}.col-xl-offset-3{margin-left:25%}.col-xl-offset-4{margin-left:33.3333333333%}.col-xl-offset-5{margin-left:41.6666666667%}.col-xl-offset-6{margin-left:50%}.col-xl-offset-7{margin-left:58.3333333333%}.col-xl-offset-8{margin-left:66.6666666667%}.col-xl-offset-9{margin-left:75%}.col-xl-offset-10{margin-left:83.3333333333%}.col-xl-offset-11{margin-left:91.6666666667%}}@media (min-width: 1400px){.col-xxl-offset-0{margin-left:0%}.col-xxl-offset-1{margin-left:8.3333333333%}.col-xxl-offset-2{margin-left:16.6666666667%}.col-xxl-offset-3{margin-left:25%}.col-xxl-offset-4{margin-left:33.3333333333%}.col-xxl-offset-5{margin-left:41.6666666667%}.col-xxl-offset-6{margin-left:50%}.col-xxl-offset-7{margin-left:58.3333333333%}.col-xxl-offset-8{margin-left:66.6666666667%}.col-xxl-offset-9{margin-left:75%}.col-xxl-offset-10{margin-left:83.3333333333%}.col-xxl-offset-11{margin-left:91.6666666667%}}.row-xs--multi,.row--multi{flex-wrap:wrap}.row-xs--line,.row--line{flex-wrap:nowrap}@media (min-width: 480px){.row-sm--multi{flex-wrap:wrap}.row-sm--line{flex-wrap:nowrap}}@media (min-width: 768px){.row-md--multi{flex-wrap:wrap}.row-md--line{flex-wrap:nowrap}}@media (min-width: 1024px){.row-lg--multi{flex-wrap:wrap}.row-lg--line{flex-wrap:nowrap}}@media (min-width: 1200px){.row-xl--multi{flex-wrap:wrap}.row-xl--line{flex-wrap:nowrap}}@media (min-width: 1400px){.row-xxl--multi{flex-wrap:wrap}.row-xxl--line{flex-wrap:nowrap}}.row-xs--top,.row--top{align-items:flex-start}.row-xs--middle,.row--middle{align-items:center}.row-xs--baseline,.row--baseline{align-items:baseline}.row-xs--bottom,.row--bottom{align-items:flex-end}.row-xs--stretch,.row--stretch{align-items:stretch}@media (min-width: 480px){.row-sm--top{align-items:flex-start}.row-sm--middle{align-items:center}.row-sm--baseline{align-items:baseline}.row-sm--bottom{align-items:flex-end}.row-sm--stretch{align-items:stretch}}@media (min-width: 768px){.row-md--top{align-items:flex-start}.row-md--middle{align-items:center}.row-md--baseline{align-items:baseline}.row-md--bottom{align-items:flex-end}.row-md--stretch{align-items:stretch}}@media (min-width: 1024px){.row-lg--top{align-items:flex-start}.row-lg--middle{align-items:center}.row-lg--baseline{align-items:baseline}.row-lg--bottom{align-items:flex-end}.row-lg--stretch{align-items:stretch}}@media (min-width: 1200px){.row-xl--top{align-items:flex-start}.row-xl--middle{align-items:center}.row-xl--baseline{align-items:baseline}.row-xl--bottom{align-items:flex-end}.row-xl--stretch{align-items:stretch}}@media (min-width: 1400px){.row-xxl--top{align-items:flex-start}.row-xxl--middle{align-items:center}.row-xxl--baseline{align-items:baseline}.row-xxl--bottom{align-items:flex-end}.row-xxl--stretch{align-items:stretch}}.row-xs--left,.row--left{justify-content:flex-start}.row-xs--center,.row--center{justify-content:center}.row-xs--right,.row--right{justify-content:flex-end}.row-xs--between,.row--between{justify-content:space-between}.row-xs--around,.row--around{justify-content:space-around}@media (min-width: 480px){.row-sm--left{justify-content:flex-start}.row-sm--center{justify-content:center}.row-sm--right{justify-content:flex-end}.row-sm--between{justify-content:space-between}.row-sm--around{justify-content:space-around}}@media (min-width: 768px){.row-md--left{justify-content:flex-start}.row-md--center{justify-content:center}.row-md--right{justify-content:flex-end}.row-md--between{justify-content:space-between}.row-md--around{justify-content:space-around}}@media (min-width: 1024px){.row-lg--left{justify-content:flex-start}.row-lg--center{justify-content:center}.row-lg--right{justify-content:flex-end}.row-lg--between{justify-content:space-between}.row-lg--around{justify-content:space-around}}@media (min-width: 1200px){.row-xl--left{justify-content:flex-start}.row-xl--center{justify-content:center}.row-xl--right{justify-content:flex-end}.row-xl--between{justify-content:space-between}.row-xl--around{justify-content:space-around}}@media (min-width: 1400px){.row-xxl--left{justify-content:flex-start}.row-xxl--center{justify-content:center}.row-xxl--right{justify-content:flex-end}.row-xxl--between{justify-content:space-between}.row-xxl--around{justify-content:space-around}}[class*=dir-]{display:flex}.dir-xs--row,.dir--row{flex-direction:row}.dir-xs--row-reverse,.dir--row-reverse{flex-direction:row-reverse}.dir-xs--column,.dir--column{flex-direction:column}.dir-xs--column-reverse,.dir--column-reverse{flex-direction:column-reverse}@media (min-width: 480px){.dir-sm--row{flex-direction:row}.dir-sm--row-reverse{flex-direction:row-reverse}.dir-sm--column{flex-direction:column}.dir-sm--column-reverse{flex-direction:column-reverse}}@media (min-width: 768px){.dir-md--row{flex-direction:row}.dir-md--row-reverse{flex-direction:row-reverse}.dir-md--column{flex-direction:column}.dir-md--column-reverse{flex-direction:column-reverse}}@media (min-width: 1024px){.dir-lg--row{flex-direction:row}.dir-lg--row-reverse{flex-direction:row-reverse}.dir-lg--column{flex-direction:column}.dir-lg--column-reverse{flex-direction:column-reverse}}@media (min-width: 1200px){.dir-xl--row{flex-direction:row}.dir-xl--row-reverse{flex-direction:row-reverse}.dir-xl--column{flex-direction:column}.dir-xl--column-reverse{flex-direction:column-reverse}}@media (min-width: 1400px){.dir-xxl--row{flex-direction:row}.dir-xxl--row-reverse{flex-direction:row-reverse}.dir-xxl--column{flex-direction:column}.dir-xxl--column-reverse{flex-direction:column-reverse}}.col-xs--top,.col--top{align-self:flex-start}.col-xs--middle,.col--middle{align-self:center}.col-xs--baseline,.col--baseline{align-self:baseline}.col-xs--bottom,.col--bottom{align-self:flex-end}.col-xs--stretch,.col--stretch{align-self:stretch}@media (min-width: 480px){.col-sm--top{align-self:flex-start}.col-sm--middle{align-self:center}.col-sm--baseline{align-self:baseline}.col-sm--bottom{align-self:flex-end}.col-sm--stretch{align-self:stretch}}@media (min-width: 768px){.col-md--top{align-self:flex-start}.col-md--middle{align-self:center}.col-md--baseline{align-self:baseline}.col-md--bottom{align-self:flex-end}.col-md--stretch{align-self:stretch}}@media (min-width: 1024px){.col-lg--top{align-self:flex-start}.col-lg--middle{align-self:center}.col-lg--baseline{align-self:baseline}.col-lg--bottom{align-self:flex-end}.col-lg--stretch{align-self:stretch}}@media (min-width: 1200px){.col-xl--top{align-self:flex-start}.col-xl--middle{align-self:center}.col-xl--baseline{align-self:baseline}.col-xl--bottom{align-self:flex-end}.col-xl--stretch{align-self:stretch}}@media (min-width: 1400px){.col-xxl--top{align-self:flex-start}.col-xxl--middle{align-self:center}.col-xxl--baseline{align-self:baseline}.col-xxl--bottom{align-self:flex-end}.col-xxl--stretch{align-self:stretch}}.col-xs--first,.col--first{order:-1}.col-xs--last,.col--last{order:1}.col-xs--ordered,.col--ordered{order:0}@media (min-width: 480px){.col-sm--first{order:-1}.col-sm--last{order:1}.col-sm--ordered{order:0}}@media (min-width: 768px){.col-md--first{order:-1}.col-md--last{order:1}.col-md--ordered{order:0}}@media (min-width: 1024px){.col-lg--first{order:-1}.col-lg--last{order:1}.col-lg--ordered{order:0}}@media (min-width: 1200px){.col-xl--first{order:-1}.col-xl--last{order:1}.col-xl--ordered{order:0}}@media (min-width: 1400px){.col-xxl--first{order:-1}.col-xxl--last{order:1}.col-xxl--ordered{order:0}}.container{width:100%;padding-right:25px;padding-left:25px}@media (max-width: 359px){.container{padding-left:15px;padding-right:15px}}.container--no-gutters{padding-right:0;padding-left:0}.container--gutters-v2{padding:0!important}.container--lg{max-width:1600px;margin:0 auto}.container--xmd{max-width:1368px;margin:0 auto}.container--md{max-width:1140px;margin:0 auto}.container--sm{max-width:1090px;margin:0 auto}.container--xs{max-width:690px;margin:0 auto}@media (min-width: 1200px){.row--gutters-lg{margin-left:-57px;margin-right:-57px}}@media (min-width: 1200px){.row--gutters-lg>[class*=col-]{padding-left:57px;padding-right:57px}}.row--gutters-sm{margin-left:-12px;margin-right:-12px}.row--gutters-sm>[class*=col-]{padding-left:12px;padding-right:12px}.text-left{text-align:left!important}@media (min-width: 768px){.text-left--md{text-align:left!important}}.text-center{text-align:center!important}@media (min-width: 768px){.text-center--sm{text-align:center!important}}.text-right{text-align:right!important}@media (min-width: 768px){.text-right--md{text-align:right!important}}.text-underline{text-decoration:underline}.list-unstyled{margin:0;padding:0;list-style:none}.list,ul:not([class]){margin:0;padding:0;list-style:none}.list li,ul:not([class]) li{position:relative;padding-left:15px}.list li:before,ul:not([class]) li:before{position:absolute;top:7px;left:0;width:5px;height:5px;background:#2c6dcf;content:""}.list.list--secondary li:before{border-radius:50%;background:#2c6dcf}.list-dashed{margin:0;padding:0;list-style:none}.list-dashed--success .list-dashed__item:before{background-color:#81dd4e}.list-dashed.list-dashed--default .list-dashed__item{margin-bottom:2px;padding-left:10px}.list-dashed.list-dashed--default .list-dashed__item:before{display:inline;top:0;width:auto;height:1px;background-color:transparent;content:"-"}.list-dashed__item{position:relative;padding-left:45px}@media (min-width: 1024px){.list-dashed__item{padding-left:60px}}.list-dashed__item:before{position:absolute;top:7px;left:0;width:25px;height:2px;background-color:#2c6dcf;content:""}@media (min-width: 1024px){.list-dashed__item:before{width:33px}}.list-rhombus{margin:0;padding:0;list-style:none}.list-rhombus__item{position:relative;padding-left:19px}.list-rhombus__item:before{position:absolute;top:-1px;left:1px;color:#2c6dcf;font-size:11px;font-weight:300;content:"◊"}@media (min-width: 640px){.checkbox-list{display:flex;flex-wrap:wrap;align-items:flex-start;margin:0 -10px 15px}}@media (min-width: 1024px){.checkbox-list{display:block;margin:0 0 15px;padding-top:15px}}.checkbox-list__item{margin-bottom:18px}@media (min-width: 640px){.checkbox-list__item{width:50%;padding:0 10px}}@media (min-width: 1024px){.checkbox-list__item{width:100%;padding:0}}.numb-list,ol:not(class){margin:0;padding:0;list-style:none;counter-reset:newCounter}.numb-list li,ol:not(class) li{position:relative;padding-left:15px}.numb-list li:before,ol:not(class) li:before{display:inline-block;position:absolute;top:0;left:0;margin-right:10px;color:#2c6dcf;font-weight:800;content:counters(newCounter,"");vertical-align:top;counter-increment:newCounter}.numb-list li:nth-child(n+10),ol:not(class) li:nth-child(n+10){padding-left:23px}.underline{position:relative;margin-bottom:14px;padding-bottom:10px}.underline:after{position:absolute;top:100%;left:0;width:100%;height:2px;background:#ebebeb;content:""}.underline--xs:after{width:48px;height:1px}.underline--center:after{left:50%;transform:translate(-50%)}@media (min-width: 768px){.underline--center-sm:after{left:50%;transform:translate(-50%)}}.underline--white:after{background-color:#ffffff40}.small-underline{position:relative;padding-bottom:1px}.small-underline:after{position:absolute;top:100%;left:0;width:47px;height:2px;background:#ebebeb;content:""}.bordered-box{border:1px solid #ebebeb}.section-bordered-top{border-top:1px solid #dedede}@media (max-width: 1023px){.section-bordered-top-until-lg{border-top:1px solid #dedede}}@media (max-width: 767px){.section-bordered-top-until-md{border-top:1px solid #dedede}}.section-bordered-right{border-right:1px solid #dedede}.section-bordered-bottom{border-bottom:1px solid #dedede}.section-bordered-left{border-left:1px solid #dedede}@media (min-width: 768px){.section-bordered-md-top{border-top:1px solid #dedede}}@media (min-width: 768px){.section-bordered-md-right{border-right:1px solid #dedede}}@media (min-width: 768px){.section-bordered-md-bottom{border-bottom:1px solid #dedede}}@media (min-width: 768px){.section-bordered-md-left{border-left:1px solid #dedede}}@media (min-width: 1024px){.section-bordered-lg-top{border-top:1px solid #dedede}}@media (min-width: 1024px){.section-bordered-lg-right{border-right:1px solid #dedede}}@media (min-width: 1024px){.section-bordered-lg-bottom{border-bottom:1px solid #dedede}}@media (min-width: 1024px){.section-bordered-lg-left{border-left:1px solid #dedede}}.bg-gray-lighter{background:#f7f7f7}.bg-gray-light{background:#ebebeb}.blue-grad-bg{background:linear-gradient(to right,#1b3456,#3c489c 53%,#1b3456 99%)}.bg-blue-lighter{background:#f6f7ff}.bg-darker-blue{background:#1b3456}.bg-white{background:#fff}.bg-cloudy{background-color:#2c6dcf0d}.bg-image{background-repeat:no-repeat;background-position:50% 50%;background-size:cover}.bg-full-width{position:relative;z-index:2}.bg-full-width:before{position:absolute;top:0;right:-300px;left:-300px;background-color:inherit;content:"";z-index:-1;bottom:0}@media (min-width: 1024px){.bg-full-width:before{right:-900px;left:-900px}}@media (min-width: 2500px){.bg-full-width:before{right:-2000px;left:-2000px}}@media (max-width: 767px){.xs-hidden{display:none}}@media (max-width: 1023px){.sm-hidden{display:none}}@media (max-width: 1199px){.md-hidden{display:none}}.d-inline-block{display:inline-block}.d-flex{display:flex;flex-wrap:wrap}.d-flex--col{display:flex;flex-direction:column}.d-flex--justify-content-center{justify-content:center}.d-flex--justify-content-flex-start{justify-content:flex-start}.d-flex--align-items-center{align-items:center}.d-flex--col-3{flex-basis:25%}.justify-between{display:flex;justify-content:space-between}.align-stretch{display:flex;flex-wrap:wrap;align-items:stretch}.align-right{display:flex;flex-wrap:wrap;justify-content:flex-end}.overflow-hidden{overflow:hidden}.break-word{overflow-wrap:break-word;word-wrap:break-word}.vertical-align-middle{vertical-align:middle}.first-letter-uppercase{display:inline-block;text-transform:lowercase}.first-letter-uppercase:first-letter{text-transform:uppercase}.first-letter-uppercase-only:first-letter{text-transform:uppercase}.flex{display:flex}.flex.direction--row{flex-direction:row}.flex.direction--column{flex-direction:column}.flex.wrap{flex-wrap:wrap}.flex.wrap-reverse{flex-wrap:wrap-reverse}.flex.justify-content--space-around{justify-content:space-around}.flex.justify-content--flex-start{justify-content:flex-start}.flex.align-items--center{align-items:center}.flex-grow{flex-grow:1}.icon{display:inline-block;width:1em;height:1em;stroke-width:0;stroke:currentColor;fill:currentColor}.icon-eye2x{width:1.5em}.icon-user{width:.8330078125em}.icon-opened-folder{width:1.39453125em}.icon-delete{width:.81640625em}.icon-adobe{width:1.0078125em}.icon-check{width:1.197265625em}.icon-chevron-down,.icon-chevron-up{width:1.541015625em}.icon-info{width:.2431640625em}.icon-mark{width:.759765625em}.icon-mark-checked{width:.759765625em;stroke:#fff;stroke-width:1}.icon-open-eye{width:1.2998046875em}.icon-print{width:1.0654296875em}.icon-text-editor{width:.9287109375em}.icon-arrow-up,.icon-arrow-down{width:.783203125em}.icon-arrow-left,.icon-arrow-right{width:1.001953125em}.icon-star{fill:transparent;stroke-width:1}.icon-clock,.icon-delete{fill:transparent}.icon-clone{fill:transparent;stroke-width:1}.icon-cross{stroke-width:2}.app__wrapper{display:flex;flex-direction:column}#app{display:flex;flex-direction:column;min-width:320px;min-height:100vh}@media (min-width: 320px){#app{overflow:hidden}}.main{display:flex;position:relative;flex:1 0 auto;flex-wrap:wrap;z-index:1}.modal-is-active .main{z-index:3}@media (min-width: 640px){.main.is-last-searches-active:before{position:absolute;top:0;right:0;left:0;bottom:0;background-color:#a5b6cf;content:"";opacity:.3;z-index:2}}.hero-section{padding:14px 0 13px}@media (min-width: 1024px){.hero-section{min-height:162px}}@media (min-width: 1024px){.hero-section.hero-section--xs{min-height:auto}}@media (min-width: 768px){.hero-section.hero-section--lg{min-height:280px}}.hero-section h1,.hero-section h2,.hero-section h3{margin-bottom:25px}.hero-section h1:only-child,.hero-section h2:only-child,.hero-section h3:only-child{margin-bottom:10px}.hero-section h1.underline,.hero-section h2.underline,.hero-section h3.underline{margin-bottom:14px}@media (max-width: 767px){.hero-section .h2{font-size:20px}}.layout-holder{padding-top:32px;padding-bottom:30px}@media (min-width: 1024px){.layout-holder{padding-bottom:60px}}.layout-holder.row--no-gutters>.sidebar-holder,.layout-holder .sidebar-holder{margin-bottom:30px}@media (max-width: 1023px){.layout-holder.row--no-gutters>.sidebar-holder,.layout-holder .sidebar-holder{padding-bottom:30px}}@media (min-width: 1200px){.library-page .layout-holder.row--no-gutters>.sidebar-holder,.library-page .layout-holder .sidebar-holder{padding-right:38px}}.layout-holder.row--no-gutters>.sidebar-holder.is-right-bordered,.layout-holder .sidebar-holder.is-right-bordered{position:relative}.layout-holder.row--no-gutters>.sidebar-holder.is-right-bordered:before,.layout-holder .sidebar-holder.is-right-bordered:before{position:absolute;top:100%;left:0;width:100%;height:1px;background:#dedede;content:"";z-index:1}@media (min-width: 1024px){.layout-holder.row--no-gutters>.sidebar-holder.is-right-bordered:before,.layout-holder .sidebar-holder.is-right-bordered:before{top:0;left:calc(100% - 12px);width:1px;height:auto;bottom:10px}}@media (min-width: 1024px){.layout-holder .content-holder{padding:0 0 0 30px}}@media (min-width: 1200px){.layout-holder .content-holder{padding:0 0 0 65px}}.layout-holder .content-holder:only-child{padding:0}.sidebar-holder h3{margin-bottom:30px}@media (min-width: 1024px){.sidebar-holder h3{margin:15px 0 30px}}.sidebar-holder .checkbox__label{color:#5e5e5e}.sidebar-holder .checkbox__input:checked+.sidebar-holder .checkbox__label{color:#2c6dcf}@media (min-width: 768px){.content-holder .searches-lists{margin-bottom:20px}}@media (min-width: 1200px){.content-holder .searches-lists{margin-bottom:50px}}.content-holder .searches-lists h4{margin-bottom:15px}@media (min-width: 1024px){.content-holder .searches-lists h4{margin-bottom:30px}}.content-holder>div>h3{margin-bottom:30px}@media (min-width: 1024px){.content-holder>div>h3{margin:15px 0 30px}}.content-holder>div>h4{margin-bottom:15px}@media (min-width: 1024px){.content-holder>div>h4{margin-bottom:30px}}.breadcrumbs__holder{margin-bottom:30px}.inner-search-holder{padding:15px 0}@media (min-width: 768px){.inner-search-holder{min-height:200px}}.inner-search-holder--sm{min-height:auto;padding:0}.datepicker-overlay:before{transition:opacity .2s ease-in-out,visibility .2s ease-in-out;display:block;position:fixed;top:0;right:0;left:0;background:#31486780;content:"";opacity:0;visibility:hidden;z-index:4;bottom:0}.datepicker-is-active .datepicker-overlay:before{opacity:1;visibility:visible}.is-sidebar-open-on-mobile,.modal-is-active,.datepicker-is-active{overflow:hidden}.is-sidebar-open-on-mobile #app,.modal-is-active #app,.datepicker-is-active #app{overflow-y:hidden}.is-sidebar-open-on-mobile #app .header,.is-sidebar-open-on-mobile #app .header__holder,.is-sidebar-open-on-mobile #app .header-v2,.is-sidebar-open-on-mobile #app .header-v2__holder,.modal-is-active #app .header,.modal-is-active #app .header__holder,.modal-is-active #app .header-v2,.modal-is-active #app .header-v2__holder,.datepicker-is-active #app .header,.datepicker-is-active #app .header__holder,.datepicker-is-active #app .header-v2,.datepicker-is-active #app .header-v2__holder{z-index:1}.is-sidebar-open-on-mobile .footer-v2,.modal-is-active .footer-v2,.datepicker-is-active .footer-v2{z-index:0}.header-results{display:flex;flex-direction:column;flex-wrap:wrap;padding:10px 0 12px}@media (min-width: 640px){.header-results{flex-direction:row;justify-content:space-between}}.header-results .pagination{align-self:flex-start;justify-content:flex-end;width:100%;margin:15px 0}@media (max-width: 639px){.header-results .pagination{order:2}}@media (min-width: 640px){.header-results .pagination{max-width:332px;margin:0}}.header-results .results-actions{order:0;width:100%}@media (min-width: 640px){.header-results .results-actions{width:calc(100% - 332px)}}.header-results .results__filter{order:1}.header-results .holder-select{display:flex;flex-wrap:wrap;align-items:center;padding:10px 0}@media (min-width: 640px){.header-results .holder-select{padding:10px 10px 10px 0}}.header-results .holder-select .label-select{display:inline-block;margin-right:20px;color:#1b3456;font:700 16px/1.2 inter,Arial,Helvetica Neue,Helvetica,sans-serif;vertical-align:top}.header-results .holder-select .v-select{width:144px}.header-results .holder-select .v-select .dropdown-menu{max-height:170px!important}.bottom-results{display:flex;flex-wrap:wrap;justify-content:flex-end}.results__filter{width:100%;margin-bottom:14px}@media (min-width: 550px){.results__filter{display:flex;flex-wrap:wrap;justify-content:space-between}}.results__filter .holder-quantity-select,.results__filter .holder-sort-select{margin-bottom:15px}@media (min-width: 550px){.results__filter .holder-quantity-select,.results__filter .holder-sort-select{width:auto;margin-bottom:0}}.results__filter .holder-quantity-select:last-of-type,.results__filter .holder-sort-select:last-of-type{margin-bottom:0}.results__filter .holder-quantity-select .v-select,.results__filter .holder-sort-select .v-select{display:inline-block;width:135px;vertical-align:top}.results__filter .holder-sort-select .v-select{width:165px}.results__filter .label-select{display:inline-block;margin:10px 14px 10px 0;color:#1b3456;font:700 16px/1.2 inter,Arial,Helvetica Neue,Helvetica,sans-serif;vertical-align:top}label{-webkit-user-select:none;user-select:none}.arounded-line{text-align:center;overflow:hidden}.arounded-line .textarea{display:inline-block;position:relative;margin-bottom:15px;padding:0 14px;vertical-align:top}.arounded-line .textarea:before,.arounded-line .textarea:after{position:absolute;top:50%;right:100%;left:-400px;height:1px;transform:translateY(-50%);border-top:1px solid #ccc;content:""}.arounded-line .textarea:after{right:-400px;left:100%}.icon-rounded{display:inline-block;width:24px;height:24px;border-radius:50%;background-color:#ebebeb;font-size:10px;line-height:24px;text-align:center;vertical-align:top}.icon-rounded--secondary{display:inline-block;width:34px;height:34px;padding:4px;border:3px solid #afcd66;border-radius:50%;background-color:transparent;color:#0a081a;font-size:20px;vertical-align:top}@media (min-width: 768px){.icon-rounded--secondary{width:38px;height:38px;font-size:24px}}svg.icon-rounded{padding:5px}.icon-primary{color:#2c6dcf}.icon-danger{color:#ff4e00}.bg-img{background-repeat:no-repeat;background-position:50% 50%;background-size:cover}.bg-img-overlay{position:relative}.bg-img-overlay:after{position:absolute;top:0;right:0;left:0;background:linear-gradient(180deg,#3b489a,#1b3455);content:"";opacity:.9;z-index:1;bottom:0}.bg-img-overlay>*{position:relative;z-index:2}.inline-flex{display:inline-flex}.inline-flex.vertical-center{align-items:center}.viewport-height{display:flex;flex-wrap:wrap;align-items:center;width:100%;min-height:100vh}.viewport-height__holder{display:flex;flex-wrap:wrap;min-height:100vh}.viewport-height .row{width:100%}@media print{.container>.btn,.sidebar-holder,.hero-section,.header__holder,.footer,.content-holder>div>h3,.header-results,.pagination,.holder-btn,.bottom-results,.cart-notice,.cart-notice .actions,.cart-notice__header .checkbox{display:none}.h-tooltip{display:none!important}.cart-notice.is-printing{display:block}}.datepicker__holder .input__holder--columns{margin:0 0 20px}@media (min-width: 480px) and (max-width: 1023px){.datepicker__holder .input__holder--columns{display:inline-flex;align-items:baseline;margin-right:30px}}@media (min-width: 1024px){.datepicker__holder .input__holder--columns{margin:0 0 28px}}.datepicker__holder .input__holder--columns+.input__holder--columns{margin-right:0}.datepicker__holder .datepicker-container{width:130px}.page-header-fixed{padding-top:90px}@media (min-width: 768px){.page-header-fixed{padding-top:110px}}@media (min-width: 1200px){.page-header-fixed{padding-top:128px}}.list-schedules__item{margin-bottom:5px;overflow:hidden}.list-schedules .day-label{min-width:84px;margin-right:10px;float:left}.list-schedules .day-hours{display:block;overflow:hidden}.icon-check-circle-green{background:radial-gradient(ellipse at center,#fff 60%,#fff0 60%);color:#159627}.document-section{padding:25px 0}.document-section .holder-btn{margin-bottom:25px;text-align:left}.popup-drag-drop .popup{max-width:636px}@media (min-width: 768px){.popup-drag-drop .popup{padding:33px 113px}}.popup-drag-drop .popup h3{margin:0 0 6px}@media (min-width: 768px){.card-body p{margin-bottom:30px}}.indent_second_level{margin-left:20px}.indent_third_level{margin-left:40px}.indent_fourth_level{margin-left:60px}.indent_fifth_level{margin-left:80px}chapeau,.chapeau{display:block}.indent0,.subsection,.paragraph,.subparagraph,.clause{margin-left:20px}.indent1{margin-left:40px}.indent2{margin-left:60px}.indent3{margin-left:80px}.indent4{margin-left:100px}num,.num{display:inline;font-size:1rem;font-weight:700}heading,.heading{display:inline;font-size:1rem;font-weight:700}div.section>heading{font-style:normal!important}note{margin-bottom:7px;padding:7px;background-color:none}note p{margin-bottom:10px;font-size:14px}note>heading{display:block;margin-bottom:10px;border-bottom:1px solid;line-height:1.8}note>p>ref{font-size:small;font-variant:small-caps;text-transform:lowercase}.reset-search{transition:opacity .2s ease-in-out;font-size:12px}.reset-search:hover{opacity:.8}.disclaimer,.privacy-policy,.terms-of-use{width:100%}.disclaimer .content,.privacy-policy .content,.terms-of-use .content{padding-top:30px;padding-bottom:30px}@media (min-width: 1024px){.disclaimer .content,.privacy-policy .content,.terms-of-use .content{padding-top:70px;padding-bottom:70px}}.disclaimer .content h2,.privacy-policy .content h2,.terms-of-use .content h2{margin-bottom:30px;padding-top:10px}.disclaimer .content p,.privacy-policy .content p,.terms-of-use .content p,.disclaimer .content ul,.privacy-policy .content ul,.terms-of-use .content ul{margin-bottom:30px}.disclaimer .content address,.privacy-policy .content address,.terms-of-use .content address{font-style:normal}.clickable{cursor:pointer}@media (min-width: 1024px){.clickable--hover-faded{transition:opacity .2s ease-in-out}}@media (min-width: 1024px){.clickable--hover-faded:hover{opacity:.8}}.clickable-v2{transition:color .2s ease-in-out;color:#2c6dcf;cursor:pointer}.clickable-v2:hover{color:#1b3456}.icon-mirror{transform:scaleX(-1)}.float-left{float:left}.float-right{float:right}.float-none{float:none}span.highlight{background-color:#ff0}.label{display:inline-block;min-height:20px;padding:0 10px;font-weight:800;line-height:21px;font-size:13px;color:#2b5eab;background:#81dd4e;border-radius:4px;box-shadow:0 4px #0a081a26}.promo-features-list{list-style:none;margin:0;padding:0;font-size:18px}@media (max-width: 1023px){.promo-features-list{font-size:16px}}.promo-features-list li{position:relative;padding-left:30px;margin-bottom:20px}@media (max-width: 1023px){.promo-features-list li{margin-bottom:10px}}.promo-features-list .icon{position:absolute;top:3px;left:0}.text-blue{color:#2c6dcf}.font-regular{font-weight:400}.font-light{font-weight:300}.d-block{display:block}.is-danger{color:#ff4e00}.xs-hidden{display:block}.m-t-0{margin-top:0}.m-b-0{margin-bottom:0}.m-t-2{margin-top:2px}.m-b-2{margin-bottom:2px}.m-t-4{margin-top:4px}.m-b-4{margin-bottom:4px}.m-t-6{margin-top:6px}.m-b-6{margin-bottom:6px}.m-t-8{margin-top:8px}.m-b-8{margin-bottom:8px}.m-t-10{margin-top:10px}.m-b-10{margin-bottom:10px}.m-t-15{margin-top:15px}.m-b-15{margin-bottom:15px}.m-t-20{margin-top:20px}.m-b-20{margin-bottom:20px}.m-t-25{margin-top:25px}.m-b-25{margin-bottom:25px}.m-t-30{margin-top:30px}.m-b-30{margin-bottom:30px}.m-t-35{margin-top:35px}.m-b-35{margin-bottom:35px}.m-t-40{margin-top:40px}.m-b-40{margin-bottom:40px}.m-t-50{margin-top:50px}.m-b-50{margin-bottom:50px}#app{min-height:100vh}
