th[data-v-4a58ebca]{padding:4px 8px}td[data-v-4a58ebca]{padding:8px}:root{--vs-colors--lightest: rgba(60, 60, 60, .26);--vs-colors--light: rgba(60, 60, 60, .5);--vs-colors--dark: #333;--vs-colors--darkest: rgba(0, 0, 0, .15);--vs-search-input-color: inherit;--vs-search-input-placeholder-color: inherit;--vs-font-size: 1rem;--vs-line-height: 1.4;--vs-state-disabled-bg: rgb(248, 248, 248);--vs-state-disabled-color: var(--vs-colors--light);--vs-state-disabled-controls-color: var(--vs-colors--light);--vs-state-disabled-cursor: not-allowed;--vs-border-color: var(--vs-colors--lightest);--vs-border-width: 1px;--vs-border-style: solid;--vs-border-radius: 4px;--vs-actions-padding: 4px 6px 0 3px;--vs-controls-color: var(--vs-colors--light);--vs-controls-size: 1;--vs-controls--deselect-text-shadow: 0 1px 0 #fff;--vs-selected-bg: #f0f0f0;--vs-selected-color: var(--vs-colors--dark);--vs-selected-border-color: var(--vs-border-color);--vs-selected-border-style: var(--vs-border-style);--vs-selected-border-width: var(--vs-border-width);--vs-dropdown-bg: #fff;--vs-dropdown-color: inherit;--vs-dropdown-z-index: 1000;--vs-dropdown-min-width: 160px;--vs-dropdown-max-height: 350px;--vs-dropdown-box-shadow: 0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg: #000;--vs-dropdown-option-color: var(--vs-dropdown-color);--vs-dropdown-option-padding: 3px 20px;--vs-dropdown-option--active-bg: #5897fb;--vs-dropdown-option--active-color: #fff;--vs-dropdown-option--deselect-bg: #fb5858;--vs-dropdown-option--deselect-color: #fff;--vs-transition-timing-function: cubic-bezier(1, -.115, .975, .855);--vs-transition-duration: .15s;--vs-transition-timing-function: cubic-bezier(1, .5, .8, 1);--vs-disabled-bg: var(--vs-state-disabled-bg);--vs-disabled-color: var(--vs-state-disabled-color);--vs-disabled-cursor: var(--vs-state-disabled-cursor)}.v-select{position:relative;font-family:inherit}.v-select,.v-select *{box-sizing:border-box}@-webkit-keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__clear,.vs--disabled .vs__search,.vs--disabled .vs__selected,.vs--disabled .vs__open-indicator{cursor:var(--vs-disabled-cursor);background-color:var(--vs-disabled-bg)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;padding:0 0 4px;background:none;border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{display:flex;align-items:center;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.vs__dropdown-menu{display:block;box-sizing:border-box;position:absolute;top:calc(100% - var(--vs-border-width));left:0;z-index:var(--vs-dropdown-z-index);padding:5px 0;margin:0;width:100%;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;box-shadow:var(--vs-dropdown-box-shadow);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-top-style:none;border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);text-align:left;list-style:none;background:var(--vs-dropdown-bg);color:var(--vs-dropdown-color)}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:var(--vs-dropdown-option-padding);clear:both;color:var(--vs-dropdown-option-color);white-space:nowrap;cursor:pointer}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{display:flex;align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:4px;padding:0;border:0;cursor:pointer;background:none;fill:var(--vs-controls-color);text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--open .vs__selected,.vs--single.vs--loading .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration,.vs__search::-ms-clear{display:none}.vs__search,.vs__search:focus{color:var(--vs-search-input-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:var(--vs-line-height);font-size:var(--vs-font-size);border:1px solid transparent;border-left:none;outline:none;margin:4px 0 0;padding:0 7px;background:none;box-shadow:none;width:0;max-width:100%;flex-grow:1;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;border-top:.9em solid rgba(100,100,100,.1);border-right:.9em solid rgba(100,100,100,.1);border-bottom:.9em solid rgba(100,100,100,.1);border-left:.9em solid rgba(60,60,60,.45);transform:translateZ(0) scale(var(--vs-controls--spinner-size, var(--vs-controls-size)));-webkit-animation:vSelectSpinner 1.1s infinite linear;animation:vSelectSpinner 1.1s infinite linear;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em;transform:scale(var(--vs-controls--spinner-size, var(--vs-controls-size)))}.vs--loading .vs__spinner{opacity:1}.v-select.filter-dropdown{border-bottom:2px solid black;--vs-dropdown-bg: #e4e7eb;--vs-dropdown-option--active-bg: #f0fdcc;--vs-dropdown-option--active-color: #000;--vs-dropdown-option--deselect-bg: #f0fdcc;--vs-dropdown-option--deselect-color: #000;--vs-dropdown-option-padding: 0;--vs-dropdown-min-width: 20px}.v-select.filter-dropdown.vs--open{border-bottom:2px solid #fff}.v-select.filter-dropdown .vs__dropdown-toggle{padding:0;border-radius:0;border:none;align-items:center}.v-select.filter-dropdown .vs__dropdown-menu{-ms-overflow-style:none;scrollbar-width:none}.v-select.filter-dropdown .vs__dropdown-menu::-webkit-scrollbar{display:none}.v-select.filter-dropdown .vs__selected{color:#004aff;font-weight:800;padding:0}.v-select.filter-dropdown .vs__actions{margin-right:0}.v-select.filter-dropdown .vs__search{width:1px;height:1px;opacity:0;padding:0;margin:0}.vs--single.vs--open.filter-dropdown .vs__selected{color:#99b7ff;opacity:1;position:relative}.vs--single.vs--open.filter-dropdown .vs__dropdown-toggle{background-color:#000;opacity:1;border-bottom:2px solid #fff}.vs--single.vs--open.filter-dropdown .vs__dropdown-menu{padding:0;margin-top:1px}.v-select.filter-dropdown .vs__open-indicator{fill:#1c1c1c;transform:scale(.75) rotate(0)}.v-select.vs--open.filter-dropdown .vs__open-indicator{fill:#fff;transform:scale(.75) rotate(180deg)}button.preset-button{display:flex;flex-direction:row;font-size:14px!important;align-items:center;justify-content:center;border:2px solid black!important;font-weight:700!important;border-radius:.25rem;padding:4px 1rem;margin-right:.5rem;margin-bottom:.5rem}button.preset-button.selected{background-color:#99b7ff;color:#000}button.preset-button.selected-default{background-color:#1c1c1c;color:#b3f700}button.preset-button.not-applied{background-color:#004aff;color:#fff}@media (min-width: 960px){.ml-md-n7[data-v-2e323ae8]{margin-left:-28px!important}}@media (min-width: 1280px){.float-lg-none[data-v-2e323ae8]{float:none!important}}@media (min-width: 2560px){.ps-xxl-3[data-v-2e323ae8]{padding-inline-start:12px!important}}@keyframes v-shake-2e323ae8{59%{margin-left:0}60%,80%{margin-left:2px}70%,90%{margin-left:-2px}}.bg-black[data-v-2e323ae8]{background-color:#000!important;color:#fff!important}.bg-white[data-v-2e323ae8]{background-color:#fff!important;color:#000!important}.bg-transparent[data-v-2e323ae8]{background-color:transparent!important;color:currentColor!important}.bg-red[data-v-2e323ae8]{background-color:#f44336!important;color:#fff!important}.bg-red-lighten-5[data-v-2e323ae8]{background-color:#ffebee!important;color:#000!important}.bg-red-lighten-4[data-v-2e323ae8]{background-color:#ffcdd2!important;color:#000!important}.bg-red-lighten-3[data-v-2e323ae8]{background-color:#ef9a9a!important;color:#000!important}.bg-red-lighten-2[data-v-2e323ae8]{background-color:#e57373!important;color:#fff!important}.bg-red-lighten-1[data-v-2e323ae8]{background-color:#ef5350!important;color:#fff!important}.bg-red-darken-1[data-v-2e323ae8]{background-color:#e53935!important;color:#fff!important}.bg-red-darken-2[data-v-2e323ae8]{background-color:#d32f2f!important;color:#fff!important}.bg-red-darken-3[data-v-2e323ae8]{background-color:#c62828!important;color:#fff!important}.bg-red-darken-4[data-v-2e323ae8]{background-color:#b71c1c!important;color:#fff!important}.bg-red-accent-1[data-v-2e323ae8]{background-color:#ff8a80!important;color:#000!important}.bg-red-accent-2[data-v-2e323ae8]{background-color:#ff5252!important;color:#fff!important}.bg-red-accent-3[data-v-2e323ae8]{background-color:#ff1744!important;color:#fff!important}.bg-red-accent-4[data-v-2e323ae8]{background-color:#d50000!important;color:#fff!important}.bg-pink[data-v-2e323ae8]{background-color:#e91e63!important;color:#fff!important}.bg-pink-lighten-5[data-v-2e323ae8]{background-color:#fce4ec!important;color:#000!important}.bg-pink-lighten-4[data-v-2e323ae8]{background-color:#f8bbd0!important;color:#000!important}.bg-pink-lighten-3[data-v-2e323ae8]{background-color:#f48fb1!important;color:#000!important}.bg-pink-lighten-2[data-v-2e323ae8]{background-color:#f06292!important;color:#fff!important}.bg-pink-lighten-1[data-v-2e323ae8]{background-color:#ec407a!important;color:#fff!important}.bg-pink-darken-1[data-v-2e323ae8]{background-color:#d81b60!important;color:#fff!important}.bg-pink-darken-2[data-v-2e323ae8]{background-color:#c2185b!important;color:#fff!important}.bg-pink-darken-3[data-v-2e323ae8]{background-color:#ad1457!important;color:#fff!important}.bg-pink-darken-4[data-v-2e323ae8]{background-color:#880e4f!important;color:#fff!important}.bg-pink-accent-1[data-v-2e323ae8]{background-color:#ff80ab!important;color:#fff!important}.bg-pink-accent-2[data-v-2e323ae8]{background-color:#ff4081!important;color:#fff!important}.bg-pink-accent-3[data-v-2e323ae8]{background-color:#f50057!important;color:#fff!important}.bg-pink-accent-4[data-v-2e323ae8]{background-color:#c51162!important;color:#fff!important}.bg-purple[data-v-2e323ae8]{background-color:#9c27b0!important;color:#fff!important}.bg-purple-lighten-5[data-v-2e323ae8]{background-color:#f3e5f5!important;color:#000!important}.bg-purple-lighten-4[data-v-2e323ae8]{background-color:#e1bee7!important;color:#000!important}.bg-purple-lighten-3[data-v-2e323ae8]{background-color:#ce93d8!important;color:#fff!important}.bg-purple-lighten-2[data-v-2e323ae8]{background-color:#ba68c8!important;color:#fff!important}.bg-purple-lighten-1[data-v-2e323ae8]{background-color:#ab47bc!important;color:#fff!important}.bg-purple-darken-1[data-v-2e323ae8]{background-color:#8e24aa!important;color:#fff!important}.bg-purple-darken-2[data-v-2e323ae8]{background-color:#7b1fa2!important;color:#fff!important}.bg-purple-darken-3[data-v-2e323ae8]{background-color:#6a1b9a!important;color:#fff!important}.bg-purple-darken-4[data-v-2e323ae8]{background-color:#4a148c!important;color:#fff!important}.bg-purple-accent-1[data-v-2e323ae8]{background-color:#ea80fc!important;color:#fff!important}.bg-purple-accent-2[data-v-2e323ae8]{background-color:#e040fb!important;color:#fff!important}.bg-purple-accent-3[data-v-2e323ae8]{background-color:#d500f9!important;color:#fff!important}.bg-purple-accent-4[data-v-2e323ae8]{background-color:#a0f!important;color:#fff!important}.bg-deep-purple[data-v-2e323ae8]{background-color:#673ab7!important;color:#fff!important}.bg-deep-purple-lighten-5[data-v-2e323ae8]{background-color:#ede7f6!important;color:#000!important}.bg-deep-purple-lighten-4[data-v-2e323ae8]{background-color:#d1c4e9!important;color:#000!important}.bg-deep-purple-lighten-3[data-v-2e323ae8]{background-color:#b39ddb!important;color:#fff!important}.bg-deep-purple-lighten-2[data-v-2e323ae8]{background-color:#9575cd!important;color:#fff!important}.bg-deep-purple-lighten-1[data-v-2e323ae8]{background-color:#7e57c2!important;color:#fff!important}.bg-deep-purple-darken-1[data-v-2e323ae8]{background-color:#5e35b1!important;color:#fff!important}.bg-deep-purple-darken-2[data-v-2e323ae8]{background-color:#512da8!important;color:#fff!important}.bg-deep-purple-darken-3[data-v-2e323ae8]{background-color:#4527a0!important;color:#fff!important}.bg-deep-purple-darken-4[data-v-2e323ae8]{background-color:#311b92!important;color:#fff!important}.bg-deep-purple-accent-1[data-v-2e323ae8]{background-color:#b388ff!important;color:#fff!important}.bg-deep-purple-accent-2[data-v-2e323ae8]{background-color:#7c4dff!important;color:#fff!important}.bg-deep-purple-accent-3[data-v-2e323ae8]{background-color:#651fff!important;color:#fff!important}.bg-deep-purple-accent-4[data-v-2e323ae8]{background-color:#6200ea!important;color:#fff!important}.bg-indigo[data-v-2e323ae8]{background-color:#3f51b5!important;color:#fff!important}.bg-indigo-lighten-5[data-v-2e323ae8]{background-color:#e8eaf6!important;color:#000!important}.bg-indigo-lighten-4[data-v-2e323ae8]{background-color:#c5cae9!important;color:#000!important}.bg-indigo-lighten-3[data-v-2e323ae8]{background-color:#9fa8da!important;color:#fff!important}.bg-indigo-lighten-2[data-v-2e323ae8]{background-color:#7986cb!important;color:#fff!important}.bg-indigo-lighten-1[data-v-2e323ae8]{background-color:#5c6bc0!important;color:#fff!important}.bg-indigo-darken-1[data-v-2e323ae8]{background-color:#3949ab!important;color:#fff!important}.bg-indigo-darken-2[data-v-2e323ae8]{background-color:#303f9f!important;color:#fff!important}.bg-indigo-darken-3[data-v-2e323ae8]{background-color:#283593!important;color:#fff!important}.bg-indigo-darken-4[data-v-2e323ae8]{background-color:#1a237e!important;color:#fff!important}.bg-indigo-accent-1[data-v-2e323ae8]{background-color:#8c9eff!important;color:#fff!important}.bg-indigo-accent-2[data-v-2e323ae8]{background-color:#536dfe!important;color:#fff!important}.bg-indigo-accent-3[data-v-2e323ae8]{background-color:#3d5afe!important;color:#fff!important}.bg-indigo-accent-4[data-v-2e323ae8]{background-color:#304ffe!important;color:#fff!important}.bg-blue[data-v-2e323ae8]{background-color:#2196f3!important;color:#fff!important}.bg-blue-lighten-5[data-v-2e323ae8]{background-color:#e3f2fd!important;color:#000!important}.bg-blue-lighten-4[data-v-2e323ae8]{background-color:#bbdefb!important;color:#000!important}.bg-blue-lighten-3[data-v-2e323ae8]{background-color:#90caf9!important;color:#000!important}.bg-blue-lighten-2[data-v-2e323ae8]{background-color:#64b5f6!important;color:#000!important}.bg-blue-lighten-1[data-v-2e323ae8]{background-color:#42a5f5!important;color:#fff!important}.bg-blue-darken-1[data-v-2e323ae8]{background-color:#1e88e5!important;color:#fff!important}.bg-blue-darken-2[data-v-2e323ae8]{background-color:#1976d2!important;color:#fff!important}.bg-blue-darken-3[data-v-2e323ae8]{background-color:#1565c0!important;color:#fff!important}.bg-blue-darken-4[data-v-2e323ae8]{background-color:#0d47a1!important;color:#fff!important}.bg-blue-accent-1[data-v-2e323ae8]{background-color:#82b1ff!important;color:#000!important}.bg-blue-accent-2[data-v-2e323ae8]{background-color:#448aff!important;color:#fff!important}.bg-blue-accent-3[data-v-2e323ae8]{background-color:#2979ff!important;color:#fff!important}.bg-blue-accent-4[data-v-2e323ae8]{background-color:#2962ff!important;color:#fff!important}.bg-light-blue[data-v-2e323ae8]{background-color:#03a9f4!important;color:#fff!important}.bg-light-blue-lighten-5[data-v-2e323ae8]{background-color:#e1f5fe!important;color:#000!important}.bg-light-blue-lighten-4[data-v-2e323ae8]{background-color:#b3e5fc!important;color:#000!important}.bg-light-blue-lighten-3[data-v-2e323ae8]{background-color:#81d4fa!important;color:#000!important}.bg-light-blue-lighten-2[data-v-2e323ae8]{background-color:#4fc3f7!important;color:#000!important}.bg-light-blue-lighten-1[data-v-2e323ae8]{background-color:#29b6f6!important;color:#000!important}.bg-light-blue-darken-1[data-v-2e323ae8]{background-color:#039be5!important;color:#fff!important}.bg-light-blue-darken-2[data-v-2e323ae8]{background-color:#0288d1!important;color:#fff!important}.bg-light-blue-darken-3[data-v-2e323ae8]{background-color:#0277bd!important;color:#fff!important}.bg-light-blue-darken-4[data-v-2e323ae8]{background-color:#01579b!important;color:#fff!important}.bg-light-blue-accent-1[data-v-2e323ae8]{background-color:#80d8ff!important;color:#000!important}.bg-light-blue-accent-2[data-v-2e323ae8]{background-color:#40c4ff!important;color:#000!important}.bg-light-blue-accent-3[data-v-2e323ae8]{background-color:#00b0ff!important;color:#fff!important}.bg-light-blue-accent-4[data-v-2e323ae8]{background-color:#0091ea!important;color:#fff!important}.bg-cyan[data-v-2e323ae8]{background-color:#00bcd4!important;color:#000!important}.bg-cyan-lighten-5[data-v-2e323ae8]{background-color:#e0f7fa!important;color:#000!important}.bg-cyan-lighten-4[data-v-2e323ae8]{background-color:#b2ebf2!important;color:#000!important}.bg-cyan-lighten-3[data-v-2e323ae8]{background-color:#80deea!important;color:#000!important}.bg-cyan-lighten-2[data-v-2e323ae8]{background-color:#4dd0e1!important;color:#000!important}.bg-cyan-lighten-1[data-v-2e323ae8]{background-color:#26c6da!important;color:#000!important}.bg-cyan-darken-1[data-v-2e323ae8]{background-color:#00acc1!important;color:#fff!important}.bg-cyan-darken-2[data-v-2e323ae8]{background-color:#0097a7!important;color:#fff!important}.bg-cyan-darken-3[data-v-2e323ae8]{background-color:#00838f!important;color:#fff!important}.bg-cyan-darken-4[data-v-2e323ae8]{background-color:#006064!important;color:#fff!important}.bg-cyan-accent-1[data-v-2e323ae8]{background-color:#84ffff!important;color:#000!important}.bg-cyan-accent-2[data-v-2e323ae8]{background-color:#18ffff!important;color:#000!important}.bg-cyan-accent-3[data-v-2e323ae8]{background-color:#00e5ff!important;color:#000!important}.bg-cyan-accent-4[data-v-2e323ae8]{background-color:#00b8d4!important;color:#fff!important}.bg-teal[data-v-2e323ae8]{background-color:#009688!important;color:#fff!important}.bg-teal-lighten-5[data-v-2e323ae8]{background-color:#e0f2f1!important;color:#000!important}.bg-teal-lighten-4[data-v-2e323ae8]{background-color:#b2dfdb!important;color:#000!important}.bg-teal-lighten-3[data-v-2e323ae8]{background-color:#80cbc4!important;color:#000!important}.bg-teal-lighten-2[data-v-2e323ae8]{background-color:#4db6ac!important;color:#fff!important}.bg-teal-lighten-1[data-v-2e323ae8]{background-color:#26a69a!important;color:#fff!important}.bg-teal-darken-1[data-v-2e323ae8]{background-color:#00897b!important;color:#fff!important}.bg-teal-darken-2[data-v-2e323ae8]{background-color:#00796b!important;color:#fff!important}.bg-teal-darken-3[data-v-2e323ae8]{background-color:#00695c!important;color:#fff!important}.bg-teal-darken-4[data-v-2e323ae8]{background-color:#004d40!important;color:#fff!important}.bg-teal-accent-1[data-v-2e323ae8]{background-color:#a7ffeb!important;color:#000!important}.bg-teal-accent-2[data-v-2e323ae8]{background-color:#64ffda!important;color:#000!important}.bg-teal-accent-3[data-v-2e323ae8]{background-color:#1de9b6!important;color:#000!important}.bg-teal-accent-4[data-v-2e323ae8]{background-color:#00bfa5!important;color:#fff!important}.bg-green[data-v-2e323ae8]{background-color:#4caf50!important;color:#fff!important}.bg-green-lighten-5[data-v-2e323ae8]{background-color:#e8f5e9!important;color:#000!important}.bg-green-lighten-4[data-v-2e323ae8]{background-color:#c8e6c9!important;color:#000!important}.bg-green-lighten-3[data-v-2e323ae8]{background-color:#a5d6a7!important;color:#000!important}.bg-green-lighten-2[data-v-2e323ae8]{background-color:#81c784!important;color:#000!important}.bg-green-lighten-1[data-v-2e323ae8]{background-color:#66bb6a!important;color:#fff!important}.bg-green-darken-1[data-v-2e323ae8]{background-color:#43a047!important;color:#fff!important}.bg-green-darken-2[data-v-2e323ae8]{background-color:#388e3c!important;color:#fff!important}.bg-green-darken-3[data-v-2e323ae8]{background-color:#2e7d32!important;color:#fff!important}.bg-green-darken-4[data-v-2e323ae8]{background-color:#1b5e20!important;color:#fff!important}.bg-green-accent-1[data-v-2e323ae8]{background-color:#b9f6ca!important;color:#000!important}.bg-green-accent-2[data-v-2e323ae8]{background-color:#69f0ae!important;color:#000!important}.bg-green-accent-3[data-v-2e323ae8]{background-color:#00e676!important;color:#000!important}.bg-green-accent-4[data-v-2e323ae8]{background-color:#00c853!important;color:#000!important}.bg-light-green[data-v-2e323ae8]{background-color:#8bc34a!important;color:#000!important}.bg-light-green-lighten-5[data-v-2e323ae8]{background-color:#f1f8e9!important;color:#000!important}.bg-light-green-lighten-4[data-v-2e323ae8]{background-color:#dcedc8!important;color:#000!important}.bg-light-green-lighten-3[data-v-2e323ae8]{background-color:#c5e1a5!important;color:#000!important}.bg-light-green-lighten-2[data-v-2e323ae8]{background-color:#aed581!important;color:#000!important}.bg-light-green-lighten-1[data-v-2e323ae8]{background-color:#9ccc65!important;color:#000!important}.bg-light-green-darken-1[data-v-2e323ae8]{background-color:#7cb342!important;color:#fff!important}.bg-light-green-darken-2[data-v-2e323ae8]{background-color:#689f38!important;color:#fff!important}.bg-light-green-darken-3[data-v-2e323ae8]{background-color:#558b2f!important;color:#fff!important}.bg-light-green-darken-4[data-v-2e323ae8]{background-color:#33691e!important;color:#fff!important}.bg-light-green-accent-1[data-v-2e323ae8]{background-color:#ccff90!important;color:#000!important}.bg-light-green-accent-2[data-v-2e323ae8]{background-color:#b2ff59!important;color:#000!important}.bg-light-green-accent-3[data-v-2e323ae8]{background-color:#76ff03!important;color:#000!important}.bg-light-green-accent-4[data-v-2e323ae8]{background-color:#64dd17!important;color:#000!important}.bg-lime[data-v-2e323ae8]{background-color:#cddc39!important;color:#000!important}.bg-lime-lighten-5[data-v-2e323ae8]{background-color:#f9fbe7!important;color:#000!important}.bg-lime-lighten-4[data-v-2e323ae8]{background-color:#f0f4c3!important;color:#000!important}.bg-lime-lighten-3[data-v-2e323ae8]{background-color:#e6ee9c!important;color:#000!important}.bg-lime-lighten-2[data-v-2e323ae8]{background-color:#dce775!important;color:#000!important}.bg-lime-lighten-1[data-v-2e323ae8]{background-color:#d4e157!important;color:#000!important}.bg-lime-darken-1[data-v-2e323ae8]{background-color:#c0ca33!important;color:#000!important}.bg-lime-darken-2[data-v-2e323ae8]{background-color:#afb42b!important;color:#000!important}.bg-lime-darken-3[data-v-2e323ae8]{background-color:#9e9d24!important;color:#fff!important}.bg-lime-darken-4[data-v-2e323ae8]{background-color:#827717!important;color:#fff!important}.bg-lime-accent-1[data-v-2e323ae8]{background-color:#f4ff81!important;color:#000!important}.bg-lime-accent-2[data-v-2e323ae8]{background-color:#eeff41!important;color:#000!important}.bg-lime-accent-3[data-v-2e323ae8]{background-color:#c6ff00!important;color:#000!important}.bg-lime-accent-4[data-v-2e323ae8]{background-color:#aeea00!important;color:#000!important}.bg-yellow[data-v-2e323ae8]{background-color:#ffeb3b!important;color:#000!important}.bg-yellow-lighten-5[data-v-2e323ae8]{background-color:#fffde7!important;color:#000!important}.bg-yellow-lighten-4[data-v-2e323ae8]{background-color:#fff9c4!important;color:#000!important}.bg-yellow-lighten-3[data-v-2e323ae8]{background-color:#fff59d!important;color:#000!important}.bg-yellow-lighten-2[data-v-2e323ae8]{background-color:#fff176!important;color:#000!important}.bg-yellow-lighten-1[data-v-2e323ae8]{background-color:#ffee58!important;color:#000!important}.bg-yellow-darken-1[data-v-2e323ae8]{background-color:#fdd835!important;color:#000!important}.bg-yellow-darken-2[data-v-2e323ae8]{background-color:#fbc02d!important;color:#000!important}.bg-yellow-darken-3[data-v-2e323ae8]{background-color:#f9a825!important;color:#000!important}.bg-yellow-darken-4[data-v-2e323ae8]{background-color:#f57f17!important;color:#fff!important}.bg-yellow-accent-1[data-v-2e323ae8]{background-color:#ffff8d!important;color:#000!important}.bg-yellow-accent-2[data-v-2e323ae8]{background-color:#ff0!important;color:#000!important}.bg-yellow-accent-3[data-v-2e323ae8]{background-color:#ffea00!important;color:#000!important}.bg-yellow-accent-4[data-v-2e323ae8]{background-color:#ffd600!important;color:#000!important}.bg-amber[data-v-2e323ae8]{background-color:#ffc107!important;color:#000!important}.bg-amber-lighten-5[data-v-2e323ae8]{background-color:#fff8e1!important;color:#000!important}.bg-amber-lighten-4[data-v-2e323ae8]{background-color:#ffecb3!important;color:#000!important}.bg-amber-lighten-3[data-v-2e323ae8]{background-color:#ffe082!important;color:#000!important}.bg-amber-lighten-2[data-v-2e323ae8]{background-color:#ffd54f!important;color:#000!important}.bg-amber-lighten-1[data-v-2e323ae8]{background-color:#ffca28!important;color:#000!important}.bg-amber-darken-1[data-v-2e323ae8]{background-color:#ffb300!important;color:#000!important}.bg-amber-darken-2[data-v-2e323ae8]{background-color:#ffa000!important;color:#000!important}.bg-amber-darken-3[data-v-2e323ae8]{background-color:#ff8f00!important;color:#000!important}.bg-amber-darken-4[data-v-2e323ae8]{background-color:#ff6f00!important;color:#fff!important}.bg-amber-accent-1[data-v-2e323ae8]{background-color:#ffe57f!important;color:#000!important}.bg-amber-accent-2[data-v-2e323ae8]{background-color:#ffd740!important;color:#000!important}.bg-amber-accent-3[data-v-2e323ae8]{background-color:#ffc400!important;color:#000!important}.bg-amber-accent-4[data-v-2e323ae8]{background-color:#ffab00!important;color:#000!important}.bg-orange[data-v-2e323ae8]{background-color:#ff9800!important;color:#000!important}.bg-orange-lighten-5[data-v-2e323ae8]{background-color:#fff3e0!important;color:#000!important}.bg-orange-lighten-4[data-v-2e323ae8]{background-color:#ffe0b2!important;color:#000!important}.bg-orange-lighten-3[data-v-2e323ae8]{background-color:#ffcc80!important;color:#000!important}.bg-orange-lighten-2[data-v-2e323ae8]{background-color:#ffb74d!important;color:#000!important}.bg-orange-lighten-1[data-v-2e323ae8]{background-color:#ffa726!important;color:#000!important}.bg-orange-darken-1[data-v-2e323ae8]{background-color:#fb8c00!important;color:#fff!important}.bg-orange-darken-2[data-v-2e323ae8]{background-color:#f57c00!important;color:#fff!important}.bg-orange-darken-3[data-v-2e323ae8]{background-color:#ef6c00!important;color:#fff!important}.bg-orange-darken-4[data-v-2e323ae8]{background-color:#e65100!important;color:#fff!important}.bg-orange-accent-1[data-v-2e323ae8]{background-color:#ffd180!important;color:#000!important}.bg-orange-accent-2[data-v-2e323ae8]{background-color:#ffab40!important;color:#000!important}.bg-orange-accent-3[data-v-2e323ae8]{background-color:#ff9100!important;color:#000!important}.bg-orange-accent-4[data-v-2e323ae8]{background-color:#ff6d00!important;color:#fff!important}.bg-deep-orange[data-v-2e323ae8]{background-color:#ff5722!important;color:#fff!important}.bg-deep-orange-lighten-5[data-v-2e323ae8]{background-color:#fbe9e7!important;color:#000!important}.bg-deep-orange-lighten-4[data-v-2e323ae8]{background-color:#ffccbc!important;color:#000!important}.bg-deep-orange-lighten-3[data-v-2e323ae8]{background-color:#ffab91!important;color:#000!important}.bg-deep-orange-lighten-2[data-v-2e323ae8]{background-color:#ff8a65!important;color:#000!important}.bg-deep-orange-lighten-1[data-v-2e323ae8]{background-color:#ff7043!important;color:#fff!important}.bg-deep-orange-darken-1[data-v-2e323ae8]{background-color:#f4511e!important;color:#fff!important}.bg-deep-orange-darken-2[data-v-2e323ae8]{background-color:#e64a19!important;color:#fff!important}.bg-deep-orange-darken-3[data-v-2e323ae8]{background-color:#d84315!important;color:#fff!important}.bg-deep-orange-darken-4[data-v-2e323ae8]{background-color:#bf360c!important;color:#fff!important}.bg-deep-orange-accent-1[data-v-2e323ae8]{background-color:#ff9e80!important;color:#000!important}.bg-deep-orange-accent-2[data-v-2e323ae8]{background-color:#ff6e40!important;color:#fff!important}.bg-deep-orange-accent-3[data-v-2e323ae8]{background-color:#ff3d00!important;color:#fff!important}.bg-deep-orange-accent-4[data-v-2e323ae8]{background-color:#dd2c00!important;color:#fff!important}.bg-brown[data-v-2e323ae8]{background-color:#795548!important;color:#fff!important}.bg-brown-lighten-5[data-v-2e323ae8]{background-color:#efebe9!important;color:#000!important}.bg-brown-lighten-4[data-v-2e323ae8]{background-color:#d7ccc8!important;color:#000!important}.bg-brown-lighten-3[data-v-2e323ae8]{background-color:#bcaaa4!important;color:#000!important}.bg-brown-lighten-2[data-v-2e323ae8]{background-color:#a1887f!important;color:#fff!important}.bg-brown-lighten-1[data-v-2e323ae8]{background-color:#8d6e63!important;color:#fff!important}.bg-brown-darken-1[data-v-2e323ae8]{background-color:#6d4c41!important;color:#fff!important}.bg-brown-darken-2[data-v-2e323ae8]{background-color:#5d4037!important;color:#fff!important}.bg-brown-darken-3[data-v-2e323ae8]{background-color:#4e342e!important;color:#fff!important}.bg-brown-darken-4[data-v-2e323ae8]{background-color:#3e2723!important;color:#fff!important}.bg-blue-grey[data-v-2e323ae8]{background-color:#607d8b!important;color:#fff!important}.bg-blue-grey-lighten-5[data-v-2e323ae8]{background-color:#eceff1!important;color:#000!important}.bg-blue-grey-lighten-4[data-v-2e323ae8]{background-color:#cfd8dc!important;color:#000!important}.bg-blue-grey-lighten-3[data-v-2e323ae8]{background-color:#b0bec5!important;color:#000!important}.bg-blue-grey-lighten-2[data-v-2e323ae8]{background-color:#90a4ae!important;color:#fff!important}.bg-blue-grey-lighten-1[data-v-2e323ae8]{background-color:#78909c!important;color:#fff!important}.bg-blue-grey-darken-1[data-v-2e323ae8]{background-color:#546e7a!important;color:#fff!important}.bg-blue-grey-darken-2[data-v-2e323ae8]{background-color:#455a64!important;color:#fff!important}.bg-blue-grey-darken-3[data-v-2e323ae8]{background-color:#37474f!important;color:#fff!important}.bg-blue-grey-darken-4[data-v-2e323ae8]{background-color:#263238!important;color:#fff!important}.bg-grey[data-v-2e323ae8]{background-color:#9e9e9e!important;color:#fff!important}.bg-grey-lighten-5[data-v-2e323ae8]{background-color:#fafafa!important;color:#000!important}.bg-grey-lighten-4[data-v-2e323ae8]{background-color:#f5f5f5!important;color:#000!important}.bg-grey-lighten-3[data-v-2e323ae8]{background-color:#eee!important;color:#000!important}.bg-grey-lighten-2[data-v-2e323ae8]{background-color:#e0e0e0!important;color:#000!important}.bg-grey-lighten-1[data-v-2e323ae8]{background-color:#bdbdbd!important;color:#000!important}.bg-grey-darken-1[data-v-2e323ae8]{background-color:#757575!important;color:#fff!important}.bg-grey-darken-2[data-v-2e323ae8]{background-color:#616161!important;color:#fff!important}.bg-grey-darken-3[data-v-2e323ae8]{background-color:#424242!important;color:#fff!important}.bg-grey-darken-4[data-v-2e323ae8]{background-color:#212121!important;color:#fff!important}.bg-shades-black[data-v-2e323ae8]{background-color:#000!important;color:#fff!important}.bg-shades-white[data-v-2e323ae8]{background-color:#fff!important;color:#000!important}.bg-shades-transparent[data-v-2e323ae8]{background-color:transparent!important;color:currentColor!important}.text-black[data-v-2e323ae8]{color:#000!important}.text-white[data-v-2e323ae8]{color:#fff!important}.text-transparent[data-v-2e323ae8]{color:transparent!important}.text-red[data-v-2e323ae8]{color:#f44336!important}.text-red-lighten-5[data-v-2e323ae8]{color:#ffebee!important}.text-red-lighten-4[data-v-2e323ae8]{color:#ffcdd2!important}.text-red-lighten-3[data-v-2e323ae8]{color:#ef9a9a!important}.text-red-lighten-2[data-v-2e323ae8]{color:#e57373!important}.text-red-lighten-1[data-v-2e323ae8]{color:#ef5350!important}.text-red-darken-1[data-v-2e323ae8]{color:#e53935!important}.text-red-darken-2[data-v-2e323ae8]{color:#d32f2f!important}.text-red-darken-3[data-v-2e323ae8]{color:#c62828!important}.text-red-darken-4[data-v-2e323ae8]{color:#b71c1c!important}.text-red-accent-1[data-v-2e323ae8]{color:#ff8a80!important}.text-red-accent-2[data-v-2e323ae8]{color:#ff5252!important}.text-red-accent-3[data-v-2e323ae8]{color:#ff1744!important}.text-red-accent-4[data-v-2e323ae8]{color:#d50000!important}.text-pink[data-v-2e323ae8]{color:#e91e63!important}.text-pink-lighten-5[data-v-2e323ae8]{color:#fce4ec!important}.text-pink-lighten-4[data-v-2e323ae8]{color:#f8bbd0!important}.text-pink-lighten-3[data-v-2e323ae8]{color:#f48fb1!important}.text-pink-lighten-2[data-v-2e323ae8]{color:#f06292!important}.text-pink-lighten-1[data-v-2e323ae8]{color:#ec407a!important}.text-pink-darken-1[data-v-2e323ae8]{color:#d81b60!important}.text-pink-darken-2[data-v-2e323ae8]{color:#c2185b!important}.text-pink-darken-3[data-v-2e323ae8]{color:#ad1457!important}.text-pink-darken-4[data-v-2e323ae8]{color:#880e4f!important}.text-pink-accent-1[data-v-2e323ae8]{color:#ff80ab!important}.text-pink-accent-2[data-v-2e323ae8]{color:#ff4081!important}.text-pink-accent-3[data-v-2e323ae8]{color:#f50057!important}.text-pink-accent-4[data-v-2e323ae8]{color:#c51162!important}.text-purple[data-v-2e323ae8]{color:#9c27b0!important}.text-purple-lighten-5[data-v-2e323ae8]{color:#f3e5f5!important}.text-purple-lighten-4[data-v-2e323ae8]{color:#e1bee7!important}.text-purple-lighten-3[data-v-2e323ae8]{color:#ce93d8!important}.text-purple-lighten-2[data-v-2e323ae8]{color:#ba68c8!important}.text-purple-lighten-1[data-v-2e323ae8]{color:#ab47bc!important}.text-purple-darken-1[data-v-2e323ae8]{color:#8e24aa!important}.text-purple-darken-2[data-v-2e323ae8]{color:#7b1fa2!important}.text-purple-darken-3[data-v-2e323ae8]{color:#6a1b9a!important}.text-purple-darken-4[data-v-2e323ae8]{color:#4a148c!important}.text-purple-accent-1[data-v-2e323ae8]{color:#ea80fc!important}.text-purple-accent-2[data-v-2e323ae8]{color:#e040fb!important}.text-purple-accent-3[data-v-2e323ae8]{color:#d500f9!important}.text-purple-accent-4[data-v-2e323ae8]{color:#a0f!important}.text-deep-purple[data-v-2e323ae8]{color:#673ab7!important}.text-deep-purple-lighten-5[data-v-2e323ae8]{color:#ede7f6!important}.text-deep-purple-lighten-4[data-v-2e323ae8]{color:#d1c4e9!important}.text-deep-purple-lighten-3[data-v-2e323ae8]{color:#b39ddb!important}.text-deep-purple-lighten-2[data-v-2e323ae8]{color:#9575cd!important}.text-deep-purple-lighten-1[data-v-2e323ae8]{color:#7e57c2!important}.text-deep-purple-darken-1[data-v-2e323ae8]{color:#5e35b1!important}.text-deep-purple-darken-2[data-v-2e323ae8]{color:#512da8!important}.text-deep-purple-darken-3[data-v-2e323ae8]{color:#4527a0!important}.text-deep-purple-darken-4[data-v-2e323ae8]{color:#311b92!important}.text-deep-purple-accent-1[data-v-2e323ae8]{color:#b388ff!important}.text-deep-purple-accent-2[data-v-2e323ae8]{color:#7c4dff!important}.text-deep-purple-accent-3[data-v-2e323ae8]{color:#651fff!important}.text-deep-purple-accent-4[data-v-2e323ae8]{color:#6200ea!important}.text-indigo[data-v-2e323ae8]{color:#3f51b5!important}.text-indigo-lighten-5[data-v-2e323ae8]{color:#e8eaf6!important}.text-indigo-lighten-4[data-v-2e323ae8]{color:#c5cae9!important}.text-indigo-lighten-3[data-v-2e323ae8]{color:#9fa8da!important}.text-indigo-lighten-2[data-v-2e323ae8]{color:#7986cb!important}.text-indigo-lighten-1[data-v-2e323ae8]{color:#5c6bc0!important}.text-indigo-darken-1[data-v-2e323ae8]{color:#3949ab!important}.text-indigo-darken-2[data-v-2e323ae8]{color:#303f9f!important}.text-indigo-darken-3[data-v-2e323ae8]{color:#283593!important}.text-indigo-darken-4[data-v-2e323ae8]{color:#1a237e!important}.text-indigo-accent-1[data-v-2e323ae8]{color:#8c9eff!important}.text-indigo-accent-2[data-v-2e323ae8]{color:#536dfe!important}.text-indigo-accent-3[data-v-2e323ae8]{color:#3d5afe!important}.text-indigo-accent-4[data-v-2e323ae8]{color:#304ffe!important}.text-blue[data-v-2e323ae8]{color:#2196f3!important}.text-blue-lighten-5[data-v-2e323ae8]{color:#e3f2fd!important}.text-blue-lighten-4[data-v-2e323ae8]{color:#bbdefb!important}.text-blue-lighten-3[data-v-2e323ae8]{color:#90caf9!important}.text-blue-lighten-2[data-v-2e323ae8]{color:#64b5f6!important}.text-blue-lighten-1[data-v-2e323ae8]{color:#42a5f5!important}.text-blue-darken-1[data-v-2e323ae8]{color:#1e88e5!important}.text-blue-darken-2[data-v-2e323ae8]{color:#1976d2!important}.text-blue-darken-3[data-v-2e323ae8]{color:#1565c0!important}.text-blue-darken-4[data-v-2e323ae8]{color:#0d47a1!important}.text-blue-accent-1[data-v-2e323ae8]{color:#82b1ff!important}.text-blue-accent-2[data-v-2e323ae8]{color:#448aff!important}.text-blue-accent-3[data-v-2e323ae8]{color:#2979ff!important}.text-blue-accent-4[data-v-2e323ae8]{color:#2962ff!important}.text-light-blue[data-v-2e323ae8]{color:#03a9f4!important}.text-light-blue-lighten-5[data-v-2e323ae8]{color:#e1f5fe!important}.text-light-blue-lighten-4[data-v-2e323ae8]{color:#b3e5fc!important}.text-light-blue-lighten-3[data-v-2e323ae8]{color:#81d4fa!important}.text-light-blue-lighten-2[data-v-2e323ae8]{color:#4fc3f7!important}.text-light-blue-lighten-1[data-v-2e323ae8]{color:#29b6f6!important}.text-light-blue-darken-1[data-v-2e323ae8]{color:#039be5!important}.text-light-blue-darken-2[data-v-2e323ae8]{color:#0288d1!important}.text-light-blue-darken-3[data-v-2e323ae8]{color:#0277bd!important}.text-light-blue-darken-4[data-v-2e323ae8]{color:#01579b!important}.text-light-blue-accent-1[data-v-2e323ae8]{color:#80d8ff!important}.text-light-blue-accent-2[data-v-2e323ae8]{color:#40c4ff!important}.text-light-blue-accent-3[data-v-2e323ae8]{color:#00b0ff!important}.text-light-blue-accent-4[data-v-2e323ae8]{color:#0091ea!important}.text-cyan[data-v-2e323ae8]{color:#00bcd4!important}.text-cyan-lighten-5[data-v-2e323ae8]{color:#e0f7fa!important}.text-cyan-lighten-4[data-v-2e323ae8]{color:#b2ebf2!important}.text-cyan-lighten-3[data-v-2e323ae8]{color:#80deea!important}.text-cyan-lighten-2[data-v-2e323ae8]{color:#4dd0e1!important}.text-cyan-lighten-1[data-v-2e323ae8]{color:#26c6da!important}.text-cyan-darken-1[data-v-2e323ae8]{color:#00acc1!important}.text-cyan-darken-2[data-v-2e323ae8]{color:#0097a7!important}.text-cyan-darken-3[data-v-2e323ae8]{color:#00838f!important}.text-cyan-darken-4[data-v-2e323ae8]{color:#006064!important}.text-cyan-accent-1[data-v-2e323ae8]{color:#84ffff!important}.text-cyan-accent-2[data-v-2e323ae8]{color:#18ffff!important}.text-cyan-accent-3[data-v-2e323ae8]{color:#00e5ff!important}.text-cyan-accent-4[data-v-2e323ae8]{color:#00b8d4!important}.text-teal[data-v-2e323ae8]{color:#009688!important}.text-teal-lighten-5[data-v-2e323ae8]{color:#e0f2f1!important}.text-teal-lighten-4[data-v-2e323ae8]{color:#b2dfdb!important}.text-teal-lighten-3[data-v-2e323ae8]{color:#80cbc4!important}.text-teal-lighten-2[data-v-2e323ae8]{color:#4db6ac!important}.text-teal-lighten-1[data-v-2e323ae8]{color:#26a69a!important}.text-teal-darken-1[data-v-2e323ae8]{color:#00897b!important}.text-teal-darken-2[data-v-2e323ae8]{color:#00796b!important}.text-teal-darken-3[data-v-2e323ae8]{color:#00695c!important}.text-teal-darken-4[data-v-2e323ae8]{color:#004d40!important}.text-teal-accent-1[data-v-2e323ae8]{color:#a7ffeb!important}.text-teal-accent-2[data-v-2e323ae8]{color:#64ffda!important}.text-teal-accent-3[data-v-2e323ae8]{color:#1de9b6!important}.text-teal-accent-4[data-v-2e323ae8]{color:#00bfa5!important}.text-green[data-v-2e323ae8]{color:#4caf50!important}.text-green-lighten-5[data-v-2e323ae8]{color:#e8f5e9!important}.text-green-lighten-4[data-v-2e323ae8]{color:#c8e6c9!important}.text-green-lighten-3[data-v-2e323ae8]{color:#a5d6a7!important}.text-green-lighten-2[data-v-2e323ae8]{color:#81c784!important}.text-green-lighten-1[data-v-2e323ae8]{color:#66bb6a!important}.text-green-darken-1[data-v-2e323ae8]{color:#43a047!important}.text-green-darken-2[data-v-2e323ae8]{color:#388e3c!important}.text-green-darken-3[data-v-2e323ae8]{color:#2e7d32!important}.text-green-darken-4[data-v-2e323ae8]{color:#1b5e20!important}.text-green-accent-1[data-v-2e323ae8]{color:#b9f6ca!important}.text-green-accent-2[data-v-2e323ae8]{color:#69f0ae!important}.text-green-accent-3[data-v-2e323ae8]{color:#00e676!important}.text-green-accent-4[data-v-2e323ae8]{color:#00c853!important}.text-light-green[data-v-2e323ae8]{color:#8bc34a!important}.text-light-green-lighten-5[data-v-2e323ae8]{color:#f1f8e9!important}.text-light-green-lighten-4[data-v-2e323ae8]{color:#dcedc8!important}.text-light-green-lighten-3[data-v-2e323ae8]{color:#c5e1a5!important}.text-light-green-lighten-2[data-v-2e323ae8]{color:#aed581!important}.text-light-green-lighten-1[data-v-2e323ae8]{color:#9ccc65!important}.text-light-green-darken-1[data-v-2e323ae8]{color:#7cb342!important}.text-light-green-darken-2[data-v-2e323ae8]{color:#689f38!important}.text-light-green-darken-3[data-v-2e323ae8]{color:#558b2f!important}.text-light-green-darken-4[data-v-2e323ae8]{color:#33691e!important}.text-light-green-accent-1[data-v-2e323ae8]{color:#ccff90!important}.text-light-green-accent-2[data-v-2e323ae8]{color:#b2ff59!important}.text-light-green-accent-3[data-v-2e323ae8]{color:#76ff03!important}.text-light-green-accent-4[data-v-2e323ae8]{color:#64dd17!important}.text-lime[data-v-2e323ae8]{color:#cddc39!important}.text-lime-lighten-5[data-v-2e323ae8]{color:#f9fbe7!important}.text-lime-lighten-4[data-v-2e323ae8]{color:#f0f4c3!important}.text-lime-lighten-3[data-v-2e323ae8]{color:#e6ee9c!important}.text-lime-lighten-2[data-v-2e323ae8]{color:#dce775!important}.text-lime-lighten-1[data-v-2e323ae8]{color:#d4e157!important}.text-lime-darken-1[data-v-2e323ae8]{color:#c0ca33!important}.text-lime-darken-2[data-v-2e323ae8]{color:#afb42b!important}.text-lime-darken-3[data-v-2e323ae8]{color:#9e9d24!important}.text-lime-darken-4[data-v-2e323ae8]{color:#827717!important}.text-lime-accent-1[data-v-2e323ae8]{color:#f4ff81!important}.text-lime-accent-2[data-v-2e323ae8]{color:#eeff41!important}.text-lime-accent-3[data-v-2e323ae8]{color:#c6ff00!important}.text-lime-accent-4[data-v-2e323ae8]{color:#aeea00!important}.text-yellow[data-v-2e323ae8]{color:#ffeb3b!important}.text-yellow-lighten-5[data-v-2e323ae8]{color:#fffde7!important}.text-yellow-lighten-4[data-v-2e323ae8]{color:#fff9c4!important}.text-yellow-lighten-3[data-v-2e323ae8]{color:#fff59d!important}.text-yellow-lighten-2[data-v-2e323ae8]{color:#fff176!important}.text-yellow-lighten-1[data-v-2e323ae8]{color:#ffee58!important}.text-yellow-darken-1[data-v-2e323ae8]{color:#fdd835!important}.text-yellow-darken-2[data-v-2e323ae8]{color:#fbc02d!important}.text-yellow-darken-3[data-v-2e323ae8]{color:#f9a825!important}.text-yellow-darken-4[data-v-2e323ae8]{color:#f57f17!important}.text-yellow-accent-1[data-v-2e323ae8]{color:#ffff8d!important}.text-yellow-accent-2[data-v-2e323ae8]{color:#ff0!important}.text-yellow-accent-3[data-v-2e323ae8]{color:#ffea00!important}.text-yellow-accent-4[data-v-2e323ae8]{color:#ffd600!important}.text-amber[data-v-2e323ae8]{color:#ffc107!important}.text-amber-lighten-5[data-v-2e323ae8]{color:#fff8e1!important}.text-amber-lighten-4[data-v-2e323ae8]{color:#ffecb3!important}.text-amber-lighten-3[data-v-2e323ae8]{color:#ffe082!important}.text-amber-lighten-2[data-v-2e323ae8]{color:#ffd54f!important}.text-amber-lighten-1[data-v-2e323ae8]{color:#ffca28!important}.text-amber-darken-1[data-v-2e323ae8]{color:#ffb300!important}.text-amber-darken-2[data-v-2e323ae8]{color:#ffa000!important}.text-amber-darken-3[data-v-2e323ae8]{color:#ff8f00!important}.text-amber-darken-4[data-v-2e323ae8]{color:#ff6f00!important}.text-amber-accent-1[data-v-2e323ae8]{color:#ffe57f!important}.text-amber-accent-2[data-v-2e323ae8]{color:#ffd740!important}.text-amber-accent-3[data-v-2e323ae8]{color:#ffc400!important}.text-amber-accent-4[data-v-2e323ae8]{color:#ffab00!important}.text-orange[data-v-2e323ae8]{color:#ff9800!important}.text-orange-lighten-5[data-v-2e323ae8]{color:#fff3e0!important}.text-orange-lighten-4[data-v-2e323ae8]{color:#ffe0b2!important}.text-orange-lighten-3[data-v-2e323ae8]{color:#ffcc80!important}.text-orange-lighten-2[data-v-2e323ae8]{color:#ffb74d!important}.text-orange-lighten-1[data-v-2e323ae8]{color:#ffa726!important}.text-orange-darken-1[data-v-2e323ae8]{color:#fb8c00!important}.text-orange-darken-2[data-v-2e323ae8]{color:#f57c00!important}.text-orange-darken-3[data-v-2e323ae8]{color:#ef6c00!important}.text-orange-darken-4[data-v-2e323ae8]{color:#e65100!important}.text-orange-accent-1[data-v-2e323ae8]{color:#ffd180!important}.text-orange-accent-2[data-v-2e323ae8]{color:#ffab40!important}.text-orange-accent-3[data-v-2e323ae8]{color:#ff9100!important}.text-orange-accent-4[data-v-2e323ae8]{color:#ff6d00!important}.text-deep-orange[data-v-2e323ae8]{color:#ff5722!important}.text-deep-orange-lighten-5[data-v-2e323ae8]{color:#fbe9e7!important}.text-deep-orange-lighten-4[data-v-2e323ae8]{color:#ffccbc!important}.text-deep-orange-lighten-3[data-v-2e323ae8]{color:#ffab91!important}.text-deep-orange-lighten-2[data-v-2e323ae8]{color:#ff8a65!important}.text-deep-orange-lighten-1[data-v-2e323ae8]{color:#ff7043!important}.text-deep-orange-darken-1[data-v-2e323ae8]{color:#f4511e!important}.text-deep-orange-darken-2[data-v-2e323ae8]{color:#e64a19!important}.text-deep-orange-darken-3[data-v-2e323ae8]{color:#d84315!important}.text-deep-orange-darken-4[data-v-2e323ae8]{color:#bf360c!important}.text-deep-orange-accent-1[data-v-2e323ae8]{color:#ff9e80!important}.text-deep-orange-accent-2[data-v-2e323ae8]{color:#ff6e40!important}.text-deep-orange-accent-3[data-v-2e323ae8]{color:#ff3d00!important}.text-deep-orange-accent-4[data-v-2e323ae8]{color:#dd2c00!important}.text-brown[data-v-2e323ae8]{color:#795548!important}.text-brown-lighten-5[data-v-2e323ae8]{color:#efebe9!important}.text-brown-lighten-4[data-v-2e323ae8]{color:#d7ccc8!important}.text-brown-lighten-3[data-v-2e323ae8]{color:#bcaaa4!important}.text-brown-lighten-2[data-v-2e323ae8]{color:#a1887f!important}.text-brown-lighten-1[data-v-2e323ae8]{color:#8d6e63!important}.text-brown-darken-1[data-v-2e323ae8]{color:#6d4c41!important}.text-brown-darken-2[data-v-2e323ae8]{color:#5d4037!important}.text-brown-darken-3[data-v-2e323ae8]{color:#4e342e!important}.text-brown-darken-4[data-v-2e323ae8]{color:#3e2723!important}.text-blue-grey[data-v-2e323ae8]{color:#607d8b!important}.text-blue-grey-lighten-5[data-v-2e323ae8]{color:#eceff1!important}.text-blue-grey-lighten-4[data-v-2e323ae8]{color:#cfd8dc!important}.text-blue-grey-lighten-3[data-v-2e323ae8]{color:#b0bec5!important}.text-blue-grey-lighten-2[data-v-2e323ae8]{color:#90a4ae!important}.text-blue-grey-lighten-1[data-v-2e323ae8]{color:#78909c!important}.text-blue-grey-darken-1[data-v-2e323ae8]{color:#546e7a!important}.text-blue-grey-darken-2[data-v-2e323ae8]{color:#455a64!important}.text-blue-grey-darken-3[data-v-2e323ae8]{color:#37474f!important}.text-blue-grey-darken-4[data-v-2e323ae8]{color:#263238!important}.text-grey[data-v-2e323ae8]{color:#9e9e9e!important}.text-grey-lighten-5[data-v-2e323ae8]{color:#fafafa!important}.text-grey-lighten-4[data-v-2e323ae8]{color:#f5f5f5!important}.text-grey-lighten-3[data-v-2e323ae8]{color:#eee!important}.text-grey-lighten-2[data-v-2e323ae8]{color:#e0e0e0!important}.text-grey-lighten-1[data-v-2e323ae8]{color:#bdbdbd!important}.text-grey-darken-1[data-v-2e323ae8]{color:#757575!important}.text-grey-darken-2[data-v-2e323ae8]{color:#616161!important}.text-grey-darken-3[data-v-2e323ae8]{color:#424242!important}.text-grey-darken-4[data-v-2e323ae8]{color:#212121!important}.text-shades-black[data-v-2e323ae8]{color:#000!important}.text-shades-white[data-v-2e323ae8]{color:#fff!important}.text-shades-transparent[data-v-2e323ae8]{color:transparent!important}html[data-v-2e323ae8]{box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%;word-break:normal;-moz-tab-size:4;tab-size:4;font-family:Roboto,sans-serif;line-height:1.5;font-size:1rem;overflow-x:hidden;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:rgba(0,0,0,0)}*[data-v-2e323ae8],[data-v-2e323ae8]:before,[data-v-2e323ae8]:after{background-repeat:no-repeat;box-sizing:inherit}[data-v-2e323ae8]:before,[data-v-2e323ae8]:after{text-decoration:inherit;vertical-align:inherit}*[data-v-2e323ae8]{padding:0;margin:0}hr[data-v-2e323ae8]{overflow:visible;height:0}details[data-v-2e323ae8],main[data-v-2e323ae8]{display:block}summary[data-v-2e323ae8]{display:list-item}small[data-v-2e323ae8]{font-size:80%}[hidden][data-v-2e323ae8]{display:none}abbr[title][data-v-2e323ae8]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}a[data-v-2e323ae8]{background-color:transparent}a[data-v-2e323ae8]:active,a[data-v-2e323ae8]:hover{outline-width:0}code[data-v-2e323ae8],kbd[data-v-2e323ae8],pre[data-v-2e323ae8],samp[data-v-2e323ae8]{font-family:monospace,monospace}pre[data-v-2e323ae8]{font-size:1em}b[data-v-2e323ae8],strong[data-v-2e323ae8]{font-weight:bolder}sub[data-v-2e323ae8],sup[data-v-2e323ae8]{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub[data-v-2e323ae8]{bottom:-.25em}sup[data-v-2e323ae8]{top:-.5em}input[data-v-2e323ae8]{border-radius:0}[disabled][data-v-2e323ae8]{cursor:default}[type=number][data-v-2e323ae8]::-webkit-inner-spin-button,[type=number][data-v-2e323ae8]::-webkit-outer-spin-button{height:auto}[type=search][data-v-2e323ae8]{-webkit-appearance:textfield;outline-offset:-2px}[type=search][data-v-2e323ae8]::-webkit-search-cancel-button,[type=search][data-v-2e323ae8]::-webkit-search-decoration{-webkit-appearance:none}textarea[data-v-2e323ae8]{overflow:auto;resize:vertical}button[data-v-2e323ae8],input[data-v-2e323ae8],optgroup[data-v-2e323ae8],select[data-v-2e323ae8],textarea[data-v-2e323ae8]{font:inherit}optgroup[data-v-2e323ae8]{font-weight:700}button[data-v-2e323ae8]{overflow:visible}button[data-v-2e323ae8],select[data-v-2e323ae8]{text-transform:none}button[data-v-2e323ae8],[type=button][data-v-2e323ae8],[type=reset][data-v-2e323ae8],[type=submit][data-v-2e323ae8],[role=button][data-v-2e323ae8]{cursor:pointer;color:inherit}button[data-v-2e323ae8]::-moz-focus-inner,[type=button][data-v-2e323ae8]::-moz-focus-inner,[type=reset][data-v-2e323ae8]::-moz-focus-inner,[type=submit][data-v-2e323ae8]::-moz-focus-inner{border-style:none;padding:0}button[data-v-2e323ae8]:-moz-focusring,[type=button][data-v-2e323ae8]::-moz-focus-inner,[type=reset][data-v-2e323ae8]::-moz-focus-inner,[type=submit][data-v-2e323ae8]::-moz-focus-inner{outline:1px dotted ButtonText}button[data-v-2e323ae8],html [type=button][data-v-2e323ae8],[type=reset][data-v-2e323ae8],[type=submit][data-v-2e323ae8]{-webkit-appearance:button}button[data-v-2e323ae8],input[data-v-2e323ae8],select[data-v-2e323ae8],textarea[data-v-2e323ae8]{background-color:transparent;border-style:none}select[data-v-2e323ae8]{-moz-appearance:none;-webkit-appearance:none}select[data-v-2e323ae8]::-ms-expand{display:none}select[data-v-2e323ae8]::-ms-value{color:currentColor}legend[data-v-2e323ae8]{border:0;color:inherit;display:table;max-width:100%;white-space:normal}[data-v-2e323ae8]::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}[data-v-2e323ae8]::-ms-clear,[data-v-2e323ae8]::-ms-reveal{display:none}img[data-v-2e323ae8]{border-style:none}progress[data-v-2e323ae8]{vertical-align:baseline}@media screen{[hidden~=screen][data-v-2e323ae8]{display:inherit}[hidden~=screen][data-v-2e323ae8]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true][data-v-2e323ae8]{cursor:progress}[aria-controls][data-v-2e323ae8]{cursor:pointer}[aria-disabled=true][data-v-2e323ae8]{cursor:default}.dialog-transition-enter-active[data-v-2e323ae8],.dialog-bottom-transition-enter-active[data-v-2e323ae8],.dialog-top-transition-enter-active[data-v-2e323ae8]{transition-duration:225ms!important;transition-timing-function:cubic-bezier(0,0,.2,1)!important}.dialog-transition-leave-active[data-v-2e323ae8],.dialog-bottom-transition-leave-active[data-v-2e323ae8],.dialog-top-transition-leave-active[data-v-2e323ae8]{transition-duration:125ms!important;transition-timing-function:cubic-bezier(.4,0,1,1)!important}.dialog-transition-enter-active[data-v-2e323ae8],.dialog-transition-leave-active[data-v-2e323ae8],.dialog-bottom-transition-enter-active[data-v-2e323ae8],.dialog-bottom-transition-leave-active[data-v-2e323ae8],.dialog-top-transition-enter-active[data-v-2e323ae8],.dialog-top-transition-leave-active[data-v-2e323ae8]{transition-property:transform,opacity!important;pointer-events:none}.dialog-transition-enter-from[data-v-2e323ae8],.dialog-transition-leave-to[data-v-2e323ae8]{transform:scale(.9);opacity:0}.dialog-transition-enter-to[data-v-2e323ae8],.dialog-transition-leave-from[data-v-2e323ae8]{opacity:1}.dialog-bottom-transition-enter-from[data-v-2e323ae8],.dialog-bottom-transition-leave-to[data-v-2e323ae8]{transform:translateY(calc(50vh + 50%))}.dialog-top-transition-enter-from[data-v-2e323ae8],.dialog-top-transition-leave-to[data-v-2e323ae8]{transform:translateY(calc(-50vh - 50%))}.picker-transition-enter-active[data-v-2e323ae8],.picker-reverse-transition-enter-active[data-v-2e323ae8],.picker-transition-leave-active[data-v-2e323ae8],.picker-reverse-transition-leave-active[data-v-2e323ae8]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-move[data-v-2e323ae8],.picker-reverse-transition-move[data-v-2e323ae8]{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-enter-from[data-v-2e323ae8],.picker-transition-leave-to[data-v-2e323ae8],.picker-reverse-transition-enter-from[data-v-2e323ae8],.picker-reverse-transition-leave-to[data-v-2e323ae8]{opacity:0}.picker-transition-leave-from[data-v-2e323ae8],.picker-transition-leave-active[data-v-2e323ae8],.picker-transition-leave-to[data-v-2e323ae8],.picker-reverse-transition-leave-from[data-v-2e323ae8],.picker-reverse-transition-leave-active[data-v-2e323ae8],.picker-reverse-transition-leave-to[data-v-2e323ae8]{position:absolute!important}.picker-transition-enter-active[data-v-2e323ae8],.picker-transition-leave-active[data-v-2e323ae8],.picker-reverse-transition-enter-active[data-v-2e323ae8],.picker-reverse-transition-leave-active[data-v-2e323ae8]{transition-property:transform,opacity!important}.picker-transition-enter-active[data-v-2e323ae8],.picker-transition-leave-active[data-v-2e323ae8]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-move[data-v-2e323ae8]{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-enter-from[data-v-2e323ae8]{transform:translateY(100%)}.picker-transition-leave-to[data-v-2e323ae8]{transform:translateY(-100%)}.picker-reverse-transition-enter-active[data-v-2e323ae8],.picker-reverse-transition-leave-active[data-v-2e323ae8]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-reverse-transition-move[data-v-2e323ae8]{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-reverse-transition-enter-from[data-v-2e323ae8]{transform:translateY(-100%)}.picker-reverse-transition-leave-to[data-v-2e323ae8]{transform:translateY(100%)}.expand-transition-enter-active[data-v-2e323ae8],.expand-transition-leave-active[data-v-2e323ae8]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-transition-move[data-v-2e323ae8]{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-transition-enter-active[data-v-2e323ae8],.expand-transition-leave-active[data-v-2e323ae8]{transition-property:height!important}.expand-x-transition-enter-active[data-v-2e323ae8],.expand-x-transition-leave-active[data-v-2e323ae8]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-x-transition-move[data-v-2e323ae8]{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-x-transition-enter-active[data-v-2e323ae8],.expand-x-transition-leave-active[data-v-2e323ae8]{transition-property:width!important}.scale-transition-enter-active[data-v-2e323ae8]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-transition-leave-active[data-v-2e323ae8]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.1s!important}.scale-transition-move[data-v-2e323ae8]{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-transition-leave-to[data-v-2e323ae8]{opacity:0}.scale-transition-enter-from[data-v-2e323ae8]{opacity:0;transform:scale(0)}.scale-transition-enter-active[data-v-2e323ae8],.scale-transition-leave-active[data-v-2e323ae8]{transition-property:transform,opacity!important}.scale-rotate-transition-enter-active[data-v-2e323ae8]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-transition-leave-active[data-v-2e323ae8]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.1s!important}.scale-rotate-transition-move[data-v-2e323ae8]{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-transition-leave-to[data-v-2e323ae8]{opacity:0}.scale-rotate-transition-enter-from[data-v-2e323ae8]{opacity:0;transform:scale(0) rotate(-45deg)}.scale-rotate-transition-enter-active[data-v-2e323ae8],.scale-rotate-transition-leave-active[data-v-2e323ae8]{transition-property:transform,opacity!important}.scale-rotate-reverse-transition-enter-active[data-v-2e323ae8]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-reverse-transition-leave-active[data-v-2e323ae8]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.1s!important}.scale-rotate-reverse-transition-move[data-v-2e323ae8]{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-reverse-transition-leave-to[data-v-2e323ae8]{opacity:0}.scale-rotate-reverse-transition-enter-from[data-v-2e323ae8]{opacity:0;transform:scale(0) rotate(45deg)}.scale-rotate-reverse-transition-enter-active[data-v-2e323ae8],.scale-rotate-reverse-transition-leave-active[data-v-2e323ae8]{transition-property:transform,opacity!important}.message-transition-enter-active[data-v-2e323ae8],.message-transition-leave-active[data-v-2e323ae8]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.message-transition-move[data-v-2e323ae8]{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.message-transition-enter-from[data-v-2e323ae8],.message-transition-leave-to[data-v-2e323ae8]{opacity:0;transform:translateY(-15px)}.message-transition-leave-from[data-v-2e323ae8],.message-transition-leave-active[data-v-2e323ae8]{position:absolute}.message-transition-enter-active[data-v-2e323ae8],.message-transition-leave-active[data-v-2e323ae8]{transition-property:transform,opacity!important}.slide-y-transition-enter-active[data-v-2e323ae8],.slide-y-transition-leave-active[data-v-2e323ae8]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-transition-move[data-v-2e323ae8]{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-transition-enter-from[data-v-2e323ae8],.slide-y-transition-leave-to[data-v-2e323ae8]{opacity:0;transform:translateY(-15px)}.slide-y-transition-enter-active[data-v-2e323ae8],.slide-y-transition-leave-active[data-v-2e323ae8]{transition-property:transform,opacity!important}.slide-y-reverse-transition-enter-active[data-v-2e323ae8],.slide-y-reverse-transition-leave-active[data-v-2e323ae8]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-reverse-transition-move[data-v-2e323ae8]{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-reverse-transition-enter-from[data-v-2e323ae8],.slide-y-reverse-transition-leave-to[data-v-2e323ae8]{opacity:0;transform:translateY(15px)}.slide-y-reverse-transition-enter-active[data-v-2e323ae8],.slide-y-reverse-transition-leave-active[data-v-2e323ae8]{transition-property:transform,opacity!important}.scroll-y-transition-enter-active[data-v-2e323ae8],.scroll-y-transition-leave-active[data-v-2e323ae8]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-transition-move[data-v-2e323ae8]{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-transition-enter-from[data-v-2e323ae8],.scroll-y-transition-leave-to[data-v-2e323ae8]{opacity:0}.scroll-y-transition-enter-from[data-v-2e323ae8]{transform:translateY(-15px)}.scroll-y-transition-leave-to[data-v-2e323ae8]{transform:translateY(15px)}.scroll-y-transition-enter-active[data-v-2e323ae8],.scroll-y-transition-leave-active[data-v-2e323ae8]{transition-property:transform,opacity!important}.scroll-y-reverse-transition-enter-active[data-v-2e323ae8],.scroll-y-reverse-transition-leave-active[data-v-2e323ae8]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-reverse-transition-move[data-v-2e323ae8]{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-reverse-transition-enter-from[data-v-2e323ae8],.scroll-y-reverse-transition-leave-to[data-v-2e323ae8]{opacity:0}.scroll-y-reverse-transition-enter-from[data-v-2e323ae8]{transform:translateY(15px)}.scroll-y-reverse-transition-leave-to[data-v-2e323ae8]{transform:translateY(-15px)}.scroll-y-reverse-transition-enter-active[data-v-2e323ae8],.scroll-y-reverse-transition-leave-active[data-v-2e323ae8]{transition-property:transform,opacity!important}.scroll-x-transition-enter-active[data-v-2e323ae8],.scroll-x-transition-leave-active[data-v-2e323ae8]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-transition-move[data-v-2e323ae8]{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-transition-enter-from[data-v-2e323ae8],.scroll-x-transition-leave-to[data-v-2e323ae8]{opacity:0}.scroll-x-transition-enter-from[data-v-2e323ae8]{transform:translate(-15px)}.scroll-x-transition-leave-to[data-v-2e323ae8]{transform:translate(15px)}.scroll-x-transition-enter-active[data-v-2e323ae8],.scroll-x-transition-leave-active[data-v-2e323ae8]{transition-property:transform,opacity!important}.scroll-x-reverse-transition-enter-active[data-v-2e323ae8],.scroll-x-reverse-transition-leave-active[data-v-2e323ae8]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-reverse-transition-move[data-v-2e323ae8]{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-reverse-transition-enter-from[data-v-2e323ae8],.scroll-x-reverse-transition-leave-to[data-v-2e323ae8]{opacity:0}.scroll-x-reverse-transition-enter-from[data-v-2e323ae8]{transform:translate(15px)}.scroll-x-reverse-transition-leave-to[data-v-2e323ae8]{transform:translate(-15px)}.scroll-x-reverse-transition-enter-active[data-v-2e323ae8],.scroll-x-reverse-transition-leave-active[data-v-2e323ae8]{transition-property:transform,opacity!important}.slide-x-transition-enter-active[data-v-2e323ae8],.slide-x-transition-leave-active[data-v-2e323ae8]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-transition-move[data-v-2e323ae8]{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-transition-enter-from[data-v-2e323ae8],.slide-x-transition-leave-to[data-v-2e323ae8]{opacity:0;transform:translate(-15px)}.slide-x-transition-enter-active[data-v-2e323ae8],.slide-x-transition-leave-active[data-v-2e323ae8]{transition-property:transform,opacity!important}.slide-x-reverse-transition-enter-active[data-v-2e323ae8],.slide-x-reverse-transition-leave-active[data-v-2e323ae8]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-reverse-transition-move[data-v-2e323ae8]{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-reverse-transition-enter-from[data-v-2e323ae8],.slide-x-reverse-transition-leave-to[data-v-2e323ae8]{opacity:0;transform:translate(15px)}.slide-x-reverse-transition-enter-active[data-v-2e323ae8],.slide-x-reverse-transition-leave-active[data-v-2e323ae8]{transition-property:transform,opacity!important}.fade-transition-enter-active[data-v-2e323ae8],.fade-transition-leave-active[data-v-2e323ae8]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fade-transition-move[data-v-2e323ae8]{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fade-transition-enter-from[data-v-2e323ae8],.fade-transition-leave-to[data-v-2e323ae8]{opacity:0!important}.fade-transition-enter-active[data-v-2e323ae8],.fade-transition-leave-active[data-v-2e323ae8]{transition-property:opacity!important}.fab-transition-enter-active[data-v-2e323ae8],.fab-transition-leave-active[data-v-2e323ae8]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fab-transition-move[data-v-2e323ae8]{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fab-transition-enter-from[data-v-2e323ae8],.fab-transition-leave-to[data-v-2e323ae8]{transform:scale(0) rotate(-45deg)}.fab-transition-enter-active[data-v-2e323ae8],.fab-transition-leave-active[data-v-2e323ae8]{transition-property:transform!important}.v-locale--is-rtl[data-v-2e323ae8]{direction:rtl}.v-locale--is-ltr[data-v-2e323ae8]{direction:ltr}.blockquote[data-v-2e323ae8]{padding:16px 0 16px 24px;font-size:18px;font-weight:300}html.overflow-y-hidden[data-v-2e323ae8]{overflow-y:hidden!important}[data-v-2e323ae8]:root{--v-theme-overlay-multiplier: 1;--v-scrollbar-offset: 0px}@supports (-webkit-touch-callout: none){body[data-v-2e323ae8]{cursor:pointer}}@media only print{.hidden-print-only[data-v-2e323ae8]{display:none!important}}@media only screen{.hidden-screen-only[data-v-2e323ae8]{display:none!important}}@media (max-width: 599.98px){.hidden-xs[data-v-2e323ae8]{display:none!important}}@media (min-width: 600px) and (max-width: 959.98px){.hidden-sm[data-v-2e323ae8]{display:none!important}}@media (min-width: 960px) and (max-width: 1279.98px){.hidden-md[data-v-2e323ae8]{display:none!important}}@media (min-width: 1280px) and (max-width: 1919.98px){.hidden-lg[data-v-2e323ae8]{display:none!important}}@media (min-width: 1920px) and (max-width: 2559.98px){.hidden-xl[data-v-2e323ae8]{display:none!important}}@media (min-width: 2560px){.hidden-xxl[data-v-2e323ae8]{display:none!important}}@media (min-width: 600px){.hidden-sm-and-up[data-v-2e323ae8]{display:none!important}}@media (min-width: 960px){.hidden-md-and-up[data-v-2e323ae8]{display:none!important}}@media (min-width: 1280px){.hidden-lg-and-up[data-v-2e323ae8]{display:none!important}}@media (min-width: 1920px){.hidden-xl-and-up[data-v-2e323ae8]{display:none!important}}@media (max-width: 959.98px){.hidden-sm-and-down[data-v-2e323ae8]{display:none!important}}@media (max-width: 1279.98px){.hidden-md-and-down[data-v-2e323ae8]{display:none!important}}@media (max-width: 1919.98px){.hidden-lg-and-down[data-v-2e323ae8]{display:none!important}}@media (max-width: 2559.98px){.hidden-xl-and-down[data-v-2e323ae8]{display:none!important}}.elevation-24[data-v-2e323ae8]{box-shadow:0 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 9px 46px 8px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-23[data-v-2e323ae8]{box-shadow:0 11px 14px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 23px 36px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 9px 44px 8px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-22[data-v-2e323ae8]{box-shadow:0 10px 14px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 22px 35px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 8px 42px 7px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-21[data-v-2e323ae8]{box-shadow:0 10px 13px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 21px 33px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 8px 40px 7px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-20[data-v-2e323ae8]{box-shadow:0 10px 13px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 20px 31px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 8px 38px 7px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-19[data-v-2e323ae8]{box-shadow:0 9px 12px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 19px 29px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 7px 36px 6px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-18[data-v-2e323ae8]{box-shadow:0 9px 11px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 18px 28px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 7px 34px 6px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-17[data-v-2e323ae8]{box-shadow:0 8px 11px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 17px 26px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 6px 32px 5px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-16[data-v-2e323ae8]{box-shadow:0 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 6px 30px 5px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-15[data-v-2e323ae8]{box-shadow:0 8px 9px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 15px 22px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 6px 28px 5px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-14[data-v-2e323ae8]{box-shadow:0 7px 9px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 14px 21px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 5px 26px 4px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-13[data-v-2e323ae8]{box-shadow:0 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 13px 19px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 5px 24px 4px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-12[data-v-2e323ae8]{box-shadow:0 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 5px 22px 4px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-11[data-v-2e323ae8]{box-shadow:0 6px 7px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 11px 15px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 4px 20px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-10[data-v-2e323ae8]{box-shadow:0 6px 6px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 10px 14px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 4px 18px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-9[data-v-2e323ae8]{box-shadow:0 5px 6px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 9px 12px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 3px 16px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-8[data-v-2e323ae8]{box-shadow:0 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 3px 14px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-7[data-v-2e323ae8]{box-shadow:0 4px 5px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 7px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 2px 16px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-6[data-v-2e323ae8]{box-shadow:0 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 6px 10px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 18px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-5[data-v-2e323ae8]{box-shadow:0 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 5px 8px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 14px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-4[data-v-2e323ae8]{box-shadow:0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 10px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-3[data-v-2e323ae8]{box-shadow:0 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 3px 4px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 8px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-2[data-v-2e323ae8]{box-shadow:0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-1[data-v-2e323ae8]{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-0[data-v-2e323ae8]{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.d-sr-only[data-v-2e323ae8],.d-sr-only-focusable[data-v-2e323ae8]:not(:focus){border:0!important;clip:rect(0,0,0,0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.overflow-auto[data-v-2e323ae8]{overflow:auto!important}.overflow-hidden[data-v-2e323ae8]{overflow:hidden!important}.overflow-visible[data-v-2e323ae8]{overflow:visible!important}.overflow-x-auto[data-v-2e323ae8]{overflow-x:auto!important}.overflow-x-hidden[data-v-2e323ae8]{overflow-x:hidden!important}.overflow-y-auto[data-v-2e323ae8]{overflow-y:auto!important}.overflow-y-hidden[data-v-2e323ae8]{overflow-y:hidden!important}.d-none[data-v-2e323ae8]{display:none!important}.d-inline[data-v-2e323ae8]{display:inline!important}.d-inline-block[data-v-2e323ae8]{display:inline-block!important}.d-block[data-v-2e323ae8]{display:block!important}.d-table[data-v-2e323ae8]{display:table!important}.d-table-row[data-v-2e323ae8]{display:table-row!important}.d-table-cell[data-v-2e323ae8]{display:table-cell!important}.d-flex[data-v-2e323ae8]{display:flex!important}.d-inline-flex[data-v-2e323ae8]{display:inline-flex!important}.float-none[data-v-2e323ae8]{float:none!important}.float-left[data-v-2e323ae8]{float:left!important}.float-right[data-v-2e323ae8]{float:right!important}.v-locale--is-rtl .float-end[data-v-2e323ae8]{float:left!important}.v-locale--is-rtl .float-start[data-v-2e323ae8],.v-locale--is-ltr .float-end[data-v-2e323ae8]{float:right!important}.v-locale--is-ltr .float-start[data-v-2e323ae8]{float:left!important}.flex-fill[data-v-2e323ae8],.flex-1-1[data-v-2e323ae8]{flex:1 1 auto!important}.flex-1-0[data-v-2e323ae8]{flex:1 0 auto!important}.flex-0-1[data-v-2e323ae8]{flex:0 1 auto!important}.flex-0-0[data-v-2e323ae8]{flex:0 0 auto!important}.flex-1-1-100[data-v-2e323ae8]{flex:1 1 100%!important}.flex-1-0-100[data-v-2e323ae8]{flex:1 0 100%!important}.flex-0-1-100[data-v-2e323ae8]{flex:0 1 100%!important}.flex-0-0-100[data-v-2e323ae8]{flex:0 0 100%!important}.flex-row[data-v-2e323ae8]{flex-direction:row!important}.flex-column[data-v-2e323ae8]{flex-direction:column!important}.flex-row-reverse[data-v-2e323ae8]{flex-direction:row-reverse!important}.flex-column-reverse[data-v-2e323ae8]{flex-direction:column-reverse!important}.flex-grow-0[data-v-2e323ae8]{flex-grow:0!important}.flex-grow-1[data-v-2e323ae8]{flex-grow:1!important}.flex-shrink-0[data-v-2e323ae8]{flex-shrink:0!important}.flex-shrink-1[data-v-2e323ae8]{flex-shrink:1!important}.flex-wrap[data-v-2e323ae8]{flex-wrap:wrap!important}.flex-nowrap[data-v-2e323ae8]{flex-wrap:nowrap!important}.flex-wrap-reverse[data-v-2e323ae8]{flex-wrap:wrap-reverse!important}.justify-start[data-v-2e323ae8]{justify-content:flex-start!important}.justify-end[data-v-2e323ae8]{justify-content:flex-end!important}.justify-center[data-v-2e323ae8]{justify-content:center!important}.justify-space-between[data-v-2e323ae8]{justify-content:space-between!important}.justify-space-around[data-v-2e323ae8]{justify-content:space-around!important}.justify-space-evenly[data-v-2e323ae8]{justify-content:space-evenly!important}.align-start[data-v-2e323ae8]{align-items:flex-start!important}.align-end[data-v-2e323ae8]{align-items:flex-end!important}.align-center[data-v-2e323ae8]{align-items:center!important}.align-baseline[data-v-2e323ae8]{align-items:baseline!important}.align-stretch[data-v-2e323ae8]{align-items:stretch!important}.align-content-start[data-v-2e323ae8]{align-content:flex-start!important}.align-content-end[data-v-2e323ae8]{align-content:flex-end!important}.align-content-center[data-v-2e323ae8]{align-content:center!important}.align-content-space-between[data-v-2e323ae8]{align-content:space-between!important}.align-content-space-around[data-v-2e323ae8]{align-content:space-around!important}.align-content-space-evenly[data-v-2e323ae8]{align-content:space-evenly!important}.align-content-stretch[data-v-2e323ae8]{align-content:stretch!important}.align-self-auto[data-v-2e323ae8]{align-self:auto!important}.align-self-start[data-v-2e323ae8]{align-self:flex-start!important}.align-self-end[data-v-2e323ae8]{align-self:flex-end!important}.align-self-center[data-v-2e323ae8]{align-self:center!important}.align-self-baseline[data-v-2e323ae8]{align-self:baseline!important}.align-self-stretch[data-v-2e323ae8]{align-self:stretch!important}.order-first[data-v-2e323ae8]{order:-1!important}.order-0[data-v-2e323ae8]{order:0!important}.order-1[data-v-2e323ae8]{order:1!important}.order-2[data-v-2e323ae8]{order:2!important}.order-3[data-v-2e323ae8]{order:3!important}.order-4[data-v-2e323ae8]{order:4!important}.order-5[data-v-2e323ae8]{order:5!important}.order-6[data-v-2e323ae8]{order:6!important}.order-7[data-v-2e323ae8]{order:7!important}.order-8[data-v-2e323ae8]{order:8!important}.order-9[data-v-2e323ae8]{order:9!important}.order-10[data-v-2e323ae8]{order:10!important}.order-11[data-v-2e323ae8]{order:11!important}.order-12[data-v-2e323ae8]{order:12!important}.order-last[data-v-2e323ae8]{order:13!important}.ma-0[data-v-2e323ae8]{margin:0!important}.ma-1[data-v-2e323ae8]{margin:4px!important}.ma-2[data-v-2e323ae8]{margin:8px!important}.ma-3[data-v-2e323ae8]{margin:12px!important}.ma-4[data-v-2e323ae8]{margin:16px!important}.ma-5[data-v-2e323ae8]{margin:20px!important}.ma-6[data-v-2e323ae8]{margin:24px!important}.ma-7[data-v-2e323ae8]{margin:28px!important}.ma-8[data-v-2e323ae8]{margin:32px!important}.ma-9[data-v-2e323ae8]{margin:36px!important}.ma-10[data-v-2e323ae8]{margin:40px!important}.ma-11[data-v-2e323ae8]{margin:44px!important}.ma-12[data-v-2e323ae8]{margin:48px!important}.ma-13[data-v-2e323ae8]{margin:52px!important}.ma-14[data-v-2e323ae8]{margin:56px!important}.ma-15[data-v-2e323ae8]{margin:60px!important}.ma-16[data-v-2e323ae8]{margin:64px!important}.ma-auto[data-v-2e323ae8]{margin:auto!important}.mx-0[data-v-2e323ae8]{margin-right:0!important;margin-left:0!important}.mx-1[data-v-2e323ae8]{margin-right:4px!important;margin-left:4px!important}.mx-2[data-v-2e323ae8]{margin-right:8px!important;margin-left:8px!important}.mx-3[data-v-2e323ae8]{margin-right:12px!important;margin-left:12px!important}.mx-4[data-v-2e323ae8]{margin-right:16px!important;margin-left:16px!important}.mx-5[data-v-2e323ae8]{margin-right:20px!important;margin-left:20px!important}.mx-6[data-v-2e323ae8]{margin-right:24px!important;margin-left:24px!important}.mx-7[data-v-2e323ae8]{margin-right:28px!important;margin-left:28px!important}.mx-8[data-v-2e323ae8]{margin-right:32px!important;margin-left:32px!important}.mx-9[data-v-2e323ae8]{margin-right:36px!important;margin-left:36px!important}.mx-10[data-v-2e323ae8]{margin-right:40px!important;margin-left:40px!important}.mx-11[data-v-2e323ae8]{margin-right:44px!important;margin-left:44px!important}.mx-12[data-v-2e323ae8]{margin-right:48px!important;margin-left:48px!important}.mx-13[data-v-2e323ae8]{margin-right:52px!important;margin-left:52px!important}.mx-14[data-v-2e323ae8]{margin-right:56px!important;margin-left:56px!important}.mx-15[data-v-2e323ae8]{margin-right:60px!important;margin-left:60px!important}.mx-16[data-v-2e323ae8]{margin-right:64px!important;margin-left:64px!important}.mx-auto[data-v-2e323ae8]{margin-right:auto!important;margin-left:auto!important}.my-0[data-v-2e323ae8]{margin-top:0!important;margin-bottom:0!important}.my-1[data-v-2e323ae8]{margin-top:4px!important;margin-bottom:4px!important}.my-2[data-v-2e323ae8]{margin-top:8px!important;margin-bottom:8px!important}.my-3[data-v-2e323ae8]{margin-top:12px!important;margin-bottom:12px!important}.my-4[data-v-2e323ae8]{margin-top:16px!important;margin-bottom:16px!important}.my-5[data-v-2e323ae8]{margin-top:20px!important;margin-bottom:20px!important}.my-6[data-v-2e323ae8]{margin-top:24px!important;margin-bottom:24px!important}.my-7[data-v-2e323ae8]{margin-top:28px!important;margin-bottom:28px!important}.my-8[data-v-2e323ae8]{margin-top:32px!important;margin-bottom:32px!important}.my-9[data-v-2e323ae8]{margin-top:36px!important;margin-bottom:36px!important}.my-10[data-v-2e323ae8]{margin-top:40px!important;margin-bottom:40px!important}.my-11[data-v-2e323ae8]{margin-top:44px!important;margin-bottom:44px!important}.my-12[data-v-2e323ae8]{margin-top:48px!important;margin-bottom:48px!important}.my-13[data-v-2e323ae8]{margin-top:52px!important;margin-bottom:52px!important}.my-14[data-v-2e323ae8]{margin-top:56px!important;margin-bottom:56px!important}.my-15[data-v-2e323ae8]{margin-top:60px!important;margin-bottom:60px!important}.my-16[data-v-2e323ae8]{margin-top:64px!important;margin-bottom:64px!important}.my-auto[data-v-2e323ae8]{margin-top:auto!important;margin-bottom:auto!important}.mt-0[data-v-2e323ae8]{margin-top:0!important}.mt-1[data-v-2e323ae8]{margin-top:4px!important}.mt-2[data-v-2e323ae8]{margin-top:8px!important}.mt-3[data-v-2e323ae8]{margin-top:12px!important}.mt-4[data-v-2e323ae8]{margin-top:16px!important}.mt-5[data-v-2e323ae8]{margin-top:20px!important}.mt-6[data-v-2e323ae8]{margin-top:24px!important}.mt-7[data-v-2e323ae8]{margin-top:28px!important}.mt-8[data-v-2e323ae8]{margin-top:32px!important}.mt-9[data-v-2e323ae8]{margin-top:36px!important}.mt-10[data-v-2e323ae8]{margin-top:40px!important}.mt-11[data-v-2e323ae8]{margin-top:44px!important}.mt-12[data-v-2e323ae8]{margin-top:48px!important}.mt-13[data-v-2e323ae8]{margin-top:52px!important}.mt-14[data-v-2e323ae8]{margin-top:56px!important}.mt-15[data-v-2e323ae8]{margin-top:60px!important}.mt-16[data-v-2e323ae8]{margin-top:64px!important}.mt-auto[data-v-2e323ae8]{margin-top:auto!important}.mr-0[data-v-2e323ae8]{margin-right:0!important}.mr-1[data-v-2e323ae8]{margin-right:4px!important}.mr-2[data-v-2e323ae8]{margin-right:8px!important}.mr-3[data-v-2e323ae8]{margin-right:12px!important}.mr-4[data-v-2e323ae8]{margin-right:16px!important}.mr-5[data-v-2e323ae8]{margin-right:20px!important}.mr-6[data-v-2e323ae8]{margin-right:24px!important}.mr-7[data-v-2e323ae8]{margin-right:28px!important}.mr-8[data-v-2e323ae8]{margin-right:32px!important}.mr-9[data-v-2e323ae8]{margin-right:36px!important}.mr-10[data-v-2e323ae8]{margin-right:40px!important}.mr-11[data-v-2e323ae8]{margin-right:44px!important}.mr-12[data-v-2e323ae8]{margin-right:48px!important}.mr-13[data-v-2e323ae8]{margin-right:52px!important}.mr-14[data-v-2e323ae8]{margin-right:56px!important}.mr-15[data-v-2e323ae8]{margin-right:60px!important}.mr-16[data-v-2e323ae8]{margin-right:64px!important}.mr-auto[data-v-2e323ae8]{margin-right:auto!important}.mb-0[data-v-2e323ae8]{margin-bottom:0!important}.mb-1[data-v-2e323ae8]{margin-bottom:4px!important}.mb-2[data-v-2e323ae8]{margin-bottom:8px!important}.mb-3[data-v-2e323ae8]{margin-bottom:12px!important}.mb-4[data-v-2e323ae8]{margin-bottom:16px!important}.mb-5[data-v-2e323ae8]{margin-bottom:20px!important}.mb-6[data-v-2e323ae8]{margin-bottom:24px!important}.mb-7[data-v-2e323ae8]{margin-bottom:28px!important}.mb-8[data-v-2e323ae8]{margin-bottom:32px!important}.mb-9[data-v-2e323ae8]{margin-bottom:36px!important}.mb-10[data-v-2e323ae8]{margin-bottom:40px!important}.mb-11[data-v-2e323ae8]{margin-bottom:44px!important}.mb-12[data-v-2e323ae8]{margin-bottom:48px!important}.mb-13[data-v-2e323ae8]{margin-bottom:52px!important}.mb-14[data-v-2e323ae8]{margin-bottom:56px!important}.mb-15[data-v-2e323ae8]{margin-bottom:60px!important}.mb-16[data-v-2e323ae8]{margin-bottom:64px!important}.mb-auto[data-v-2e323ae8]{margin-bottom:auto!important}.ml-0[data-v-2e323ae8]{margin-left:0!important}.ml-1[data-v-2e323ae8]{margin-left:4px!important}.ml-2[data-v-2e323ae8]{margin-left:8px!important}.ml-3[data-v-2e323ae8]{margin-left:12px!important}.ml-4[data-v-2e323ae8]{margin-left:16px!important}.ml-5[data-v-2e323ae8]{margin-left:20px!important}.ml-6[data-v-2e323ae8]{margin-left:24px!important}.ml-7[data-v-2e323ae8]{margin-left:28px!important}.ml-8[data-v-2e323ae8]{margin-left:32px!important}.ml-9[data-v-2e323ae8]{margin-left:36px!important}.ml-10[data-v-2e323ae8]{margin-left:40px!important}.ml-11[data-v-2e323ae8]{margin-left:44px!important}.ml-12[data-v-2e323ae8]{margin-left:48px!important}.ml-13[data-v-2e323ae8]{margin-left:52px!important}.ml-14[data-v-2e323ae8]{margin-left:56px!important}.ml-15[data-v-2e323ae8]{margin-left:60px!important}.ml-16[data-v-2e323ae8]{margin-left:64px!important}.ml-auto[data-v-2e323ae8]{margin-left:auto!important}.ms-0[data-v-2e323ae8]{margin-inline-start:0px!important}.ms-1[data-v-2e323ae8]{margin-inline-start:4px!important}.ms-2[data-v-2e323ae8]{margin-inline-start:8px!important}.ms-3[data-v-2e323ae8]{margin-inline-start:12px!important}.ms-4[data-v-2e323ae8]{margin-inline-start:16px!important}.ms-5[data-v-2e323ae8]{margin-inline-start:20px!important}.ms-6[data-v-2e323ae8]{margin-inline-start:24px!important}.ms-7[data-v-2e323ae8]{margin-inline-start:28px!important}.ms-8[data-v-2e323ae8]{margin-inline-start:32px!important}.ms-9[data-v-2e323ae8]{margin-inline-start:36px!important}.ms-10[data-v-2e323ae8]{margin-inline-start:40px!important}.ms-11[data-v-2e323ae8]{margin-inline-start:44px!important}.ms-12[data-v-2e323ae8]{margin-inline-start:48px!important}.ms-13[data-v-2e323ae8]{margin-inline-start:52px!important}.ms-14[data-v-2e323ae8]{margin-inline-start:56px!important}.ms-15[data-v-2e323ae8]{margin-inline-start:60px!important}.ms-16[data-v-2e323ae8]{margin-inline-start:64px!important}.ms-auto[data-v-2e323ae8]{margin-inline-start:auto!important}.me-0[data-v-2e323ae8]{margin-inline-end:0px!important}.me-1[data-v-2e323ae8]{margin-inline-end:4px!important}.me-2[data-v-2e323ae8]{margin-inline-end:8px!important}.me-3[data-v-2e323ae8]{margin-inline-end:12px!important}.me-4[data-v-2e323ae8]{margin-inline-end:16px!important}.me-5[data-v-2e323ae8]{margin-inline-end:20px!important}.me-6[data-v-2e323ae8]{margin-inline-end:24px!important}.me-7[data-v-2e323ae8]{margin-inline-end:28px!important}.me-8[data-v-2e323ae8]{margin-inline-end:32px!important}.me-9[data-v-2e323ae8]{margin-inline-end:36px!important}.me-10[data-v-2e323ae8]{margin-inline-end:40px!important}.me-11[data-v-2e323ae8]{margin-inline-end:44px!important}.me-12[data-v-2e323ae8]{margin-inline-end:48px!important}.me-13[data-v-2e323ae8]{margin-inline-end:52px!important}.me-14[data-v-2e323ae8]{margin-inline-end:56px!important}.me-15[data-v-2e323ae8]{margin-inline-end:60px!important}.me-16[data-v-2e323ae8]{margin-inline-end:64px!important}.me-auto[data-v-2e323ae8]{margin-inline-end:auto!important}.ma-n1[data-v-2e323ae8]{margin:-4px!important}.ma-n2[data-v-2e323ae8]{margin:-8px!important}.ma-n3[data-v-2e323ae8]{margin:-12px!important}.ma-n4[data-v-2e323ae8]{margin:-16px!important}.ma-n5[data-v-2e323ae8]{margin:-20px!important}.ma-n6[data-v-2e323ae8]{margin:-24px!important}.ma-n7[data-v-2e323ae8]{margin:-28px!important}.ma-n8[data-v-2e323ae8]{margin:-32px!important}.ma-n9[data-v-2e323ae8]{margin:-36px!important}.ma-n10[data-v-2e323ae8]{margin:-40px!important}.ma-n11[data-v-2e323ae8]{margin:-44px!important}.ma-n12[data-v-2e323ae8]{margin:-48px!important}.ma-n13[data-v-2e323ae8]{margin:-52px!important}.ma-n14[data-v-2e323ae8]{margin:-56px!important}.ma-n15[data-v-2e323ae8]{margin:-60px!important}.ma-n16[data-v-2e323ae8]{margin:-64px!important}.mx-n1[data-v-2e323ae8]{margin-right:-4px!important;margin-left:-4px!important}.mx-n2[data-v-2e323ae8]{margin-right:-8px!important;margin-left:-8px!important}.mx-n3[data-v-2e323ae8]{margin-right:-12px!important;margin-left:-12px!important}.mx-n4[data-v-2e323ae8]{margin-right:-16px!important;margin-left:-16px!important}.mx-n5[data-v-2e323ae8]{margin-right:-20px!important;margin-left:-20px!important}.mx-n6[data-v-2e323ae8]{margin-right:-24px!important;margin-left:-24px!important}.mx-n7[data-v-2e323ae8]{margin-right:-28px!important;margin-left:-28px!important}.mx-n8[data-v-2e323ae8]{margin-right:-32px!important;margin-left:-32px!important}.mx-n9[data-v-2e323ae8]{margin-right:-36px!important;margin-left:-36px!important}.mx-n10[data-v-2e323ae8]{margin-right:-40px!important;margin-left:-40px!important}.mx-n11[data-v-2e323ae8]{margin-right:-44px!important;margin-left:-44px!important}.mx-n12[data-v-2e323ae8]{margin-right:-48px!important;margin-left:-48px!important}.mx-n13[data-v-2e323ae8]{margin-right:-52px!important;margin-left:-52px!important}.mx-n14[data-v-2e323ae8]{margin-right:-56px!important;margin-left:-56px!important}.mx-n15[data-v-2e323ae8]{margin-right:-60px!important;margin-left:-60px!important}.mx-n16[data-v-2e323ae8]{margin-right:-64px!important;margin-left:-64px!important}.my-n1[data-v-2e323ae8]{margin-top:-4px!important;margin-bottom:-4px!important}.my-n2[data-v-2e323ae8]{margin-top:-8px!important;margin-bottom:-8px!important}.my-n3[data-v-2e323ae8]{margin-top:-12px!important;margin-bottom:-12px!important}.my-n4[data-v-2e323ae8]{margin-top:-16px!important;margin-bottom:-16px!important}.my-n5[data-v-2e323ae8]{margin-top:-20px!important;margin-bottom:-20px!important}.my-n6[data-v-2e323ae8]{margin-top:-24px!important;margin-bottom:-24px!important}.my-n7[data-v-2e323ae8]{margin-top:-28px!important;margin-bottom:-28px!important}.my-n8[data-v-2e323ae8]{margin-top:-32px!important;margin-bottom:-32px!important}.my-n9[data-v-2e323ae8]{margin-top:-36px!important;margin-bottom:-36px!important}.my-n10[data-v-2e323ae8]{margin-top:-40px!important;margin-bottom:-40px!important}.my-n11[data-v-2e323ae8]{margin-top:-44px!important;margin-bottom:-44px!important}.my-n12[data-v-2e323ae8]{margin-top:-48px!important;margin-bottom:-48px!important}.my-n13[data-v-2e323ae8]{margin-top:-52px!important;margin-bottom:-52px!important}.my-n14[data-v-2e323ae8]{margin-top:-56px!important;margin-bottom:-56px!important}.my-n15[data-v-2e323ae8]{margin-top:-60px!important;margin-bottom:-60px!important}.my-n16[data-v-2e323ae8]{margin-top:-64px!important;margin-bottom:-64px!important}.mt-n1[data-v-2e323ae8]{margin-top:-4px!important}.mt-n2[data-v-2e323ae8]{margin-top:-8px!important}.mt-n3[data-v-2e323ae8]{margin-top:-12px!important}.mt-n4[data-v-2e323ae8]{margin-top:-16px!important}.mt-n5[data-v-2e323ae8]{margin-top:-20px!important}.mt-n6[data-v-2e323ae8]{margin-top:-24px!important}.mt-n7[data-v-2e323ae8]{margin-top:-28px!important}.mt-n8[data-v-2e323ae8]{margin-top:-32px!important}.mt-n9[data-v-2e323ae8]{margin-top:-36px!important}.mt-n10[data-v-2e323ae8]{margin-top:-40px!important}.mt-n11[data-v-2e323ae8]{margin-top:-44px!important}.mt-n12[data-v-2e323ae8]{margin-top:-48px!important}.mt-n13[data-v-2e323ae8]{margin-top:-52px!important}.mt-n14[data-v-2e323ae8]{margin-top:-56px!important}.mt-n15[data-v-2e323ae8]{margin-top:-60px!important}.mt-n16[data-v-2e323ae8]{margin-top:-64px!important}.mr-n1[data-v-2e323ae8]{margin-right:-4px!important}.mr-n2[data-v-2e323ae8]{margin-right:-8px!important}.mr-n3[data-v-2e323ae8]{margin-right:-12px!important}.mr-n4[data-v-2e323ae8]{margin-right:-16px!important}.mr-n5[data-v-2e323ae8]{margin-right:-20px!important}.mr-n6[data-v-2e323ae8]{margin-right:-24px!important}.mr-n7[data-v-2e323ae8]{margin-right:-28px!important}.mr-n8[data-v-2e323ae8]{margin-right:-32px!important}.mr-n9[data-v-2e323ae8]{margin-right:-36px!important}.mr-n10[data-v-2e323ae8]{margin-right:-40px!important}.mr-n11[data-v-2e323ae8]{margin-right:-44px!important}.mr-n12[data-v-2e323ae8]{margin-right:-48px!important}.mr-n13[data-v-2e323ae8]{margin-right:-52px!important}.mr-n14[data-v-2e323ae8]{margin-right:-56px!important}.mr-n15[data-v-2e323ae8]{margin-right:-60px!important}.mr-n16[data-v-2e323ae8]{margin-right:-64px!important}.mb-n1[data-v-2e323ae8]{margin-bottom:-4px!important}.mb-n2[data-v-2e323ae8]{margin-bottom:-8px!important}.mb-n3[data-v-2e323ae8]{margin-bottom:-12px!important}.mb-n4[data-v-2e323ae8]{margin-bottom:-16px!important}.mb-n5[data-v-2e323ae8]{margin-bottom:-20px!important}.mb-n6[data-v-2e323ae8]{margin-bottom:-24px!important}.mb-n7[data-v-2e323ae8]{margin-bottom:-28px!important}.mb-n8[data-v-2e323ae8]{margin-bottom:-32px!important}.mb-n9[data-v-2e323ae8]{margin-bottom:-36px!important}.mb-n10[data-v-2e323ae8]{margin-bottom:-40px!important}.mb-n11[data-v-2e323ae8]{margin-bottom:-44px!important}.mb-n12[data-v-2e323ae8]{margin-bottom:-48px!important}.mb-n13[data-v-2e323ae8]{margin-bottom:-52px!important}.mb-n14[data-v-2e323ae8]{margin-bottom:-56px!important}.mb-n15[data-v-2e323ae8]{margin-bottom:-60px!important}.mb-n16[data-v-2e323ae8]{margin-bottom:-64px!important}.ml-n1[data-v-2e323ae8]{margin-left:-4px!important}.ml-n2[data-v-2e323ae8]{margin-left:-8px!important}.ml-n3[data-v-2e323ae8]{margin-left:-12px!important}.ml-n4[data-v-2e323ae8]{margin-left:-16px!important}.ml-n5[data-v-2e323ae8]{margin-left:-20px!important}.ml-n6[data-v-2e323ae8]{margin-left:-24px!important}.ml-n7[data-v-2e323ae8]{margin-left:-28px!important}.ml-n8[data-v-2e323ae8]{margin-left:-32px!important}.ml-n9[data-v-2e323ae8]{margin-left:-36px!important}.ml-n10[data-v-2e323ae8]{margin-left:-40px!important}.ml-n11[data-v-2e323ae8]{margin-left:-44px!important}.ml-n12[data-v-2e323ae8]{margin-left:-48px!important}.ml-n13[data-v-2e323ae8]{margin-left:-52px!important}.ml-n14[data-v-2e323ae8]{margin-left:-56px!important}.ml-n15[data-v-2e323ae8]{margin-left:-60px!important}.ml-n16[data-v-2e323ae8]{margin-left:-64px!important}.ms-n1[data-v-2e323ae8]{margin-inline-start:-4px!important}.ms-n2[data-v-2e323ae8]{margin-inline-start:-8px!important}.ms-n3[data-v-2e323ae8]{margin-inline-start:-12px!important}.ms-n4[data-v-2e323ae8]{margin-inline-start:-16px!important}.ms-n5[data-v-2e323ae8]{margin-inline-start:-20px!important}.ms-n6[data-v-2e323ae8]{margin-inline-start:-24px!important}.ms-n7[data-v-2e323ae8]{margin-inline-start:-28px!important}.ms-n8[data-v-2e323ae8]{margin-inline-start:-32px!important}.ms-n9[data-v-2e323ae8]{margin-inline-start:-36px!important}.ms-n10[data-v-2e323ae8]{margin-inline-start:-40px!important}.ms-n11[data-v-2e323ae8]{margin-inline-start:-44px!important}.ms-n12[data-v-2e323ae8]{margin-inline-start:-48px!important}.ms-n13[data-v-2e323ae8]{margin-inline-start:-52px!important}.ms-n14[data-v-2e323ae8]{margin-inline-start:-56px!important}.ms-n15[data-v-2e323ae8]{margin-inline-start:-60px!important}.ms-n16[data-v-2e323ae8]{margin-inline-start:-64px!important}.me-n1[data-v-2e323ae8]{margin-inline-end:-4px!important}.me-n2[data-v-2e323ae8]{margin-inline-end:-8px!important}.me-n3[data-v-2e323ae8]{margin-inline-end:-12px!important}.me-n4[data-v-2e323ae8]{margin-inline-end:-16px!important}.me-n5[data-v-2e323ae8]{margin-inline-end:-20px!important}.me-n6[data-v-2e323ae8]{margin-inline-end:-24px!important}.me-n7[data-v-2e323ae8]{margin-inline-end:-28px!important}.me-n8[data-v-2e323ae8]{margin-inline-end:-32px!important}.me-n9[data-v-2e323ae8]{margin-inline-end:-36px!important}.me-n10[data-v-2e323ae8]{margin-inline-end:-40px!important}.me-n11[data-v-2e323ae8]{margin-inline-end:-44px!important}.me-n12[data-v-2e323ae8]{margin-inline-end:-48px!important}.me-n13[data-v-2e323ae8]{margin-inline-end:-52px!important}.me-n14[data-v-2e323ae8]{margin-inline-end:-56px!important}.me-n15[data-v-2e323ae8]{margin-inline-end:-60px!important}.me-n16[data-v-2e323ae8]{margin-inline-end:-64px!important}.pa-0[data-v-2e323ae8]{padding:0!important}.pa-1[data-v-2e323ae8]{padding:4px!important}.pa-2[data-v-2e323ae8]{padding:8px!important}.pa-3[data-v-2e323ae8]{padding:12px!important}.pa-4[data-v-2e323ae8]{padding:16px!important}.pa-5[data-v-2e323ae8]{padding:20px!important}.pa-6[data-v-2e323ae8]{padding:24px!important}.pa-7[data-v-2e323ae8]{padding:28px!important}.pa-8[data-v-2e323ae8]{padding:32px!important}.pa-9[data-v-2e323ae8]{padding:36px!important}.pa-10[data-v-2e323ae8]{padding:40px!important}.pa-11[data-v-2e323ae8]{padding:44px!important}.pa-12[data-v-2e323ae8]{padding:48px!important}.pa-13[data-v-2e323ae8]{padding:52px!important}.pa-14[data-v-2e323ae8]{padding:56px!important}.pa-15[data-v-2e323ae8]{padding:60px!important}.pa-16[data-v-2e323ae8]{padding:64px!important}.px-0[data-v-2e323ae8]{padding-right:0!important;padding-left:0!important}.px-1[data-v-2e323ae8]{padding-right:4px!important;padding-left:4px!important}.px-2[data-v-2e323ae8]{padding-right:8px!important;padding-left:8px!important}.px-3[data-v-2e323ae8]{padding-right:12px!important;padding-left:12px!important}.px-4[data-v-2e323ae8]{padding-right:16px!important;padding-left:16px!important}.px-5[data-v-2e323ae8]{padding-right:20px!important;padding-left:20px!important}.px-6[data-v-2e323ae8]{padding-right:24px!important;padding-left:24px!important}.px-7[data-v-2e323ae8]{padding-right:28px!important;padding-left:28px!important}.px-8[data-v-2e323ae8]{padding-right:32px!important;padding-left:32px!important}.px-9[data-v-2e323ae8]{padding-right:36px!important;padding-left:36px!important}.px-10[data-v-2e323ae8]{padding-right:40px!important;padding-left:40px!important}.px-11[data-v-2e323ae8]{padding-right:44px!important;padding-left:44px!important}.px-12[data-v-2e323ae8]{padding-right:48px!important;padding-left:48px!important}.px-13[data-v-2e323ae8]{padding-right:52px!important;padding-left:52px!important}.px-14[data-v-2e323ae8]{padding-right:56px!important;padding-left:56px!important}.px-15[data-v-2e323ae8]{padding-right:60px!important;padding-left:60px!important}.px-16[data-v-2e323ae8]{padding-right:64px!important;padding-left:64px!important}.py-0[data-v-2e323ae8]{padding-top:0!important;padding-bottom:0!important}.py-1[data-v-2e323ae8]{padding-top:4px!important;padding-bottom:4px!important}.py-2[data-v-2e323ae8]{padding-top:8px!important;padding-bottom:8px!important}.py-3[data-v-2e323ae8]{padding-top:12px!important;padding-bottom:12px!important}.py-4[data-v-2e323ae8]{padding-top:16px!important;padding-bottom:16px!important}.py-5[data-v-2e323ae8]{padding-top:20px!important;padding-bottom:20px!important}.py-6[data-v-2e323ae8]{padding-top:24px!important;padding-bottom:24px!important}.py-7[data-v-2e323ae8]{padding-top:28px!important;padding-bottom:28px!important}.py-8[data-v-2e323ae8]{padding-top:32px!important;padding-bottom:32px!important}.py-9[data-v-2e323ae8]{padding-top:36px!important;padding-bottom:36px!important}.py-10[data-v-2e323ae8]{padding-top:40px!important;padding-bottom:40px!important}.py-11[data-v-2e323ae8]{padding-top:44px!important;padding-bottom:44px!important}.py-12[data-v-2e323ae8]{padding-top:48px!important;padding-bottom:48px!important}.py-13[data-v-2e323ae8]{padding-top:52px!important;padding-bottom:52px!important}.py-14[data-v-2e323ae8]{padding-top:56px!important;padding-bottom:56px!important}.py-15[data-v-2e323ae8]{padding-top:60px!important;padding-bottom:60px!important}.py-16[data-v-2e323ae8]{padding-top:64px!important;padding-bottom:64px!important}.pt-0[data-v-2e323ae8]{padding-top:0!important}.pt-1[data-v-2e323ae8]{padding-top:4px!important}.pt-2[data-v-2e323ae8]{padding-top:8px!important}.pt-3[data-v-2e323ae8]{padding-top:12px!important}.pt-4[data-v-2e323ae8]{padding-top:16px!important}.pt-5[data-v-2e323ae8]{padding-top:20px!important}.pt-6[data-v-2e323ae8]{padding-top:24px!important}.pt-7[data-v-2e323ae8]{padding-top:28px!important}.pt-8[data-v-2e323ae8]{padding-top:32px!important}.pt-9[data-v-2e323ae8]{padding-top:36px!important}.pt-10[data-v-2e323ae8]{padding-top:40px!important}.pt-11[data-v-2e323ae8]{padding-top:44px!important}.pt-12[data-v-2e323ae8]{padding-top:48px!important}.pt-13[data-v-2e323ae8]{padding-top:52px!important}.pt-14[data-v-2e323ae8]{padding-top:56px!important}.pt-15[data-v-2e323ae8]{padding-top:60px!important}.pt-16[data-v-2e323ae8]{padding-top:64px!important}.pr-0[data-v-2e323ae8]{padding-right:0!important}.pr-1[data-v-2e323ae8]{padding-right:4px!important}.pr-2[data-v-2e323ae8]{padding-right:8px!important}.pr-3[data-v-2e323ae8]{padding-right:12px!important}.pr-4[data-v-2e323ae8]{padding-right:16px!important}.pr-5[data-v-2e323ae8]{padding-right:20px!important}.pr-6[data-v-2e323ae8]{padding-right:24px!important}.pr-7[data-v-2e323ae8]{padding-right:28px!important}.pr-8[data-v-2e323ae8]{padding-right:32px!important}.pr-9[data-v-2e323ae8]{padding-right:36px!important}.pr-10[data-v-2e323ae8]{padding-right:40px!important}.pr-11[data-v-2e323ae8]{padding-right:44px!important}.pr-12[data-v-2e323ae8]{padding-right:48px!important}.pr-13[data-v-2e323ae8]{padding-right:52px!important}.pr-14[data-v-2e323ae8]{padding-right:56px!important}.pr-15[data-v-2e323ae8]{padding-right:60px!important}.pr-16[data-v-2e323ae8]{padding-right:64px!important}.pb-0[data-v-2e323ae8]{padding-bottom:0!important}.pb-1[data-v-2e323ae8]{padding-bottom:4px!important}.pb-2[data-v-2e323ae8]{padding-bottom:8px!important}.pb-3[data-v-2e323ae8]{padding-bottom:12px!important}.pb-4[data-v-2e323ae8]{padding-bottom:16px!important}.pb-5[data-v-2e323ae8]{padding-bottom:20px!important}.pb-6[data-v-2e323ae8]{padding-bottom:24px!important}.pb-7[data-v-2e323ae8]{padding-bottom:28px!important}.pb-8[data-v-2e323ae8]{padding-bottom:32px!important}.pb-9[data-v-2e323ae8]{padding-bottom:36px!important}.pb-10[data-v-2e323ae8]{padding-bottom:40px!important}.pb-11[data-v-2e323ae8]{padding-bottom:44px!important}.pb-12[data-v-2e323ae8]{padding-bottom:48px!important}.pb-13[data-v-2e323ae8]{padding-bottom:52px!important}.pb-14[data-v-2e323ae8]{padding-bottom:56px!important}.pb-15[data-v-2e323ae8]{padding-bottom:60px!important}.pb-16[data-v-2e323ae8]{padding-bottom:64px!important}.pl-0[data-v-2e323ae8]{padding-left:0!important}.pl-1[data-v-2e323ae8]{padding-left:4px!important}.pl-2[data-v-2e323ae8]{padding-left:8px!important}.pl-3[data-v-2e323ae8]{padding-left:12px!important}.pl-4[data-v-2e323ae8]{padding-left:16px!important}.pl-5[data-v-2e323ae8]{padding-left:20px!important}.pl-6[data-v-2e323ae8]{padding-left:24px!important}.pl-7[data-v-2e323ae8]{padding-left:28px!important}.pl-8[data-v-2e323ae8]{padding-left:32px!important}.pl-9[data-v-2e323ae8]{padding-left:36px!important}.pl-10[data-v-2e323ae8]{padding-left:40px!important}.pl-11[data-v-2e323ae8]{padding-left:44px!important}.pl-12[data-v-2e323ae8]{padding-left:48px!important}.pl-13[data-v-2e323ae8]{padding-left:52px!important}.pl-14[data-v-2e323ae8]{padding-left:56px!important}.pl-15[data-v-2e323ae8]{padding-left:60px!important}.pl-16[data-v-2e323ae8]{padding-left:64px!important}.ps-0[data-v-2e323ae8]{padding-inline-start:0px!important}.ps-1[data-v-2e323ae8]{padding-inline-start:4px!important}.ps-2[data-v-2e323ae8]{padding-inline-start:8px!important}.ps-3[data-v-2e323ae8]{padding-inline-start:12px!important}.ps-4[data-v-2e323ae8]{padding-inline-start:16px!important}.ps-5[data-v-2e323ae8]{padding-inline-start:20px!important}.ps-6[data-v-2e323ae8]{padding-inline-start:24px!important}.ps-7[data-v-2e323ae8]{padding-inline-start:28px!important}.ps-8[data-v-2e323ae8]{padding-inline-start:32px!important}.ps-9[data-v-2e323ae8]{padding-inline-start:36px!important}.ps-10[data-v-2e323ae8]{padding-inline-start:40px!important}.ps-11[data-v-2e323ae8]{padding-inline-start:44px!important}.ps-12[data-v-2e323ae8]{padding-inline-start:48px!important}.ps-13[data-v-2e323ae8]{padding-inline-start:52px!important}.ps-14[data-v-2e323ae8]{padding-inline-start:56px!important}.ps-15[data-v-2e323ae8]{padding-inline-start:60px!important}.ps-16[data-v-2e323ae8]{padding-inline-start:64px!important}.pe-0[data-v-2e323ae8]{padding-inline-end:0px!important}.pe-1[data-v-2e323ae8]{padding-inline-end:4px!important}.pe-2[data-v-2e323ae8]{padding-inline-end:8px!important}.pe-3[data-v-2e323ae8]{padding-inline-end:12px!important}.pe-4[data-v-2e323ae8]{padding-inline-end:16px!important}.pe-5[data-v-2e323ae8]{padding-inline-end:20px!important}.pe-6[data-v-2e323ae8]{padding-inline-end:24px!important}.pe-7[data-v-2e323ae8]{padding-inline-end:28px!important}.pe-8[data-v-2e323ae8]{padding-inline-end:32px!important}.pe-9[data-v-2e323ae8]{padding-inline-end:36px!important}.pe-10[data-v-2e323ae8]{padding-inline-end:40px!important}.pe-11[data-v-2e323ae8]{padding-inline-end:44px!important}.pe-12[data-v-2e323ae8]{padding-inline-end:48px!important}.pe-13[data-v-2e323ae8]{padding-inline-end:52px!important}.pe-14[data-v-2e323ae8]{padding-inline-end:56px!important}.pe-15[data-v-2e323ae8]{padding-inline-end:60px!important}.pe-16[data-v-2e323ae8]{padding-inline-end:64px!important}.rounded-0[data-v-2e323ae8]{border-radius:0!important}.rounded-sm[data-v-2e323ae8]{border-radius:2px!important}.rounded[data-v-2e323ae8]{border-radius:4px!important}.rounded-lg[data-v-2e323ae8]{border-radius:8px!important}.rounded-xl[data-v-2e323ae8]{border-radius:24px!important}.rounded-pill[data-v-2e323ae8]{border-radius:9999px!important}.rounded-circle[data-v-2e323ae8]{border-radius:50%!important}.rounded-shaped[data-v-2e323ae8]{border-radius:24px 0!important}.rounded-t-0[data-v-2e323ae8]{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-t-sm[data-v-2e323ae8]{border-top-left-radius:2px!important;border-top-right-radius:2px!important}.rounded-t[data-v-2e323ae8]{border-top-left-radius:4px!important;border-top-right-radius:4px!important}.rounded-t-lg[data-v-2e323ae8]{border-top-left-radius:8px!important;border-top-right-radius:8px!important}.rounded-t-xl[data-v-2e323ae8]{border-top-left-radius:24px!important;border-top-right-radius:24px!important}.rounded-t-pill[data-v-2e323ae8]{border-top-left-radius:9999px!important;border-top-right-radius:9999px!important}.rounded-t-circle[data-v-2e323ae8]{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-t-shaped[data-v-2e323ae8]{border-top-left-radius:24px!important;border-top-right-radius:0!important}.v-locale--is-ltr .rounded-e-0[data-v-2e323ae8]{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.v-locale--is-rtl .rounded-e-0[data-v-2e323ae8]{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.v-locale--is-ltr .rounded-e-sm[data-v-2e323ae8]{border-top-right-radius:2px!important;border-bottom-right-radius:2px!important}.v-locale--is-rtl .rounded-e-sm[data-v-2e323ae8]{border-top-left-radius:2px!important;border-bottom-left-radius:2px!important}.v-locale--is-ltr .rounded-e[data-v-2e323ae8]{border-top-right-radius:4px!important;border-bottom-right-radius:4px!important}.v-locale--is-rtl .rounded-e[data-v-2e323ae8]{border-top-left-radius:4px!important;border-bottom-left-radius:4px!important}.v-locale--is-ltr .rounded-e-lg[data-v-2e323ae8]{border-top-right-radius:8px!important;border-bottom-right-radius:8px!important}.v-locale--is-rtl .rounded-e-lg[data-v-2e323ae8]{border-top-left-radius:8px!important;border-bottom-left-radius:8px!important}.v-locale--is-ltr .rounded-e-xl[data-v-2e323ae8]{border-top-right-radius:24px!important;border-bottom-right-radius:24px!important}.v-locale--is-rtl .rounded-e-xl[data-v-2e323ae8]{border-top-left-radius:24px!important;border-bottom-left-radius:24px!important}.v-locale--is-ltr .rounded-e-pill[data-v-2e323ae8]{border-top-right-radius:9999px!important;border-bottom-right-radius:9999px!important}.v-locale--is-rtl .rounded-e-pill[data-v-2e323ae8]{border-top-left-radius:9999px!important;border-bottom-left-radius:9999px!important}.v-locale--is-ltr .rounded-e-circle[data-v-2e323ae8]{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.v-locale--is-rtl .rounded-e-circle[data-v-2e323ae8]{border-top-left-radius:50%!important;border-bottom-left-radius:50%!important}.v-locale--is-ltr .rounded-e-shaped[data-v-2e323ae8]{border-top-right-radius:24px!important;border-bottom-right-radius:0!important}.v-locale--is-rtl .rounded-e-shaped[data-v-2e323ae8]{border-top-left-radius:24px!important;border-bottom-left-radius:0!important}.rounded-b-0[data-v-2e323ae8]{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.rounded-b-sm[data-v-2e323ae8]{border-bottom-left-radius:2px!important;border-bottom-right-radius:2px!important}.rounded-b[data-v-2e323ae8]{border-bottom-left-radius:4px!important;border-bottom-right-radius:4px!important}.rounded-b-lg[data-v-2e323ae8]{border-bottom-left-radius:8px!important;border-bottom-right-radius:8px!important}.rounded-b-xl[data-v-2e323ae8]{border-bottom-left-radius:24px!important;border-bottom-right-radius:24px!important}.rounded-b-pill[data-v-2e323ae8]{border-bottom-left-radius:9999px!important;border-bottom-right-radius:9999px!important}.rounded-b-circle[data-v-2e323ae8]{border-bottom-left-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-b-shaped[data-v-2e323ae8]{border-bottom-left-radius:24px!important;border-bottom-right-radius:0!important}.v-locale--is-ltr .rounded-s-0[data-v-2e323ae8]{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.v-locale--is-rtl .rounded-s-0[data-v-2e323ae8]{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.v-locale--is-ltr .rounded-s-sm[data-v-2e323ae8]{border-top-left-radius:2px!important;border-bottom-left-radius:2px!important}.v-locale--is-rtl .rounded-s-sm[data-v-2e323ae8]{border-top-right-radius:2px!important;border-bottom-right-radius:2px!important}.v-locale--is-ltr .rounded-s[data-v-2e323ae8]{border-top-left-radius:4px!important;border-bottom-left-radius:4px!important}.v-locale--is-rtl .rounded-s[data-v-2e323ae8]{border-top-right-radius:4px!important;border-bottom-right-radius:4px!important}.v-locale--is-ltr .rounded-s-lg[data-v-2e323ae8]{border-top-left-radius:8px!important;border-bottom-left-radius:8px!important}.v-locale--is-rtl .rounded-s-lg[data-v-2e323ae8]{border-top-right-radius:8px!important;border-bottom-right-radius:8px!important}.v-locale--is-ltr .rounded-s-xl[data-v-2e323ae8]{border-top-left-radius:24px!important;border-bottom-left-radius:24px!important}.v-locale--is-rtl .rounded-s-xl[data-v-2e323ae8]{border-top-right-radius:24px!important;border-bottom-right-radius:24px!important}.v-locale--is-ltr .rounded-s-pill[data-v-2e323ae8]{border-top-left-radius:9999px!important;border-bottom-left-radius:9999px!important}.v-locale--is-rtl .rounded-s-pill[data-v-2e323ae8]{border-top-right-radius:9999px!important;border-bottom-right-radius:9999px!important}.v-locale--is-ltr .rounded-s-circle[data-v-2e323ae8]{border-top-left-radius:50%!important;border-bottom-left-radius:50%!important}.v-locale--is-rtl .rounded-s-circle[data-v-2e323ae8]{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.v-locale--is-ltr .rounded-s-shaped[data-v-2e323ae8]{border-top-left-radius:24px!important;border-bottom-left-radius:0!important}.v-locale--is-rtl .rounded-s-shaped[data-v-2e323ae8]{border-top-right-radius:24px!important;border-bottom-right-radius:0!important}.v-locale--is-ltr .rounded-ts-0[data-v-2e323ae8]{border-top-left-radius:0!important}.v-locale--is-rtl .rounded-ts-0[data-v-2e323ae8]{border-top-right-radius:0!important}.v-locale--is-ltr .rounded-ts-sm[data-v-2e323ae8]{border-top-left-radius:2px!important}.v-locale--is-rtl .rounded-ts-sm[data-v-2e323ae8]{border-top-right-radius:2px!important}.v-locale--is-ltr .rounded-ts[data-v-2e323ae8]{border-top-left-radius:4px!important}.v-locale--is-rtl .rounded-ts[data-v-2e323ae8]{border-top-right-radius:4px!important}.v-locale--is-ltr .rounded-ts-lg[data-v-2e323ae8]{border-top-left-radius:8px!important}.v-locale--is-rtl .rounded-ts-lg[data-v-2e323ae8]{border-top-right-radius:8px!important}.v-locale--is-ltr .rounded-ts-xl[data-v-2e323ae8]{border-top-left-radius:24px!important}.v-locale--is-rtl .rounded-ts-xl[data-v-2e323ae8]{border-top-right-radius:24px!important}.v-locale--is-ltr .rounded-ts-pill[data-v-2e323ae8]{border-top-left-radius:9999px!important}.v-locale--is-rtl .rounded-ts-pill[data-v-2e323ae8]{border-top-right-radius:9999px!important}.v-locale--is-ltr .rounded-ts-circle[data-v-2e323ae8]{border-top-left-radius:50%!important}.v-locale--is-rtl .rounded-ts-circle[data-v-2e323ae8]{border-top-right-radius:50%!important}.v-locale--is-ltr .rounded-ts-shaped[data-v-2e323ae8]{border-top-left-radius:24px 0!important}.v-locale--is-rtl .rounded-ts-shaped[data-v-2e323ae8]{border-top-right-radius:24px 0!important}.v-locale--is-ltr .rounded-te-0[data-v-2e323ae8]{border-top-right-radius:0!important}.v-locale--is-rtl .rounded-te-0[data-v-2e323ae8]{border-top-left-radius:0!important}.v-locale--is-ltr .rounded-te-sm[data-v-2e323ae8]{border-top-right-radius:2px!important}.v-locale--is-rtl .rounded-te-sm[data-v-2e323ae8]{border-top-left-radius:2px!important}.v-locale--is-ltr .rounded-te[data-v-2e323ae8]{border-top-right-radius:4px!important}.v-locale--is-rtl .rounded-te[data-v-2e323ae8]{border-top-left-radius:4px!important}.v-locale--is-ltr .rounded-te-lg[data-v-2e323ae8]{border-top-right-radius:8px!important}.v-locale--is-rtl .rounded-te-lg[data-v-2e323ae8]{border-top-left-radius:8px!important}.v-locale--is-ltr .rounded-te-xl[data-v-2e323ae8]{border-top-right-radius:24px!important}.v-locale--is-rtl .rounded-te-xl[data-v-2e323ae8]{border-top-left-radius:24px!important}.v-locale--is-ltr .rounded-te-pill[data-v-2e323ae8]{border-top-right-radius:9999px!important}.v-locale--is-rtl .rounded-te-pill[data-v-2e323ae8]{border-top-left-radius:9999px!important}.v-locale--is-ltr .rounded-te-circle[data-v-2e323ae8]{border-top-right-radius:50%!important}.v-locale--is-rtl .rounded-te-circle[data-v-2e323ae8]{border-top-left-radius:50%!important}.v-locale--is-ltr .rounded-te-shaped[data-v-2e323ae8]{border-top-right-radius:24px 0!important}.v-locale--is-rtl .rounded-te-shaped[data-v-2e323ae8]{border-top-left-radius:24px 0!important}.v-locale--is-ltr .rounded-be-0[data-v-2e323ae8]{border-bottom-right-radius:0!important}.v-locale--is-rtl .rounded-be-0[data-v-2e323ae8]{border-bottom-left-radius:0!important}.v-locale--is-ltr .rounded-be-sm[data-v-2e323ae8]{border-bottom-right-radius:2px!important}.v-locale--is-rtl .rounded-be-sm[data-v-2e323ae8]{border-bottom-left-radius:2px!important}.v-locale--is-ltr .rounded-be[data-v-2e323ae8]{border-bottom-right-radius:4px!important}.v-locale--is-rtl .rounded-be[data-v-2e323ae8]{border-bottom-left-radius:4px!important}.v-locale--is-ltr .rounded-be-lg[data-v-2e323ae8]{border-bottom-right-radius:8px!important}.v-locale--is-rtl .rounded-be-lg[data-v-2e323ae8]{border-bottom-left-radius:8px!important}.v-locale--is-ltr .rounded-be-xl[data-v-2e323ae8]{border-bottom-right-radius:24px!important}.v-locale--is-rtl .rounded-be-xl[data-v-2e323ae8]{border-bottom-left-radius:24px!important}.v-locale--is-ltr .rounded-be-pill[data-v-2e323ae8]{border-bottom-right-radius:9999px!important}.v-locale--is-rtl .rounded-be-pill[data-v-2e323ae8]{border-bottom-left-radius:9999px!important}.v-locale--is-ltr .rounded-be-circle[data-v-2e323ae8]{border-bottom-right-radius:50%!important}.v-locale--is-rtl .rounded-be-circle[data-v-2e323ae8]{border-bottom-left-radius:50%!important}.v-locale--is-ltr .rounded-be-shaped[data-v-2e323ae8]{border-bottom-right-radius:24px 0!important}.v-locale--is-rtl .rounded-be-shaped[data-v-2e323ae8]{border-bottom-left-radius:24px 0!important}.v-locale--is-ltr .rounded-bs-0[data-v-2e323ae8]{border-bottom-left-radius:0!important}.v-locale--is-rtl .rounded-bs-0[data-v-2e323ae8]{border-bottom-right-radius:0!important}.v-locale--is-ltr .rounded-bs-sm[data-v-2e323ae8]{border-bottom-left-radius:2px!important}.v-locale--is-rtl .rounded-bs-sm[data-v-2e323ae8]{border-bottom-right-radius:2px!important}.v-locale--is-ltr .rounded-bs[data-v-2e323ae8]{border-bottom-left-radius:4px!important}.v-locale--is-rtl .rounded-bs[data-v-2e323ae8]{border-bottom-right-radius:4px!important}.v-locale--is-ltr .rounded-bs-lg[data-v-2e323ae8]{border-bottom-left-radius:8px!important}.v-locale--is-rtl .rounded-bs-lg[data-v-2e323ae8]{border-bottom-right-radius:8px!important}.v-locale--is-ltr .rounded-bs-xl[data-v-2e323ae8]{border-bottom-left-radius:24px!important}.v-locale--is-rtl .rounded-bs-xl[data-v-2e323ae8]{border-bottom-right-radius:24px!important}.v-locale--is-ltr .rounded-bs-pill[data-v-2e323ae8]{border-bottom-left-radius:9999px!important}.v-locale--is-rtl .rounded-bs-pill[data-v-2e323ae8]{border-bottom-right-radius:9999px!important}.v-locale--is-ltr .rounded-bs-circle[data-v-2e323ae8]{border-bottom-left-radius:50%!important}.v-locale--is-rtl .rounded-bs-circle[data-v-2e323ae8]{border-bottom-right-radius:50%!important}.v-locale--is-ltr .rounded-bs-shaped[data-v-2e323ae8]{border-bottom-left-radius:24px 0!important}.v-locale--is-rtl .rounded-bs-shaped[data-v-2e323ae8]{border-bottom-right-radius:24px 0!important}.border-0[data-v-2e323ae8]{border-width:0!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border[data-v-2e323ae8]{border-width:thin!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-sm[data-v-2e323ae8]{border-width:1px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-md[data-v-2e323ae8]{border-width:2px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-lg[data-v-2e323ae8]{border-width:4px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-xl[data-v-2e323ae8]{border-width:8px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-opacity-0[data-v-2e323ae8]{--v-border-opacity: 0 !important}.border-opacity[data-v-2e323ae8]{--v-border-opacity: .12 !important}.border-opacity-25[data-v-2e323ae8]{--v-border-opacity: .25 !important}.border-opacity-50[data-v-2e323ae8]{--v-border-opacity: .5 !important}.border-opacity-75[data-v-2e323ae8]{--v-border-opacity: .75 !important}.border-opacity-100[data-v-2e323ae8]{--v-border-opacity: 1 !important}.border-t-0[data-v-2e323ae8]{border-block-start-width:0!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t[data-v-2e323ae8]{border-block-start-width:thin!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-sm[data-v-2e323ae8]{border-block-start-width:1px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-md[data-v-2e323ae8]{border-block-start-width:2px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-lg[data-v-2e323ae8]{border-block-start-width:4px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-xl[data-v-2e323ae8]{border-block-start-width:8px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-0[data-v-2e323ae8]{border-inline-end-width:0!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e[data-v-2e323ae8]{border-inline-end-width:thin!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-sm[data-v-2e323ae8]{border-inline-end-width:1px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-md[data-v-2e323ae8]{border-inline-end-width:2px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-lg[data-v-2e323ae8]{border-inline-end-width:4px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-xl[data-v-2e323ae8]{border-inline-end-width:8px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-0[data-v-2e323ae8]{border-block-end-width:0!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b[data-v-2e323ae8]{border-block-end-width:thin!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-sm[data-v-2e323ae8]{border-block-end-width:1px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-md[data-v-2e323ae8]{border-block-end-width:2px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-lg[data-v-2e323ae8]{border-block-end-width:4px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-xl[data-v-2e323ae8]{border-block-end-width:8px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-0[data-v-2e323ae8]{border-inline-start-width:0!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s[data-v-2e323ae8]{border-inline-start-width:thin!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-sm[data-v-2e323ae8]{border-inline-start-width:1px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-md[data-v-2e323ae8]{border-inline-start-width:2px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-lg[data-v-2e323ae8]{border-inline-start-width:4px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-xl[data-v-2e323ae8]{border-inline-start-width:8px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-solid[data-v-2e323ae8]{border-style:solid!important}.border-dashed[data-v-2e323ae8]{border-style:dashed!important}.border-dotted[data-v-2e323ae8]{border-style:dotted!important}.border-double[data-v-2e323ae8]{border-style:double!important}.border-none[data-v-2e323ae8]{border-style:none!important}.text-left[data-v-2e323ae8]{text-align:left!important}.text-right[data-v-2e323ae8]{text-align:right!important}.text-center[data-v-2e323ae8]{text-align:center!important}.text-justify[data-v-2e323ae8]{text-align:justify!important}.text-start[data-v-2e323ae8]{text-align:start!important}.text-end[data-v-2e323ae8]{text-align:end!important}.text-decoration-line-through[data-v-2e323ae8]{text-decoration:line-through!important}.text-decoration-none[data-v-2e323ae8]{text-decoration:none!important}.text-decoration-overline[data-v-2e323ae8]{text-decoration:overline!important}.text-decoration-underline[data-v-2e323ae8]{text-decoration:underline!important}.text-wrap[data-v-2e323ae8]{white-space:normal!important}.text-no-wrap[data-v-2e323ae8]{white-space:nowrap!important}.text-pre[data-v-2e323ae8]{white-space:pre!important}.text-pre-line[data-v-2e323ae8]{white-space:pre-line!important}.text-pre-wrap[data-v-2e323ae8]{white-space:pre-wrap!important}.text-break[data-v-2e323ae8]{overflow-wrap:break-word!important;word-break:break-word!important}.text-high-emphasis[data-v-2e323ae8]{color:rgba(var(--v-theme-on-background),var(--v-high-emphasis-opacity))!important}.text-medium-emphasis[data-v-2e323ae8]{color:rgba(var(--v-theme-on-background),var(--v-medium-emphasis-opacity))!important}.text-disabled[data-v-2e323ae8]{color:rgba(var(--v-theme-on-background),var(--v-disabled-opacity))!important}.text-truncate[data-v-2e323ae8]{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.text-h1[data-v-2e323ae8]{font-size:6rem!important;font-weight:300;line-height:6rem;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-h2[data-v-2e323ae8]{font-size:3.75rem!important;font-weight:300;line-height:3.75rem;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-h3[data-v-2e323ae8]{font-size:3rem!important;font-weight:400;line-height:3.125rem;letter-spacing:normal!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-h4[data-v-2e323ae8]{font-size:2.125rem!important;font-weight:400;line-height:2.5rem;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-h5[data-v-2e323ae8]{font-size:1.5rem!important;font-weight:400;line-height:2rem;letter-spacing:normal!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-h6[data-v-2e323ae8]{font-size:1.25rem!important;font-weight:500;line-height:2rem;letter-spacing:.0125em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-subtitle-1[data-v-2e323ae8]{font-size:1rem!important;font-weight:400;line-height:1.75rem;letter-spacing:.009375em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-subtitle-2[data-v-2e323ae8]{font-size:.875rem!important;font-weight:500;line-height:1.375rem;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-body-1[data-v-2e323ae8]{font-size:1rem!important;font-weight:400;line-height:1.5rem;letter-spacing:.03125em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-body-2[data-v-2e323ae8]{font-size:.875rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-button[data-v-2e323ae8]{font-size:.875rem!important;font-weight:500;line-height:2.25rem;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif!important;text-transform:uppercase!important}.text-caption[data-v-2e323ae8]{font-size:.75rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-overline[data-v-2e323ae8]{font-size:.75rem!important;font-weight:500;line-height:2rem;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif!important;text-transform:uppercase!important}.text-none[data-v-2e323ae8]{text-transform:none!important}.text-capitalize[data-v-2e323ae8]{text-transform:capitalize!important}.text-lowercase[data-v-2e323ae8]{text-transform:lowercase!important}.text-uppercase[data-v-2e323ae8]{text-transform:uppercase!important}.font-weight-thin[data-v-2e323ae8]{font-weight:100!important}.font-weight-light[data-v-2e323ae8]{font-weight:300!important}.font-weight-regular[data-v-2e323ae8]{font-weight:400!important}.font-weight-medium[data-v-2e323ae8]{font-weight:500!important}.font-weight-bold[data-v-2e323ae8]{font-weight:700!important}.font-weight-black[data-v-2e323ae8]{font-weight:900!important}.font-italic[data-v-2e323ae8]{font-style:italic!important}.text-mono[data-v-2e323ae8]{font-family:monospace!important}.position-static[data-v-2e323ae8]{position:static!important}.position-relative[data-v-2e323ae8]{position:relative!important}.position-fixed[data-v-2e323ae8]{position:fixed!important}.position-absolute[data-v-2e323ae8]{position:absolute!important}.position-sticky[data-v-2e323ae8]{position:sticky!important}.fill-height[data-v-2e323ae8]{height:100%!important}.h-auto[data-v-2e323ae8]{height:auto!important}.h-screen[data-v-2e323ae8]{height:100vh!important;height:100dvh!important}.h-0[data-v-2e323ae8]{height:0!important}.h-25[data-v-2e323ae8]{height:25%!important}.h-50[data-v-2e323ae8]{height:50%!important}.h-75[data-v-2e323ae8]{height:75%!important}.h-100[data-v-2e323ae8]{height:100%!important}.w-auto[data-v-2e323ae8]{width:auto!important}.w-0[data-v-2e323ae8]{width:0!important}.w-25[data-v-2e323ae8]{width:25%!important}.w-33[data-v-2e323ae8]{width:33%!important}.w-50[data-v-2e323ae8]{width:50%!important}.w-66[data-v-2e323ae8]{width:66%!important}.w-75[data-v-2e323ae8]{width:75%!important}.w-100[data-v-2e323ae8]{width:100%!important}@media (min-width: 600px){.d-sm-none[data-v-2e323ae8]{display:none!important}.d-sm-inline[data-v-2e323ae8]{display:inline!important}.d-sm-inline-block[data-v-2e323ae8]{display:inline-block!important}.d-sm-block[data-v-2e323ae8]{display:block!important}.d-sm-table[data-v-2e323ae8]{display:table!important}.d-sm-table-row[data-v-2e323ae8]{display:table-row!important}.d-sm-table-cell[data-v-2e323ae8]{display:table-cell!important}.d-sm-flex[data-v-2e323ae8]{display:flex!important}.d-sm-inline-flex[data-v-2e323ae8]{display:inline-flex!important}.float-sm-none[data-v-2e323ae8]{float:none!important}.float-sm-left[data-v-2e323ae8]{float:left!important}.float-sm-right[data-v-2e323ae8]{float:right!important}.v-locale--is-rtl .float-sm-end[data-v-2e323ae8]{float:left!important}.v-locale--is-rtl .float-sm-start[data-v-2e323ae8],.v-locale--is-ltr .float-sm-end[data-v-2e323ae8]{float:right!important}.v-locale--is-ltr .float-sm-start[data-v-2e323ae8]{float:left!important}.flex-sm-fill[data-v-2e323ae8],.flex-sm-1-1[data-v-2e323ae8]{flex:1 1 auto!important}.flex-sm-1-0[data-v-2e323ae8]{flex:1 0 auto!important}.flex-sm-0-1[data-v-2e323ae8]{flex:0 1 auto!important}.flex-sm-0-0[data-v-2e323ae8]{flex:0 0 auto!important}.flex-sm-1-1-100[data-v-2e323ae8]{flex:1 1 100%!important}.flex-sm-1-0-100[data-v-2e323ae8]{flex:1 0 100%!important}.flex-sm-0-1-100[data-v-2e323ae8]{flex:0 1 100%!important}.flex-sm-0-0-100[data-v-2e323ae8]{flex:0 0 100%!important}.flex-sm-row[data-v-2e323ae8]{flex-direction:row!important}.flex-sm-column[data-v-2e323ae8]{flex-direction:column!important}.flex-sm-row-reverse[data-v-2e323ae8]{flex-direction:row-reverse!important}.flex-sm-column-reverse[data-v-2e323ae8]{flex-direction:column-reverse!important}.flex-sm-grow-0[data-v-2e323ae8]{flex-grow:0!important}.flex-sm-grow-1[data-v-2e323ae8]{flex-grow:1!important}.flex-sm-shrink-0[data-v-2e323ae8]{flex-shrink:0!important}.flex-sm-shrink-1[data-v-2e323ae8]{flex-shrink:1!important}.flex-sm-wrap[data-v-2e323ae8]{flex-wrap:wrap!important}.flex-sm-nowrap[data-v-2e323ae8]{flex-wrap:nowrap!important}.flex-sm-wrap-reverse[data-v-2e323ae8]{flex-wrap:wrap-reverse!important}.justify-sm-start[data-v-2e323ae8]{justify-content:flex-start!important}.justify-sm-end[data-v-2e323ae8]{justify-content:flex-end!important}.justify-sm-center[data-v-2e323ae8]{justify-content:center!important}.justify-sm-space-between[data-v-2e323ae8]{justify-content:space-between!important}.justify-sm-space-around[data-v-2e323ae8]{justify-content:space-around!important}.justify-sm-space-evenly[data-v-2e323ae8]{justify-content:space-evenly!important}.align-sm-start[data-v-2e323ae8]{align-items:flex-start!important}.align-sm-end[data-v-2e323ae8]{align-items:flex-end!important}.align-sm-center[data-v-2e323ae8]{align-items:center!important}.align-sm-baseline[data-v-2e323ae8]{align-items:baseline!important}.align-sm-stretch[data-v-2e323ae8]{align-items:stretch!important}.align-content-sm-start[data-v-2e323ae8]{align-content:flex-start!important}.align-content-sm-end[data-v-2e323ae8]{align-content:flex-end!important}.align-content-sm-center[data-v-2e323ae8]{align-content:center!important}.align-content-sm-space-between[data-v-2e323ae8]{align-content:space-between!important}.align-content-sm-space-around[data-v-2e323ae8]{align-content:space-around!important}.align-content-sm-space-evenly[data-v-2e323ae8]{align-content:space-evenly!important}.align-content-sm-stretch[data-v-2e323ae8]{align-content:stretch!important}.align-self-sm-auto[data-v-2e323ae8]{align-self:auto!important}.align-self-sm-start[data-v-2e323ae8]{align-self:flex-start!important}.align-self-sm-end[data-v-2e323ae8]{align-self:flex-end!important}.align-self-sm-center[data-v-2e323ae8]{align-self:center!important}.align-self-sm-baseline[data-v-2e323ae8]{align-self:baseline!important}.align-self-sm-stretch[data-v-2e323ae8]{align-self:stretch!important}.order-sm-first[data-v-2e323ae8]{order:-1!important}.order-sm-0[data-v-2e323ae8]{order:0!important}.order-sm-1[data-v-2e323ae8]{order:1!important}.order-sm-2[data-v-2e323ae8]{order:2!important}.order-sm-3[data-v-2e323ae8]{order:3!important}.order-sm-4[data-v-2e323ae8]{order:4!important}.order-sm-5[data-v-2e323ae8]{order:5!important}.order-sm-6[data-v-2e323ae8]{order:6!important}.order-sm-7[data-v-2e323ae8]{order:7!important}.order-sm-8[data-v-2e323ae8]{order:8!important}.order-sm-9[data-v-2e323ae8]{order:9!important}.order-sm-10[data-v-2e323ae8]{order:10!important}.order-sm-11[data-v-2e323ae8]{order:11!important}.order-sm-12[data-v-2e323ae8]{order:12!important}.order-sm-last[data-v-2e323ae8]{order:13!important}.ma-sm-0[data-v-2e323ae8]{margin:0!important}.ma-sm-1[data-v-2e323ae8]{margin:4px!important}.ma-sm-2[data-v-2e323ae8]{margin:8px!important}.ma-sm-3[data-v-2e323ae8]{margin:12px!important}.ma-sm-4[data-v-2e323ae8]{margin:16px!important}.ma-sm-5[data-v-2e323ae8]{margin:20px!important}.ma-sm-6[data-v-2e323ae8]{margin:24px!important}.ma-sm-7[data-v-2e323ae8]{margin:28px!important}.ma-sm-8[data-v-2e323ae8]{margin:32px!important}.ma-sm-9[data-v-2e323ae8]{margin:36px!important}.ma-sm-10[data-v-2e323ae8]{margin:40px!important}.ma-sm-11[data-v-2e323ae8]{margin:44px!important}.ma-sm-12[data-v-2e323ae8]{margin:48px!important}.ma-sm-13[data-v-2e323ae8]{margin:52px!important}.ma-sm-14[data-v-2e323ae8]{margin:56px!important}.ma-sm-15[data-v-2e323ae8]{margin:60px!important}.ma-sm-16[data-v-2e323ae8]{margin:64px!important}.ma-sm-auto[data-v-2e323ae8]{margin:auto!important}.mx-sm-0[data-v-2e323ae8]{margin-right:0!important;margin-left:0!important}.mx-sm-1[data-v-2e323ae8]{margin-right:4px!important;margin-left:4px!important}.mx-sm-2[data-v-2e323ae8]{margin-right:8px!important;margin-left:8px!important}.mx-sm-3[data-v-2e323ae8]{margin-right:12px!important;margin-left:12px!important}.mx-sm-4[data-v-2e323ae8]{margin-right:16px!important;margin-left:16px!important}.mx-sm-5[data-v-2e323ae8]{margin-right:20px!important;margin-left:20px!important}.mx-sm-6[data-v-2e323ae8]{margin-right:24px!important;margin-left:24px!important}.mx-sm-7[data-v-2e323ae8]{margin-right:28px!important;margin-left:28px!important}.mx-sm-8[data-v-2e323ae8]{margin-right:32px!important;margin-left:32px!important}.mx-sm-9[data-v-2e323ae8]{margin-right:36px!important;margin-left:36px!important}.mx-sm-10[data-v-2e323ae8]{margin-right:40px!important;margin-left:40px!important}.mx-sm-11[data-v-2e323ae8]{margin-right:44px!important;margin-left:44px!important}.mx-sm-12[data-v-2e323ae8]{margin-right:48px!important;margin-left:48px!important}.mx-sm-13[data-v-2e323ae8]{margin-right:52px!important;margin-left:52px!important}.mx-sm-14[data-v-2e323ae8]{margin-right:56px!important;margin-left:56px!important}.mx-sm-15[data-v-2e323ae8]{margin-right:60px!important;margin-left:60px!important}.mx-sm-16[data-v-2e323ae8]{margin-right:64px!important;margin-left:64px!important}.mx-sm-auto[data-v-2e323ae8]{margin-right:auto!important;margin-left:auto!important}.my-sm-0[data-v-2e323ae8]{margin-top:0!important;margin-bottom:0!important}.my-sm-1[data-v-2e323ae8]{margin-top:4px!important;margin-bottom:4px!important}.my-sm-2[data-v-2e323ae8]{margin-top:8px!important;margin-bottom:8px!important}.my-sm-3[data-v-2e323ae8]{margin-top:12px!important;margin-bottom:12px!important}.my-sm-4[data-v-2e323ae8]{margin-top:16px!important;margin-bottom:16px!important}.my-sm-5[data-v-2e323ae8]{margin-top:20px!important;margin-bottom:20px!important}.my-sm-6[data-v-2e323ae8]{margin-top:24px!important;margin-bottom:24px!important}.my-sm-7[data-v-2e323ae8]{margin-top:28px!important;margin-bottom:28px!important}.my-sm-8[data-v-2e323ae8]{margin-top:32px!important;margin-bottom:32px!important}.my-sm-9[data-v-2e323ae8]{margin-top:36px!important;margin-bottom:36px!important}.my-sm-10[data-v-2e323ae8]{margin-top:40px!important;margin-bottom:40px!important}.my-sm-11[data-v-2e323ae8]{margin-top:44px!important;margin-bottom:44px!important}.my-sm-12[data-v-2e323ae8]{margin-top:48px!important;margin-bottom:48px!important}.my-sm-13[data-v-2e323ae8]{margin-top:52px!important;margin-bottom:52px!important}.my-sm-14[data-v-2e323ae8]{margin-top:56px!important;margin-bottom:56px!important}.my-sm-15[data-v-2e323ae8]{margin-top:60px!important;margin-bottom:60px!important}.my-sm-16[data-v-2e323ae8]{margin-top:64px!important;margin-bottom:64px!important}.my-sm-auto[data-v-2e323ae8]{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0[data-v-2e323ae8]{margin-top:0!important}.mt-sm-1[data-v-2e323ae8]{margin-top:4px!important}.mt-sm-2[data-v-2e323ae8]{margin-top:8px!important}.mt-sm-3[data-v-2e323ae8]{margin-top:12px!important}.mt-sm-4[data-v-2e323ae8]{margin-top:16px!important}.mt-sm-5[data-v-2e323ae8]{margin-top:20px!important}.mt-sm-6[data-v-2e323ae8]{margin-top:24px!important}.mt-sm-7[data-v-2e323ae8]{margin-top:28px!important}.mt-sm-8[data-v-2e323ae8]{margin-top:32px!important}.mt-sm-9[data-v-2e323ae8]{margin-top:36px!important}.mt-sm-10[data-v-2e323ae8]{margin-top:40px!important}.mt-sm-11[data-v-2e323ae8]{margin-top:44px!important}.mt-sm-12[data-v-2e323ae8]{margin-top:48px!important}.mt-sm-13[data-v-2e323ae8]{margin-top:52px!important}.mt-sm-14[data-v-2e323ae8]{margin-top:56px!important}.mt-sm-15[data-v-2e323ae8]{margin-top:60px!important}.mt-sm-16[data-v-2e323ae8]{margin-top:64px!important}.mt-sm-auto[data-v-2e323ae8]{margin-top:auto!important}.mr-sm-0[data-v-2e323ae8]{margin-right:0!important}.mr-sm-1[data-v-2e323ae8]{margin-right:4px!important}.mr-sm-2[data-v-2e323ae8]{margin-right:8px!important}.mr-sm-3[data-v-2e323ae8]{margin-right:12px!important}.mr-sm-4[data-v-2e323ae8]{margin-right:16px!important}.mr-sm-5[data-v-2e323ae8]{margin-right:20px!important}.mr-sm-6[data-v-2e323ae8]{margin-right:24px!important}.mr-sm-7[data-v-2e323ae8]{margin-right:28px!important}.mr-sm-8[data-v-2e323ae8]{margin-right:32px!important}.mr-sm-9[data-v-2e323ae8]{margin-right:36px!important}.mr-sm-10[data-v-2e323ae8]{margin-right:40px!important}.mr-sm-11[data-v-2e323ae8]{margin-right:44px!important}.mr-sm-12[data-v-2e323ae8]{margin-right:48px!important}.mr-sm-13[data-v-2e323ae8]{margin-right:52px!important}.mr-sm-14[data-v-2e323ae8]{margin-right:56px!important}.mr-sm-15[data-v-2e323ae8]{margin-right:60px!important}.mr-sm-16[data-v-2e323ae8]{margin-right:64px!important}.mr-sm-auto[data-v-2e323ae8]{margin-right:auto!important}.mb-sm-0[data-v-2e323ae8]{margin-bottom:0!important}.mb-sm-1[data-v-2e323ae8]{margin-bottom:4px!important}.mb-sm-2[data-v-2e323ae8]{margin-bottom:8px!important}.mb-sm-3[data-v-2e323ae8]{margin-bottom:12px!important}.mb-sm-4[data-v-2e323ae8]{margin-bottom:16px!important}.mb-sm-5[data-v-2e323ae8]{margin-bottom:20px!important}.mb-sm-6[data-v-2e323ae8]{margin-bottom:24px!important}.mb-sm-7[data-v-2e323ae8]{margin-bottom:28px!important}.mb-sm-8[data-v-2e323ae8]{margin-bottom:32px!important}.mb-sm-9[data-v-2e323ae8]{margin-bottom:36px!important}.mb-sm-10[data-v-2e323ae8]{margin-bottom:40px!important}.mb-sm-11[data-v-2e323ae8]{margin-bottom:44px!important}.mb-sm-12[data-v-2e323ae8]{margin-bottom:48px!important}.mb-sm-13[data-v-2e323ae8]{margin-bottom:52px!important}.mb-sm-14[data-v-2e323ae8]{margin-bottom:56px!important}.mb-sm-15[data-v-2e323ae8]{margin-bottom:60px!important}.mb-sm-16[data-v-2e323ae8]{margin-bottom:64px!important}.mb-sm-auto[data-v-2e323ae8]{margin-bottom:auto!important}.ml-sm-0[data-v-2e323ae8]{margin-left:0!important}.ml-sm-1[data-v-2e323ae8]{margin-left:4px!important}.ml-sm-2[data-v-2e323ae8]{margin-left:8px!important}.ml-sm-3[data-v-2e323ae8]{margin-left:12px!important}.ml-sm-4[data-v-2e323ae8]{margin-left:16px!important}.ml-sm-5[data-v-2e323ae8]{margin-left:20px!important}.ml-sm-6[data-v-2e323ae8]{margin-left:24px!important}.ml-sm-7[data-v-2e323ae8]{margin-left:28px!important}.ml-sm-8[data-v-2e323ae8]{margin-left:32px!important}.ml-sm-9[data-v-2e323ae8]{margin-left:36px!important}.ml-sm-10[data-v-2e323ae8]{margin-left:40px!important}.ml-sm-11[data-v-2e323ae8]{margin-left:44px!important}.ml-sm-12[data-v-2e323ae8]{margin-left:48px!important}.ml-sm-13[data-v-2e323ae8]{margin-left:52px!important}.ml-sm-14[data-v-2e323ae8]{margin-left:56px!important}.ml-sm-15[data-v-2e323ae8]{margin-left:60px!important}.ml-sm-16[data-v-2e323ae8]{margin-left:64px!important}.ml-sm-auto[data-v-2e323ae8]{margin-left:auto!important}.ms-sm-0[data-v-2e323ae8]{margin-inline-start:0px!important}.ms-sm-1[data-v-2e323ae8]{margin-inline-start:4px!important}.ms-sm-2[data-v-2e323ae8]{margin-inline-start:8px!important}.ms-sm-3[data-v-2e323ae8]{margin-inline-start:12px!important}.ms-sm-4[data-v-2e323ae8]{margin-inline-start:16px!important}.ms-sm-5[data-v-2e323ae8]{margin-inline-start:20px!important}.ms-sm-6[data-v-2e323ae8]{margin-inline-start:24px!important}.ms-sm-7[data-v-2e323ae8]{margin-inline-start:28px!important}.ms-sm-8[data-v-2e323ae8]{margin-inline-start:32px!important}.ms-sm-9[data-v-2e323ae8]{margin-inline-start:36px!important}.ms-sm-10[data-v-2e323ae8]{margin-inline-start:40px!important}.ms-sm-11[data-v-2e323ae8]{margin-inline-start:44px!important}.ms-sm-12[data-v-2e323ae8]{margin-inline-start:48px!important}.ms-sm-13[data-v-2e323ae8]{margin-inline-start:52px!important}.ms-sm-14[data-v-2e323ae8]{margin-inline-start:56px!important}.ms-sm-15[data-v-2e323ae8]{margin-inline-start:60px!important}.ms-sm-16[data-v-2e323ae8]{margin-inline-start:64px!important}.ms-sm-auto[data-v-2e323ae8]{margin-inline-start:auto!important}.me-sm-0[data-v-2e323ae8]{margin-inline-end:0px!important}.me-sm-1[data-v-2e323ae8]{margin-inline-end:4px!important}.me-sm-2[data-v-2e323ae8]{margin-inline-end:8px!important}.me-sm-3[data-v-2e323ae8]{margin-inline-end:12px!important}.me-sm-4[data-v-2e323ae8]{margin-inline-end:16px!important}.me-sm-5[data-v-2e323ae8]{margin-inline-end:20px!important}.me-sm-6[data-v-2e323ae8]{margin-inline-end:24px!important}.me-sm-7[data-v-2e323ae8]{margin-inline-end:28px!important}.me-sm-8[data-v-2e323ae8]{margin-inline-end:32px!important}.me-sm-9[data-v-2e323ae8]{margin-inline-end:36px!important}.me-sm-10[data-v-2e323ae8]{margin-inline-end:40px!important}.me-sm-11[data-v-2e323ae8]{margin-inline-end:44px!important}.me-sm-12[data-v-2e323ae8]{margin-inline-end:48px!important}.me-sm-13[data-v-2e323ae8]{margin-inline-end:52px!important}.me-sm-14[data-v-2e323ae8]{margin-inline-end:56px!important}.me-sm-15[data-v-2e323ae8]{margin-inline-end:60px!important}.me-sm-16[data-v-2e323ae8]{margin-inline-end:64px!important}.me-sm-auto[data-v-2e323ae8]{margin-inline-end:auto!important}.ma-sm-n1[data-v-2e323ae8]{margin:-4px!important}.ma-sm-n2[data-v-2e323ae8]{margin:-8px!important}.ma-sm-n3[data-v-2e323ae8]{margin:-12px!important}.ma-sm-n4[data-v-2e323ae8]{margin:-16px!important}.ma-sm-n5[data-v-2e323ae8]{margin:-20px!important}.ma-sm-n6[data-v-2e323ae8]{margin:-24px!important}.ma-sm-n7[data-v-2e323ae8]{margin:-28px!important}.ma-sm-n8[data-v-2e323ae8]{margin:-32px!important}.ma-sm-n9[data-v-2e323ae8]{margin:-36px!important}.ma-sm-n10[data-v-2e323ae8]{margin:-40px!important}.ma-sm-n11[data-v-2e323ae8]{margin:-44px!important}.ma-sm-n12[data-v-2e323ae8]{margin:-48px!important}.ma-sm-n13[data-v-2e323ae8]{margin:-52px!important}.ma-sm-n14[data-v-2e323ae8]{margin:-56px!important}.ma-sm-n15[data-v-2e323ae8]{margin:-60px!important}.ma-sm-n16[data-v-2e323ae8]{margin:-64px!important}.mx-sm-n1[data-v-2e323ae8]{margin-right:-4px!important;margin-left:-4px!important}.mx-sm-n2[data-v-2e323ae8]{margin-right:-8px!important;margin-left:-8px!important}.mx-sm-n3[data-v-2e323ae8]{margin-right:-12px!important;margin-left:-12px!important}.mx-sm-n4[data-v-2e323ae8]{margin-right:-16px!important;margin-left:-16px!important}.mx-sm-n5[data-v-2e323ae8]{margin-right:-20px!important;margin-left:-20px!important}.mx-sm-n6[data-v-2e323ae8]{margin-right:-24px!important;margin-left:-24px!important}.mx-sm-n7[data-v-2e323ae8]{margin-right:-28px!important;margin-left:-28px!important}.mx-sm-n8[data-v-2e323ae8]{margin-right:-32px!important;margin-left:-32px!important}.mx-sm-n9[data-v-2e323ae8]{margin-right:-36px!important;margin-left:-36px!important}.mx-sm-n10[data-v-2e323ae8]{margin-right:-40px!important;margin-left:-40px!important}.mx-sm-n11[data-v-2e323ae8]{margin-right:-44px!important;margin-left:-44px!important}.mx-sm-n12[data-v-2e323ae8]{margin-right:-48px!important;margin-left:-48px!important}.mx-sm-n13[data-v-2e323ae8]{margin-right:-52px!important;margin-left:-52px!important}.mx-sm-n14[data-v-2e323ae8]{margin-right:-56px!important;margin-left:-56px!important}.mx-sm-n15[data-v-2e323ae8]{margin-right:-60px!important;margin-left:-60px!important}.mx-sm-n16[data-v-2e323ae8]{margin-right:-64px!important;margin-left:-64px!important}.my-sm-n1[data-v-2e323ae8]{margin-top:-4px!important;margin-bottom:-4px!important}.my-sm-n2[data-v-2e323ae8]{margin-top:-8px!important;margin-bottom:-8px!important}.my-sm-n3[data-v-2e323ae8]{margin-top:-12px!important;margin-bottom:-12px!important}.my-sm-n4[data-v-2e323ae8]{margin-top:-16px!important;margin-bottom:-16px!important}.my-sm-n5[data-v-2e323ae8]{margin-top:-20px!important;margin-bottom:-20px!important}.my-sm-n6[data-v-2e323ae8]{margin-top:-24px!important;margin-bottom:-24px!important}.my-sm-n7[data-v-2e323ae8]{margin-top:-28px!important;margin-bottom:-28px!important}.my-sm-n8[data-v-2e323ae8]{margin-top:-32px!important;margin-bottom:-32px!important}.my-sm-n9[data-v-2e323ae8]{margin-top:-36px!important;margin-bottom:-36px!important}.my-sm-n10[data-v-2e323ae8]{margin-top:-40px!important;margin-bottom:-40px!important}.my-sm-n11[data-v-2e323ae8]{margin-top:-44px!important;margin-bottom:-44px!important}.my-sm-n12[data-v-2e323ae8]{margin-top:-48px!important;margin-bottom:-48px!important}.my-sm-n13[data-v-2e323ae8]{margin-top:-52px!important;margin-bottom:-52px!important}.my-sm-n14[data-v-2e323ae8]{margin-top:-56px!important;margin-bottom:-56px!important}.my-sm-n15[data-v-2e323ae8]{margin-top:-60px!important;margin-bottom:-60px!important}.my-sm-n16[data-v-2e323ae8]{margin-top:-64px!important;margin-bottom:-64px!important}.mt-sm-n1[data-v-2e323ae8]{margin-top:-4px!important}.mt-sm-n2[data-v-2e323ae8]{margin-top:-8px!important}.mt-sm-n3[data-v-2e323ae8]{margin-top:-12px!important}.mt-sm-n4[data-v-2e323ae8]{margin-top:-16px!important}.mt-sm-n5[data-v-2e323ae8]{margin-top:-20px!important}.mt-sm-n6[data-v-2e323ae8]{margin-top:-24px!important}.mt-sm-n7[data-v-2e323ae8]{margin-top:-28px!important}.mt-sm-n8[data-v-2e323ae8]{margin-top:-32px!important}.mt-sm-n9[data-v-2e323ae8]{margin-top:-36px!important}.mt-sm-n10[data-v-2e323ae8]{margin-top:-40px!important}.mt-sm-n11[data-v-2e323ae8]{margin-top:-44px!important}.mt-sm-n12[data-v-2e323ae8]{margin-top:-48px!important}.mt-sm-n13[data-v-2e323ae8]{margin-top:-52px!important}.mt-sm-n14[data-v-2e323ae8]{margin-top:-56px!important}.mt-sm-n15[data-v-2e323ae8]{margin-top:-60px!important}.mt-sm-n16[data-v-2e323ae8]{margin-top:-64px!important}.mr-sm-n1[data-v-2e323ae8]{margin-right:-4px!important}.mr-sm-n2[data-v-2e323ae8]{margin-right:-8px!important}.mr-sm-n3[data-v-2e323ae8]{margin-right:-12px!important}.mr-sm-n4[data-v-2e323ae8]{margin-right:-16px!important}.mr-sm-n5[data-v-2e323ae8]{margin-right:-20px!important}.mr-sm-n6[data-v-2e323ae8]{margin-right:-24px!important}.mr-sm-n7[data-v-2e323ae8]{margin-right:-28px!important}.mr-sm-n8[data-v-2e323ae8]{margin-right:-32px!important}.mr-sm-n9[data-v-2e323ae8]{margin-right:-36px!important}.mr-sm-n10[data-v-2e323ae8]{margin-right:-40px!important}.mr-sm-n11[data-v-2e323ae8]{margin-right:-44px!important}.mr-sm-n12[data-v-2e323ae8]{margin-right:-48px!important}.mr-sm-n13[data-v-2e323ae8]{margin-right:-52px!important}.mr-sm-n14[data-v-2e323ae8]{margin-right:-56px!important}.mr-sm-n15[data-v-2e323ae8]{margin-right:-60px!important}.mr-sm-n16[data-v-2e323ae8]{margin-right:-64px!important}.mb-sm-n1[data-v-2e323ae8]{margin-bottom:-4px!important}.mb-sm-n2[data-v-2e323ae8]{margin-bottom:-8px!important}.mb-sm-n3[data-v-2e323ae8]{margin-bottom:-12px!important}.mb-sm-n4[data-v-2e323ae8]{margin-bottom:-16px!important}.mb-sm-n5[data-v-2e323ae8]{margin-bottom:-20px!important}.mb-sm-n6[data-v-2e323ae8]{margin-bottom:-24px!important}.mb-sm-n7[data-v-2e323ae8]{margin-bottom:-28px!important}.mb-sm-n8[data-v-2e323ae8]{margin-bottom:-32px!important}.mb-sm-n9[data-v-2e323ae8]{margin-bottom:-36px!important}.mb-sm-n10[data-v-2e323ae8]{margin-bottom:-40px!important}.mb-sm-n11[data-v-2e323ae8]{margin-bottom:-44px!important}.mb-sm-n12[data-v-2e323ae8]{margin-bottom:-48px!important}.mb-sm-n13[data-v-2e323ae8]{margin-bottom:-52px!important}.mb-sm-n14[data-v-2e323ae8]{margin-bottom:-56px!important}.mb-sm-n15[data-v-2e323ae8]{margin-bottom:-60px!important}.mb-sm-n16[data-v-2e323ae8]{margin-bottom:-64px!important}.ml-sm-n1[data-v-2e323ae8]{margin-left:-4px!important}.ml-sm-n2[data-v-2e323ae8]{margin-left:-8px!important}.ml-sm-n3[data-v-2e323ae8]{margin-left:-12px!important}.ml-sm-n4[data-v-2e323ae8]{margin-left:-16px!important}.ml-sm-n5[data-v-2e323ae8]{margin-left:-20px!important}.ml-sm-n6[data-v-2e323ae8]{margin-left:-24px!important}.ml-sm-n7[data-v-2e323ae8]{margin-left:-28px!important}.ml-sm-n8[data-v-2e323ae8]{margin-left:-32px!important}.ml-sm-n9[data-v-2e323ae8]{margin-left:-36px!important}.ml-sm-n10[data-v-2e323ae8]{margin-left:-40px!important}.ml-sm-n11[data-v-2e323ae8]{margin-left:-44px!important}.ml-sm-n12[data-v-2e323ae8]{margin-left:-48px!important}.ml-sm-n13[data-v-2e323ae8]{margin-left:-52px!important}.ml-sm-n14[data-v-2e323ae8]{margin-left:-56px!important}.ml-sm-n15[data-v-2e323ae8]{margin-left:-60px!important}.ml-sm-n16[data-v-2e323ae8]{margin-left:-64px!important}.ms-sm-n1[data-v-2e323ae8]{margin-inline-start:-4px!important}.ms-sm-n2[data-v-2e323ae8]{margin-inline-start:-8px!important}.ms-sm-n3[data-v-2e323ae8]{margin-inline-start:-12px!important}.ms-sm-n4[data-v-2e323ae8]{margin-inline-start:-16px!important}.ms-sm-n5[data-v-2e323ae8]{margin-inline-start:-20px!important}.ms-sm-n6[data-v-2e323ae8]{margin-inline-start:-24px!important}.ms-sm-n7[data-v-2e323ae8]{margin-inline-start:-28px!important}.ms-sm-n8[data-v-2e323ae8]{margin-inline-start:-32px!important}.ms-sm-n9[data-v-2e323ae8]{margin-inline-start:-36px!important}.ms-sm-n10[data-v-2e323ae8]{margin-inline-start:-40px!important}.ms-sm-n11[data-v-2e323ae8]{margin-inline-start:-44px!important}.ms-sm-n12[data-v-2e323ae8]{margin-inline-start:-48px!important}.ms-sm-n13[data-v-2e323ae8]{margin-inline-start:-52px!important}.ms-sm-n14[data-v-2e323ae8]{margin-inline-start:-56px!important}.ms-sm-n15[data-v-2e323ae8]{margin-inline-start:-60px!important}.ms-sm-n16[data-v-2e323ae8]{margin-inline-start:-64px!important}.me-sm-n1[data-v-2e323ae8]{margin-inline-end:-4px!important}.me-sm-n2[data-v-2e323ae8]{margin-inline-end:-8px!important}.me-sm-n3[data-v-2e323ae8]{margin-inline-end:-12px!important}.me-sm-n4[data-v-2e323ae8]{margin-inline-end:-16px!important}.me-sm-n5[data-v-2e323ae8]{margin-inline-end:-20px!important}.me-sm-n6[data-v-2e323ae8]{margin-inline-end:-24px!important}.me-sm-n7[data-v-2e323ae8]{margin-inline-end:-28px!important}.me-sm-n8[data-v-2e323ae8]{margin-inline-end:-32px!important}.me-sm-n9[data-v-2e323ae8]{margin-inline-end:-36px!important}.me-sm-n10[data-v-2e323ae8]{margin-inline-end:-40px!important}.me-sm-n11[data-v-2e323ae8]{margin-inline-end:-44px!important}.me-sm-n12[data-v-2e323ae8]{margin-inline-end:-48px!important}.me-sm-n13[data-v-2e323ae8]{margin-inline-end:-52px!important}.me-sm-n14[data-v-2e323ae8]{margin-inline-end:-56px!important}.me-sm-n15[data-v-2e323ae8]{margin-inline-end:-60px!important}.me-sm-n16[data-v-2e323ae8]{margin-inline-end:-64px!important}.pa-sm-0[data-v-2e323ae8]{padding:0!important}.pa-sm-1[data-v-2e323ae8]{padding:4px!important}.pa-sm-2[data-v-2e323ae8]{padding:8px!important}.pa-sm-3[data-v-2e323ae8]{padding:12px!important}.pa-sm-4[data-v-2e323ae8]{padding:16px!important}.pa-sm-5[data-v-2e323ae8]{padding:20px!important}.pa-sm-6[data-v-2e323ae8]{padding:24px!important}.pa-sm-7[data-v-2e323ae8]{padding:28px!important}.pa-sm-8[data-v-2e323ae8]{padding:32px!important}.pa-sm-9[data-v-2e323ae8]{padding:36px!important}.pa-sm-10[data-v-2e323ae8]{padding:40px!important}.pa-sm-11[data-v-2e323ae8]{padding:44px!important}.pa-sm-12[data-v-2e323ae8]{padding:48px!important}.pa-sm-13[data-v-2e323ae8]{padding:52px!important}.pa-sm-14[data-v-2e323ae8]{padding:56px!important}.pa-sm-15[data-v-2e323ae8]{padding:60px!important}.pa-sm-16[data-v-2e323ae8]{padding:64px!important}.px-sm-0[data-v-2e323ae8]{padding-right:0!important;padding-left:0!important}.px-sm-1[data-v-2e323ae8]{padding-right:4px!important;padding-left:4px!important}.px-sm-2[data-v-2e323ae8]{padding-right:8px!important;padding-left:8px!important}.px-sm-3[data-v-2e323ae8]{padding-right:12px!important;padding-left:12px!important}.px-sm-4[data-v-2e323ae8]{padding-right:16px!important;padding-left:16px!important}.px-sm-5[data-v-2e323ae8]{padding-right:20px!important;padding-left:20px!important}.px-sm-6[data-v-2e323ae8]{padding-right:24px!important;padding-left:24px!important}.px-sm-7[data-v-2e323ae8]{padding-right:28px!important;padding-left:28px!important}.px-sm-8[data-v-2e323ae8]{padding-right:32px!important;padding-left:32px!important}.px-sm-9[data-v-2e323ae8]{padding-right:36px!important;padding-left:36px!important}.px-sm-10[data-v-2e323ae8]{padding-right:40px!important;padding-left:40px!important}.px-sm-11[data-v-2e323ae8]{padding-right:44px!important;padding-left:44px!important}.px-sm-12[data-v-2e323ae8]{padding-right:48px!important;padding-left:48px!important}.px-sm-13[data-v-2e323ae8]{padding-right:52px!important;padding-left:52px!important}.px-sm-14[data-v-2e323ae8]{padding-right:56px!important;padding-left:56px!important}.px-sm-15[data-v-2e323ae8]{padding-right:60px!important;padding-left:60px!important}.px-sm-16[data-v-2e323ae8]{padding-right:64px!important;padding-left:64px!important}.py-sm-0[data-v-2e323ae8]{padding-top:0!important;padding-bottom:0!important}.py-sm-1[data-v-2e323ae8]{padding-top:4px!important;padding-bottom:4px!important}.py-sm-2[data-v-2e323ae8]{padding-top:8px!important;padding-bottom:8px!important}.py-sm-3[data-v-2e323ae8]{padding-top:12px!important;padding-bottom:12px!important}.py-sm-4[data-v-2e323ae8]{padding-top:16px!important;padding-bottom:16px!important}.py-sm-5[data-v-2e323ae8]{padding-top:20px!important;padding-bottom:20px!important}.py-sm-6[data-v-2e323ae8]{padding-top:24px!important;padding-bottom:24px!important}.py-sm-7[data-v-2e323ae8]{padding-top:28px!important;padding-bottom:28px!important}.py-sm-8[data-v-2e323ae8]{padding-top:32px!important;padding-bottom:32px!important}.py-sm-9[data-v-2e323ae8]{padding-top:36px!important;padding-bottom:36px!important}.py-sm-10[data-v-2e323ae8]{padding-top:40px!important;padding-bottom:40px!important}.py-sm-11[data-v-2e323ae8]{padding-top:44px!important;padding-bottom:44px!important}.py-sm-12[data-v-2e323ae8]{padding-top:48px!important;padding-bottom:48px!important}.py-sm-13[data-v-2e323ae8]{padding-top:52px!important;padding-bottom:52px!important}.py-sm-14[data-v-2e323ae8]{padding-top:56px!important;padding-bottom:56px!important}.py-sm-15[data-v-2e323ae8]{padding-top:60px!important;padding-bottom:60px!important}.py-sm-16[data-v-2e323ae8]{padding-top:64px!important;padding-bottom:64px!important}.pt-sm-0[data-v-2e323ae8]{padding-top:0!important}.pt-sm-1[data-v-2e323ae8]{padding-top:4px!important}.pt-sm-2[data-v-2e323ae8]{padding-top:8px!important}.pt-sm-3[data-v-2e323ae8]{padding-top:12px!important}.pt-sm-4[data-v-2e323ae8]{padding-top:16px!important}.pt-sm-5[data-v-2e323ae8]{padding-top:20px!important}.pt-sm-6[data-v-2e323ae8]{padding-top:24px!important}.pt-sm-7[data-v-2e323ae8]{padding-top:28px!important}.pt-sm-8[data-v-2e323ae8]{padding-top:32px!important}.pt-sm-9[data-v-2e323ae8]{padding-top:36px!important}.pt-sm-10[data-v-2e323ae8]{padding-top:40px!important}.pt-sm-11[data-v-2e323ae8]{padding-top:44px!important}.pt-sm-12[data-v-2e323ae8]{padding-top:48px!important}.pt-sm-13[data-v-2e323ae8]{padding-top:52px!important}.pt-sm-14[data-v-2e323ae8]{padding-top:56px!important}.pt-sm-15[data-v-2e323ae8]{padding-top:60px!important}.pt-sm-16[data-v-2e323ae8]{padding-top:64px!important}.pr-sm-0[data-v-2e323ae8]{padding-right:0!important}.pr-sm-1[data-v-2e323ae8]{padding-right:4px!important}.pr-sm-2[data-v-2e323ae8]{padding-right:8px!important}.pr-sm-3[data-v-2e323ae8]{padding-right:12px!important}.pr-sm-4[data-v-2e323ae8]{padding-right:16px!important}.pr-sm-5[data-v-2e323ae8]{padding-right:20px!important}.pr-sm-6[data-v-2e323ae8]{padding-right:24px!important}.pr-sm-7[data-v-2e323ae8]{padding-right:28px!important}.pr-sm-8[data-v-2e323ae8]{padding-right:32px!important}.pr-sm-9[data-v-2e323ae8]{padding-right:36px!important}.pr-sm-10[data-v-2e323ae8]{padding-right:40px!important}.pr-sm-11[data-v-2e323ae8]{padding-right:44px!important}.pr-sm-12[data-v-2e323ae8]{padding-right:48px!important}.pr-sm-13[data-v-2e323ae8]{padding-right:52px!important}.pr-sm-14[data-v-2e323ae8]{padding-right:56px!important}.pr-sm-15[data-v-2e323ae8]{padding-right:60px!important}.pr-sm-16[data-v-2e323ae8]{padding-right:64px!important}.pb-sm-0[data-v-2e323ae8]{padding-bottom:0!important}.pb-sm-1[data-v-2e323ae8]{padding-bottom:4px!important}.pb-sm-2[data-v-2e323ae8]{padding-bottom:8px!important}.pb-sm-3[data-v-2e323ae8]{padding-bottom:12px!important}.pb-sm-4[data-v-2e323ae8]{padding-bottom:16px!important}.pb-sm-5[data-v-2e323ae8]{padding-bottom:20px!important}.pb-sm-6[data-v-2e323ae8]{padding-bottom:24px!important}.pb-sm-7[data-v-2e323ae8]{padding-bottom:28px!important}.pb-sm-8[data-v-2e323ae8]{padding-bottom:32px!important}.pb-sm-9[data-v-2e323ae8]{padding-bottom:36px!important}.pb-sm-10[data-v-2e323ae8]{padding-bottom:40px!important}.pb-sm-11[data-v-2e323ae8]{padding-bottom:44px!important}.pb-sm-12[data-v-2e323ae8]{padding-bottom:48px!important}.pb-sm-13[data-v-2e323ae8]{padding-bottom:52px!important}.pb-sm-14[data-v-2e323ae8]{padding-bottom:56px!important}.pb-sm-15[data-v-2e323ae8]{padding-bottom:60px!important}.pb-sm-16[data-v-2e323ae8]{padding-bottom:64px!important}.pl-sm-0[data-v-2e323ae8]{padding-left:0!important}.pl-sm-1[data-v-2e323ae8]{padding-left:4px!important}.pl-sm-2[data-v-2e323ae8]{padding-left:8px!important}.pl-sm-3[data-v-2e323ae8]{padding-left:12px!important}.pl-sm-4[data-v-2e323ae8]{padding-left:16px!important}.pl-sm-5[data-v-2e323ae8]{padding-left:20px!important}.pl-sm-6[data-v-2e323ae8]{padding-left:24px!important}.pl-sm-7[data-v-2e323ae8]{padding-left:28px!important}.pl-sm-8[data-v-2e323ae8]{padding-left:32px!important}.pl-sm-9[data-v-2e323ae8]{padding-left:36px!important}.pl-sm-10[data-v-2e323ae8]{padding-left:40px!important}.pl-sm-11[data-v-2e323ae8]{padding-left:44px!important}.pl-sm-12[data-v-2e323ae8]{padding-left:48px!important}.pl-sm-13[data-v-2e323ae8]{padding-left:52px!important}.pl-sm-14[data-v-2e323ae8]{padding-left:56px!important}.pl-sm-15[data-v-2e323ae8]{padding-left:60px!important}.pl-sm-16[data-v-2e323ae8]{padding-left:64px!important}.ps-sm-0[data-v-2e323ae8]{padding-inline-start:0px!important}.ps-sm-1[data-v-2e323ae8]{padding-inline-start:4px!important}.ps-sm-2[data-v-2e323ae8]{padding-inline-start:8px!important}.ps-sm-3[data-v-2e323ae8]{padding-inline-start:12px!important}.ps-sm-4[data-v-2e323ae8]{padding-inline-start:16px!important}.ps-sm-5[data-v-2e323ae8]{padding-inline-start:20px!important}.ps-sm-6[data-v-2e323ae8]{padding-inline-start:24px!important}.ps-sm-7[data-v-2e323ae8]{padding-inline-start:28px!important}.ps-sm-8[data-v-2e323ae8]{padding-inline-start:32px!important}.ps-sm-9[data-v-2e323ae8]{padding-inline-start:36px!important}.ps-sm-10[data-v-2e323ae8]{padding-inline-start:40px!important}.ps-sm-11[data-v-2e323ae8]{padding-inline-start:44px!important}.ps-sm-12[data-v-2e323ae8]{padding-inline-start:48px!important}.ps-sm-13[data-v-2e323ae8]{padding-inline-start:52px!important}.ps-sm-14[data-v-2e323ae8]{padding-inline-start:56px!important}.ps-sm-15[data-v-2e323ae8]{padding-inline-start:60px!important}.ps-sm-16[data-v-2e323ae8]{padding-inline-start:64px!important}.pe-sm-0[data-v-2e323ae8]{padding-inline-end:0px!important}.pe-sm-1[data-v-2e323ae8]{padding-inline-end:4px!important}.pe-sm-2[data-v-2e323ae8]{padding-inline-end:8px!important}.pe-sm-3[data-v-2e323ae8]{padding-inline-end:12px!important}.pe-sm-4[data-v-2e323ae8]{padding-inline-end:16px!important}.pe-sm-5[data-v-2e323ae8]{padding-inline-end:20px!important}.pe-sm-6[data-v-2e323ae8]{padding-inline-end:24px!important}.pe-sm-7[data-v-2e323ae8]{padding-inline-end:28px!important}.pe-sm-8[data-v-2e323ae8]{padding-inline-end:32px!important}.pe-sm-9[data-v-2e323ae8]{padding-inline-end:36px!important}.pe-sm-10[data-v-2e323ae8]{padding-inline-end:40px!important}.pe-sm-11[data-v-2e323ae8]{padding-inline-end:44px!important}.pe-sm-12[data-v-2e323ae8]{padding-inline-end:48px!important}.pe-sm-13[data-v-2e323ae8]{padding-inline-end:52px!important}.pe-sm-14[data-v-2e323ae8]{padding-inline-end:56px!important}.pe-sm-15[data-v-2e323ae8]{padding-inline-end:60px!important}.pe-sm-16[data-v-2e323ae8]{padding-inline-end:64px!important}.text-sm-left[data-v-2e323ae8]{text-align:left!important}.text-sm-right[data-v-2e323ae8]{text-align:right!important}.text-sm-center[data-v-2e323ae8]{text-align:center!important}.text-sm-justify[data-v-2e323ae8]{text-align:justify!important}.text-sm-start[data-v-2e323ae8]{text-align:start!important}.text-sm-end[data-v-2e323ae8]{text-align:end!important}.text-sm-h1[data-v-2e323ae8]{font-size:6rem!important;font-weight:300;line-height:6rem;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-sm-h2[data-v-2e323ae8]{font-size:3.75rem!important;font-weight:300;line-height:3.75rem;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-sm-h3[data-v-2e323ae8]{font-size:3rem!important;font-weight:400;line-height:3.125rem;letter-spacing:normal!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-sm-h4[data-v-2e323ae8]{font-size:2.125rem!important;font-weight:400;line-height:2.5rem;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-sm-h5[data-v-2e323ae8]{font-size:1.5rem!important;font-weight:400;line-height:2rem;letter-spacing:normal!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-sm-h6[data-v-2e323ae8]{font-size:1.25rem!important;font-weight:500;line-height:2rem;letter-spacing:.0125em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-sm-subtitle-1[data-v-2e323ae8]{font-size:1rem!important;font-weight:400;line-height:1.75rem;letter-spacing:.009375em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-sm-subtitle-2[data-v-2e323ae8]{font-size:.875rem!important;font-weight:500;line-height:1.375rem;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-sm-body-1[data-v-2e323ae8]{font-size:1rem!important;font-weight:400;line-height:1.5rem;letter-spacing:.03125em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-sm-body-2[data-v-2e323ae8]{font-size:.875rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-sm-button[data-v-2e323ae8]{font-size:.875rem!important;font-weight:500;line-height:2.25rem;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif!important;text-transform:uppercase!important}.text-sm-caption[data-v-2e323ae8]{font-size:.75rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-sm-overline[data-v-2e323ae8]{font-size:.75rem!important;font-weight:500;line-height:2rem;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif!important;text-transform:uppercase!important}}@media (min-width: 960px){.d-md-none[data-v-2e323ae8]{display:none!important}.d-md-inline[data-v-2e323ae8]{display:inline!important}.d-md-inline-block[data-v-2e323ae8]{display:inline-block!important}.d-md-block[data-v-2e323ae8]{display:block!important}.d-md-table[data-v-2e323ae8]{display:table!important}.d-md-table-row[data-v-2e323ae8]{display:table-row!important}.d-md-table-cell[data-v-2e323ae8]{display:table-cell!important}.d-md-flex[data-v-2e323ae8]{display:flex!important}.d-md-inline-flex[data-v-2e323ae8]{display:inline-flex!important}.float-md-none[data-v-2e323ae8]{float:none!important}.float-md-left[data-v-2e323ae8]{float:left!important}.float-md-right[data-v-2e323ae8]{float:right!important}.v-locale--is-rtl .float-md-end[data-v-2e323ae8]{float:left!important}.v-locale--is-rtl .float-md-start[data-v-2e323ae8],.v-locale--is-ltr .float-md-end[data-v-2e323ae8]{float:right!important}.v-locale--is-ltr .float-md-start[data-v-2e323ae8]{float:left!important}.flex-md-fill[data-v-2e323ae8],.flex-md-1-1[data-v-2e323ae8]{flex:1 1 auto!important}.flex-md-1-0[data-v-2e323ae8]{flex:1 0 auto!important}.flex-md-0-1[data-v-2e323ae8]{flex:0 1 auto!important}.flex-md-0-0[data-v-2e323ae8]{flex:0 0 auto!important}.flex-md-1-1-100[data-v-2e323ae8]{flex:1 1 100%!important}.flex-md-1-0-100[data-v-2e323ae8]{flex:1 0 100%!important}.flex-md-0-1-100[data-v-2e323ae8]{flex:0 1 100%!important}.flex-md-0-0-100[data-v-2e323ae8]{flex:0 0 100%!important}.flex-md-row[data-v-2e323ae8]{flex-direction:row!important}.flex-md-column[data-v-2e323ae8]{flex-direction:column!important}.flex-md-row-reverse[data-v-2e323ae8]{flex-direction:row-reverse!important}.flex-md-column-reverse[data-v-2e323ae8]{flex-direction:column-reverse!important}.flex-md-grow-0[data-v-2e323ae8]{flex-grow:0!important}.flex-md-grow-1[data-v-2e323ae8]{flex-grow:1!important}.flex-md-shrink-0[data-v-2e323ae8]{flex-shrink:0!important}.flex-md-shrink-1[data-v-2e323ae8]{flex-shrink:1!important}.flex-md-wrap[data-v-2e323ae8]{flex-wrap:wrap!important}.flex-md-nowrap[data-v-2e323ae8]{flex-wrap:nowrap!important}.flex-md-wrap-reverse[data-v-2e323ae8]{flex-wrap:wrap-reverse!important}.justify-md-start[data-v-2e323ae8]{justify-content:flex-start!important}.justify-md-end[data-v-2e323ae8]{justify-content:flex-end!important}.justify-md-center[data-v-2e323ae8]{justify-content:center!important}.justify-md-space-between[data-v-2e323ae8]{justify-content:space-between!important}.justify-md-space-around[data-v-2e323ae8]{justify-content:space-around!important}.justify-md-space-evenly[data-v-2e323ae8]{justify-content:space-evenly!important}.align-md-start[data-v-2e323ae8]{align-items:flex-start!important}.align-md-end[data-v-2e323ae8]{align-items:flex-end!important}.align-md-center[data-v-2e323ae8]{align-items:center!important}.align-md-baseline[data-v-2e323ae8]{align-items:baseline!important}.align-md-stretch[data-v-2e323ae8]{align-items:stretch!important}.align-content-md-start[data-v-2e323ae8]{align-content:flex-start!important}.align-content-md-end[data-v-2e323ae8]{align-content:flex-end!important}.align-content-md-center[data-v-2e323ae8]{align-content:center!important}.align-content-md-space-between[data-v-2e323ae8]{align-content:space-between!important}.align-content-md-space-around[data-v-2e323ae8]{align-content:space-around!important}.align-content-md-space-evenly[data-v-2e323ae8]{align-content:space-evenly!important}.align-content-md-stretch[data-v-2e323ae8]{align-content:stretch!important}.align-self-md-auto[data-v-2e323ae8]{align-self:auto!important}.align-self-md-start[data-v-2e323ae8]{align-self:flex-start!important}.align-self-md-end[data-v-2e323ae8]{align-self:flex-end!important}.align-self-md-center[data-v-2e323ae8]{align-self:center!important}.align-self-md-baseline[data-v-2e323ae8]{align-self:baseline!important}.align-self-md-stretch[data-v-2e323ae8]{align-self:stretch!important}.order-md-first[data-v-2e323ae8]{order:-1!important}.order-md-0[data-v-2e323ae8]{order:0!important}.order-md-1[data-v-2e323ae8]{order:1!important}.order-md-2[data-v-2e323ae8]{order:2!important}.order-md-3[data-v-2e323ae8]{order:3!important}.order-md-4[data-v-2e323ae8]{order:4!important}.order-md-5[data-v-2e323ae8]{order:5!important}.order-md-6[data-v-2e323ae8]{order:6!important}.order-md-7[data-v-2e323ae8]{order:7!important}.order-md-8[data-v-2e323ae8]{order:8!important}.order-md-9[data-v-2e323ae8]{order:9!important}.order-md-10[data-v-2e323ae8]{order:10!important}.order-md-11[data-v-2e323ae8]{order:11!important}.order-md-12[data-v-2e323ae8]{order:12!important}.order-md-last[data-v-2e323ae8]{order:13!important}.ma-md-0[data-v-2e323ae8]{margin:0!important}.ma-md-1[data-v-2e323ae8]{margin:4px!important}.ma-md-2[data-v-2e323ae8]{margin:8px!important}.ma-md-3[data-v-2e323ae8]{margin:12px!important}.ma-md-4[data-v-2e323ae8]{margin:16px!important}.ma-md-5[data-v-2e323ae8]{margin:20px!important}.ma-md-6[data-v-2e323ae8]{margin:24px!important}.ma-md-7[data-v-2e323ae8]{margin:28px!important}.ma-md-8[data-v-2e323ae8]{margin:32px!important}.ma-md-9[data-v-2e323ae8]{margin:36px!important}.ma-md-10[data-v-2e323ae8]{margin:40px!important}.ma-md-11[data-v-2e323ae8]{margin:44px!important}.ma-md-12[data-v-2e323ae8]{margin:48px!important}.ma-md-13[data-v-2e323ae8]{margin:52px!important}.ma-md-14[data-v-2e323ae8]{margin:56px!important}.ma-md-15[data-v-2e323ae8]{margin:60px!important}.ma-md-16[data-v-2e323ae8]{margin:64px!important}.ma-md-auto[data-v-2e323ae8]{margin:auto!important}.mx-md-0[data-v-2e323ae8]{margin-right:0!important;margin-left:0!important}.mx-md-1[data-v-2e323ae8]{margin-right:4px!important;margin-left:4px!important}.mx-md-2[data-v-2e323ae8]{margin-right:8px!important;margin-left:8px!important}.mx-md-3[data-v-2e323ae8]{margin-right:12px!important;margin-left:12px!important}.mx-md-4[data-v-2e323ae8]{margin-right:16px!important;margin-left:16px!important}.mx-md-5[data-v-2e323ae8]{margin-right:20px!important;margin-left:20px!important}.mx-md-6[data-v-2e323ae8]{margin-right:24px!important;margin-left:24px!important}.mx-md-7[data-v-2e323ae8]{margin-right:28px!important;margin-left:28px!important}.mx-md-8[data-v-2e323ae8]{margin-right:32px!important;margin-left:32px!important}.mx-md-9[data-v-2e323ae8]{margin-right:36px!important;margin-left:36px!important}.mx-md-10[data-v-2e323ae8]{margin-right:40px!important;margin-left:40px!important}.mx-md-11[data-v-2e323ae8]{margin-right:44px!important;margin-left:44px!important}.mx-md-12[data-v-2e323ae8]{margin-right:48px!important;margin-left:48px!important}.mx-md-13[data-v-2e323ae8]{margin-right:52px!important;margin-left:52px!important}.mx-md-14[data-v-2e323ae8]{margin-right:56px!important;margin-left:56px!important}.mx-md-15[data-v-2e323ae8]{margin-right:60px!important;margin-left:60px!important}.mx-md-16[data-v-2e323ae8]{margin-right:64px!important;margin-left:64px!important}.mx-md-auto[data-v-2e323ae8]{margin-right:auto!important;margin-left:auto!important}.my-md-0[data-v-2e323ae8]{margin-top:0!important;margin-bottom:0!important}.my-md-1[data-v-2e323ae8]{margin-top:4px!important;margin-bottom:4px!important}.my-md-2[data-v-2e323ae8]{margin-top:8px!important;margin-bottom:8px!important}.my-md-3[data-v-2e323ae8]{margin-top:12px!important;margin-bottom:12px!important}.my-md-4[data-v-2e323ae8]{margin-top:16px!important;margin-bottom:16px!important}.my-md-5[data-v-2e323ae8]{margin-top:20px!important;margin-bottom:20px!important}.my-md-6[data-v-2e323ae8]{margin-top:24px!important;margin-bottom:24px!important}.my-md-7[data-v-2e323ae8]{margin-top:28px!important;margin-bottom:28px!important}.my-md-8[data-v-2e323ae8]{margin-top:32px!important;margin-bottom:32px!important}.my-md-9[data-v-2e323ae8]{margin-top:36px!important;margin-bottom:36px!important}.my-md-10[data-v-2e323ae8]{margin-top:40px!important;margin-bottom:40px!important}.my-md-11[data-v-2e323ae8]{margin-top:44px!important;margin-bottom:44px!important}.my-md-12[data-v-2e323ae8]{margin-top:48px!important;margin-bottom:48px!important}.my-md-13[data-v-2e323ae8]{margin-top:52px!important;margin-bottom:52px!important}.my-md-14[data-v-2e323ae8]{margin-top:56px!important;margin-bottom:56px!important}.my-md-15[data-v-2e323ae8]{margin-top:60px!important;margin-bottom:60px!important}.my-md-16[data-v-2e323ae8]{margin-top:64px!important;margin-bottom:64px!important}.my-md-auto[data-v-2e323ae8]{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0[data-v-2e323ae8]{margin-top:0!important}.mt-md-1[data-v-2e323ae8]{margin-top:4px!important}.mt-md-2[data-v-2e323ae8]{margin-top:8px!important}.mt-md-3[data-v-2e323ae8]{margin-top:12px!important}.mt-md-4[data-v-2e323ae8]{margin-top:16px!important}.mt-md-5[data-v-2e323ae8]{margin-top:20px!important}.mt-md-6[data-v-2e323ae8]{margin-top:24px!important}.mt-md-7[data-v-2e323ae8]{margin-top:28px!important}.mt-md-8[data-v-2e323ae8]{margin-top:32px!important}.mt-md-9[data-v-2e323ae8]{margin-top:36px!important}.mt-md-10[data-v-2e323ae8]{margin-top:40px!important}.mt-md-11[data-v-2e323ae8]{margin-top:44px!important}.mt-md-12[data-v-2e323ae8]{margin-top:48px!important}.mt-md-13[data-v-2e323ae8]{margin-top:52px!important}.mt-md-14[data-v-2e323ae8]{margin-top:56px!important}.mt-md-15[data-v-2e323ae8]{margin-top:60px!important}.mt-md-16[data-v-2e323ae8]{margin-top:64px!important}.mt-md-auto[data-v-2e323ae8]{margin-top:auto!important}.mr-md-0[data-v-2e323ae8]{margin-right:0!important}.mr-md-1[data-v-2e323ae8]{margin-right:4px!important}.mr-md-2[data-v-2e323ae8]{margin-right:8px!important}.mr-md-3[data-v-2e323ae8]{margin-right:12px!important}.mr-md-4[data-v-2e323ae8]{margin-right:16px!important}.mr-md-5[data-v-2e323ae8]{margin-right:20px!important}.mr-md-6[data-v-2e323ae8]{margin-right:24px!important}.mr-md-7[data-v-2e323ae8]{margin-right:28px!important}.mr-md-8[data-v-2e323ae8]{margin-right:32px!important}.mr-md-9[data-v-2e323ae8]{margin-right:36px!important}.mr-md-10[data-v-2e323ae8]{margin-right:40px!important}.mr-md-11[data-v-2e323ae8]{margin-right:44px!important}.mr-md-12[data-v-2e323ae8]{margin-right:48px!important}.mr-md-13[data-v-2e323ae8]{margin-right:52px!important}.mr-md-14[data-v-2e323ae8]{margin-right:56px!important}.mr-md-15[data-v-2e323ae8]{margin-right:60px!important}.mr-md-16[data-v-2e323ae8]{margin-right:64px!important}.mr-md-auto[data-v-2e323ae8]{margin-right:auto!important}.mb-md-0[data-v-2e323ae8]{margin-bottom:0!important}.mb-md-1[data-v-2e323ae8]{margin-bottom:4px!important}.mb-md-2[data-v-2e323ae8]{margin-bottom:8px!important}.mb-md-3[data-v-2e323ae8]{margin-bottom:12px!important}.mb-md-4[data-v-2e323ae8]{margin-bottom:16px!important}.mb-md-5[data-v-2e323ae8]{margin-bottom:20px!important}.mb-md-6[data-v-2e323ae8]{margin-bottom:24px!important}.mb-md-7[data-v-2e323ae8]{margin-bottom:28px!important}.mb-md-8[data-v-2e323ae8]{margin-bottom:32px!important}.mb-md-9[data-v-2e323ae8]{margin-bottom:36px!important}.mb-md-10[data-v-2e323ae8]{margin-bottom:40px!important}.mb-md-11[data-v-2e323ae8]{margin-bottom:44px!important}.mb-md-12[data-v-2e323ae8]{margin-bottom:48px!important}.mb-md-13[data-v-2e323ae8]{margin-bottom:52px!important}.mb-md-14[data-v-2e323ae8]{margin-bottom:56px!important}.mb-md-15[data-v-2e323ae8]{margin-bottom:60px!important}.mb-md-16[data-v-2e323ae8]{margin-bottom:64px!important}.mb-md-auto[data-v-2e323ae8]{margin-bottom:auto!important}.ml-md-0[data-v-2e323ae8]{margin-left:0!important}.ml-md-1[data-v-2e323ae8]{margin-left:4px!important}.ml-md-2[data-v-2e323ae8]{margin-left:8px!important}.ml-md-3[data-v-2e323ae8]{margin-left:12px!important}.ml-md-4[data-v-2e323ae8]{margin-left:16px!important}.ml-md-5[data-v-2e323ae8]{margin-left:20px!important}.ml-md-6[data-v-2e323ae8]{margin-left:24px!important}.ml-md-7[data-v-2e323ae8]{margin-left:28px!important}.ml-md-8[data-v-2e323ae8]{margin-left:32px!important}.ml-md-9[data-v-2e323ae8]{margin-left:36px!important}.ml-md-10[data-v-2e323ae8]{margin-left:40px!important}.ml-md-11[data-v-2e323ae8]{margin-left:44px!important}.ml-md-12[data-v-2e323ae8]{margin-left:48px!important}.ml-md-13[data-v-2e323ae8]{margin-left:52px!important}.ml-md-14[data-v-2e323ae8]{margin-left:56px!important}.ml-md-15[data-v-2e323ae8]{margin-left:60px!important}.ml-md-16[data-v-2e323ae8]{margin-left:64px!important}.ml-md-auto[data-v-2e323ae8]{margin-left:auto!important}.ms-md-0[data-v-2e323ae8]{margin-inline-start:0px!important}.ms-md-1[data-v-2e323ae8]{margin-inline-start:4px!important}.ms-md-2[data-v-2e323ae8]{margin-inline-start:8px!important}.ms-md-3[data-v-2e323ae8]{margin-inline-start:12px!important}.ms-md-4[data-v-2e323ae8]{margin-inline-start:16px!important}.ms-md-5[data-v-2e323ae8]{margin-inline-start:20px!important}.ms-md-6[data-v-2e323ae8]{margin-inline-start:24px!important}.ms-md-7[data-v-2e323ae8]{margin-inline-start:28px!important}.ms-md-8[data-v-2e323ae8]{margin-inline-start:32px!important}.ms-md-9[data-v-2e323ae8]{margin-inline-start:36px!important}.ms-md-10[data-v-2e323ae8]{margin-inline-start:40px!important}.ms-md-11[data-v-2e323ae8]{margin-inline-start:44px!important}.ms-md-12[data-v-2e323ae8]{margin-inline-start:48px!important}.ms-md-13[data-v-2e323ae8]{margin-inline-start:52px!important}.ms-md-14[data-v-2e323ae8]{margin-inline-start:56px!important}.ms-md-15[data-v-2e323ae8]{margin-inline-start:60px!important}.ms-md-16[data-v-2e323ae8]{margin-inline-start:64px!important}.ms-md-auto[data-v-2e323ae8]{margin-inline-start:auto!important}.me-md-0[data-v-2e323ae8]{margin-inline-end:0px!important}.me-md-1[data-v-2e323ae8]{margin-inline-end:4px!important}.me-md-2[data-v-2e323ae8]{margin-inline-end:8px!important}.me-md-3[data-v-2e323ae8]{margin-inline-end:12px!important}.me-md-4[data-v-2e323ae8]{margin-inline-end:16px!important}.me-md-5[data-v-2e323ae8]{margin-inline-end:20px!important}.me-md-6[data-v-2e323ae8]{margin-inline-end:24px!important}.me-md-7[data-v-2e323ae8]{margin-inline-end:28px!important}.me-md-8[data-v-2e323ae8]{margin-inline-end:32px!important}.me-md-9[data-v-2e323ae8]{margin-inline-end:36px!important}.me-md-10[data-v-2e323ae8]{margin-inline-end:40px!important}.me-md-11[data-v-2e323ae8]{margin-inline-end:44px!important}.me-md-12[data-v-2e323ae8]{margin-inline-end:48px!important}.me-md-13[data-v-2e323ae8]{margin-inline-end:52px!important}.me-md-14[data-v-2e323ae8]{margin-inline-end:56px!important}.me-md-15[data-v-2e323ae8]{margin-inline-end:60px!important}.me-md-16[data-v-2e323ae8]{margin-inline-end:64px!important}.me-md-auto[data-v-2e323ae8]{margin-inline-end:auto!important}.ma-md-n1[data-v-2e323ae8]{margin:-4px!important}.ma-md-n2[data-v-2e323ae8]{margin:-8px!important}.ma-md-n3[data-v-2e323ae8]{margin:-12px!important}.ma-md-n4[data-v-2e323ae8]{margin:-16px!important}.ma-md-n5[data-v-2e323ae8]{margin:-20px!important}.ma-md-n6[data-v-2e323ae8]{margin:-24px!important}.ma-md-n7[data-v-2e323ae8]{margin:-28px!important}.ma-md-n8[data-v-2e323ae8]{margin:-32px!important}.ma-md-n9[data-v-2e323ae8]{margin:-36px!important}.ma-md-n10[data-v-2e323ae8]{margin:-40px!important}.ma-md-n11[data-v-2e323ae8]{margin:-44px!important}.ma-md-n12[data-v-2e323ae8]{margin:-48px!important}.ma-md-n13[data-v-2e323ae8]{margin:-52px!important}.ma-md-n14[data-v-2e323ae8]{margin:-56px!important}.ma-md-n15[data-v-2e323ae8]{margin:-60px!important}.ma-md-n16[data-v-2e323ae8]{margin:-64px!important}.mx-md-n1[data-v-2e323ae8]{margin-right:-4px!important;margin-left:-4px!important}.mx-md-n2[data-v-2e323ae8]{margin-right:-8px!important;margin-left:-8px!important}.mx-md-n3[data-v-2e323ae8]{margin-right:-12px!important;margin-left:-12px!important}.mx-md-n4[data-v-2e323ae8]{margin-right:-16px!important;margin-left:-16px!important}.mx-md-n5[data-v-2e323ae8]{margin-right:-20px!important;margin-left:-20px!important}.mx-md-n6[data-v-2e323ae8]{margin-right:-24px!important;margin-left:-24px!important}.mx-md-n7[data-v-2e323ae8]{margin-right:-28px!important;margin-left:-28px!important}.mx-md-n8[data-v-2e323ae8]{margin-right:-32px!important;margin-left:-32px!important}.mx-md-n9[data-v-2e323ae8]{margin-right:-36px!important;margin-left:-36px!important}.mx-md-n10[data-v-2e323ae8]{margin-right:-40px!important;margin-left:-40px!important}.mx-md-n11[data-v-2e323ae8]{margin-right:-44px!important;margin-left:-44px!important}.mx-md-n12[data-v-2e323ae8]{margin-right:-48px!important;margin-left:-48px!important}.mx-md-n13[data-v-2e323ae8]{margin-right:-52px!important;margin-left:-52px!important}.mx-md-n14[data-v-2e323ae8]{margin-right:-56px!important;margin-left:-56px!important}.mx-md-n15[data-v-2e323ae8]{margin-right:-60px!important;margin-left:-60px!important}.mx-md-n16[data-v-2e323ae8]{margin-right:-64px!important;margin-left:-64px!important}.my-md-n1[data-v-2e323ae8]{margin-top:-4px!important;margin-bottom:-4px!important}.my-md-n2[data-v-2e323ae8]{margin-top:-8px!important;margin-bottom:-8px!important}.my-md-n3[data-v-2e323ae8]{margin-top:-12px!important;margin-bottom:-12px!important}.my-md-n4[data-v-2e323ae8]{margin-top:-16px!important;margin-bottom:-16px!important}.my-md-n5[data-v-2e323ae8]{margin-top:-20px!important;margin-bottom:-20px!important}.my-md-n6[data-v-2e323ae8]{margin-top:-24px!important;margin-bottom:-24px!important}.my-md-n7[data-v-2e323ae8]{margin-top:-28px!important;margin-bottom:-28px!important}.my-md-n8[data-v-2e323ae8]{margin-top:-32px!important;margin-bottom:-32px!important}.my-md-n9[data-v-2e323ae8]{margin-top:-36px!important;margin-bottom:-36px!important}.my-md-n10[data-v-2e323ae8]{margin-top:-40px!important;margin-bottom:-40px!important}.my-md-n11[data-v-2e323ae8]{margin-top:-44px!important;margin-bottom:-44px!important}.my-md-n12[data-v-2e323ae8]{margin-top:-48px!important;margin-bottom:-48px!important}.my-md-n13[data-v-2e323ae8]{margin-top:-52px!important;margin-bottom:-52px!important}.my-md-n14[data-v-2e323ae8]{margin-top:-56px!important;margin-bottom:-56px!important}.my-md-n15[data-v-2e323ae8]{margin-top:-60px!important;margin-bottom:-60px!important}.my-md-n16[data-v-2e323ae8]{margin-top:-64px!important;margin-bottom:-64px!important}.mt-md-n1[data-v-2e323ae8]{margin-top:-4px!important}.mt-md-n2[data-v-2e323ae8]{margin-top:-8px!important}.mt-md-n3[data-v-2e323ae8]{margin-top:-12px!important}.mt-md-n4[data-v-2e323ae8]{margin-top:-16px!important}.mt-md-n5[data-v-2e323ae8]{margin-top:-20px!important}.mt-md-n6[data-v-2e323ae8]{margin-top:-24px!important}.mt-md-n7[data-v-2e323ae8]{margin-top:-28px!important}.mt-md-n8[data-v-2e323ae8]{margin-top:-32px!important}.mt-md-n9[data-v-2e323ae8]{margin-top:-36px!important}.mt-md-n10[data-v-2e323ae8]{margin-top:-40px!important}.mt-md-n11[data-v-2e323ae8]{margin-top:-44px!important}.mt-md-n12[data-v-2e323ae8]{margin-top:-48px!important}.mt-md-n13[data-v-2e323ae8]{margin-top:-52px!important}.mt-md-n14[data-v-2e323ae8]{margin-top:-56px!important}.mt-md-n15[data-v-2e323ae8]{margin-top:-60px!important}.mt-md-n16[data-v-2e323ae8]{margin-top:-64px!important}.mr-md-n1[data-v-2e323ae8]{margin-right:-4px!important}.mr-md-n2[data-v-2e323ae8]{margin-right:-8px!important}.mr-md-n3[data-v-2e323ae8]{margin-right:-12px!important}.mr-md-n4[data-v-2e323ae8]{margin-right:-16px!important}.mr-md-n5[data-v-2e323ae8]{margin-right:-20px!important}.mr-md-n6[data-v-2e323ae8]{margin-right:-24px!important}.mr-md-n7[data-v-2e323ae8]{margin-right:-28px!important}.mr-md-n8[data-v-2e323ae8]{margin-right:-32px!important}.mr-md-n9[data-v-2e323ae8]{margin-right:-36px!important}.mr-md-n10[data-v-2e323ae8]{margin-right:-40px!important}.mr-md-n11[data-v-2e323ae8]{margin-right:-44px!important}.mr-md-n12[data-v-2e323ae8]{margin-right:-48px!important}.mr-md-n13[data-v-2e323ae8]{margin-right:-52px!important}.mr-md-n14[data-v-2e323ae8]{margin-right:-56px!important}.mr-md-n15[data-v-2e323ae8]{margin-right:-60px!important}.mr-md-n16[data-v-2e323ae8]{margin-right:-64px!important}.mb-md-n1[data-v-2e323ae8]{margin-bottom:-4px!important}.mb-md-n2[data-v-2e323ae8]{margin-bottom:-8px!important}.mb-md-n3[data-v-2e323ae8]{margin-bottom:-12px!important}.mb-md-n4[data-v-2e323ae8]{margin-bottom:-16px!important}.mb-md-n5[data-v-2e323ae8]{margin-bottom:-20px!important}.mb-md-n6[data-v-2e323ae8]{margin-bottom:-24px!important}.mb-md-n7[data-v-2e323ae8]{margin-bottom:-28px!important}.mb-md-n8[data-v-2e323ae8]{margin-bottom:-32px!important}.mb-md-n9[data-v-2e323ae8]{margin-bottom:-36px!important}.mb-md-n10[data-v-2e323ae8]{margin-bottom:-40px!important}.mb-md-n11[data-v-2e323ae8]{margin-bottom:-44px!important}.mb-md-n12[data-v-2e323ae8]{margin-bottom:-48px!important}.mb-md-n13[data-v-2e323ae8]{margin-bottom:-52px!important}.mb-md-n14[data-v-2e323ae8]{margin-bottom:-56px!important}.mb-md-n15[data-v-2e323ae8]{margin-bottom:-60px!important}.mb-md-n16[data-v-2e323ae8]{margin-bottom:-64px!important}.ml-md-n1[data-v-2e323ae8]{margin-left:-4px!important}.ml-md-n2[data-v-2e323ae8]{margin-left:-8px!important}.ml-md-n3[data-v-2e323ae8]{margin-left:-12px!important}.ml-md-n4[data-v-2e323ae8]{margin-left:-16px!important}.ml-md-n5[data-v-2e323ae8]{margin-left:-20px!important}.ml-md-n6[data-v-2e323ae8]{margin-left:-24px!important}.ml-md-n8[data-v-2e323ae8]{margin-left:-32px!important}.ml-md-n9[data-v-2e323ae8]{margin-left:-36px!important}.ml-md-n10[data-v-2e323ae8]{margin-left:-40px!important}.ml-md-n11[data-v-2e323ae8]{margin-left:-44px!important}.ml-md-n12[data-v-2e323ae8]{margin-left:-48px!important}.ml-md-n13[data-v-2e323ae8]{margin-left:-52px!important}.ml-md-n14[data-v-2e323ae8]{margin-left:-56px!important}.ml-md-n15[data-v-2e323ae8]{margin-left:-60px!important}.ml-md-n16[data-v-2e323ae8]{margin-left:-64px!important}.ms-md-n1[data-v-2e323ae8]{margin-inline-start:-4px!important}.ms-md-n2[data-v-2e323ae8]{margin-inline-start:-8px!important}.ms-md-n3[data-v-2e323ae8]{margin-inline-start:-12px!important}.ms-md-n4[data-v-2e323ae8]{margin-inline-start:-16px!important}.ms-md-n5[data-v-2e323ae8]{margin-inline-start:-20px!important}.ms-md-n6[data-v-2e323ae8]{margin-inline-start:-24px!important}.ms-md-n7[data-v-2e323ae8]{margin-inline-start:-28px!important}.ms-md-n8[data-v-2e323ae8]{margin-inline-start:-32px!important}.ms-md-n9[data-v-2e323ae8]{margin-inline-start:-36px!important}.ms-md-n10[data-v-2e323ae8]{margin-inline-start:-40px!important}.ms-md-n11[data-v-2e323ae8]{margin-inline-start:-44px!important}.ms-md-n12[data-v-2e323ae8]{margin-inline-start:-48px!important}.ms-md-n13[data-v-2e323ae8]{margin-inline-start:-52px!important}.ms-md-n14[data-v-2e323ae8]{margin-inline-start:-56px!important}.ms-md-n15[data-v-2e323ae8]{margin-inline-start:-60px!important}.ms-md-n16[data-v-2e323ae8]{margin-inline-start:-64px!important}.me-md-n1[data-v-2e323ae8]{margin-inline-end:-4px!important}.me-md-n2[data-v-2e323ae8]{margin-inline-end:-8px!important}.me-md-n3[data-v-2e323ae8]{margin-inline-end:-12px!important}.me-md-n4[data-v-2e323ae8]{margin-inline-end:-16px!important}.me-md-n5[data-v-2e323ae8]{margin-inline-end:-20px!important}.me-md-n6[data-v-2e323ae8]{margin-inline-end:-24px!important}.me-md-n7[data-v-2e323ae8]{margin-inline-end:-28px!important}.me-md-n8[data-v-2e323ae8]{margin-inline-end:-32px!important}.me-md-n9[data-v-2e323ae8]{margin-inline-end:-36px!important}.me-md-n10[data-v-2e323ae8]{margin-inline-end:-40px!important}.me-md-n11[data-v-2e323ae8]{margin-inline-end:-44px!important}.me-md-n12[data-v-2e323ae8]{margin-inline-end:-48px!important}.me-md-n13[data-v-2e323ae8]{margin-inline-end:-52px!important}.me-md-n14[data-v-2e323ae8]{margin-inline-end:-56px!important}.me-md-n15[data-v-2e323ae8]{margin-inline-end:-60px!important}.me-md-n16[data-v-2e323ae8]{margin-inline-end:-64px!important}.pa-md-0[data-v-2e323ae8]{padding:0!important}.pa-md-1[data-v-2e323ae8]{padding:4px!important}.pa-md-2[data-v-2e323ae8]{padding:8px!important}.pa-md-3[data-v-2e323ae8]{padding:12px!important}.pa-md-4[data-v-2e323ae8]{padding:16px!important}.pa-md-5[data-v-2e323ae8]{padding:20px!important}.pa-md-6[data-v-2e323ae8]{padding:24px!important}.pa-md-7[data-v-2e323ae8]{padding:28px!important}.pa-md-8[data-v-2e323ae8]{padding:32px!important}.pa-md-9[data-v-2e323ae8]{padding:36px!important}.pa-md-10[data-v-2e323ae8]{padding:40px!important}.pa-md-11[data-v-2e323ae8]{padding:44px!important}.pa-md-12[data-v-2e323ae8]{padding:48px!important}.pa-md-13[data-v-2e323ae8]{padding:52px!important}.pa-md-14[data-v-2e323ae8]{padding:56px!important}.pa-md-15[data-v-2e323ae8]{padding:60px!important}.pa-md-16[data-v-2e323ae8]{padding:64px!important}.px-md-0[data-v-2e323ae8]{padding-right:0!important;padding-left:0!important}.px-md-1[data-v-2e323ae8]{padding-right:4px!important;padding-left:4px!important}.px-md-2[data-v-2e323ae8]{padding-right:8px!important;padding-left:8px!important}.px-md-3[data-v-2e323ae8]{padding-right:12px!important;padding-left:12px!important}.px-md-4[data-v-2e323ae8]{padding-right:16px!important;padding-left:16px!important}.px-md-5[data-v-2e323ae8]{padding-right:20px!important;padding-left:20px!important}.px-md-6[data-v-2e323ae8]{padding-right:24px!important;padding-left:24px!important}.px-md-7[data-v-2e323ae8]{padding-right:28px!important;padding-left:28px!important}.px-md-8[data-v-2e323ae8]{padding-right:32px!important;padding-left:32px!important}.px-md-9[data-v-2e323ae8]{padding-right:36px!important;padding-left:36px!important}.px-md-10[data-v-2e323ae8]{padding-right:40px!important;padding-left:40px!important}.px-md-11[data-v-2e323ae8]{padding-right:44px!important;padding-left:44px!important}.px-md-12[data-v-2e323ae8]{padding-right:48px!important;padding-left:48px!important}.px-md-13[data-v-2e323ae8]{padding-right:52px!important;padding-left:52px!important}.px-md-14[data-v-2e323ae8]{padding-right:56px!important;padding-left:56px!important}.px-md-15[data-v-2e323ae8]{padding-right:60px!important;padding-left:60px!important}.px-md-16[data-v-2e323ae8]{padding-right:64px!important;padding-left:64px!important}.py-md-0[data-v-2e323ae8]{padding-top:0!important;padding-bottom:0!important}.py-md-1[data-v-2e323ae8]{padding-top:4px!important;padding-bottom:4px!important}.py-md-2[data-v-2e323ae8]{padding-top:8px!important;padding-bottom:8px!important}.py-md-3[data-v-2e323ae8]{padding-top:12px!important;padding-bottom:12px!important}.py-md-4[data-v-2e323ae8]{padding-top:16px!important;padding-bottom:16px!important}.py-md-5[data-v-2e323ae8]{padding-top:20px!important;padding-bottom:20px!important}.py-md-6[data-v-2e323ae8]{padding-top:24px!important;padding-bottom:24px!important}.py-md-7[data-v-2e323ae8]{padding-top:28px!important;padding-bottom:28px!important}.py-md-8[data-v-2e323ae8]{padding-top:32px!important;padding-bottom:32px!important}.py-md-9[data-v-2e323ae8]{padding-top:36px!important;padding-bottom:36px!important}.py-md-10[data-v-2e323ae8]{padding-top:40px!important;padding-bottom:40px!important}.py-md-11[data-v-2e323ae8]{padding-top:44px!important;padding-bottom:44px!important}.py-md-12[data-v-2e323ae8]{padding-top:48px!important;padding-bottom:48px!important}.py-md-13[data-v-2e323ae8]{padding-top:52px!important;padding-bottom:52px!important}.py-md-14[data-v-2e323ae8]{padding-top:56px!important;padding-bottom:56px!important}.py-md-15[data-v-2e323ae8]{padding-top:60px!important;padding-bottom:60px!important}.py-md-16[data-v-2e323ae8]{padding-top:64px!important;padding-bottom:64px!important}.pt-md-0[data-v-2e323ae8]{padding-top:0!important}.pt-md-1[data-v-2e323ae8]{padding-top:4px!important}.pt-md-2[data-v-2e323ae8]{padding-top:8px!important}.pt-md-3[data-v-2e323ae8]{padding-top:12px!important}.pt-md-4[data-v-2e323ae8]{padding-top:16px!important}.pt-md-5[data-v-2e323ae8]{padding-top:20px!important}.pt-md-6[data-v-2e323ae8]{padding-top:24px!important}.pt-md-7[data-v-2e323ae8]{padding-top:28px!important}.pt-md-8[data-v-2e323ae8]{padding-top:32px!important}.pt-md-9[data-v-2e323ae8]{padding-top:36px!important}.pt-md-10[data-v-2e323ae8]{padding-top:40px!important}.pt-md-11[data-v-2e323ae8]{padding-top:44px!important}.pt-md-12[data-v-2e323ae8]{padding-top:48px!important}.pt-md-13[data-v-2e323ae8]{padding-top:52px!important}.pt-md-14[data-v-2e323ae8]{padding-top:56px!important}.pt-md-15[data-v-2e323ae8]{padding-top:60px!important}.pt-md-16[data-v-2e323ae8]{padding-top:64px!important}.pr-md-0[data-v-2e323ae8]{padding-right:0!important}.pr-md-1[data-v-2e323ae8]{padding-right:4px!important}.pr-md-2[data-v-2e323ae8]{padding-right:8px!important}.pr-md-3[data-v-2e323ae8]{padding-right:12px!important}.pr-md-4[data-v-2e323ae8]{padding-right:16px!important}.pr-md-5[data-v-2e323ae8]{padding-right:20px!important}.pr-md-6[data-v-2e323ae8]{padding-right:24px!important}.pr-md-7[data-v-2e323ae8]{padding-right:28px!important}.pr-md-8[data-v-2e323ae8]{padding-right:32px!important}.pr-md-9[data-v-2e323ae8]{padding-right:36px!important}.pr-md-10[data-v-2e323ae8]{padding-right:40px!important}.pr-md-11[data-v-2e323ae8]{padding-right:44px!important}.pr-md-12[data-v-2e323ae8]{padding-right:48px!important}.pr-md-13[data-v-2e323ae8]{padding-right:52px!important}.pr-md-14[data-v-2e323ae8]{padding-right:56px!important}.pr-md-15[data-v-2e323ae8]{padding-right:60px!important}.pr-md-16[data-v-2e323ae8]{padding-right:64px!important}.pb-md-0[data-v-2e323ae8]{padding-bottom:0!important}.pb-md-1[data-v-2e323ae8]{padding-bottom:4px!important}.pb-md-2[data-v-2e323ae8]{padding-bottom:8px!important}.pb-md-3[data-v-2e323ae8]{padding-bottom:12px!important}.pb-md-4[data-v-2e323ae8]{padding-bottom:16px!important}.pb-md-5[data-v-2e323ae8]{padding-bottom:20px!important}.pb-md-6[data-v-2e323ae8]{padding-bottom:24px!important}.pb-md-7[data-v-2e323ae8]{padding-bottom:28px!important}.pb-md-8[data-v-2e323ae8]{padding-bottom:32px!important}.pb-md-9[data-v-2e323ae8]{padding-bottom:36px!important}.pb-md-10[data-v-2e323ae8]{padding-bottom:40px!important}.pb-md-11[data-v-2e323ae8]{padding-bottom:44px!important}.pb-md-12[data-v-2e323ae8]{padding-bottom:48px!important}.pb-md-13[data-v-2e323ae8]{padding-bottom:52px!important}.pb-md-14[data-v-2e323ae8]{padding-bottom:56px!important}.pb-md-15[data-v-2e323ae8]{padding-bottom:60px!important}.pb-md-16[data-v-2e323ae8]{padding-bottom:64px!important}.pl-md-0[data-v-2e323ae8]{padding-left:0!important}.pl-md-1[data-v-2e323ae8]{padding-left:4px!important}.pl-md-2[data-v-2e323ae8]{padding-left:8px!important}.pl-md-3[data-v-2e323ae8]{padding-left:12px!important}.pl-md-4[data-v-2e323ae8]{padding-left:16px!important}.pl-md-5[data-v-2e323ae8]{padding-left:20px!important}.pl-md-6[data-v-2e323ae8]{padding-left:24px!important}.pl-md-7[data-v-2e323ae8]{padding-left:28px!important}.pl-md-8[data-v-2e323ae8]{padding-left:32px!important}.pl-md-9[data-v-2e323ae8]{padding-left:36px!important}.pl-md-10[data-v-2e323ae8]{padding-left:40px!important}.pl-md-11[data-v-2e323ae8]{padding-left:44px!important}.pl-md-12[data-v-2e323ae8]{padding-left:48px!important}.pl-md-13[data-v-2e323ae8]{padding-left:52px!important}.pl-md-14[data-v-2e323ae8]{padding-left:56px!important}.pl-md-15[data-v-2e323ae8]{padding-left:60px!important}.pl-md-16[data-v-2e323ae8]{padding-left:64px!important}.ps-md-0[data-v-2e323ae8]{padding-inline-start:0px!important}.ps-md-1[data-v-2e323ae8]{padding-inline-start:4px!important}.ps-md-2[data-v-2e323ae8]{padding-inline-start:8px!important}.ps-md-3[data-v-2e323ae8]{padding-inline-start:12px!important}.ps-md-4[data-v-2e323ae8]{padding-inline-start:16px!important}.ps-md-5[data-v-2e323ae8]{padding-inline-start:20px!important}.ps-md-6[data-v-2e323ae8]{padding-inline-start:24px!important}.ps-md-7[data-v-2e323ae8]{padding-inline-start:28px!important}.ps-md-8[data-v-2e323ae8]{padding-inline-start:32px!important}.ps-md-9[data-v-2e323ae8]{padding-inline-start:36px!important}.ps-md-10[data-v-2e323ae8]{padding-inline-start:40px!important}.ps-md-11[data-v-2e323ae8]{padding-inline-start:44px!important}.ps-md-12[data-v-2e323ae8]{padding-inline-start:48px!important}.ps-md-13[data-v-2e323ae8]{padding-inline-start:52px!important}.ps-md-14[data-v-2e323ae8]{padding-inline-start:56px!important}.ps-md-15[data-v-2e323ae8]{padding-inline-start:60px!important}.ps-md-16[data-v-2e323ae8]{padding-inline-start:64px!important}.pe-md-0[data-v-2e323ae8]{padding-inline-end:0px!important}.pe-md-1[data-v-2e323ae8]{padding-inline-end:4px!important}.pe-md-2[data-v-2e323ae8]{padding-inline-end:8px!important}.pe-md-3[data-v-2e323ae8]{padding-inline-end:12px!important}.pe-md-4[data-v-2e323ae8]{padding-inline-end:16px!important}.pe-md-5[data-v-2e323ae8]{padding-inline-end:20px!important}.pe-md-6[data-v-2e323ae8]{padding-inline-end:24px!important}.pe-md-7[data-v-2e323ae8]{padding-inline-end:28px!important}.pe-md-8[data-v-2e323ae8]{padding-inline-end:32px!important}.pe-md-9[data-v-2e323ae8]{padding-inline-end:36px!important}.pe-md-10[data-v-2e323ae8]{padding-inline-end:40px!important}.pe-md-11[data-v-2e323ae8]{padding-inline-end:44px!important}.pe-md-12[data-v-2e323ae8]{padding-inline-end:48px!important}.pe-md-13[data-v-2e323ae8]{padding-inline-end:52px!important}.pe-md-14[data-v-2e323ae8]{padding-inline-end:56px!important}.pe-md-15[data-v-2e323ae8]{padding-inline-end:60px!important}.pe-md-16[data-v-2e323ae8]{padding-inline-end:64px!important}.text-md-left[data-v-2e323ae8]{text-align:left!important}.text-md-right[data-v-2e323ae8]{text-align:right!important}.text-md-center[data-v-2e323ae8]{text-align:center!important}.text-md-justify[data-v-2e323ae8]{text-align:justify!important}.text-md-start[data-v-2e323ae8]{text-align:start!important}.text-md-end[data-v-2e323ae8]{text-align:end!important}.text-md-h1[data-v-2e323ae8]{font-size:6rem!important;font-weight:300;line-height:6rem;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-md-h2[data-v-2e323ae8]{font-size:3.75rem!important;font-weight:300;line-height:3.75rem;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-md-h3[data-v-2e323ae8]{font-size:3rem!important;font-weight:400;line-height:3.125rem;letter-spacing:normal!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-md-h4[data-v-2e323ae8]{font-size:2.125rem!important;font-weight:400;line-height:2.5rem;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-md-h5[data-v-2e323ae8]{font-size:1.5rem!important;font-weight:400;line-height:2rem;letter-spacing:normal!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-md-h6[data-v-2e323ae8]{font-size:1.25rem!important;font-weight:500;line-height:2rem;letter-spacing:.0125em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-md-subtitle-1[data-v-2e323ae8]{font-size:1rem!important;font-weight:400;line-height:1.75rem;letter-spacing:.009375em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-md-subtitle-2[data-v-2e323ae8]{font-size:.875rem!important;font-weight:500;line-height:1.375rem;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-md-body-1[data-v-2e323ae8]{font-size:1rem!important;font-weight:400;line-height:1.5rem;letter-spacing:.03125em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-md-body-2[data-v-2e323ae8]{font-size:.875rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-md-button[data-v-2e323ae8]{font-size:.875rem!important;font-weight:500;line-height:2.25rem;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif!important;text-transform:uppercase!important}.text-md-caption[data-v-2e323ae8]{font-size:.75rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-md-overline[data-v-2e323ae8]{font-size:.75rem!important;font-weight:500;line-height:2rem;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif!important;text-transform:uppercase!important}}@media (min-width: 1280px){.d-lg-none[data-v-2e323ae8]{display:none!important}.d-lg-inline[data-v-2e323ae8]{display:inline!important}.d-lg-inline-block[data-v-2e323ae8]{display:inline-block!important}.d-lg-block[data-v-2e323ae8]{display:block!important}.d-lg-table[data-v-2e323ae8]{display:table!important}.d-lg-table-row[data-v-2e323ae8]{display:table-row!important}.d-lg-table-cell[data-v-2e323ae8]{display:table-cell!important}.d-lg-flex[data-v-2e323ae8]{display:flex!important}.d-lg-inline-flex[data-v-2e323ae8]{display:inline-flex!important}.float-lg-left[data-v-2e323ae8]{float:left!important}.float-lg-right[data-v-2e323ae8]{float:right!important}.v-locale--is-rtl .float-lg-end[data-v-2e323ae8]{float:left!important}.v-locale--is-rtl .float-lg-start[data-v-2e323ae8],.v-locale--is-ltr .float-lg-end[data-v-2e323ae8]{float:right!important}.v-locale--is-ltr .float-lg-start[data-v-2e323ae8]{float:left!important}.flex-lg-fill[data-v-2e323ae8],.flex-lg-1-1[data-v-2e323ae8]{flex:1 1 auto!important}.flex-lg-1-0[data-v-2e323ae8]{flex:1 0 auto!important}.flex-lg-0-1[data-v-2e323ae8]{flex:0 1 auto!important}.flex-lg-0-0[data-v-2e323ae8]{flex:0 0 auto!important}.flex-lg-1-1-100[data-v-2e323ae8]{flex:1 1 100%!important}.flex-lg-1-0-100[data-v-2e323ae8]{flex:1 0 100%!important}.flex-lg-0-1-100[data-v-2e323ae8]{flex:0 1 100%!important}.flex-lg-0-0-100[data-v-2e323ae8]{flex:0 0 100%!important}.flex-lg-row[data-v-2e323ae8]{flex-direction:row!important}.flex-lg-column[data-v-2e323ae8]{flex-direction:column!important}.flex-lg-row-reverse[data-v-2e323ae8]{flex-direction:row-reverse!important}.flex-lg-column-reverse[data-v-2e323ae8]{flex-direction:column-reverse!important}.flex-lg-grow-0[data-v-2e323ae8]{flex-grow:0!important}.flex-lg-grow-1[data-v-2e323ae8]{flex-grow:1!important}.flex-lg-shrink-0[data-v-2e323ae8]{flex-shrink:0!important}.flex-lg-shrink-1[data-v-2e323ae8]{flex-shrink:1!important}.flex-lg-wrap[data-v-2e323ae8]{flex-wrap:wrap!important}.flex-lg-nowrap[data-v-2e323ae8]{flex-wrap:nowrap!important}.flex-lg-wrap-reverse[data-v-2e323ae8]{flex-wrap:wrap-reverse!important}.justify-lg-start[data-v-2e323ae8]{justify-content:flex-start!important}.justify-lg-end[data-v-2e323ae8]{justify-content:flex-end!important}.justify-lg-center[data-v-2e323ae8]{justify-content:center!important}.justify-lg-space-between[data-v-2e323ae8]{justify-content:space-between!important}.justify-lg-space-around[data-v-2e323ae8]{justify-content:space-around!important}.justify-lg-space-evenly[data-v-2e323ae8]{justify-content:space-evenly!important}.align-lg-start[data-v-2e323ae8]{align-items:flex-start!important}.align-lg-end[data-v-2e323ae8]{align-items:flex-end!important}.align-lg-center[data-v-2e323ae8]{align-items:center!important}.align-lg-baseline[data-v-2e323ae8]{align-items:baseline!important}.align-lg-stretch[data-v-2e323ae8]{align-items:stretch!important}.align-content-lg-start[data-v-2e323ae8]{align-content:flex-start!important}.align-content-lg-end[data-v-2e323ae8]{align-content:flex-end!important}.align-content-lg-center[data-v-2e323ae8]{align-content:center!important}.align-content-lg-space-between[data-v-2e323ae8]{align-content:space-between!important}.align-content-lg-space-around[data-v-2e323ae8]{align-content:space-around!important}.align-content-lg-space-evenly[data-v-2e323ae8]{align-content:space-evenly!important}.align-content-lg-stretch[data-v-2e323ae8]{align-content:stretch!important}.align-self-lg-auto[data-v-2e323ae8]{align-self:auto!important}.align-self-lg-start[data-v-2e323ae8]{align-self:flex-start!important}.align-self-lg-end[data-v-2e323ae8]{align-self:flex-end!important}.align-self-lg-center[data-v-2e323ae8]{align-self:center!important}.align-self-lg-baseline[data-v-2e323ae8]{align-self:baseline!important}.align-self-lg-stretch[data-v-2e323ae8]{align-self:stretch!important}.order-lg-first[data-v-2e323ae8]{order:-1!important}.order-lg-0[data-v-2e323ae8]{order:0!important}.order-lg-1[data-v-2e323ae8]{order:1!important}.order-lg-2[data-v-2e323ae8]{order:2!important}.order-lg-3[data-v-2e323ae8]{order:3!important}.order-lg-4[data-v-2e323ae8]{order:4!important}.order-lg-5[data-v-2e323ae8]{order:5!important}.order-lg-6[data-v-2e323ae8]{order:6!important}.order-lg-7[data-v-2e323ae8]{order:7!important}.order-lg-8[data-v-2e323ae8]{order:8!important}.order-lg-9[data-v-2e323ae8]{order:9!important}.order-lg-10[data-v-2e323ae8]{order:10!important}.order-lg-11[data-v-2e323ae8]{order:11!important}.order-lg-12[data-v-2e323ae8]{order:12!important}.order-lg-last[data-v-2e323ae8]{order:13!important}.ma-lg-0[data-v-2e323ae8]{margin:0!important}.ma-lg-1[data-v-2e323ae8]{margin:4px!important}.ma-lg-2[data-v-2e323ae8]{margin:8px!important}.ma-lg-3[data-v-2e323ae8]{margin:12px!important}.ma-lg-4[data-v-2e323ae8]{margin:16px!important}.ma-lg-5[data-v-2e323ae8]{margin:20px!important}.ma-lg-6[data-v-2e323ae8]{margin:24px!important}.ma-lg-7[data-v-2e323ae8]{margin:28px!important}.ma-lg-8[data-v-2e323ae8]{margin:32px!important}.ma-lg-9[data-v-2e323ae8]{margin:36px!important}.ma-lg-10[data-v-2e323ae8]{margin:40px!important}.ma-lg-11[data-v-2e323ae8]{margin:44px!important}.ma-lg-12[data-v-2e323ae8]{margin:48px!important}.ma-lg-13[data-v-2e323ae8]{margin:52px!important}.ma-lg-14[data-v-2e323ae8]{margin:56px!important}.ma-lg-15[data-v-2e323ae8]{margin:60px!important}.ma-lg-16[data-v-2e323ae8]{margin:64px!important}.ma-lg-auto[data-v-2e323ae8]{margin:auto!important}.mx-lg-0[data-v-2e323ae8]{margin-right:0!important;margin-left:0!important}.mx-lg-1[data-v-2e323ae8]{margin-right:4px!important;margin-left:4px!important}.mx-lg-2[data-v-2e323ae8]{margin-right:8px!important;margin-left:8px!important}.mx-lg-3[data-v-2e323ae8]{margin-right:12px!important;margin-left:12px!important}.mx-lg-4[data-v-2e323ae8]{margin-right:16px!important;margin-left:16px!important}.mx-lg-5[data-v-2e323ae8]{margin-right:20px!important;margin-left:20px!important}.mx-lg-6[data-v-2e323ae8]{margin-right:24px!important;margin-left:24px!important}.mx-lg-7[data-v-2e323ae8]{margin-right:28px!important;margin-left:28px!important}.mx-lg-8[data-v-2e323ae8]{margin-right:32px!important;margin-left:32px!important}.mx-lg-9[data-v-2e323ae8]{margin-right:36px!important;margin-left:36px!important}.mx-lg-10[data-v-2e323ae8]{margin-right:40px!important;margin-left:40px!important}.mx-lg-11[data-v-2e323ae8]{margin-right:44px!important;margin-left:44px!important}.mx-lg-12[data-v-2e323ae8]{margin-right:48px!important;margin-left:48px!important}.mx-lg-13[data-v-2e323ae8]{margin-right:52px!important;margin-left:52px!important}.mx-lg-14[data-v-2e323ae8]{margin-right:56px!important;margin-left:56px!important}.mx-lg-15[data-v-2e323ae8]{margin-right:60px!important;margin-left:60px!important}.mx-lg-16[data-v-2e323ae8]{margin-right:64px!important;margin-left:64px!important}.mx-lg-auto[data-v-2e323ae8]{margin-right:auto!important;margin-left:auto!important}.my-lg-0[data-v-2e323ae8]{margin-top:0!important;margin-bottom:0!important}.my-lg-1[data-v-2e323ae8]{margin-top:4px!important;margin-bottom:4px!important}.my-lg-2[data-v-2e323ae8]{margin-top:8px!important;margin-bottom:8px!important}.my-lg-3[data-v-2e323ae8]{margin-top:12px!important;margin-bottom:12px!important}.my-lg-4[data-v-2e323ae8]{margin-top:16px!important;margin-bottom:16px!important}.my-lg-5[data-v-2e323ae8]{margin-top:20px!important;margin-bottom:20px!important}.my-lg-6[data-v-2e323ae8]{margin-top:24px!important;margin-bottom:24px!important}.my-lg-7[data-v-2e323ae8]{margin-top:28px!important;margin-bottom:28px!important}.my-lg-8[data-v-2e323ae8]{margin-top:32px!important;margin-bottom:32px!important}.my-lg-9[data-v-2e323ae8]{margin-top:36px!important;margin-bottom:36px!important}.my-lg-10[data-v-2e323ae8]{margin-top:40px!important;margin-bottom:40px!important}.my-lg-11[data-v-2e323ae8]{margin-top:44px!important;margin-bottom:44px!important}.my-lg-12[data-v-2e323ae8]{margin-top:48px!important;margin-bottom:48px!important}.my-lg-13[data-v-2e323ae8]{margin-top:52px!important;margin-bottom:52px!important}.my-lg-14[data-v-2e323ae8]{margin-top:56px!important;margin-bottom:56px!important}.my-lg-15[data-v-2e323ae8]{margin-top:60px!important;margin-bottom:60px!important}.my-lg-16[data-v-2e323ae8]{margin-top:64px!important;margin-bottom:64px!important}.my-lg-auto[data-v-2e323ae8]{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0[data-v-2e323ae8]{margin-top:0!important}.mt-lg-1[data-v-2e323ae8]{margin-top:4px!important}.mt-lg-2[data-v-2e323ae8]{margin-top:8px!important}.mt-lg-3[data-v-2e323ae8]{margin-top:12px!important}.mt-lg-4[data-v-2e323ae8]{margin-top:16px!important}.mt-lg-5[data-v-2e323ae8]{margin-top:20px!important}.mt-lg-6[data-v-2e323ae8]{margin-top:24px!important}.mt-lg-7[data-v-2e323ae8]{margin-top:28px!important}.mt-lg-8[data-v-2e323ae8]{margin-top:32px!important}.mt-lg-9[data-v-2e323ae8]{margin-top:36px!important}.mt-lg-10[data-v-2e323ae8]{margin-top:40px!important}.mt-lg-11[data-v-2e323ae8]{margin-top:44px!important}.mt-lg-12[data-v-2e323ae8]{margin-top:48px!important}.mt-lg-13[data-v-2e323ae8]{margin-top:52px!important}.mt-lg-14[data-v-2e323ae8]{margin-top:56px!important}.mt-lg-15[data-v-2e323ae8]{margin-top:60px!important}.mt-lg-16[data-v-2e323ae8]{margin-top:64px!important}.mt-lg-auto[data-v-2e323ae8]{margin-top:auto!important}.mr-lg-0[data-v-2e323ae8]{margin-right:0!important}.mr-lg-1[data-v-2e323ae8]{margin-right:4px!important}.mr-lg-2[data-v-2e323ae8]{margin-right:8px!important}.mr-lg-3[data-v-2e323ae8]{margin-right:12px!important}.mr-lg-4[data-v-2e323ae8]{margin-right:16px!important}.mr-lg-5[data-v-2e323ae8]{margin-right:20px!important}.mr-lg-6[data-v-2e323ae8]{margin-right:24px!important}.mr-lg-7[data-v-2e323ae8]{margin-right:28px!important}.mr-lg-8[data-v-2e323ae8]{margin-right:32px!important}.mr-lg-9[data-v-2e323ae8]{margin-right:36px!important}.mr-lg-10[data-v-2e323ae8]{margin-right:40px!important}.mr-lg-11[data-v-2e323ae8]{margin-right:44px!important}.mr-lg-12[data-v-2e323ae8]{margin-right:48px!important}.mr-lg-13[data-v-2e323ae8]{margin-right:52px!important}.mr-lg-14[data-v-2e323ae8]{margin-right:56px!important}.mr-lg-15[data-v-2e323ae8]{margin-right:60px!important}.mr-lg-16[data-v-2e323ae8]{margin-right:64px!important}.mr-lg-auto[data-v-2e323ae8]{margin-right:auto!important}.mb-lg-0[data-v-2e323ae8]{margin-bottom:0!important}.mb-lg-1[data-v-2e323ae8]{margin-bottom:4px!important}.mb-lg-2[data-v-2e323ae8]{margin-bottom:8px!important}.mb-lg-3[data-v-2e323ae8]{margin-bottom:12px!important}.mb-lg-4[data-v-2e323ae8]{margin-bottom:16px!important}.mb-lg-5[data-v-2e323ae8]{margin-bottom:20px!important}.mb-lg-6[data-v-2e323ae8]{margin-bottom:24px!important}.mb-lg-7[data-v-2e323ae8]{margin-bottom:28px!important}.mb-lg-8[data-v-2e323ae8]{margin-bottom:32px!important}.mb-lg-9[data-v-2e323ae8]{margin-bottom:36px!important}.mb-lg-10[data-v-2e323ae8]{margin-bottom:40px!important}.mb-lg-11[data-v-2e323ae8]{margin-bottom:44px!important}.mb-lg-12[data-v-2e323ae8]{margin-bottom:48px!important}.mb-lg-13[data-v-2e323ae8]{margin-bottom:52px!important}.mb-lg-14[data-v-2e323ae8]{margin-bottom:56px!important}.mb-lg-15[data-v-2e323ae8]{margin-bottom:60px!important}.mb-lg-16[data-v-2e323ae8]{margin-bottom:64px!important}.mb-lg-auto[data-v-2e323ae8]{margin-bottom:auto!important}.ml-lg-0[data-v-2e323ae8]{margin-left:0!important}.ml-lg-1[data-v-2e323ae8]{margin-left:4px!important}.ml-lg-2[data-v-2e323ae8]{margin-left:8px!important}.ml-lg-3[data-v-2e323ae8]{margin-left:12px!important}.ml-lg-4[data-v-2e323ae8]{margin-left:16px!important}.ml-lg-5[data-v-2e323ae8]{margin-left:20px!important}.ml-lg-6[data-v-2e323ae8]{margin-left:24px!important}.ml-lg-7[data-v-2e323ae8]{margin-left:28px!important}.ml-lg-8[data-v-2e323ae8]{margin-left:32px!important}.ml-lg-9[data-v-2e323ae8]{margin-left:36px!important}.ml-lg-10[data-v-2e323ae8]{margin-left:40px!important}.ml-lg-11[data-v-2e323ae8]{margin-left:44px!important}.ml-lg-12[data-v-2e323ae8]{margin-left:48px!important}.ml-lg-13[data-v-2e323ae8]{margin-left:52px!important}.ml-lg-14[data-v-2e323ae8]{margin-left:56px!important}.ml-lg-15[data-v-2e323ae8]{margin-left:60px!important}.ml-lg-16[data-v-2e323ae8]{margin-left:64px!important}.ml-lg-auto[data-v-2e323ae8]{margin-left:auto!important}.ms-lg-0[data-v-2e323ae8]{margin-inline-start:0px!important}.ms-lg-1[data-v-2e323ae8]{margin-inline-start:4px!important}.ms-lg-2[data-v-2e323ae8]{margin-inline-start:8px!important}.ms-lg-3[data-v-2e323ae8]{margin-inline-start:12px!important}.ms-lg-4[data-v-2e323ae8]{margin-inline-start:16px!important}.ms-lg-5[data-v-2e323ae8]{margin-inline-start:20px!important}.ms-lg-6[data-v-2e323ae8]{margin-inline-start:24px!important}.ms-lg-7[data-v-2e323ae8]{margin-inline-start:28px!important}.ms-lg-8[data-v-2e323ae8]{margin-inline-start:32px!important}.ms-lg-9[data-v-2e323ae8]{margin-inline-start:36px!important}.ms-lg-10[data-v-2e323ae8]{margin-inline-start:40px!important}.ms-lg-11[data-v-2e323ae8]{margin-inline-start:44px!important}.ms-lg-12[data-v-2e323ae8]{margin-inline-start:48px!important}.ms-lg-13[data-v-2e323ae8]{margin-inline-start:52px!important}.ms-lg-14[data-v-2e323ae8]{margin-inline-start:56px!important}.ms-lg-15[data-v-2e323ae8]{margin-inline-start:60px!important}.ms-lg-16[data-v-2e323ae8]{margin-inline-start:64px!important}.ms-lg-auto[data-v-2e323ae8]{margin-inline-start:auto!important}.me-lg-0[data-v-2e323ae8]{margin-inline-end:0px!important}.me-lg-1[data-v-2e323ae8]{margin-inline-end:4px!important}.me-lg-2[data-v-2e323ae8]{margin-inline-end:8px!important}.me-lg-3[data-v-2e323ae8]{margin-inline-end:12px!important}.me-lg-4[data-v-2e323ae8]{margin-inline-end:16px!important}.me-lg-5[data-v-2e323ae8]{margin-inline-end:20px!important}.me-lg-6[data-v-2e323ae8]{margin-inline-end:24px!important}.me-lg-7[data-v-2e323ae8]{margin-inline-end:28px!important}.me-lg-8[data-v-2e323ae8]{margin-inline-end:32px!important}.me-lg-9[data-v-2e323ae8]{margin-inline-end:36px!important}.me-lg-10[data-v-2e323ae8]{margin-inline-end:40px!important}.me-lg-11[data-v-2e323ae8]{margin-inline-end:44px!important}.me-lg-12[data-v-2e323ae8]{margin-inline-end:48px!important}.me-lg-13[data-v-2e323ae8]{margin-inline-end:52px!important}.me-lg-14[data-v-2e323ae8]{margin-inline-end:56px!important}.me-lg-15[data-v-2e323ae8]{margin-inline-end:60px!important}.me-lg-16[data-v-2e323ae8]{margin-inline-end:64px!important}.me-lg-auto[data-v-2e323ae8]{margin-inline-end:auto!important}.ma-lg-n1[data-v-2e323ae8]{margin:-4px!important}.ma-lg-n2[data-v-2e323ae8]{margin:-8px!important}.ma-lg-n3[data-v-2e323ae8]{margin:-12px!important}.ma-lg-n4[data-v-2e323ae8]{margin:-16px!important}.ma-lg-n5[data-v-2e323ae8]{margin:-20px!important}.ma-lg-n6[data-v-2e323ae8]{margin:-24px!important}.ma-lg-n7[data-v-2e323ae8]{margin:-28px!important}.ma-lg-n8[data-v-2e323ae8]{margin:-32px!important}.ma-lg-n9[data-v-2e323ae8]{margin:-36px!important}.ma-lg-n10[data-v-2e323ae8]{margin:-40px!important}.ma-lg-n11[data-v-2e323ae8]{margin:-44px!important}.ma-lg-n12[data-v-2e323ae8]{margin:-48px!important}.ma-lg-n13[data-v-2e323ae8]{margin:-52px!important}.ma-lg-n14[data-v-2e323ae8]{margin:-56px!important}.ma-lg-n15[data-v-2e323ae8]{margin:-60px!important}.ma-lg-n16[data-v-2e323ae8]{margin:-64px!important}.mx-lg-n1[data-v-2e323ae8]{margin-right:-4px!important;margin-left:-4px!important}.mx-lg-n2[data-v-2e323ae8]{margin-right:-8px!important;margin-left:-8px!important}.mx-lg-n3[data-v-2e323ae8]{margin-right:-12px!important;margin-left:-12px!important}.mx-lg-n4[data-v-2e323ae8]{margin-right:-16px!important;margin-left:-16px!important}.mx-lg-n5[data-v-2e323ae8]{margin-right:-20px!important;margin-left:-20px!important}.mx-lg-n6[data-v-2e323ae8]{margin-right:-24px!important;margin-left:-24px!important}.mx-lg-n7[data-v-2e323ae8]{margin-right:-28px!important;margin-left:-28px!important}.mx-lg-n8[data-v-2e323ae8]{margin-right:-32px!important;margin-left:-32px!important}.mx-lg-n9[data-v-2e323ae8]{margin-right:-36px!important;margin-left:-36px!important}.mx-lg-n10[data-v-2e323ae8]{margin-right:-40px!important;margin-left:-40px!important}.mx-lg-n11[data-v-2e323ae8]{margin-right:-44px!important;margin-left:-44px!important}.mx-lg-n12[data-v-2e323ae8]{margin-right:-48px!important;margin-left:-48px!important}.mx-lg-n13[data-v-2e323ae8]{margin-right:-52px!important;margin-left:-52px!important}.mx-lg-n14[data-v-2e323ae8]{margin-right:-56px!important;margin-left:-56px!important}.mx-lg-n15[data-v-2e323ae8]{margin-right:-60px!important;margin-left:-60px!important}.mx-lg-n16[data-v-2e323ae8]{margin-right:-64px!important;margin-left:-64px!important}.my-lg-n1[data-v-2e323ae8]{margin-top:-4px!important;margin-bottom:-4px!important}.my-lg-n2[data-v-2e323ae8]{margin-top:-8px!important;margin-bottom:-8px!important}.my-lg-n3[data-v-2e323ae8]{margin-top:-12px!important;margin-bottom:-12px!important}.my-lg-n4[data-v-2e323ae8]{margin-top:-16px!important;margin-bottom:-16px!important}.my-lg-n5[data-v-2e323ae8]{margin-top:-20px!important;margin-bottom:-20px!important}.my-lg-n6[data-v-2e323ae8]{margin-top:-24px!important;margin-bottom:-24px!important}.my-lg-n7[data-v-2e323ae8]{margin-top:-28px!important;margin-bottom:-28px!important}.my-lg-n8[data-v-2e323ae8]{margin-top:-32px!important;margin-bottom:-32px!important}.my-lg-n9[data-v-2e323ae8]{margin-top:-36px!important;margin-bottom:-36px!important}.my-lg-n10[data-v-2e323ae8]{margin-top:-40px!important;margin-bottom:-40px!important}.my-lg-n11[data-v-2e323ae8]{margin-top:-44px!important;margin-bottom:-44px!important}.my-lg-n12[data-v-2e323ae8]{margin-top:-48px!important;margin-bottom:-48px!important}.my-lg-n13[data-v-2e323ae8]{margin-top:-52px!important;margin-bottom:-52px!important}.my-lg-n14[data-v-2e323ae8]{margin-top:-56px!important;margin-bottom:-56px!important}.my-lg-n15[data-v-2e323ae8]{margin-top:-60px!important;margin-bottom:-60px!important}.my-lg-n16[data-v-2e323ae8]{margin-top:-64px!important;margin-bottom:-64px!important}.mt-lg-n1[data-v-2e323ae8]{margin-top:-4px!important}.mt-lg-n2[data-v-2e323ae8]{margin-top:-8px!important}.mt-lg-n3[data-v-2e323ae8]{margin-top:-12px!important}.mt-lg-n4[data-v-2e323ae8]{margin-top:-16px!important}.mt-lg-n5[data-v-2e323ae8]{margin-top:-20px!important}.mt-lg-n6[data-v-2e323ae8]{margin-top:-24px!important}.mt-lg-n7[data-v-2e323ae8]{margin-top:-28px!important}.mt-lg-n8[data-v-2e323ae8]{margin-top:-32px!important}.mt-lg-n9[data-v-2e323ae8]{margin-top:-36px!important}.mt-lg-n10[data-v-2e323ae8]{margin-top:-40px!important}.mt-lg-n11[data-v-2e323ae8]{margin-top:-44px!important}.mt-lg-n12[data-v-2e323ae8]{margin-top:-48px!important}.mt-lg-n13[data-v-2e323ae8]{margin-top:-52px!important}.mt-lg-n14[data-v-2e323ae8]{margin-top:-56px!important}.mt-lg-n15[data-v-2e323ae8]{margin-top:-60px!important}.mt-lg-n16[data-v-2e323ae8]{margin-top:-64px!important}.mr-lg-n1[data-v-2e323ae8]{margin-right:-4px!important}.mr-lg-n2[data-v-2e323ae8]{margin-right:-8px!important}.mr-lg-n3[data-v-2e323ae8]{margin-right:-12px!important}.mr-lg-n4[data-v-2e323ae8]{margin-right:-16px!important}.mr-lg-n5[data-v-2e323ae8]{margin-right:-20px!important}.mr-lg-n6[data-v-2e323ae8]{margin-right:-24px!important}.mr-lg-n7[data-v-2e323ae8]{margin-right:-28px!important}.mr-lg-n8[data-v-2e323ae8]{margin-right:-32px!important}.mr-lg-n9[data-v-2e323ae8]{margin-right:-36px!important}.mr-lg-n10[data-v-2e323ae8]{margin-right:-40px!important}.mr-lg-n11[data-v-2e323ae8]{margin-right:-44px!important}.mr-lg-n12[data-v-2e323ae8]{margin-right:-48px!important}.mr-lg-n13[data-v-2e323ae8]{margin-right:-52px!important}.mr-lg-n14[data-v-2e323ae8]{margin-right:-56px!important}.mr-lg-n15[data-v-2e323ae8]{margin-right:-60px!important}.mr-lg-n16[data-v-2e323ae8]{margin-right:-64px!important}.mb-lg-n1[data-v-2e323ae8]{margin-bottom:-4px!important}.mb-lg-n2[data-v-2e323ae8]{margin-bottom:-8px!important}.mb-lg-n3[data-v-2e323ae8]{margin-bottom:-12px!important}.mb-lg-n4[data-v-2e323ae8]{margin-bottom:-16px!important}.mb-lg-n5[data-v-2e323ae8]{margin-bottom:-20px!important}.mb-lg-n6[data-v-2e323ae8]{margin-bottom:-24px!important}.mb-lg-n7[data-v-2e323ae8]{margin-bottom:-28px!important}.mb-lg-n8[data-v-2e323ae8]{margin-bottom:-32px!important}.mb-lg-n9[data-v-2e323ae8]{margin-bottom:-36px!important}.mb-lg-n10[data-v-2e323ae8]{margin-bottom:-40px!important}.mb-lg-n11[data-v-2e323ae8]{margin-bottom:-44px!important}.mb-lg-n12[data-v-2e323ae8]{margin-bottom:-48px!important}.mb-lg-n13[data-v-2e323ae8]{margin-bottom:-52px!important}.mb-lg-n14[data-v-2e323ae8]{margin-bottom:-56px!important}.mb-lg-n15[data-v-2e323ae8]{margin-bottom:-60px!important}.mb-lg-n16[data-v-2e323ae8]{margin-bottom:-64px!important}.ml-lg-n1[data-v-2e323ae8]{margin-left:-4px!important}.ml-lg-n2[data-v-2e323ae8]{margin-left:-8px!important}.ml-lg-n3[data-v-2e323ae8]{margin-left:-12px!important}.ml-lg-n4[data-v-2e323ae8]{margin-left:-16px!important}.ml-lg-n5[data-v-2e323ae8]{margin-left:-20px!important}.ml-lg-n6[data-v-2e323ae8]{margin-left:-24px!important}.ml-lg-n7[data-v-2e323ae8]{margin-left:-28px!important}.ml-lg-n8[data-v-2e323ae8]{margin-left:-32px!important}.ml-lg-n9[data-v-2e323ae8]{margin-left:-36px!important}.ml-lg-n10[data-v-2e323ae8]{margin-left:-40px!important}.ml-lg-n11[data-v-2e323ae8]{margin-left:-44px!important}.ml-lg-n12[data-v-2e323ae8]{margin-left:-48px!important}.ml-lg-n13[data-v-2e323ae8]{margin-left:-52px!important}.ml-lg-n14[data-v-2e323ae8]{margin-left:-56px!important}.ml-lg-n15[data-v-2e323ae8]{margin-left:-60px!important}.ml-lg-n16[data-v-2e323ae8]{margin-left:-64px!important}.ms-lg-n1[data-v-2e323ae8]{margin-inline-start:-4px!important}.ms-lg-n2[data-v-2e323ae8]{margin-inline-start:-8px!important}.ms-lg-n3[data-v-2e323ae8]{margin-inline-start:-12px!important}.ms-lg-n4[data-v-2e323ae8]{margin-inline-start:-16px!important}.ms-lg-n5[data-v-2e323ae8]{margin-inline-start:-20px!important}.ms-lg-n6[data-v-2e323ae8]{margin-inline-start:-24px!important}.ms-lg-n7[data-v-2e323ae8]{margin-inline-start:-28px!important}.ms-lg-n8[data-v-2e323ae8]{margin-inline-start:-32px!important}.ms-lg-n9[data-v-2e323ae8]{margin-inline-start:-36px!important}.ms-lg-n10[data-v-2e323ae8]{margin-inline-start:-40px!important}.ms-lg-n11[data-v-2e323ae8]{margin-inline-start:-44px!important}.ms-lg-n12[data-v-2e323ae8]{margin-inline-start:-48px!important}.ms-lg-n13[data-v-2e323ae8]{margin-inline-start:-52px!important}.ms-lg-n14[data-v-2e323ae8]{margin-inline-start:-56px!important}.ms-lg-n15[data-v-2e323ae8]{margin-inline-start:-60px!important}.ms-lg-n16[data-v-2e323ae8]{margin-inline-start:-64px!important}.me-lg-n1[data-v-2e323ae8]{margin-inline-end:-4px!important}.me-lg-n2[data-v-2e323ae8]{margin-inline-end:-8px!important}.me-lg-n3[data-v-2e323ae8]{margin-inline-end:-12px!important}.me-lg-n4[data-v-2e323ae8]{margin-inline-end:-16px!important}.me-lg-n5[data-v-2e323ae8]{margin-inline-end:-20px!important}.me-lg-n6[data-v-2e323ae8]{margin-inline-end:-24px!important}.me-lg-n7[data-v-2e323ae8]{margin-inline-end:-28px!important}.me-lg-n8[data-v-2e323ae8]{margin-inline-end:-32px!important}.me-lg-n9[data-v-2e323ae8]{margin-inline-end:-36px!important}.me-lg-n10[data-v-2e323ae8]{margin-inline-end:-40px!important}.me-lg-n11[data-v-2e323ae8]{margin-inline-end:-44px!important}.me-lg-n12[data-v-2e323ae8]{margin-inline-end:-48px!important}.me-lg-n13[data-v-2e323ae8]{margin-inline-end:-52px!important}.me-lg-n14[data-v-2e323ae8]{margin-inline-end:-56px!important}.me-lg-n15[data-v-2e323ae8]{margin-inline-end:-60px!important}.me-lg-n16[data-v-2e323ae8]{margin-inline-end:-64px!important}.pa-lg-0[data-v-2e323ae8]{padding:0!important}.pa-lg-1[data-v-2e323ae8]{padding:4px!important}.pa-lg-2[data-v-2e323ae8]{padding:8px!important}.pa-lg-3[data-v-2e323ae8]{padding:12px!important}.pa-lg-4[data-v-2e323ae8]{padding:16px!important}.pa-lg-5[data-v-2e323ae8]{padding:20px!important}.pa-lg-6[data-v-2e323ae8]{padding:24px!important}.pa-lg-7[data-v-2e323ae8]{padding:28px!important}.pa-lg-8[data-v-2e323ae8]{padding:32px!important}.pa-lg-9[data-v-2e323ae8]{padding:36px!important}.pa-lg-10[data-v-2e323ae8]{padding:40px!important}.pa-lg-11[data-v-2e323ae8]{padding:44px!important}.pa-lg-12[data-v-2e323ae8]{padding:48px!important}.pa-lg-13[data-v-2e323ae8]{padding:52px!important}.pa-lg-14[data-v-2e323ae8]{padding:56px!important}.pa-lg-15[data-v-2e323ae8]{padding:60px!important}.pa-lg-16[data-v-2e323ae8]{padding:64px!important}.px-lg-0[data-v-2e323ae8]{padding-right:0!important;padding-left:0!important}.px-lg-1[data-v-2e323ae8]{padding-right:4px!important;padding-left:4px!important}.px-lg-2[data-v-2e323ae8]{padding-right:8px!important;padding-left:8px!important}.px-lg-3[data-v-2e323ae8]{padding-right:12px!important;padding-left:12px!important}.px-lg-4[data-v-2e323ae8]{padding-right:16px!important;padding-left:16px!important}.px-lg-5[data-v-2e323ae8]{padding-right:20px!important;padding-left:20px!important}.px-lg-6[data-v-2e323ae8]{padding-right:24px!important;padding-left:24px!important}.px-lg-7[data-v-2e323ae8]{padding-right:28px!important;padding-left:28px!important}.px-lg-8[data-v-2e323ae8]{padding-right:32px!important;padding-left:32px!important}.px-lg-9[data-v-2e323ae8]{padding-right:36px!important;padding-left:36px!important}.px-lg-10[data-v-2e323ae8]{padding-right:40px!important;padding-left:40px!important}.px-lg-11[data-v-2e323ae8]{padding-right:44px!important;padding-left:44px!important}.px-lg-12[data-v-2e323ae8]{padding-right:48px!important;padding-left:48px!important}.px-lg-13[data-v-2e323ae8]{padding-right:52px!important;padding-left:52px!important}.px-lg-14[data-v-2e323ae8]{padding-right:56px!important;padding-left:56px!important}.px-lg-15[data-v-2e323ae8]{padding-right:60px!important;padding-left:60px!important}.px-lg-16[data-v-2e323ae8]{padding-right:64px!important;padding-left:64px!important}.py-lg-0[data-v-2e323ae8]{padding-top:0!important;padding-bottom:0!important}.py-lg-1[data-v-2e323ae8]{padding-top:4px!important;padding-bottom:4px!important}.py-lg-2[data-v-2e323ae8]{padding-top:8px!important;padding-bottom:8px!important}.py-lg-3[data-v-2e323ae8]{padding-top:12px!important;padding-bottom:12px!important}.py-lg-4[data-v-2e323ae8]{padding-top:16px!important;padding-bottom:16px!important}.py-lg-5[data-v-2e323ae8]{padding-top:20px!important;padding-bottom:20px!important}.py-lg-6[data-v-2e323ae8]{padding-top:24px!important;padding-bottom:24px!important}.py-lg-7[data-v-2e323ae8]{padding-top:28px!important;padding-bottom:28px!important}.py-lg-8[data-v-2e323ae8]{padding-top:32px!important;padding-bottom:32px!important}.py-lg-9[data-v-2e323ae8]{padding-top:36px!important;padding-bottom:36px!important}.py-lg-10[data-v-2e323ae8]{padding-top:40px!important;padding-bottom:40px!important}.py-lg-11[data-v-2e323ae8]{padding-top:44px!important;padding-bottom:44px!important}.py-lg-12[data-v-2e323ae8]{padding-top:48px!important;padding-bottom:48px!important}.py-lg-13[data-v-2e323ae8]{padding-top:52px!important;padding-bottom:52px!important}.py-lg-14[data-v-2e323ae8]{padding-top:56px!important;padding-bottom:56px!important}.py-lg-15[data-v-2e323ae8]{padding-top:60px!important;padding-bottom:60px!important}.py-lg-16[data-v-2e323ae8]{padding-top:64px!important;padding-bottom:64px!important}.pt-lg-0[data-v-2e323ae8]{padding-top:0!important}.pt-lg-1[data-v-2e323ae8]{padding-top:4px!important}.pt-lg-2[data-v-2e323ae8]{padding-top:8px!important}.pt-lg-3[data-v-2e323ae8]{padding-top:12px!important}.pt-lg-4[data-v-2e323ae8]{padding-top:16px!important}.pt-lg-5[data-v-2e323ae8]{padding-top:20px!important}.pt-lg-6[data-v-2e323ae8]{padding-top:24px!important}.pt-lg-7[data-v-2e323ae8]{padding-top:28px!important}.pt-lg-8[data-v-2e323ae8]{padding-top:32px!important}.pt-lg-9[data-v-2e323ae8]{padding-top:36px!important}.pt-lg-10[data-v-2e323ae8]{padding-top:40px!important}.pt-lg-11[data-v-2e323ae8]{padding-top:44px!important}.pt-lg-12[data-v-2e323ae8]{padding-top:48px!important}.pt-lg-13[data-v-2e323ae8]{padding-top:52px!important}.pt-lg-14[data-v-2e323ae8]{padding-top:56px!important}.pt-lg-15[data-v-2e323ae8]{padding-top:60px!important}.pt-lg-16[data-v-2e323ae8]{padding-top:64px!important}.pr-lg-0[data-v-2e323ae8]{padding-right:0!important}.pr-lg-1[data-v-2e323ae8]{padding-right:4px!important}.pr-lg-2[data-v-2e323ae8]{padding-right:8px!important}.pr-lg-3[data-v-2e323ae8]{padding-right:12px!important}.pr-lg-4[data-v-2e323ae8]{padding-right:16px!important}.pr-lg-5[data-v-2e323ae8]{padding-right:20px!important}.pr-lg-6[data-v-2e323ae8]{padding-right:24px!important}.pr-lg-7[data-v-2e323ae8]{padding-right:28px!important}.pr-lg-8[data-v-2e323ae8]{padding-right:32px!important}.pr-lg-9[data-v-2e323ae8]{padding-right:36px!important}.pr-lg-10[data-v-2e323ae8]{padding-right:40px!important}.pr-lg-11[data-v-2e323ae8]{padding-right:44px!important}.pr-lg-12[data-v-2e323ae8]{padding-right:48px!important}.pr-lg-13[data-v-2e323ae8]{padding-right:52px!important}.pr-lg-14[data-v-2e323ae8]{padding-right:56px!important}.pr-lg-15[data-v-2e323ae8]{padding-right:60px!important}.pr-lg-16[data-v-2e323ae8]{padding-right:64px!important}.pb-lg-0[data-v-2e323ae8]{padding-bottom:0!important}.pb-lg-1[data-v-2e323ae8]{padding-bottom:4px!important}.pb-lg-2[data-v-2e323ae8]{padding-bottom:8px!important}.pb-lg-3[data-v-2e323ae8]{padding-bottom:12px!important}.pb-lg-4[data-v-2e323ae8]{padding-bottom:16px!important}.pb-lg-5[data-v-2e323ae8]{padding-bottom:20px!important}.pb-lg-6[data-v-2e323ae8]{padding-bottom:24px!important}.pb-lg-7[data-v-2e323ae8]{padding-bottom:28px!important}.pb-lg-8[data-v-2e323ae8]{padding-bottom:32px!important}.pb-lg-9[data-v-2e323ae8]{padding-bottom:36px!important}.pb-lg-10[data-v-2e323ae8]{padding-bottom:40px!important}.pb-lg-11[data-v-2e323ae8]{padding-bottom:44px!important}.pb-lg-12[data-v-2e323ae8]{padding-bottom:48px!important}.pb-lg-13[data-v-2e323ae8]{padding-bottom:52px!important}.pb-lg-14[data-v-2e323ae8]{padding-bottom:56px!important}.pb-lg-15[data-v-2e323ae8]{padding-bottom:60px!important}.pb-lg-16[data-v-2e323ae8]{padding-bottom:64px!important}.pl-lg-0[data-v-2e323ae8]{padding-left:0!important}.pl-lg-1[data-v-2e323ae8]{padding-left:4px!important}.pl-lg-2[data-v-2e323ae8]{padding-left:8px!important}.pl-lg-3[data-v-2e323ae8]{padding-left:12px!important}.pl-lg-4[data-v-2e323ae8]{padding-left:16px!important}.pl-lg-5[data-v-2e323ae8]{padding-left:20px!important}.pl-lg-6[data-v-2e323ae8]{padding-left:24px!important}.pl-lg-7[data-v-2e323ae8]{padding-left:28px!important}.pl-lg-8[data-v-2e323ae8]{padding-left:32px!important}.pl-lg-9[data-v-2e323ae8]{padding-left:36px!important}.pl-lg-10[data-v-2e323ae8]{padding-left:40px!important}.pl-lg-11[data-v-2e323ae8]{padding-left:44px!important}.pl-lg-12[data-v-2e323ae8]{padding-left:48px!important}.pl-lg-13[data-v-2e323ae8]{padding-left:52px!important}.pl-lg-14[data-v-2e323ae8]{padding-left:56px!important}.pl-lg-15[data-v-2e323ae8]{padding-left:60px!important}.pl-lg-16[data-v-2e323ae8]{padding-left:64px!important}.ps-lg-0[data-v-2e323ae8]{padding-inline-start:0px!important}.ps-lg-1[data-v-2e323ae8]{padding-inline-start:4px!important}.ps-lg-2[data-v-2e323ae8]{padding-inline-start:8px!important}.ps-lg-3[data-v-2e323ae8]{padding-inline-start:12px!important}.ps-lg-4[data-v-2e323ae8]{padding-inline-start:16px!important}.ps-lg-5[data-v-2e323ae8]{padding-inline-start:20px!important}.ps-lg-6[data-v-2e323ae8]{padding-inline-start:24px!important}.ps-lg-7[data-v-2e323ae8]{padding-inline-start:28px!important}.ps-lg-8[data-v-2e323ae8]{padding-inline-start:32px!important}.ps-lg-9[data-v-2e323ae8]{padding-inline-start:36px!important}.ps-lg-10[data-v-2e323ae8]{padding-inline-start:40px!important}.ps-lg-11[data-v-2e323ae8]{padding-inline-start:44px!important}.ps-lg-12[data-v-2e323ae8]{padding-inline-start:48px!important}.ps-lg-13[data-v-2e323ae8]{padding-inline-start:52px!important}.ps-lg-14[data-v-2e323ae8]{padding-inline-start:56px!important}.ps-lg-15[data-v-2e323ae8]{padding-inline-start:60px!important}.ps-lg-16[data-v-2e323ae8]{padding-inline-start:64px!important}.pe-lg-0[data-v-2e323ae8]{padding-inline-end:0px!important}.pe-lg-1[data-v-2e323ae8]{padding-inline-end:4px!important}.pe-lg-2[data-v-2e323ae8]{padding-inline-end:8px!important}.pe-lg-3[data-v-2e323ae8]{padding-inline-end:12px!important}.pe-lg-4[data-v-2e323ae8]{padding-inline-end:16px!important}.pe-lg-5[data-v-2e323ae8]{padding-inline-end:20px!important}.pe-lg-6[data-v-2e323ae8]{padding-inline-end:24px!important}.pe-lg-7[data-v-2e323ae8]{padding-inline-end:28px!important}.pe-lg-8[data-v-2e323ae8]{padding-inline-end:32px!important}.pe-lg-9[data-v-2e323ae8]{padding-inline-end:36px!important}.pe-lg-10[data-v-2e323ae8]{padding-inline-end:40px!important}.pe-lg-11[data-v-2e323ae8]{padding-inline-end:44px!important}.pe-lg-12[data-v-2e323ae8]{padding-inline-end:48px!important}.pe-lg-13[data-v-2e323ae8]{padding-inline-end:52px!important}.pe-lg-14[data-v-2e323ae8]{padding-inline-end:56px!important}.pe-lg-15[data-v-2e323ae8]{padding-inline-end:60px!important}.pe-lg-16[data-v-2e323ae8]{padding-inline-end:64px!important}.text-lg-left[data-v-2e323ae8]{text-align:left!important}.text-lg-right[data-v-2e323ae8]{text-align:right!important}.text-lg-center[data-v-2e323ae8]{text-align:center!important}.text-lg-justify[data-v-2e323ae8]{text-align:justify!important}.text-lg-start[data-v-2e323ae8]{text-align:start!important}.text-lg-end[data-v-2e323ae8]{text-align:end!important}.text-lg-h1[data-v-2e323ae8]{font-size:6rem!important;font-weight:300;line-height:6rem;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-lg-h2[data-v-2e323ae8]{font-size:3.75rem!important;font-weight:300;line-height:3.75rem;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-lg-h3[data-v-2e323ae8]{font-size:3rem!important;font-weight:400;line-height:3.125rem;letter-spacing:normal!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-lg-h4[data-v-2e323ae8]{font-size:2.125rem!important;font-weight:400;line-height:2.5rem;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-lg-h5[data-v-2e323ae8]{font-size:1.5rem!important;font-weight:400;line-height:2rem;letter-spacing:normal!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-lg-h6[data-v-2e323ae8]{font-size:1.25rem!important;font-weight:500;line-height:2rem;letter-spacing:.0125em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-lg-subtitle-1[data-v-2e323ae8]{font-size:1rem!important;font-weight:400;line-height:1.75rem;letter-spacing:.009375em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-lg-subtitle-2[data-v-2e323ae8]{font-size:.875rem!important;font-weight:500;line-height:1.375rem;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-lg-body-1[data-v-2e323ae8]{font-size:1rem!important;font-weight:400;line-height:1.5rem;letter-spacing:.03125em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-lg-body-2[data-v-2e323ae8]{font-size:.875rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-lg-button[data-v-2e323ae8]{font-size:.875rem!important;font-weight:500;line-height:2.25rem;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif!important;text-transform:uppercase!important}.text-lg-caption[data-v-2e323ae8]{font-size:.75rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-lg-overline[data-v-2e323ae8]{font-size:.75rem!important;font-weight:500;line-height:2rem;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif!important;text-transform:uppercase!important}}@media (min-width: 1920px){.d-xl-none[data-v-2e323ae8]{display:none!important}.d-xl-inline[data-v-2e323ae8]{display:inline!important}.d-xl-inline-block[data-v-2e323ae8]{display:inline-block!important}.d-xl-block[data-v-2e323ae8]{display:block!important}.d-xl-table[data-v-2e323ae8]{display:table!important}.d-xl-table-row[data-v-2e323ae8]{display:table-row!important}.d-xl-table-cell[data-v-2e323ae8]{display:table-cell!important}.d-xl-flex[data-v-2e323ae8]{display:flex!important}.d-xl-inline-flex[data-v-2e323ae8]{display:inline-flex!important}.float-xl-none[data-v-2e323ae8]{float:none!important}.float-xl-left[data-v-2e323ae8]{float:left!important}.float-xl-right[data-v-2e323ae8]{float:right!important}.v-locale--is-rtl .float-xl-end[data-v-2e323ae8]{float:left!important}.v-locale--is-rtl .float-xl-start[data-v-2e323ae8],.v-locale--is-ltr .float-xl-end[data-v-2e323ae8]{float:right!important}.v-locale--is-ltr .float-xl-start[data-v-2e323ae8]{float:left!important}.flex-xl-fill[data-v-2e323ae8],.flex-xl-1-1[data-v-2e323ae8]{flex:1 1 auto!important}.flex-xl-1-0[data-v-2e323ae8]{flex:1 0 auto!important}.flex-xl-0-1[data-v-2e323ae8]{flex:0 1 auto!important}.flex-xl-0-0[data-v-2e323ae8]{flex:0 0 auto!important}.flex-xl-1-1-100[data-v-2e323ae8]{flex:1 1 100%!important}.flex-xl-1-0-100[data-v-2e323ae8]{flex:1 0 100%!important}.flex-xl-0-1-100[data-v-2e323ae8]{flex:0 1 100%!important}.flex-xl-0-0-100[data-v-2e323ae8]{flex:0 0 100%!important}.flex-xl-row[data-v-2e323ae8]{flex-direction:row!important}.flex-xl-column[data-v-2e323ae8]{flex-direction:column!important}.flex-xl-row-reverse[data-v-2e323ae8]{flex-direction:row-reverse!important}.flex-xl-column-reverse[data-v-2e323ae8]{flex-direction:column-reverse!important}.flex-xl-grow-0[data-v-2e323ae8]{flex-grow:0!important}.flex-xl-grow-1[data-v-2e323ae8]{flex-grow:1!important}.flex-xl-shrink-0[data-v-2e323ae8]{flex-shrink:0!important}.flex-xl-shrink-1[data-v-2e323ae8]{flex-shrink:1!important}.flex-xl-wrap[data-v-2e323ae8]{flex-wrap:wrap!important}.flex-xl-nowrap[data-v-2e323ae8]{flex-wrap:nowrap!important}.flex-xl-wrap-reverse[data-v-2e323ae8]{flex-wrap:wrap-reverse!important}.justify-xl-start[data-v-2e323ae8]{justify-content:flex-start!important}.justify-xl-end[data-v-2e323ae8]{justify-content:flex-end!important}.justify-xl-center[data-v-2e323ae8]{justify-content:center!important}.justify-xl-space-between[data-v-2e323ae8]{justify-content:space-between!important}.justify-xl-space-around[data-v-2e323ae8]{justify-content:space-around!important}.justify-xl-space-evenly[data-v-2e323ae8]{justify-content:space-evenly!important}.align-xl-start[data-v-2e323ae8]{align-items:flex-start!important}.align-xl-end[data-v-2e323ae8]{align-items:flex-end!important}.align-xl-center[data-v-2e323ae8]{align-items:center!important}.align-xl-baseline[data-v-2e323ae8]{align-items:baseline!important}.align-xl-stretch[data-v-2e323ae8]{align-items:stretch!important}.align-content-xl-start[data-v-2e323ae8]{align-content:flex-start!important}.align-content-xl-end[data-v-2e323ae8]{align-content:flex-end!important}.align-content-xl-center[data-v-2e323ae8]{align-content:center!important}.align-content-xl-space-between[data-v-2e323ae8]{align-content:space-between!important}.align-content-xl-space-around[data-v-2e323ae8]{align-content:space-around!important}.align-content-xl-space-evenly[data-v-2e323ae8]{align-content:space-evenly!important}.align-content-xl-stretch[data-v-2e323ae8]{align-content:stretch!important}.align-self-xl-auto[data-v-2e323ae8]{align-self:auto!important}.align-self-xl-start[data-v-2e323ae8]{align-self:flex-start!important}.align-self-xl-end[data-v-2e323ae8]{align-self:flex-end!important}.align-self-xl-center[data-v-2e323ae8]{align-self:center!important}.align-self-xl-baseline[data-v-2e323ae8]{align-self:baseline!important}.align-self-xl-stretch[data-v-2e323ae8]{align-self:stretch!important}.order-xl-first[data-v-2e323ae8]{order:-1!important}.order-xl-0[data-v-2e323ae8]{order:0!important}.order-xl-1[data-v-2e323ae8]{order:1!important}.order-xl-2[data-v-2e323ae8]{order:2!important}.order-xl-3[data-v-2e323ae8]{order:3!important}.order-xl-4[data-v-2e323ae8]{order:4!important}.order-xl-5[data-v-2e323ae8]{order:5!important}.order-xl-6[data-v-2e323ae8]{order:6!important}.order-xl-7[data-v-2e323ae8]{order:7!important}.order-xl-8[data-v-2e323ae8]{order:8!important}.order-xl-9[data-v-2e323ae8]{order:9!important}.order-xl-10[data-v-2e323ae8]{order:10!important}.order-xl-11[data-v-2e323ae8]{order:11!important}.order-xl-12[data-v-2e323ae8]{order:12!important}.order-xl-last[data-v-2e323ae8]{order:13!important}.ma-xl-0[data-v-2e323ae8]{margin:0!important}.ma-xl-1[data-v-2e323ae8]{margin:4px!important}.ma-xl-2[data-v-2e323ae8]{margin:8px!important}.ma-xl-3[data-v-2e323ae8]{margin:12px!important}.ma-xl-4[data-v-2e323ae8]{margin:16px!important}.ma-xl-5[data-v-2e323ae8]{margin:20px!important}.ma-xl-6[data-v-2e323ae8]{margin:24px!important}.ma-xl-7[data-v-2e323ae8]{margin:28px!important}.ma-xl-8[data-v-2e323ae8]{margin:32px!important}.ma-xl-9[data-v-2e323ae8]{margin:36px!important}.ma-xl-10[data-v-2e323ae8]{margin:40px!important}.ma-xl-11[data-v-2e323ae8]{margin:44px!important}.ma-xl-12[data-v-2e323ae8]{margin:48px!important}.ma-xl-13[data-v-2e323ae8]{margin:52px!important}.ma-xl-14[data-v-2e323ae8]{margin:56px!important}.ma-xl-15[data-v-2e323ae8]{margin:60px!important}.ma-xl-16[data-v-2e323ae8]{margin:64px!important}.ma-xl-auto[data-v-2e323ae8]{margin:auto!important}.mx-xl-0[data-v-2e323ae8]{margin-right:0!important;margin-left:0!important}.mx-xl-1[data-v-2e323ae8]{margin-right:4px!important;margin-left:4px!important}.mx-xl-2[data-v-2e323ae8]{margin-right:8px!important;margin-left:8px!important}.mx-xl-3[data-v-2e323ae8]{margin-right:12px!important;margin-left:12px!important}.mx-xl-4[data-v-2e323ae8]{margin-right:16px!important;margin-left:16px!important}.mx-xl-5[data-v-2e323ae8]{margin-right:20px!important;margin-left:20px!important}.mx-xl-6[data-v-2e323ae8]{margin-right:24px!important;margin-left:24px!important}.mx-xl-7[data-v-2e323ae8]{margin-right:28px!important;margin-left:28px!important}.mx-xl-8[data-v-2e323ae8]{margin-right:32px!important;margin-left:32px!important}.mx-xl-9[data-v-2e323ae8]{margin-right:36px!important;margin-left:36px!important}.mx-xl-10[data-v-2e323ae8]{margin-right:40px!important;margin-left:40px!important}.mx-xl-11[data-v-2e323ae8]{margin-right:44px!important;margin-left:44px!important}.mx-xl-12[data-v-2e323ae8]{margin-right:48px!important;margin-left:48px!important}.mx-xl-13[data-v-2e323ae8]{margin-right:52px!important;margin-left:52px!important}.mx-xl-14[data-v-2e323ae8]{margin-right:56px!important;margin-left:56px!important}.mx-xl-15[data-v-2e323ae8]{margin-right:60px!important;margin-left:60px!important}.mx-xl-16[data-v-2e323ae8]{margin-right:64px!important;margin-left:64px!important}.mx-xl-auto[data-v-2e323ae8]{margin-right:auto!important;margin-left:auto!important}.my-xl-0[data-v-2e323ae8]{margin-top:0!important;margin-bottom:0!important}.my-xl-1[data-v-2e323ae8]{margin-top:4px!important;margin-bottom:4px!important}.my-xl-2[data-v-2e323ae8]{margin-top:8px!important;margin-bottom:8px!important}.my-xl-3[data-v-2e323ae8]{margin-top:12px!important;margin-bottom:12px!important}.my-xl-4[data-v-2e323ae8]{margin-top:16px!important;margin-bottom:16px!important}.my-xl-5[data-v-2e323ae8]{margin-top:20px!important;margin-bottom:20px!important}.my-xl-6[data-v-2e323ae8]{margin-top:24px!important;margin-bottom:24px!important}.my-xl-7[data-v-2e323ae8]{margin-top:28px!important;margin-bottom:28px!important}.my-xl-8[data-v-2e323ae8]{margin-top:32px!important;margin-bottom:32px!important}.my-xl-9[data-v-2e323ae8]{margin-top:36px!important;margin-bottom:36px!important}.my-xl-10[data-v-2e323ae8]{margin-top:40px!important;margin-bottom:40px!important}.my-xl-11[data-v-2e323ae8]{margin-top:44px!important;margin-bottom:44px!important}.my-xl-12[data-v-2e323ae8]{margin-top:48px!important;margin-bottom:48px!important}.my-xl-13[data-v-2e323ae8]{margin-top:52px!important;margin-bottom:52px!important}.my-xl-14[data-v-2e323ae8]{margin-top:56px!important;margin-bottom:56px!important}.my-xl-15[data-v-2e323ae8]{margin-top:60px!important;margin-bottom:60px!important}.my-xl-16[data-v-2e323ae8]{margin-top:64px!important;margin-bottom:64px!important}.my-xl-auto[data-v-2e323ae8]{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0[data-v-2e323ae8]{margin-top:0!important}.mt-xl-1[data-v-2e323ae8]{margin-top:4px!important}.mt-xl-2[data-v-2e323ae8]{margin-top:8px!important}.mt-xl-3[data-v-2e323ae8]{margin-top:12px!important}.mt-xl-4[data-v-2e323ae8]{margin-top:16px!important}.mt-xl-5[data-v-2e323ae8]{margin-top:20px!important}.mt-xl-6[data-v-2e323ae8]{margin-top:24px!important}.mt-xl-7[data-v-2e323ae8]{margin-top:28px!important}.mt-xl-8[data-v-2e323ae8]{margin-top:32px!important}.mt-xl-9[data-v-2e323ae8]{margin-top:36px!important}.mt-xl-10[data-v-2e323ae8]{margin-top:40px!important}.mt-xl-11[data-v-2e323ae8]{margin-top:44px!important}.mt-xl-12[data-v-2e323ae8]{margin-top:48px!important}.mt-xl-13[data-v-2e323ae8]{margin-top:52px!important}.mt-xl-14[data-v-2e323ae8]{margin-top:56px!important}.mt-xl-15[data-v-2e323ae8]{margin-top:60px!important}.mt-xl-16[data-v-2e323ae8]{margin-top:64px!important}.mt-xl-auto[data-v-2e323ae8]{margin-top:auto!important}.mr-xl-0[data-v-2e323ae8]{margin-right:0!important}.mr-xl-1[data-v-2e323ae8]{margin-right:4px!important}.mr-xl-2[data-v-2e323ae8]{margin-right:8px!important}.mr-xl-3[data-v-2e323ae8]{margin-right:12px!important}.mr-xl-4[data-v-2e323ae8]{margin-right:16px!important}.mr-xl-5[data-v-2e323ae8]{margin-right:20px!important}.mr-xl-6[data-v-2e323ae8]{margin-right:24px!important}.mr-xl-7[data-v-2e323ae8]{margin-right:28px!important}.mr-xl-8[data-v-2e323ae8]{margin-right:32px!important}.mr-xl-9[data-v-2e323ae8]{margin-right:36px!important}.mr-xl-10[data-v-2e323ae8]{margin-right:40px!important}.mr-xl-11[data-v-2e323ae8]{margin-right:44px!important}.mr-xl-12[data-v-2e323ae8]{margin-right:48px!important}.mr-xl-13[data-v-2e323ae8]{margin-right:52px!important}.mr-xl-14[data-v-2e323ae8]{margin-right:56px!important}.mr-xl-15[data-v-2e323ae8]{margin-right:60px!important}.mr-xl-16[data-v-2e323ae8]{margin-right:64px!important}.mr-xl-auto[data-v-2e323ae8]{margin-right:auto!important}.mb-xl-0[data-v-2e323ae8]{margin-bottom:0!important}.mb-xl-1[data-v-2e323ae8]{margin-bottom:4px!important}.mb-xl-2[data-v-2e323ae8]{margin-bottom:8px!important}.mb-xl-3[data-v-2e323ae8]{margin-bottom:12px!important}.mb-xl-4[data-v-2e323ae8]{margin-bottom:16px!important}.mb-xl-5[data-v-2e323ae8]{margin-bottom:20px!important}.mb-xl-6[data-v-2e323ae8]{margin-bottom:24px!important}.mb-xl-7[data-v-2e323ae8]{margin-bottom:28px!important}.mb-xl-8[data-v-2e323ae8]{margin-bottom:32px!important}.mb-xl-9[data-v-2e323ae8]{margin-bottom:36px!important}.mb-xl-10[data-v-2e323ae8]{margin-bottom:40px!important}.mb-xl-11[data-v-2e323ae8]{margin-bottom:44px!important}.mb-xl-12[data-v-2e323ae8]{margin-bottom:48px!important}.mb-xl-13[data-v-2e323ae8]{margin-bottom:52px!important}.mb-xl-14[data-v-2e323ae8]{margin-bottom:56px!important}.mb-xl-15[data-v-2e323ae8]{margin-bottom:60px!important}.mb-xl-16[data-v-2e323ae8]{margin-bottom:64px!important}.mb-xl-auto[data-v-2e323ae8]{margin-bottom:auto!important}.ml-xl-0[data-v-2e323ae8]{margin-left:0!important}.ml-xl-1[data-v-2e323ae8]{margin-left:4px!important}.ml-xl-2[data-v-2e323ae8]{margin-left:8px!important}.ml-xl-3[data-v-2e323ae8]{margin-left:12px!important}.ml-xl-4[data-v-2e323ae8]{margin-left:16px!important}.ml-xl-5[data-v-2e323ae8]{margin-left:20px!important}.ml-xl-6[data-v-2e323ae8]{margin-left:24px!important}.ml-xl-7[data-v-2e323ae8]{margin-left:28px!important}.ml-xl-8[data-v-2e323ae8]{margin-left:32px!important}.ml-xl-9[data-v-2e323ae8]{margin-left:36px!important}.ml-xl-10[data-v-2e323ae8]{margin-left:40px!important}.ml-xl-11[data-v-2e323ae8]{margin-left:44px!important}.ml-xl-12[data-v-2e323ae8]{margin-left:48px!important}.ml-xl-13[data-v-2e323ae8]{margin-left:52px!important}.ml-xl-14[data-v-2e323ae8]{margin-left:56px!important}.ml-xl-15[data-v-2e323ae8]{margin-left:60px!important}.ml-xl-16[data-v-2e323ae8]{margin-left:64px!important}.ml-xl-auto[data-v-2e323ae8]{margin-left:auto!important}.ms-xl-0[data-v-2e323ae8]{margin-inline-start:0px!important}.ms-xl-1[data-v-2e323ae8]{margin-inline-start:4px!important}.ms-xl-2[data-v-2e323ae8]{margin-inline-start:8px!important}.ms-xl-3[data-v-2e323ae8]{margin-inline-start:12px!important}.ms-xl-4[data-v-2e323ae8]{margin-inline-start:16px!important}.ms-xl-5[data-v-2e323ae8]{margin-inline-start:20px!important}.ms-xl-6[data-v-2e323ae8]{margin-inline-start:24px!important}.ms-xl-7[data-v-2e323ae8]{margin-inline-start:28px!important}.ms-xl-8[data-v-2e323ae8]{margin-inline-start:32px!important}.ms-xl-9[data-v-2e323ae8]{margin-inline-start:36px!important}.ms-xl-10[data-v-2e323ae8]{margin-inline-start:40px!important}.ms-xl-11[data-v-2e323ae8]{margin-inline-start:44px!important}.ms-xl-12[data-v-2e323ae8]{margin-inline-start:48px!important}.ms-xl-13[data-v-2e323ae8]{margin-inline-start:52px!important}.ms-xl-14[data-v-2e323ae8]{margin-inline-start:56px!important}.ms-xl-15[data-v-2e323ae8]{margin-inline-start:60px!important}.ms-xl-16[data-v-2e323ae8]{margin-inline-start:64px!important}.ms-xl-auto[data-v-2e323ae8]{margin-inline-start:auto!important}.me-xl-0[data-v-2e323ae8]{margin-inline-end:0px!important}.me-xl-1[data-v-2e323ae8]{margin-inline-end:4px!important}.me-xl-2[data-v-2e323ae8]{margin-inline-end:8px!important}.me-xl-3[data-v-2e323ae8]{margin-inline-end:12px!important}.me-xl-4[data-v-2e323ae8]{margin-inline-end:16px!important}.me-xl-5[data-v-2e323ae8]{margin-inline-end:20px!important}.me-xl-6[data-v-2e323ae8]{margin-inline-end:24px!important}.me-xl-7[data-v-2e323ae8]{margin-inline-end:28px!important}.me-xl-8[data-v-2e323ae8]{margin-inline-end:32px!important}.me-xl-9[data-v-2e323ae8]{margin-inline-end:36px!important}.me-xl-10[data-v-2e323ae8]{margin-inline-end:40px!important}.me-xl-11[data-v-2e323ae8]{margin-inline-end:44px!important}.me-xl-12[data-v-2e323ae8]{margin-inline-end:48px!important}.me-xl-13[data-v-2e323ae8]{margin-inline-end:52px!important}.me-xl-14[data-v-2e323ae8]{margin-inline-end:56px!important}.me-xl-15[data-v-2e323ae8]{margin-inline-end:60px!important}.me-xl-16[data-v-2e323ae8]{margin-inline-end:64px!important}.me-xl-auto[data-v-2e323ae8]{margin-inline-end:auto!important}.ma-xl-n1[data-v-2e323ae8]{margin:-4px!important}.ma-xl-n2[data-v-2e323ae8]{margin:-8px!important}.ma-xl-n3[data-v-2e323ae8]{margin:-12px!important}.ma-xl-n4[data-v-2e323ae8]{margin:-16px!important}.ma-xl-n5[data-v-2e323ae8]{margin:-20px!important}.ma-xl-n6[data-v-2e323ae8]{margin:-24px!important}.ma-xl-n7[data-v-2e323ae8]{margin:-28px!important}.ma-xl-n8[data-v-2e323ae8]{margin:-32px!important}.ma-xl-n9[data-v-2e323ae8]{margin:-36px!important}.ma-xl-n10[data-v-2e323ae8]{margin:-40px!important}.ma-xl-n11[data-v-2e323ae8]{margin:-44px!important}.ma-xl-n12[data-v-2e323ae8]{margin:-48px!important}.ma-xl-n13[data-v-2e323ae8]{margin:-52px!important}.ma-xl-n14[data-v-2e323ae8]{margin:-56px!important}.ma-xl-n15[data-v-2e323ae8]{margin:-60px!important}.ma-xl-n16[data-v-2e323ae8]{margin:-64px!important}.mx-xl-n1[data-v-2e323ae8]{margin-right:-4px!important;margin-left:-4px!important}.mx-xl-n2[data-v-2e323ae8]{margin-right:-8px!important;margin-left:-8px!important}.mx-xl-n3[data-v-2e323ae8]{margin-right:-12px!important;margin-left:-12px!important}.mx-xl-n4[data-v-2e323ae8]{margin-right:-16px!important;margin-left:-16px!important}.mx-xl-n5[data-v-2e323ae8]{margin-right:-20px!important;margin-left:-20px!important}.mx-xl-n6[data-v-2e323ae8]{margin-right:-24px!important;margin-left:-24px!important}.mx-xl-n7[data-v-2e323ae8]{margin-right:-28px!important;margin-left:-28px!important}.mx-xl-n8[data-v-2e323ae8]{margin-right:-32px!important;margin-left:-32px!important}.mx-xl-n9[data-v-2e323ae8]{margin-right:-36px!important;margin-left:-36px!important}.mx-xl-n10[data-v-2e323ae8]{margin-right:-40px!important;margin-left:-40px!important}.mx-xl-n11[data-v-2e323ae8]{margin-right:-44px!important;margin-left:-44px!important}.mx-xl-n12[data-v-2e323ae8]{margin-right:-48px!important;margin-left:-48px!important}.mx-xl-n13[data-v-2e323ae8]{margin-right:-52px!important;margin-left:-52px!important}.mx-xl-n14[data-v-2e323ae8]{margin-right:-56px!important;margin-left:-56px!important}.mx-xl-n15[data-v-2e323ae8]{margin-right:-60px!important;margin-left:-60px!important}.mx-xl-n16[data-v-2e323ae8]{margin-right:-64px!important;margin-left:-64px!important}.my-xl-n1[data-v-2e323ae8]{margin-top:-4px!important;margin-bottom:-4px!important}.my-xl-n2[data-v-2e323ae8]{margin-top:-8px!important;margin-bottom:-8px!important}.my-xl-n3[data-v-2e323ae8]{margin-top:-12px!important;margin-bottom:-12px!important}.my-xl-n4[data-v-2e323ae8]{margin-top:-16px!important;margin-bottom:-16px!important}.my-xl-n5[data-v-2e323ae8]{margin-top:-20px!important;margin-bottom:-20px!important}.my-xl-n6[data-v-2e323ae8]{margin-top:-24px!important;margin-bottom:-24px!important}.my-xl-n7[data-v-2e323ae8]{margin-top:-28px!important;margin-bottom:-28px!important}.my-xl-n8[data-v-2e323ae8]{margin-top:-32px!important;margin-bottom:-32px!important}.my-xl-n9[data-v-2e323ae8]{margin-top:-36px!important;margin-bottom:-36px!important}.my-xl-n10[data-v-2e323ae8]{margin-top:-40px!important;margin-bottom:-40px!important}.my-xl-n11[data-v-2e323ae8]{margin-top:-44px!important;margin-bottom:-44px!important}.my-xl-n12[data-v-2e323ae8]{margin-top:-48px!important;margin-bottom:-48px!important}.my-xl-n13[data-v-2e323ae8]{margin-top:-52px!important;margin-bottom:-52px!important}.my-xl-n14[data-v-2e323ae8]{margin-top:-56px!important;margin-bottom:-56px!important}.my-xl-n15[data-v-2e323ae8]{margin-top:-60px!important;margin-bottom:-60px!important}.my-xl-n16[data-v-2e323ae8]{margin-top:-64px!important;margin-bottom:-64px!important}.mt-xl-n1[data-v-2e323ae8]{margin-top:-4px!important}.mt-xl-n2[data-v-2e323ae8]{margin-top:-8px!important}.mt-xl-n3[data-v-2e323ae8]{margin-top:-12px!important}.mt-xl-n4[data-v-2e323ae8]{margin-top:-16px!important}.mt-xl-n5[data-v-2e323ae8]{margin-top:-20px!important}.mt-xl-n6[data-v-2e323ae8]{margin-top:-24px!important}.mt-xl-n7[data-v-2e323ae8]{margin-top:-28px!important}.mt-xl-n8[data-v-2e323ae8]{margin-top:-32px!important}.mt-xl-n9[data-v-2e323ae8]{margin-top:-36px!important}.mt-xl-n10[data-v-2e323ae8]{margin-top:-40px!important}.mt-xl-n11[data-v-2e323ae8]{margin-top:-44px!important}.mt-xl-n12[data-v-2e323ae8]{margin-top:-48px!important}.mt-xl-n13[data-v-2e323ae8]{margin-top:-52px!important}.mt-xl-n14[data-v-2e323ae8]{margin-top:-56px!important}.mt-xl-n15[data-v-2e323ae8]{margin-top:-60px!important}.mt-xl-n16[data-v-2e323ae8]{margin-top:-64px!important}.mr-xl-n1[data-v-2e323ae8]{margin-right:-4px!important}.mr-xl-n2[data-v-2e323ae8]{margin-right:-8px!important}.mr-xl-n3[data-v-2e323ae8]{margin-right:-12px!important}.mr-xl-n4[data-v-2e323ae8]{margin-right:-16px!important}.mr-xl-n5[data-v-2e323ae8]{margin-right:-20px!important}.mr-xl-n6[data-v-2e323ae8]{margin-right:-24px!important}.mr-xl-n7[data-v-2e323ae8]{margin-right:-28px!important}.mr-xl-n8[data-v-2e323ae8]{margin-right:-32px!important}.mr-xl-n9[data-v-2e323ae8]{margin-right:-36px!important}.mr-xl-n10[data-v-2e323ae8]{margin-right:-40px!important}.mr-xl-n11[data-v-2e323ae8]{margin-right:-44px!important}.mr-xl-n12[data-v-2e323ae8]{margin-right:-48px!important}.mr-xl-n13[data-v-2e323ae8]{margin-right:-52px!important}.mr-xl-n14[data-v-2e323ae8]{margin-right:-56px!important}.mr-xl-n15[data-v-2e323ae8]{margin-right:-60px!important}.mr-xl-n16[data-v-2e323ae8]{margin-right:-64px!important}.mb-xl-n1[data-v-2e323ae8]{margin-bottom:-4px!important}.mb-xl-n2[data-v-2e323ae8]{margin-bottom:-8px!important}.mb-xl-n3[data-v-2e323ae8]{margin-bottom:-12px!important}.mb-xl-n4[data-v-2e323ae8]{margin-bottom:-16px!important}.mb-xl-n5[data-v-2e323ae8]{margin-bottom:-20px!important}.mb-xl-n6[data-v-2e323ae8]{margin-bottom:-24px!important}.mb-xl-n7[data-v-2e323ae8]{margin-bottom:-28px!important}.mb-xl-n8[data-v-2e323ae8]{margin-bottom:-32px!important}.mb-xl-n9[data-v-2e323ae8]{margin-bottom:-36px!important}.mb-xl-n10[data-v-2e323ae8]{margin-bottom:-40px!important}.mb-xl-n11[data-v-2e323ae8]{margin-bottom:-44px!important}.mb-xl-n12[data-v-2e323ae8]{margin-bottom:-48px!important}.mb-xl-n13[data-v-2e323ae8]{margin-bottom:-52px!important}.mb-xl-n14[data-v-2e323ae8]{margin-bottom:-56px!important}.mb-xl-n15[data-v-2e323ae8]{margin-bottom:-60px!important}.mb-xl-n16[data-v-2e323ae8]{margin-bottom:-64px!important}.ml-xl-n1[data-v-2e323ae8]{margin-left:-4px!important}.ml-xl-n2[data-v-2e323ae8]{margin-left:-8px!important}.ml-xl-n3[data-v-2e323ae8]{margin-left:-12px!important}.ml-xl-n4[data-v-2e323ae8]{margin-left:-16px!important}.ml-xl-n5[data-v-2e323ae8]{margin-left:-20px!important}.ml-xl-n6[data-v-2e323ae8]{margin-left:-24px!important}.ml-xl-n7[data-v-2e323ae8]{margin-left:-28px!important}.ml-xl-n8[data-v-2e323ae8]{margin-left:-32px!important}.ml-xl-n9[data-v-2e323ae8]{margin-left:-36px!important}.ml-xl-n10[data-v-2e323ae8]{margin-left:-40px!important}.ml-xl-n11[data-v-2e323ae8]{margin-left:-44px!important}.ml-xl-n12[data-v-2e323ae8]{margin-left:-48px!important}.ml-xl-n13[data-v-2e323ae8]{margin-left:-52px!important}.ml-xl-n14[data-v-2e323ae8]{margin-left:-56px!important}.ml-xl-n15[data-v-2e323ae8]{margin-left:-60px!important}.ml-xl-n16[data-v-2e323ae8]{margin-left:-64px!important}.ms-xl-n1[data-v-2e323ae8]{margin-inline-start:-4px!important}.ms-xl-n2[data-v-2e323ae8]{margin-inline-start:-8px!important}.ms-xl-n3[data-v-2e323ae8]{margin-inline-start:-12px!important}.ms-xl-n4[data-v-2e323ae8]{margin-inline-start:-16px!important}.ms-xl-n5[data-v-2e323ae8]{margin-inline-start:-20px!important}.ms-xl-n6[data-v-2e323ae8]{margin-inline-start:-24px!important}.ms-xl-n7[data-v-2e323ae8]{margin-inline-start:-28px!important}.ms-xl-n8[data-v-2e323ae8]{margin-inline-start:-32px!important}.ms-xl-n9[data-v-2e323ae8]{margin-inline-start:-36px!important}.ms-xl-n10[data-v-2e323ae8]{margin-inline-start:-40px!important}.ms-xl-n11[data-v-2e323ae8]{margin-inline-start:-44px!important}.ms-xl-n12[data-v-2e323ae8]{margin-inline-start:-48px!important}.ms-xl-n13[data-v-2e323ae8]{margin-inline-start:-52px!important}.ms-xl-n14[data-v-2e323ae8]{margin-inline-start:-56px!important}.ms-xl-n15[data-v-2e323ae8]{margin-inline-start:-60px!important}.ms-xl-n16[data-v-2e323ae8]{margin-inline-start:-64px!important}.me-xl-n1[data-v-2e323ae8]{margin-inline-end:-4px!important}.me-xl-n2[data-v-2e323ae8]{margin-inline-end:-8px!important}.me-xl-n3[data-v-2e323ae8]{margin-inline-end:-12px!important}.me-xl-n4[data-v-2e323ae8]{margin-inline-end:-16px!important}.me-xl-n5[data-v-2e323ae8]{margin-inline-end:-20px!important}.me-xl-n6[data-v-2e323ae8]{margin-inline-end:-24px!important}.me-xl-n7[data-v-2e323ae8]{margin-inline-end:-28px!important}.me-xl-n8[data-v-2e323ae8]{margin-inline-end:-32px!important}.me-xl-n9[data-v-2e323ae8]{margin-inline-end:-36px!important}.me-xl-n10[data-v-2e323ae8]{margin-inline-end:-40px!important}.me-xl-n11[data-v-2e323ae8]{margin-inline-end:-44px!important}.me-xl-n12[data-v-2e323ae8]{margin-inline-end:-48px!important}.me-xl-n13[data-v-2e323ae8]{margin-inline-end:-52px!important}.me-xl-n14[data-v-2e323ae8]{margin-inline-end:-56px!important}.me-xl-n15[data-v-2e323ae8]{margin-inline-end:-60px!important}.me-xl-n16[data-v-2e323ae8]{margin-inline-end:-64px!important}.pa-xl-0[data-v-2e323ae8]{padding:0!important}.pa-xl-1[data-v-2e323ae8]{padding:4px!important}.pa-xl-2[data-v-2e323ae8]{padding:8px!important}.pa-xl-3[data-v-2e323ae8]{padding:12px!important}.pa-xl-4[data-v-2e323ae8]{padding:16px!important}.pa-xl-5[data-v-2e323ae8]{padding:20px!important}.pa-xl-6[data-v-2e323ae8]{padding:24px!important}.pa-xl-7[data-v-2e323ae8]{padding:28px!important}.pa-xl-8[data-v-2e323ae8]{padding:32px!important}.pa-xl-9[data-v-2e323ae8]{padding:36px!important}.pa-xl-10[data-v-2e323ae8]{padding:40px!important}.pa-xl-11[data-v-2e323ae8]{padding:44px!important}.pa-xl-12[data-v-2e323ae8]{padding:48px!important}.pa-xl-13[data-v-2e323ae8]{padding:52px!important}.pa-xl-14[data-v-2e323ae8]{padding:56px!important}.pa-xl-15[data-v-2e323ae8]{padding:60px!important}.pa-xl-16[data-v-2e323ae8]{padding:64px!important}.px-xl-0[data-v-2e323ae8]{padding-right:0!important;padding-left:0!important}.px-xl-1[data-v-2e323ae8]{padding-right:4px!important;padding-left:4px!important}.px-xl-2[data-v-2e323ae8]{padding-right:8px!important;padding-left:8px!important}.px-xl-3[data-v-2e323ae8]{padding-right:12px!important;padding-left:12px!important}.px-xl-4[data-v-2e323ae8]{padding-right:16px!important;padding-left:16px!important}.px-xl-5[data-v-2e323ae8]{padding-right:20px!important;padding-left:20px!important}.px-xl-6[data-v-2e323ae8]{padding-right:24px!important;padding-left:24px!important}.px-xl-7[data-v-2e323ae8]{padding-right:28px!important;padding-left:28px!important}.px-xl-8[data-v-2e323ae8]{padding-right:32px!important;padding-left:32px!important}.px-xl-9[data-v-2e323ae8]{padding-right:36px!important;padding-left:36px!important}.px-xl-10[data-v-2e323ae8]{padding-right:40px!important;padding-left:40px!important}.px-xl-11[data-v-2e323ae8]{padding-right:44px!important;padding-left:44px!important}.px-xl-12[data-v-2e323ae8]{padding-right:48px!important;padding-left:48px!important}.px-xl-13[data-v-2e323ae8]{padding-right:52px!important;padding-left:52px!important}.px-xl-14[data-v-2e323ae8]{padding-right:56px!important;padding-left:56px!important}.px-xl-15[data-v-2e323ae8]{padding-right:60px!important;padding-left:60px!important}.px-xl-16[data-v-2e323ae8]{padding-right:64px!important;padding-left:64px!important}.py-xl-0[data-v-2e323ae8]{padding-top:0!important;padding-bottom:0!important}.py-xl-1[data-v-2e323ae8]{padding-top:4px!important;padding-bottom:4px!important}.py-xl-2[data-v-2e323ae8]{padding-top:8px!important;padding-bottom:8px!important}.py-xl-3[data-v-2e323ae8]{padding-top:12px!important;padding-bottom:12px!important}.py-xl-4[data-v-2e323ae8]{padding-top:16px!important;padding-bottom:16px!important}.py-xl-5[data-v-2e323ae8]{padding-top:20px!important;padding-bottom:20px!important}.py-xl-6[data-v-2e323ae8]{padding-top:24px!important;padding-bottom:24px!important}.py-xl-7[data-v-2e323ae8]{padding-top:28px!important;padding-bottom:28px!important}.py-xl-8[data-v-2e323ae8]{padding-top:32px!important;padding-bottom:32px!important}.py-xl-9[data-v-2e323ae8]{padding-top:36px!important;padding-bottom:36px!important}.py-xl-10[data-v-2e323ae8]{padding-top:40px!important;padding-bottom:40px!important}.py-xl-11[data-v-2e323ae8]{padding-top:44px!important;padding-bottom:44px!important}.py-xl-12[data-v-2e323ae8]{padding-top:48px!important;padding-bottom:48px!important}.py-xl-13[data-v-2e323ae8]{padding-top:52px!important;padding-bottom:52px!important}.py-xl-14[data-v-2e323ae8]{padding-top:56px!important;padding-bottom:56px!important}.py-xl-15[data-v-2e323ae8]{padding-top:60px!important;padding-bottom:60px!important}.py-xl-16[data-v-2e323ae8]{padding-top:64px!important;padding-bottom:64px!important}.pt-xl-0[data-v-2e323ae8]{padding-top:0!important}.pt-xl-1[data-v-2e323ae8]{padding-top:4px!important}.pt-xl-2[data-v-2e323ae8]{padding-top:8px!important}.pt-xl-3[data-v-2e323ae8]{padding-top:12px!important}.pt-xl-4[data-v-2e323ae8]{padding-top:16px!important}.pt-xl-5[data-v-2e323ae8]{padding-top:20px!important}.pt-xl-6[data-v-2e323ae8]{padding-top:24px!important}.pt-xl-7[data-v-2e323ae8]{padding-top:28px!important}.pt-xl-8[data-v-2e323ae8]{padding-top:32px!important}.pt-xl-9[data-v-2e323ae8]{padding-top:36px!important}.pt-xl-10[data-v-2e323ae8]{padding-top:40px!important}.pt-xl-11[data-v-2e323ae8]{padding-top:44px!important}.pt-xl-12[data-v-2e323ae8]{padding-top:48px!important}.pt-xl-13[data-v-2e323ae8]{padding-top:52px!important}.pt-xl-14[data-v-2e323ae8]{padding-top:56px!important}.pt-xl-15[data-v-2e323ae8]{padding-top:60px!important}.pt-xl-16[data-v-2e323ae8]{padding-top:64px!important}.pr-xl-0[data-v-2e323ae8]{padding-right:0!important}.pr-xl-1[data-v-2e323ae8]{padding-right:4px!important}.pr-xl-2[data-v-2e323ae8]{padding-right:8px!important}.pr-xl-3[data-v-2e323ae8]{padding-right:12px!important}.pr-xl-4[data-v-2e323ae8]{padding-right:16px!important}.pr-xl-5[data-v-2e323ae8]{padding-right:20px!important}.pr-xl-6[data-v-2e323ae8]{padding-right:24px!important}.pr-xl-7[data-v-2e323ae8]{padding-right:28px!important}.pr-xl-8[data-v-2e323ae8]{padding-right:32px!important}.pr-xl-9[data-v-2e323ae8]{padding-right:36px!important}.pr-xl-10[data-v-2e323ae8]{padding-right:40px!important}.pr-xl-11[data-v-2e323ae8]{padding-right:44px!important}.pr-xl-12[data-v-2e323ae8]{padding-right:48px!important}.pr-xl-13[data-v-2e323ae8]{padding-right:52px!important}.pr-xl-14[data-v-2e323ae8]{padding-right:56px!important}.pr-xl-15[data-v-2e323ae8]{padding-right:60px!important}.pr-xl-16[data-v-2e323ae8]{padding-right:64px!important}.pb-xl-0[data-v-2e323ae8]{padding-bottom:0!important}.pb-xl-1[data-v-2e323ae8]{padding-bottom:4px!important}.pb-xl-2[data-v-2e323ae8]{padding-bottom:8px!important}.pb-xl-3[data-v-2e323ae8]{padding-bottom:12px!important}.pb-xl-4[data-v-2e323ae8]{padding-bottom:16px!important}.pb-xl-5[data-v-2e323ae8]{padding-bottom:20px!important}.pb-xl-6[data-v-2e323ae8]{padding-bottom:24px!important}.pb-xl-7[data-v-2e323ae8]{padding-bottom:28px!important}.pb-xl-8[data-v-2e323ae8]{padding-bottom:32px!important}.pb-xl-9[data-v-2e323ae8]{padding-bottom:36px!important}.pb-xl-10[data-v-2e323ae8]{padding-bottom:40px!important}.pb-xl-11[data-v-2e323ae8]{padding-bottom:44px!important}.pb-xl-12[data-v-2e323ae8]{padding-bottom:48px!important}.pb-xl-13[data-v-2e323ae8]{padding-bottom:52px!important}.pb-xl-14[data-v-2e323ae8]{padding-bottom:56px!important}.pb-xl-15[data-v-2e323ae8]{padding-bottom:60px!important}.pb-xl-16[data-v-2e323ae8]{padding-bottom:64px!important}.pl-xl-0[data-v-2e323ae8]{padding-left:0!important}.pl-xl-1[data-v-2e323ae8]{padding-left:4px!important}.pl-xl-2[data-v-2e323ae8]{padding-left:8px!important}.pl-xl-3[data-v-2e323ae8]{padding-left:12px!important}.pl-xl-4[data-v-2e323ae8]{padding-left:16px!important}.pl-xl-5[data-v-2e323ae8]{padding-left:20px!important}.pl-xl-6[data-v-2e323ae8]{padding-left:24px!important}.pl-xl-7[data-v-2e323ae8]{padding-left:28px!important}.pl-xl-8[data-v-2e323ae8]{padding-left:32px!important}.pl-xl-9[data-v-2e323ae8]{padding-left:36px!important}.pl-xl-10[data-v-2e323ae8]{padding-left:40px!important}.pl-xl-11[data-v-2e323ae8]{padding-left:44px!important}.pl-xl-12[data-v-2e323ae8]{padding-left:48px!important}.pl-xl-13[data-v-2e323ae8]{padding-left:52px!important}.pl-xl-14[data-v-2e323ae8]{padding-left:56px!important}.pl-xl-15[data-v-2e323ae8]{padding-left:60px!important}.pl-xl-16[data-v-2e323ae8]{padding-left:64px!important}.ps-xl-0[data-v-2e323ae8]{padding-inline-start:0px!important}.ps-xl-1[data-v-2e323ae8]{padding-inline-start:4px!important}.ps-xl-2[data-v-2e323ae8]{padding-inline-start:8px!important}.ps-xl-3[data-v-2e323ae8]{padding-inline-start:12px!important}.ps-xl-4[data-v-2e323ae8]{padding-inline-start:16px!important}.ps-xl-5[data-v-2e323ae8]{padding-inline-start:20px!important}.ps-xl-6[data-v-2e323ae8]{padding-inline-start:24px!important}.ps-xl-7[data-v-2e323ae8]{padding-inline-start:28px!important}.ps-xl-8[data-v-2e323ae8]{padding-inline-start:32px!important}.ps-xl-9[data-v-2e323ae8]{padding-inline-start:36px!important}.ps-xl-10[data-v-2e323ae8]{padding-inline-start:40px!important}.ps-xl-11[data-v-2e323ae8]{padding-inline-start:44px!important}.ps-xl-12[data-v-2e323ae8]{padding-inline-start:48px!important}.ps-xl-13[data-v-2e323ae8]{padding-inline-start:52px!important}.ps-xl-14[data-v-2e323ae8]{padding-inline-start:56px!important}.ps-xl-15[data-v-2e323ae8]{padding-inline-start:60px!important}.ps-xl-16[data-v-2e323ae8]{padding-inline-start:64px!important}.pe-xl-0[data-v-2e323ae8]{padding-inline-end:0px!important}.pe-xl-1[data-v-2e323ae8]{padding-inline-end:4px!important}.pe-xl-2[data-v-2e323ae8]{padding-inline-end:8px!important}.pe-xl-3[data-v-2e323ae8]{padding-inline-end:12px!important}.pe-xl-4[data-v-2e323ae8]{padding-inline-end:16px!important}.pe-xl-5[data-v-2e323ae8]{padding-inline-end:20px!important}.pe-xl-6[data-v-2e323ae8]{padding-inline-end:24px!important}.pe-xl-7[data-v-2e323ae8]{padding-inline-end:28px!important}.pe-xl-8[data-v-2e323ae8]{padding-inline-end:32px!important}.pe-xl-9[data-v-2e323ae8]{padding-inline-end:36px!important}.pe-xl-10[data-v-2e323ae8]{padding-inline-end:40px!important}.pe-xl-11[data-v-2e323ae8]{padding-inline-end:44px!important}.pe-xl-12[data-v-2e323ae8]{padding-inline-end:48px!important}.pe-xl-13[data-v-2e323ae8]{padding-inline-end:52px!important}.pe-xl-14[data-v-2e323ae8]{padding-inline-end:56px!important}.pe-xl-15[data-v-2e323ae8]{padding-inline-end:60px!important}.pe-xl-16[data-v-2e323ae8]{padding-inline-end:64px!important}.text-xl-left[data-v-2e323ae8]{text-align:left!important}.text-xl-right[data-v-2e323ae8]{text-align:right!important}.text-xl-center[data-v-2e323ae8]{text-align:center!important}.text-xl-justify[data-v-2e323ae8]{text-align:justify!important}.text-xl-start[data-v-2e323ae8]{text-align:start!important}.text-xl-end[data-v-2e323ae8]{text-align:end!important}.text-xl-h1[data-v-2e323ae8]{font-size:6rem!important;font-weight:300;line-height:6rem;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xl-h2[data-v-2e323ae8]{font-size:3.75rem!important;font-weight:300;line-height:3.75rem;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xl-h3[data-v-2e323ae8]{font-size:3rem!important;font-weight:400;line-height:3.125rem;letter-spacing:normal!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xl-h4[data-v-2e323ae8]{font-size:2.125rem!important;font-weight:400;line-height:2.5rem;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xl-h5[data-v-2e323ae8]{font-size:1.5rem!important;font-weight:400;line-height:2rem;letter-spacing:normal!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xl-h6[data-v-2e323ae8]{font-size:1.25rem!important;font-weight:500;line-height:2rem;letter-spacing:.0125em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xl-subtitle-1[data-v-2e323ae8]{font-size:1rem!important;font-weight:400;line-height:1.75rem;letter-spacing:.009375em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xl-subtitle-2[data-v-2e323ae8]{font-size:.875rem!important;font-weight:500;line-height:1.375rem;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xl-body-1[data-v-2e323ae8]{font-size:1rem!important;font-weight:400;line-height:1.5rem;letter-spacing:.03125em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xl-body-2[data-v-2e323ae8]{font-size:.875rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xl-button[data-v-2e323ae8]{font-size:.875rem!important;font-weight:500;line-height:2.25rem;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif!important;text-transform:uppercase!important}.text-xl-caption[data-v-2e323ae8]{font-size:.75rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xl-overline[data-v-2e323ae8]{font-size:.75rem!important;font-weight:500;line-height:2rem;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif!important;text-transform:uppercase!important}}@media (min-width: 2560px){.d-xxl-none[data-v-2e323ae8]{display:none!important}.d-xxl-inline[data-v-2e323ae8]{display:inline!important}.d-xxl-inline-block[data-v-2e323ae8]{display:inline-block!important}.d-xxl-block[data-v-2e323ae8]{display:block!important}.d-xxl-table[data-v-2e323ae8]{display:table!important}.d-xxl-table-row[data-v-2e323ae8]{display:table-row!important}.d-xxl-table-cell[data-v-2e323ae8]{display:table-cell!important}.d-xxl-flex[data-v-2e323ae8]{display:flex!important}.d-xxl-inline-flex[data-v-2e323ae8]{display:inline-flex!important}.float-xxl-none[data-v-2e323ae8]{float:none!important}.float-xxl-left[data-v-2e323ae8]{float:left!important}.float-xxl-right[data-v-2e323ae8]{float:right!important}.v-locale--is-rtl .float-xxl-end[data-v-2e323ae8]{float:left!important}.v-locale--is-rtl .float-xxl-start[data-v-2e323ae8],.v-locale--is-ltr .float-xxl-end[data-v-2e323ae8]{float:right!important}.v-locale--is-ltr .float-xxl-start[data-v-2e323ae8]{float:left!important}.flex-xxl-fill[data-v-2e323ae8],.flex-xxl-1-1[data-v-2e323ae8]{flex:1 1 auto!important}.flex-xxl-1-0[data-v-2e323ae8]{flex:1 0 auto!important}.flex-xxl-0-1[data-v-2e323ae8]{flex:0 1 auto!important}.flex-xxl-0-0[data-v-2e323ae8]{flex:0 0 auto!important}.flex-xxl-1-1-100[data-v-2e323ae8]{flex:1 1 100%!important}.flex-xxl-1-0-100[data-v-2e323ae8]{flex:1 0 100%!important}.flex-xxl-0-1-100[data-v-2e323ae8]{flex:0 1 100%!important}.flex-xxl-0-0-100[data-v-2e323ae8]{flex:0 0 100%!important}.flex-xxl-row[data-v-2e323ae8]{flex-direction:row!important}.flex-xxl-column[data-v-2e323ae8]{flex-direction:column!important}.flex-xxl-row-reverse[data-v-2e323ae8]{flex-direction:row-reverse!important}.flex-xxl-column-reverse[data-v-2e323ae8]{flex-direction:column-reverse!important}.flex-xxl-grow-0[data-v-2e323ae8]{flex-grow:0!important}.flex-xxl-grow-1[data-v-2e323ae8]{flex-grow:1!important}.flex-xxl-shrink-0[data-v-2e323ae8]{flex-shrink:0!important}.flex-xxl-shrink-1[data-v-2e323ae8]{flex-shrink:1!important}.flex-xxl-wrap[data-v-2e323ae8]{flex-wrap:wrap!important}.flex-xxl-nowrap[data-v-2e323ae8]{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse[data-v-2e323ae8]{flex-wrap:wrap-reverse!important}.justify-xxl-start[data-v-2e323ae8]{justify-content:flex-start!important}.justify-xxl-end[data-v-2e323ae8]{justify-content:flex-end!important}.justify-xxl-center[data-v-2e323ae8]{justify-content:center!important}.justify-xxl-space-between[data-v-2e323ae8]{justify-content:space-between!important}.justify-xxl-space-around[data-v-2e323ae8]{justify-content:space-around!important}.justify-xxl-space-evenly[data-v-2e323ae8]{justify-content:space-evenly!important}.align-xxl-start[data-v-2e323ae8]{align-items:flex-start!important}.align-xxl-end[data-v-2e323ae8]{align-items:flex-end!important}.align-xxl-center[data-v-2e323ae8]{align-items:center!important}.align-xxl-baseline[data-v-2e323ae8]{align-items:baseline!important}.align-xxl-stretch[data-v-2e323ae8]{align-items:stretch!important}.align-content-xxl-start[data-v-2e323ae8]{align-content:flex-start!important}.align-content-xxl-end[data-v-2e323ae8]{align-content:flex-end!important}.align-content-xxl-center[data-v-2e323ae8]{align-content:center!important}.align-content-xxl-space-between[data-v-2e323ae8]{align-content:space-between!important}.align-content-xxl-space-around[data-v-2e323ae8]{align-content:space-around!important}.align-content-xxl-space-evenly[data-v-2e323ae8]{align-content:space-evenly!important}.align-content-xxl-stretch[data-v-2e323ae8]{align-content:stretch!important}.align-self-xxl-auto[data-v-2e323ae8]{align-self:auto!important}.align-self-xxl-start[data-v-2e323ae8]{align-self:flex-start!important}.align-self-xxl-end[data-v-2e323ae8]{align-self:flex-end!important}.align-self-xxl-center[data-v-2e323ae8]{align-self:center!important}.align-self-xxl-baseline[data-v-2e323ae8]{align-self:baseline!important}.align-self-xxl-stretch[data-v-2e323ae8]{align-self:stretch!important}.order-xxl-first[data-v-2e323ae8]{order:-1!important}.order-xxl-0[data-v-2e323ae8]{order:0!important}.order-xxl-1[data-v-2e323ae8]{order:1!important}.order-xxl-2[data-v-2e323ae8]{order:2!important}.order-xxl-3[data-v-2e323ae8]{order:3!important}.order-xxl-4[data-v-2e323ae8]{order:4!important}.order-xxl-5[data-v-2e323ae8]{order:5!important}.order-xxl-6[data-v-2e323ae8]{order:6!important}.order-xxl-7[data-v-2e323ae8]{order:7!important}.order-xxl-8[data-v-2e323ae8]{order:8!important}.order-xxl-9[data-v-2e323ae8]{order:9!important}.order-xxl-10[data-v-2e323ae8]{order:10!important}.order-xxl-11[data-v-2e323ae8]{order:11!important}.order-xxl-12[data-v-2e323ae8]{order:12!important}.order-xxl-last[data-v-2e323ae8]{order:13!important}.ma-xxl-0[data-v-2e323ae8]{margin:0!important}.ma-xxl-1[data-v-2e323ae8]{margin:4px!important}.ma-xxl-2[data-v-2e323ae8]{margin:8px!important}.ma-xxl-3[data-v-2e323ae8]{margin:12px!important}.ma-xxl-4[data-v-2e323ae8]{margin:16px!important}.ma-xxl-5[data-v-2e323ae8]{margin:20px!important}.ma-xxl-6[data-v-2e323ae8]{margin:24px!important}.ma-xxl-7[data-v-2e323ae8]{margin:28px!important}.ma-xxl-8[data-v-2e323ae8]{margin:32px!important}.ma-xxl-9[data-v-2e323ae8]{margin:36px!important}.ma-xxl-10[data-v-2e323ae8]{margin:40px!important}.ma-xxl-11[data-v-2e323ae8]{margin:44px!important}.ma-xxl-12[data-v-2e323ae8]{margin:48px!important}.ma-xxl-13[data-v-2e323ae8]{margin:52px!important}.ma-xxl-14[data-v-2e323ae8]{margin:56px!important}.ma-xxl-15[data-v-2e323ae8]{margin:60px!important}.ma-xxl-16[data-v-2e323ae8]{margin:64px!important}.ma-xxl-auto[data-v-2e323ae8]{margin:auto!important}.mx-xxl-0[data-v-2e323ae8]{margin-right:0!important;margin-left:0!important}.mx-xxl-1[data-v-2e323ae8]{margin-right:4px!important;margin-left:4px!important}.mx-xxl-2[data-v-2e323ae8]{margin-right:8px!important;margin-left:8px!important}.mx-xxl-3[data-v-2e323ae8]{margin-right:12px!important;margin-left:12px!important}.mx-xxl-4[data-v-2e323ae8]{margin-right:16px!important;margin-left:16px!important}.mx-xxl-5[data-v-2e323ae8]{margin-right:20px!important;margin-left:20px!important}.mx-xxl-6[data-v-2e323ae8]{margin-right:24px!important;margin-left:24px!important}.mx-xxl-7[data-v-2e323ae8]{margin-right:28px!important;margin-left:28px!important}.mx-xxl-8[data-v-2e323ae8]{margin-right:32px!important;margin-left:32px!important}.mx-xxl-9[data-v-2e323ae8]{margin-right:36px!important;margin-left:36px!important}.mx-xxl-10[data-v-2e323ae8]{margin-right:40px!important;margin-left:40px!important}.mx-xxl-11[data-v-2e323ae8]{margin-right:44px!important;margin-left:44px!important}.mx-xxl-12[data-v-2e323ae8]{margin-right:48px!important;margin-left:48px!important}.mx-xxl-13[data-v-2e323ae8]{margin-right:52px!important;margin-left:52px!important}.mx-xxl-14[data-v-2e323ae8]{margin-right:56px!important;margin-left:56px!important}.mx-xxl-15[data-v-2e323ae8]{margin-right:60px!important;margin-left:60px!important}.mx-xxl-16[data-v-2e323ae8]{margin-right:64px!important;margin-left:64px!important}.mx-xxl-auto[data-v-2e323ae8]{margin-right:auto!important;margin-left:auto!important}.my-xxl-0[data-v-2e323ae8]{margin-top:0!important;margin-bottom:0!important}.my-xxl-1[data-v-2e323ae8]{margin-top:4px!important;margin-bottom:4px!important}.my-xxl-2[data-v-2e323ae8]{margin-top:8px!important;margin-bottom:8px!important}.my-xxl-3[data-v-2e323ae8]{margin-top:12px!important;margin-bottom:12px!important}.my-xxl-4[data-v-2e323ae8]{margin-top:16px!important;margin-bottom:16px!important}.my-xxl-5[data-v-2e323ae8]{margin-top:20px!important;margin-bottom:20px!important}.my-xxl-6[data-v-2e323ae8]{margin-top:24px!important;margin-bottom:24px!important}.my-xxl-7[data-v-2e323ae8]{margin-top:28px!important;margin-bottom:28px!important}.my-xxl-8[data-v-2e323ae8]{margin-top:32px!important;margin-bottom:32px!important}.my-xxl-9[data-v-2e323ae8]{margin-top:36px!important;margin-bottom:36px!important}.my-xxl-10[data-v-2e323ae8]{margin-top:40px!important;margin-bottom:40px!important}.my-xxl-11[data-v-2e323ae8]{margin-top:44px!important;margin-bottom:44px!important}.my-xxl-12[data-v-2e323ae8]{margin-top:48px!important;margin-bottom:48px!important}.my-xxl-13[data-v-2e323ae8]{margin-top:52px!important;margin-bottom:52px!important}.my-xxl-14[data-v-2e323ae8]{margin-top:56px!important;margin-bottom:56px!important}.my-xxl-15[data-v-2e323ae8]{margin-top:60px!important;margin-bottom:60px!important}.my-xxl-16[data-v-2e323ae8]{margin-top:64px!important;margin-bottom:64px!important}.my-xxl-auto[data-v-2e323ae8]{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0[data-v-2e323ae8]{margin-top:0!important}.mt-xxl-1[data-v-2e323ae8]{margin-top:4px!important}.mt-xxl-2[data-v-2e323ae8]{margin-top:8px!important}.mt-xxl-3[data-v-2e323ae8]{margin-top:12px!important}.mt-xxl-4[data-v-2e323ae8]{margin-top:16px!important}.mt-xxl-5[data-v-2e323ae8]{margin-top:20px!important}.mt-xxl-6[data-v-2e323ae8]{margin-top:24px!important}.mt-xxl-7[data-v-2e323ae8]{margin-top:28px!important}.mt-xxl-8[data-v-2e323ae8]{margin-top:32px!important}.mt-xxl-9[data-v-2e323ae8]{margin-top:36px!important}.mt-xxl-10[data-v-2e323ae8]{margin-top:40px!important}.mt-xxl-11[data-v-2e323ae8]{margin-top:44px!important}.mt-xxl-12[data-v-2e323ae8]{margin-top:48px!important}.mt-xxl-13[data-v-2e323ae8]{margin-top:52px!important}.mt-xxl-14[data-v-2e323ae8]{margin-top:56px!important}.mt-xxl-15[data-v-2e323ae8]{margin-top:60px!important}.mt-xxl-16[data-v-2e323ae8]{margin-top:64px!important}.mt-xxl-auto[data-v-2e323ae8]{margin-top:auto!important}.mr-xxl-0[data-v-2e323ae8]{margin-right:0!important}.mr-xxl-1[data-v-2e323ae8]{margin-right:4px!important}.mr-xxl-2[data-v-2e323ae8]{margin-right:8px!important}.mr-xxl-3[data-v-2e323ae8]{margin-right:12px!important}.mr-xxl-4[data-v-2e323ae8]{margin-right:16px!important}.mr-xxl-5[data-v-2e323ae8]{margin-right:20px!important}.mr-xxl-6[data-v-2e323ae8]{margin-right:24px!important}.mr-xxl-7[data-v-2e323ae8]{margin-right:28px!important}.mr-xxl-8[data-v-2e323ae8]{margin-right:32px!important}.mr-xxl-9[data-v-2e323ae8]{margin-right:36px!important}.mr-xxl-10[data-v-2e323ae8]{margin-right:40px!important}.mr-xxl-11[data-v-2e323ae8]{margin-right:44px!important}.mr-xxl-12[data-v-2e323ae8]{margin-right:48px!important}.mr-xxl-13[data-v-2e323ae8]{margin-right:52px!important}.mr-xxl-14[data-v-2e323ae8]{margin-right:56px!important}.mr-xxl-15[data-v-2e323ae8]{margin-right:60px!important}.mr-xxl-16[data-v-2e323ae8]{margin-right:64px!important}.mr-xxl-auto[data-v-2e323ae8]{margin-right:auto!important}.mb-xxl-0[data-v-2e323ae8]{margin-bottom:0!important}.mb-xxl-1[data-v-2e323ae8]{margin-bottom:4px!important}.mb-xxl-2[data-v-2e323ae8]{margin-bottom:8px!important}.mb-xxl-3[data-v-2e323ae8]{margin-bottom:12px!important}.mb-xxl-4[data-v-2e323ae8]{margin-bottom:16px!important}.mb-xxl-5[data-v-2e323ae8]{margin-bottom:20px!important}.mb-xxl-6[data-v-2e323ae8]{margin-bottom:24px!important}.mb-xxl-7[data-v-2e323ae8]{margin-bottom:28px!important}.mb-xxl-8[data-v-2e323ae8]{margin-bottom:32px!important}.mb-xxl-9[data-v-2e323ae8]{margin-bottom:36px!important}.mb-xxl-10[data-v-2e323ae8]{margin-bottom:40px!important}.mb-xxl-11[data-v-2e323ae8]{margin-bottom:44px!important}.mb-xxl-12[data-v-2e323ae8]{margin-bottom:48px!important}.mb-xxl-13[data-v-2e323ae8]{margin-bottom:52px!important}.mb-xxl-14[data-v-2e323ae8]{margin-bottom:56px!important}.mb-xxl-15[data-v-2e323ae8]{margin-bottom:60px!important}.mb-xxl-16[data-v-2e323ae8]{margin-bottom:64px!important}.mb-xxl-auto[data-v-2e323ae8]{margin-bottom:auto!important}.ml-xxl-0[data-v-2e323ae8]{margin-left:0!important}.ml-xxl-1[data-v-2e323ae8]{margin-left:4px!important}.ml-xxl-2[data-v-2e323ae8]{margin-left:8px!important}.ml-xxl-3[data-v-2e323ae8]{margin-left:12px!important}.ml-xxl-4[data-v-2e323ae8]{margin-left:16px!important}.ml-xxl-5[data-v-2e323ae8]{margin-left:20px!important}.ml-xxl-6[data-v-2e323ae8]{margin-left:24px!important}.ml-xxl-7[data-v-2e323ae8]{margin-left:28px!important}.ml-xxl-8[data-v-2e323ae8]{margin-left:32px!important}.ml-xxl-9[data-v-2e323ae8]{margin-left:36px!important}.ml-xxl-10[data-v-2e323ae8]{margin-left:40px!important}.ml-xxl-11[data-v-2e323ae8]{margin-left:44px!important}.ml-xxl-12[data-v-2e323ae8]{margin-left:48px!important}.ml-xxl-13[data-v-2e323ae8]{margin-left:52px!important}.ml-xxl-14[data-v-2e323ae8]{margin-left:56px!important}.ml-xxl-15[data-v-2e323ae8]{margin-left:60px!important}.ml-xxl-16[data-v-2e323ae8]{margin-left:64px!important}.ml-xxl-auto[data-v-2e323ae8]{margin-left:auto!important}.ms-xxl-0[data-v-2e323ae8]{margin-inline-start:0px!important}.ms-xxl-1[data-v-2e323ae8]{margin-inline-start:4px!important}.ms-xxl-2[data-v-2e323ae8]{margin-inline-start:8px!important}.ms-xxl-3[data-v-2e323ae8]{margin-inline-start:12px!important}.ms-xxl-4[data-v-2e323ae8]{margin-inline-start:16px!important}.ms-xxl-5[data-v-2e323ae8]{margin-inline-start:20px!important}.ms-xxl-6[data-v-2e323ae8]{margin-inline-start:24px!important}.ms-xxl-7[data-v-2e323ae8]{margin-inline-start:28px!important}.ms-xxl-8[data-v-2e323ae8]{margin-inline-start:32px!important}.ms-xxl-9[data-v-2e323ae8]{margin-inline-start:36px!important}.ms-xxl-10[data-v-2e323ae8]{margin-inline-start:40px!important}.ms-xxl-11[data-v-2e323ae8]{margin-inline-start:44px!important}.ms-xxl-12[data-v-2e323ae8]{margin-inline-start:48px!important}.ms-xxl-13[data-v-2e323ae8]{margin-inline-start:52px!important}.ms-xxl-14[data-v-2e323ae8]{margin-inline-start:56px!important}.ms-xxl-15[data-v-2e323ae8]{margin-inline-start:60px!important}.ms-xxl-16[data-v-2e323ae8]{margin-inline-start:64px!important}.ms-xxl-auto[data-v-2e323ae8]{margin-inline-start:auto!important}.me-xxl-0[data-v-2e323ae8]{margin-inline-end:0px!important}.me-xxl-1[data-v-2e323ae8]{margin-inline-end:4px!important}.me-xxl-2[data-v-2e323ae8]{margin-inline-end:8px!important}.me-xxl-3[data-v-2e323ae8]{margin-inline-end:12px!important}.me-xxl-4[data-v-2e323ae8]{margin-inline-end:16px!important}.me-xxl-5[data-v-2e323ae8]{margin-inline-end:20px!important}.me-xxl-6[data-v-2e323ae8]{margin-inline-end:24px!important}.me-xxl-7[data-v-2e323ae8]{margin-inline-end:28px!important}.me-xxl-8[data-v-2e323ae8]{margin-inline-end:32px!important}.me-xxl-9[data-v-2e323ae8]{margin-inline-end:36px!important}.me-xxl-10[data-v-2e323ae8]{margin-inline-end:40px!important}.me-xxl-11[data-v-2e323ae8]{margin-inline-end:44px!important}.me-xxl-12[data-v-2e323ae8]{margin-inline-end:48px!important}.me-xxl-13[data-v-2e323ae8]{margin-inline-end:52px!important}.me-xxl-14[data-v-2e323ae8]{margin-inline-end:56px!important}.me-xxl-15[data-v-2e323ae8]{margin-inline-end:60px!important}.me-xxl-16[data-v-2e323ae8]{margin-inline-end:64px!important}.me-xxl-auto[data-v-2e323ae8]{margin-inline-end:auto!important}.ma-xxl-n1[data-v-2e323ae8]{margin:-4px!important}.ma-xxl-n2[data-v-2e323ae8]{margin:-8px!important}.ma-xxl-n3[data-v-2e323ae8]{margin:-12px!important}.ma-xxl-n4[data-v-2e323ae8]{margin:-16px!important}.ma-xxl-n5[data-v-2e323ae8]{margin:-20px!important}.ma-xxl-n6[data-v-2e323ae8]{margin:-24px!important}.ma-xxl-n7[data-v-2e323ae8]{margin:-28px!important}.ma-xxl-n8[data-v-2e323ae8]{margin:-32px!important}.ma-xxl-n9[data-v-2e323ae8]{margin:-36px!important}.ma-xxl-n10[data-v-2e323ae8]{margin:-40px!important}.ma-xxl-n11[data-v-2e323ae8]{margin:-44px!important}.ma-xxl-n12[data-v-2e323ae8]{margin:-48px!important}.ma-xxl-n13[data-v-2e323ae8]{margin:-52px!important}.ma-xxl-n14[data-v-2e323ae8]{margin:-56px!important}.ma-xxl-n15[data-v-2e323ae8]{margin:-60px!important}.ma-xxl-n16[data-v-2e323ae8]{margin:-64px!important}.mx-xxl-n1[data-v-2e323ae8]{margin-right:-4px!important;margin-left:-4px!important}.mx-xxl-n2[data-v-2e323ae8]{margin-right:-8px!important;margin-left:-8px!important}.mx-xxl-n3[data-v-2e323ae8]{margin-right:-12px!important;margin-left:-12px!important}.mx-xxl-n4[data-v-2e323ae8]{margin-right:-16px!important;margin-left:-16px!important}.mx-xxl-n5[data-v-2e323ae8]{margin-right:-20px!important;margin-left:-20px!important}.mx-xxl-n6[data-v-2e323ae8]{margin-right:-24px!important;margin-left:-24px!important}.mx-xxl-n7[data-v-2e323ae8]{margin-right:-28px!important;margin-left:-28px!important}.mx-xxl-n8[data-v-2e323ae8]{margin-right:-32px!important;margin-left:-32px!important}.mx-xxl-n9[data-v-2e323ae8]{margin-right:-36px!important;margin-left:-36px!important}.mx-xxl-n10[data-v-2e323ae8]{margin-right:-40px!important;margin-left:-40px!important}.mx-xxl-n11[data-v-2e323ae8]{margin-right:-44px!important;margin-left:-44px!important}.mx-xxl-n12[data-v-2e323ae8]{margin-right:-48px!important;margin-left:-48px!important}.mx-xxl-n13[data-v-2e323ae8]{margin-right:-52px!important;margin-left:-52px!important}.mx-xxl-n14[data-v-2e323ae8]{margin-right:-56px!important;margin-left:-56px!important}.mx-xxl-n15[data-v-2e323ae8]{margin-right:-60px!important;margin-left:-60px!important}.mx-xxl-n16[data-v-2e323ae8]{margin-right:-64px!important;margin-left:-64px!important}.my-xxl-n1[data-v-2e323ae8]{margin-top:-4px!important;margin-bottom:-4px!important}.my-xxl-n2[data-v-2e323ae8]{margin-top:-8px!important;margin-bottom:-8px!important}.my-xxl-n3[data-v-2e323ae8]{margin-top:-12px!important;margin-bottom:-12px!important}.my-xxl-n4[data-v-2e323ae8]{margin-top:-16px!important;margin-bottom:-16px!important}.my-xxl-n5[data-v-2e323ae8]{margin-top:-20px!important;margin-bottom:-20px!important}.my-xxl-n6[data-v-2e323ae8]{margin-top:-24px!important;margin-bottom:-24px!important}.my-xxl-n7[data-v-2e323ae8]{margin-top:-28px!important;margin-bottom:-28px!important}.my-xxl-n8[data-v-2e323ae8]{margin-top:-32px!important;margin-bottom:-32px!important}.my-xxl-n9[data-v-2e323ae8]{margin-top:-36px!important;margin-bottom:-36px!important}.my-xxl-n10[data-v-2e323ae8]{margin-top:-40px!important;margin-bottom:-40px!important}.my-xxl-n11[data-v-2e323ae8]{margin-top:-44px!important;margin-bottom:-44px!important}.my-xxl-n12[data-v-2e323ae8]{margin-top:-48px!important;margin-bottom:-48px!important}.my-xxl-n13[data-v-2e323ae8]{margin-top:-52px!important;margin-bottom:-52px!important}.my-xxl-n14[data-v-2e323ae8]{margin-top:-56px!important;margin-bottom:-56px!important}.my-xxl-n15[data-v-2e323ae8]{margin-top:-60px!important;margin-bottom:-60px!important}.my-xxl-n16[data-v-2e323ae8]{margin-top:-64px!important;margin-bottom:-64px!important}.mt-xxl-n1[data-v-2e323ae8]{margin-top:-4px!important}.mt-xxl-n2[data-v-2e323ae8]{margin-top:-8px!important}.mt-xxl-n3[data-v-2e323ae8]{margin-top:-12px!important}.mt-xxl-n4[data-v-2e323ae8]{margin-top:-16px!important}.mt-xxl-n5[data-v-2e323ae8]{margin-top:-20px!important}.mt-xxl-n6[data-v-2e323ae8]{margin-top:-24px!important}.mt-xxl-n7[data-v-2e323ae8]{margin-top:-28px!important}.mt-xxl-n8[data-v-2e323ae8]{margin-top:-32px!important}.mt-xxl-n9[data-v-2e323ae8]{margin-top:-36px!important}.mt-xxl-n10[data-v-2e323ae8]{margin-top:-40px!important}.mt-xxl-n11[data-v-2e323ae8]{margin-top:-44px!important}.mt-xxl-n12[data-v-2e323ae8]{margin-top:-48px!important}.mt-xxl-n13[data-v-2e323ae8]{margin-top:-52px!important}.mt-xxl-n14[data-v-2e323ae8]{margin-top:-56px!important}.mt-xxl-n15[data-v-2e323ae8]{margin-top:-60px!important}.mt-xxl-n16[data-v-2e323ae8]{margin-top:-64px!important}.mr-xxl-n1[data-v-2e323ae8]{margin-right:-4px!important}.mr-xxl-n2[data-v-2e323ae8]{margin-right:-8px!important}.mr-xxl-n3[data-v-2e323ae8]{margin-right:-12px!important}.mr-xxl-n4[data-v-2e323ae8]{margin-right:-16px!important}.mr-xxl-n5[data-v-2e323ae8]{margin-right:-20px!important}.mr-xxl-n6[data-v-2e323ae8]{margin-right:-24px!important}.mr-xxl-n7[data-v-2e323ae8]{margin-right:-28px!important}.mr-xxl-n8[data-v-2e323ae8]{margin-right:-32px!important}.mr-xxl-n9[data-v-2e323ae8]{margin-right:-36px!important}.mr-xxl-n10[data-v-2e323ae8]{margin-right:-40px!important}.mr-xxl-n11[data-v-2e323ae8]{margin-right:-44px!important}.mr-xxl-n12[data-v-2e323ae8]{margin-right:-48px!important}.mr-xxl-n13[data-v-2e323ae8]{margin-right:-52px!important}.mr-xxl-n14[data-v-2e323ae8]{margin-right:-56px!important}.mr-xxl-n15[data-v-2e323ae8]{margin-right:-60px!important}.mr-xxl-n16[data-v-2e323ae8]{margin-right:-64px!important}.mb-xxl-n1[data-v-2e323ae8]{margin-bottom:-4px!important}.mb-xxl-n2[data-v-2e323ae8]{margin-bottom:-8px!important}.mb-xxl-n3[data-v-2e323ae8]{margin-bottom:-12px!important}.mb-xxl-n4[data-v-2e323ae8]{margin-bottom:-16px!important}.mb-xxl-n5[data-v-2e323ae8]{margin-bottom:-20px!important}.mb-xxl-n6[data-v-2e323ae8]{margin-bottom:-24px!important}.mb-xxl-n7[data-v-2e323ae8]{margin-bottom:-28px!important}.mb-xxl-n8[data-v-2e323ae8]{margin-bottom:-32px!important}.mb-xxl-n9[data-v-2e323ae8]{margin-bottom:-36px!important}.mb-xxl-n10[data-v-2e323ae8]{margin-bottom:-40px!important}.mb-xxl-n11[data-v-2e323ae8]{margin-bottom:-44px!important}.mb-xxl-n12[data-v-2e323ae8]{margin-bottom:-48px!important}.mb-xxl-n13[data-v-2e323ae8]{margin-bottom:-52px!important}.mb-xxl-n14[data-v-2e323ae8]{margin-bottom:-56px!important}.mb-xxl-n15[data-v-2e323ae8]{margin-bottom:-60px!important}.mb-xxl-n16[data-v-2e323ae8]{margin-bottom:-64px!important}.ml-xxl-n1[data-v-2e323ae8]{margin-left:-4px!important}.ml-xxl-n2[data-v-2e323ae8]{margin-left:-8px!important}.ml-xxl-n3[data-v-2e323ae8]{margin-left:-12px!important}.ml-xxl-n4[data-v-2e323ae8]{margin-left:-16px!important}.ml-xxl-n5[data-v-2e323ae8]{margin-left:-20px!important}.ml-xxl-n6[data-v-2e323ae8]{margin-left:-24px!important}.ml-xxl-n7[data-v-2e323ae8]{margin-left:-28px!important}.ml-xxl-n8[data-v-2e323ae8]{margin-left:-32px!important}.ml-xxl-n9[data-v-2e323ae8]{margin-left:-36px!important}.ml-xxl-n10[data-v-2e323ae8]{margin-left:-40px!important}.ml-xxl-n11[data-v-2e323ae8]{margin-left:-44px!important}.ml-xxl-n12[data-v-2e323ae8]{margin-left:-48px!important}.ml-xxl-n13[data-v-2e323ae8]{margin-left:-52px!important}.ml-xxl-n14[data-v-2e323ae8]{margin-left:-56px!important}.ml-xxl-n15[data-v-2e323ae8]{margin-left:-60px!important}.ml-xxl-n16[data-v-2e323ae8]{margin-left:-64px!important}.ms-xxl-n1[data-v-2e323ae8]{margin-inline-start:-4px!important}.ms-xxl-n2[data-v-2e323ae8]{margin-inline-start:-8px!important}.ms-xxl-n3[data-v-2e323ae8]{margin-inline-start:-12px!important}.ms-xxl-n4[data-v-2e323ae8]{margin-inline-start:-16px!important}.ms-xxl-n5[data-v-2e323ae8]{margin-inline-start:-20px!important}.ms-xxl-n6[data-v-2e323ae8]{margin-inline-start:-24px!important}.ms-xxl-n7[data-v-2e323ae8]{margin-inline-start:-28px!important}.ms-xxl-n8[data-v-2e323ae8]{margin-inline-start:-32px!important}.ms-xxl-n9[data-v-2e323ae8]{margin-inline-start:-36px!important}.ms-xxl-n10[data-v-2e323ae8]{margin-inline-start:-40px!important}.ms-xxl-n11[data-v-2e323ae8]{margin-inline-start:-44px!important}.ms-xxl-n12[data-v-2e323ae8]{margin-inline-start:-48px!important}.ms-xxl-n13[data-v-2e323ae8]{margin-inline-start:-52px!important}.ms-xxl-n14[data-v-2e323ae8]{margin-inline-start:-56px!important}.ms-xxl-n15[data-v-2e323ae8]{margin-inline-start:-60px!important}.ms-xxl-n16[data-v-2e323ae8]{margin-inline-start:-64px!important}.me-xxl-n1[data-v-2e323ae8]{margin-inline-end:-4px!important}.me-xxl-n2[data-v-2e323ae8]{margin-inline-end:-8px!important}.me-xxl-n3[data-v-2e323ae8]{margin-inline-end:-12px!important}.me-xxl-n4[data-v-2e323ae8]{margin-inline-end:-16px!important}.me-xxl-n5[data-v-2e323ae8]{margin-inline-end:-20px!important}.me-xxl-n6[data-v-2e323ae8]{margin-inline-end:-24px!important}.me-xxl-n7[data-v-2e323ae8]{margin-inline-end:-28px!important}.me-xxl-n8[data-v-2e323ae8]{margin-inline-end:-32px!important}.me-xxl-n9[data-v-2e323ae8]{margin-inline-end:-36px!important}.me-xxl-n10[data-v-2e323ae8]{margin-inline-end:-40px!important}.me-xxl-n11[data-v-2e323ae8]{margin-inline-end:-44px!important}.me-xxl-n12[data-v-2e323ae8]{margin-inline-end:-48px!important}.me-xxl-n13[data-v-2e323ae8]{margin-inline-end:-52px!important}.me-xxl-n14[data-v-2e323ae8]{margin-inline-end:-56px!important}.me-xxl-n15[data-v-2e323ae8]{margin-inline-end:-60px!important}.me-xxl-n16[data-v-2e323ae8]{margin-inline-end:-64px!important}.pa-xxl-0[data-v-2e323ae8]{padding:0!important}.pa-xxl-1[data-v-2e323ae8]{padding:4px!important}.pa-xxl-2[data-v-2e323ae8]{padding:8px!important}.pa-xxl-3[data-v-2e323ae8]{padding:12px!important}.pa-xxl-4[data-v-2e323ae8]{padding:16px!important}.pa-xxl-5[data-v-2e323ae8]{padding:20px!important}.pa-xxl-6[data-v-2e323ae8]{padding:24px!important}.pa-xxl-7[data-v-2e323ae8]{padding:28px!important}.pa-xxl-8[data-v-2e323ae8]{padding:32px!important}.pa-xxl-9[data-v-2e323ae8]{padding:36px!important}.pa-xxl-10[data-v-2e323ae8]{padding:40px!important}.pa-xxl-11[data-v-2e323ae8]{padding:44px!important}.pa-xxl-12[data-v-2e323ae8]{padding:48px!important}.pa-xxl-13[data-v-2e323ae8]{padding:52px!important}.pa-xxl-14[data-v-2e323ae8]{padding:56px!important}.pa-xxl-15[data-v-2e323ae8]{padding:60px!important}.pa-xxl-16[data-v-2e323ae8]{padding:64px!important}.px-xxl-0[data-v-2e323ae8]{padding-right:0!important;padding-left:0!important}.px-xxl-1[data-v-2e323ae8]{padding-right:4px!important;padding-left:4px!important}.px-xxl-2[data-v-2e323ae8]{padding-right:8px!important;padding-left:8px!important}.px-xxl-3[data-v-2e323ae8]{padding-right:12px!important;padding-left:12px!important}.px-xxl-4[data-v-2e323ae8]{padding-right:16px!important;padding-left:16px!important}.px-xxl-5[data-v-2e323ae8]{padding-right:20px!important;padding-left:20px!important}.px-xxl-6[data-v-2e323ae8]{padding-right:24px!important;padding-left:24px!important}.px-xxl-7[data-v-2e323ae8]{padding-right:28px!important;padding-left:28px!important}.px-xxl-8[data-v-2e323ae8]{padding-right:32px!important;padding-left:32px!important}.px-xxl-9[data-v-2e323ae8]{padding-right:36px!important;padding-left:36px!important}.px-xxl-10[data-v-2e323ae8]{padding-right:40px!important;padding-left:40px!important}.px-xxl-11[data-v-2e323ae8]{padding-right:44px!important;padding-left:44px!important}.px-xxl-12[data-v-2e323ae8]{padding-right:48px!important;padding-left:48px!important}.px-xxl-13[data-v-2e323ae8]{padding-right:52px!important;padding-left:52px!important}.px-xxl-14[data-v-2e323ae8]{padding-right:56px!important;padding-left:56px!important}.px-xxl-15[data-v-2e323ae8]{padding-right:60px!important;padding-left:60px!important}.px-xxl-16[data-v-2e323ae8]{padding-right:64px!important;padding-left:64px!important}.py-xxl-0[data-v-2e323ae8]{padding-top:0!important;padding-bottom:0!important}.py-xxl-1[data-v-2e323ae8]{padding-top:4px!important;padding-bottom:4px!important}.py-xxl-2[data-v-2e323ae8]{padding-top:8px!important;padding-bottom:8px!important}.py-xxl-3[data-v-2e323ae8]{padding-top:12px!important;padding-bottom:12px!important}.py-xxl-4[data-v-2e323ae8]{padding-top:16px!important;padding-bottom:16px!important}.py-xxl-5[data-v-2e323ae8]{padding-top:20px!important;padding-bottom:20px!important}.py-xxl-6[data-v-2e323ae8]{padding-top:24px!important;padding-bottom:24px!important}.py-xxl-7[data-v-2e323ae8]{padding-top:28px!important;padding-bottom:28px!important}.py-xxl-8[data-v-2e323ae8]{padding-top:32px!important;padding-bottom:32px!important}.py-xxl-9[data-v-2e323ae8]{padding-top:36px!important;padding-bottom:36px!important}.py-xxl-10[data-v-2e323ae8]{padding-top:40px!important;padding-bottom:40px!important}.py-xxl-11[data-v-2e323ae8]{padding-top:44px!important;padding-bottom:44px!important}.py-xxl-12[data-v-2e323ae8]{padding-top:48px!important;padding-bottom:48px!important}.py-xxl-13[data-v-2e323ae8]{padding-top:52px!important;padding-bottom:52px!important}.py-xxl-14[data-v-2e323ae8]{padding-top:56px!important;padding-bottom:56px!important}.py-xxl-15[data-v-2e323ae8]{padding-top:60px!important;padding-bottom:60px!important}.py-xxl-16[data-v-2e323ae8]{padding-top:64px!important;padding-bottom:64px!important}.pt-xxl-0[data-v-2e323ae8]{padding-top:0!important}.pt-xxl-1[data-v-2e323ae8]{padding-top:4px!important}.pt-xxl-2[data-v-2e323ae8]{padding-top:8px!important}.pt-xxl-3[data-v-2e323ae8]{padding-top:12px!important}.pt-xxl-4[data-v-2e323ae8]{padding-top:16px!important}.pt-xxl-5[data-v-2e323ae8]{padding-top:20px!important}.pt-xxl-6[data-v-2e323ae8]{padding-top:24px!important}.pt-xxl-7[data-v-2e323ae8]{padding-top:28px!important}.pt-xxl-8[data-v-2e323ae8]{padding-top:32px!important}.pt-xxl-9[data-v-2e323ae8]{padding-top:36px!important}.pt-xxl-10[data-v-2e323ae8]{padding-top:40px!important}.pt-xxl-11[data-v-2e323ae8]{padding-top:44px!important}.pt-xxl-12[data-v-2e323ae8]{padding-top:48px!important}.pt-xxl-13[data-v-2e323ae8]{padding-top:52px!important}.pt-xxl-14[data-v-2e323ae8]{padding-top:56px!important}.pt-xxl-15[data-v-2e323ae8]{padding-top:60px!important}.pt-xxl-16[data-v-2e323ae8]{padding-top:64px!important}.pr-xxl-0[data-v-2e323ae8]{padding-right:0!important}.pr-xxl-1[data-v-2e323ae8]{padding-right:4px!important}.pr-xxl-2[data-v-2e323ae8]{padding-right:8px!important}.pr-xxl-3[data-v-2e323ae8]{padding-right:12px!important}.pr-xxl-4[data-v-2e323ae8]{padding-right:16px!important}.pr-xxl-5[data-v-2e323ae8]{padding-right:20px!important}.pr-xxl-6[data-v-2e323ae8]{padding-right:24px!important}.pr-xxl-7[data-v-2e323ae8]{padding-right:28px!important}.pr-xxl-8[data-v-2e323ae8]{padding-right:32px!important}.pr-xxl-9[data-v-2e323ae8]{padding-right:36px!important}.pr-xxl-10[data-v-2e323ae8]{padding-right:40px!important}.pr-xxl-11[data-v-2e323ae8]{padding-right:44px!important}.pr-xxl-12[data-v-2e323ae8]{padding-right:48px!important}.pr-xxl-13[data-v-2e323ae8]{padding-right:52px!important}.pr-xxl-14[data-v-2e323ae8]{padding-right:56px!important}.pr-xxl-15[data-v-2e323ae8]{padding-right:60px!important}.pr-xxl-16[data-v-2e323ae8]{padding-right:64px!important}.pb-xxl-0[data-v-2e323ae8]{padding-bottom:0!important}.pb-xxl-1[data-v-2e323ae8]{padding-bottom:4px!important}.pb-xxl-2[data-v-2e323ae8]{padding-bottom:8px!important}.pb-xxl-3[data-v-2e323ae8]{padding-bottom:12px!important}.pb-xxl-4[data-v-2e323ae8]{padding-bottom:16px!important}.pb-xxl-5[data-v-2e323ae8]{padding-bottom:20px!important}.pb-xxl-6[data-v-2e323ae8]{padding-bottom:24px!important}.pb-xxl-7[data-v-2e323ae8]{padding-bottom:28px!important}.pb-xxl-8[data-v-2e323ae8]{padding-bottom:32px!important}.pb-xxl-9[data-v-2e323ae8]{padding-bottom:36px!important}.pb-xxl-10[data-v-2e323ae8]{padding-bottom:40px!important}.pb-xxl-11[data-v-2e323ae8]{padding-bottom:44px!important}.pb-xxl-12[data-v-2e323ae8]{padding-bottom:48px!important}.pb-xxl-13[data-v-2e323ae8]{padding-bottom:52px!important}.pb-xxl-14[data-v-2e323ae8]{padding-bottom:56px!important}.pb-xxl-15[data-v-2e323ae8]{padding-bottom:60px!important}.pb-xxl-16[data-v-2e323ae8]{padding-bottom:64px!important}.pl-xxl-0[data-v-2e323ae8]{padding-left:0!important}.pl-xxl-1[data-v-2e323ae8]{padding-left:4px!important}.pl-xxl-2[data-v-2e323ae8]{padding-left:8px!important}.pl-xxl-3[data-v-2e323ae8]{padding-left:12px!important}.pl-xxl-4[data-v-2e323ae8]{padding-left:16px!important}.pl-xxl-5[data-v-2e323ae8]{padding-left:20px!important}.pl-xxl-6[data-v-2e323ae8]{padding-left:24px!important}.pl-xxl-7[data-v-2e323ae8]{padding-left:28px!important}.pl-xxl-8[data-v-2e323ae8]{padding-left:32px!important}.pl-xxl-9[data-v-2e323ae8]{padding-left:36px!important}.pl-xxl-10[data-v-2e323ae8]{padding-left:40px!important}.pl-xxl-11[data-v-2e323ae8]{padding-left:44px!important}.pl-xxl-12[data-v-2e323ae8]{padding-left:48px!important}.pl-xxl-13[data-v-2e323ae8]{padding-left:52px!important}.pl-xxl-14[data-v-2e323ae8]{padding-left:56px!important}.pl-xxl-15[data-v-2e323ae8]{padding-left:60px!important}.pl-xxl-16[data-v-2e323ae8]{padding-left:64px!important}.ps-xxl-0[data-v-2e323ae8]{padding-inline-start:0px!important}.ps-xxl-1[data-v-2e323ae8]{padding-inline-start:4px!important}.ps-xxl-2[data-v-2e323ae8]{padding-inline-start:8px!important}.ps-xxl-4[data-v-2e323ae8]{padding-inline-start:16px!important}.ps-xxl-5[data-v-2e323ae8]{padding-inline-start:20px!important}.ps-xxl-6[data-v-2e323ae8]{padding-inline-start:24px!important}.ps-xxl-7[data-v-2e323ae8]{padding-inline-start:28px!important}.ps-xxl-8[data-v-2e323ae8]{padding-inline-start:32px!important}.ps-xxl-9[data-v-2e323ae8]{padding-inline-start:36px!important}.ps-xxl-10[data-v-2e323ae8]{padding-inline-start:40px!important}.ps-xxl-11[data-v-2e323ae8]{padding-inline-start:44px!important}.ps-xxl-12[data-v-2e323ae8]{padding-inline-start:48px!important}.ps-xxl-13[data-v-2e323ae8]{padding-inline-start:52px!important}.ps-xxl-14[data-v-2e323ae8]{padding-inline-start:56px!important}.ps-xxl-15[data-v-2e323ae8]{padding-inline-start:60px!important}.ps-xxl-16[data-v-2e323ae8]{padding-inline-start:64px!important}.pe-xxl-0[data-v-2e323ae8]{padding-inline-end:0px!important}.pe-xxl-1[data-v-2e323ae8]{padding-inline-end:4px!important}.pe-xxl-2[data-v-2e323ae8]{padding-inline-end:8px!important}.pe-xxl-3[data-v-2e323ae8]{padding-inline-end:12px!important}.pe-xxl-4[data-v-2e323ae8]{padding-inline-end:16px!important}.pe-xxl-5[data-v-2e323ae8]{padding-inline-end:20px!important}.pe-xxl-6[data-v-2e323ae8]{padding-inline-end:24px!important}.pe-xxl-7[data-v-2e323ae8]{padding-inline-end:28px!important}.pe-xxl-8[data-v-2e323ae8]{padding-inline-end:32px!important}.pe-xxl-9[data-v-2e323ae8]{padding-inline-end:36px!important}.pe-xxl-10[data-v-2e323ae8]{padding-inline-end:40px!important}.pe-xxl-11[data-v-2e323ae8]{padding-inline-end:44px!important}.pe-xxl-12[data-v-2e323ae8]{padding-inline-end:48px!important}.pe-xxl-13[data-v-2e323ae8]{padding-inline-end:52px!important}.pe-xxl-14[data-v-2e323ae8]{padding-inline-end:56px!important}.pe-xxl-15[data-v-2e323ae8]{padding-inline-end:60px!important}.pe-xxl-16[data-v-2e323ae8]{padding-inline-end:64px!important}.text-xxl-left[data-v-2e323ae8]{text-align:left!important}.text-xxl-right[data-v-2e323ae8]{text-align:right!important}.text-xxl-center[data-v-2e323ae8]{text-align:center!important}.text-xxl-justify[data-v-2e323ae8]{text-align:justify!important}.text-xxl-start[data-v-2e323ae8]{text-align:start!important}.text-xxl-end[data-v-2e323ae8]{text-align:end!important}.text-xxl-h1[data-v-2e323ae8]{font-size:6rem!important;font-weight:300;line-height:6rem;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xxl-h2[data-v-2e323ae8]{font-size:3.75rem!important;font-weight:300;line-height:3.75rem;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xxl-h3[data-v-2e323ae8]{font-size:3rem!important;font-weight:400;line-height:3.125rem;letter-spacing:normal!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xxl-h4[data-v-2e323ae8]{font-size:2.125rem!important;font-weight:400;line-height:2.5rem;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xxl-h5[data-v-2e323ae8]{font-size:1.5rem!important;font-weight:400;line-height:2rem;letter-spacing:normal!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xxl-h6[data-v-2e323ae8]{font-size:1.25rem!important;font-weight:500;line-height:2rem;letter-spacing:.0125em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xxl-subtitle-1[data-v-2e323ae8]{font-size:1rem!important;font-weight:400;line-height:1.75rem;letter-spacing:.009375em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xxl-subtitle-2[data-v-2e323ae8]{font-size:.875rem!important;font-weight:500;line-height:1.375rem;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xxl-body-1[data-v-2e323ae8]{font-size:1rem!important;font-weight:400;line-height:1.5rem;letter-spacing:.03125em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xxl-body-2[data-v-2e323ae8]{font-size:.875rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xxl-button[data-v-2e323ae8]{font-size:.875rem!important;font-weight:500;line-height:2.25rem;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif!important;text-transform:uppercase!important}.text-xxl-caption[data-v-2e323ae8]{font-size:.75rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xxl-overline[data-v-2e323ae8]{font-size:.75rem!important;font-weight:500;line-height:2rem;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif!important;text-transform:uppercase!important}}@media print{.d-print-none[data-v-2e323ae8]{display:none!important}.d-print-inline[data-v-2e323ae8]{display:inline!important}.d-print-inline-block[data-v-2e323ae8]{display:inline-block!important}.d-print-block[data-v-2e323ae8]{display:block!important}.d-print-table[data-v-2e323ae8]{display:table!important}.d-print-table-row[data-v-2e323ae8]{display:table-row!important}.d-print-table-cell[data-v-2e323ae8]{display:table-cell!important}.d-print-flex[data-v-2e323ae8]{display:flex!important}.d-print-inline-flex[data-v-2e323ae8]{display:inline-flex!important}.float-print-none[data-v-2e323ae8]{float:none!important}.float-print-left[data-v-2e323ae8]{float:left!important}.float-print-right[data-v-2e323ae8]{float:right!important}.v-locale--is-rtl .float-print-end[data-v-2e323ae8]{float:left!important}.v-locale--is-rtl .float-print-start[data-v-2e323ae8],.v-locale--is-ltr .float-print-end[data-v-2e323ae8]{float:right!important}.v-locale--is-ltr .float-print-start[data-v-2e323ae8]{float:left!important}}input[type=radio]:checked+label{font-weight:700}:root{--vs-colors--lightest: rgba(60, 60, 60, .26);--vs-colors--light: rgba(60, 60, 60, .5);--vs-colors--dark: #333;--vs-colors--darkest: rgba(0, 0, 0, .15);--vs-search-input-color: inherit;--vs-search-input-placeholder-color: inherit;--vs-font-size: 1rem;--vs-line-height: 1.4;--vs-state-disabled-bg: rgb(248, 248, 248);--vs-state-disabled-color: var(--vs-colors--light);--vs-state-disabled-controls-color: var(--vs-colors--light);--vs-state-disabled-cursor: not-allowed;--vs-border-color: var(--vs-colors--lightest);--vs-border-width: 1px;--vs-border-style: solid;--vs-border-radius: 4px;--vs-actions-padding: 4px 6px 0 3px;--vs-controls-color: var(--vs-colors--light);--vs-controls-size: 1;--vs-controls--deselect-text-shadow: 0 1px 0 #fff;--vs-selected-bg: #f0f0f0;--vs-selected-color: var(--vs-colors--dark);--vs-selected-border-color: var(--vs-border-color);--vs-selected-border-style: var(--vs-border-style);--vs-selected-border-width: var(--vs-border-width);--vs-dropdown-bg: #fff;--vs-dropdown-color: inherit;--vs-dropdown-z-index: 1000;--vs-dropdown-min-width: 160px;--vs-dropdown-max-height: 350px;--vs-dropdown-box-shadow: 0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg: #000;--vs-dropdown-option-color: var(--vs-dropdown-color);--vs-dropdown-option-padding: 3px 20px;--vs-dropdown-option--active-bg: #5897fb;--vs-dropdown-option--active-color: #fff;--vs-dropdown-option--deselect-bg: #fb5858;--vs-dropdown-option--deselect-color: #fff;--vs-transition-timing-function: cubic-bezier(1, -.115, .975, .855);--vs-transition-duration: .15s;--vs-transition-timing-function: cubic-bezier(1, .5, .8, 1);--vs-disabled-bg: var(--vs-state-disabled-bg);--vs-disabled-color: var(--vs-state-disabled-color);--vs-disabled-cursor: var(--vs-state-disabled-cursor)}.v-select{position:relative;font-family:inherit}.v-select,.v-select *{box-sizing:border-box}@-webkit-keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__clear,.vs--disabled .vs__search,.vs--disabled .vs__selected,.vs--disabled .vs__open-indicator{cursor:var(--vs-disabled-cursor);background-color:var(--vs-disabled-bg)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;padding:0 0 4px;background:none;border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{display:flex;align-items:center;padding:var(--vs-actions-padding);margin-right:12px}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.vs__dropdown-menu{display:block;box-sizing:border-box;position:absolute;top:calc(100% - var(--vs-border-width));left:0;z-index:var(--vs-dropdown-z-index);padding:5px 0;margin:0;width:100%;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;box-shadow:var(--vs-dropdown-box-shadow);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-top-style:none;border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);text-align:left;list-style:none;background:var(--vs-dropdown-bg);color:var(--vs-dropdown-color)}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:var(--vs-dropdown-option-padding);clear:both;color:var(--vs-dropdown-option-color);white-space:nowrap;cursor:pointer}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{display:flex;align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:4px;padding:0;border:0;cursor:pointer;background:none;fill:var(--vs-controls-color);text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--open .vs__selected,.vs--single.vs--loading .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration,.vs__search::-ms-clear{display:none}.vs__search,.vs__search:focus{color:var(--vs-search-input-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:var(--vs-line-height);font-size:var(--vs-font-size);border:1px solid transparent;border-left:none;outline:none;margin:4px 0 0;padding:0 7px;background:none;box-shadow:none;width:0;max-width:100%;flex-grow:1;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;border-top:.9em solid rgba(100,100,100,.1);border-right:.9em solid rgba(100,100,100,.1);border-bottom:.9em solid rgba(100,100,100,.1);border-left:.9em solid rgba(60,60,60,.45);transform:translateZ(0) scale(var(--vs-controls--spinner-size, var(--vs-controls-size)));-webkit-animation:vSelectSpinner 1.1s infinite linear;animation:vSelectSpinner 1.1s infinite linear;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em;transform:scale(var(--vs-controls--spinner-size, var(--vs-controls-size)))}.vs--loading .vs__spinner{opacity:1}.v-select.stat-select .vs__dropdown-toggle{padding:0;border-radius:0;border:none;align-items:center}.v-select.stat-select .vs__selected{color:#000;font-weight:700;height:56px;flex-grow:1;padding-left:12px}.v-select.stat-select{--vs-dropdown-bg: #f5f7fa;--vs-dropdown-option--active-bg: #f0fdcc;--vs-dropdown-option--active-color: #000;--vs-dropdown-option--deselect-bg: #f0fdcc;--vs-dropdown-option--deselect-color: #000;--vs-dropdown-option-padding: 3px 5px}.vs--single.vs--open.stat-select .vs__selected{color:#fff;opacity:1;flex-grow:1;position:relative;margin-top:14px}.vs--single.vs--open.stat-select .vs__dropdown-toggle{height:56px;border-top-left-radius:5px;border-bottom:8px solid #b3f700;background-color:#000;opacity:1}.v-select.stat-select .vs__open-indicator{fill:#000}.v-select.vs--open.stat-select .vs__open-indicator{fill:#fff;margin-top:12px}.scroll-y-transition-leave-active[data-v-da87fdc2]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}@media (min-width: 2560px){.mr-xxl-n13[data-v-da87fdc2]{margin-right:-52px!important}}.text-yellow-accent-3[data-v-da87fdc2]{color:#ffea00!important}@charset "UTF-8";@keyframes v-shake-da87fdc2{59%{margin-left:0}60%,80%{margin-left:2px}70%,90%{margin-left:-2px}}.bg-black[data-v-da87fdc2]{background-color:#000!important;color:#fff!important}.bg-white[data-v-da87fdc2]{background-color:#fff!important;color:#000!important}.bg-transparent[data-v-da87fdc2]{background-color:transparent!important;color:currentColor!important}.bg-red[data-v-da87fdc2]{background-color:#f44336!important;color:#fff!important}.bg-red-lighten-5[data-v-da87fdc2]{background-color:#ffebee!important;color:#000!important}.bg-red-lighten-4[data-v-da87fdc2]{background-color:#ffcdd2!important;color:#000!important}.bg-red-lighten-3[data-v-da87fdc2]{background-color:#ef9a9a!important;color:#000!important}.bg-red-lighten-2[data-v-da87fdc2]{background-color:#e57373!important;color:#fff!important}.bg-red-lighten-1[data-v-da87fdc2]{background-color:#ef5350!important;color:#fff!important}.bg-red-darken-1[data-v-da87fdc2]{background-color:#e53935!important;color:#fff!important}.bg-red-darken-2[data-v-da87fdc2]{background-color:#d32f2f!important;color:#fff!important}.bg-red-darken-3[data-v-da87fdc2]{background-color:#c62828!important;color:#fff!important}.bg-red-darken-4[data-v-da87fdc2]{background-color:#b71c1c!important;color:#fff!important}.bg-red-accent-1[data-v-da87fdc2]{background-color:#ff8a80!important;color:#000!important}.bg-red-accent-2[data-v-da87fdc2]{background-color:#ff5252!important;color:#fff!important}.bg-red-accent-3[data-v-da87fdc2]{background-color:#ff1744!important;color:#fff!important}.bg-red-accent-4[data-v-da87fdc2]{background-color:#d50000!important;color:#fff!important}.bg-pink[data-v-da87fdc2]{background-color:#e91e63!important;color:#fff!important}.bg-pink-lighten-5[data-v-da87fdc2]{background-color:#fce4ec!important;color:#000!important}.bg-pink-lighten-4[data-v-da87fdc2]{background-color:#f8bbd0!important;color:#000!important}.bg-pink-lighten-3[data-v-da87fdc2]{background-color:#f48fb1!important;color:#000!important}.bg-pink-lighten-2[data-v-da87fdc2]{background-color:#f06292!important;color:#fff!important}.bg-pink-lighten-1[data-v-da87fdc2]{background-color:#ec407a!important;color:#fff!important}.bg-pink-darken-1[data-v-da87fdc2]{background-color:#d81b60!important;color:#fff!important}.bg-pink-darken-2[data-v-da87fdc2]{background-color:#c2185b!important;color:#fff!important}.bg-pink-darken-3[data-v-da87fdc2]{background-color:#ad1457!important;color:#fff!important}.bg-pink-darken-4[data-v-da87fdc2]{background-color:#880e4f!important;color:#fff!important}.bg-pink-accent-1[data-v-da87fdc2]{background-color:#ff80ab!important;color:#fff!important}.bg-pink-accent-2[data-v-da87fdc2]{background-color:#ff4081!important;color:#fff!important}.bg-pink-accent-3[data-v-da87fdc2]{background-color:#f50057!important;color:#fff!important}.bg-pink-accent-4[data-v-da87fdc2]{background-color:#c51162!important;color:#fff!important}.bg-purple[data-v-da87fdc2]{background-color:#9c27b0!important;color:#fff!important}.bg-purple-lighten-5[data-v-da87fdc2]{background-color:#f3e5f5!important;color:#000!important}.bg-purple-lighten-4[data-v-da87fdc2]{background-color:#e1bee7!important;color:#000!important}.bg-purple-lighten-3[data-v-da87fdc2]{background-color:#ce93d8!important;color:#fff!important}.bg-purple-lighten-2[data-v-da87fdc2]{background-color:#ba68c8!important;color:#fff!important}.bg-purple-lighten-1[data-v-da87fdc2]{background-color:#ab47bc!important;color:#fff!important}.bg-purple-darken-1[data-v-da87fdc2]{background-color:#8e24aa!important;color:#fff!important}.bg-purple-darken-2[data-v-da87fdc2]{background-color:#7b1fa2!important;color:#fff!important}.bg-purple-darken-3[data-v-da87fdc2]{background-color:#6a1b9a!important;color:#fff!important}.bg-purple-darken-4[data-v-da87fdc2]{background-color:#4a148c!important;color:#fff!important}.bg-purple-accent-1[data-v-da87fdc2]{background-color:#ea80fc!important;color:#fff!important}.bg-purple-accent-2[data-v-da87fdc2]{background-color:#e040fb!important;color:#fff!important}.bg-purple-accent-3[data-v-da87fdc2]{background-color:#d500f9!important;color:#fff!important}.bg-purple-accent-4[data-v-da87fdc2]{background-color:#a0f!important;color:#fff!important}.bg-deep-purple[data-v-da87fdc2]{background-color:#673ab7!important;color:#fff!important}.bg-deep-purple-lighten-5[data-v-da87fdc2]{background-color:#ede7f6!important;color:#000!important}.bg-deep-purple-lighten-4[data-v-da87fdc2]{background-color:#d1c4e9!important;color:#000!important}.bg-deep-purple-lighten-3[data-v-da87fdc2]{background-color:#b39ddb!important;color:#fff!important}.bg-deep-purple-lighten-2[data-v-da87fdc2]{background-color:#9575cd!important;color:#fff!important}.bg-deep-purple-lighten-1[data-v-da87fdc2]{background-color:#7e57c2!important;color:#fff!important}.bg-deep-purple-darken-1[data-v-da87fdc2]{background-color:#5e35b1!important;color:#fff!important}.bg-deep-purple-darken-2[data-v-da87fdc2]{background-color:#512da8!important;color:#fff!important}.bg-deep-purple-darken-3[data-v-da87fdc2]{background-color:#4527a0!important;color:#fff!important}.bg-deep-purple-darken-4[data-v-da87fdc2]{background-color:#311b92!important;color:#fff!important}.bg-deep-purple-accent-1[data-v-da87fdc2]{background-color:#b388ff!important;color:#fff!important}.bg-deep-purple-accent-2[data-v-da87fdc2]{background-color:#7c4dff!important;color:#fff!important}.bg-deep-purple-accent-3[data-v-da87fdc2]{background-color:#651fff!important;color:#fff!important}.bg-deep-purple-accent-4[data-v-da87fdc2]{background-color:#6200ea!important;color:#fff!important}.bg-indigo[data-v-da87fdc2]{background-color:#3f51b5!important;color:#fff!important}.bg-indigo-lighten-5[data-v-da87fdc2]{background-color:#e8eaf6!important;color:#000!important}.bg-indigo-lighten-4[data-v-da87fdc2]{background-color:#c5cae9!important;color:#000!important}.bg-indigo-lighten-3[data-v-da87fdc2]{background-color:#9fa8da!important;color:#fff!important}.bg-indigo-lighten-2[data-v-da87fdc2]{background-color:#7986cb!important;color:#fff!important}.bg-indigo-lighten-1[data-v-da87fdc2]{background-color:#5c6bc0!important;color:#fff!important}.bg-indigo-darken-1[data-v-da87fdc2]{background-color:#3949ab!important;color:#fff!important}.bg-indigo-darken-2[data-v-da87fdc2]{background-color:#303f9f!important;color:#fff!important}.bg-indigo-darken-3[data-v-da87fdc2]{background-color:#283593!important;color:#fff!important}.bg-indigo-darken-4[data-v-da87fdc2]{background-color:#1a237e!important;color:#fff!important}.bg-indigo-accent-1[data-v-da87fdc2]{background-color:#8c9eff!important;color:#fff!important}.bg-indigo-accent-2[data-v-da87fdc2]{background-color:#536dfe!important;color:#fff!important}.bg-indigo-accent-3[data-v-da87fdc2]{background-color:#3d5afe!important;color:#fff!important}.bg-indigo-accent-4[data-v-da87fdc2]{background-color:#304ffe!important;color:#fff!important}.bg-blue[data-v-da87fdc2]{background-color:#2196f3!important;color:#fff!important}.bg-blue-lighten-5[data-v-da87fdc2]{background-color:#e3f2fd!important;color:#000!important}.bg-blue-lighten-4[data-v-da87fdc2]{background-color:#bbdefb!important;color:#000!important}.bg-blue-lighten-3[data-v-da87fdc2]{background-color:#90caf9!important;color:#000!important}.bg-blue-lighten-2[data-v-da87fdc2]{background-color:#64b5f6!important;color:#000!important}.bg-blue-lighten-1[data-v-da87fdc2]{background-color:#42a5f5!important;color:#fff!important}.bg-blue-darken-1[data-v-da87fdc2]{background-color:#1e88e5!important;color:#fff!important}.bg-blue-darken-2[data-v-da87fdc2]{background-color:#1976d2!important;color:#fff!important}.bg-blue-darken-3[data-v-da87fdc2]{background-color:#1565c0!important;color:#fff!important}.bg-blue-darken-4[data-v-da87fdc2]{background-color:#0d47a1!important;color:#fff!important}.bg-blue-accent-1[data-v-da87fdc2]{background-color:#82b1ff!important;color:#000!important}.bg-blue-accent-2[data-v-da87fdc2]{background-color:#448aff!important;color:#fff!important}.bg-blue-accent-3[data-v-da87fdc2]{background-color:#2979ff!important;color:#fff!important}.bg-blue-accent-4[data-v-da87fdc2]{background-color:#2962ff!important;color:#fff!important}.bg-light-blue[data-v-da87fdc2]{background-color:#03a9f4!important;color:#fff!important}.bg-light-blue-lighten-5[data-v-da87fdc2]{background-color:#e1f5fe!important;color:#000!important}.bg-light-blue-lighten-4[data-v-da87fdc2]{background-color:#b3e5fc!important;color:#000!important}.bg-light-blue-lighten-3[data-v-da87fdc2]{background-color:#81d4fa!important;color:#000!important}.bg-light-blue-lighten-2[data-v-da87fdc2]{background-color:#4fc3f7!important;color:#000!important}.bg-light-blue-lighten-1[data-v-da87fdc2]{background-color:#29b6f6!important;color:#000!important}.bg-light-blue-darken-1[data-v-da87fdc2]{background-color:#039be5!important;color:#fff!important}.bg-light-blue-darken-2[data-v-da87fdc2]{background-color:#0288d1!important;color:#fff!important}.bg-light-blue-darken-3[data-v-da87fdc2]{background-color:#0277bd!important;color:#fff!important}.bg-light-blue-darken-4[data-v-da87fdc2]{background-color:#01579b!important;color:#fff!important}.bg-light-blue-accent-1[data-v-da87fdc2]{background-color:#80d8ff!important;color:#000!important}.bg-light-blue-accent-2[data-v-da87fdc2]{background-color:#40c4ff!important;color:#000!important}.bg-light-blue-accent-3[data-v-da87fdc2]{background-color:#00b0ff!important;color:#fff!important}.bg-light-blue-accent-4[data-v-da87fdc2]{background-color:#0091ea!important;color:#fff!important}.bg-cyan[data-v-da87fdc2]{background-color:#00bcd4!important;color:#000!important}.bg-cyan-lighten-5[data-v-da87fdc2]{background-color:#e0f7fa!important;color:#000!important}.bg-cyan-lighten-4[data-v-da87fdc2]{background-color:#b2ebf2!important;color:#000!important}.bg-cyan-lighten-3[data-v-da87fdc2]{background-color:#80deea!important;color:#000!important}.bg-cyan-lighten-2[data-v-da87fdc2]{background-color:#4dd0e1!important;color:#000!important}.bg-cyan-lighten-1[data-v-da87fdc2]{background-color:#26c6da!important;color:#000!important}.bg-cyan-darken-1[data-v-da87fdc2]{background-color:#00acc1!important;color:#fff!important}.bg-cyan-darken-2[data-v-da87fdc2]{background-color:#0097a7!important;color:#fff!important}.bg-cyan-darken-3[data-v-da87fdc2]{background-color:#00838f!important;color:#fff!important}.bg-cyan-darken-4[data-v-da87fdc2]{background-color:#006064!important;color:#fff!important}.bg-cyan-accent-1[data-v-da87fdc2]{background-color:#84ffff!important;color:#000!important}.bg-cyan-accent-2[data-v-da87fdc2]{background-color:#18ffff!important;color:#000!important}.bg-cyan-accent-3[data-v-da87fdc2]{background-color:#00e5ff!important;color:#000!important}.bg-cyan-accent-4[data-v-da87fdc2]{background-color:#00b8d4!important;color:#fff!important}.bg-teal[data-v-da87fdc2]{background-color:#009688!important;color:#fff!important}.bg-teal-lighten-5[data-v-da87fdc2]{background-color:#e0f2f1!important;color:#000!important}.bg-teal-lighten-4[data-v-da87fdc2]{background-color:#b2dfdb!important;color:#000!important}.bg-teal-lighten-3[data-v-da87fdc2]{background-color:#80cbc4!important;color:#000!important}.bg-teal-lighten-2[data-v-da87fdc2]{background-color:#4db6ac!important;color:#fff!important}.bg-teal-lighten-1[data-v-da87fdc2]{background-color:#26a69a!important;color:#fff!important}.bg-teal-darken-1[data-v-da87fdc2]{background-color:#00897b!important;color:#fff!important}.bg-teal-darken-2[data-v-da87fdc2]{background-color:#00796b!important;color:#fff!important}.bg-teal-darken-3[data-v-da87fdc2]{background-color:#00695c!important;color:#fff!important}.bg-teal-darken-4[data-v-da87fdc2]{background-color:#004d40!important;color:#fff!important}.bg-teal-accent-1[data-v-da87fdc2]{background-color:#a7ffeb!important;color:#000!important}.bg-teal-accent-2[data-v-da87fdc2]{background-color:#64ffda!important;color:#000!important}.bg-teal-accent-3[data-v-da87fdc2]{background-color:#1de9b6!important;color:#000!important}.bg-teal-accent-4[data-v-da87fdc2]{background-color:#00bfa5!important;color:#fff!important}.bg-green[data-v-da87fdc2]{background-color:#4caf50!important;color:#fff!important}.bg-green-lighten-5[data-v-da87fdc2]{background-color:#e8f5e9!important;color:#000!important}.bg-green-lighten-4[data-v-da87fdc2]{background-color:#c8e6c9!important;color:#000!important}.bg-green-lighten-3[data-v-da87fdc2]{background-color:#a5d6a7!important;color:#000!important}.bg-green-lighten-2[data-v-da87fdc2]{background-color:#81c784!important;color:#000!important}.bg-green-lighten-1[data-v-da87fdc2]{background-color:#66bb6a!important;color:#fff!important}.bg-green-darken-1[data-v-da87fdc2]{background-color:#43a047!important;color:#fff!important}.bg-green-darken-2[data-v-da87fdc2]{background-color:#388e3c!important;color:#fff!important}.bg-green-darken-3[data-v-da87fdc2]{background-color:#2e7d32!important;color:#fff!important}.bg-green-darken-4[data-v-da87fdc2]{background-color:#1b5e20!important;color:#fff!important}.bg-green-accent-1[data-v-da87fdc2]{background-color:#b9f6ca!important;color:#000!important}.bg-green-accent-2[data-v-da87fdc2]{background-color:#69f0ae!important;color:#000!important}.bg-green-accent-3[data-v-da87fdc2]{background-color:#00e676!important;color:#000!important}.bg-green-accent-4[data-v-da87fdc2]{background-color:#00c853!important;color:#000!important}.bg-light-green[data-v-da87fdc2]{background-color:#8bc34a!important;color:#000!important}.bg-light-green-lighten-5[data-v-da87fdc2]{background-color:#f1f8e9!important;color:#000!important}.bg-light-green-lighten-4[data-v-da87fdc2]{background-color:#dcedc8!important;color:#000!important}.bg-light-green-lighten-3[data-v-da87fdc2]{background-color:#c5e1a5!important;color:#000!important}.bg-light-green-lighten-2[data-v-da87fdc2]{background-color:#aed581!important;color:#000!important}.bg-light-green-lighten-1[data-v-da87fdc2]{background-color:#9ccc65!important;color:#000!important}.bg-light-green-darken-1[data-v-da87fdc2]{background-color:#7cb342!important;color:#fff!important}.bg-light-green-darken-2[data-v-da87fdc2]{background-color:#689f38!important;color:#fff!important}.bg-light-green-darken-3[data-v-da87fdc2]{background-color:#558b2f!important;color:#fff!important}.bg-light-green-darken-4[data-v-da87fdc2]{background-color:#33691e!important;color:#fff!important}.bg-light-green-accent-1[data-v-da87fdc2]{background-color:#ccff90!important;color:#000!important}.bg-light-green-accent-2[data-v-da87fdc2]{background-color:#b2ff59!important;color:#000!important}.bg-light-green-accent-3[data-v-da87fdc2]{background-color:#76ff03!important;color:#000!important}.bg-light-green-accent-4[data-v-da87fdc2]{background-color:#64dd17!important;color:#000!important}.bg-lime[data-v-da87fdc2]{background-color:#cddc39!important;color:#000!important}.bg-lime-lighten-5[data-v-da87fdc2]{background-color:#f9fbe7!important;color:#000!important}.bg-lime-lighten-4[data-v-da87fdc2]{background-color:#f0f4c3!important;color:#000!important}.bg-lime-lighten-3[data-v-da87fdc2]{background-color:#e6ee9c!important;color:#000!important}.bg-lime-lighten-2[data-v-da87fdc2]{background-color:#dce775!important;color:#000!important}.bg-lime-lighten-1[data-v-da87fdc2]{background-color:#d4e157!important;color:#000!important}.bg-lime-darken-1[data-v-da87fdc2]{background-color:#c0ca33!important;color:#000!important}.bg-lime-darken-2[data-v-da87fdc2]{background-color:#afb42b!important;color:#000!important}.bg-lime-darken-3[data-v-da87fdc2]{background-color:#9e9d24!important;color:#fff!important}.bg-lime-darken-4[data-v-da87fdc2]{background-color:#827717!important;color:#fff!important}.bg-lime-accent-1[data-v-da87fdc2]{background-color:#f4ff81!important;color:#000!important}.bg-lime-accent-2[data-v-da87fdc2]{background-color:#eeff41!important;color:#000!important}.bg-lime-accent-3[data-v-da87fdc2]{background-color:#c6ff00!important;color:#000!important}.bg-lime-accent-4[data-v-da87fdc2]{background-color:#aeea00!important;color:#000!important}.bg-yellow[data-v-da87fdc2]{background-color:#ffeb3b!important;color:#000!important}.bg-yellow-lighten-5[data-v-da87fdc2]{background-color:#fffde7!important;color:#000!important}.bg-yellow-lighten-4[data-v-da87fdc2]{background-color:#fff9c4!important;color:#000!important}.bg-yellow-lighten-3[data-v-da87fdc2]{background-color:#fff59d!important;color:#000!important}.bg-yellow-lighten-2[data-v-da87fdc2]{background-color:#fff176!important;color:#000!important}.bg-yellow-lighten-1[data-v-da87fdc2]{background-color:#ffee58!important;color:#000!important}.bg-yellow-darken-1[data-v-da87fdc2]{background-color:#fdd835!important;color:#000!important}.bg-yellow-darken-2[data-v-da87fdc2]{background-color:#fbc02d!important;color:#000!important}.bg-yellow-darken-3[data-v-da87fdc2]{background-color:#f9a825!important;color:#000!important}.bg-yellow-darken-4[data-v-da87fdc2]{background-color:#f57f17!important;color:#fff!important}.bg-yellow-accent-1[data-v-da87fdc2]{background-color:#ffff8d!important;color:#000!important}.bg-yellow-accent-2[data-v-da87fdc2]{background-color:#ff0!important;color:#000!important}.bg-yellow-accent-3[data-v-da87fdc2]{background-color:#ffea00!important;color:#000!important}.bg-yellow-accent-4[data-v-da87fdc2]{background-color:#ffd600!important;color:#000!important}.bg-amber[data-v-da87fdc2]{background-color:#ffc107!important;color:#000!important}.bg-amber-lighten-5[data-v-da87fdc2]{background-color:#fff8e1!important;color:#000!important}.bg-amber-lighten-4[data-v-da87fdc2]{background-color:#ffecb3!important;color:#000!important}.bg-amber-lighten-3[data-v-da87fdc2]{background-color:#ffe082!important;color:#000!important}.bg-amber-lighten-2[data-v-da87fdc2]{background-color:#ffd54f!important;color:#000!important}.bg-amber-lighten-1[data-v-da87fdc2]{background-color:#ffca28!important;color:#000!important}.bg-amber-darken-1[data-v-da87fdc2]{background-color:#ffb300!important;color:#000!important}.bg-amber-darken-2[data-v-da87fdc2]{background-color:#ffa000!important;color:#000!important}.bg-amber-darken-3[data-v-da87fdc2]{background-color:#ff8f00!important;color:#000!important}.bg-amber-darken-4[data-v-da87fdc2]{background-color:#ff6f00!important;color:#fff!important}.bg-amber-accent-1[data-v-da87fdc2]{background-color:#ffe57f!important;color:#000!important}.bg-amber-accent-2[data-v-da87fdc2]{background-color:#ffd740!important;color:#000!important}.bg-amber-accent-3[data-v-da87fdc2]{background-color:#ffc400!important;color:#000!important}.bg-amber-accent-4[data-v-da87fdc2]{background-color:#ffab00!important;color:#000!important}.bg-orange[data-v-da87fdc2]{background-color:#ff9800!important;color:#000!important}.bg-orange-lighten-5[data-v-da87fdc2]{background-color:#fff3e0!important;color:#000!important}.bg-orange-lighten-4[data-v-da87fdc2]{background-color:#ffe0b2!important;color:#000!important}.bg-orange-lighten-3[data-v-da87fdc2]{background-color:#ffcc80!important;color:#000!important}.bg-orange-lighten-2[data-v-da87fdc2]{background-color:#ffb74d!important;color:#000!important}.bg-orange-lighten-1[data-v-da87fdc2]{background-color:#ffa726!important;color:#000!important}.bg-orange-darken-1[data-v-da87fdc2]{background-color:#fb8c00!important;color:#fff!important}.bg-orange-darken-2[data-v-da87fdc2]{background-color:#f57c00!important;color:#fff!important}.bg-orange-darken-3[data-v-da87fdc2]{background-color:#ef6c00!important;color:#fff!important}.bg-orange-darken-4[data-v-da87fdc2]{background-color:#e65100!important;color:#fff!important}.bg-orange-accent-1[data-v-da87fdc2]{background-color:#ffd180!important;color:#000!important}.bg-orange-accent-2[data-v-da87fdc2]{background-color:#ffab40!important;color:#000!important}.bg-orange-accent-3[data-v-da87fdc2]{background-color:#ff9100!important;color:#000!important}.bg-orange-accent-4[data-v-da87fdc2]{background-color:#ff6d00!important;color:#fff!important}.bg-deep-orange[data-v-da87fdc2]{background-color:#ff5722!important;color:#fff!important}.bg-deep-orange-lighten-5[data-v-da87fdc2]{background-color:#fbe9e7!important;color:#000!important}.bg-deep-orange-lighten-4[data-v-da87fdc2]{background-color:#ffccbc!important;color:#000!important}.bg-deep-orange-lighten-3[data-v-da87fdc2]{background-color:#ffab91!important;color:#000!important}.bg-deep-orange-lighten-2[data-v-da87fdc2]{background-color:#ff8a65!important;color:#000!important}.bg-deep-orange-lighten-1[data-v-da87fdc2]{background-color:#ff7043!important;color:#fff!important}.bg-deep-orange-darken-1[data-v-da87fdc2]{background-color:#f4511e!important;color:#fff!important}.bg-deep-orange-darken-2[data-v-da87fdc2]{background-color:#e64a19!important;color:#fff!important}.bg-deep-orange-darken-3[data-v-da87fdc2]{background-color:#d84315!important;color:#fff!important}.bg-deep-orange-darken-4[data-v-da87fdc2]{background-color:#bf360c!important;color:#fff!important}.bg-deep-orange-accent-1[data-v-da87fdc2]{background-color:#ff9e80!important;color:#000!important}.bg-deep-orange-accent-2[data-v-da87fdc2]{background-color:#ff6e40!important;color:#fff!important}.bg-deep-orange-accent-3[data-v-da87fdc2]{background-color:#ff3d00!important;color:#fff!important}.bg-deep-orange-accent-4[data-v-da87fdc2]{background-color:#dd2c00!important;color:#fff!important}.bg-brown[data-v-da87fdc2]{background-color:#795548!important;color:#fff!important}.bg-brown-lighten-5[data-v-da87fdc2]{background-color:#efebe9!important;color:#000!important}.bg-brown-lighten-4[data-v-da87fdc2]{background-color:#d7ccc8!important;color:#000!important}.bg-brown-lighten-3[data-v-da87fdc2]{background-color:#bcaaa4!important;color:#000!important}.bg-brown-lighten-2[data-v-da87fdc2]{background-color:#a1887f!important;color:#fff!important}.bg-brown-lighten-1[data-v-da87fdc2]{background-color:#8d6e63!important;color:#fff!important}.bg-brown-darken-1[data-v-da87fdc2]{background-color:#6d4c41!important;color:#fff!important}.bg-brown-darken-2[data-v-da87fdc2]{background-color:#5d4037!important;color:#fff!important}.bg-brown-darken-3[data-v-da87fdc2]{background-color:#4e342e!important;color:#fff!important}.bg-brown-darken-4[data-v-da87fdc2]{background-color:#3e2723!important;color:#fff!important}.bg-blue-grey[data-v-da87fdc2]{background-color:#607d8b!important;color:#fff!important}.bg-blue-grey-lighten-5[data-v-da87fdc2]{background-color:#eceff1!important;color:#000!important}.bg-blue-grey-lighten-4[data-v-da87fdc2]{background-color:#cfd8dc!important;color:#000!important}.bg-blue-grey-lighten-3[data-v-da87fdc2]{background-color:#b0bec5!important;color:#000!important}.bg-blue-grey-lighten-2[data-v-da87fdc2]{background-color:#90a4ae!important;color:#fff!important}.bg-blue-grey-lighten-1[data-v-da87fdc2]{background-color:#78909c!important;color:#fff!important}.bg-blue-grey-darken-1[data-v-da87fdc2]{background-color:#546e7a!important;color:#fff!important}.bg-blue-grey-darken-2[data-v-da87fdc2]{background-color:#455a64!important;color:#fff!important}.bg-blue-grey-darken-3[data-v-da87fdc2]{background-color:#37474f!important;color:#fff!important}.bg-blue-grey-darken-4[data-v-da87fdc2]{background-color:#263238!important;color:#fff!important}.bg-grey[data-v-da87fdc2]{background-color:#9e9e9e!important;color:#fff!important}.bg-grey-lighten-5[data-v-da87fdc2]{background-color:#fafafa!important;color:#000!important}.bg-grey-lighten-4[data-v-da87fdc2]{background-color:#f5f5f5!important;color:#000!important}.bg-grey-lighten-3[data-v-da87fdc2]{background-color:#eee!important;color:#000!important}.bg-grey-lighten-2[data-v-da87fdc2]{background-color:#e0e0e0!important;color:#000!important}.bg-grey-lighten-1[data-v-da87fdc2]{background-color:#bdbdbd!important;color:#000!important}.bg-grey-darken-1[data-v-da87fdc2]{background-color:#757575!important;color:#fff!important}.bg-grey-darken-2[data-v-da87fdc2]{background-color:#616161!important;color:#fff!important}.bg-grey-darken-3[data-v-da87fdc2]{background-color:#424242!important;color:#fff!important}.bg-grey-darken-4[data-v-da87fdc2]{background-color:#212121!important;color:#fff!important}.bg-shades-black[data-v-da87fdc2]{background-color:#000!important;color:#fff!important}.bg-shades-white[data-v-da87fdc2]{background-color:#fff!important;color:#000!important}.bg-shades-transparent[data-v-da87fdc2]{background-color:transparent!important;color:currentColor!important}.text-black[data-v-da87fdc2]{color:#000!important}.text-white[data-v-da87fdc2]{color:#fff!important}.text-transparent[data-v-da87fdc2]{color:transparent!important}.text-red[data-v-da87fdc2]{color:#f44336!important}.text-red-lighten-5[data-v-da87fdc2]{color:#ffebee!important}.text-red-lighten-4[data-v-da87fdc2]{color:#ffcdd2!important}.text-red-lighten-3[data-v-da87fdc2]{color:#ef9a9a!important}.text-red-lighten-2[data-v-da87fdc2]{color:#e57373!important}.text-red-lighten-1[data-v-da87fdc2]{color:#ef5350!important}.text-red-darken-1[data-v-da87fdc2]{color:#e53935!important}.text-red-darken-2[data-v-da87fdc2]{color:#d32f2f!important}.text-red-darken-3[data-v-da87fdc2]{color:#c62828!important}.text-red-darken-4[data-v-da87fdc2]{color:#b71c1c!important}.text-red-accent-1[data-v-da87fdc2]{color:#ff8a80!important}.text-red-accent-2[data-v-da87fdc2]{color:#ff5252!important}.text-red-accent-3[data-v-da87fdc2]{color:#ff1744!important}.text-red-accent-4[data-v-da87fdc2]{color:#d50000!important}.text-pink[data-v-da87fdc2]{color:#e91e63!important}.text-pink-lighten-5[data-v-da87fdc2]{color:#fce4ec!important}.text-pink-lighten-4[data-v-da87fdc2]{color:#f8bbd0!important}.text-pink-lighten-3[data-v-da87fdc2]{color:#f48fb1!important}.text-pink-lighten-2[data-v-da87fdc2]{color:#f06292!important}.text-pink-lighten-1[data-v-da87fdc2]{color:#ec407a!important}.text-pink-darken-1[data-v-da87fdc2]{color:#d81b60!important}.text-pink-darken-2[data-v-da87fdc2]{color:#c2185b!important}.text-pink-darken-3[data-v-da87fdc2]{color:#ad1457!important}.text-pink-darken-4[data-v-da87fdc2]{color:#880e4f!important}.text-pink-accent-1[data-v-da87fdc2]{color:#ff80ab!important}.text-pink-accent-2[data-v-da87fdc2]{color:#ff4081!important}.text-pink-accent-3[data-v-da87fdc2]{color:#f50057!important}.text-pink-accent-4[data-v-da87fdc2]{color:#c51162!important}.text-purple[data-v-da87fdc2]{color:#9c27b0!important}.text-purple-lighten-5[data-v-da87fdc2]{color:#f3e5f5!important}.text-purple-lighten-4[data-v-da87fdc2]{color:#e1bee7!important}.text-purple-lighten-3[data-v-da87fdc2]{color:#ce93d8!important}.text-purple-lighten-2[data-v-da87fdc2]{color:#ba68c8!important}.text-purple-lighten-1[data-v-da87fdc2]{color:#ab47bc!important}.text-purple-darken-1[data-v-da87fdc2]{color:#8e24aa!important}.text-purple-darken-2[data-v-da87fdc2]{color:#7b1fa2!important}.text-purple-darken-3[data-v-da87fdc2]{color:#6a1b9a!important}.text-purple-darken-4[data-v-da87fdc2]{color:#4a148c!important}.text-purple-accent-1[data-v-da87fdc2]{color:#ea80fc!important}.text-purple-accent-2[data-v-da87fdc2]{color:#e040fb!important}.text-purple-accent-3[data-v-da87fdc2]{color:#d500f9!important}.text-purple-accent-4[data-v-da87fdc2]{color:#a0f!important}.text-deep-purple[data-v-da87fdc2]{color:#673ab7!important}.text-deep-purple-lighten-5[data-v-da87fdc2]{color:#ede7f6!important}.text-deep-purple-lighten-4[data-v-da87fdc2]{color:#d1c4e9!important}.text-deep-purple-lighten-3[data-v-da87fdc2]{color:#b39ddb!important}.text-deep-purple-lighten-2[data-v-da87fdc2]{color:#9575cd!important}.text-deep-purple-lighten-1[data-v-da87fdc2]{color:#7e57c2!important}.text-deep-purple-darken-1[data-v-da87fdc2]{color:#5e35b1!important}.text-deep-purple-darken-2[data-v-da87fdc2]{color:#512da8!important}.text-deep-purple-darken-3[data-v-da87fdc2]{color:#4527a0!important}.text-deep-purple-darken-4[data-v-da87fdc2]{color:#311b92!important}.text-deep-purple-accent-1[data-v-da87fdc2]{color:#b388ff!important}.text-deep-purple-accent-2[data-v-da87fdc2]{color:#7c4dff!important}.text-deep-purple-accent-3[data-v-da87fdc2]{color:#651fff!important}.text-deep-purple-accent-4[data-v-da87fdc2]{color:#6200ea!important}.text-indigo[data-v-da87fdc2]{color:#3f51b5!important}.text-indigo-lighten-5[data-v-da87fdc2]{color:#e8eaf6!important}.text-indigo-lighten-4[data-v-da87fdc2]{color:#c5cae9!important}.text-indigo-lighten-3[data-v-da87fdc2]{color:#9fa8da!important}.text-indigo-lighten-2[data-v-da87fdc2]{color:#7986cb!important}.text-indigo-lighten-1[data-v-da87fdc2]{color:#5c6bc0!important}.text-indigo-darken-1[data-v-da87fdc2]{color:#3949ab!important}.text-indigo-darken-2[data-v-da87fdc2]{color:#303f9f!important}.text-indigo-darken-3[data-v-da87fdc2]{color:#283593!important}.text-indigo-darken-4[data-v-da87fdc2]{color:#1a237e!important}.text-indigo-accent-1[data-v-da87fdc2]{color:#8c9eff!important}.text-indigo-accent-2[data-v-da87fdc2]{color:#536dfe!important}.text-indigo-accent-3[data-v-da87fdc2]{color:#3d5afe!important}.text-indigo-accent-4[data-v-da87fdc2]{color:#304ffe!important}.text-blue[data-v-da87fdc2]{color:#2196f3!important}.text-blue-lighten-5[data-v-da87fdc2]{color:#e3f2fd!important}.text-blue-lighten-4[data-v-da87fdc2]{color:#bbdefb!important}.text-blue-lighten-3[data-v-da87fdc2]{color:#90caf9!important}.text-blue-lighten-2[data-v-da87fdc2]{color:#64b5f6!important}.text-blue-lighten-1[data-v-da87fdc2]{color:#42a5f5!important}.text-blue-darken-1[data-v-da87fdc2]{color:#1e88e5!important}.text-blue-darken-2[data-v-da87fdc2]{color:#1976d2!important}.text-blue-darken-3[data-v-da87fdc2]{color:#1565c0!important}.text-blue-darken-4[data-v-da87fdc2]{color:#0d47a1!important}.text-blue-accent-1[data-v-da87fdc2]{color:#82b1ff!important}.text-blue-accent-2[data-v-da87fdc2]{color:#448aff!important}.text-blue-accent-3[data-v-da87fdc2]{color:#2979ff!important}.text-blue-accent-4[data-v-da87fdc2]{color:#2962ff!important}.text-light-blue[data-v-da87fdc2]{color:#03a9f4!important}.text-light-blue-lighten-5[data-v-da87fdc2]{color:#e1f5fe!important}.text-light-blue-lighten-4[data-v-da87fdc2]{color:#b3e5fc!important}.text-light-blue-lighten-3[data-v-da87fdc2]{color:#81d4fa!important}.text-light-blue-lighten-2[data-v-da87fdc2]{color:#4fc3f7!important}.text-light-blue-lighten-1[data-v-da87fdc2]{color:#29b6f6!important}.text-light-blue-darken-1[data-v-da87fdc2]{color:#039be5!important}.text-light-blue-darken-2[data-v-da87fdc2]{color:#0288d1!important}.text-light-blue-darken-3[data-v-da87fdc2]{color:#0277bd!important}.text-light-blue-darken-4[data-v-da87fdc2]{color:#01579b!important}.text-light-blue-accent-1[data-v-da87fdc2]{color:#80d8ff!important}.text-light-blue-accent-2[data-v-da87fdc2]{color:#40c4ff!important}.text-light-blue-accent-3[data-v-da87fdc2]{color:#00b0ff!important}.text-light-blue-accent-4[data-v-da87fdc2]{color:#0091ea!important}.text-cyan[data-v-da87fdc2]{color:#00bcd4!important}.text-cyan-lighten-5[data-v-da87fdc2]{color:#e0f7fa!important}.text-cyan-lighten-4[data-v-da87fdc2]{color:#b2ebf2!important}.text-cyan-lighten-3[data-v-da87fdc2]{color:#80deea!important}.text-cyan-lighten-2[data-v-da87fdc2]{color:#4dd0e1!important}.text-cyan-lighten-1[data-v-da87fdc2]{color:#26c6da!important}.text-cyan-darken-1[data-v-da87fdc2]{color:#00acc1!important}.text-cyan-darken-2[data-v-da87fdc2]{color:#0097a7!important}.text-cyan-darken-3[data-v-da87fdc2]{color:#00838f!important}.text-cyan-darken-4[data-v-da87fdc2]{color:#006064!important}.text-cyan-accent-1[data-v-da87fdc2]{color:#84ffff!important}.text-cyan-accent-2[data-v-da87fdc2]{color:#18ffff!important}.text-cyan-accent-3[data-v-da87fdc2]{color:#00e5ff!important}.text-cyan-accent-4[data-v-da87fdc2]{color:#00b8d4!important}.text-teal[data-v-da87fdc2]{color:#009688!important}.text-teal-lighten-5[data-v-da87fdc2]{color:#e0f2f1!important}.text-teal-lighten-4[data-v-da87fdc2]{color:#b2dfdb!important}.text-teal-lighten-3[data-v-da87fdc2]{color:#80cbc4!important}.text-teal-lighten-2[data-v-da87fdc2]{color:#4db6ac!important}.text-teal-lighten-1[data-v-da87fdc2]{color:#26a69a!important}.text-teal-darken-1[data-v-da87fdc2]{color:#00897b!important}.text-teal-darken-2[data-v-da87fdc2]{color:#00796b!important}.text-teal-darken-3[data-v-da87fdc2]{color:#00695c!important}.text-teal-darken-4[data-v-da87fdc2]{color:#004d40!important}.text-teal-accent-1[data-v-da87fdc2]{color:#a7ffeb!important}.text-teal-accent-2[data-v-da87fdc2]{color:#64ffda!important}.text-teal-accent-3[data-v-da87fdc2]{color:#1de9b6!important}.text-teal-accent-4[data-v-da87fdc2]{color:#00bfa5!important}.text-green[data-v-da87fdc2]{color:#4caf50!important}.text-green-lighten-5[data-v-da87fdc2]{color:#e8f5e9!important}.text-green-lighten-4[data-v-da87fdc2]{color:#c8e6c9!important}.text-green-lighten-3[data-v-da87fdc2]{color:#a5d6a7!important}.text-green-lighten-2[data-v-da87fdc2]{color:#81c784!important}.text-green-lighten-1[data-v-da87fdc2]{color:#66bb6a!important}.text-green-darken-1[data-v-da87fdc2]{color:#43a047!important}.text-green-darken-2[data-v-da87fdc2]{color:#388e3c!important}.text-green-darken-3[data-v-da87fdc2]{color:#2e7d32!important}.text-green-darken-4[data-v-da87fdc2]{color:#1b5e20!important}.text-green-accent-1[data-v-da87fdc2]{color:#b9f6ca!important}.text-green-accent-2[data-v-da87fdc2]{color:#69f0ae!important}.text-green-accent-3[data-v-da87fdc2]{color:#00e676!important}.text-green-accent-4[data-v-da87fdc2]{color:#00c853!important}.text-light-green[data-v-da87fdc2]{color:#8bc34a!important}.text-light-green-lighten-5[data-v-da87fdc2]{color:#f1f8e9!important}.text-light-green-lighten-4[data-v-da87fdc2]{color:#dcedc8!important}.text-light-green-lighten-3[data-v-da87fdc2]{color:#c5e1a5!important}.text-light-green-lighten-2[data-v-da87fdc2]{color:#aed581!important}.text-light-green-lighten-1[data-v-da87fdc2]{color:#9ccc65!important}.text-light-green-darken-1[data-v-da87fdc2]{color:#7cb342!important}.text-light-green-darken-2[data-v-da87fdc2]{color:#689f38!important}.text-light-green-darken-3[data-v-da87fdc2]{color:#558b2f!important}.text-light-green-darken-4[data-v-da87fdc2]{color:#33691e!important}.text-light-green-accent-1[data-v-da87fdc2]{color:#ccff90!important}.text-light-green-accent-2[data-v-da87fdc2]{color:#b2ff59!important}.text-light-green-accent-3[data-v-da87fdc2]{color:#76ff03!important}.text-light-green-accent-4[data-v-da87fdc2]{color:#64dd17!important}.text-lime[data-v-da87fdc2]{color:#cddc39!important}.text-lime-lighten-5[data-v-da87fdc2]{color:#f9fbe7!important}.text-lime-lighten-4[data-v-da87fdc2]{color:#f0f4c3!important}.text-lime-lighten-3[data-v-da87fdc2]{color:#e6ee9c!important}.text-lime-lighten-2[data-v-da87fdc2]{color:#dce775!important}.text-lime-lighten-1[data-v-da87fdc2]{color:#d4e157!important}.text-lime-darken-1[data-v-da87fdc2]{color:#c0ca33!important}.text-lime-darken-2[data-v-da87fdc2]{color:#afb42b!important}.text-lime-darken-3[data-v-da87fdc2]{color:#9e9d24!important}.text-lime-darken-4[data-v-da87fdc2]{color:#827717!important}.text-lime-accent-1[data-v-da87fdc2]{color:#f4ff81!important}.text-lime-accent-2[data-v-da87fdc2]{color:#eeff41!important}.text-lime-accent-3[data-v-da87fdc2]{color:#c6ff00!important}.text-lime-accent-4[data-v-da87fdc2]{color:#aeea00!important}.text-yellow[data-v-da87fdc2]{color:#ffeb3b!important}.text-yellow-lighten-5[data-v-da87fdc2]{color:#fffde7!important}.text-yellow-lighten-4[data-v-da87fdc2]{color:#fff9c4!important}.text-yellow-lighten-3[data-v-da87fdc2]{color:#fff59d!important}.text-yellow-lighten-2[data-v-da87fdc2]{color:#fff176!important}.text-yellow-lighten-1[data-v-da87fdc2]{color:#ffee58!important}.text-yellow-darken-1[data-v-da87fdc2]{color:#fdd835!important}.text-yellow-darken-2[data-v-da87fdc2]{color:#fbc02d!important}.text-yellow-darken-3[data-v-da87fdc2]{color:#f9a825!important}.text-yellow-darken-4[data-v-da87fdc2]{color:#f57f17!important}.text-yellow-accent-1[data-v-da87fdc2]{color:#ffff8d!important}.text-yellow-accent-2[data-v-da87fdc2]{color:#ff0!important}.text-yellow-accent-4[data-v-da87fdc2]{color:#ffd600!important}.text-amber[data-v-da87fdc2]{color:#ffc107!important}.text-amber-lighten-5[data-v-da87fdc2]{color:#fff8e1!important}.text-amber-lighten-4[data-v-da87fdc2]{color:#ffecb3!important}.text-amber-lighten-3[data-v-da87fdc2]{color:#ffe082!important}.text-amber-lighten-2[data-v-da87fdc2]{color:#ffd54f!important}.text-amber-lighten-1[data-v-da87fdc2]{color:#ffca28!important}.text-amber-darken-1[data-v-da87fdc2]{color:#ffb300!important}.text-amber-darken-2[data-v-da87fdc2]{color:#ffa000!important}.text-amber-darken-3[data-v-da87fdc2]{color:#ff8f00!important}.text-amber-darken-4[data-v-da87fdc2]{color:#ff6f00!important}.text-amber-accent-1[data-v-da87fdc2]{color:#ffe57f!important}.text-amber-accent-2[data-v-da87fdc2]{color:#ffd740!important}.text-amber-accent-3[data-v-da87fdc2]{color:#ffc400!important}.text-amber-accent-4[data-v-da87fdc2]{color:#ffab00!important}.text-orange[data-v-da87fdc2]{color:#ff9800!important}.text-orange-lighten-5[data-v-da87fdc2]{color:#fff3e0!important}.text-orange-lighten-4[data-v-da87fdc2]{color:#ffe0b2!important}.text-orange-lighten-3[data-v-da87fdc2]{color:#ffcc80!important}.text-orange-lighten-2[data-v-da87fdc2]{color:#ffb74d!important}.text-orange-lighten-1[data-v-da87fdc2]{color:#ffa726!important}.text-orange-darken-1[data-v-da87fdc2]{color:#fb8c00!important}.text-orange-darken-2[data-v-da87fdc2]{color:#f57c00!important}.text-orange-darken-3[data-v-da87fdc2]{color:#ef6c00!important}.text-orange-darken-4[data-v-da87fdc2]{color:#e65100!important}.text-orange-accent-1[data-v-da87fdc2]{color:#ffd180!important}.text-orange-accent-2[data-v-da87fdc2]{color:#ffab40!important}.text-orange-accent-3[data-v-da87fdc2]{color:#ff9100!important}.text-orange-accent-4[data-v-da87fdc2]{color:#ff6d00!important}.text-deep-orange[data-v-da87fdc2]{color:#ff5722!important}.text-deep-orange-lighten-5[data-v-da87fdc2]{color:#fbe9e7!important}.text-deep-orange-lighten-4[data-v-da87fdc2]{color:#ffccbc!important}.text-deep-orange-lighten-3[data-v-da87fdc2]{color:#ffab91!important}.text-deep-orange-lighten-2[data-v-da87fdc2]{color:#ff8a65!important}.text-deep-orange-lighten-1[data-v-da87fdc2]{color:#ff7043!important}.text-deep-orange-darken-1[data-v-da87fdc2]{color:#f4511e!important}.text-deep-orange-darken-2[data-v-da87fdc2]{color:#e64a19!important}.text-deep-orange-darken-3[data-v-da87fdc2]{color:#d84315!important}.text-deep-orange-darken-4[data-v-da87fdc2]{color:#bf360c!important}.text-deep-orange-accent-1[data-v-da87fdc2]{color:#ff9e80!important}.text-deep-orange-accent-2[data-v-da87fdc2]{color:#ff6e40!important}.text-deep-orange-accent-3[data-v-da87fdc2]{color:#ff3d00!important}.text-deep-orange-accent-4[data-v-da87fdc2]{color:#dd2c00!important}.text-brown[data-v-da87fdc2]{color:#795548!important}.text-brown-lighten-5[data-v-da87fdc2]{color:#efebe9!important}.text-brown-lighten-4[data-v-da87fdc2]{color:#d7ccc8!important}.text-brown-lighten-3[data-v-da87fdc2]{color:#bcaaa4!important}.text-brown-lighten-2[data-v-da87fdc2]{color:#a1887f!important}.text-brown-lighten-1[data-v-da87fdc2]{color:#8d6e63!important}.text-brown-darken-1[data-v-da87fdc2]{color:#6d4c41!important}.text-brown-darken-2[data-v-da87fdc2]{color:#5d4037!important}.text-brown-darken-3[data-v-da87fdc2]{color:#4e342e!important}.text-brown-darken-4[data-v-da87fdc2]{color:#3e2723!important}.text-blue-grey[data-v-da87fdc2]{color:#607d8b!important}.text-blue-grey-lighten-5[data-v-da87fdc2]{color:#eceff1!important}.text-blue-grey-lighten-4[data-v-da87fdc2]{color:#cfd8dc!important}.text-blue-grey-lighten-3[data-v-da87fdc2]{color:#b0bec5!important}.text-blue-grey-lighten-2[data-v-da87fdc2]{color:#90a4ae!important}.text-blue-grey-lighten-1[data-v-da87fdc2]{color:#78909c!important}.text-blue-grey-darken-1[data-v-da87fdc2]{color:#546e7a!important}.text-blue-grey-darken-2[data-v-da87fdc2]{color:#455a64!important}.text-blue-grey-darken-3[data-v-da87fdc2]{color:#37474f!important}.text-blue-grey-darken-4[data-v-da87fdc2]{color:#263238!important}.text-grey[data-v-da87fdc2]{color:#9e9e9e!important}.text-grey-lighten-5[data-v-da87fdc2]{color:#fafafa!important}.text-grey-lighten-4[data-v-da87fdc2]{color:#f5f5f5!important}.text-grey-lighten-3[data-v-da87fdc2]{color:#eee!important}.text-grey-lighten-2[data-v-da87fdc2]{color:#e0e0e0!important}.text-grey-lighten-1[data-v-da87fdc2]{color:#bdbdbd!important}.text-grey-darken-1[data-v-da87fdc2]{color:#757575!important}.text-grey-darken-2[data-v-da87fdc2]{color:#616161!important}.text-grey-darken-3[data-v-da87fdc2]{color:#424242!important}.text-grey-darken-4[data-v-da87fdc2]{color:#212121!important}.text-shades-black[data-v-da87fdc2]{color:#000!important}.text-shades-white[data-v-da87fdc2]{color:#fff!important}.text-shades-transparent[data-v-da87fdc2]{color:transparent!important}html[data-v-da87fdc2]{box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%;word-break:normal;-moz-tab-size:4;tab-size:4;font-family:Roboto,sans-serif;line-height:1.5;font-size:1rem;overflow-x:hidden;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:rgba(0,0,0,0)}*[data-v-da87fdc2],[data-v-da87fdc2]:before,[data-v-da87fdc2]:after{background-repeat:no-repeat;box-sizing:inherit}[data-v-da87fdc2]:before,[data-v-da87fdc2]:after{text-decoration:inherit;vertical-align:inherit}*[data-v-da87fdc2]{padding:0;margin:0}hr[data-v-da87fdc2]{overflow:visible;height:0}details[data-v-da87fdc2],main[data-v-da87fdc2]{display:block}summary[data-v-da87fdc2]{display:list-item}small[data-v-da87fdc2]{font-size:80%}[hidden][data-v-da87fdc2]{display:none}abbr[title][data-v-da87fdc2]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}a[data-v-da87fdc2]{background-color:transparent}a[data-v-da87fdc2]:active,a[data-v-da87fdc2]:hover{outline-width:0}code[data-v-da87fdc2],kbd[data-v-da87fdc2],pre[data-v-da87fdc2],samp[data-v-da87fdc2]{font-family:monospace,monospace}pre[data-v-da87fdc2]{font-size:1em}b[data-v-da87fdc2],strong[data-v-da87fdc2]{font-weight:bolder}sub[data-v-da87fdc2],sup[data-v-da87fdc2]{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub[data-v-da87fdc2]{bottom:-.25em}sup[data-v-da87fdc2]{top:-.5em}input[data-v-da87fdc2]{border-radius:0}[disabled][data-v-da87fdc2]{cursor:default}[type=number][data-v-da87fdc2]::-webkit-inner-spin-button,[type=number][data-v-da87fdc2]::-webkit-outer-spin-button{height:auto}[type=search][data-v-da87fdc2]{-webkit-appearance:textfield;outline-offset:-2px}[type=search][data-v-da87fdc2]::-webkit-search-cancel-button,[type=search][data-v-da87fdc2]::-webkit-search-decoration{-webkit-appearance:none}textarea[data-v-da87fdc2]{overflow:auto;resize:vertical}button[data-v-da87fdc2],input[data-v-da87fdc2],optgroup[data-v-da87fdc2],select[data-v-da87fdc2],textarea[data-v-da87fdc2]{font:inherit}optgroup[data-v-da87fdc2]{font-weight:700}button[data-v-da87fdc2]{overflow:visible}button[data-v-da87fdc2],select[data-v-da87fdc2]{text-transform:none}button[data-v-da87fdc2],[type=button][data-v-da87fdc2],[type=reset][data-v-da87fdc2],[type=submit][data-v-da87fdc2],[role=button][data-v-da87fdc2]{cursor:pointer;color:inherit}button[data-v-da87fdc2]::-moz-focus-inner,[type=button][data-v-da87fdc2]::-moz-focus-inner,[type=reset][data-v-da87fdc2]::-moz-focus-inner,[type=submit][data-v-da87fdc2]::-moz-focus-inner{border-style:none;padding:0}button[data-v-da87fdc2]:-moz-focusring,[type=button][data-v-da87fdc2]::-moz-focus-inner,[type=reset][data-v-da87fdc2]::-moz-focus-inner,[type=submit][data-v-da87fdc2]::-moz-focus-inner{outline:1px dotted ButtonText}button[data-v-da87fdc2],html [type=button][data-v-da87fdc2],[type=reset][data-v-da87fdc2],[type=submit][data-v-da87fdc2]{-webkit-appearance:button}button[data-v-da87fdc2],input[data-v-da87fdc2],select[data-v-da87fdc2],textarea[data-v-da87fdc2]{background-color:transparent;border-style:none}select[data-v-da87fdc2]{-moz-appearance:none;-webkit-appearance:none}select[data-v-da87fdc2]::-ms-expand{display:none}select[data-v-da87fdc2]::-ms-value{color:currentColor}legend[data-v-da87fdc2]{border:0;color:inherit;display:table;max-width:100%;white-space:normal}[data-v-da87fdc2]::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}[data-v-da87fdc2]::-ms-clear,[data-v-da87fdc2]::-ms-reveal{display:none}img[data-v-da87fdc2]{border-style:none}progress[data-v-da87fdc2]{vertical-align:baseline}@media screen{[hidden~=screen][data-v-da87fdc2]{display:inherit}[hidden~=screen][data-v-da87fdc2]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true][data-v-da87fdc2]{cursor:progress}[aria-controls][data-v-da87fdc2]{cursor:pointer}[aria-disabled=true][data-v-da87fdc2]{cursor:default}.dialog-transition-enter-active[data-v-da87fdc2],.dialog-bottom-transition-enter-active[data-v-da87fdc2],.dialog-top-transition-enter-active[data-v-da87fdc2]{transition-duration:225ms!important;transition-timing-function:cubic-bezier(0,0,.2,1)!important}.dialog-transition-leave-active[data-v-da87fdc2],.dialog-bottom-transition-leave-active[data-v-da87fdc2],.dialog-top-transition-leave-active[data-v-da87fdc2]{transition-duration:125ms!important;transition-timing-function:cubic-bezier(.4,0,1,1)!important}.dialog-transition-enter-active[data-v-da87fdc2],.dialog-transition-leave-active[data-v-da87fdc2],.dialog-bottom-transition-enter-active[data-v-da87fdc2],.dialog-bottom-transition-leave-active[data-v-da87fdc2],.dialog-top-transition-enter-active[data-v-da87fdc2],.dialog-top-transition-leave-active[data-v-da87fdc2]{transition-property:transform,opacity!important;pointer-events:none}.dialog-transition-enter-from[data-v-da87fdc2],.dialog-transition-leave-to[data-v-da87fdc2]{transform:scale(.9);opacity:0}.dialog-transition-enter-to[data-v-da87fdc2],.dialog-transition-leave-from[data-v-da87fdc2]{opacity:1}.dialog-bottom-transition-enter-from[data-v-da87fdc2],.dialog-bottom-transition-leave-to[data-v-da87fdc2]{transform:translateY(calc(50vh + 50%))}.dialog-top-transition-enter-from[data-v-da87fdc2],.dialog-top-transition-leave-to[data-v-da87fdc2]{transform:translateY(calc(-50vh - 50%))}.picker-transition-enter-active[data-v-da87fdc2],.picker-reverse-transition-enter-active[data-v-da87fdc2],.picker-transition-leave-active[data-v-da87fdc2],.picker-reverse-transition-leave-active[data-v-da87fdc2]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-move[data-v-da87fdc2],.picker-reverse-transition-move[data-v-da87fdc2]{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-enter-from[data-v-da87fdc2],.picker-transition-leave-to[data-v-da87fdc2],.picker-reverse-transition-enter-from[data-v-da87fdc2],.picker-reverse-transition-leave-to[data-v-da87fdc2]{opacity:0}.picker-transition-leave-from[data-v-da87fdc2],.picker-transition-leave-active[data-v-da87fdc2],.picker-transition-leave-to[data-v-da87fdc2],.picker-reverse-transition-leave-from[data-v-da87fdc2],.picker-reverse-transition-leave-active[data-v-da87fdc2],.picker-reverse-transition-leave-to[data-v-da87fdc2]{position:absolute!important}.picker-transition-enter-active[data-v-da87fdc2],.picker-transition-leave-active[data-v-da87fdc2],.picker-reverse-transition-enter-active[data-v-da87fdc2],.picker-reverse-transition-leave-active[data-v-da87fdc2]{transition-property:transform,opacity!important}.picker-transition-enter-active[data-v-da87fdc2],.picker-transition-leave-active[data-v-da87fdc2]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-move[data-v-da87fdc2]{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-enter-from[data-v-da87fdc2]{transform:translateY(100%)}.picker-transition-leave-to[data-v-da87fdc2]{transform:translateY(-100%)}.picker-reverse-transition-enter-active[data-v-da87fdc2],.picker-reverse-transition-leave-active[data-v-da87fdc2]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-reverse-transition-move[data-v-da87fdc2]{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-reverse-transition-enter-from[data-v-da87fdc2]{transform:translateY(-100%)}.picker-reverse-transition-leave-to[data-v-da87fdc2]{transform:translateY(100%)}.expand-transition-enter-active[data-v-da87fdc2],.expand-transition-leave-active[data-v-da87fdc2]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-transition-move[data-v-da87fdc2]{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-transition-enter-active[data-v-da87fdc2],.expand-transition-leave-active[data-v-da87fdc2]{transition-property:height!important}.expand-x-transition-enter-active[data-v-da87fdc2],.expand-x-transition-leave-active[data-v-da87fdc2]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-x-transition-move[data-v-da87fdc2]{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-x-transition-enter-active[data-v-da87fdc2],.expand-x-transition-leave-active[data-v-da87fdc2]{transition-property:width!important}.scale-transition-enter-active[data-v-da87fdc2]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-transition-leave-active[data-v-da87fdc2]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.1s!important}.scale-transition-move[data-v-da87fdc2]{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-transition-leave-to[data-v-da87fdc2]{opacity:0}.scale-transition-enter-from[data-v-da87fdc2]{opacity:0;transform:scale(0)}.scale-transition-enter-active[data-v-da87fdc2],.scale-transition-leave-active[data-v-da87fdc2]{transition-property:transform,opacity!important}.scale-rotate-transition-enter-active[data-v-da87fdc2]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-transition-leave-active[data-v-da87fdc2]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.1s!important}.scale-rotate-transition-move[data-v-da87fdc2]{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-transition-leave-to[data-v-da87fdc2]{opacity:0}.scale-rotate-transition-enter-from[data-v-da87fdc2]{opacity:0;transform:scale(0) rotate(-45deg)}.scale-rotate-transition-enter-active[data-v-da87fdc2],.scale-rotate-transition-leave-active[data-v-da87fdc2]{transition-property:transform,opacity!important}.scale-rotate-reverse-transition-enter-active[data-v-da87fdc2]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-reverse-transition-leave-active[data-v-da87fdc2]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.1s!important}.scale-rotate-reverse-transition-move[data-v-da87fdc2]{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-reverse-transition-leave-to[data-v-da87fdc2]{opacity:0}.scale-rotate-reverse-transition-enter-from[data-v-da87fdc2]{opacity:0;transform:scale(0) rotate(45deg)}.scale-rotate-reverse-transition-enter-active[data-v-da87fdc2],.scale-rotate-reverse-transition-leave-active[data-v-da87fdc2]{transition-property:transform,opacity!important}.message-transition-enter-active[data-v-da87fdc2],.message-transition-leave-active[data-v-da87fdc2]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.message-transition-move[data-v-da87fdc2]{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.message-transition-enter-from[data-v-da87fdc2],.message-transition-leave-to[data-v-da87fdc2]{opacity:0;transform:translateY(-15px)}.message-transition-leave-from[data-v-da87fdc2],.message-transition-leave-active[data-v-da87fdc2]{position:absolute}.message-transition-enter-active[data-v-da87fdc2],.message-transition-leave-active[data-v-da87fdc2]{transition-property:transform,opacity!important}.slide-y-transition-enter-active[data-v-da87fdc2],.slide-y-transition-leave-active[data-v-da87fdc2]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-transition-move[data-v-da87fdc2]{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-transition-enter-from[data-v-da87fdc2],.slide-y-transition-leave-to[data-v-da87fdc2]{opacity:0;transform:translateY(-15px)}.slide-y-transition-enter-active[data-v-da87fdc2],.slide-y-transition-leave-active[data-v-da87fdc2]{transition-property:transform,opacity!important}.slide-y-reverse-transition-enter-active[data-v-da87fdc2],.slide-y-reverse-transition-leave-active[data-v-da87fdc2]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-reverse-transition-move[data-v-da87fdc2]{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-reverse-transition-enter-from[data-v-da87fdc2],.slide-y-reverse-transition-leave-to[data-v-da87fdc2]{opacity:0;transform:translateY(15px)}.slide-y-reverse-transition-enter-active[data-v-da87fdc2],.slide-y-reverse-transition-leave-active[data-v-da87fdc2]{transition-property:transform,opacity!important}.scroll-y-transition-enter-active[data-v-da87fdc2]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-transition-move[data-v-da87fdc2]{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-transition-enter-from[data-v-da87fdc2],.scroll-y-transition-leave-to[data-v-da87fdc2]{opacity:0}.scroll-y-transition-enter-from[data-v-da87fdc2]{transform:translateY(-15px)}.scroll-y-transition-leave-to[data-v-da87fdc2]{transform:translateY(15px)}.scroll-y-transition-enter-active[data-v-da87fdc2],.scroll-y-transition-leave-active[data-v-da87fdc2]{transition-property:transform,opacity!important}.scroll-y-reverse-transition-enter-active[data-v-da87fdc2],.scroll-y-reverse-transition-leave-active[data-v-da87fdc2]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-reverse-transition-move[data-v-da87fdc2]{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-reverse-transition-enter-from[data-v-da87fdc2],.scroll-y-reverse-transition-leave-to[data-v-da87fdc2]{opacity:0}.scroll-y-reverse-transition-enter-from[data-v-da87fdc2]{transform:translateY(15px)}.scroll-y-reverse-transition-leave-to[data-v-da87fdc2]{transform:translateY(-15px)}.scroll-y-reverse-transition-enter-active[data-v-da87fdc2],.scroll-y-reverse-transition-leave-active[data-v-da87fdc2]{transition-property:transform,opacity!important}.scroll-x-transition-enter-active[data-v-da87fdc2],.scroll-x-transition-leave-active[data-v-da87fdc2]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-transition-move[data-v-da87fdc2]{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-transition-enter-from[data-v-da87fdc2],.scroll-x-transition-leave-to[data-v-da87fdc2]{opacity:0}.scroll-x-transition-enter-from[data-v-da87fdc2]{transform:translate(-15px)}.scroll-x-transition-leave-to[data-v-da87fdc2]{transform:translate(15px)}.scroll-x-transition-enter-active[data-v-da87fdc2],.scroll-x-transition-leave-active[data-v-da87fdc2]{transition-property:transform,opacity!important}.scroll-x-reverse-transition-enter-active[data-v-da87fdc2],.scroll-x-reverse-transition-leave-active[data-v-da87fdc2]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-reverse-transition-move[data-v-da87fdc2]{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-reverse-transition-enter-from[data-v-da87fdc2],.scroll-x-reverse-transition-leave-to[data-v-da87fdc2]{opacity:0}.scroll-x-reverse-transition-enter-from[data-v-da87fdc2]{transform:translate(15px)}.scroll-x-reverse-transition-leave-to[data-v-da87fdc2]{transform:translate(-15px)}.scroll-x-reverse-transition-enter-active[data-v-da87fdc2],.scroll-x-reverse-transition-leave-active[data-v-da87fdc2]{transition-property:transform,opacity!important}.slide-x-transition-enter-active[data-v-da87fdc2],.slide-x-transition-leave-active[data-v-da87fdc2]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-transition-move[data-v-da87fdc2]{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-transition-enter-from[data-v-da87fdc2],.slide-x-transition-leave-to[data-v-da87fdc2]{opacity:0;transform:translate(-15px)}.slide-x-transition-enter-active[data-v-da87fdc2],.slide-x-transition-leave-active[data-v-da87fdc2]{transition-property:transform,opacity!important}.slide-x-reverse-transition-enter-active[data-v-da87fdc2],.slide-x-reverse-transition-leave-active[data-v-da87fdc2]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-reverse-transition-move[data-v-da87fdc2]{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-reverse-transition-enter-from[data-v-da87fdc2],.slide-x-reverse-transition-leave-to[data-v-da87fdc2]{opacity:0;transform:translate(15px)}.slide-x-reverse-transition-enter-active[data-v-da87fdc2],.slide-x-reverse-transition-leave-active[data-v-da87fdc2]{transition-property:transform,opacity!important}.fade-transition-enter-active[data-v-da87fdc2],.fade-transition-leave-active[data-v-da87fdc2]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fade-transition-move[data-v-da87fdc2]{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fade-transition-enter-from[data-v-da87fdc2],.fade-transition-leave-to[data-v-da87fdc2]{opacity:0!important}.fade-transition-enter-active[data-v-da87fdc2],.fade-transition-leave-active[data-v-da87fdc2]{transition-property:opacity!important}.fab-transition-enter-active[data-v-da87fdc2],.fab-transition-leave-active[data-v-da87fdc2]{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fab-transition-move[data-v-da87fdc2]{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fab-transition-enter-from[data-v-da87fdc2],.fab-transition-leave-to[data-v-da87fdc2]{transform:scale(0) rotate(-45deg)}.fab-transition-enter-active[data-v-da87fdc2],.fab-transition-leave-active[data-v-da87fdc2]{transition-property:transform!important}.v-locale--is-rtl[data-v-da87fdc2]{direction:rtl}.v-locale--is-ltr[data-v-da87fdc2]{direction:ltr}.blockquote[data-v-da87fdc2]{padding:16px 0 16px 24px;font-size:18px;font-weight:300}html.overflow-y-hidden[data-v-da87fdc2]{overflow-y:hidden!important}[data-v-da87fdc2]:root{--v-theme-overlay-multiplier: 1;--v-scrollbar-offset: 0px}@supports (-webkit-touch-callout: none){body[data-v-da87fdc2]{cursor:pointer}}@media only print{.hidden-print-only[data-v-da87fdc2]{display:none!important}}@media only screen{.hidden-screen-only[data-v-da87fdc2]{display:none!important}}@media (max-width: 599.98px){.hidden-xs[data-v-da87fdc2]{display:none!important}}@media (min-width: 600px) and (max-width: 959.98px){.hidden-sm[data-v-da87fdc2]{display:none!important}}@media (min-width: 960px) and (max-width: 1279.98px){.hidden-md[data-v-da87fdc2]{display:none!important}}@media (min-width: 1280px) and (max-width: 1919.98px){.hidden-lg[data-v-da87fdc2]{display:none!important}}@media (min-width: 1920px) and (max-width: 2559.98px){.hidden-xl[data-v-da87fdc2]{display:none!important}}@media (min-width: 2560px){.hidden-xxl[data-v-da87fdc2]{display:none!important}}@media (min-width: 600px){.hidden-sm-and-up[data-v-da87fdc2]{display:none!important}}@media (min-width: 960px){.hidden-md-and-up[data-v-da87fdc2]{display:none!important}}@media (min-width: 1280px){.hidden-lg-and-up[data-v-da87fdc2]{display:none!important}}@media (min-width: 1920px){.hidden-xl-and-up[data-v-da87fdc2]{display:none!important}}@media (max-width: 959.98px){.hidden-sm-and-down[data-v-da87fdc2]{display:none!important}}@media (max-width: 1279.98px){.hidden-md-and-down[data-v-da87fdc2]{display:none!important}}@media (max-width: 1919.98px){.hidden-lg-and-down[data-v-da87fdc2]{display:none!important}}@media (max-width: 2559.98px){.hidden-xl-and-down[data-v-da87fdc2]{display:none!important}}.elevation-24[data-v-da87fdc2]{box-shadow:0 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 9px 46px 8px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-23[data-v-da87fdc2]{box-shadow:0 11px 14px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 23px 36px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 9px 44px 8px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-22[data-v-da87fdc2]{box-shadow:0 10px 14px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 22px 35px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 8px 42px 7px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-21[data-v-da87fdc2]{box-shadow:0 10px 13px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 21px 33px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 8px 40px 7px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-20[data-v-da87fdc2]{box-shadow:0 10px 13px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 20px 31px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 8px 38px 7px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-19[data-v-da87fdc2]{box-shadow:0 9px 12px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 19px 29px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 7px 36px 6px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-18[data-v-da87fdc2]{box-shadow:0 9px 11px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 18px 28px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 7px 34px 6px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-17[data-v-da87fdc2]{box-shadow:0 8px 11px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 17px 26px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 6px 32px 5px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-16[data-v-da87fdc2]{box-shadow:0 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 6px 30px 5px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-15[data-v-da87fdc2]{box-shadow:0 8px 9px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 15px 22px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 6px 28px 5px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-14[data-v-da87fdc2]{box-shadow:0 7px 9px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 14px 21px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 5px 26px 4px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-13[data-v-da87fdc2]{box-shadow:0 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 13px 19px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 5px 24px 4px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-12[data-v-da87fdc2]{box-shadow:0 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 5px 22px 4px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-11[data-v-da87fdc2]{box-shadow:0 6px 7px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 11px 15px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 4px 20px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-10[data-v-da87fdc2]{box-shadow:0 6px 6px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 10px 14px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 4px 18px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-9[data-v-da87fdc2]{box-shadow:0 5px 6px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 9px 12px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 3px 16px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-8[data-v-da87fdc2]{box-shadow:0 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 3px 14px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-7[data-v-da87fdc2]{box-shadow:0 4px 5px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 7px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 2px 16px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-6[data-v-da87fdc2]{box-shadow:0 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 6px 10px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 18px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-5[data-v-da87fdc2]{box-shadow:0 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 5px 8px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 14px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-4[data-v-da87fdc2]{box-shadow:0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 10px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-3[data-v-da87fdc2]{box-shadow:0 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 3px 4px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 8px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-2[data-v-da87fdc2]{box-shadow:0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-1[data-v-da87fdc2]{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.elevation-0[data-v-da87fdc2]{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .12))!important}.d-sr-only[data-v-da87fdc2],.d-sr-only-focusable[data-v-da87fdc2]:not(:focus){border:0!important;clip:rect(0,0,0,0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.overflow-auto[data-v-da87fdc2]{overflow:auto!important}.overflow-hidden[data-v-da87fdc2]{overflow:hidden!important}.overflow-visible[data-v-da87fdc2]{overflow:visible!important}.overflow-x-auto[data-v-da87fdc2]{overflow-x:auto!important}.overflow-x-hidden[data-v-da87fdc2]{overflow-x:hidden!important}.overflow-y-auto[data-v-da87fdc2]{overflow-y:auto!important}.overflow-y-hidden[data-v-da87fdc2]{overflow-y:hidden!important}.d-none[data-v-da87fdc2]{display:none!important}.d-inline[data-v-da87fdc2]{display:inline!important}.d-inline-block[data-v-da87fdc2]{display:inline-block!important}.d-block[data-v-da87fdc2]{display:block!important}.d-table[data-v-da87fdc2]{display:table!important}.d-table-row[data-v-da87fdc2]{display:table-row!important}.d-table-cell[data-v-da87fdc2]{display:table-cell!important}.d-flex[data-v-da87fdc2]{display:flex!important}.d-inline-flex[data-v-da87fdc2]{display:inline-flex!important}.float-none[data-v-da87fdc2]{float:none!important}.float-left[data-v-da87fdc2]{float:left!important}.float-right[data-v-da87fdc2]{float:right!important}.v-locale--is-rtl .float-end[data-v-da87fdc2]{float:left!important}.v-locale--is-rtl .float-start[data-v-da87fdc2],.v-locale--is-ltr .float-end[data-v-da87fdc2]{float:right!important}.v-locale--is-ltr .float-start[data-v-da87fdc2]{float:left!important}.flex-fill[data-v-da87fdc2],.flex-1-1[data-v-da87fdc2]{flex:1 1 auto!important}.flex-1-0[data-v-da87fdc2]{flex:1 0 auto!important}.flex-0-1[data-v-da87fdc2]{flex:0 1 auto!important}.flex-0-0[data-v-da87fdc2]{flex:0 0 auto!important}.flex-1-1-100[data-v-da87fdc2]{flex:1 1 100%!important}.flex-1-0-100[data-v-da87fdc2]{flex:1 0 100%!important}.flex-0-1-100[data-v-da87fdc2]{flex:0 1 100%!important}.flex-0-0-100[data-v-da87fdc2]{flex:0 0 100%!important}.flex-row[data-v-da87fdc2]{flex-direction:row!important}.flex-column[data-v-da87fdc2]{flex-direction:column!important}.flex-row-reverse[data-v-da87fdc2]{flex-direction:row-reverse!important}.flex-column-reverse[data-v-da87fdc2]{flex-direction:column-reverse!important}.flex-grow-0[data-v-da87fdc2]{flex-grow:0!important}.flex-grow-1[data-v-da87fdc2]{flex-grow:1!important}.flex-shrink-0[data-v-da87fdc2]{flex-shrink:0!important}.flex-shrink-1[data-v-da87fdc2]{flex-shrink:1!important}.flex-wrap[data-v-da87fdc2]{flex-wrap:wrap!important}.flex-nowrap[data-v-da87fdc2]{flex-wrap:nowrap!important}.flex-wrap-reverse[data-v-da87fdc2]{flex-wrap:wrap-reverse!important}.justify-start[data-v-da87fdc2]{justify-content:flex-start!important}.justify-end[data-v-da87fdc2]{justify-content:flex-end!important}.justify-center[data-v-da87fdc2]{justify-content:center!important}.justify-space-between[data-v-da87fdc2]{justify-content:space-between!important}.justify-space-around[data-v-da87fdc2]{justify-content:space-around!important}.justify-space-evenly[data-v-da87fdc2]{justify-content:space-evenly!important}.align-start[data-v-da87fdc2]{align-items:flex-start!important}.align-end[data-v-da87fdc2]{align-items:flex-end!important}.align-center[data-v-da87fdc2]{align-items:center!important}.align-baseline[data-v-da87fdc2]{align-items:baseline!important}.align-stretch[data-v-da87fdc2]{align-items:stretch!important}.align-content-start[data-v-da87fdc2]{align-content:flex-start!important}.align-content-end[data-v-da87fdc2]{align-content:flex-end!important}.align-content-center[data-v-da87fdc2]{align-content:center!important}.align-content-space-between[data-v-da87fdc2]{align-content:space-between!important}.align-content-space-around[data-v-da87fdc2]{align-content:space-around!important}.align-content-space-evenly[data-v-da87fdc2]{align-content:space-evenly!important}.align-content-stretch[data-v-da87fdc2]{align-content:stretch!important}.align-self-auto[data-v-da87fdc2]{align-self:auto!important}.align-self-start[data-v-da87fdc2]{align-self:flex-start!important}.align-self-end[data-v-da87fdc2]{align-self:flex-end!important}.align-self-center[data-v-da87fdc2]{align-self:center!important}.align-self-baseline[data-v-da87fdc2]{align-self:baseline!important}.align-self-stretch[data-v-da87fdc2]{align-self:stretch!important}.order-first[data-v-da87fdc2]{order:-1!important}.order-0[data-v-da87fdc2]{order:0!important}.order-1[data-v-da87fdc2]{order:1!important}.order-2[data-v-da87fdc2]{order:2!important}.order-3[data-v-da87fdc2]{order:3!important}.order-4[data-v-da87fdc2]{order:4!important}.order-5[data-v-da87fdc2]{order:5!important}.order-6[data-v-da87fdc2]{order:6!important}.order-7[data-v-da87fdc2]{order:7!important}.order-8[data-v-da87fdc2]{order:8!important}.order-9[data-v-da87fdc2]{order:9!important}.order-10[data-v-da87fdc2]{order:10!important}.order-11[data-v-da87fdc2]{order:11!important}.order-12[data-v-da87fdc2]{order:12!important}.order-last[data-v-da87fdc2]{order:13!important}.ma-0[data-v-da87fdc2]{margin:0!important}.ma-1[data-v-da87fdc2]{margin:4px!important}.ma-2[data-v-da87fdc2]{margin:8px!important}.ma-3[data-v-da87fdc2]{margin:12px!important}.ma-4[data-v-da87fdc2]{margin:16px!important}.ma-5[data-v-da87fdc2]{margin:20px!important}.ma-6[data-v-da87fdc2]{margin:24px!important}.ma-7[data-v-da87fdc2]{margin:28px!important}.ma-8[data-v-da87fdc2]{margin:32px!important}.ma-9[data-v-da87fdc2]{margin:36px!important}.ma-10[data-v-da87fdc2]{margin:40px!important}.ma-11[data-v-da87fdc2]{margin:44px!important}.ma-12[data-v-da87fdc2]{margin:48px!important}.ma-13[data-v-da87fdc2]{margin:52px!important}.ma-14[data-v-da87fdc2]{margin:56px!important}.ma-15[data-v-da87fdc2]{margin:60px!important}.ma-16[data-v-da87fdc2]{margin:64px!important}.ma-auto[data-v-da87fdc2]{margin:auto!important}.mx-0[data-v-da87fdc2]{margin-right:0!important;margin-left:0!important}.mx-1[data-v-da87fdc2]{margin-right:4px!important;margin-left:4px!important}.mx-2[data-v-da87fdc2]{margin-right:8px!important;margin-left:8px!important}.mx-3[data-v-da87fdc2]{margin-right:12px!important;margin-left:12px!important}.mx-4[data-v-da87fdc2]{margin-right:16px!important;margin-left:16px!important}.mx-5[data-v-da87fdc2]{margin-right:20px!important;margin-left:20px!important}.mx-6[data-v-da87fdc2]{margin-right:24px!important;margin-left:24px!important}.mx-7[data-v-da87fdc2]{margin-right:28px!important;margin-left:28px!important}.mx-8[data-v-da87fdc2]{margin-right:32px!important;margin-left:32px!important}.mx-9[data-v-da87fdc2]{margin-right:36px!important;margin-left:36px!important}.mx-10[data-v-da87fdc2]{margin-right:40px!important;margin-left:40px!important}.mx-11[data-v-da87fdc2]{margin-right:44px!important;margin-left:44px!important}.mx-12[data-v-da87fdc2]{margin-right:48px!important;margin-left:48px!important}.mx-13[data-v-da87fdc2]{margin-right:52px!important;margin-left:52px!important}.mx-14[data-v-da87fdc2]{margin-right:56px!important;margin-left:56px!important}.mx-15[data-v-da87fdc2]{margin-right:60px!important;margin-left:60px!important}.mx-16[data-v-da87fdc2]{margin-right:64px!important;margin-left:64px!important}.mx-auto[data-v-da87fdc2]{margin-right:auto!important;margin-left:auto!important}.my-0[data-v-da87fdc2]{margin-top:0!important;margin-bottom:0!important}.my-1[data-v-da87fdc2]{margin-top:4px!important;margin-bottom:4px!important}.my-2[data-v-da87fdc2]{margin-top:8px!important;margin-bottom:8px!important}.my-3[data-v-da87fdc2]{margin-top:12px!important;margin-bottom:12px!important}.my-4[data-v-da87fdc2]{margin-top:16px!important;margin-bottom:16px!important}.my-5[data-v-da87fdc2]{margin-top:20px!important;margin-bottom:20px!important}.my-6[data-v-da87fdc2]{margin-top:24px!important;margin-bottom:24px!important}.my-7[data-v-da87fdc2]{margin-top:28px!important;margin-bottom:28px!important}.my-8[data-v-da87fdc2]{margin-top:32px!important;margin-bottom:32px!important}.my-9[data-v-da87fdc2]{margin-top:36px!important;margin-bottom:36px!important}.my-10[data-v-da87fdc2]{margin-top:40px!important;margin-bottom:40px!important}.my-11[data-v-da87fdc2]{margin-top:44px!important;margin-bottom:44px!important}.my-12[data-v-da87fdc2]{margin-top:48px!important;margin-bottom:48px!important}.my-13[data-v-da87fdc2]{margin-top:52px!important;margin-bottom:52px!important}.my-14[data-v-da87fdc2]{margin-top:56px!important;margin-bottom:56px!important}.my-15[data-v-da87fdc2]{margin-top:60px!important;margin-bottom:60px!important}.my-16[data-v-da87fdc2]{margin-top:64px!important;margin-bottom:64px!important}.my-auto[data-v-da87fdc2]{margin-top:auto!important;margin-bottom:auto!important}.mt-0[data-v-da87fdc2]{margin-top:0!important}.mt-1[data-v-da87fdc2]{margin-top:4px!important}.mt-2[data-v-da87fdc2]{margin-top:8px!important}.mt-3[data-v-da87fdc2]{margin-top:12px!important}.mt-4[data-v-da87fdc2]{margin-top:16px!important}.mt-5[data-v-da87fdc2]{margin-top:20px!important}.mt-6[data-v-da87fdc2]{margin-top:24px!important}.mt-7[data-v-da87fdc2]{margin-top:28px!important}.mt-8[data-v-da87fdc2]{margin-top:32px!important}.mt-9[data-v-da87fdc2]{margin-top:36px!important}.mt-10[data-v-da87fdc2]{margin-top:40px!important}.mt-11[data-v-da87fdc2]{margin-top:44px!important}.mt-12[data-v-da87fdc2]{margin-top:48px!important}.mt-13[data-v-da87fdc2]{margin-top:52px!important}.mt-14[data-v-da87fdc2]{margin-top:56px!important}.mt-15[data-v-da87fdc2]{margin-top:60px!important}.mt-16[data-v-da87fdc2]{margin-top:64px!important}.mt-auto[data-v-da87fdc2]{margin-top:auto!important}.mr-0[data-v-da87fdc2]{margin-right:0!important}.mr-1[data-v-da87fdc2]{margin-right:4px!important}.mr-2[data-v-da87fdc2]{margin-right:8px!important}.mr-3[data-v-da87fdc2]{margin-right:12px!important}.mr-4[data-v-da87fdc2]{margin-right:16px!important}.mr-5[data-v-da87fdc2]{margin-right:20px!important}.mr-6[data-v-da87fdc2]{margin-right:24px!important}.mr-7[data-v-da87fdc2]{margin-right:28px!important}.mr-8[data-v-da87fdc2]{margin-right:32px!important}.mr-9[data-v-da87fdc2]{margin-right:36px!important}.mr-10[data-v-da87fdc2]{margin-right:40px!important}.mr-11[data-v-da87fdc2]{margin-right:44px!important}.mr-12[data-v-da87fdc2]{margin-right:48px!important}.mr-13[data-v-da87fdc2]{margin-right:52px!important}.mr-14[data-v-da87fdc2]{margin-right:56px!important}.mr-15[data-v-da87fdc2]{margin-right:60px!important}.mr-16[data-v-da87fdc2]{margin-right:64px!important}.mr-auto[data-v-da87fdc2]{margin-right:auto!important}.mb-0[data-v-da87fdc2]{margin-bottom:0!important}.mb-1[data-v-da87fdc2]{margin-bottom:4px!important}.mb-2[data-v-da87fdc2]{margin-bottom:8px!important}.mb-3[data-v-da87fdc2]{margin-bottom:12px!important}.mb-4[data-v-da87fdc2]{margin-bottom:16px!important}.mb-5[data-v-da87fdc2]{margin-bottom:20px!important}.mb-6[data-v-da87fdc2]{margin-bottom:24px!important}.mb-7[data-v-da87fdc2]{margin-bottom:28px!important}.mb-8[data-v-da87fdc2]{margin-bottom:32px!important}.mb-9[data-v-da87fdc2]{margin-bottom:36px!important}.mb-10[data-v-da87fdc2]{margin-bottom:40px!important}.mb-11[data-v-da87fdc2]{margin-bottom:44px!important}.mb-12[data-v-da87fdc2]{margin-bottom:48px!important}.mb-13[data-v-da87fdc2]{margin-bottom:52px!important}.mb-14[data-v-da87fdc2]{margin-bottom:56px!important}.mb-15[data-v-da87fdc2]{margin-bottom:60px!important}.mb-16[data-v-da87fdc2]{margin-bottom:64px!important}.mb-auto[data-v-da87fdc2]{margin-bottom:auto!important}.ml-0[data-v-da87fdc2]{margin-left:0!important}.ml-1[data-v-da87fdc2]{margin-left:4px!important}.ml-2[data-v-da87fdc2]{margin-left:8px!important}.ml-3[data-v-da87fdc2]{margin-left:12px!important}.ml-4[data-v-da87fdc2]{margin-left:16px!important}.ml-5[data-v-da87fdc2]{margin-left:20px!important}.ml-6[data-v-da87fdc2]{margin-left:24px!important}.ml-7[data-v-da87fdc2]{margin-left:28px!important}.ml-8[data-v-da87fdc2]{margin-left:32px!important}.ml-9[data-v-da87fdc2]{margin-left:36px!important}.ml-10[data-v-da87fdc2]{margin-left:40px!important}.ml-11[data-v-da87fdc2]{margin-left:44px!important}.ml-12[data-v-da87fdc2]{margin-left:48px!important}.ml-13[data-v-da87fdc2]{margin-left:52px!important}.ml-14[data-v-da87fdc2]{margin-left:56px!important}.ml-15[data-v-da87fdc2]{margin-left:60px!important}.ml-16[data-v-da87fdc2]{margin-left:64px!important}.ml-auto[data-v-da87fdc2]{margin-left:auto!important}.ms-0[data-v-da87fdc2]{margin-inline-start:0px!important}.ms-1[data-v-da87fdc2]{margin-inline-start:4px!important}.ms-2[data-v-da87fdc2]{margin-inline-start:8px!important}.ms-3[data-v-da87fdc2]{margin-inline-start:12px!important}.ms-4[data-v-da87fdc2]{margin-inline-start:16px!important}.ms-5[data-v-da87fdc2]{margin-inline-start:20px!important}.ms-6[data-v-da87fdc2]{margin-inline-start:24px!important}.ms-7[data-v-da87fdc2]{margin-inline-start:28px!important}.ms-8[data-v-da87fdc2]{margin-inline-start:32px!important}.ms-9[data-v-da87fdc2]{margin-inline-start:36px!important}.ms-10[data-v-da87fdc2]{margin-inline-start:40px!important}.ms-11[data-v-da87fdc2]{margin-inline-start:44px!important}.ms-12[data-v-da87fdc2]{margin-inline-start:48px!important}.ms-13[data-v-da87fdc2]{margin-inline-start:52px!important}.ms-14[data-v-da87fdc2]{margin-inline-start:56px!important}.ms-15[data-v-da87fdc2]{margin-inline-start:60px!important}.ms-16[data-v-da87fdc2]{margin-inline-start:64px!important}.ms-auto[data-v-da87fdc2]{margin-inline-start:auto!important}.me-0[data-v-da87fdc2]{margin-inline-end:0px!important}.me-1[data-v-da87fdc2]{margin-inline-end:4px!important}.me-2[data-v-da87fdc2]{margin-inline-end:8px!important}.me-3[data-v-da87fdc2]{margin-inline-end:12px!important}.me-4[data-v-da87fdc2]{margin-inline-end:16px!important}.me-5[data-v-da87fdc2]{margin-inline-end:20px!important}.me-6[data-v-da87fdc2]{margin-inline-end:24px!important}.me-7[data-v-da87fdc2]{margin-inline-end:28px!important}.me-8[data-v-da87fdc2]{margin-inline-end:32px!important}.me-9[data-v-da87fdc2]{margin-inline-end:36px!important}.me-10[data-v-da87fdc2]{margin-inline-end:40px!important}.me-11[data-v-da87fdc2]{margin-inline-end:44px!important}.me-12[data-v-da87fdc2]{margin-inline-end:48px!important}.me-13[data-v-da87fdc2]{margin-inline-end:52px!important}.me-14[data-v-da87fdc2]{margin-inline-end:56px!important}.me-15[data-v-da87fdc2]{margin-inline-end:60px!important}.me-16[data-v-da87fdc2]{margin-inline-end:64px!important}.me-auto[data-v-da87fdc2]{margin-inline-end:auto!important}.ma-n1[data-v-da87fdc2]{margin:-4px!important}.ma-n2[data-v-da87fdc2]{margin:-8px!important}.ma-n3[data-v-da87fdc2]{margin:-12px!important}.ma-n4[data-v-da87fdc2]{margin:-16px!important}.ma-n5[data-v-da87fdc2]{margin:-20px!important}.ma-n6[data-v-da87fdc2]{margin:-24px!important}.ma-n7[data-v-da87fdc2]{margin:-28px!important}.ma-n8[data-v-da87fdc2]{margin:-32px!important}.ma-n9[data-v-da87fdc2]{margin:-36px!important}.ma-n10[data-v-da87fdc2]{margin:-40px!important}.ma-n11[data-v-da87fdc2]{margin:-44px!important}.ma-n12[data-v-da87fdc2]{margin:-48px!important}.ma-n13[data-v-da87fdc2]{margin:-52px!important}.ma-n14[data-v-da87fdc2]{margin:-56px!important}.ma-n15[data-v-da87fdc2]{margin:-60px!important}.ma-n16[data-v-da87fdc2]{margin:-64px!important}.mx-n1[data-v-da87fdc2]{margin-right:-4px!important;margin-left:-4px!important}.mx-n2[data-v-da87fdc2]{margin-right:-8px!important;margin-left:-8px!important}.mx-n3[data-v-da87fdc2]{margin-right:-12px!important;margin-left:-12px!important}.mx-n4[data-v-da87fdc2]{margin-right:-16px!important;margin-left:-16px!important}.mx-n5[data-v-da87fdc2]{margin-right:-20px!important;margin-left:-20px!important}.mx-n6[data-v-da87fdc2]{margin-right:-24px!important;margin-left:-24px!important}.mx-n7[data-v-da87fdc2]{margin-right:-28px!important;margin-left:-28px!important}.mx-n8[data-v-da87fdc2]{margin-right:-32px!important;margin-left:-32px!important}.mx-n9[data-v-da87fdc2]{margin-right:-36px!important;margin-left:-36px!important}.mx-n10[data-v-da87fdc2]{margin-right:-40px!important;margin-left:-40px!important}.mx-n11[data-v-da87fdc2]{margin-right:-44px!important;margin-left:-44px!important}.mx-n12[data-v-da87fdc2]{margin-right:-48px!important;margin-left:-48px!important}.mx-n13[data-v-da87fdc2]{margin-right:-52px!important;margin-left:-52px!important}.mx-n14[data-v-da87fdc2]{margin-right:-56px!important;margin-left:-56px!important}.mx-n15[data-v-da87fdc2]{margin-right:-60px!important;margin-left:-60px!important}.mx-n16[data-v-da87fdc2]{margin-right:-64px!important;margin-left:-64px!important}.my-n1[data-v-da87fdc2]{margin-top:-4px!important;margin-bottom:-4px!important}.my-n2[data-v-da87fdc2]{margin-top:-8px!important;margin-bottom:-8px!important}.my-n3[data-v-da87fdc2]{margin-top:-12px!important;margin-bottom:-12px!important}.my-n4[data-v-da87fdc2]{margin-top:-16px!important;margin-bottom:-16px!important}.my-n5[data-v-da87fdc2]{margin-top:-20px!important;margin-bottom:-20px!important}.my-n6[data-v-da87fdc2]{margin-top:-24px!important;margin-bottom:-24px!important}.my-n7[data-v-da87fdc2]{margin-top:-28px!important;margin-bottom:-28px!important}.my-n8[data-v-da87fdc2]{margin-top:-32px!important;margin-bottom:-32px!important}.my-n9[data-v-da87fdc2]{margin-top:-36px!important;margin-bottom:-36px!important}.my-n10[data-v-da87fdc2]{margin-top:-40px!important;margin-bottom:-40px!important}.my-n11[data-v-da87fdc2]{margin-top:-44px!important;margin-bottom:-44px!important}.my-n12[data-v-da87fdc2]{margin-top:-48px!important;margin-bottom:-48px!important}.my-n13[data-v-da87fdc2]{margin-top:-52px!important;margin-bottom:-52px!important}.my-n14[data-v-da87fdc2]{margin-top:-56px!important;margin-bottom:-56px!important}.my-n15[data-v-da87fdc2]{margin-top:-60px!important;margin-bottom:-60px!important}.my-n16[data-v-da87fdc2]{margin-top:-64px!important;margin-bottom:-64px!important}.mt-n1[data-v-da87fdc2]{margin-top:-4px!important}.mt-n2[data-v-da87fdc2]{margin-top:-8px!important}.mt-n3[data-v-da87fdc2]{margin-top:-12px!important}.mt-n4[data-v-da87fdc2]{margin-top:-16px!important}.mt-n5[data-v-da87fdc2]{margin-top:-20px!important}.mt-n6[data-v-da87fdc2]{margin-top:-24px!important}.mt-n7[data-v-da87fdc2]{margin-top:-28px!important}.mt-n8[data-v-da87fdc2]{margin-top:-32px!important}.mt-n9[data-v-da87fdc2]{margin-top:-36px!important}.mt-n10[data-v-da87fdc2]{margin-top:-40px!important}.mt-n11[data-v-da87fdc2]{margin-top:-44px!important}.mt-n12[data-v-da87fdc2]{margin-top:-48px!important}.mt-n13[data-v-da87fdc2]{margin-top:-52px!important}.mt-n14[data-v-da87fdc2]{margin-top:-56px!important}.mt-n15[data-v-da87fdc2]{margin-top:-60px!important}.mt-n16[data-v-da87fdc2]{margin-top:-64px!important}.mr-n1[data-v-da87fdc2]{margin-right:-4px!important}.mr-n2[data-v-da87fdc2]{margin-right:-8px!important}.mr-n3[data-v-da87fdc2]{margin-right:-12px!important}.mr-n4[data-v-da87fdc2]{margin-right:-16px!important}.mr-n5[data-v-da87fdc2]{margin-right:-20px!important}.mr-n6[data-v-da87fdc2]{margin-right:-24px!important}.mr-n7[data-v-da87fdc2]{margin-right:-28px!important}.mr-n8[data-v-da87fdc2]{margin-right:-32px!important}.mr-n9[data-v-da87fdc2]{margin-right:-36px!important}.mr-n10[data-v-da87fdc2]{margin-right:-40px!important}.mr-n11[data-v-da87fdc2]{margin-right:-44px!important}.mr-n12[data-v-da87fdc2]{margin-right:-48px!important}.mr-n13[data-v-da87fdc2]{margin-right:-52px!important}.mr-n14[data-v-da87fdc2]{margin-right:-56px!important}.mr-n15[data-v-da87fdc2]{margin-right:-60px!important}.mr-n16[data-v-da87fdc2]{margin-right:-64px!important}.mb-n1[data-v-da87fdc2]{margin-bottom:-4px!important}.mb-n2[data-v-da87fdc2]{margin-bottom:-8px!important}.mb-n3[data-v-da87fdc2]{margin-bottom:-12px!important}.mb-n4[data-v-da87fdc2]{margin-bottom:-16px!important}.mb-n5[data-v-da87fdc2]{margin-bottom:-20px!important}.mb-n6[data-v-da87fdc2]{margin-bottom:-24px!important}.mb-n7[data-v-da87fdc2]{margin-bottom:-28px!important}.mb-n8[data-v-da87fdc2]{margin-bottom:-32px!important}.mb-n9[data-v-da87fdc2]{margin-bottom:-36px!important}.mb-n10[data-v-da87fdc2]{margin-bottom:-40px!important}.mb-n11[data-v-da87fdc2]{margin-bottom:-44px!important}.mb-n12[data-v-da87fdc2]{margin-bottom:-48px!important}.mb-n13[data-v-da87fdc2]{margin-bottom:-52px!important}.mb-n14[data-v-da87fdc2]{margin-bottom:-56px!important}.mb-n15[data-v-da87fdc2]{margin-bottom:-60px!important}.mb-n16[data-v-da87fdc2]{margin-bottom:-64px!important}.ml-n1[data-v-da87fdc2]{margin-left:-4px!important}.ml-n2[data-v-da87fdc2]{margin-left:-8px!important}.ml-n3[data-v-da87fdc2]{margin-left:-12px!important}.ml-n4[data-v-da87fdc2]{margin-left:-16px!important}.ml-n5[data-v-da87fdc2]{margin-left:-20px!important}.ml-n6[data-v-da87fdc2]{margin-left:-24px!important}.ml-n7[data-v-da87fdc2]{margin-left:-28px!important}.ml-n8[data-v-da87fdc2]{margin-left:-32px!important}.ml-n9[data-v-da87fdc2]{margin-left:-36px!important}.ml-n10[data-v-da87fdc2]{margin-left:-40px!important}.ml-n11[data-v-da87fdc2]{margin-left:-44px!important}.ml-n12[data-v-da87fdc2]{margin-left:-48px!important}.ml-n13[data-v-da87fdc2]{margin-left:-52px!important}.ml-n14[data-v-da87fdc2]{margin-left:-56px!important}.ml-n15[data-v-da87fdc2]{margin-left:-60px!important}.ml-n16[data-v-da87fdc2]{margin-left:-64px!important}.ms-n1[data-v-da87fdc2]{margin-inline-start:-4px!important}.ms-n2[data-v-da87fdc2]{margin-inline-start:-8px!important}.ms-n3[data-v-da87fdc2]{margin-inline-start:-12px!important}.ms-n4[data-v-da87fdc2]{margin-inline-start:-16px!important}.ms-n5[data-v-da87fdc2]{margin-inline-start:-20px!important}.ms-n6[data-v-da87fdc2]{margin-inline-start:-24px!important}.ms-n7[data-v-da87fdc2]{margin-inline-start:-28px!important}.ms-n8[data-v-da87fdc2]{margin-inline-start:-32px!important}.ms-n9[data-v-da87fdc2]{margin-inline-start:-36px!important}.ms-n10[data-v-da87fdc2]{margin-inline-start:-40px!important}.ms-n11[data-v-da87fdc2]{margin-inline-start:-44px!important}.ms-n12[data-v-da87fdc2]{margin-inline-start:-48px!important}.ms-n13[data-v-da87fdc2]{margin-inline-start:-52px!important}.ms-n14[data-v-da87fdc2]{margin-inline-start:-56px!important}.ms-n15[data-v-da87fdc2]{margin-inline-start:-60px!important}.ms-n16[data-v-da87fdc2]{margin-inline-start:-64px!important}.me-n1[data-v-da87fdc2]{margin-inline-end:-4px!important}.me-n2[data-v-da87fdc2]{margin-inline-end:-8px!important}.me-n3[data-v-da87fdc2]{margin-inline-end:-12px!important}.me-n4[data-v-da87fdc2]{margin-inline-end:-16px!important}.me-n5[data-v-da87fdc2]{margin-inline-end:-20px!important}.me-n6[data-v-da87fdc2]{margin-inline-end:-24px!important}.me-n7[data-v-da87fdc2]{margin-inline-end:-28px!important}.me-n8[data-v-da87fdc2]{margin-inline-end:-32px!important}.me-n9[data-v-da87fdc2]{margin-inline-end:-36px!important}.me-n10[data-v-da87fdc2]{margin-inline-end:-40px!important}.me-n11[data-v-da87fdc2]{margin-inline-end:-44px!important}.me-n12[data-v-da87fdc2]{margin-inline-end:-48px!important}.me-n13[data-v-da87fdc2]{margin-inline-end:-52px!important}.me-n14[data-v-da87fdc2]{margin-inline-end:-56px!important}.me-n15[data-v-da87fdc2]{margin-inline-end:-60px!important}.me-n16[data-v-da87fdc2]{margin-inline-end:-64px!important}.pa-0[data-v-da87fdc2]{padding:0!important}.pa-1[data-v-da87fdc2]{padding:4px!important}.pa-2[data-v-da87fdc2]{padding:8px!important}.pa-3[data-v-da87fdc2]{padding:12px!important}.pa-4[data-v-da87fdc2]{padding:16px!important}.pa-5[data-v-da87fdc2]{padding:20px!important}.pa-6[data-v-da87fdc2]{padding:24px!important}.pa-7[data-v-da87fdc2]{padding:28px!important}.pa-8[data-v-da87fdc2]{padding:32px!important}.pa-9[data-v-da87fdc2]{padding:36px!important}.pa-10[data-v-da87fdc2]{padding:40px!important}.pa-11[data-v-da87fdc2]{padding:44px!important}.pa-12[data-v-da87fdc2]{padding:48px!important}.pa-13[data-v-da87fdc2]{padding:52px!important}.pa-14[data-v-da87fdc2]{padding:56px!important}.pa-15[data-v-da87fdc2]{padding:60px!important}.pa-16[data-v-da87fdc2]{padding:64px!important}.px-0[data-v-da87fdc2]{padding-right:0!important;padding-left:0!important}.px-1[data-v-da87fdc2]{padding-right:4px!important;padding-left:4px!important}.px-2[data-v-da87fdc2]{padding-right:8px!important;padding-left:8px!important}.px-3[data-v-da87fdc2]{padding-right:12px!important;padding-left:12px!important}.px-4[data-v-da87fdc2]{padding-right:16px!important;padding-left:16px!important}.px-5[data-v-da87fdc2]{padding-right:20px!important;padding-left:20px!important}.px-6[data-v-da87fdc2]{padding-right:24px!important;padding-left:24px!important}.px-7[data-v-da87fdc2]{padding-right:28px!important;padding-left:28px!important}.px-8[data-v-da87fdc2]{padding-right:32px!important;padding-left:32px!important}.px-9[data-v-da87fdc2]{padding-right:36px!important;padding-left:36px!important}.px-10[data-v-da87fdc2]{padding-right:40px!important;padding-left:40px!important}.px-11[data-v-da87fdc2]{padding-right:44px!important;padding-left:44px!important}.px-12[data-v-da87fdc2]{padding-right:48px!important;padding-left:48px!important}.px-13[data-v-da87fdc2]{padding-right:52px!important;padding-left:52px!important}.px-14[data-v-da87fdc2]{padding-right:56px!important;padding-left:56px!important}.px-15[data-v-da87fdc2]{padding-right:60px!important;padding-left:60px!important}.px-16[data-v-da87fdc2]{padding-right:64px!important;padding-left:64px!important}.py-0[data-v-da87fdc2]{padding-top:0!important;padding-bottom:0!important}.py-1[data-v-da87fdc2]{padding-top:4px!important;padding-bottom:4px!important}.py-2[data-v-da87fdc2]{padding-top:8px!important;padding-bottom:8px!important}.py-3[data-v-da87fdc2]{padding-top:12px!important;padding-bottom:12px!important}.py-4[data-v-da87fdc2]{padding-top:16px!important;padding-bottom:16px!important}.py-5[data-v-da87fdc2]{padding-top:20px!important;padding-bottom:20px!important}.py-6[data-v-da87fdc2]{padding-top:24px!important;padding-bottom:24px!important}.py-7[data-v-da87fdc2]{padding-top:28px!important;padding-bottom:28px!important}.py-8[data-v-da87fdc2]{padding-top:32px!important;padding-bottom:32px!important}.py-9[data-v-da87fdc2]{padding-top:36px!important;padding-bottom:36px!important}.py-10[data-v-da87fdc2]{padding-top:40px!important;padding-bottom:40px!important}.py-11[data-v-da87fdc2]{padding-top:44px!important;padding-bottom:44px!important}.py-12[data-v-da87fdc2]{padding-top:48px!important;padding-bottom:48px!important}.py-13[data-v-da87fdc2]{padding-top:52px!important;padding-bottom:52px!important}.py-14[data-v-da87fdc2]{padding-top:56px!important;padding-bottom:56px!important}.py-15[data-v-da87fdc2]{padding-top:60px!important;padding-bottom:60px!important}.py-16[data-v-da87fdc2]{padding-top:64px!important;padding-bottom:64px!important}.pt-0[data-v-da87fdc2]{padding-top:0!important}.pt-1[data-v-da87fdc2]{padding-top:4px!important}.pt-2[data-v-da87fdc2]{padding-top:8px!important}.pt-3[data-v-da87fdc2]{padding-top:12px!important}.pt-4[data-v-da87fdc2]{padding-top:16px!important}.pt-5[data-v-da87fdc2]{padding-top:20px!important}.pt-6[data-v-da87fdc2]{padding-top:24px!important}.pt-7[data-v-da87fdc2]{padding-top:28px!important}.pt-8[data-v-da87fdc2]{padding-top:32px!important}.pt-9[data-v-da87fdc2]{padding-top:36px!important}.pt-10[data-v-da87fdc2]{padding-top:40px!important}.pt-11[data-v-da87fdc2]{padding-top:44px!important}.pt-12[data-v-da87fdc2]{padding-top:48px!important}.pt-13[data-v-da87fdc2]{padding-top:52px!important}.pt-14[data-v-da87fdc2]{padding-top:56px!important}.pt-15[data-v-da87fdc2]{padding-top:60px!important}.pt-16[data-v-da87fdc2]{padding-top:64px!important}.pr-0[data-v-da87fdc2]{padding-right:0!important}.pr-1[data-v-da87fdc2]{padding-right:4px!important}.pr-2[data-v-da87fdc2]{padding-right:8px!important}.pr-3[data-v-da87fdc2]{padding-right:12px!important}.pr-4[data-v-da87fdc2]{padding-right:16px!important}.pr-5[data-v-da87fdc2]{padding-right:20px!important}.pr-6[data-v-da87fdc2]{padding-right:24px!important}.pr-7[data-v-da87fdc2]{padding-right:28px!important}.pr-8[data-v-da87fdc2]{padding-right:32px!important}.pr-9[data-v-da87fdc2]{padding-right:36px!important}.pr-10[data-v-da87fdc2]{padding-right:40px!important}.pr-11[data-v-da87fdc2]{padding-right:44px!important}.pr-12[data-v-da87fdc2]{padding-right:48px!important}.pr-13[data-v-da87fdc2]{padding-right:52px!important}.pr-14[data-v-da87fdc2]{padding-right:56px!important}.pr-15[data-v-da87fdc2]{padding-right:60px!important}.pr-16[data-v-da87fdc2]{padding-right:64px!important}.pb-0[data-v-da87fdc2]{padding-bottom:0!important}.pb-1[data-v-da87fdc2]{padding-bottom:4px!important}.pb-2[data-v-da87fdc2]{padding-bottom:8px!important}.pb-3[data-v-da87fdc2]{padding-bottom:12px!important}.pb-4[data-v-da87fdc2]{padding-bottom:16px!important}.pb-5[data-v-da87fdc2]{padding-bottom:20px!important}.pb-6[data-v-da87fdc2]{padding-bottom:24px!important}.pb-7[data-v-da87fdc2]{padding-bottom:28px!important}.pb-8[data-v-da87fdc2]{padding-bottom:32px!important}.pb-9[data-v-da87fdc2]{padding-bottom:36px!important}.pb-10[data-v-da87fdc2]{padding-bottom:40px!important}.pb-11[data-v-da87fdc2]{padding-bottom:44px!important}.pb-12[data-v-da87fdc2]{padding-bottom:48px!important}.pb-13[data-v-da87fdc2]{padding-bottom:52px!important}.pb-14[data-v-da87fdc2]{padding-bottom:56px!important}.pb-15[data-v-da87fdc2]{padding-bottom:60px!important}.pb-16[data-v-da87fdc2]{padding-bottom:64px!important}.pl-0[data-v-da87fdc2]{padding-left:0!important}.pl-1[data-v-da87fdc2]{padding-left:4px!important}.pl-2[data-v-da87fdc2]{padding-left:8px!important}.pl-3[data-v-da87fdc2]{padding-left:12px!important}.pl-4[data-v-da87fdc2]{padding-left:16px!important}.pl-5[data-v-da87fdc2]{padding-left:20px!important}.pl-6[data-v-da87fdc2]{padding-left:24px!important}.pl-7[data-v-da87fdc2]{padding-left:28px!important}.pl-8[data-v-da87fdc2]{padding-left:32px!important}.pl-9[data-v-da87fdc2]{padding-left:36px!important}.pl-10[data-v-da87fdc2]{padding-left:40px!important}.pl-11[data-v-da87fdc2]{padding-left:44px!important}.pl-12[data-v-da87fdc2]{padding-left:48px!important}.pl-13[data-v-da87fdc2]{padding-left:52px!important}.pl-14[data-v-da87fdc2]{padding-left:56px!important}.pl-15[data-v-da87fdc2]{padding-left:60px!important}.pl-16[data-v-da87fdc2]{padding-left:64px!important}.ps-0[data-v-da87fdc2]{padding-inline-start:0px!important}.ps-1[data-v-da87fdc2]{padding-inline-start:4px!important}.ps-2[data-v-da87fdc2]{padding-inline-start:8px!important}.ps-3[data-v-da87fdc2]{padding-inline-start:12px!important}.ps-4[data-v-da87fdc2]{padding-inline-start:16px!important}.ps-5[data-v-da87fdc2]{padding-inline-start:20px!important}.ps-6[data-v-da87fdc2]{padding-inline-start:24px!important}.ps-7[data-v-da87fdc2]{padding-inline-start:28px!important}.ps-8[data-v-da87fdc2]{padding-inline-start:32px!important}.ps-9[data-v-da87fdc2]{padding-inline-start:36px!important}.ps-10[data-v-da87fdc2]{padding-inline-start:40px!important}.ps-11[data-v-da87fdc2]{padding-inline-start:44px!important}.ps-12[data-v-da87fdc2]{padding-inline-start:48px!important}.ps-13[data-v-da87fdc2]{padding-inline-start:52px!important}.ps-14[data-v-da87fdc2]{padding-inline-start:56px!important}.ps-15[data-v-da87fdc2]{padding-inline-start:60px!important}.ps-16[data-v-da87fdc2]{padding-inline-start:64px!important}.pe-0[data-v-da87fdc2]{padding-inline-end:0px!important}.pe-1[data-v-da87fdc2]{padding-inline-end:4px!important}.pe-2[data-v-da87fdc2]{padding-inline-end:8px!important}.pe-3[data-v-da87fdc2]{padding-inline-end:12px!important}.pe-4[data-v-da87fdc2]{padding-inline-end:16px!important}.pe-5[data-v-da87fdc2]{padding-inline-end:20px!important}.pe-6[data-v-da87fdc2]{padding-inline-end:24px!important}.pe-7[data-v-da87fdc2]{padding-inline-end:28px!important}.pe-8[data-v-da87fdc2]{padding-inline-end:32px!important}.pe-9[data-v-da87fdc2]{padding-inline-end:36px!important}.pe-10[data-v-da87fdc2]{padding-inline-end:40px!important}.pe-11[data-v-da87fdc2]{padding-inline-end:44px!important}.pe-12[data-v-da87fdc2]{padding-inline-end:48px!important}.pe-13[data-v-da87fdc2]{padding-inline-end:52px!important}.pe-14[data-v-da87fdc2]{padding-inline-end:56px!important}.pe-15[data-v-da87fdc2]{padding-inline-end:60px!important}.pe-16[data-v-da87fdc2]{padding-inline-end:64px!important}.rounded-0[data-v-da87fdc2]{border-radius:0!important}.rounded-sm[data-v-da87fdc2]{border-radius:2px!important}.rounded[data-v-da87fdc2]{border-radius:4px!important}.rounded-lg[data-v-da87fdc2]{border-radius:8px!important}.rounded-xl[data-v-da87fdc2]{border-radius:24px!important}.rounded-pill[data-v-da87fdc2]{border-radius:9999px!important}.rounded-circle[data-v-da87fdc2]{border-radius:50%!important}.rounded-shaped[data-v-da87fdc2]{border-radius:24px 0!important}.rounded-t-0[data-v-da87fdc2]{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-t-sm[data-v-da87fdc2]{border-top-left-radius:2px!important;border-top-right-radius:2px!important}.rounded-t[data-v-da87fdc2]{border-top-left-radius:4px!important;border-top-right-radius:4px!important}.rounded-t-lg[data-v-da87fdc2]{border-top-left-radius:8px!important;border-top-right-radius:8px!important}.rounded-t-xl[data-v-da87fdc2]{border-top-left-radius:24px!important;border-top-right-radius:24px!important}.rounded-t-pill[data-v-da87fdc2]{border-top-left-radius:9999px!important;border-top-right-radius:9999px!important}.rounded-t-circle[data-v-da87fdc2]{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-t-shaped[data-v-da87fdc2]{border-top-left-radius:24px!important;border-top-right-radius:0!important}.v-locale--is-ltr .rounded-e-0[data-v-da87fdc2]{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.v-locale--is-rtl .rounded-e-0[data-v-da87fdc2]{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.v-locale--is-ltr .rounded-e-sm[data-v-da87fdc2]{border-top-right-radius:2px!important;border-bottom-right-radius:2px!important}.v-locale--is-rtl .rounded-e-sm[data-v-da87fdc2]{border-top-left-radius:2px!important;border-bottom-left-radius:2px!important}.v-locale--is-ltr .rounded-e[data-v-da87fdc2]{border-top-right-radius:4px!important;border-bottom-right-radius:4px!important}.v-locale--is-rtl .rounded-e[data-v-da87fdc2]{border-top-left-radius:4px!important;border-bottom-left-radius:4px!important}.v-locale--is-ltr .rounded-e-lg[data-v-da87fdc2]{border-top-right-radius:8px!important;border-bottom-right-radius:8px!important}.v-locale--is-rtl .rounded-e-lg[data-v-da87fdc2]{border-top-left-radius:8px!important;border-bottom-left-radius:8px!important}.v-locale--is-ltr .rounded-e-xl[data-v-da87fdc2]{border-top-right-radius:24px!important;border-bottom-right-radius:24px!important}.v-locale--is-rtl .rounded-e-xl[data-v-da87fdc2]{border-top-left-radius:24px!important;border-bottom-left-radius:24px!important}.v-locale--is-ltr .rounded-e-pill[data-v-da87fdc2]{border-top-right-radius:9999px!important;border-bottom-right-radius:9999px!important}.v-locale--is-rtl .rounded-e-pill[data-v-da87fdc2]{border-top-left-radius:9999px!important;border-bottom-left-radius:9999px!important}.v-locale--is-ltr .rounded-e-circle[data-v-da87fdc2]{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.v-locale--is-rtl .rounded-e-circle[data-v-da87fdc2]{border-top-left-radius:50%!important;border-bottom-left-radius:50%!important}.v-locale--is-ltr .rounded-e-shaped[data-v-da87fdc2]{border-top-right-radius:24px!important;border-bottom-right-radius:0!important}.v-locale--is-rtl .rounded-e-shaped[data-v-da87fdc2]{border-top-left-radius:24px!important;border-bottom-left-radius:0!important}.rounded-b-0[data-v-da87fdc2]{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.rounded-b-sm[data-v-da87fdc2]{border-bottom-left-radius:2px!important;border-bottom-right-radius:2px!important}.rounded-b[data-v-da87fdc2]{border-bottom-left-radius:4px!important;border-bottom-right-radius:4px!important}.rounded-b-lg[data-v-da87fdc2]{border-bottom-left-radius:8px!important;border-bottom-right-radius:8px!important}.rounded-b-xl[data-v-da87fdc2]{border-bottom-left-radius:24px!important;border-bottom-right-radius:24px!important}.rounded-b-pill[data-v-da87fdc2]{border-bottom-left-radius:9999px!important;border-bottom-right-radius:9999px!important}.rounded-b-circle[data-v-da87fdc2]{border-bottom-left-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-b-shaped[data-v-da87fdc2]{border-bottom-left-radius:24px!important;border-bottom-right-radius:0!important}.v-locale--is-ltr .rounded-s-0[data-v-da87fdc2]{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.v-locale--is-rtl .rounded-s-0[data-v-da87fdc2]{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.v-locale--is-ltr .rounded-s-sm[data-v-da87fdc2]{border-top-left-radius:2px!important;border-bottom-left-radius:2px!important}.v-locale--is-rtl .rounded-s-sm[data-v-da87fdc2]{border-top-right-radius:2px!important;border-bottom-right-radius:2px!important}.v-locale--is-ltr .rounded-s[data-v-da87fdc2]{border-top-left-radius:4px!important;border-bottom-left-radius:4px!important}.v-locale--is-rtl .rounded-s[data-v-da87fdc2]{border-top-right-radius:4px!important;border-bottom-right-radius:4px!important}.v-locale--is-ltr .rounded-s-lg[data-v-da87fdc2]{border-top-left-radius:8px!important;border-bottom-left-radius:8px!important}.v-locale--is-rtl .rounded-s-lg[data-v-da87fdc2]{border-top-right-radius:8px!important;border-bottom-right-radius:8px!important}.v-locale--is-ltr .rounded-s-xl[data-v-da87fdc2]{border-top-left-radius:24px!important;border-bottom-left-radius:24px!important}.v-locale--is-rtl .rounded-s-xl[data-v-da87fdc2]{border-top-right-radius:24px!important;border-bottom-right-radius:24px!important}.v-locale--is-ltr .rounded-s-pill[data-v-da87fdc2]{border-top-left-radius:9999px!important;border-bottom-left-radius:9999px!important}.v-locale--is-rtl .rounded-s-pill[data-v-da87fdc2]{border-top-right-radius:9999px!important;border-bottom-right-radius:9999px!important}.v-locale--is-ltr .rounded-s-circle[data-v-da87fdc2]{border-top-left-radius:50%!important;border-bottom-left-radius:50%!important}.v-locale--is-rtl .rounded-s-circle[data-v-da87fdc2]{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.v-locale--is-ltr .rounded-s-shaped[data-v-da87fdc2]{border-top-left-radius:24px!important;border-bottom-left-radius:0!important}.v-locale--is-rtl .rounded-s-shaped[data-v-da87fdc2]{border-top-right-radius:24px!important;border-bottom-right-radius:0!important}.v-locale--is-ltr .rounded-ts-0[data-v-da87fdc2]{border-top-left-radius:0!important}.v-locale--is-rtl .rounded-ts-0[data-v-da87fdc2]{border-top-right-radius:0!important}.v-locale--is-ltr .rounded-ts-sm[data-v-da87fdc2]{border-top-left-radius:2px!important}.v-locale--is-rtl .rounded-ts-sm[data-v-da87fdc2]{border-top-right-radius:2px!important}.v-locale--is-ltr .rounded-ts[data-v-da87fdc2]{border-top-left-radius:4px!important}.v-locale--is-rtl .rounded-ts[data-v-da87fdc2]{border-top-right-radius:4px!important}.v-locale--is-ltr .rounded-ts-lg[data-v-da87fdc2]{border-top-left-radius:8px!important}.v-locale--is-rtl .rounded-ts-lg[data-v-da87fdc2]{border-top-right-radius:8px!important}.v-locale--is-ltr .rounded-ts-xl[data-v-da87fdc2]{border-top-left-radius:24px!important}.v-locale--is-rtl .rounded-ts-xl[data-v-da87fdc2]{border-top-right-radius:24px!important}.v-locale--is-ltr .rounded-ts-pill[data-v-da87fdc2]{border-top-left-radius:9999px!important}.v-locale--is-rtl .rounded-ts-pill[data-v-da87fdc2]{border-top-right-radius:9999px!important}.v-locale--is-ltr .rounded-ts-circle[data-v-da87fdc2]{border-top-left-radius:50%!important}.v-locale--is-rtl .rounded-ts-circle[data-v-da87fdc2]{border-top-right-radius:50%!important}.v-locale--is-ltr .rounded-ts-shaped[data-v-da87fdc2]{border-top-left-radius:24px 0!important}.v-locale--is-rtl .rounded-ts-shaped[data-v-da87fdc2]{border-top-right-radius:24px 0!important}.v-locale--is-ltr .rounded-te-0[data-v-da87fdc2]{border-top-right-radius:0!important}.v-locale--is-rtl .rounded-te-0[data-v-da87fdc2]{border-top-left-radius:0!important}.v-locale--is-ltr .rounded-te-sm[data-v-da87fdc2]{border-top-right-radius:2px!important}.v-locale--is-rtl .rounded-te-sm[data-v-da87fdc2]{border-top-left-radius:2px!important}.v-locale--is-ltr .rounded-te[data-v-da87fdc2]{border-top-right-radius:4px!important}.v-locale--is-rtl .rounded-te[data-v-da87fdc2]{border-top-left-radius:4px!important}.v-locale--is-ltr .rounded-te-lg[data-v-da87fdc2]{border-top-right-radius:8px!important}.v-locale--is-rtl .rounded-te-lg[data-v-da87fdc2]{border-top-left-radius:8px!important}.v-locale--is-ltr .rounded-te-xl[data-v-da87fdc2]{border-top-right-radius:24px!important}.v-locale--is-rtl .rounded-te-xl[data-v-da87fdc2]{border-top-left-radius:24px!important}.v-locale--is-ltr .rounded-te-pill[data-v-da87fdc2]{border-top-right-radius:9999px!important}.v-locale--is-rtl .rounded-te-pill[data-v-da87fdc2]{border-top-left-radius:9999px!important}.v-locale--is-ltr .rounded-te-circle[data-v-da87fdc2]{border-top-right-radius:50%!important}.v-locale--is-rtl .rounded-te-circle[data-v-da87fdc2]{border-top-left-radius:50%!important}.v-locale--is-ltr .rounded-te-shaped[data-v-da87fdc2]{border-top-right-radius:24px 0!important}.v-locale--is-rtl .rounded-te-shaped[data-v-da87fdc2]{border-top-left-radius:24px 0!important}.v-locale--is-ltr .rounded-be-0[data-v-da87fdc2]{border-bottom-right-radius:0!important}.v-locale--is-rtl .rounded-be-0[data-v-da87fdc2]{border-bottom-left-radius:0!important}.v-locale--is-ltr .rounded-be-sm[data-v-da87fdc2]{border-bottom-right-radius:2px!important}.v-locale--is-rtl .rounded-be-sm[data-v-da87fdc2]{border-bottom-left-radius:2px!important}.v-locale--is-ltr .rounded-be[data-v-da87fdc2]{border-bottom-right-radius:4px!important}.v-locale--is-rtl .rounded-be[data-v-da87fdc2]{border-bottom-left-radius:4px!important}.v-locale--is-ltr .rounded-be-lg[data-v-da87fdc2]{border-bottom-right-radius:8px!important}.v-locale--is-rtl .rounded-be-lg[data-v-da87fdc2]{border-bottom-left-radius:8px!important}.v-locale--is-ltr .rounded-be-xl[data-v-da87fdc2]{border-bottom-right-radius:24px!important}.v-locale--is-rtl .rounded-be-xl[data-v-da87fdc2]{border-bottom-left-radius:24px!important}.v-locale--is-ltr .rounded-be-pill[data-v-da87fdc2]{border-bottom-right-radius:9999px!important}.v-locale--is-rtl .rounded-be-pill[data-v-da87fdc2]{border-bottom-left-radius:9999px!important}.v-locale--is-ltr .rounded-be-circle[data-v-da87fdc2]{border-bottom-right-radius:50%!important}.v-locale--is-rtl .rounded-be-circle[data-v-da87fdc2]{border-bottom-left-radius:50%!important}.v-locale--is-ltr .rounded-be-shaped[data-v-da87fdc2]{border-bottom-right-radius:24px 0!important}.v-locale--is-rtl .rounded-be-shaped[data-v-da87fdc2]{border-bottom-left-radius:24px 0!important}.v-locale--is-ltr .rounded-bs-0[data-v-da87fdc2]{border-bottom-left-radius:0!important}.v-locale--is-rtl .rounded-bs-0[data-v-da87fdc2]{border-bottom-right-radius:0!important}.v-locale--is-ltr .rounded-bs-sm[data-v-da87fdc2]{border-bottom-left-radius:2px!important}.v-locale--is-rtl .rounded-bs-sm[data-v-da87fdc2]{border-bottom-right-radius:2px!important}.v-locale--is-ltr .rounded-bs[data-v-da87fdc2]{border-bottom-left-radius:4px!important}.v-locale--is-rtl .rounded-bs[data-v-da87fdc2]{border-bottom-right-radius:4px!important}.v-locale--is-ltr .rounded-bs-lg[data-v-da87fdc2]{border-bottom-left-radius:8px!important}.v-locale--is-rtl .rounded-bs-lg[data-v-da87fdc2]{border-bottom-right-radius:8px!important}.v-locale--is-ltr .rounded-bs-xl[data-v-da87fdc2]{border-bottom-left-radius:24px!important}.v-locale--is-rtl .rounded-bs-xl[data-v-da87fdc2]{border-bottom-right-radius:24px!important}.v-locale--is-ltr .rounded-bs-pill[data-v-da87fdc2]{border-bottom-left-radius:9999px!important}.v-locale--is-rtl .rounded-bs-pill[data-v-da87fdc2]{border-bottom-right-radius:9999px!important}.v-locale--is-ltr .rounded-bs-circle[data-v-da87fdc2]{border-bottom-left-radius:50%!important}.v-locale--is-rtl .rounded-bs-circle[data-v-da87fdc2]{border-bottom-right-radius:50%!important}.v-locale--is-ltr .rounded-bs-shaped[data-v-da87fdc2]{border-bottom-left-radius:24px 0!important}.v-locale--is-rtl .rounded-bs-shaped[data-v-da87fdc2]{border-bottom-right-radius:24px 0!important}.border-0[data-v-da87fdc2]{border-width:0!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border[data-v-da87fdc2]{border-width:thin!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-sm[data-v-da87fdc2]{border-width:1px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-md[data-v-da87fdc2]{border-width:2px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-lg[data-v-da87fdc2]{border-width:4px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-xl[data-v-da87fdc2]{border-width:8px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-opacity-0[data-v-da87fdc2]{--v-border-opacity: 0 !important}.border-opacity[data-v-da87fdc2]{--v-border-opacity: .12 !important}.border-opacity-25[data-v-da87fdc2]{--v-border-opacity: .25 !important}.border-opacity-50[data-v-da87fdc2]{--v-border-opacity: .5 !important}.border-opacity-75[data-v-da87fdc2]{--v-border-opacity: .75 !important}.border-opacity-100[data-v-da87fdc2]{--v-border-opacity: 1 !important}.border-t-0[data-v-da87fdc2]{border-block-start-width:0!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t[data-v-da87fdc2]{border-block-start-width:thin!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-sm[data-v-da87fdc2]{border-block-start-width:1px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-md[data-v-da87fdc2]{border-block-start-width:2px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-lg[data-v-da87fdc2]{border-block-start-width:4px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-xl[data-v-da87fdc2]{border-block-start-width:8px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-0[data-v-da87fdc2]{border-inline-end-width:0!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e[data-v-da87fdc2]{border-inline-end-width:thin!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-sm[data-v-da87fdc2]{border-inline-end-width:1px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-md[data-v-da87fdc2]{border-inline-end-width:2px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-lg[data-v-da87fdc2]{border-inline-end-width:4px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-xl[data-v-da87fdc2]{border-inline-end-width:8px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-0[data-v-da87fdc2]{border-block-end-width:0!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b[data-v-da87fdc2]{border-block-end-width:thin!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-sm[data-v-da87fdc2]{border-block-end-width:1px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-md[data-v-da87fdc2]{border-block-end-width:2px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-lg[data-v-da87fdc2]{border-block-end-width:4px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-xl[data-v-da87fdc2]{border-block-end-width:8px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-0[data-v-da87fdc2]{border-inline-start-width:0!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s[data-v-da87fdc2]{border-inline-start-width:thin!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-sm[data-v-da87fdc2]{border-inline-start-width:1px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-md[data-v-da87fdc2]{border-inline-start-width:2px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-lg[data-v-da87fdc2]{border-inline-start-width:4px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-xl[data-v-da87fdc2]{border-inline-start-width:8px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-solid[data-v-da87fdc2]{border-style:solid!important}.border-dashed[data-v-da87fdc2]{border-style:dashed!important}.border-dotted[data-v-da87fdc2]{border-style:dotted!important}.border-double[data-v-da87fdc2]{border-style:double!important}.border-none[data-v-da87fdc2]{border-style:none!important}.text-left[data-v-da87fdc2]{text-align:left!important}.text-right[data-v-da87fdc2]{text-align:right!important}.text-center[data-v-da87fdc2]{text-align:center!important}.text-justify[data-v-da87fdc2]{text-align:justify!important}.text-start[data-v-da87fdc2]{text-align:start!important}.text-end[data-v-da87fdc2]{text-align:end!important}.text-decoration-line-through[data-v-da87fdc2]{text-decoration:line-through!important}.text-decoration-none[data-v-da87fdc2]{text-decoration:none!important}.text-decoration-overline[data-v-da87fdc2]{text-decoration:overline!important}.text-decoration-underline[data-v-da87fdc2]{text-decoration:underline!important}.text-wrap[data-v-da87fdc2]{white-space:normal!important}.text-no-wrap[data-v-da87fdc2]{white-space:nowrap!important}.text-pre[data-v-da87fdc2]{white-space:pre!important}.text-pre-line[data-v-da87fdc2]{white-space:pre-line!important}.text-pre-wrap[data-v-da87fdc2]{white-space:pre-wrap!important}.text-break[data-v-da87fdc2]{overflow-wrap:break-word!important;word-break:break-word!important}.text-high-emphasis[data-v-da87fdc2]{color:rgba(var(--v-theme-on-background),var(--v-high-emphasis-opacity))!important}.text-medium-emphasis[data-v-da87fdc2]{color:rgba(var(--v-theme-on-background),var(--v-medium-emphasis-opacity))!important}.text-disabled[data-v-da87fdc2]{color:rgba(var(--v-theme-on-background),var(--v-disabled-opacity))!important}.text-truncate[data-v-da87fdc2]{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.text-h1[data-v-da87fdc2]{font-size:6rem!important;font-weight:300;line-height:6rem;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-h2[data-v-da87fdc2]{font-size:3.75rem!important;font-weight:300;line-height:3.75rem;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-h3[data-v-da87fdc2]{font-size:3rem!important;font-weight:400;line-height:3.125rem;letter-spacing:normal!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-h4[data-v-da87fdc2]{font-size:2.125rem!important;font-weight:400;line-height:2.5rem;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-h5[data-v-da87fdc2]{font-size:1.5rem!important;font-weight:400;line-height:2rem;letter-spacing:normal!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-h6[data-v-da87fdc2]{font-size:1.25rem!important;font-weight:500;line-height:2rem;letter-spacing:.0125em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-subtitle-1[data-v-da87fdc2]{font-size:1rem!important;font-weight:400;line-height:1.75rem;letter-spacing:.009375em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-subtitle-2[data-v-da87fdc2]{font-size:.875rem!important;font-weight:500;line-height:1.375rem;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-body-1[data-v-da87fdc2]{font-size:1rem!important;font-weight:400;line-height:1.5rem;letter-spacing:.03125em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-body-2[data-v-da87fdc2]{font-size:.875rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-button[data-v-da87fdc2]{font-size:.875rem!important;font-weight:500;line-height:2.25rem;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif!important;text-transform:uppercase!important}.text-caption[data-v-da87fdc2]{font-size:.75rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-overline[data-v-da87fdc2]{font-size:.75rem!important;font-weight:500;line-height:2rem;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif!important;text-transform:uppercase!important}.text-none[data-v-da87fdc2]{text-transform:none!important}.text-capitalize[data-v-da87fdc2]{text-transform:capitalize!important}.text-lowercase[data-v-da87fdc2]{text-transform:lowercase!important}.text-uppercase[data-v-da87fdc2]{text-transform:uppercase!important}.font-weight-thin[data-v-da87fdc2]{font-weight:100!important}.font-weight-light[data-v-da87fdc2]{font-weight:300!important}.font-weight-regular[data-v-da87fdc2]{font-weight:400!important}.font-weight-medium[data-v-da87fdc2]{font-weight:500!important}.font-weight-bold[data-v-da87fdc2]{font-weight:700!important}.font-weight-black[data-v-da87fdc2]{font-weight:900!important}.font-italic[data-v-da87fdc2]{font-style:italic!important}.text-mono[data-v-da87fdc2]{font-family:monospace!important}.position-static[data-v-da87fdc2]{position:static!important}.position-relative[data-v-da87fdc2]{position:relative!important}.position-fixed[data-v-da87fdc2]{position:fixed!important}.position-absolute[data-v-da87fdc2]{position:absolute!important}.position-sticky[data-v-da87fdc2]{position:sticky!important}.fill-height[data-v-da87fdc2]{height:100%!important}.h-auto[data-v-da87fdc2]{height:auto!important}.h-screen[data-v-da87fdc2]{height:100vh!important;height:100dvh!important}.h-0[data-v-da87fdc2]{height:0!important}.h-25[data-v-da87fdc2]{height:25%!important}.h-50[data-v-da87fdc2]{height:50%!important}.h-75[data-v-da87fdc2]{height:75%!important}.h-100[data-v-da87fdc2]{height:100%!important}.w-auto[data-v-da87fdc2]{width:auto!important}.w-0[data-v-da87fdc2]{width:0!important}.w-25[data-v-da87fdc2]{width:25%!important}.w-33[data-v-da87fdc2]{width:33%!important}.w-50[data-v-da87fdc2]{width:50%!important}.w-66[data-v-da87fdc2]{width:66%!important}.w-75[data-v-da87fdc2]{width:75%!important}.w-100[data-v-da87fdc2]{width:100%!important}@media (min-width: 600px){.px-sm-6[data-v-da87fdc2]{padding-right:24px!important;padding-left:24px!important}.d-sm-none[data-v-da87fdc2]{display:none!important}.d-sm-inline[data-v-da87fdc2]{display:inline!important}.d-sm-inline-block[data-v-da87fdc2]{display:inline-block!important}.d-sm-block[data-v-da87fdc2]{display:block!important}.d-sm-table[data-v-da87fdc2]{display:table!important}.d-sm-table-row[data-v-da87fdc2]{display:table-row!important}.d-sm-table-cell[data-v-da87fdc2]{display:table-cell!important}.d-sm-flex[data-v-da87fdc2]{display:flex!important}.d-sm-inline-flex[data-v-da87fdc2]{display:inline-flex!important}.float-sm-none[data-v-da87fdc2]{float:none!important}.float-sm-left[data-v-da87fdc2]{float:left!important}.float-sm-right[data-v-da87fdc2]{float:right!important}.v-locale--is-rtl .float-sm-end[data-v-da87fdc2]{float:left!important}.v-locale--is-rtl .float-sm-start[data-v-da87fdc2],.v-locale--is-ltr .float-sm-end[data-v-da87fdc2]{float:right!important}.v-locale--is-ltr .float-sm-start[data-v-da87fdc2]{float:left!important}.flex-sm-fill[data-v-da87fdc2],.flex-sm-1-1[data-v-da87fdc2]{flex:1 1 auto!important}.flex-sm-1-0[data-v-da87fdc2]{flex:1 0 auto!important}.flex-sm-0-1[data-v-da87fdc2]{flex:0 1 auto!important}.flex-sm-0-0[data-v-da87fdc2]{flex:0 0 auto!important}.flex-sm-1-1-100[data-v-da87fdc2]{flex:1 1 100%!important}.flex-sm-1-0-100[data-v-da87fdc2]{flex:1 0 100%!important}.flex-sm-0-1-100[data-v-da87fdc2]{flex:0 1 100%!important}.flex-sm-0-0-100[data-v-da87fdc2]{flex:0 0 100%!important}.flex-sm-row[data-v-da87fdc2]{flex-direction:row!important}.flex-sm-column[data-v-da87fdc2]{flex-direction:column!important}.flex-sm-row-reverse[data-v-da87fdc2]{flex-direction:row-reverse!important}.flex-sm-column-reverse[data-v-da87fdc2]{flex-direction:column-reverse!important}.flex-sm-grow-0[data-v-da87fdc2]{flex-grow:0!important}.flex-sm-grow-1[data-v-da87fdc2]{flex-grow:1!important}.flex-sm-shrink-0[data-v-da87fdc2]{flex-shrink:0!important}.flex-sm-shrink-1[data-v-da87fdc2]{flex-shrink:1!important}.flex-sm-wrap[data-v-da87fdc2]{flex-wrap:wrap!important}.flex-sm-nowrap[data-v-da87fdc2]{flex-wrap:nowrap!important}.flex-sm-wrap-reverse[data-v-da87fdc2]{flex-wrap:wrap-reverse!important}.justify-sm-start[data-v-da87fdc2]{justify-content:flex-start!important}.justify-sm-end[data-v-da87fdc2]{justify-content:flex-end!important}.justify-sm-center[data-v-da87fdc2]{justify-content:center!important}.justify-sm-space-between[data-v-da87fdc2]{justify-content:space-between!important}.justify-sm-space-around[data-v-da87fdc2]{justify-content:space-around!important}.justify-sm-space-evenly[data-v-da87fdc2]{justify-content:space-evenly!important}.align-sm-start[data-v-da87fdc2]{align-items:flex-start!important}.align-sm-end[data-v-da87fdc2]{align-items:flex-end!important}.align-sm-center[data-v-da87fdc2]{align-items:center!important}.align-sm-baseline[data-v-da87fdc2]{align-items:baseline!important}.align-sm-stretch[data-v-da87fdc2]{align-items:stretch!important}.align-content-sm-start[data-v-da87fdc2]{align-content:flex-start!important}.align-content-sm-end[data-v-da87fdc2]{align-content:flex-end!important}.align-content-sm-center[data-v-da87fdc2]{align-content:center!important}.align-content-sm-space-between[data-v-da87fdc2]{align-content:space-between!important}.align-content-sm-space-around[data-v-da87fdc2]{align-content:space-around!important}.align-content-sm-space-evenly[data-v-da87fdc2]{align-content:space-evenly!important}.align-content-sm-stretch[data-v-da87fdc2]{align-content:stretch!important}.align-self-sm-auto[data-v-da87fdc2]{align-self:auto!important}.align-self-sm-start[data-v-da87fdc2]{align-self:flex-start!important}.align-self-sm-end[data-v-da87fdc2]{align-self:flex-end!important}.align-self-sm-center[data-v-da87fdc2]{align-self:center!important}.align-self-sm-baseline[data-v-da87fdc2]{align-self:baseline!important}.align-self-sm-stretch[data-v-da87fdc2]{align-self:stretch!important}.order-sm-first[data-v-da87fdc2]{order:-1!important}.order-sm-0[data-v-da87fdc2]{order:0!important}.order-sm-1[data-v-da87fdc2]{order:1!important}.order-sm-2[data-v-da87fdc2]{order:2!important}.order-sm-3[data-v-da87fdc2]{order:3!important}.order-sm-4[data-v-da87fdc2]{order:4!important}.order-sm-5[data-v-da87fdc2]{order:5!important}.order-sm-6[data-v-da87fdc2]{order:6!important}.order-sm-7[data-v-da87fdc2]{order:7!important}.order-sm-8[data-v-da87fdc2]{order:8!important}.order-sm-9[data-v-da87fdc2]{order:9!important}.order-sm-10[data-v-da87fdc2]{order:10!important}.order-sm-11[data-v-da87fdc2]{order:11!important}.order-sm-12[data-v-da87fdc2]{order:12!important}.order-sm-last[data-v-da87fdc2]{order:13!important}.ma-sm-0[data-v-da87fdc2]{margin:0!important}.ma-sm-1[data-v-da87fdc2]{margin:4px!important}.ma-sm-2[data-v-da87fdc2]{margin:8px!important}.ma-sm-3[data-v-da87fdc2]{margin:12px!important}.ma-sm-4[data-v-da87fdc2]{margin:16px!important}.ma-sm-5[data-v-da87fdc2]{margin:20px!important}.ma-sm-6[data-v-da87fdc2]{margin:24px!important}.ma-sm-7[data-v-da87fdc2]{margin:28px!important}.ma-sm-8[data-v-da87fdc2]{margin:32px!important}.ma-sm-9[data-v-da87fdc2]{margin:36px!important}.ma-sm-10[data-v-da87fdc2]{margin:40px!important}.ma-sm-11[data-v-da87fdc2]{margin:44px!important}.ma-sm-12[data-v-da87fdc2]{margin:48px!important}.ma-sm-13[data-v-da87fdc2]{margin:52px!important}.ma-sm-14[data-v-da87fdc2]{margin:56px!important}.ma-sm-15[data-v-da87fdc2]{margin:60px!important}.ma-sm-16[data-v-da87fdc2]{margin:64px!important}.ma-sm-auto[data-v-da87fdc2]{margin:auto!important}.mx-sm-0[data-v-da87fdc2]{margin-right:0!important;margin-left:0!important}.mx-sm-1[data-v-da87fdc2]{margin-right:4px!important;margin-left:4px!important}.mx-sm-2[data-v-da87fdc2]{margin-right:8px!important;margin-left:8px!important}.mx-sm-3[data-v-da87fdc2]{margin-right:12px!important;margin-left:12px!important}.mx-sm-4[data-v-da87fdc2]{margin-right:16px!important;margin-left:16px!important}.mx-sm-5[data-v-da87fdc2]{margin-right:20px!important;margin-left:20px!important}.mx-sm-6[data-v-da87fdc2]{margin-right:24px!important;margin-left:24px!important}.mx-sm-7[data-v-da87fdc2]{margin-right:28px!important;margin-left:28px!important}.mx-sm-8[data-v-da87fdc2]{margin-right:32px!important;margin-left:32px!important}.mx-sm-9[data-v-da87fdc2]{margin-right:36px!important;margin-left:36px!important}.mx-sm-10[data-v-da87fdc2]{margin-right:40px!important;margin-left:40px!important}.mx-sm-11[data-v-da87fdc2]{margin-right:44px!important;margin-left:44px!important}.mx-sm-12[data-v-da87fdc2]{margin-right:48px!important;margin-left:48px!important}.mx-sm-13[data-v-da87fdc2]{margin-right:52px!important;margin-left:52px!important}.mx-sm-14[data-v-da87fdc2]{margin-right:56px!important;margin-left:56px!important}.mx-sm-15[data-v-da87fdc2]{margin-right:60px!important;margin-left:60px!important}.mx-sm-16[data-v-da87fdc2]{margin-right:64px!important;margin-left:64px!important}.mx-sm-auto[data-v-da87fdc2]{margin-right:auto!important;margin-left:auto!important}.my-sm-0[data-v-da87fdc2]{margin-top:0!important;margin-bottom:0!important}.my-sm-1[data-v-da87fdc2]{margin-top:4px!important;margin-bottom:4px!important}.my-sm-2[data-v-da87fdc2]{margin-top:8px!important;margin-bottom:8px!important}.my-sm-3[data-v-da87fdc2]{margin-top:12px!important;margin-bottom:12px!important}.my-sm-4[data-v-da87fdc2]{margin-top:16px!important;margin-bottom:16px!important}.my-sm-5[data-v-da87fdc2]{margin-top:20px!important;margin-bottom:20px!important}.my-sm-6[data-v-da87fdc2]{margin-top:24px!important;margin-bottom:24px!important}.my-sm-7[data-v-da87fdc2]{margin-top:28px!important;margin-bottom:28px!important}.my-sm-8[data-v-da87fdc2]{margin-top:32px!important;margin-bottom:32px!important}.my-sm-9[data-v-da87fdc2]{margin-top:36px!important;margin-bottom:36px!important}.my-sm-10[data-v-da87fdc2]{margin-top:40px!important;margin-bottom:40px!important}.my-sm-11[data-v-da87fdc2]{margin-top:44px!important;margin-bottom:44px!important}.my-sm-12[data-v-da87fdc2]{margin-top:48px!important;margin-bottom:48px!important}.my-sm-13[data-v-da87fdc2]{margin-top:52px!important;margin-bottom:52px!important}.my-sm-14[data-v-da87fdc2]{margin-top:56px!important;margin-bottom:56px!important}.my-sm-15[data-v-da87fdc2]{margin-top:60px!important;margin-bottom:60px!important}.my-sm-16[data-v-da87fdc2]{margin-top:64px!important;margin-bottom:64px!important}.my-sm-auto[data-v-da87fdc2]{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0[data-v-da87fdc2]{margin-top:0!important}.mt-sm-1[data-v-da87fdc2]{margin-top:4px!important}.mt-sm-2[data-v-da87fdc2]{margin-top:8px!important}.mt-sm-3[data-v-da87fdc2]{margin-top:12px!important}.mt-sm-4[data-v-da87fdc2]{margin-top:16px!important}.mt-sm-5[data-v-da87fdc2]{margin-top:20px!important}.mt-sm-6[data-v-da87fdc2]{margin-top:24px!important}.mt-sm-7[data-v-da87fdc2]{margin-top:28px!important}.mt-sm-8[data-v-da87fdc2]{margin-top:32px!important}.mt-sm-9[data-v-da87fdc2]{margin-top:36px!important}.mt-sm-10[data-v-da87fdc2]{margin-top:40px!important}.mt-sm-11[data-v-da87fdc2]{margin-top:44px!important}.mt-sm-12[data-v-da87fdc2]{margin-top:48px!important}.mt-sm-13[data-v-da87fdc2]{margin-top:52px!important}.mt-sm-14[data-v-da87fdc2]{margin-top:56px!important}.mt-sm-15[data-v-da87fdc2]{margin-top:60px!important}.mt-sm-16[data-v-da87fdc2]{margin-top:64px!important}.mt-sm-auto[data-v-da87fdc2]{margin-top:auto!important}.mr-sm-0[data-v-da87fdc2]{margin-right:0!important}.mr-sm-1[data-v-da87fdc2]{margin-right:4px!important}.mr-sm-2[data-v-da87fdc2]{margin-right:8px!important}.mr-sm-3[data-v-da87fdc2]{margin-right:12px!important}.mr-sm-4[data-v-da87fdc2]{margin-right:16px!important}.mr-sm-5[data-v-da87fdc2]{margin-right:20px!important}.mr-sm-6[data-v-da87fdc2]{margin-right:24px!important}.mr-sm-7[data-v-da87fdc2]{margin-right:28px!important}.mr-sm-8[data-v-da87fdc2]{margin-right:32px!important}.mr-sm-9[data-v-da87fdc2]{margin-right:36px!important}.mr-sm-10[data-v-da87fdc2]{margin-right:40px!important}.mr-sm-11[data-v-da87fdc2]{margin-right:44px!important}.mr-sm-12[data-v-da87fdc2]{margin-right:48px!important}.mr-sm-13[data-v-da87fdc2]{margin-right:52px!important}.mr-sm-14[data-v-da87fdc2]{margin-right:56px!important}.mr-sm-15[data-v-da87fdc2]{margin-right:60px!important}.mr-sm-16[data-v-da87fdc2]{margin-right:64px!important}.mr-sm-auto[data-v-da87fdc2]{margin-right:auto!important}.mb-sm-0[data-v-da87fdc2]{margin-bottom:0!important}.mb-sm-1[data-v-da87fdc2]{margin-bottom:4px!important}.mb-sm-2[data-v-da87fdc2]{margin-bottom:8px!important}.mb-sm-3[data-v-da87fdc2]{margin-bottom:12px!important}.mb-sm-4[data-v-da87fdc2]{margin-bottom:16px!important}.mb-sm-5[data-v-da87fdc2]{margin-bottom:20px!important}.mb-sm-6[data-v-da87fdc2]{margin-bottom:24px!important}.mb-sm-7[data-v-da87fdc2]{margin-bottom:28px!important}.mb-sm-8[data-v-da87fdc2]{margin-bottom:32px!important}.mb-sm-9[data-v-da87fdc2]{margin-bottom:36px!important}.mb-sm-10[data-v-da87fdc2]{margin-bottom:40px!important}.mb-sm-11[data-v-da87fdc2]{margin-bottom:44px!important}.mb-sm-12[data-v-da87fdc2]{margin-bottom:48px!important}.mb-sm-13[data-v-da87fdc2]{margin-bottom:52px!important}.mb-sm-14[data-v-da87fdc2]{margin-bottom:56px!important}.mb-sm-15[data-v-da87fdc2]{margin-bottom:60px!important}.mb-sm-16[data-v-da87fdc2]{margin-bottom:64px!important}.mb-sm-auto[data-v-da87fdc2]{margin-bottom:auto!important}.ml-sm-0[data-v-da87fdc2]{margin-left:0!important}.ml-sm-1[data-v-da87fdc2]{margin-left:4px!important}.ml-sm-2[data-v-da87fdc2]{margin-left:8px!important}.ml-sm-3[data-v-da87fdc2]{margin-left:12px!important}.ml-sm-4[data-v-da87fdc2]{margin-left:16px!important}.ml-sm-5[data-v-da87fdc2]{margin-left:20px!important}.ml-sm-6[data-v-da87fdc2]{margin-left:24px!important}.ml-sm-7[data-v-da87fdc2]{margin-left:28px!important}.ml-sm-8[data-v-da87fdc2]{margin-left:32px!important}.ml-sm-9[data-v-da87fdc2]{margin-left:36px!important}.ml-sm-10[data-v-da87fdc2]{margin-left:40px!important}.ml-sm-11[data-v-da87fdc2]{margin-left:44px!important}.ml-sm-12[data-v-da87fdc2]{margin-left:48px!important}.ml-sm-13[data-v-da87fdc2]{margin-left:52px!important}.ml-sm-14[data-v-da87fdc2]{margin-left:56px!important}.ml-sm-15[data-v-da87fdc2]{margin-left:60px!important}.ml-sm-16[data-v-da87fdc2]{margin-left:64px!important}.ml-sm-auto[data-v-da87fdc2]{margin-left:auto!important}.ms-sm-0[data-v-da87fdc2]{margin-inline-start:0px!important}.ms-sm-1[data-v-da87fdc2]{margin-inline-start:4px!important}.ms-sm-2[data-v-da87fdc2]{margin-inline-start:8px!important}.ms-sm-3[data-v-da87fdc2]{margin-inline-start:12px!important}.ms-sm-4[data-v-da87fdc2]{margin-inline-start:16px!important}.ms-sm-5[data-v-da87fdc2]{margin-inline-start:20px!important}.ms-sm-6[data-v-da87fdc2]{margin-inline-start:24px!important}.ms-sm-7[data-v-da87fdc2]{margin-inline-start:28px!important}.ms-sm-8[data-v-da87fdc2]{margin-inline-start:32px!important}.ms-sm-9[data-v-da87fdc2]{margin-inline-start:36px!important}.ms-sm-10[data-v-da87fdc2]{margin-inline-start:40px!important}.ms-sm-11[data-v-da87fdc2]{margin-inline-start:44px!important}.ms-sm-12[data-v-da87fdc2]{margin-inline-start:48px!important}.ms-sm-13[data-v-da87fdc2]{margin-inline-start:52px!important}.ms-sm-14[data-v-da87fdc2]{margin-inline-start:56px!important}.ms-sm-15[data-v-da87fdc2]{margin-inline-start:60px!important}.ms-sm-16[data-v-da87fdc2]{margin-inline-start:64px!important}.ms-sm-auto[data-v-da87fdc2]{margin-inline-start:auto!important}.me-sm-0[data-v-da87fdc2]{margin-inline-end:0px!important}.me-sm-1[data-v-da87fdc2]{margin-inline-end:4px!important}.me-sm-2[data-v-da87fdc2]{margin-inline-end:8px!important}.me-sm-3[data-v-da87fdc2]{margin-inline-end:12px!important}.me-sm-4[data-v-da87fdc2]{margin-inline-end:16px!important}.me-sm-5[data-v-da87fdc2]{margin-inline-end:20px!important}.me-sm-6[data-v-da87fdc2]{margin-inline-end:24px!important}.me-sm-7[data-v-da87fdc2]{margin-inline-end:28px!important}.me-sm-8[data-v-da87fdc2]{margin-inline-end:32px!important}.me-sm-9[data-v-da87fdc2]{margin-inline-end:36px!important}.me-sm-10[data-v-da87fdc2]{margin-inline-end:40px!important}.me-sm-11[data-v-da87fdc2]{margin-inline-end:44px!important}.me-sm-12[data-v-da87fdc2]{margin-inline-end:48px!important}.me-sm-13[data-v-da87fdc2]{margin-inline-end:52px!important}.me-sm-14[data-v-da87fdc2]{margin-inline-end:56px!important}.me-sm-15[data-v-da87fdc2]{margin-inline-end:60px!important}.me-sm-16[data-v-da87fdc2]{margin-inline-end:64px!important}.me-sm-auto[data-v-da87fdc2]{margin-inline-end:auto!important}.ma-sm-n1[data-v-da87fdc2]{margin:-4px!important}.ma-sm-n2[data-v-da87fdc2]{margin:-8px!important}.ma-sm-n3[data-v-da87fdc2]{margin:-12px!important}.ma-sm-n4[data-v-da87fdc2]{margin:-16px!important}.ma-sm-n5[data-v-da87fdc2]{margin:-20px!important}.ma-sm-n6[data-v-da87fdc2]{margin:-24px!important}.ma-sm-n7[data-v-da87fdc2]{margin:-28px!important}.ma-sm-n8[data-v-da87fdc2]{margin:-32px!important}.ma-sm-n9[data-v-da87fdc2]{margin:-36px!important}.ma-sm-n10[data-v-da87fdc2]{margin:-40px!important}.ma-sm-n11[data-v-da87fdc2]{margin:-44px!important}.ma-sm-n12[data-v-da87fdc2]{margin:-48px!important}.ma-sm-n13[data-v-da87fdc2]{margin:-52px!important}.ma-sm-n14[data-v-da87fdc2]{margin:-56px!important}.ma-sm-n15[data-v-da87fdc2]{margin:-60px!important}.ma-sm-n16[data-v-da87fdc2]{margin:-64px!important}.mx-sm-n1[data-v-da87fdc2]{margin-right:-4px!important;margin-left:-4px!important}.mx-sm-n2[data-v-da87fdc2]{margin-right:-8px!important;margin-left:-8px!important}.mx-sm-n3[data-v-da87fdc2]{margin-right:-12px!important;margin-left:-12px!important}.mx-sm-n4[data-v-da87fdc2]{margin-right:-16px!important;margin-left:-16px!important}.mx-sm-n5[data-v-da87fdc2]{margin-right:-20px!important;margin-left:-20px!important}.mx-sm-n6[data-v-da87fdc2]{margin-right:-24px!important;margin-left:-24px!important}.mx-sm-n7[data-v-da87fdc2]{margin-right:-28px!important;margin-left:-28px!important}.mx-sm-n8[data-v-da87fdc2]{margin-right:-32px!important;margin-left:-32px!important}.mx-sm-n9[data-v-da87fdc2]{margin-right:-36px!important;margin-left:-36px!important}.mx-sm-n10[data-v-da87fdc2]{margin-right:-40px!important;margin-left:-40px!important}.mx-sm-n11[data-v-da87fdc2]{margin-right:-44px!important;margin-left:-44px!important}.mx-sm-n12[data-v-da87fdc2]{margin-right:-48px!important;margin-left:-48px!important}.mx-sm-n13[data-v-da87fdc2]{margin-right:-52px!important;margin-left:-52px!important}.mx-sm-n14[data-v-da87fdc2]{margin-right:-56px!important;margin-left:-56px!important}.mx-sm-n15[data-v-da87fdc2]{margin-right:-60px!important;margin-left:-60px!important}.mx-sm-n16[data-v-da87fdc2]{margin-right:-64px!important;margin-left:-64px!important}.my-sm-n1[data-v-da87fdc2]{margin-top:-4px!important;margin-bottom:-4px!important}.my-sm-n2[data-v-da87fdc2]{margin-top:-8px!important;margin-bottom:-8px!important}.my-sm-n3[data-v-da87fdc2]{margin-top:-12px!important;margin-bottom:-12px!important}.my-sm-n4[data-v-da87fdc2]{margin-top:-16px!important;margin-bottom:-16px!important}.my-sm-n5[data-v-da87fdc2]{margin-top:-20px!important;margin-bottom:-20px!important}.my-sm-n6[data-v-da87fdc2]{margin-top:-24px!important;margin-bottom:-24px!important}.my-sm-n7[data-v-da87fdc2]{margin-top:-28px!important;margin-bottom:-28px!important}.my-sm-n8[data-v-da87fdc2]{margin-top:-32px!important;margin-bottom:-32px!important}.my-sm-n9[data-v-da87fdc2]{margin-top:-36px!important;margin-bottom:-36px!important}.my-sm-n10[data-v-da87fdc2]{margin-top:-40px!important;margin-bottom:-40px!important}.my-sm-n11[data-v-da87fdc2]{margin-top:-44px!important;margin-bottom:-44px!important}.my-sm-n12[data-v-da87fdc2]{margin-top:-48px!important;margin-bottom:-48px!important}.my-sm-n13[data-v-da87fdc2]{margin-top:-52px!important;margin-bottom:-52px!important}.my-sm-n14[data-v-da87fdc2]{margin-top:-56px!important;margin-bottom:-56px!important}.my-sm-n15[data-v-da87fdc2]{margin-top:-60px!important;margin-bottom:-60px!important}.my-sm-n16[data-v-da87fdc2]{margin-top:-64px!important;margin-bottom:-64px!important}.mt-sm-n1[data-v-da87fdc2]{margin-top:-4px!important}.mt-sm-n2[data-v-da87fdc2]{margin-top:-8px!important}.mt-sm-n3[data-v-da87fdc2]{margin-top:-12px!important}.mt-sm-n4[data-v-da87fdc2]{margin-top:-16px!important}.mt-sm-n5[data-v-da87fdc2]{margin-top:-20px!important}.mt-sm-n6[data-v-da87fdc2]{margin-top:-24px!important}.mt-sm-n7[data-v-da87fdc2]{margin-top:-28px!important}.mt-sm-n8[data-v-da87fdc2]{margin-top:-32px!important}.mt-sm-n9[data-v-da87fdc2]{margin-top:-36px!important}.mt-sm-n10[data-v-da87fdc2]{margin-top:-40px!important}.mt-sm-n11[data-v-da87fdc2]{margin-top:-44px!important}.mt-sm-n12[data-v-da87fdc2]{margin-top:-48px!important}.mt-sm-n13[data-v-da87fdc2]{margin-top:-52px!important}.mt-sm-n14[data-v-da87fdc2]{margin-top:-56px!important}.mt-sm-n15[data-v-da87fdc2]{margin-top:-60px!important}.mt-sm-n16[data-v-da87fdc2]{margin-top:-64px!important}.mr-sm-n1[data-v-da87fdc2]{margin-right:-4px!important}.mr-sm-n2[data-v-da87fdc2]{margin-right:-8px!important}.mr-sm-n3[data-v-da87fdc2]{margin-right:-12px!important}.mr-sm-n4[data-v-da87fdc2]{margin-right:-16px!important}.mr-sm-n5[data-v-da87fdc2]{margin-right:-20px!important}.mr-sm-n6[data-v-da87fdc2]{margin-right:-24px!important}.mr-sm-n7[data-v-da87fdc2]{margin-right:-28px!important}.mr-sm-n8[data-v-da87fdc2]{margin-right:-32px!important}.mr-sm-n9[data-v-da87fdc2]{margin-right:-36px!important}.mr-sm-n10[data-v-da87fdc2]{margin-right:-40px!important}.mr-sm-n11[data-v-da87fdc2]{margin-right:-44px!important}.mr-sm-n12[data-v-da87fdc2]{margin-right:-48px!important}.mr-sm-n13[data-v-da87fdc2]{margin-right:-52px!important}.mr-sm-n14[data-v-da87fdc2]{margin-right:-56px!important}.mr-sm-n15[data-v-da87fdc2]{margin-right:-60px!important}.mr-sm-n16[data-v-da87fdc2]{margin-right:-64px!important}.mb-sm-n1[data-v-da87fdc2]{margin-bottom:-4px!important}.mb-sm-n2[data-v-da87fdc2]{margin-bottom:-8px!important}.mb-sm-n3[data-v-da87fdc2]{margin-bottom:-12px!important}.mb-sm-n4[data-v-da87fdc2]{margin-bottom:-16px!important}.mb-sm-n5[data-v-da87fdc2]{margin-bottom:-20px!important}.mb-sm-n6[data-v-da87fdc2]{margin-bottom:-24px!important}.mb-sm-n7[data-v-da87fdc2]{margin-bottom:-28px!important}.mb-sm-n8[data-v-da87fdc2]{margin-bottom:-32px!important}.mb-sm-n9[data-v-da87fdc2]{margin-bottom:-36px!important}.mb-sm-n10[data-v-da87fdc2]{margin-bottom:-40px!important}.mb-sm-n11[data-v-da87fdc2]{margin-bottom:-44px!important}.mb-sm-n12[data-v-da87fdc2]{margin-bottom:-48px!important}.mb-sm-n13[data-v-da87fdc2]{margin-bottom:-52px!important}.mb-sm-n14[data-v-da87fdc2]{margin-bottom:-56px!important}.mb-sm-n15[data-v-da87fdc2]{margin-bottom:-60px!important}.mb-sm-n16[data-v-da87fdc2]{margin-bottom:-64px!important}.ml-sm-n1[data-v-da87fdc2]{margin-left:-4px!important}.ml-sm-n2[data-v-da87fdc2]{margin-left:-8px!important}.ml-sm-n3[data-v-da87fdc2]{margin-left:-12px!important}.ml-sm-n4[data-v-da87fdc2]{margin-left:-16px!important}.ml-sm-n5[data-v-da87fdc2]{margin-left:-20px!important}.ml-sm-n6[data-v-da87fdc2]{margin-left:-24px!important}.ml-sm-n7[data-v-da87fdc2]{margin-left:-28px!important}.ml-sm-n8[data-v-da87fdc2]{margin-left:-32px!important}.ml-sm-n9[data-v-da87fdc2]{margin-left:-36px!important}.ml-sm-n10[data-v-da87fdc2]{margin-left:-40px!important}.ml-sm-n11[data-v-da87fdc2]{margin-left:-44px!important}.ml-sm-n12[data-v-da87fdc2]{margin-left:-48px!important}.ml-sm-n13[data-v-da87fdc2]{margin-left:-52px!important}.ml-sm-n14[data-v-da87fdc2]{margin-left:-56px!important}.ml-sm-n15[data-v-da87fdc2]{margin-left:-60px!important}.ml-sm-n16[data-v-da87fdc2]{margin-left:-64px!important}.ms-sm-n1[data-v-da87fdc2]{margin-inline-start:-4px!important}.ms-sm-n2[data-v-da87fdc2]{margin-inline-start:-8px!important}.ms-sm-n3[data-v-da87fdc2]{margin-inline-start:-12px!important}.ms-sm-n4[data-v-da87fdc2]{margin-inline-start:-16px!important}.ms-sm-n5[data-v-da87fdc2]{margin-inline-start:-20px!important}.ms-sm-n6[data-v-da87fdc2]{margin-inline-start:-24px!important}.ms-sm-n7[data-v-da87fdc2]{margin-inline-start:-28px!important}.ms-sm-n8[data-v-da87fdc2]{margin-inline-start:-32px!important}.ms-sm-n9[data-v-da87fdc2]{margin-inline-start:-36px!important}.ms-sm-n10[data-v-da87fdc2]{margin-inline-start:-40px!important}.ms-sm-n11[data-v-da87fdc2]{margin-inline-start:-44px!important}.ms-sm-n12[data-v-da87fdc2]{margin-inline-start:-48px!important}.ms-sm-n13[data-v-da87fdc2]{margin-inline-start:-52px!important}.ms-sm-n14[data-v-da87fdc2]{margin-inline-start:-56px!important}.ms-sm-n15[data-v-da87fdc2]{margin-inline-start:-60px!important}.ms-sm-n16[data-v-da87fdc2]{margin-inline-start:-64px!important}.me-sm-n1[data-v-da87fdc2]{margin-inline-end:-4px!important}.me-sm-n2[data-v-da87fdc2]{margin-inline-end:-8px!important}.me-sm-n3[data-v-da87fdc2]{margin-inline-end:-12px!important}.me-sm-n4[data-v-da87fdc2]{margin-inline-end:-16px!important}.me-sm-n5[data-v-da87fdc2]{margin-inline-end:-20px!important}.me-sm-n6[data-v-da87fdc2]{margin-inline-end:-24px!important}.me-sm-n7[data-v-da87fdc2]{margin-inline-end:-28px!important}.me-sm-n8[data-v-da87fdc2]{margin-inline-end:-32px!important}.me-sm-n9[data-v-da87fdc2]{margin-inline-end:-36px!important}.me-sm-n10[data-v-da87fdc2]{margin-inline-end:-40px!important}.me-sm-n11[data-v-da87fdc2]{margin-inline-end:-44px!important}.me-sm-n12[data-v-da87fdc2]{margin-inline-end:-48px!important}.me-sm-n13[data-v-da87fdc2]{margin-inline-end:-52px!important}.me-sm-n14[data-v-da87fdc2]{margin-inline-end:-56px!important}.me-sm-n15[data-v-da87fdc2]{margin-inline-end:-60px!important}.me-sm-n16[data-v-da87fdc2]{margin-inline-end:-64px!important}.pa-sm-0[data-v-da87fdc2]{padding:0!important}.pa-sm-1[data-v-da87fdc2]{padding:4px!important}.pa-sm-2[data-v-da87fdc2]{padding:8px!important}.pa-sm-3[data-v-da87fdc2]{padding:12px!important}.pa-sm-4[data-v-da87fdc2]{padding:16px!important}.pa-sm-5[data-v-da87fdc2]{padding:20px!important}.pa-sm-6[data-v-da87fdc2]{padding:24px!important}.pa-sm-7[data-v-da87fdc2]{padding:28px!important}.pa-sm-8[data-v-da87fdc2]{padding:32px!important}.pa-sm-9[data-v-da87fdc2]{padding:36px!important}.pa-sm-10[data-v-da87fdc2]{padding:40px!important}.pa-sm-11[data-v-da87fdc2]{padding:44px!important}.pa-sm-12[data-v-da87fdc2]{padding:48px!important}.pa-sm-13[data-v-da87fdc2]{padding:52px!important}.pa-sm-14[data-v-da87fdc2]{padding:56px!important}.pa-sm-15[data-v-da87fdc2]{padding:60px!important}.pa-sm-16[data-v-da87fdc2]{padding:64px!important}.px-sm-0[data-v-da87fdc2]{padding-right:0!important;padding-left:0!important}.px-sm-1[data-v-da87fdc2]{padding-right:4px!important;padding-left:4px!important}.px-sm-2[data-v-da87fdc2]{padding-right:8px!important;padding-left:8px!important}.px-sm-3[data-v-da87fdc2]{padding-right:12px!important;padding-left:12px!important}.px-sm-4[data-v-da87fdc2]{padding-right:16px!important;padding-left:16px!important}.px-sm-5[data-v-da87fdc2]{padding-right:20px!important;padding-left:20px!important}.px-sm-7[data-v-da87fdc2]{padding-right:28px!important;padding-left:28px!important}.px-sm-8[data-v-da87fdc2]{padding-right:32px!important;padding-left:32px!important}.px-sm-9[data-v-da87fdc2]{padding-right:36px!important;padding-left:36px!important}.px-sm-10[data-v-da87fdc2]{padding-right:40px!important;padding-left:40px!important}.px-sm-11[data-v-da87fdc2]{padding-right:44px!important;padding-left:44px!important}.px-sm-12[data-v-da87fdc2]{padding-right:48px!important;padding-left:48px!important}.px-sm-13[data-v-da87fdc2]{padding-right:52px!important;padding-left:52px!important}.px-sm-14[data-v-da87fdc2]{padding-right:56px!important;padding-left:56px!important}.px-sm-15[data-v-da87fdc2]{padding-right:60px!important;padding-left:60px!important}.px-sm-16[data-v-da87fdc2]{padding-right:64px!important;padding-left:64px!important}.py-sm-0[data-v-da87fdc2]{padding-top:0!important;padding-bottom:0!important}.py-sm-1[data-v-da87fdc2]{padding-top:4px!important;padding-bottom:4px!important}.py-sm-2[data-v-da87fdc2]{padding-top:8px!important;padding-bottom:8px!important}.py-sm-3[data-v-da87fdc2]{padding-top:12px!important;padding-bottom:12px!important}.py-sm-4[data-v-da87fdc2]{padding-top:16px!important;padding-bottom:16px!important}.py-sm-5[data-v-da87fdc2]{padding-top:20px!important;padding-bottom:20px!important}.py-sm-6[data-v-da87fdc2]{padding-top:24px!important;padding-bottom:24px!important}.py-sm-7[data-v-da87fdc2]{padding-top:28px!important;padding-bottom:28px!important}.py-sm-8[data-v-da87fdc2]{padding-top:32px!important;padding-bottom:32px!important}.py-sm-9[data-v-da87fdc2]{padding-top:36px!important;padding-bottom:36px!important}.py-sm-10[data-v-da87fdc2]{padding-top:40px!important;padding-bottom:40px!important}.py-sm-11[data-v-da87fdc2]{padding-top:44px!important;padding-bottom:44px!important}.py-sm-12[data-v-da87fdc2]{padding-top:48px!important;padding-bottom:48px!important}.py-sm-13[data-v-da87fdc2]{padding-top:52px!important;padding-bottom:52px!important}.py-sm-14[data-v-da87fdc2]{padding-top:56px!important;padding-bottom:56px!important}.py-sm-15[data-v-da87fdc2]{padding-top:60px!important;padding-bottom:60px!important}.py-sm-16[data-v-da87fdc2]{padding-top:64px!important;padding-bottom:64px!important}.pt-sm-0[data-v-da87fdc2]{padding-top:0!important}.pt-sm-1[data-v-da87fdc2]{padding-top:4px!important}.pt-sm-2[data-v-da87fdc2]{padding-top:8px!important}.pt-sm-3[data-v-da87fdc2]{padding-top:12px!important}.pt-sm-4[data-v-da87fdc2]{padding-top:16px!important}.pt-sm-5[data-v-da87fdc2]{padding-top:20px!important}.pt-sm-6[data-v-da87fdc2]{padding-top:24px!important}.pt-sm-7[data-v-da87fdc2]{padding-top:28px!important}.pt-sm-8[data-v-da87fdc2]{padding-top:32px!important}.pt-sm-9[data-v-da87fdc2]{padding-top:36px!important}.pt-sm-10[data-v-da87fdc2]{padding-top:40px!important}.pt-sm-11[data-v-da87fdc2]{padding-top:44px!important}.pt-sm-12[data-v-da87fdc2]{padding-top:48px!important}.pt-sm-13[data-v-da87fdc2]{padding-top:52px!important}.pt-sm-14[data-v-da87fdc2]{padding-top:56px!important}.pt-sm-15[data-v-da87fdc2]{padding-top:60px!important}.pt-sm-16[data-v-da87fdc2]{padding-top:64px!important}.pr-sm-0[data-v-da87fdc2]{padding-right:0!important}.pr-sm-1[data-v-da87fdc2]{padding-right:4px!important}.pr-sm-2[data-v-da87fdc2]{padding-right:8px!important}.pr-sm-3[data-v-da87fdc2]{padding-right:12px!important}.pr-sm-4[data-v-da87fdc2]{padding-right:16px!important}.pr-sm-5[data-v-da87fdc2]{padding-right:20px!important}.pr-sm-6[data-v-da87fdc2]{padding-right:24px!important}.pr-sm-7[data-v-da87fdc2]{padding-right:28px!important}.pr-sm-8[data-v-da87fdc2]{padding-right:32px!important}.pr-sm-9[data-v-da87fdc2]{padding-right:36px!important}.pr-sm-10[data-v-da87fdc2]{padding-right:40px!important}.pr-sm-11[data-v-da87fdc2]{padding-right:44px!important}.pr-sm-12[data-v-da87fdc2]{padding-right:48px!important}.pr-sm-13[data-v-da87fdc2]{padding-right:52px!important}.pr-sm-14[data-v-da87fdc2]{padding-right:56px!important}.pr-sm-15[data-v-da87fdc2]{padding-right:60px!important}.pr-sm-16[data-v-da87fdc2]{padding-right:64px!important}.pb-sm-0[data-v-da87fdc2]{padding-bottom:0!important}.pb-sm-1[data-v-da87fdc2]{padding-bottom:4px!important}.pb-sm-2[data-v-da87fdc2]{padding-bottom:8px!important}.pb-sm-3[data-v-da87fdc2]{padding-bottom:12px!important}.pb-sm-4[data-v-da87fdc2]{padding-bottom:16px!important}.pb-sm-5[data-v-da87fdc2]{padding-bottom:20px!important}.pb-sm-6[data-v-da87fdc2]{padding-bottom:24px!important}.pb-sm-7[data-v-da87fdc2]{padding-bottom:28px!important}.pb-sm-8[data-v-da87fdc2]{padding-bottom:32px!important}.pb-sm-9[data-v-da87fdc2]{padding-bottom:36px!important}.pb-sm-10[data-v-da87fdc2]{padding-bottom:40px!important}.pb-sm-11[data-v-da87fdc2]{padding-bottom:44px!important}.pb-sm-12[data-v-da87fdc2]{padding-bottom:48px!important}.pb-sm-13[data-v-da87fdc2]{padding-bottom:52px!important}.pb-sm-14[data-v-da87fdc2]{padding-bottom:56px!important}.pb-sm-15[data-v-da87fdc2]{padding-bottom:60px!important}.pb-sm-16[data-v-da87fdc2]{padding-bottom:64px!important}.pl-sm-0[data-v-da87fdc2]{padding-left:0!important}.pl-sm-1[data-v-da87fdc2]{padding-left:4px!important}.pl-sm-2[data-v-da87fdc2]{padding-left:8px!important}.pl-sm-3[data-v-da87fdc2]{padding-left:12px!important}.pl-sm-4[data-v-da87fdc2]{padding-left:16px!important}.pl-sm-5[data-v-da87fdc2]{padding-left:20px!important}.pl-sm-6[data-v-da87fdc2]{padding-left:24px!important}.pl-sm-7[data-v-da87fdc2]{padding-left:28px!important}.pl-sm-8[data-v-da87fdc2]{padding-left:32px!important}.pl-sm-9[data-v-da87fdc2]{padding-left:36px!important}.pl-sm-10[data-v-da87fdc2]{padding-left:40px!important}.pl-sm-11[data-v-da87fdc2]{padding-left:44px!important}.pl-sm-12[data-v-da87fdc2]{padding-left:48px!important}.pl-sm-13[data-v-da87fdc2]{padding-left:52px!important}.pl-sm-14[data-v-da87fdc2]{padding-left:56px!important}.pl-sm-15[data-v-da87fdc2]{padding-left:60px!important}.pl-sm-16[data-v-da87fdc2]{padding-left:64px!important}.ps-sm-0[data-v-da87fdc2]{padding-inline-start:0px!important}.ps-sm-1[data-v-da87fdc2]{padding-inline-start:4px!important}.ps-sm-2[data-v-da87fdc2]{padding-inline-start:8px!important}.ps-sm-3[data-v-da87fdc2]{padding-inline-start:12px!important}.ps-sm-4[data-v-da87fdc2]{padding-inline-start:16px!important}.ps-sm-5[data-v-da87fdc2]{padding-inline-start:20px!important}.ps-sm-6[data-v-da87fdc2]{padding-inline-start:24px!important}.ps-sm-7[data-v-da87fdc2]{padding-inline-start:28px!important}.ps-sm-8[data-v-da87fdc2]{padding-inline-start:32px!important}.ps-sm-9[data-v-da87fdc2]{padding-inline-start:36px!important}.ps-sm-10[data-v-da87fdc2]{padding-inline-start:40px!important}.ps-sm-11[data-v-da87fdc2]{padding-inline-start:44px!important}.ps-sm-12[data-v-da87fdc2]{padding-inline-start:48px!important}.ps-sm-13[data-v-da87fdc2]{padding-inline-start:52px!important}.ps-sm-14[data-v-da87fdc2]{padding-inline-start:56px!important}.ps-sm-15[data-v-da87fdc2]{padding-inline-start:60px!important}.ps-sm-16[data-v-da87fdc2]{padding-inline-start:64px!important}.pe-sm-0[data-v-da87fdc2]{padding-inline-end:0px!important}.pe-sm-1[data-v-da87fdc2]{padding-inline-end:4px!important}.pe-sm-2[data-v-da87fdc2]{padding-inline-end:8px!important}.pe-sm-3[data-v-da87fdc2]{padding-inline-end:12px!important}.pe-sm-4[data-v-da87fdc2]{padding-inline-end:16px!important}.pe-sm-5[data-v-da87fdc2]{padding-inline-end:20px!important}.pe-sm-6[data-v-da87fdc2]{padding-inline-end:24px!important}.pe-sm-7[data-v-da87fdc2]{padding-inline-end:28px!important}.pe-sm-8[data-v-da87fdc2]{padding-inline-end:32px!important}.pe-sm-9[data-v-da87fdc2]{padding-inline-end:36px!important}.pe-sm-10[data-v-da87fdc2]{padding-inline-end:40px!important}.pe-sm-11[data-v-da87fdc2]{padding-inline-end:44px!important}.pe-sm-12[data-v-da87fdc2]{padding-inline-end:48px!important}.pe-sm-13[data-v-da87fdc2]{padding-inline-end:52px!important}.pe-sm-14[data-v-da87fdc2]{padding-inline-end:56px!important}.pe-sm-15[data-v-da87fdc2]{padding-inline-end:60px!important}.pe-sm-16[data-v-da87fdc2]{padding-inline-end:64px!important}.text-sm-left[data-v-da87fdc2]{text-align:left!important}.text-sm-right[data-v-da87fdc2]{text-align:right!important}.text-sm-center[data-v-da87fdc2]{text-align:center!important}.text-sm-justify[data-v-da87fdc2]{text-align:justify!important}.text-sm-start[data-v-da87fdc2]{text-align:start!important}.text-sm-end[data-v-da87fdc2]{text-align:end!important}.text-sm-h1[data-v-da87fdc2]{font-size:6rem!important;font-weight:300;line-height:6rem;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-sm-h2[data-v-da87fdc2]{font-size:3.75rem!important;font-weight:300;line-height:3.75rem;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-sm-h3[data-v-da87fdc2]{font-size:3rem!important;font-weight:400;line-height:3.125rem;letter-spacing:normal!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-sm-h4[data-v-da87fdc2]{font-size:2.125rem!important;font-weight:400;line-height:2.5rem;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-sm-h5[data-v-da87fdc2]{font-size:1.5rem!important;font-weight:400;line-height:2rem;letter-spacing:normal!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-sm-h6[data-v-da87fdc2]{font-size:1.25rem!important;font-weight:500;line-height:2rem;letter-spacing:.0125em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-sm-subtitle-1[data-v-da87fdc2]{font-size:1rem!important;font-weight:400;line-height:1.75rem;letter-spacing:.009375em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-sm-subtitle-2[data-v-da87fdc2]{font-size:.875rem!important;font-weight:500;line-height:1.375rem;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-sm-body-1[data-v-da87fdc2]{font-size:1rem!important;font-weight:400;line-height:1.5rem;letter-spacing:.03125em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-sm-body-2[data-v-da87fdc2]{font-size:.875rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-sm-button[data-v-da87fdc2]{font-size:.875rem!important;font-weight:500;line-height:2.25rem;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif!important;text-transform:uppercase!important}.text-sm-caption[data-v-da87fdc2]{font-size:.75rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-sm-overline[data-v-da87fdc2]{font-size:.75rem!important;font-weight:500;line-height:2rem;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif!important;text-transform:uppercase!important}}@media (min-width: 960px){.d-md-none[data-v-da87fdc2]{display:none!important}.d-md-inline[data-v-da87fdc2]{display:inline!important}.d-md-inline-block[data-v-da87fdc2]{display:inline-block!important}.d-md-block[data-v-da87fdc2]{display:block!important}.d-md-table[data-v-da87fdc2]{display:table!important}.d-md-table-row[data-v-da87fdc2]{display:table-row!important}.d-md-table-cell[data-v-da87fdc2]{display:table-cell!important}.d-md-flex[data-v-da87fdc2]{display:flex!important}.d-md-inline-flex[data-v-da87fdc2]{display:inline-flex!important}.float-md-none[data-v-da87fdc2]{float:none!important}.float-md-left[data-v-da87fdc2]{float:left!important}.float-md-right[data-v-da87fdc2]{float:right!important}.v-locale--is-rtl .float-md-end[data-v-da87fdc2]{float:left!important}.v-locale--is-rtl .float-md-start[data-v-da87fdc2],.v-locale--is-ltr .float-md-end[data-v-da87fdc2]{float:right!important}.v-locale--is-ltr .float-md-start[data-v-da87fdc2]{float:left!important}.flex-md-fill[data-v-da87fdc2],.flex-md-1-1[data-v-da87fdc2]{flex:1 1 auto!important}.flex-md-1-0[data-v-da87fdc2]{flex:1 0 auto!important}.flex-md-0-1[data-v-da87fdc2]{flex:0 1 auto!important}.flex-md-0-0[data-v-da87fdc2]{flex:0 0 auto!important}.flex-md-1-1-100[data-v-da87fdc2]{flex:1 1 100%!important}.flex-md-1-0-100[data-v-da87fdc2]{flex:1 0 100%!important}.flex-md-0-1-100[data-v-da87fdc2]{flex:0 1 100%!important}.flex-md-0-0-100[data-v-da87fdc2]{flex:0 0 100%!important}.flex-md-row[data-v-da87fdc2]{flex-direction:row!important}.flex-md-column[data-v-da87fdc2]{flex-direction:column!important}.flex-md-row-reverse[data-v-da87fdc2]{flex-direction:row-reverse!important}.flex-md-column-reverse[data-v-da87fdc2]{flex-direction:column-reverse!important}.flex-md-grow-0[data-v-da87fdc2]{flex-grow:0!important}.flex-md-grow-1[data-v-da87fdc2]{flex-grow:1!important}.flex-md-shrink-0[data-v-da87fdc2]{flex-shrink:0!important}.flex-md-shrink-1[data-v-da87fdc2]{flex-shrink:1!important}.flex-md-wrap[data-v-da87fdc2]{flex-wrap:wrap!important}.flex-md-nowrap[data-v-da87fdc2]{flex-wrap:nowrap!important}.flex-md-wrap-reverse[data-v-da87fdc2]{flex-wrap:wrap-reverse!important}.justify-md-start[data-v-da87fdc2]{justify-content:flex-start!important}.justify-md-end[data-v-da87fdc2]{justify-content:flex-end!important}.justify-md-center[data-v-da87fdc2]{justify-content:center!important}.justify-md-space-between[data-v-da87fdc2]{justify-content:space-between!important}.justify-md-space-around[data-v-da87fdc2]{justify-content:space-around!important}.justify-md-space-evenly[data-v-da87fdc2]{justify-content:space-evenly!important}.align-md-start[data-v-da87fdc2]{align-items:flex-start!important}.align-md-end[data-v-da87fdc2]{align-items:flex-end!important}.align-md-center[data-v-da87fdc2]{align-items:center!important}.align-md-baseline[data-v-da87fdc2]{align-items:baseline!important}.align-md-stretch[data-v-da87fdc2]{align-items:stretch!important}.align-content-md-start[data-v-da87fdc2]{align-content:flex-start!important}.align-content-md-end[data-v-da87fdc2]{align-content:flex-end!important}.align-content-md-center[data-v-da87fdc2]{align-content:center!important}.align-content-md-space-between[data-v-da87fdc2]{align-content:space-between!important}.align-content-md-space-around[data-v-da87fdc2]{align-content:space-around!important}.align-content-md-space-evenly[data-v-da87fdc2]{align-content:space-evenly!important}.align-content-md-stretch[data-v-da87fdc2]{align-content:stretch!important}.align-self-md-auto[data-v-da87fdc2]{align-self:auto!important}.align-self-md-start[data-v-da87fdc2]{align-self:flex-start!important}.align-self-md-end[data-v-da87fdc2]{align-self:flex-end!important}.align-self-md-center[data-v-da87fdc2]{align-self:center!important}.align-self-md-baseline[data-v-da87fdc2]{align-self:baseline!important}.align-self-md-stretch[data-v-da87fdc2]{align-self:stretch!important}.order-md-first[data-v-da87fdc2]{order:-1!important}.order-md-0[data-v-da87fdc2]{order:0!important}.order-md-1[data-v-da87fdc2]{order:1!important}.order-md-2[data-v-da87fdc2]{order:2!important}.order-md-3[data-v-da87fdc2]{order:3!important}.order-md-4[data-v-da87fdc2]{order:4!important}.order-md-5[data-v-da87fdc2]{order:5!important}.order-md-6[data-v-da87fdc2]{order:6!important}.order-md-7[data-v-da87fdc2]{order:7!important}.order-md-8[data-v-da87fdc2]{order:8!important}.order-md-9[data-v-da87fdc2]{order:9!important}.order-md-10[data-v-da87fdc2]{order:10!important}.order-md-11[data-v-da87fdc2]{order:11!important}.order-md-12[data-v-da87fdc2]{order:12!important}.order-md-last[data-v-da87fdc2]{order:13!important}.ma-md-0[data-v-da87fdc2]{margin:0!important}.ma-md-1[data-v-da87fdc2]{margin:4px!important}.ma-md-2[data-v-da87fdc2]{margin:8px!important}.ma-md-3[data-v-da87fdc2]{margin:12px!important}.ma-md-4[data-v-da87fdc2]{margin:16px!important}.ma-md-5[data-v-da87fdc2]{margin:20px!important}.ma-md-6[data-v-da87fdc2]{margin:24px!important}.ma-md-7[data-v-da87fdc2]{margin:28px!important}.ma-md-8[data-v-da87fdc2]{margin:32px!important}.ma-md-9[data-v-da87fdc2]{margin:36px!important}.ma-md-10[data-v-da87fdc2]{margin:40px!important}.ma-md-11[data-v-da87fdc2]{margin:44px!important}.ma-md-12[data-v-da87fdc2]{margin:48px!important}.ma-md-13[data-v-da87fdc2]{margin:52px!important}.ma-md-14[data-v-da87fdc2]{margin:56px!important}.ma-md-15[data-v-da87fdc2]{margin:60px!important}.ma-md-16[data-v-da87fdc2]{margin:64px!important}.ma-md-auto[data-v-da87fdc2]{margin:auto!important}.mx-md-0[data-v-da87fdc2]{margin-right:0!important;margin-left:0!important}.mx-md-1[data-v-da87fdc2]{margin-right:4px!important;margin-left:4px!important}.mx-md-2[data-v-da87fdc2]{margin-right:8px!important;margin-left:8px!important}.mx-md-3[data-v-da87fdc2]{margin-right:12px!important;margin-left:12px!important}.mx-md-4[data-v-da87fdc2]{margin-right:16px!important;margin-left:16px!important}.mx-md-5[data-v-da87fdc2]{margin-right:20px!important;margin-left:20px!important}.mx-md-6[data-v-da87fdc2]{margin-right:24px!important;margin-left:24px!important}.mx-md-7[data-v-da87fdc2]{margin-right:28px!important;margin-left:28px!important}.mx-md-8[data-v-da87fdc2]{margin-right:32px!important;margin-left:32px!important}.mx-md-9[data-v-da87fdc2]{margin-right:36px!important;margin-left:36px!important}.mx-md-10[data-v-da87fdc2]{margin-right:40px!important;margin-left:40px!important}.mx-md-11[data-v-da87fdc2]{margin-right:44px!important;margin-left:44px!important}.mx-md-12[data-v-da87fdc2]{margin-right:48px!important;margin-left:48px!important}.mx-md-13[data-v-da87fdc2]{margin-right:52px!important;margin-left:52px!important}.mx-md-14[data-v-da87fdc2]{margin-right:56px!important;margin-left:56px!important}.mx-md-15[data-v-da87fdc2]{margin-right:60px!important;margin-left:60px!important}.mx-md-16[data-v-da87fdc2]{margin-right:64px!important;margin-left:64px!important}.mx-md-auto[data-v-da87fdc2]{margin-right:auto!important;margin-left:auto!important}.my-md-0[data-v-da87fdc2]{margin-top:0!important;margin-bottom:0!important}.my-md-1[data-v-da87fdc2]{margin-top:4px!important;margin-bottom:4px!important}.my-md-2[data-v-da87fdc2]{margin-top:8px!important;margin-bottom:8px!important}.my-md-3[data-v-da87fdc2]{margin-top:12px!important;margin-bottom:12px!important}.my-md-4[data-v-da87fdc2]{margin-top:16px!important;margin-bottom:16px!important}.my-md-5[data-v-da87fdc2]{margin-top:20px!important;margin-bottom:20px!important}.my-md-6[data-v-da87fdc2]{margin-top:24px!important;margin-bottom:24px!important}.my-md-7[data-v-da87fdc2]{margin-top:28px!important;margin-bottom:28px!important}.my-md-8[data-v-da87fdc2]{margin-top:32px!important;margin-bottom:32px!important}.my-md-9[data-v-da87fdc2]{margin-top:36px!important;margin-bottom:36px!important}.my-md-10[data-v-da87fdc2]{margin-top:40px!important;margin-bottom:40px!important}.my-md-11[data-v-da87fdc2]{margin-top:44px!important;margin-bottom:44px!important}.my-md-12[data-v-da87fdc2]{margin-top:48px!important;margin-bottom:48px!important}.my-md-13[data-v-da87fdc2]{margin-top:52px!important;margin-bottom:52px!important}.my-md-14[data-v-da87fdc2]{margin-top:56px!important;margin-bottom:56px!important}.my-md-15[data-v-da87fdc2]{margin-top:60px!important;margin-bottom:60px!important}.my-md-16[data-v-da87fdc2]{margin-top:64px!important;margin-bottom:64px!important}.my-md-auto[data-v-da87fdc2]{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0[data-v-da87fdc2]{margin-top:0!important}.mt-md-1[data-v-da87fdc2]{margin-top:4px!important}.mt-md-2[data-v-da87fdc2]{margin-top:8px!important}.mt-md-3[data-v-da87fdc2]{margin-top:12px!important}.mt-md-4[data-v-da87fdc2]{margin-top:16px!important}.mt-md-5[data-v-da87fdc2]{margin-top:20px!important}.mt-md-6[data-v-da87fdc2]{margin-top:24px!important}.mt-md-7[data-v-da87fdc2]{margin-top:28px!important}.mt-md-8[data-v-da87fdc2]{margin-top:32px!important}.mt-md-9[data-v-da87fdc2]{margin-top:36px!important}.mt-md-10[data-v-da87fdc2]{margin-top:40px!important}.mt-md-11[data-v-da87fdc2]{margin-top:44px!important}.mt-md-12[data-v-da87fdc2]{margin-top:48px!important}.mt-md-13[data-v-da87fdc2]{margin-top:52px!important}.mt-md-14[data-v-da87fdc2]{margin-top:56px!important}.mt-md-15[data-v-da87fdc2]{margin-top:60px!important}.mt-md-16[data-v-da87fdc2]{margin-top:64px!important}.mt-md-auto[data-v-da87fdc2]{margin-top:auto!important}.mr-md-0[data-v-da87fdc2]{margin-right:0!important}.mr-md-1[data-v-da87fdc2]{margin-right:4px!important}.mr-md-2[data-v-da87fdc2]{margin-right:8px!important}.mr-md-3[data-v-da87fdc2]{margin-right:12px!important}.mr-md-4[data-v-da87fdc2]{margin-right:16px!important}.mr-md-5[data-v-da87fdc2]{margin-right:20px!important}.mr-md-6[data-v-da87fdc2]{margin-right:24px!important}.mr-md-7[data-v-da87fdc2]{margin-right:28px!important}.mr-md-8[data-v-da87fdc2]{margin-right:32px!important}.mr-md-9[data-v-da87fdc2]{margin-right:36px!important}.mr-md-10[data-v-da87fdc2]{margin-right:40px!important}.mr-md-11[data-v-da87fdc2]{margin-right:44px!important}.mr-md-12[data-v-da87fdc2]{margin-right:48px!important}.mr-md-13[data-v-da87fdc2]{margin-right:52px!important}.mr-md-14[data-v-da87fdc2]{margin-right:56px!important}.mr-md-15[data-v-da87fdc2]{margin-right:60px!important}.mr-md-16[data-v-da87fdc2]{margin-right:64px!important}.mr-md-auto[data-v-da87fdc2]{margin-right:auto!important}.mb-md-0[data-v-da87fdc2]{margin-bottom:0!important}.mb-md-1[data-v-da87fdc2]{margin-bottom:4px!important}.mb-md-2[data-v-da87fdc2]{margin-bottom:8px!important}.mb-md-3[data-v-da87fdc2]{margin-bottom:12px!important}.mb-md-4[data-v-da87fdc2]{margin-bottom:16px!important}.mb-md-5[data-v-da87fdc2]{margin-bottom:20px!important}.mb-md-6[data-v-da87fdc2]{margin-bottom:24px!important}.mb-md-7[data-v-da87fdc2]{margin-bottom:28px!important}.mb-md-8[data-v-da87fdc2]{margin-bottom:32px!important}.mb-md-9[data-v-da87fdc2]{margin-bottom:36px!important}.mb-md-10[data-v-da87fdc2]{margin-bottom:40px!important}.mb-md-11[data-v-da87fdc2]{margin-bottom:44px!important}.mb-md-12[data-v-da87fdc2]{margin-bottom:48px!important}.mb-md-13[data-v-da87fdc2]{margin-bottom:52px!important}.mb-md-14[data-v-da87fdc2]{margin-bottom:56px!important}.mb-md-15[data-v-da87fdc2]{margin-bottom:60px!important}.mb-md-16[data-v-da87fdc2]{margin-bottom:64px!important}.mb-md-auto[data-v-da87fdc2]{margin-bottom:auto!important}.ml-md-0[data-v-da87fdc2]{margin-left:0!important}.ml-md-1[data-v-da87fdc2]{margin-left:4px!important}.ml-md-2[data-v-da87fdc2]{margin-left:8px!important}.ml-md-3[data-v-da87fdc2]{margin-left:12px!important}.ml-md-4[data-v-da87fdc2]{margin-left:16px!important}.ml-md-5[data-v-da87fdc2]{margin-left:20px!important}.ml-md-6[data-v-da87fdc2]{margin-left:24px!important}.ml-md-7[data-v-da87fdc2]{margin-left:28px!important}.ml-md-8[data-v-da87fdc2]{margin-left:32px!important}.ml-md-9[data-v-da87fdc2]{margin-left:36px!important}.ml-md-10[data-v-da87fdc2]{margin-left:40px!important}.ml-md-11[data-v-da87fdc2]{margin-left:44px!important}.ml-md-12[data-v-da87fdc2]{margin-left:48px!important}.ml-md-13[data-v-da87fdc2]{margin-left:52px!important}.ml-md-14[data-v-da87fdc2]{margin-left:56px!important}.ml-md-15[data-v-da87fdc2]{margin-left:60px!important}.ml-md-16[data-v-da87fdc2]{margin-left:64px!important}.ml-md-auto[data-v-da87fdc2]{margin-left:auto!important}.ms-md-0[data-v-da87fdc2]{margin-inline-start:0px!important}.ms-md-1[data-v-da87fdc2]{margin-inline-start:4px!important}.ms-md-2[data-v-da87fdc2]{margin-inline-start:8px!important}.ms-md-3[data-v-da87fdc2]{margin-inline-start:12px!important}.ms-md-4[data-v-da87fdc2]{margin-inline-start:16px!important}.ms-md-5[data-v-da87fdc2]{margin-inline-start:20px!important}.ms-md-6[data-v-da87fdc2]{margin-inline-start:24px!important}.ms-md-7[data-v-da87fdc2]{margin-inline-start:28px!important}.ms-md-8[data-v-da87fdc2]{margin-inline-start:32px!important}.ms-md-9[data-v-da87fdc2]{margin-inline-start:36px!important}.ms-md-10[data-v-da87fdc2]{margin-inline-start:40px!important}.ms-md-11[data-v-da87fdc2]{margin-inline-start:44px!important}.ms-md-12[data-v-da87fdc2]{margin-inline-start:48px!important}.ms-md-13[data-v-da87fdc2]{margin-inline-start:52px!important}.ms-md-14[data-v-da87fdc2]{margin-inline-start:56px!important}.ms-md-15[data-v-da87fdc2]{margin-inline-start:60px!important}.ms-md-16[data-v-da87fdc2]{margin-inline-start:64px!important}.ms-md-auto[data-v-da87fdc2]{margin-inline-start:auto!important}.me-md-0[data-v-da87fdc2]{margin-inline-end:0px!important}.me-md-1[data-v-da87fdc2]{margin-inline-end:4px!important}.me-md-2[data-v-da87fdc2]{margin-inline-end:8px!important}.me-md-3[data-v-da87fdc2]{margin-inline-end:12px!important}.me-md-4[data-v-da87fdc2]{margin-inline-end:16px!important}.me-md-5[data-v-da87fdc2]{margin-inline-end:20px!important}.me-md-6[data-v-da87fdc2]{margin-inline-end:24px!important}.me-md-7[data-v-da87fdc2]{margin-inline-end:28px!important}.me-md-8[data-v-da87fdc2]{margin-inline-end:32px!important}.me-md-9[data-v-da87fdc2]{margin-inline-end:36px!important}.me-md-10[data-v-da87fdc2]{margin-inline-end:40px!important}.me-md-11[data-v-da87fdc2]{margin-inline-end:44px!important}.me-md-12[data-v-da87fdc2]{margin-inline-end:48px!important}.me-md-13[data-v-da87fdc2]{margin-inline-end:52px!important}.me-md-14[data-v-da87fdc2]{margin-inline-end:56px!important}.me-md-15[data-v-da87fdc2]{margin-inline-end:60px!important}.me-md-16[data-v-da87fdc2]{margin-inline-end:64px!important}.me-md-auto[data-v-da87fdc2]{margin-inline-end:auto!important}.ma-md-n1[data-v-da87fdc2]{margin:-4px!important}.ma-md-n2[data-v-da87fdc2]{margin:-8px!important}.ma-md-n3[data-v-da87fdc2]{margin:-12px!important}.ma-md-n4[data-v-da87fdc2]{margin:-16px!important}.ma-md-n5[data-v-da87fdc2]{margin:-20px!important}.ma-md-n6[data-v-da87fdc2]{margin:-24px!important}.ma-md-n7[data-v-da87fdc2]{margin:-28px!important}.ma-md-n8[data-v-da87fdc2]{margin:-32px!important}.ma-md-n9[data-v-da87fdc2]{margin:-36px!important}.ma-md-n10[data-v-da87fdc2]{margin:-40px!important}.ma-md-n11[data-v-da87fdc2]{margin:-44px!important}.ma-md-n12[data-v-da87fdc2]{margin:-48px!important}.ma-md-n13[data-v-da87fdc2]{margin:-52px!important}.ma-md-n14[data-v-da87fdc2]{margin:-56px!important}.ma-md-n15[data-v-da87fdc2]{margin:-60px!important}.ma-md-n16[data-v-da87fdc2]{margin:-64px!important}.mx-md-n1[data-v-da87fdc2]{margin-right:-4px!important;margin-left:-4px!important}.mx-md-n2[data-v-da87fdc2]{margin-right:-8px!important;margin-left:-8px!important}.mx-md-n3[data-v-da87fdc2]{margin-right:-12px!important;margin-left:-12px!important}.mx-md-n4[data-v-da87fdc2]{margin-right:-16px!important;margin-left:-16px!important}.mx-md-n5[data-v-da87fdc2]{margin-right:-20px!important;margin-left:-20px!important}.mx-md-n6[data-v-da87fdc2]{margin-right:-24px!important;margin-left:-24px!important}.mx-md-n7[data-v-da87fdc2]{margin-right:-28px!important;margin-left:-28px!important}.mx-md-n8[data-v-da87fdc2]{margin-right:-32px!important;margin-left:-32px!important}.mx-md-n9[data-v-da87fdc2]{margin-right:-36px!important;margin-left:-36px!important}.mx-md-n10[data-v-da87fdc2]{margin-right:-40px!important;margin-left:-40px!important}.mx-md-n11[data-v-da87fdc2]{margin-right:-44px!important;margin-left:-44px!important}.mx-md-n12[data-v-da87fdc2]{margin-right:-48px!important;margin-left:-48px!important}.mx-md-n13[data-v-da87fdc2]{margin-right:-52px!important;margin-left:-52px!important}.mx-md-n14[data-v-da87fdc2]{margin-right:-56px!important;margin-left:-56px!important}.mx-md-n15[data-v-da87fdc2]{margin-right:-60px!important;margin-left:-60px!important}.mx-md-n16[data-v-da87fdc2]{margin-right:-64px!important;margin-left:-64px!important}.my-md-n1[data-v-da87fdc2]{margin-top:-4px!important;margin-bottom:-4px!important}.my-md-n2[data-v-da87fdc2]{margin-top:-8px!important;margin-bottom:-8px!important}.my-md-n3[data-v-da87fdc2]{margin-top:-12px!important;margin-bottom:-12px!important}.my-md-n4[data-v-da87fdc2]{margin-top:-16px!important;margin-bottom:-16px!important}.my-md-n5[data-v-da87fdc2]{margin-top:-20px!important;margin-bottom:-20px!important}.my-md-n6[data-v-da87fdc2]{margin-top:-24px!important;margin-bottom:-24px!important}.my-md-n7[data-v-da87fdc2]{margin-top:-28px!important;margin-bottom:-28px!important}.my-md-n8[data-v-da87fdc2]{margin-top:-32px!important;margin-bottom:-32px!important}.my-md-n9[data-v-da87fdc2]{margin-top:-36px!important;margin-bottom:-36px!important}.my-md-n10[data-v-da87fdc2]{margin-top:-40px!important;margin-bottom:-40px!important}.my-md-n11[data-v-da87fdc2]{margin-top:-44px!important;margin-bottom:-44px!important}.my-md-n12[data-v-da87fdc2]{margin-top:-48px!important;margin-bottom:-48px!important}.my-md-n13[data-v-da87fdc2]{margin-top:-52px!important;margin-bottom:-52px!important}.my-md-n14[data-v-da87fdc2]{margin-top:-56px!important;margin-bottom:-56px!important}.my-md-n15[data-v-da87fdc2]{margin-top:-60px!important;margin-bottom:-60px!important}.my-md-n16[data-v-da87fdc2]{margin-top:-64px!important;margin-bottom:-64px!important}.mt-md-n1[data-v-da87fdc2]{margin-top:-4px!important}.mt-md-n2[data-v-da87fdc2]{margin-top:-8px!important}.mt-md-n3[data-v-da87fdc2]{margin-top:-12px!important}.mt-md-n4[data-v-da87fdc2]{margin-top:-16px!important}.mt-md-n5[data-v-da87fdc2]{margin-top:-20px!important}.mt-md-n6[data-v-da87fdc2]{margin-top:-24px!important}.mt-md-n7[data-v-da87fdc2]{margin-top:-28px!important}.mt-md-n8[data-v-da87fdc2]{margin-top:-32px!important}.mt-md-n9[data-v-da87fdc2]{margin-top:-36px!important}.mt-md-n10[data-v-da87fdc2]{margin-top:-40px!important}.mt-md-n11[data-v-da87fdc2]{margin-top:-44px!important}.mt-md-n12[data-v-da87fdc2]{margin-top:-48px!important}.mt-md-n13[data-v-da87fdc2]{margin-top:-52px!important}.mt-md-n14[data-v-da87fdc2]{margin-top:-56px!important}.mt-md-n15[data-v-da87fdc2]{margin-top:-60px!important}.mt-md-n16[data-v-da87fdc2]{margin-top:-64px!important}.mr-md-n1[data-v-da87fdc2]{margin-right:-4px!important}.mr-md-n2[data-v-da87fdc2]{margin-right:-8px!important}.mr-md-n3[data-v-da87fdc2]{margin-right:-12px!important}.mr-md-n4[data-v-da87fdc2]{margin-right:-16px!important}.mr-md-n5[data-v-da87fdc2]{margin-right:-20px!important}.mr-md-n6[data-v-da87fdc2]{margin-right:-24px!important}.mr-md-n7[data-v-da87fdc2]{margin-right:-28px!important}.mr-md-n8[data-v-da87fdc2]{margin-right:-32px!important}.mr-md-n9[data-v-da87fdc2]{margin-right:-36px!important}.mr-md-n10[data-v-da87fdc2]{margin-right:-40px!important}.mr-md-n11[data-v-da87fdc2]{margin-right:-44px!important}.mr-md-n12[data-v-da87fdc2]{margin-right:-48px!important}.mr-md-n13[data-v-da87fdc2]{margin-right:-52px!important}.mr-md-n14[data-v-da87fdc2]{margin-right:-56px!important}.mr-md-n15[data-v-da87fdc2]{margin-right:-60px!important}.mr-md-n16[data-v-da87fdc2]{margin-right:-64px!important}.mb-md-n1[data-v-da87fdc2]{margin-bottom:-4px!important}.mb-md-n2[data-v-da87fdc2]{margin-bottom:-8px!important}.mb-md-n3[data-v-da87fdc2]{margin-bottom:-12px!important}.mb-md-n4[data-v-da87fdc2]{margin-bottom:-16px!important}.mb-md-n5[data-v-da87fdc2]{margin-bottom:-20px!important}.mb-md-n6[data-v-da87fdc2]{margin-bottom:-24px!important}.mb-md-n7[data-v-da87fdc2]{margin-bottom:-28px!important}.mb-md-n8[data-v-da87fdc2]{margin-bottom:-32px!important}.mb-md-n9[data-v-da87fdc2]{margin-bottom:-36px!important}.mb-md-n10[data-v-da87fdc2]{margin-bottom:-40px!important}.mb-md-n11[data-v-da87fdc2]{margin-bottom:-44px!important}.mb-md-n12[data-v-da87fdc2]{margin-bottom:-48px!important}.mb-md-n13[data-v-da87fdc2]{margin-bottom:-52px!important}.mb-md-n14[data-v-da87fdc2]{margin-bottom:-56px!important}.mb-md-n15[data-v-da87fdc2]{margin-bottom:-60px!important}.mb-md-n16[data-v-da87fdc2]{margin-bottom:-64px!important}.ml-md-n1[data-v-da87fdc2]{margin-left:-4px!important}.ml-md-n2[data-v-da87fdc2]{margin-left:-8px!important}.ml-md-n3[data-v-da87fdc2]{margin-left:-12px!important}.ml-md-n4[data-v-da87fdc2]{margin-left:-16px!important}.ml-md-n5[data-v-da87fdc2]{margin-left:-20px!important}.ml-md-n6[data-v-da87fdc2]{margin-left:-24px!important}.ml-md-n7[data-v-da87fdc2]{margin-left:-28px!important}.ml-md-n8[data-v-da87fdc2]{margin-left:-32px!important}.ml-md-n9[data-v-da87fdc2]{margin-left:-36px!important}.ml-md-n10[data-v-da87fdc2]{margin-left:-40px!important}.ml-md-n11[data-v-da87fdc2]{margin-left:-44px!important}.ml-md-n12[data-v-da87fdc2]{margin-left:-48px!important}.ml-md-n13[data-v-da87fdc2]{margin-left:-52px!important}.ml-md-n14[data-v-da87fdc2]{margin-left:-56px!important}.ml-md-n15[data-v-da87fdc2]{margin-left:-60px!important}.ml-md-n16[data-v-da87fdc2]{margin-left:-64px!important}.ms-md-n1[data-v-da87fdc2]{margin-inline-start:-4px!important}.ms-md-n2[data-v-da87fdc2]{margin-inline-start:-8px!important}.ms-md-n3[data-v-da87fdc2]{margin-inline-start:-12px!important}.ms-md-n4[data-v-da87fdc2]{margin-inline-start:-16px!important}.ms-md-n5[data-v-da87fdc2]{margin-inline-start:-20px!important}.ms-md-n6[data-v-da87fdc2]{margin-inline-start:-24px!important}.ms-md-n7[data-v-da87fdc2]{margin-inline-start:-28px!important}.ms-md-n8[data-v-da87fdc2]{margin-inline-start:-32px!important}.ms-md-n9[data-v-da87fdc2]{margin-inline-start:-36px!important}.ms-md-n10[data-v-da87fdc2]{margin-inline-start:-40px!important}.ms-md-n11[data-v-da87fdc2]{margin-inline-start:-44px!important}.ms-md-n12[data-v-da87fdc2]{margin-inline-start:-48px!important}.ms-md-n13[data-v-da87fdc2]{margin-inline-start:-52px!important}.ms-md-n14[data-v-da87fdc2]{margin-inline-start:-56px!important}.ms-md-n15[data-v-da87fdc2]{margin-inline-start:-60px!important}.ms-md-n16[data-v-da87fdc2]{margin-inline-start:-64px!important}.me-md-n1[data-v-da87fdc2]{margin-inline-end:-4px!important}.me-md-n2[data-v-da87fdc2]{margin-inline-end:-8px!important}.me-md-n3[data-v-da87fdc2]{margin-inline-end:-12px!important}.me-md-n4[data-v-da87fdc2]{margin-inline-end:-16px!important}.me-md-n5[data-v-da87fdc2]{margin-inline-end:-20px!important}.me-md-n6[data-v-da87fdc2]{margin-inline-end:-24px!important}.me-md-n7[data-v-da87fdc2]{margin-inline-end:-28px!important}.me-md-n8[data-v-da87fdc2]{margin-inline-end:-32px!important}.me-md-n9[data-v-da87fdc2]{margin-inline-end:-36px!important}.me-md-n10[data-v-da87fdc2]{margin-inline-end:-40px!important}.me-md-n11[data-v-da87fdc2]{margin-inline-end:-44px!important}.me-md-n12[data-v-da87fdc2]{margin-inline-end:-48px!important}.me-md-n13[data-v-da87fdc2]{margin-inline-end:-52px!important}.me-md-n14[data-v-da87fdc2]{margin-inline-end:-56px!important}.me-md-n15[data-v-da87fdc2]{margin-inline-end:-60px!important}.me-md-n16[data-v-da87fdc2]{margin-inline-end:-64px!important}.pa-md-0[data-v-da87fdc2]{padding:0!important}.pa-md-1[data-v-da87fdc2]{padding:4px!important}.pa-md-2[data-v-da87fdc2]{padding:8px!important}.pa-md-3[data-v-da87fdc2]{padding:12px!important}.pa-md-4[data-v-da87fdc2]{padding:16px!important}.pa-md-5[data-v-da87fdc2]{padding:20px!important}.pa-md-6[data-v-da87fdc2]{padding:24px!important}.pa-md-7[data-v-da87fdc2]{padding:28px!important}.pa-md-8[data-v-da87fdc2]{padding:32px!important}.pa-md-9[data-v-da87fdc2]{padding:36px!important}.pa-md-10[data-v-da87fdc2]{padding:40px!important}.pa-md-11[data-v-da87fdc2]{padding:44px!important}.pa-md-12[data-v-da87fdc2]{padding:48px!important}.pa-md-13[data-v-da87fdc2]{padding:52px!important}.pa-md-14[data-v-da87fdc2]{padding:56px!important}.pa-md-15[data-v-da87fdc2]{padding:60px!important}.pa-md-16[data-v-da87fdc2]{padding:64px!important}.px-md-0[data-v-da87fdc2]{padding-right:0!important;padding-left:0!important}.px-md-1[data-v-da87fdc2]{padding-right:4px!important;padding-left:4px!important}.px-md-2[data-v-da87fdc2]{padding-right:8px!important;padding-left:8px!important}.px-md-3[data-v-da87fdc2]{padding-right:12px!important;padding-left:12px!important}.px-md-4[data-v-da87fdc2]{padding-right:16px!important;padding-left:16px!important}.px-md-5[data-v-da87fdc2]{padding-right:20px!important;padding-left:20px!important}.px-md-6[data-v-da87fdc2]{padding-right:24px!important;padding-left:24px!important}.px-md-7[data-v-da87fdc2]{padding-right:28px!important;padding-left:28px!important}.px-md-8[data-v-da87fdc2]{padding-right:32px!important;padding-left:32px!important}.px-md-9[data-v-da87fdc2]{padding-right:36px!important;padding-left:36px!important}.px-md-10[data-v-da87fdc2]{padding-right:40px!important;padding-left:40px!important}.px-md-11[data-v-da87fdc2]{padding-right:44px!important;padding-left:44px!important}.px-md-12[data-v-da87fdc2]{padding-right:48px!important;padding-left:48px!important}.px-md-13[data-v-da87fdc2]{padding-right:52px!important;padding-left:52px!important}.px-md-14[data-v-da87fdc2]{padding-right:56px!important;padding-left:56px!important}.px-md-15[data-v-da87fdc2]{padding-right:60px!important;padding-left:60px!important}.px-md-16[data-v-da87fdc2]{padding-right:64px!important;padding-left:64px!important}.py-md-0[data-v-da87fdc2]{padding-top:0!important;padding-bottom:0!important}.py-md-1[data-v-da87fdc2]{padding-top:4px!important;padding-bottom:4px!important}.py-md-2[data-v-da87fdc2]{padding-top:8px!important;padding-bottom:8px!important}.py-md-3[data-v-da87fdc2]{padding-top:12px!important;padding-bottom:12px!important}.py-md-4[data-v-da87fdc2]{padding-top:16px!important;padding-bottom:16px!important}.py-md-5[data-v-da87fdc2]{padding-top:20px!important;padding-bottom:20px!important}.py-md-6[data-v-da87fdc2]{padding-top:24px!important;padding-bottom:24px!important}.py-md-7[data-v-da87fdc2]{padding-top:28px!important;padding-bottom:28px!important}.py-md-8[data-v-da87fdc2]{padding-top:32px!important;padding-bottom:32px!important}.py-md-9[data-v-da87fdc2]{padding-top:36px!important;padding-bottom:36px!important}.py-md-10[data-v-da87fdc2]{padding-top:40px!important;padding-bottom:40px!important}.py-md-11[data-v-da87fdc2]{padding-top:44px!important;padding-bottom:44px!important}.py-md-12[data-v-da87fdc2]{padding-top:48px!important;padding-bottom:48px!important}.py-md-13[data-v-da87fdc2]{padding-top:52px!important;padding-bottom:52px!important}.py-md-14[data-v-da87fdc2]{padding-top:56px!important;padding-bottom:56px!important}.py-md-15[data-v-da87fdc2]{padding-top:60px!important;padding-bottom:60px!important}.py-md-16[data-v-da87fdc2]{padding-top:64px!important;padding-bottom:64px!important}.pt-md-0[data-v-da87fdc2]{padding-top:0!important}.pt-md-1[data-v-da87fdc2]{padding-top:4px!important}.pt-md-2[data-v-da87fdc2]{padding-top:8px!important}.pt-md-3[data-v-da87fdc2]{padding-top:12px!important}.pt-md-4[data-v-da87fdc2]{padding-top:16px!important}.pt-md-5[data-v-da87fdc2]{padding-top:20px!important}.pt-md-6[data-v-da87fdc2]{padding-top:24px!important}.pt-md-7[data-v-da87fdc2]{padding-top:28px!important}.pt-md-8[data-v-da87fdc2]{padding-top:32px!important}.pt-md-9[data-v-da87fdc2]{padding-top:36px!important}.pt-md-10[data-v-da87fdc2]{padding-top:40px!important}.pt-md-11[data-v-da87fdc2]{padding-top:44px!important}.pt-md-12[data-v-da87fdc2]{padding-top:48px!important}.pt-md-13[data-v-da87fdc2]{padding-top:52px!important}.pt-md-14[data-v-da87fdc2]{padding-top:56px!important}.pt-md-15[data-v-da87fdc2]{padding-top:60px!important}.pt-md-16[data-v-da87fdc2]{padding-top:64px!important}.pr-md-0[data-v-da87fdc2]{padding-right:0!important}.pr-md-1[data-v-da87fdc2]{padding-right:4px!important}.pr-md-2[data-v-da87fdc2]{padding-right:8px!important}.pr-md-3[data-v-da87fdc2]{padding-right:12px!important}.pr-md-4[data-v-da87fdc2]{padding-right:16px!important}.pr-md-5[data-v-da87fdc2]{padding-right:20px!important}.pr-md-6[data-v-da87fdc2]{padding-right:24px!important}.pr-md-7[data-v-da87fdc2]{padding-right:28px!important}.pr-md-8[data-v-da87fdc2]{padding-right:32px!important}.pr-md-9[data-v-da87fdc2]{padding-right:36px!important}.pr-md-10[data-v-da87fdc2]{padding-right:40px!important}.pr-md-11[data-v-da87fdc2]{padding-right:44px!important}.pr-md-12[data-v-da87fdc2]{padding-right:48px!important}.pr-md-13[data-v-da87fdc2]{padding-right:52px!important}.pr-md-14[data-v-da87fdc2]{padding-right:56px!important}.pr-md-15[data-v-da87fdc2]{padding-right:60px!important}.pr-md-16[data-v-da87fdc2]{padding-right:64px!important}.pb-md-0[data-v-da87fdc2]{padding-bottom:0!important}.pb-md-1[data-v-da87fdc2]{padding-bottom:4px!important}.pb-md-2[data-v-da87fdc2]{padding-bottom:8px!important}.pb-md-3[data-v-da87fdc2]{padding-bottom:12px!important}.pb-md-4[data-v-da87fdc2]{padding-bottom:16px!important}.pb-md-5[data-v-da87fdc2]{padding-bottom:20px!important}.pb-md-6[data-v-da87fdc2]{padding-bottom:24px!important}.pb-md-7[data-v-da87fdc2]{padding-bottom:28px!important}.pb-md-8[data-v-da87fdc2]{padding-bottom:32px!important}.pb-md-9[data-v-da87fdc2]{padding-bottom:36px!important}.pb-md-10[data-v-da87fdc2]{padding-bottom:40px!important}.pb-md-11[data-v-da87fdc2]{padding-bottom:44px!important}.pb-md-12[data-v-da87fdc2]{padding-bottom:48px!important}.pb-md-13[data-v-da87fdc2]{padding-bottom:52px!important}.pb-md-14[data-v-da87fdc2]{padding-bottom:56px!important}.pb-md-15[data-v-da87fdc2]{padding-bottom:60px!important}.pb-md-16[data-v-da87fdc2]{padding-bottom:64px!important}.pl-md-0[data-v-da87fdc2]{padding-left:0!important}.pl-md-1[data-v-da87fdc2]{padding-left:4px!important}.pl-md-2[data-v-da87fdc2]{padding-left:8px!important}.pl-md-3[data-v-da87fdc2]{padding-left:12px!important}.pl-md-4[data-v-da87fdc2]{padding-left:16px!important}.pl-md-5[data-v-da87fdc2]{padding-left:20px!important}.pl-md-6[data-v-da87fdc2]{padding-left:24px!important}.pl-md-7[data-v-da87fdc2]{padding-left:28px!important}.pl-md-8[data-v-da87fdc2]{padding-left:32px!important}.pl-md-9[data-v-da87fdc2]{padding-left:36px!important}.pl-md-10[data-v-da87fdc2]{padding-left:40px!important}.pl-md-11[data-v-da87fdc2]{padding-left:44px!important}.pl-md-12[data-v-da87fdc2]{padding-left:48px!important}.pl-md-13[data-v-da87fdc2]{padding-left:52px!important}.pl-md-14[data-v-da87fdc2]{padding-left:56px!important}.pl-md-15[data-v-da87fdc2]{padding-left:60px!important}.pl-md-16[data-v-da87fdc2]{padding-left:64px!important}.ps-md-0[data-v-da87fdc2]{padding-inline-start:0px!important}.ps-md-1[data-v-da87fdc2]{padding-inline-start:4px!important}.ps-md-2[data-v-da87fdc2]{padding-inline-start:8px!important}.ps-md-3[data-v-da87fdc2]{padding-inline-start:12px!important}.ps-md-4[data-v-da87fdc2]{padding-inline-start:16px!important}.ps-md-5[data-v-da87fdc2]{padding-inline-start:20px!important}.ps-md-6[data-v-da87fdc2]{padding-inline-start:24px!important}.ps-md-7[data-v-da87fdc2]{padding-inline-start:28px!important}.ps-md-8[data-v-da87fdc2]{padding-inline-start:32px!important}.ps-md-9[data-v-da87fdc2]{padding-inline-start:36px!important}.ps-md-10[data-v-da87fdc2]{padding-inline-start:40px!important}.ps-md-11[data-v-da87fdc2]{padding-inline-start:44px!important}.ps-md-12[data-v-da87fdc2]{padding-inline-start:48px!important}.ps-md-13[data-v-da87fdc2]{padding-inline-start:52px!important}.ps-md-14[data-v-da87fdc2]{padding-inline-start:56px!important}.ps-md-15[data-v-da87fdc2]{padding-inline-start:60px!important}.ps-md-16[data-v-da87fdc2]{padding-inline-start:64px!important}.pe-md-0[data-v-da87fdc2]{padding-inline-end:0px!important}.pe-md-1[data-v-da87fdc2]{padding-inline-end:4px!important}.pe-md-2[data-v-da87fdc2]{padding-inline-end:8px!important}.pe-md-3[data-v-da87fdc2]{padding-inline-end:12px!important}.pe-md-4[data-v-da87fdc2]{padding-inline-end:16px!important}.pe-md-5[data-v-da87fdc2]{padding-inline-end:20px!important}.pe-md-6[data-v-da87fdc2]{padding-inline-end:24px!important}.pe-md-7[data-v-da87fdc2]{padding-inline-end:28px!important}.pe-md-8[data-v-da87fdc2]{padding-inline-end:32px!important}.pe-md-9[data-v-da87fdc2]{padding-inline-end:36px!important}.pe-md-10[data-v-da87fdc2]{padding-inline-end:40px!important}.pe-md-11[data-v-da87fdc2]{padding-inline-end:44px!important}.pe-md-12[data-v-da87fdc2]{padding-inline-end:48px!important}.pe-md-13[data-v-da87fdc2]{padding-inline-end:52px!important}.pe-md-14[data-v-da87fdc2]{padding-inline-end:56px!important}.pe-md-15[data-v-da87fdc2]{padding-inline-end:60px!important}.pe-md-16[data-v-da87fdc2]{padding-inline-end:64px!important}.text-md-left[data-v-da87fdc2]{text-align:left!important}.text-md-right[data-v-da87fdc2]{text-align:right!important}.text-md-center[data-v-da87fdc2]{text-align:center!important}.text-md-justify[data-v-da87fdc2]{text-align:justify!important}.text-md-start[data-v-da87fdc2]{text-align:start!important}.text-md-end[data-v-da87fdc2]{text-align:end!important}.text-md-h1[data-v-da87fdc2]{font-size:6rem!important;font-weight:300;line-height:6rem;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-md-h2[data-v-da87fdc2]{font-size:3.75rem!important;font-weight:300;line-height:3.75rem;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-md-h3[data-v-da87fdc2]{font-size:3rem!important;font-weight:400;line-height:3.125rem;letter-spacing:normal!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-md-h4[data-v-da87fdc2]{font-size:2.125rem!important;font-weight:400;line-height:2.5rem;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-md-h5[data-v-da87fdc2]{font-size:1.5rem!important;font-weight:400;line-height:2rem;letter-spacing:normal!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-md-h6[data-v-da87fdc2]{font-size:1.25rem!important;font-weight:500;line-height:2rem;letter-spacing:.0125em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-md-subtitle-1[data-v-da87fdc2]{font-size:1rem!important;font-weight:400;line-height:1.75rem;letter-spacing:.009375em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-md-subtitle-2[data-v-da87fdc2]{font-size:.875rem!important;font-weight:500;line-height:1.375rem;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-md-body-1[data-v-da87fdc2]{font-size:1rem!important;font-weight:400;line-height:1.5rem;letter-spacing:.03125em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-md-body-2[data-v-da87fdc2]{font-size:.875rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-md-button[data-v-da87fdc2]{font-size:.875rem!important;font-weight:500;line-height:2.25rem;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif!important;text-transform:uppercase!important}.text-md-caption[data-v-da87fdc2]{font-size:.75rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-md-overline[data-v-da87fdc2]{font-size:.75rem!important;font-weight:500;line-height:2rem;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif!important;text-transform:uppercase!important}}@media (min-width: 1280px){.me-lg-8[data-v-da87fdc2]{margin-inline-end:32px!important}.d-lg-none[data-v-da87fdc2]{display:none!important}.d-lg-inline[data-v-da87fdc2]{display:inline!important}.d-lg-inline-block[data-v-da87fdc2]{display:inline-block!important}.d-lg-block[data-v-da87fdc2]{display:block!important}.d-lg-table[data-v-da87fdc2]{display:table!important}.d-lg-table-row[data-v-da87fdc2]{display:table-row!important}.d-lg-table-cell[data-v-da87fdc2]{display:table-cell!important}.d-lg-flex[data-v-da87fdc2]{display:flex!important}.d-lg-inline-flex[data-v-da87fdc2]{display:inline-flex!important}.float-lg-none[data-v-da87fdc2]{float:none!important}.float-lg-left[data-v-da87fdc2]{float:left!important}.float-lg-right[data-v-da87fdc2]{float:right!important}.v-locale--is-rtl .float-lg-end[data-v-da87fdc2]{float:left!important}.v-locale--is-rtl .float-lg-start[data-v-da87fdc2],.v-locale--is-ltr .float-lg-end[data-v-da87fdc2]{float:right!important}.v-locale--is-ltr .float-lg-start[data-v-da87fdc2]{float:left!important}.flex-lg-fill[data-v-da87fdc2],.flex-lg-1-1[data-v-da87fdc2]{flex:1 1 auto!important}.flex-lg-1-0[data-v-da87fdc2]{flex:1 0 auto!important}.flex-lg-0-1[data-v-da87fdc2]{flex:0 1 auto!important}.flex-lg-0-0[data-v-da87fdc2]{flex:0 0 auto!important}.flex-lg-1-1-100[data-v-da87fdc2]{flex:1 1 100%!important}.flex-lg-1-0-100[data-v-da87fdc2]{flex:1 0 100%!important}.flex-lg-0-1-100[data-v-da87fdc2]{flex:0 1 100%!important}.flex-lg-0-0-100[data-v-da87fdc2]{flex:0 0 100%!important}.flex-lg-row[data-v-da87fdc2]{flex-direction:row!important}.flex-lg-column[data-v-da87fdc2]{flex-direction:column!important}.flex-lg-row-reverse[data-v-da87fdc2]{flex-direction:row-reverse!important}.flex-lg-column-reverse[data-v-da87fdc2]{flex-direction:column-reverse!important}.flex-lg-grow-0[data-v-da87fdc2]{flex-grow:0!important}.flex-lg-grow-1[data-v-da87fdc2]{flex-grow:1!important}.flex-lg-shrink-0[data-v-da87fdc2]{flex-shrink:0!important}.flex-lg-shrink-1[data-v-da87fdc2]{flex-shrink:1!important}.flex-lg-wrap[data-v-da87fdc2]{flex-wrap:wrap!important}.flex-lg-nowrap[data-v-da87fdc2]{flex-wrap:nowrap!important}.flex-lg-wrap-reverse[data-v-da87fdc2]{flex-wrap:wrap-reverse!important}.justify-lg-start[data-v-da87fdc2]{justify-content:flex-start!important}.justify-lg-end[data-v-da87fdc2]{justify-content:flex-end!important}.justify-lg-center[data-v-da87fdc2]{justify-content:center!important}.justify-lg-space-between[data-v-da87fdc2]{justify-content:space-between!important}.justify-lg-space-around[data-v-da87fdc2]{justify-content:space-around!important}.justify-lg-space-evenly[data-v-da87fdc2]{justify-content:space-evenly!important}.align-lg-start[data-v-da87fdc2]{align-items:flex-start!important}.align-lg-end[data-v-da87fdc2]{align-items:flex-end!important}.align-lg-center[data-v-da87fdc2]{align-items:center!important}.align-lg-baseline[data-v-da87fdc2]{align-items:baseline!important}.align-lg-stretch[data-v-da87fdc2]{align-items:stretch!important}.align-content-lg-start[data-v-da87fdc2]{align-content:flex-start!important}.align-content-lg-end[data-v-da87fdc2]{align-content:flex-end!important}.align-content-lg-center[data-v-da87fdc2]{align-content:center!important}.align-content-lg-space-between[data-v-da87fdc2]{align-content:space-between!important}.align-content-lg-space-around[data-v-da87fdc2]{align-content:space-around!important}.align-content-lg-space-evenly[data-v-da87fdc2]{align-content:space-evenly!important}.align-content-lg-stretch[data-v-da87fdc2]{align-content:stretch!important}.align-self-lg-auto[data-v-da87fdc2]{align-self:auto!important}.align-self-lg-start[data-v-da87fdc2]{align-self:flex-start!important}.align-self-lg-end[data-v-da87fdc2]{align-self:flex-end!important}.align-self-lg-center[data-v-da87fdc2]{align-self:center!important}.align-self-lg-baseline[data-v-da87fdc2]{align-self:baseline!important}.align-self-lg-stretch[data-v-da87fdc2]{align-self:stretch!important}.order-lg-first[data-v-da87fdc2]{order:-1!important}.order-lg-0[data-v-da87fdc2]{order:0!important}.order-lg-1[data-v-da87fdc2]{order:1!important}.order-lg-2[data-v-da87fdc2]{order:2!important}.order-lg-3[data-v-da87fdc2]{order:3!important}.order-lg-4[data-v-da87fdc2]{order:4!important}.order-lg-5[data-v-da87fdc2]{order:5!important}.order-lg-6[data-v-da87fdc2]{order:6!important}.order-lg-7[data-v-da87fdc2]{order:7!important}.order-lg-8[data-v-da87fdc2]{order:8!important}.order-lg-9[data-v-da87fdc2]{order:9!important}.order-lg-10[data-v-da87fdc2]{order:10!important}.order-lg-11[data-v-da87fdc2]{order:11!important}.order-lg-12[data-v-da87fdc2]{order:12!important}.order-lg-last[data-v-da87fdc2]{order:13!important}.ma-lg-0[data-v-da87fdc2]{margin:0!important}.ma-lg-1[data-v-da87fdc2]{margin:4px!important}.ma-lg-2[data-v-da87fdc2]{margin:8px!important}.ma-lg-3[data-v-da87fdc2]{margin:12px!important}.ma-lg-4[data-v-da87fdc2]{margin:16px!important}.ma-lg-5[data-v-da87fdc2]{margin:20px!important}.ma-lg-6[data-v-da87fdc2]{margin:24px!important}.ma-lg-7[data-v-da87fdc2]{margin:28px!important}.ma-lg-8[data-v-da87fdc2]{margin:32px!important}.ma-lg-9[data-v-da87fdc2]{margin:36px!important}.ma-lg-10[data-v-da87fdc2]{margin:40px!important}.ma-lg-11[data-v-da87fdc2]{margin:44px!important}.ma-lg-12[data-v-da87fdc2]{margin:48px!important}.ma-lg-13[data-v-da87fdc2]{margin:52px!important}.ma-lg-14[data-v-da87fdc2]{margin:56px!important}.ma-lg-15[data-v-da87fdc2]{margin:60px!important}.ma-lg-16[data-v-da87fdc2]{margin:64px!important}.ma-lg-auto[data-v-da87fdc2]{margin:auto!important}.mx-lg-0[data-v-da87fdc2]{margin-right:0!important;margin-left:0!important}.mx-lg-1[data-v-da87fdc2]{margin-right:4px!important;margin-left:4px!important}.mx-lg-2[data-v-da87fdc2]{margin-right:8px!important;margin-left:8px!important}.mx-lg-3[data-v-da87fdc2]{margin-right:12px!important;margin-left:12px!important}.mx-lg-4[data-v-da87fdc2]{margin-right:16px!important;margin-left:16px!important}.mx-lg-5[data-v-da87fdc2]{margin-right:20px!important;margin-left:20px!important}.mx-lg-6[data-v-da87fdc2]{margin-right:24px!important;margin-left:24px!important}.mx-lg-7[data-v-da87fdc2]{margin-right:28px!important;margin-left:28px!important}.mx-lg-8[data-v-da87fdc2]{margin-right:32px!important;margin-left:32px!important}.mx-lg-9[data-v-da87fdc2]{margin-right:36px!important;margin-left:36px!important}.mx-lg-10[data-v-da87fdc2]{margin-right:40px!important;margin-left:40px!important}.mx-lg-11[data-v-da87fdc2]{margin-right:44px!important;margin-left:44px!important}.mx-lg-12[data-v-da87fdc2]{margin-right:48px!important;margin-left:48px!important}.mx-lg-13[data-v-da87fdc2]{margin-right:52px!important;margin-left:52px!important}.mx-lg-14[data-v-da87fdc2]{margin-right:56px!important;margin-left:56px!important}.mx-lg-15[data-v-da87fdc2]{margin-right:60px!important;margin-left:60px!important}.mx-lg-16[data-v-da87fdc2]{margin-right:64px!important;margin-left:64px!important}.mx-lg-auto[data-v-da87fdc2]{margin-right:auto!important;margin-left:auto!important}.my-lg-0[data-v-da87fdc2]{margin-top:0!important;margin-bottom:0!important}.my-lg-1[data-v-da87fdc2]{margin-top:4px!important;margin-bottom:4px!important}.my-lg-2[data-v-da87fdc2]{margin-top:8px!important;margin-bottom:8px!important}.my-lg-3[data-v-da87fdc2]{margin-top:12px!important;margin-bottom:12px!important}.my-lg-4[data-v-da87fdc2]{margin-top:16px!important;margin-bottom:16px!important}.my-lg-5[data-v-da87fdc2]{margin-top:20px!important;margin-bottom:20px!important}.my-lg-6[data-v-da87fdc2]{margin-top:24px!important;margin-bottom:24px!important}.my-lg-7[data-v-da87fdc2]{margin-top:28px!important;margin-bottom:28px!important}.my-lg-8[data-v-da87fdc2]{margin-top:32px!important;margin-bottom:32px!important}.my-lg-9[data-v-da87fdc2]{margin-top:36px!important;margin-bottom:36px!important}.my-lg-10[data-v-da87fdc2]{margin-top:40px!important;margin-bottom:40px!important}.my-lg-11[data-v-da87fdc2]{margin-top:44px!important;margin-bottom:44px!important}.my-lg-12[data-v-da87fdc2]{margin-top:48px!important;margin-bottom:48px!important}.my-lg-13[data-v-da87fdc2]{margin-top:52px!important;margin-bottom:52px!important}.my-lg-14[data-v-da87fdc2]{margin-top:56px!important;margin-bottom:56px!important}.my-lg-15[data-v-da87fdc2]{margin-top:60px!important;margin-bottom:60px!important}.my-lg-16[data-v-da87fdc2]{margin-top:64px!important;margin-bottom:64px!important}.my-lg-auto[data-v-da87fdc2]{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0[data-v-da87fdc2]{margin-top:0!important}.mt-lg-1[data-v-da87fdc2]{margin-top:4px!important}.mt-lg-2[data-v-da87fdc2]{margin-top:8px!important}.mt-lg-3[data-v-da87fdc2]{margin-top:12px!important}.mt-lg-4[data-v-da87fdc2]{margin-top:16px!important}.mt-lg-5[data-v-da87fdc2]{margin-top:20px!important}.mt-lg-6[data-v-da87fdc2]{margin-top:24px!important}.mt-lg-7[data-v-da87fdc2]{margin-top:28px!important}.mt-lg-8[data-v-da87fdc2]{margin-top:32px!important}.mt-lg-9[data-v-da87fdc2]{margin-top:36px!important}.mt-lg-10[data-v-da87fdc2]{margin-top:40px!important}.mt-lg-11[data-v-da87fdc2]{margin-top:44px!important}.mt-lg-12[data-v-da87fdc2]{margin-top:48px!important}.mt-lg-13[data-v-da87fdc2]{margin-top:52px!important}.mt-lg-14[data-v-da87fdc2]{margin-top:56px!important}.mt-lg-15[data-v-da87fdc2]{margin-top:60px!important}.mt-lg-16[data-v-da87fdc2]{margin-top:64px!important}.mt-lg-auto[data-v-da87fdc2]{margin-top:auto!important}.mr-lg-0[data-v-da87fdc2]{margin-right:0!important}.mr-lg-1[data-v-da87fdc2]{margin-right:4px!important}.mr-lg-2[data-v-da87fdc2]{margin-right:8px!important}.mr-lg-3[data-v-da87fdc2]{margin-right:12px!important}.mr-lg-4[data-v-da87fdc2]{margin-right:16px!important}.mr-lg-5[data-v-da87fdc2]{margin-right:20px!important}.mr-lg-6[data-v-da87fdc2]{margin-right:24px!important}.mr-lg-7[data-v-da87fdc2]{margin-right:28px!important}.mr-lg-8[data-v-da87fdc2]{margin-right:32px!important}.mr-lg-9[data-v-da87fdc2]{margin-right:36px!important}.mr-lg-10[data-v-da87fdc2]{margin-right:40px!important}.mr-lg-11[data-v-da87fdc2]{margin-right:44px!important}.mr-lg-12[data-v-da87fdc2]{margin-right:48px!important}.mr-lg-13[data-v-da87fdc2]{margin-right:52px!important}.mr-lg-14[data-v-da87fdc2]{margin-right:56px!important}.mr-lg-15[data-v-da87fdc2]{margin-right:60px!important}.mr-lg-16[data-v-da87fdc2]{margin-right:64px!important}.mr-lg-auto[data-v-da87fdc2]{margin-right:auto!important}.mb-lg-0[data-v-da87fdc2]{margin-bottom:0!important}.mb-lg-1[data-v-da87fdc2]{margin-bottom:4px!important}.mb-lg-2[data-v-da87fdc2]{margin-bottom:8px!important}.mb-lg-3[data-v-da87fdc2]{margin-bottom:12px!important}.mb-lg-4[data-v-da87fdc2]{margin-bottom:16px!important}.mb-lg-5[data-v-da87fdc2]{margin-bottom:20px!important}.mb-lg-6[data-v-da87fdc2]{margin-bottom:24px!important}.mb-lg-7[data-v-da87fdc2]{margin-bottom:28px!important}.mb-lg-8[data-v-da87fdc2]{margin-bottom:32px!important}.mb-lg-9[data-v-da87fdc2]{margin-bottom:36px!important}.mb-lg-10[data-v-da87fdc2]{margin-bottom:40px!important}.mb-lg-11[data-v-da87fdc2]{margin-bottom:44px!important}.mb-lg-12[data-v-da87fdc2]{margin-bottom:48px!important}.mb-lg-13[data-v-da87fdc2]{margin-bottom:52px!important}.mb-lg-14[data-v-da87fdc2]{margin-bottom:56px!important}.mb-lg-15[data-v-da87fdc2]{margin-bottom:60px!important}.mb-lg-16[data-v-da87fdc2]{margin-bottom:64px!important}.mb-lg-auto[data-v-da87fdc2]{margin-bottom:auto!important}.ml-lg-0[data-v-da87fdc2]{margin-left:0!important}.ml-lg-1[data-v-da87fdc2]{margin-left:4px!important}.ml-lg-2[data-v-da87fdc2]{margin-left:8px!important}.ml-lg-3[data-v-da87fdc2]{margin-left:12px!important}.ml-lg-4[data-v-da87fdc2]{margin-left:16px!important}.ml-lg-5[data-v-da87fdc2]{margin-left:20px!important}.ml-lg-6[data-v-da87fdc2]{margin-left:24px!important}.ml-lg-7[data-v-da87fdc2]{margin-left:28px!important}.ml-lg-8[data-v-da87fdc2]{margin-left:32px!important}.ml-lg-9[data-v-da87fdc2]{margin-left:36px!important}.ml-lg-10[data-v-da87fdc2]{margin-left:40px!important}.ml-lg-11[data-v-da87fdc2]{margin-left:44px!important}.ml-lg-12[data-v-da87fdc2]{margin-left:48px!important}.ml-lg-13[data-v-da87fdc2]{margin-left:52px!important}.ml-lg-14[data-v-da87fdc2]{margin-left:56px!important}.ml-lg-15[data-v-da87fdc2]{margin-left:60px!important}.ml-lg-16[data-v-da87fdc2]{margin-left:64px!important}.ml-lg-auto[data-v-da87fdc2]{margin-left:auto!important}.ms-lg-0[data-v-da87fdc2]{margin-inline-start:0px!important}.ms-lg-1[data-v-da87fdc2]{margin-inline-start:4px!important}.ms-lg-2[data-v-da87fdc2]{margin-inline-start:8px!important}.ms-lg-3[data-v-da87fdc2]{margin-inline-start:12px!important}.ms-lg-4[data-v-da87fdc2]{margin-inline-start:16px!important}.ms-lg-5[data-v-da87fdc2]{margin-inline-start:20px!important}.ms-lg-6[data-v-da87fdc2]{margin-inline-start:24px!important}.ms-lg-7[data-v-da87fdc2]{margin-inline-start:28px!important}.ms-lg-8[data-v-da87fdc2]{margin-inline-start:32px!important}.ms-lg-9[data-v-da87fdc2]{margin-inline-start:36px!important}.ms-lg-10[data-v-da87fdc2]{margin-inline-start:40px!important}.ms-lg-11[data-v-da87fdc2]{margin-inline-start:44px!important}.ms-lg-12[data-v-da87fdc2]{margin-inline-start:48px!important}.ms-lg-13[data-v-da87fdc2]{margin-inline-start:52px!important}.ms-lg-14[data-v-da87fdc2]{margin-inline-start:56px!important}.ms-lg-15[data-v-da87fdc2]{margin-inline-start:60px!important}.ms-lg-16[data-v-da87fdc2]{margin-inline-start:64px!important}.ms-lg-auto[data-v-da87fdc2]{margin-inline-start:auto!important}.me-lg-0[data-v-da87fdc2]{margin-inline-end:0px!important}.me-lg-1[data-v-da87fdc2]{margin-inline-end:4px!important}.me-lg-2[data-v-da87fdc2]{margin-inline-end:8px!important}.me-lg-3[data-v-da87fdc2]{margin-inline-end:12px!important}.me-lg-4[data-v-da87fdc2]{margin-inline-end:16px!important}.me-lg-5[data-v-da87fdc2]{margin-inline-end:20px!important}.me-lg-6[data-v-da87fdc2]{margin-inline-end:24px!important}.me-lg-7[data-v-da87fdc2]{margin-inline-end:28px!important}.me-lg-9[data-v-da87fdc2]{margin-inline-end:36px!important}.me-lg-10[data-v-da87fdc2]{margin-inline-end:40px!important}.me-lg-11[data-v-da87fdc2]{margin-inline-end:44px!important}.me-lg-12[data-v-da87fdc2]{margin-inline-end:48px!important}.me-lg-13[data-v-da87fdc2]{margin-inline-end:52px!important}.me-lg-14[data-v-da87fdc2]{margin-inline-end:56px!important}.me-lg-15[data-v-da87fdc2]{margin-inline-end:60px!important}.me-lg-16[data-v-da87fdc2]{margin-inline-end:64px!important}.me-lg-auto[data-v-da87fdc2]{margin-inline-end:auto!important}.ma-lg-n1[data-v-da87fdc2]{margin:-4px!important}.ma-lg-n2[data-v-da87fdc2]{margin:-8px!important}.ma-lg-n3[data-v-da87fdc2]{margin:-12px!important}.ma-lg-n4[data-v-da87fdc2]{margin:-16px!important}.ma-lg-n5[data-v-da87fdc2]{margin:-20px!important}.ma-lg-n6[data-v-da87fdc2]{margin:-24px!important}.ma-lg-n7[data-v-da87fdc2]{margin:-28px!important}.ma-lg-n8[data-v-da87fdc2]{margin:-32px!important}.ma-lg-n9[data-v-da87fdc2]{margin:-36px!important}.ma-lg-n10[data-v-da87fdc2]{margin:-40px!important}.ma-lg-n11[data-v-da87fdc2]{margin:-44px!important}.ma-lg-n12[data-v-da87fdc2]{margin:-48px!important}.ma-lg-n13[data-v-da87fdc2]{margin:-52px!important}.ma-lg-n14[data-v-da87fdc2]{margin:-56px!important}.ma-lg-n15[data-v-da87fdc2]{margin:-60px!important}.ma-lg-n16[data-v-da87fdc2]{margin:-64px!important}.mx-lg-n1[data-v-da87fdc2]{margin-right:-4px!important;margin-left:-4px!important}.mx-lg-n2[data-v-da87fdc2]{margin-right:-8px!important;margin-left:-8px!important}.mx-lg-n3[data-v-da87fdc2]{margin-right:-12px!important;margin-left:-12px!important}.mx-lg-n4[data-v-da87fdc2]{margin-right:-16px!important;margin-left:-16px!important}.mx-lg-n5[data-v-da87fdc2]{margin-right:-20px!important;margin-left:-20px!important}.mx-lg-n6[data-v-da87fdc2]{margin-right:-24px!important;margin-left:-24px!important}.mx-lg-n7[data-v-da87fdc2]{margin-right:-28px!important;margin-left:-28px!important}.mx-lg-n8[data-v-da87fdc2]{margin-right:-32px!important;margin-left:-32px!important}.mx-lg-n9[data-v-da87fdc2]{margin-right:-36px!important;margin-left:-36px!important}.mx-lg-n10[data-v-da87fdc2]{margin-right:-40px!important;margin-left:-40px!important}.mx-lg-n11[data-v-da87fdc2]{margin-right:-44px!important;margin-left:-44px!important}.mx-lg-n12[data-v-da87fdc2]{margin-right:-48px!important;margin-left:-48px!important}.mx-lg-n13[data-v-da87fdc2]{margin-right:-52px!important;margin-left:-52px!important}.mx-lg-n14[data-v-da87fdc2]{margin-right:-56px!important;margin-left:-56px!important}.mx-lg-n15[data-v-da87fdc2]{margin-right:-60px!important;margin-left:-60px!important}.mx-lg-n16[data-v-da87fdc2]{margin-right:-64px!important;margin-left:-64px!important}.my-lg-n1[data-v-da87fdc2]{margin-top:-4px!important;margin-bottom:-4px!important}.my-lg-n2[data-v-da87fdc2]{margin-top:-8px!important;margin-bottom:-8px!important}.my-lg-n3[data-v-da87fdc2]{margin-top:-12px!important;margin-bottom:-12px!important}.my-lg-n4[data-v-da87fdc2]{margin-top:-16px!important;margin-bottom:-16px!important}.my-lg-n5[data-v-da87fdc2]{margin-top:-20px!important;margin-bottom:-20px!important}.my-lg-n6[data-v-da87fdc2]{margin-top:-24px!important;margin-bottom:-24px!important}.my-lg-n7[data-v-da87fdc2]{margin-top:-28px!important;margin-bottom:-28px!important}.my-lg-n8[data-v-da87fdc2]{margin-top:-32px!important;margin-bottom:-32px!important}.my-lg-n9[data-v-da87fdc2]{margin-top:-36px!important;margin-bottom:-36px!important}.my-lg-n10[data-v-da87fdc2]{margin-top:-40px!important;margin-bottom:-40px!important}.my-lg-n11[data-v-da87fdc2]{margin-top:-44px!important;margin-bottom:-44px!important}.my-lg-n12[data-v-da87fdc2]{margin-top:-48px!important;margin-bottom:-48px!important}.my-lg-n13[data-v-da87fdc2]{margin-top:-52px!important;margin-bottom:-52px!important}.my-lg-n14[data-v-da87fdc2]{margin-top:-56px!important;margin-bottom:-56px!important}.my-lg-n15[data-v-da87fdc2]{margin-top:-60px!important;margin-bottom:-60px!important}.my-lg-n16[data-v-da87fdc2]{margin-top:-64px!important;margin-bottom:-64px!important}.mt-lg-n1[data-v-da87fdc2]{margin-top:-4px!important}.mt-lg-n2[data-v-da87fdc2]{margin-top:-8px!important}.mt-lg-n3[data-v-da87fdc2]{margin-top:-12px!important}.mt-lg-n4[data-v-da87fdc2]{margin-top:-16px!important}.mt-lg-n5[data-v-da87fdc2]{margin-top:-20px!important}.mt-lg-n6[data-v-da87fdc2]{margin-top:-24px!important}.mt-lg-n7[data-v-da87fdc2]{margin-top:-28px!important}.mt-lg-n8[data-v-da87fdc2]{margin-top:-32px!important}.mt-lg-n9[data-v-da87fdc2]{margin-top:-36px!important}.mt-lg-n10[data-v-da87fdc2]{margin-top:-40px!important}.mt-lg-n11[data-v-da87fdc2]{margin-top:-44px!important}.mt-lg-n12[data-v-da87fdc2]{margin-top:-48px!important}.mt-lg-n13[data-v-da87fdc2]{margin-top:-52px!important}.mt-lg-n14[data-v-da87fdc2]{margin-top:-56px!important}.mt-lg-n15[data-v-da87fdc2]{margin-top:-60px!important}.mt-lg-n16[data-v-da87fdc2]{margin-top:-64px!important}.mr-lg-n1[data-v-da87fdc2]{margin-right:-4px!important}.mr-lg-n2[data-v-da87fdc2]{margin-right:-8px!important}.mr-lg-n3[data-v-da87fdc2]{margin-right:-12px!important}.mr-lg-n4[data-v-da87fdc2]{margin-right:-16px!important}.mr-lg-n5[data-v-da87fdc2]{margin-right:-20px!important}.mr-lg-n6[data-v-da87fdc2]{margin-right:-24px!important}.mr-lg-n7[data-v-da87fdc2]{margin-right:-28px!important}.mr-lg-n8[data-v-da87fdc2]{margin-right:-32px!important}.mr-lg-n9[data-v-da87fdc2]{margin-right:-36px!important}.mr-lg-n10[data-v-da87fdc2]{margin-right:-40px!important}.mr-lg-n11[data-v-da87fdc2]{margin-right:-44px!important}.mr-lg-n12[data-v-da87fdc2]{margin-right:-48px!important}.mr-lg-n13[data-v-da87fdc2]{margin-right:-52px!important}.mr-lg-n14[data-v-da87fdc2]{margin-right:-56px!important}.mr-lg-n15[data-v-da87fdc2]{margin-right:-60px!important}.mr-lg-n16[data-v-da87fdc2]{margin-right:-64px!important}.mb-lg-n1[data-v-da87fdc2]{margin-bottom:-4px!important}.mb-lg-n2[data-v-da87fdc2]{margin-bottom:-8px!important}.mb-lg-n3[data-v-da87fdc2]{margin-bottom:-12px!important}.mb-lg-n4[data-v-da87fdc2]{margin-bottom:-16px!important}.mb-lg-n5[data-v-da87fdc2]{margin-bottom:-20px!important}.mb-lg-n6[data-v-da87fdc2]{margin-bottom:-24px!important}.mb-lg-n7[data-v-da87fdc2]{margin-bottom:-28px!important}.mb-lg-n8[data-v-da87fdc2]{margin-bottom:-32px!important}.mb-lg-n9[data-v-da87fdc2]{margin-bottom:-36px!important}.mb-lg-n10[data-v-da87fdc2]{margin-bottom:-40px!important}.mb-lg-n11[data-v-da87fdc2]{margin-bottom:-44px!important}.mb-lg-n12[data-v-da87fdc2]{margin-bottom:-48px!important}.mb-lg-n13[data-v-da87fdc2]{margin-bottom:-52px!important}.mb-lg-n14[data-v-da87fdc2]{margin-bottom:-56px!important}.mb-lg-n15[data-v-da87fdc2]{margin-bottom:-60px!important}.mb-lg-n16[data-v-da87fdc2]{margin-bottom:-64px!important}.ml-lg-n1[data-v-da87fdc2]{margin-left:-4px!important}.ml-lg-n2[data-v-da87fdc2]{margin-left:-8px!important}.ml-lg-n3[data-v-da87fdc2]{margin-left:-12px!important}.ml-lg-n4[data-v-da87fdc2]{margin-left:-16px!important}.ml-lg-n5[data-v-da87fdc2]{margin-left:-20px!important}.ml-lg-n6[data-v-da87fdc2]{margin-left:-24px!important}.ml-lg-n7[data-v-da87fdc2]{margin-left:-28px!important}.ml-lg-n8[data-v-da87fdc2]{margin-left:-32px!important}.ml-lg-n9[data-v-da87fdc2]{margin-left:-36px!important}.ml-lg-n10[data-v-da87fdc2]{margin-left:-40px!important}.ml-lg-n11[data-v-da87fdc2]{margin-left:-44px!important}.ml-lg-n12[data-v-da87fdc2]{margin-left:-48px!important}.ml-lg-n13[data-v-da87fdc2]{margin-left:-52px!important}.ml-lg-n14[data-v-da87fdc2]{margin-left:-56px!important}.ml-lg-n15[data-v-da87fdc2]{margin-left:-60px!important}.ml-lg-n16[data-v-da87fdc2]{margin-left:-64px!important}.ms-lg-n1[data-v-da87fdc2]{margin-inline-start:-4px!important}.ms-lg-n2[data-v-da87fdc2]{margin-inline-start:-8px!important}.ms-lg-n3[data-v-da87fdc2]{margin-inline-start:-12px!important}.ms-lg-n4[data-v-da87fdc2]{margin-inline-start:-16px!important}.ms-lg-n5[data-v-da87fdc2]{margin-inline-start:-20px!important}.ms-lg-n6[data-v-da87fdc2]{margin-inline-start:-24px!important}.ms-lg-n7[data-v-da87fdc2]{margin-inline-start:-28px!important}.ms-lg-n8[data-v-da87fdc2]{margin-inline-start:-32px!important}.ms-lg-n9[data-v-da87fdc2]{margin-inline-start:-36px!important}.ms-lg-n10[data-v-da87fdc2]{margin-inline-start:-40px!important}.ms-lg-n11[data-v-da87fdc2]{margin-inline-start:-44px!important}.ms-lg-n12[data-v-da87fdc2]{margin-inline-start:-48px!important}.ms-lg-n13[data-v-da87fdc2]{margin-inline-start:-52px!important}.ms-lg-n14[data-v-da87fdc2]{margin-inline-start:-56px!important}.ms-lg-n15[data-v-da87fdc2]{margin-inline-start:-60px!important}.ms-lg-n16[data-v-da87fdc2]{margin-inline-start:-64px!important}.me-lg-n1[data-v-da87fdc2]{margin-inline-end:-4px!important}.me-lg-n2[data-v-da87fdc2]{margin-inline-end:-8px!important}.me-lg-n3[data-v-da87fdc2]{margin-inline-end:-12px!important}.me-lg-n4[data-v-da87fdc2]{margin-inline-end:-16px!important}.me-lg-n5[data-v-da87fdc2]{margin-inline-end:-20px!important}.me-lg-n6[data-v-da87fdc2]{margin-inline-end:-24px!important}.me-lg-n7[data-v-da87fdc2]{margin-inline-end:-28px!important}.me-lg-n8[data-v-da87fdc2]{margin-inline-end:-32px!important}.me-lg-n9[data-v-da87fdc2]{margin-inline-end:-36px!important}.me-lg-n10[data-v-da87fdc2]{margin-inline-end:-40px!important}.me-lg-n11[data-v-da87fdc2]{margin-inline-end:-44px!important}.me-lg-n12[data-v-da87fdc2]{margin-inline-end:-48px!important}.me-lg-n13[data-v-da87fdc2]{margin-inline-end:-52px!important}.me-lg-n14[data-v-da87fdc2]{margin-inline-end:-56px!important}.me-lg-n15[data-v-da87fdc2]{margin-inline-end:-60px!important}.me-lg-n16[data-v-da87fdc2]{margin-inline-end:-64px!important}.pa-lg-0[data-v-da87fdc2]{padding:0!important}.pa-lg-1[data-v-da87fdc2]{padding:4px!important}.pa-lg-2[data-v-da87fdc2]{padding:8px!important}.pa-lg-3[data-v-da87fdc2]{padding:12px!important}.pa-lg-4[data-v-da87fdc2]{padding:16px!important}.pa-lg-5[data-v-da87fdc2]{padding:20px!important}.pa-lg-6[data-v-da87fdc2]{padding:24px!important}.pa-lg-7[data-v-da87fdc2]{padding:28px!important}.pa-lg-8[data-v-da87fdc2]{padding:32px!important}.pa-lg-9[data-v-da87fdc2]{padding:36px!important}.pa-lg-10[data-v-da87fdc2]{padding:40px!important}.pa-lg-11[data-v-da87fdc2]{padding:44px!important}.pa-lg-12[data-v-da87fdc2]{padding:48px!important}.pa-lg-13[data-v-da87fdc2]{padding:52px!important}.pa-lg-14[data-v-da87fdc2]{padding:56px!important}.pa-lg-15[data-v-da87fdc2]{padding:60px!important}.pa-lg-16[data-v-da87fdc2]{padding:64px!important}.px-lg-0[data-v-da87fdc2]{padding-right:0!important;padding-left:0!important}.px-lg-1[data-v-da87fdc2]{padding-right:4px!important;padding-left:4px!important}.px-lg-2[data-v-da87fdc2]{padding-right:8px!important;padding-left:8px!important}.px-lg-3[data-v-da87fdc2]{padding-right:12px!important;padding-left:12px!important}.px-lg-4[data-v-da87fdc2]{padding-right:16px!important;padding-left:16px!important}.px-lg-5[data-v-da87fdc2]{padding-right:20px!important;padding-left:20px!important}.px-lg-6[data-v-da87fdc2]{padding-right:24px!important;padding-left:24px!important}.px-lg-7[data-v-da87fdc2]{padding-right:28px!important;padding-left:28px!important}.px-lg-8[data-v-da87fdc2]{padding-right:32px!important;padding-left:32px!important}.px-lg-9[data-v-da87fdc2]{padding-right:36px!important;padding-left:36px!important}.px-lg-10[data-v-da87fdc2]{padding-right:40px!important;padding-left:40px!important}.px-lg-11[data-v-da87fdc2]{padding-right:44px!important;padding-left:44px!important}.px-lg-12[data-v-da87fdc2]{padding-right:48px!important;padding-left:48px!important}.px-lg-13[data-v-da87fdc2]{padding-right:52px!important;padding-left:52px!important}.px-lg-14[data-v-da87fdc2]{padding-right:56px!important;padding-left:56px!important}.px-lg-15[data-v-da87fdc2]{padding-right:60px!important;padding-left:60px!important}.px-lg-16[data-v-da87fdc2]{padding-right:64px!important;padding-left:64px!important}.py-lg-0[data-v-da87fdc2]{padding-top:0!important;padding-bottom:0!important}.py-lg-1[data-v-da87fdc2]{padding-top:4px!important;padding-bottom:4px!important}.py-lg-2[data-v-da87fdc2]{padding-top:8px!important;padding-bottom:8px!important}.py-lg-3[data-v-da87fdc2]{padding-top:12px!important;padding-bottom:12px!important}.py-lg-4[data-v-da87fdc2]{padding-top:16px!important;padding-bottom:16px!important}.py-lg-5[data-v-da87fdc2]{padding-top:20px!important;padding-bottom:20px!important}.py-lg-6[data-v-da87fdc2]{padding-top:24px!important;padding-bottom:24px!important}.py-lg-7[data-v-da87fdc2]{padding-top:28px!important;padding-bottom:28px!important}.py-lg-8[data-v-da87fdc2]{padding-top:32px!important;padding-bottom:32px!important}.py-lg-9[data-v-da87fdc2]{padding-top:36px!important;padding-bottom:36px!important}.py-lg-10[data-v-da87fdc2]{padding-top:40px!important;padding-bottom:40px!important}.py-lg-11[data-v-da87fdc2]{padding-top:44px!important;padding-bottom:44px!important}.py-lg-12[data-v-da87fdc2]{padding-top:48px!important;padding-bottom:48px!important}.py-lg-13[data-v-da87fdc2]{padding-top:52px!important;padding-bottom:52px!important}.py-lg-14[data-v-da87fdc2]{padding-top:56px!important;padding-bottom:56px!important}.py-lg-15[data-v-da87fdc2]{padding-top:60px!important;padding-bottom:60px!important}.py-lg-16[data-v-da87fdc2]{padding-top:64px!important;padding-bottom:64px!important}.pt-lg-0[data-v-da87fdc2]{padding-top:0!important}.pt-lg-1[data-v-da87fdc2]{padding-top:4px!important}.pt-lg-2[data-v-da87fdc2]{padding-top:8px!important}.pt-lg-3[data-v-da87fdc2]{padding-top:12px!important}.pt-lg-4[data-v-da87fdc2]{padding-top:16px!important}.pt-lg-5[data-v-da87fdc2]{padding-top:20px!important}.pt-lg-6[data-v-da87fdc2]{padding-top:24px!important}.pt-lg-7[data-v-da87fdc2]{padding-top:28px!important}.pt-lg-8[data-v-da87fdc2]{padding-top:32px!important}.pt-lg-9[data-v-da87fdc2]{padding-top:36px!important}.pt-lg-10[data-v-da87fdc2]{padding-top:40px!important}.pt-lg-11[data-v-da87fdc2]{padding-top:44px!important}.pt-lg-12[data-v-da87fdc2]{padding-top:48px!important}.pt-lg-13[data-v-da87fdc2]{padding-top:52px!important}.pt-lg-14[data-v-da87fdc2]{padding-top:56px!important}.pt-lg-15[data-v-da87fdc2]{padding-top:60px!important}.pt-lg-16[data-v-da87fdc2]{padding-top:64px!important}.pr-lg-0[data-v-da87fdc2]{padding-right:0!important}.pr-lg-1[data-v-da87fdc2]{padding-right:4px!important}.pr-lg-2[data-v-da87fdc2]{padding-right:8px!important}.pr-lg-3[data-v-da87fdc2]{padding-right:12px!important}.pr-lg-4[data-v-da87fdc2]{padding-right:16px!important}.pr-lg-5[data-v-da87fdc2]{padding-right:20px!important}.pr-lg-6[data-v-da87fdc2]{padding-right:24px!important}.pr-lg-7[data-v-da87fdc2]{padding-right:28px!important}.pr-lg-8[data-v-da87fdc2]{padding-right:32px!important}.pr-lg-9[data-v-da87fdc2]{padding-right:36px!important}.pr-lg-10[data-v-da87fdc2]{padding-right:40px!important}.pr-lg-11[data-v-da87fdc2]{padding-right:44px!important}.pr-lg-12[data-v-da87fdc2]{padding-right:48px!important}.pr-lg-13[data-v-da87fdc2]{padding-right:52px!important}.pr-lg-14[data-v-da87fdc2]{padding-right:56px!important}.pr-lg-15[data-v-da87fdc2]{padding-right:60px!important}.pr-lg-16[data-v-da87fdc2]{padding-right:64px!important}.pb-lg-0[data-v-da87fdc2]{padding-bottom:0!important}.pb-lg-1[data-v-da87fdc2]{padding-bottom:4px!important}.pb-lg-2[data-v-da87fdc2]{padding-bottom:8px!important}.pb-lg-3[data-v-da87fdc2]{padding-bottom:12px!important}.pb-lg-4[data-v-da87fdc2]{padding-bottom:16px!important}.pb-lg-5[data-v-da87fdc2]{padding-bottom:20px!important}.pb-lg-6[data-v-da87fdc2]{padding-bottom:24px!important}.pb-lg-7[data-v-da87fdc2]{padding-bottom:28px!important}.pb-lg-8[data-v-da87fdc2]{padding-bottom:32px!important}.pb-lg-9[data-v-da87fdc2]{padding-bottom:36px!important}.pb-lg-10[data-v-da87fdc2]{padding-bottom:40px!important}.pb-lg-11[data-v-da87fdc2]{padding-bottom:44px!important}.pb-lg-12[data-v-da87fdc2]{padding-bottom:48px!important}.pb-lg-13[data-v-da87fdc2]{padding-bottom:52px!important}.pb-lg-14[data-v-da87fdc2]{padding-bottom:56px!important}.pb-lg-15[data-v-da87fdc2]{padding-bottom:60px!important}.pb-lg-16[data-v-da87fdc2]{padding-bottom:64px!important}.pl-lg-0[data-v-da87fdc2]{padding-left:0!important}.pl-lg-1[data-v-da87fdc2]{padding-left:4px!important}.pl-lg-2[data-v-da87fdc2]{padding-left:8px!important}.pl-lg-3[data-v-da87fdc2]{padding-left:12px!important}.pl-lg-4[data-v-da87fdc2]{padding-left:16px!important}.pl-lg-5[data-v-da87fdc2]{padding-left:20px!important}.pl-lg-6[data-v-da87fdc2]{padding-left:24px!important}.pl-lg-7[data-v-da87fdc2]{padding-left:28px!important}.pl-lg-8[data-v-da87fdc2]{padding-left:32px!important}.pl-lg-9[data-v-da87fdc2]{padding-left:36px!important}.pl-lg-10[data-v-da87fdc2]{padding-left:40px!important}.pl-lg-11[data-v-da87fdc2]{padding-left:44px!important}.pl-lg-12[data-v-da87fdc2]{padding-left:48px!important}.pl-lg-13[data-v-da87fdc2]{padding-left:52px!important}.pl-lg-14[data-v-da87fdc2]{padding-left:56px!important}.pl-lg-15[data-v-da87fdc2]{padding-left:60px!important}.pl-lg-16[data-v-da87fdc2]{padding-left:64px!important}.ps-lg-0[data-v-da87fdc2]{padding-inline-start:0px!important}.ps-lg-1[data-v-da87fdc2]{padding-inline-start:4px!important}.ps-lg-2[data-v-da87fdc2]{padding-inline-start:8px!important}.ps-lg-3[data-v-da87fdc2]{padding-inline-start:12px!important}.ps-lg-4[data-v-da87fdc2]{padding-inline-start:16px!important}.ps-lg-5[data-v-da87fdc2]{padding-inline-start:20px!important}.ps-lg-6[data-v-da87fdc2]{padding-inline-start:24px!important}.ps-lg-7[data-v-da87fdc2]{padding-inline-start:28px!important}.ps-lg-8[data-v-da87fdc2]{padding-inline-start:32px!important}.ps-lg-9[data-v-da87fdc2]{padding-inline-start:36px!important}.ps-lg-10[data-v-da87fdc2]{padding-inline-start:40px!important}.ps-lg-11[data-v-da87fdc2]{padding-inline-start:44px!important}.ps-lg-12[data-v-da87fdc2]{padding-inline-start:48px!important}.ps-lg-13[data-v-da87fdc2]{padding-inline-start:52px!important}.ps-lg-14[data-v-da87fdc2]{padding-inline-start:56px!important}.ps-lg-15[data-v-da87fdc2]{padding-inline-start:60px!important}.ps-lg-16[data-v-da87fdc2]{padding-inline-start:64px!important}.pe-lg-0[data-v-da87fdc2]{padding-inline-end:0px!important}.pe-lg-1[data-v-da87fdc2]{padding-inline-end:4px!important}.pe-lg-2[data-v-da87fdc2]{padding-inline-end:8px!important}.pe-lg-3[data-v-da87fdc2]{padding-inline-end:12px!important}.pe-lg-4[data-v-da87fdc2]{padding-inline-end:16px!important}.pe-lg-5[data-v-da87fdc2]{padding-inline-end:20px!important}.pe-lg-6[data-v-da87fdc2]{padding-inline-end:24px!important}.pe-lg-7[data-v-da87fdc2]{padding-inline-end:28px!important}.pe-lg-8[data-v-da87fdc2]{padding-inline-end:32px!important}.pe-lg-9[data-v-da87fdc2]{padding-inline-end:36px!important}.pe-lg-10[data-v-da87fdc2]{padding-inline-end:40px!important}.pe-lg-11[data-v-da87fdc2]{padding-inline-end:44px!important}.pe-lg-12[data-v-da87fdc2]{padding-inline-end:48px!important}.pe-lg-13[data-v-da87fdc2]{padding-inline-end:52px!important}.pe-lg-14[data-v-da87fdc2]{padding-inline-end:56px!important}.pe-lg-15[data-v-da87fdc2]{padding-inline-end:60px!important}.pe-lg-16[data-v-da87fdc2]{padding-inline-end:64px!important}.text-lg-left[data-v-da87fdc2]{text-align:left!important}.text-lg-right[data-v-da87fdc2]{text-align:right!important}.text-lg-center[data-v-da87fdc2]{text-align:center!important}.text-lg-justify[data-v-da87fdc2]{text-align:justify!important}.text-lg-start[data-v-da87fdc2]{text-align:start!important}.text-lg-end[data-v-da87fdc2]{text-align:end!important}.text-lg-h1[data-v-da87fdc2]{font-size:6rem!important;font-weight:300;line-height:6rem;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-lg-h2[data-v-da87fdc2]{font-size:3.75rem!important;font-weight:300;line-height:3.75rem;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-lg-h3[data-v-da87fdc2]{font-size:3rem!important;font-weight:400;line-height:3.125rem;letter-spacing:normal!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-lg-h4[data-v-da87fdc2]{font-size:2.125rem!important;font-weight:400;line-height:2.5rem;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-lg-h5[data-v-da87fdc2]{font-size:1.5rem!important;font-weight:400;line-height:2rem;letter-spacing:normal!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-lg-h6[data-v-da87fdc2]{font-size:1.25rem!important;font-weight:500;line-height:2rem;letter-spacing:.0125em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-lg-subtitle-1[data-v-da87fdc2]{font-size:1rem!important;font-weight:400;line-height:1.75rem;letter-spacing:.009375em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-lg-subtitle-2[data-v-da87fdc2]{font-size:.875rem!important;font-weight:500;line-height:1.375rem;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-lg-body-1[data-v-da87fdc2]{font-size:1rem!important;font-weight:400;line-height:1.5rem;letter-spacing:.03125em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-lg-body-2[data-v-da87fdc2]{font-size:.875rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-lg-button[data-v-da87fdc2]{font-size:.875rem!important;font-weight:500;line-height:2.25rem;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif!important;text-transform:uppercase!important}.text-lg-caption[data-v-da87fdc2]{font-size:.75rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-lg-overline[data-v-da87fdc2]{font-size:.75rem!important;font-weight:500;line-height:2rem;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif!important;text-transform:uppercase!important}}@media (min-width: 1920px){.d-xl-none[data-v-da87fdc2]{display:none!important}.d-xl-inline[data-v-da87fdc2]{display:inline!important}.d-xl-inline-block[data-v-da87fdc2]{display:inline-block!important}.d-xl-block[data-v-da87fdc2]{display:block!important}.d-xl-table[data-v-da87fdc2]{display:table!important}.d-xl-table-row[data-v-da87fdc2]{display:table-row!important}.d-xl-table-cell[data-v-da87fdc2]{display:table-cell!important}.d-xl-flex[data-v-da87fdc2]{display:flex!important}.d-xl-inline-flex[data-v-da87fdc2]{display:inline-flex!important}.float-xl-none[data-v-da87fdc2]{float:none!important}.float-xl-left[data-v-da87fdc2]{float:left!important}.float-xl-right[data-v-da87fdc2]{float:right!important}.v-locale--is-rtl .float-xl-end[data-v-da87fdc2]{float:left!important}.v-locale--is-rtl .float-xl-start[data-v-da87fdc2],.v-locale--is-ltr .float-xl-end[data-v-da87fdc2]{float:right!important}.v-locale--is-ltr .float-xl-start[data-v-da87fdc2]{float:left!important}.flex-xl-fill[data-v-da87fdc2],.flex-xl-1-1[data-v-da87fdc2]{flex:1 1 auto!important}.flex-xl-1-0[data-v-da87fdc2]{flex:1 0 auto!important}.flex-xl-0-1[data-v-da87fdc2]{flex:0 1 auto!important}.flex-xl-0-0[data-v-da87fdc2]{flex:0 0 auto!important}.flex-xl-1-1-100[data-v-da87fdc2]{flex:1 1 100%!important}.flex-xl-1-0-100[data-v-da87fdc2]{flex:1 0 100%!important}.flex-xl-0-1-100[data-v-da87fdc2]{flex:0 1 100%!important}.flex-xl-0-0-100[data-v-da87fdc2]{flex:0 0 100%!important}.flex-xl-row[data-v-da87fdc2]{flex-direction:row!important}.flex-xl-column[data-v-da87fdc2]{flex-direction:column!important}.flex-xl-row-reverse[data-v-da87fdc2]{flex-direction:row-reverse!important}.flex-xl-column-reverse[data-v-da87fdc2]{flex-direction:column-reverse!important}.flex-xl-grow-0[data-v-da87fdc2]{flex-grow:0!important}.flex-xl-grow-1[data-v-da87fdc2]{flex-grow:1!important}.flex-xl-shrink-0[data-v-da87fdc2]{flex-shrink:0!important}.flex-xl-shrink-1[data-v-da87fdc2]{flex-shrink:1!important}.flex-xl-wrap[data-v-da87fdc2]{flex-wrap:wrap!important}.flex-xl-nowrap[data-v-da87fdc2]{flex-wrap:nowrap!important}.flex-xl-wrap-reverse[data-v-da87fdc2]{flex-wrap:wrap-reverse!important}.justify-xl-start[data-v-da87fdc2]{justify-content:flex-start!important}.justify-xl-end[data-v-da87fdc2]{justify-content:flex-end!important}.justify-xl-center[data-v-da87fdc2]{justify-content:center!important}.justify-xl-space-between[data-v-da87fdc2]{justify-content:space-between!important}.justify-xl-space-around[data-v-da87fdc2]{justify-content:space-around!important}.justify-xl-space-evenly[data-v-da87fdc2]{justify-content:space-evenly!important}.align-xl-start[data-v-da87fdc2]{align-items:flex-start!important}.align-xl-end[data-v-da87fdc2]{align-items:flex-end!important}.align-xl-center[data-v-da87fdc2]{align-items:center!important}.align-xl-baseline[data-v-da87fdc2]{align-items:baseline!important}.align-xl-stretch[data-v-da87fdc2]{align-items:stretch!important}.align-content-xl-start[data-v-da87fdc2]{align-content:flex-start!important}.align-content-xl-end[data-v-da87fdc2]{align-content:flex-end!important}.align-content-xl-center[data-v-da87fdc2]{align-content:center!important}.align-content-xl-space-between[data-v-da87fdc2]{align-content:space-between!important}.align-content-xl-space-around[data-v-da87fdc2]{align-content:space-around!important}.align-content-xl-space-evenly[data-v-da87fdc2]{align-content:space-evenly!important}.align-content-xl-stretch[data-v-da87fdc2]{align-content:stretch!important}.align-self-xl-auto[data-v-da87fdc2]{align-self:auto!important}.align-self-xl-start[data-v-da87fdc2]{align-self:flex-start!important}.align-self-xl-end[data-v-da87fdc2]{align-self:flex-end!important}.align-self-xl-center[data-v-da87fdc2]{align-self:center!important}.align-self-xl-baseline[data-v-da87fdc2]{align-self:baseline!important}.align-self-xl-stretch[data-v-da87fdc2]{align-self:stretch!important}.order-xl-first[data-v-da87fdc2]{order:-1!important}.order-xl-0[data-v-da87fdc2]{order:0!important}.order-xl-1[data-v-da87fdc2]{order:1!important}.order-xl-2[data-v-da87fdc2]{order:2!important}.order-xl-3[data-v-da87fdc2]{order:3!important}.order-xl-4[data-v-da87fdc2]{order:4!important}.order-xl-5[data-v-da87fdc2]{order:5!important}.order-xl-6[data-v-da87fdc2]{order:6!important}.order-xl-7[data-v-da87fdc2]{order:7!important}.order-xl-8[data-v-da87fdc2]{order:8!important}.order-xl-9[data-v-da87fdc2]{order:9!important}.order-xl-10[data-v-da87fdc2]{order:10!important}.order-xl-11[data-v-da87fdc2]{order:11!important}.order-xl-12[data-v-da87fdc2]{order:12!important}.order-xl-last[data-v-da87fdc2]{order:13!important}.ma-xl-0[data-v-da87fdc2]{margin:0!important}.ma-xl-1[data-v-da87fdc2]{margin:4px!important}.ma-xl-2[data-v-da87fdc2]{margin:8px!important}.ma-xl-3[data-v-da87fdc2]{margin:12px!important}.ma-xl-4[data-v-da87fdc2]{margin:16px!important}.ma-xl-5[data-v-da87fdc2]{margin:20px!important}.ma-xl-6[data-v-da87fdc2]{margin:24px!important}.ma-xl-7[data-v-da87fdc2]{margin:28px!important}.ma-xl-8[data-v-da87fdc2]{margin:32px!important}.ma-xl-9[data-v-da87fdc2]{margin:36px!important}.ma-xl-10[data-v-da87fdc2]{margin:40px!important}.ma-xl-11[data-v-da87fdc2]{margin:44px!important}.ma-xl-12[data-v-da87fdc2]{margin:48px!important}.ma-xl-13[data-v-da87fdc2]{margin:52px!important}.ma-xl-14[data-v-da87fdc2]{margin:56px!important}.ma-xl-15[data-v-da87fdc2]{margin:60px!important}.ma-xl-16[data-v-da87fdc2]{margin:64px!important}.ma-xl-auto[data-v-da87fdc2]{margin:auto!important}.mx-xl-0[data-v-da87fdc2]{margin-right:0!important;margin-left:0!important}.mx-xl-1[data-v-da87fdc2]{margin-right:4px!important;margin-left:4px!important}.mx-xl-2[data-v-da87fdc2]{margin-right:8px!important;margin-left:8px!important}.mx-xl-3[data-v-da87fdc2]{margin-right:12px!important;margin-left:12px!important}.mx-xl-4[data-v-da87fdc2]{margin-right:16px!important;margin-left:16px!important}.mx-xl-5[data-v-da87fdc2]{margin-right:20px!important;margin-left:20px!important}.mx-xl-6[data-v-da87fdc2]{margin-right:24px!important;margin-left:24px!important}.mx-xl-7[data-v-da87fdc2]{margin-right:28px!important;margin-left:28px!important}.mx-xl-8[data-v-da87fdc2]{margin-right:32px!important;margin-left:32px!important}.mx-xl-9[data-v-da87fdc2]{margin-right:36px!important;margin-left:36px!important}.mx-xl-10[data-v-da87fdc2]{margin-right:40px!important;margin-left:40px!important}.mx-xl-11[data-v-da87fdc2]{margin-right:44px!important;margin-left:44px!important}.mx-xl-12[data-v-da87fdc2]{margin-right:48px!important;margin-left:48px!important}.mx-xl-13[data-v-da87fdc2]{margin-right:52px!important;margin-left:52px!important}.mx-xl-14[data-v-da87fdc2]{margin-right:56px!important;margin-left:56px!important}.mx-xl-15[data-v-da87fdc2]{margin-right:60px!important;margin-left:60px!important}.mx-xl-16[data-v-da87fdc2]{margin-right:64px!important;margin-left:64px!important}.mx-xl-auto[data-v-da87fdc2]{margin-right:auto!important;margin-left:auto!important}.my-xl-0[data-v-da87fdc2]{margin-top:0!important;margin-bottom:0!important}.my-xl-1[data-v-da87fdc2]{margin-top:4px!important;margin-bottom:4px!important}.my-xl-2[data-v-da87fdc2]{margin-top:8px!important;margin-bottom:8px!important}.my-xl-3[data-v-da87fdc2]{margin-top:12px!important;margin-bottom:12px!important}.my-xl-4[data-v-da87fdc2]{margin-top:16px!important;margin-bottom:16px!important}.my-xl-5[data-v-da87fdc2]{margin-top:20px!important;margin-bottom:20px!important}.my-xl-6[data-v-da87fdc2]{margin-top:24px!important;margin-bottom:24px!important}.my-xl-7[data-v-da87fdc2]{margin-top:28px!important;margin-bottom:28px!important}.my-xl-8[data-v-da87fdc2]{margin-top:32px!important;margin-bottom:32px!important}.my-xl-9[data-v-da87fdc2]{margin-top:36px!important;margin-bottom:36px!important}.my-xl-10[data-v-da87fdc2]{margin-top:40px!important;margin-bottom:40px!important}.my-xl-11[data-v-da87fdc2]{margin-top:44px!important;margin-bottom:44px!important}.my-xl-12[data-v-da87fdc2]{margin-top:48px!important;margin-bottom:48px!important}.my-xl-13[data-v-da87fdc2]{margin-top:52px!important;margin-bottom:52px!important}.my-xl-14[data-v-da87fdc2]{margin-top:56px!important;margin-bottom:56px!important}.my-xl-15[data-v-da87fdc2]{margin-top:60px!important;margin-bottom:60px!important}.my-xl-16[data-v-da87fdc2]{margin-top:64px!important;margin-bottom:64px!important}.my-xl-auto[data-v-da87fdc2]{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0[data-v-da87fdc2]{margin-top:0!important}.mt-xl-1[data-v-da87fdc2]{margin-top:4px!important}.mt-xl-2[data-v-da87fdc2]{margin-top:8px!important}.mt-xl-3[data-v-da87fdc2]{margin-top:12px!important}.mt-xl-4[data-v-da87fdc2]{margin-top:16px!important}.mt-xl-5[data-v-da87fdc2]{margin-top:20px!important}.mt-xl-6[data-v-da87fdc2]{margin-top:24px!important}.mt-xl-7[data-v-da87fdc2]{margin-top:28px!important}.mt-xl-8[data-v-da87fdc2]{margin-top:32px!important}.mt-xl-9[data-v-da87fdc2]{margin-top:36px!important}.mt-xl-10[data-v-da87fdc2]{margin-top:40px!important}.mt-xl-11[data-v-da87fdc2]{margin-top:44px!important}.mt-xl-12[data-v-da87fdc2]{margin-top:48px!important}.mt-xl-13[data-v-da87fdc2]{margin-top:52px!important}.mt-xl-14[data-v-da87fdc2]{margin-top:56px!important}.mt-xl-15[data-v-da87fdc2]{margin-top:60px!important}.mt-xl-16[data-v-da87fdc2]{margin-top:64px!important}.mt-xl-auto[data-v-da87fdc2]{margin-top:auto!important}.mr-xl-0[data-v-da87fdc2]{margin-right:0!important}.mr-xl-1[data-v-da87fdc2]{margin-right:4px!important}.mr-xl-2[data-v-da87fdc2]{margin-right:8px!important}.mr-xl-3[data-v-da87fdc2]{margin-right:12px!important}.mr-xl-4[data-v-da87fdc2]{margin-right:16px!important}.mr-xl-5[data-v-da87fdc2]{margin-right:20px!important}.mr-xl-6[data-v-da87fdc2]{margin-right:24px!important}.mr-xl-7[data-v-da87fdc2]{margin-right:28px!important}.mr-xl-8[data-v-da87fdc2]{margin-right:32px!important}.mr-xl-9[data-v-da87fdc2]{margin-right:36px!important}.mr-xl-10[data-v-da87fdc2]{margin-right:40px!important}.mr-xl-11[data-v-da87fdc2]{margin-right:44px!important}.mr-xl-12[data-v-da87fdc2]{margin-right:48px!important}.mr-xl-13[data-v-da87fdc2]{margin-right:52px!important}.mr-xl-14[data-v-da87fdc2]{margin-right:56px!important}.mr-xl-15[data-v-da87fdc2]{margin-right:60px!important}.mr-xl-16[data-v-da87fdc2]{margin-right:64px!important}.mr-xl-auto[data-v-da87fdc2]{margin-right:auto!important}.mb-xl-0[data-v-da87fdc2]{margin-bottom:0!important}.mb-xl-1[data-v-da87fdc2]{margin-bottom:4px!important}.mb-xl-2[data-v-da87fdc2]{margin-bottom:8px!important}.mb-xl-3[data-v-da87fdc2]{margin-bottom:12px!important}.mb-xl-4[data-v-da87fdc2]{margin-bottom:16px!important}.mb-xl-5[data-v-da87fdc2]{margin-bottom:20px!important}.mb-xl-6[data-v-da87fdc2]{margin-bottom:24px!important}.mb-xl-7[data-v-da87fdc2]{margin-bottom:28px!important}.mb-xl-8[data-v-da87fdc2]{margin-bottom:32px!important}.mb-xl-9[data-v-da87fdc2]{margin-bottom:36px!important}.mb-xl-10[data-v-da87fdc2]{margin-bottom:40px!important}.mb-xl-11[data-v-da87fdc2]{margin-bottom:44px!important}.mb-xl-12[data-v-da87fdc2]{margin-bottom:48px!important}.mb-xl-13[data-v-da87fdc2]{margin-bottom:52px!important}.mb-xl-14[data-v-da87fdc2]{margin-bottom:56px!important}.mb-xl-15[data-v-da87fdc2]{margin-bottom:60px!important}.mb-xl-16[data-v-da87fdc2]{margin-bottom:64px!important}.mb-xl-auto[data-v-da87fdc2]{margin-bottom:auto!important}.ml-xl-0[data-v-da87fdc2]{margin-left:0!important}.ml-xl-1[data-v-da87fdc2]{margin-left:4px!important}.ml-xl-2[data-v-da87fdc2]{margin-left:8px!important}.ml-xl-3[data-v-da87fdc2]{margin-left:12px!important}.ml-xl-4[data-v-da87fdc2]{margin-left:16px!important}.ml-xl-5[data-v-da87fdc2]{margin-left:20px!important}.ml-xl-6[data-v-da87fdc2]{margin-left:24px!important}.ml-xl-7[data-v-da87fdc2]{margin-left:28px!important}.ml-xl-8[data-v-da87fdc2]{margin-left:32px!important}.ml-xl-9[data-v-da87fdc2]{margin-left:36px!important}.ml-xl-10[data-v-da87fdc2]{margin-left:40px!important}.ml-xl-11[data-v-da87fdc2]{margin-left:44px!important}.ml-xl-12[data-v-da87fdc2]{margin-left:48px!important}.ml-xl-13[data-v-da87fdc2]{margin-left:52px!important}.ml-xl-14[data-v-da87fdc2]{margin-left:56px!important}.ml-xl-15[data-v-da87fdc2]{margin-left:60px!important}.ml-xl-16[data-v-da87fdc2]{margin-left:64px!important}.ml-xl-auto[data-v-da87fdc2]{margin-left:auto!important}.ms-xl-0[data-v-da87fdc2]{margin-inline-start:0px!important}.ms-xl-1[data-v-da87fdc2]{margin-inline-start:4px!important}.ms-xl-2[data-v-da87fdc2]{margin-inline-start:8px!important}.ms-xl-3[data-v-da87fdc2]{margin-inline-start:12px!important}.ms-xl-4[data-v-da87fdc2]{margin-inline-start:16px!important}.ms-xl-5[data-v-da87fdc2]{margin-inline-start:20px!important}.ms-xl-6[data-v-da87fdc2]{margin-inline-start:24px!important}.ms-xl-7[data-v-da87fdc2]{margin-inline-start:28px!important}.ms-xl-8[data-v-da87fdc2]{margin-inline-start:32px!important}.ms-xl-9[data-v-da87fdc2]{margin-inline-start:36px!important}.ms-xl-10[data-v-da87fdc2]{margin-inline-start:40px!important}.ms-xl-11[data-v-da87fdc2]{margin-inline-start:44px!important}.ms-xl-12[data-v-da87fdc2]{margin-inline-start:48px!important}.ms-xl-13[data-v-da87fdc2]{margin-inline-start:52px!important}.ms-xl-14[data-v-da87fdc2]{margin-inline-start:56px!important}.ms-xl-15[data-v-da87fdc2]{margin-inline-start:60px!important}.ms-xl-16[data-v-da87fdc2]{margin-inline-start:64px!important}.ms-xl-auto[data-v-da87fdc2]{margin-inline-start:auto!important}.me-xl-0[data-v-da87fdc2]{margin-inline-end:0px!important}.me-xl-1[data-v-da87fdc2]{margin-inline-end:4px!important}.me-xl-2[data-v-da87fdc2]{margin-inline-end:8px!important}.me-xl-3[data-v-da87fdc2]{margin-inline-end:12px!important}.me-xl-4[data-v-da87fdc2]{margin-inline-end:16px!important}.me-xl-5[data-v-da87fdc2]{margin-inline-end:20px!important}.me-xl-6[data-v-da87fdc2]{margin-inline-end:24px!important}.me-xl-7[data-v-da87fdc2]{margin-inline-end:28px!important}.me-xl-8[data-v-da87fdc2]{margin-inline-end:32px!important}.me-xl-9[data-v-da87fdc2]{margin-inline-end:36px!important}.me-xl-10[data-v-da87fdc2]{margin-inline-end:40px!important}.me-xl-11[data-v-da87fdc2]{margin-inline-end:44px!important}.me-xl-12[data-v-da87fdc2]{margin-inline-end:48px!important}.me-xl-13[data-v-da87fdc2]{margin-inline-end:52px!important}.me-xl-14[data-v-da87fdc2]{margin-inline-end:56px!important}.me-xl-15[data-v-da87fdc2]{margin-inline-end:60px!important}.me-xl-16[data-v-da87fdc2]{margin-inline-end:64px!important}.me-xl-auto[data-v-da87fdc2]{margin-inline-end:auto!important}.ma-xl-n1[data-v-da87fdc2]{margin:-4px!important}.ma-xl-n2[data-v-da87fdc2]{margin:-8px!important}.ma-xl-n3[data-v-da87fdc2]{margin:-12px!important}.ma-xl-n4[data-v-da87fdc2]{margin:-16px!important}.ma-xl-n5[data-v-da87fdc2]{margin:-20px!important}.ma-xl-n6[data-v-da87fdc2]{margin:-24px!important}.ma-xl-n7[data-v-da87fdc2]{margin:-28px!important}.ma-xl-n8[data-v-da87fdc2]{margin:-32px!important}.ma-xl-n9[data-v-da87fdc2]{margin:-36px!important}.ma-xl-n10[data-v-da87fdc2]{margin:-40px!important}.ma-xl-n11[data-v-da87fdc2]{margin:-44px!important}.ma-xl-n12[data-v-da87fdc2]{margin:-48px!important}.ma-xl-n13[data-v-da87fdc2]{margin:-52px!important}.ma-xl-n14[data-v-da87fdc2]{margin:-56px!important}.ma-xl-n15[data-v-da87fdc2]{margin:-60px!important}.ma-xl-n16[data-v-da87fdc2]{margin:-64px!important}.mx-xl-n1[data-v-da87fdc2]{margin-right:-4px!important;margin-left:-4px!important}.mx-xl-n2[data-v-da87fdc2]{margin-right:-8px!important;margin-left:-8px!important}.mx-xl-n3[data-v-da87fdc2]{margin-right:-12px!important;margin-left:-12px!important}.mx-xl-n4[data-v-da87fdc2]{margin-right:-16px!important;margin-left:-16px!important}.mx-xl-n5[data-v-da87fdc2]{margin-right:-20px!important;margin-left:-20px!important}.mx-xl-n6[data-v-da87fdc2]{margin-right:-24px!important;margin-left:-24px!important}.mx-xl-n7[data-v-da87fdc2]{margin-right:-28px!important;margin-left:-28px!important}.mx-xl-n8[data-v-da87fdc2]{margin-right:-32px!important;margin-left:-32px!important}.mx-xl-n9[data-v-da87fdc2]{margin-right:-36px!important;margin-left:-36px!important}.mx-xl-n10[data-v-da87fdc2]{margin-right:-40px!important;margin-left:-40px!important}.mx-xl-n11[data-v-da87fdc2]{margin-right:-44px!important;margin-left:-44px!important}.mx-xl-n12[data-v-da87fdc2]{margin-right:-48px!important;margin-left:-48px!important}.mx-xl-n13[data-v-da87fdc2]{margin-right:-52px!important;margin-left:-52px!important}.mx-xl-n14[data-v-da87fdc2]{margin-right:-56px!important;margin-left:-56px!important}.mx-xl-n15[data-v-da87fdc2]{margin-right:-60px!important;margin-left:-60px!important}.mx-xl-n16[data-v-da87fdc2]{margin-right:-64px!important;margin-left:-64px!important}.my-xl-n1[data-v-da87fdc2]{margin-top:-4px!important;margin-bottom:-4px!important}.my-xl-n2[data-v-da87fdc2]{margin-top:-8px!important;margin-bottom:-8px!important}.my-xl-n3[data-v-da87fdc2]{margin-top:-12px!important;margin-bottom:-12px!important}.my-xl-n4[data-v-da87fdc2]{margin-top:-16px!important;margin-bottom:-16px!important}.my-xl-n5[data-v-da87fdc2]{margin-top:-20px!important;margin-bottom:-20px!important}.my-xl-n6[data-v-da87fdc2]{margin-top:-24px!important;margin-bottom:-24px!important}.my-xl-n7[data-v-da87fdc2]{margin-top:-28px!important;margin-bottom:-28px!important}.my-xl-n8[data-v-da87fdc2]{margin-top:-32px!important;margin-bottom:-32px!important}.my-xl-n9[data-v-da87fdc2]{margin-top:-36px!important;margin-bottom:-36px!important}.my-xl-n10[data-v-da87fdc2]{margin-top:-40px!important;margin-bottom:-40px!important}.my-xl-n11[data-v-da87fdc2]{margin-top:-44px!important;margin-bottom:-44px!important}.my-xl-n12[data-v-da87fdc2]{margin-top:-48px!important;margin-bottom:-48px!important}.my-xl-n13[data-v-da87fdc2]{margin-top:-52px!important;margin-bottom:-52px!important}.my-xl-n14[data-v-da87fdc2]{margin-top:-56px!important;margin-bottom:-56px!important}.my-xl-n15[data-v-da87fdc2]{margin-top:-60px!important;margin-bottom:-60px!important}.my-xl-n16[data-v-da87fdc2]{margin-top:-64px!important;margin-bottom:-64px!important}.mt-xl-n1[data-v-da87fdc2]{margin-top:-4px!important}.mt-xl-n2[data-v-da87fdc2]{margin-top:-8px!important}.mt-xl-n3[data-v-da87fdc2]{margin-top:-12px!important}.mt-xl-n4[data-v-da87fdc2]{margin-top:-16px!important}.mt-xl-n5[data-v-da87fdc2]{margin-top:-20px!important}.mt-xl-n6[data-v-da87fdc2]{margin-top:-24px!important}.mt-xl-n7[data-v-da87fdc2]{margin-top:-28px!important}.mt-xl-n8[data-v-da87fdc2]{margin-top:-32px!important}.mt-xl-n9[data-v-da87fdc2]{margin-top:-36px!important}.mt-xl-n10[data-v-da87fdc2]{margin-top:-40px!important}.mt-xl-n11[data-v-da87fdc2]{margin-top:-44px!important}.mt-xl-n12[data-v-da87fdc2]{margin-top:-48px!important}.mt-xl-n13[data-v-da87fdc2]{margin-top:-52px!important}.mt-xl-n14[data-v-da87fdc2]{margin-top:-56px!important}.mt-xl-n15[data-v-da87fdc2]{margin-top:-60px!important}.mt-xl-n16[data-v-da87fdc2]{margin-top:-64px!important}.mr-xl-n1[data-v-da87fdc2]{margin-right:-4px!important}.mr-xl-n2[data-v-da87fdc2]{margin-right:-8px!important}.mr-xl-n3[data-v-da87fdc2]{margin-right:-12px!important}.mr-xl-n4[data-v-da87fdc2]{margin-right:-16px!important}.mr-xl-n5[data-v-da87fdc2]{margin-right:-20px!important}.mr-xl-n6[data-v-da87fdc2]{margin-right:-24px!important}.mr-xl-n7[data-v-da87fdc2]{margin-right:-28px!important}.mr-xl-n8[data-v-da87fdc2]{margin-right:-32px!important}.mr-xl-n9[data-v-da87fdc2]{margin-right:-36px!important}.mr-xl-n10[data-v-da87fdc2]{margin-right:-40px!important}.mr-xl-n11[data-v-da87fdc2]{margin-right:-44px!important}.mr-xl-n12[data-v-da87fdc2]{margin-right:-48px!important}.mr-xl-n13[data-v-da87fdc2]{margin-right:-52px!important}.mr-xl-n14[data-v-da87fdc2]{margin-right:-56px!important}.mr-xl-n15[data-v-da87fdc2]{margin-right:-60px!important}.mr-xl-n16[data-v-da87fdc2]{margin-right:-64px!important}.mb-xl-n1[data-v-da87fdc2]{margin-bottom:-4px!important}.mb-xl-n2[data-v-da87fdc2]{margin-bottom:-8px!important}.mb-xl-n3[data-v-da87fdc2]{margin-bottom:-12px!important}.mb-xl-n4[data-v-da87fdc2]{margin-bottom:-16px!important}.mb-xl-n5[data-v-da87fdc2]{margin-bottom:-20px!important}.mb-xl-n6[data-v-da87fdc2]{margin-bottom:-24px!important}.mb-xl-n7[data-v-da87fdc2]{margin-bottom:-28px!important}.mb-xl-n8[data-v-da87fdc2]{margin-bottom:-32px!important}.mb-xl-n9[data-v-da87fdc2]{margin-bottom:-36px!important}.mb-xl-n10[data-v-da87fdc2]{margin-bottom:-40px!important}.mb-xl-n11[data-v-da87fdc2]{margin-bottom:-44px!important}.mb-xl-n12[data-v-da87fdc2]{margin-bottom:-48px!important}.mb-xl-n13[data-v-da87fdc2]{margin-bottom:-52px!important}.mb-xl-n14[data-v-da87fdc2]{margin-bottom:-56px!important}.mb-xl-n15[data-v-da87fdc2]{margin-bottom:-60px!important}.mb-xl-n16[data-v-da87fdc2]{margin-bottom:-64px!important}.ml-xl-n1[data-v-da87fdc2]{margin-left:-4px!important}.ml-xl-n2[data-v-da87fdc2]{margin-left:-8px!important}.ml-xl-n3[data-v-da87fdc2]{margin-left:-12px!important}.ml-xl-n4[data-v-da87fdc2]{margin-left:-16px!important}.ml-xl-n5[data-v-da87fdc2]{margin-left:-20px!important}.ml-xl-n6[data-v-da87fdc2]{margin-left:-24px!important}.ml-xl-n7[data-v-da87fdc2]{margin-left:-28px!important}.ml-xl-n8[data-v-da87fdc2]{margin-left:-32px!important}.ml-xl-n9[data-v-da87fdc2]{margin-left:-36px!important}.ml-xl-n10[data-v-da87fdc2]{margin-left:-40px!important}.ml-xl-n11[data-v-da87fdc2]{margin-left:-44px!important}.ml-xl-n12[data-v-da87fdc2]{margin-left:-48px!important}.ml-xl-n13[data-v-da87fdc2]{margin-left:-52px!important}.ml-xl-n14[data-v-da87fdc2]{margin-left:-56px!important}.ml-xl-n15[data-v-da87fdc2]{margin-left:-60px!important}.ml-xl-n16[data-v-da87fdc2]{margin-left:-64px!important}.ms-xl-n1[data-v-da87fdc2]{margin-inline-start:-4px!important}.ms-xl-n2[data-v-da87fdc2]{margin-inline-start:-8px!important}.ms-xl-n3[data-v-da87fdc2]{margin-inline-start:-12px!important}.ms-xl-n4[data-v-da87fdc2]{margin-inline-start:-16px!important}.ms-xl-n5[data-v-da87fdc2]{margin-inline-start:-20px!important}.ms-xl-n6[data-v-da87fdc2]{margin-inline-start:-24px!important}.ms-xl-n7[data-v-da87fdc2]{margin-inline-start:-28px!important}.ms-xl-n8[data-v-da87fdc2]{margin-inline-start:-32px!important}.ms-xl-n9[data-v-da87fdc2]{margin-inline-start:-36px!important}.ms-xl-n10[data-v-da87fdc2]{margin-inline-start:-40px!important}.ms-xl-n11[data-v-da87fdc2]{margin-inline-start:-44px!important}.ms-xl-n12[data-v-da87fdc2]{margin-inline-start:-48px!important}.ms-xl-n13[data-v-da87fdc2]{margin-inline-start:-52px!important}.ms-xl-n14[data-v-da87fdc2]{margin-inline-start:-56px!important}.ms-xl-n15[data-v-da87fdc2]{margin-inline-start:-60px!important}.ms-xl-n16[data-v-da87fdc2]{margin-inline-start:-64px!important}.me-xl-n1[data-v-da87fdc2]{margin-inline-end:-4px!important}.me-xl-n2[data-v-da87fdc2]{margin-inline-end:-8px!important}.me-xl-n3[data-v-da87fdc2]{margin-inline-end:-12px!important}.me-xl-n4[data-v-da87fdc2]{margin-inline-end:-16px!important}.me-xl-n5[data-v-da87fdc2]{margin-inline-end:-20px!important}.me-xl-n6[data-v-da87fdc2]{margin-inline-end:-24px!important}.me-xl-n7[data-v-da87fdc2]{margin-inline-end:-28px!important}.me-xl-n8[data-v-da87fdc2]{margin-inline-end:-32px!important}.me-xl-n9[data-v-da87fdc2]{margin-inline-end:-36px!important}.me-xl-n10[data-v-da87fdc2]{margin-inline-end:-40px!important}.me-xl-n11[data-v-da87fdc2]{margin-inline-end:-44px!important}.me-xl-n12[data-v-da87fdc2]{margin-inline-end:-48px!important}.me-xl-n13[data-v-da87fdc2]{margin-inline-end:-52px!important}.me-xl-n14[data-v-da87fdc2]{margin-inline-end:-56px!important}.me-xl-n15[data-v-da87fdc2]{margin-inline-end:-60px!important}.me-xl-n16[data-v-da87fdc2]{margin-inline-end:-64px!important}.pa-xl-0[data-v-da87fdc2]{padding:0!important}.pa-xl-1[data-v-da87fdc2]{padding:4px!important}.pa-xl-2[data-v-da87fdc2]{padding:8px!important}.pa-xl-3[data-v-da87fdc2]{padding:12px!important}.pa-xl-4[data-v-da87fdc2]{padding:16px!important}.pa-xl-5[data-v-da87fdc2]{padding:20px!important}.pa-xl-6[data-v-da87fdc2]{padding:24px!important}.pa-xl-7[data-v-da87fdc2]{padding:28px!important}.pa-xl-8[data-v-da87fdc2]{padding:32px!important}.pa-xl-9[data-v-da87fdc2]{padding:36px!important}.pa-xl-10[data-v-da87fdc2]{padding:40px!important}.pa-xl-11[data-v-da87fdc2]{padding:44px!important}.pa-xl-12[data-v-da87fdc2]{padding:48px!important}.pa-xl-13[data-v-da87fdc2]{padding:52px!important}.pa-xl-14[data-v-da87fdc2]{padding:56px!important}.pa-xl-15[data-v-da87fdc2]{padding:60px!important}.pa-xl-16[data-v-da87fdc2]{padding:64px!important}.px-xl-0[data-v-da87fdc2]{padding-right:0!important;padding-left:0!important}.px-xl-1[data-v-da87fdc2]{padding-right:4px!important;padding-left:4px!important}.px-xl-2[data-v-da87fdc2]{padding-right:8px!important;padding-left:8px!important}.px-xl-3[data-v-da87fdc2]{padding-right:12px!important;padding-left:12px!important}.px-xl-4[data-v-da87fdc2]{padding-right:16px!important;padding-left:16px!important}.px-xl-5[data-v-da87fdc2]{padding-right:20px!important;padding-left:20px!important}.px-xl-6[data-v-da87fdc2]{padding-right:24px!important;padding-left:24px!important}.px-xl-7[data-v-da87fdc2]{padding-right:28px!important;padding-left:28px!important}.px-xl-8[data-v-da87fdc2]{padding-right:32px!important;padding-left:32px!important}.px-xl-9[data-v-da87fdc2]{padding-right:36px!important;padding-left:36px!important}.px-xl-10[data-v-da87fdc2]{padding-right:40px!important;padding-left:40px!important}.px-xl-11[data-v-da87fdc2]{padding-right:44px!important;padding-left:44px!important}.px-xl-12[data-v-da87fdc2]{padding-right:48px!important;padding-left:48px!important}.px-xl-13[data-v-da87fdc2]{padding-right:52px!important;padding-left:52px!important}.px-xl-14[data-v-da87fdc2]{padding-right:56px!important;padding-left:56px!important}.px-xl-15[data-v-da87fdc2]{padding-right:60px!important;padding-left:60px!important}.px-xl-16[data-v-da87fdc2]{padding-right:64px!important;padding-left:64px!important}.py-xl-0[data-v-da87fdc2]{padding-top:0!important;padding-bottom:0!important}.py-xl-1[data-v-da87fdc2]{padding-top:4px!important;padding-bottom:4px!important}.py-xl-2[data-v-da87fdc2]{padding-top:8px!important;padding-bottom:8px!important}.py-xl-3[data-v-da87fdc2]{padding-top:12px!important;padding-bottom:12px!important}.py-xl-4[data-v-da87fdc2]{padding-top:16px!important;padding-bottom:16px!important}.py-xl-5[data-v-da87fdc2]{padding-top:20px!important;padding-bottom:20px!important}.py-xl-6[data-v-da87fdc2]{padding-top:24px!important;padding-bottom:24px!important}.py-xl-7[data-v-da87fdc2]{padding-top:28px!important;padding-bottom:28px!important}.py-xl-8[data-v-da87fdc2]{padding-top:32px!important;padding-bottom:32px!important}.py-xl-9[data-v-da87fdc2]{padding-top:36px!important;padding-bottom:36px!important}.py-xl-10[data-v-da87fdc2]{padding-top:40px!important;padding-bottom:40px!important}.py-xl-11[data-v-da87fdc2]{padding-top:44px!important;padding-bottom:44px!important}.py-xl-12[data-v-da87fdc2]{padding-top:48px!important;padding-bottom:48px!important}.py-xl-13[data-v-da87fdc2]{padding-top:52px!important;padding-bottom:52px!important}.py-xl-14[data-v-da87fdc2]{padding-top:56px!important;padding-bottom:56px!important}.py-xl-15[data-v-da87fdc2]{padding-top:60px!important;padding-bottom:60px!important}.py-xl-16[data-v-da87fdc2]{padding-top:64px!important;padding-bottom:64px!important}.pt-xl-0[data-v-da87fdc2]{padding-top:0!important}.pt-xl-1[data-v-da87fdc2]{padding-top:4px!important}.pt-xl-2[data-v-da87fdc2]{padding-top:8px!important}.pt-xl-3[data-v-da87fdc2]{padding-top:12px!important}.pt-xl-4[data-v-da87fdc2]{padding-top:16px!important}.pt-xl-5[data-v-da87fdc2]{padding-top:20px!important}.pt-xl-6[data-v-da87fdc2]{padding-top:24px!important}.pt-xl-7[data-v-da87fdc2]{padding-top:28px!important}.pt-xl-8[data-v-da87fdc2]{padding-top:32px!important}.pt-xl-9[data-v-da87fdc2]{padding-top:36px!important}.pt-xl-10[data-v-da87fdc2]{padding-top:40px!important}.pt-xl-11[data-v-da87fdc2]{padding-top:44px!important}.pt-xl-12[data-v-da87fdc2]{padding-top:48px!important}.pt-xl-13[data-v-da87fdc2]{padding-top:52px!important}.pt-xl-14[data-v-da87fdc2]{padding-top:56px!important}.pt-xl-15[data-v-da87fdc2]{padding-top:60px!important}.pt-xl-16[data-v-da87fdc2]{padding-top:64px!important}.pr-xl-0[data-v-da87fdc2]{padding-right:0!important}.pr-xl-1[data-v-da87fdc2]{padding-right:4px!important}.pr-xl-2[data-v-da87fdc2]{padding-right:8px!important}.pr-xl-3[data-v-da87fdc2]{padding-right:12px!important}.pr-xl-4[data-v-da87fdc2]{padding-right:16px!important}.pr-xl-5[data-v-da87fdc2]{padding-right:20px!important}.pr-xl-6[data-v-da87fdc2]{padding-right:24px!important}.pr-xl-7[data-v-da87fdc2]{padding-right:28px!important}.pr-xl-8[data-v-da87fdc2]{padding-right:32px!important}.pr-xl-9[data-v-da87fdc2]{padding-right:36px!important}.pr-xl-10[data-v-da87fdc2]{padding-right:40px!important}.pr-xl-11[data-v-da87fdc2]{padding-right:44px!important}.pr-xl-12[data-v-da87fdc2]{padding-right:48px!important}.pr-xl-13[data-v-da87fdc2]{padding-right:52px!important}.pr-xl-14[data-v-da87fdc2]{padding-right:56px!important}.pr-xl-15[data-v-da87fdc2]{padding-right:60px!important}.pr-xl-16[data-v-da87fdc2]{padding-right:64px!important}.pb-xl-0[data-v-da87fdc2]{padding-bottom:0!important}.pb-xl-1[data-v-da87fdc2]{padding-bottom:4px!important}.pb-xl-2[data-v-da87fdc2]{padding-bottom:8px!important}.pb-xl-3[data-v-da87fdc2]{padding-bottom:12px!important}.pb-xl-4[data-v-da87fdc2]{padding-bottom:16px!important}.pb-xl-5[data-v-da87fdc2]{padding-bottom:20px!important}.pb-xl-6[data-v-da87fdc2]{padding-bottom:24px!important}.pb-xl-7[data-v-da87fdc2]{padding-bottom:28px!important}.pb-xl-8[data-v-da87fdc2]{padding-bottom:32px!important}.pb-xl-9[data-v-da87fdc2]{padding-bottom:36px!important}.pb-xl-10[data-v-da87fdc2]{padding-bottom:40px!important}.pb-xl-11[data-v-da87fdc2]{padding-bottom:44px!important}.pb-xl-12[data-v-da87fdc2]{padding-bottom:48px!important}.pb-xl-13[data-v-da87fdc2]{padding-bottom:52px!important}.pb-xl-14[data-v-da87fdc2]{padding-bottom:56px!important}.pb-xl-15[data-v-da87fdc2]{padding-bottom:60px!important}.pb-xl-16[data-v-da87fdc2]{padding-bottom:64px!important}.pl-xl-0[data-v-da87fdc2]{padding-left:0!important}.pl-xl-1[data-v-da87fdc2]{padding-left:4px!important}.pl-xl-2[data-v-da87fdc2]{padding-left:8px!important}.pl-xl-3[data-v-da87fdc2]{padding-left:12px!important}.pl-xl-4[data-v-da87fdc2]{padding-left:16px!important}.pl-xl-5[data-v-da87fdc2]{padding-left:20px!important}.pl-xl-6[data-v-da87fdc2]{padding-left:24px!important}.pl-xl-7[data-v-da87fdc2]{padding-left:28px!important}.pl-xl-8[data-v-da87fdc2]{padding-left:32px!important}.pl-xl-9[data-v-da87fdc2]{padding-left:36px!important}.pl-xl-10[data-v-da87fdc2]{padding-left:40px!important}.pl-xl-11[data-v-da87fdc2]{padding-left:44px!important}.pl-xl-12[data-v-da87fdc2]{padding-left:48px!important}.pl-xl-13[data-v-da87fdc2]{padding-left:52px!important}.pl-xl-14[data-v-da87fdc2]{padding-left:56px!important}.pl-xl-15[data-v-da87fdc2]{padding-left:60px!important}.pl-xl-16[data-v-da87fdc2]{padding-left:64px!important}.ps-xl-0[data-v-da87fdc2]{padding-inline-start:0px!important}.ps-xl-1[data-v-da87fdc2]{padding-inline-start:4px!important}.ps-xl-2[data-v-da87fdc2]{padding-inline-start:8px!important}.ps-xl-3[data-v-da87fdc2]{padding-inline-start:12px!important}.ps-xl-4[data-v-da87fdc2]{padding-inline-start:16px!important}.ps-xl-5[data-v-da87fdc2]{padding-inline-start:20px!important}.ps-xl-6[data-v-da87fdc2]{padding-inline-start:24px!important}.ps-xl-7[data-v-da87fdc2]{padding-inline-start:28px!important}.ps-xl-8[data-v-da87fdc2]{padding-inline-start:32px!important}.ps-xl-9[data-v-da87fdc2]{padding-inline-start:36px!important}.ps-xl-10[data-v-da87fdc2]{padding-inline-start:40px!important}.ps-xl-11[data-v-da87fdc2]{padding-inline-start:44px!important}.ps-xl-12[data-v-da87fdc2]{padding-inline-start:48px!important}.ps-xl-13[data-v-da87fdc2]{padding-inline-start:52px!important}.ps-xl-14[data-v-da87fdc2]{padding-inline-start:56px!important}.ps-xl-15[data-v-da87fdc2]{padding-inline-start:60px!important}.ps-xl-16[data-v-da87fdc2]{padding-inline-start:64px!important}.pe-xl-0[data-v-da87fdc2]{padding-inline-end:0px!important}.pe-xl-1[data-v-da87fdc2]{padding-inline-end:4px!important}.pe-xl-2[data-v-da87fdc2]{padding-inline-end:8px!important}.pe-xl-3[data-v-da87fdc2]{padding-inline-end:12px!important}.pe-xl-4[data-v-da87fdc2]{padding-inline-end:16px!important}.pe-xl-5[data-v-da87fdc2]{padding-inline-end:20px!important}.pe-xl-6[data-v-da87fdc2]{padding-inline-end:24px!important}.pe-xl-7[data-v-da87fdc2]{padding-inline-end:28px!important}.pe-xl-8[data-v-da87fdc2]{padding-inline-end:32px!important}.pe-xl-9[data-v-da87fdc2]{padding-inline-end:36px!important}.pe-xl-10[data-v-da87fdc2]{padding-inline-end:40px!important}.pe-xl-11[data-v-da87fdc2]{padding-inline-end:44px!important}.pe-xl-12[data-v-da87fdc2]{padding-inline-end:48px!important}.pe-xl-13[data-v-da87fdc2]{padding-inline-end:52px!important}.pe-xl-14[data-v-da87fdc2]{padding-inline-end:56px!important}.pe-xl-15[data-v-da87fdc2]{padding-inline-end:60px!important}.pe-xl-16[data-v-da87fdc2]{padding-inline-end:64px!important}.text-xl-left[data-v-da87fdc2]{text-align:left!important}.text-xl-right[data-v-da87fdc2]{text-align:right!important}.text-xl-center[data-v-da87fdc2]{text-align:center!important}.text-xl-justify[data-v-da87fdc2]{text-align:justify!important}.text-xl-start[data-v-da87fdc2]{text-align:start!important}.text-xl-end[data-v-da87fdc2]{text-align:end!important}.text-xl-h1[data-v-da87fdc2]{font-size:6rem!important;font-weight:300;line-height:6rem;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xl-h2[data-v-da87fdc2]{font-size:3.75rem!important;font-weight:300;line-height:3.75rem;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xl-h3[data-v-da87fdc2]{font-size:3rem!important;font-weight:400;line-height:3.125rem;letter-spacing:normal!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xl-h4[data-v-da87fdc2]{font-size:2.125rem!important;font-weight:400;line-height:2.5rem;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xl-h5[data-v-da87fdc2]{font-size:1.5rem!important;font-weight:400;line-height:2rem;letter-spacing:normal!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xl-h6[data-v-da87fdc2]{font-size:1.25rem!important;font-weight:500;line-height:2rem;letter-spacing:.0125em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xl-subtitle-1[data-v-da87fdc2]{font-size:1rem!important;font-weight:400;line-height:1.75rem;letter-spacing:.009375em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xl-subtitle-2[data-v-da87fdc2]{font-size:.875rem!important;font-weight:500;line-height:1.375rem;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xl-body-1[data-v-da87fdc2]{font-size:1rem!important;font-weight:400;line-height:1.5rem;letter-spacing:.03125em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xl-body-2[data-v-da87fdc2]{font-size:.875rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xl-button[data-v-da87fdc2]{font-size:.875rem!important;font-weight:500;line-height:2.25rem;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif!important;text-transform:uppercase!important}.text-xl-caption[data-v-da87fdc2]{font-size:.75rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xl-overline[data-v-da87fdc2]{font-size:.75rem!important;font-weight:500;line-height:2rem;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif!important;text-transform:uppercase!important}}@media (min-width: 2560px){.d-xxl-none[data-v-da87fdc2]{display:none!important}.d-xxl-inline[data-v-da87fdc2]{display:inline!important}.d-xxl-inline-block[data-v-da87fdc2]{display:inline-block!important}.d-xxl-block[data-v-da87fdc2]{display:block!important}.d-xxl-table[data-v-da87fdc2]{display:table!important}.d-xxl-table-row[data-v-da87fdc2]{display:table-row!important}.d-xxl-table-cell[data-v-da87fdc2]{display:table-cell!important}.d-xxl-flex[data-v-da87fdc2]{display:flex!important}.d-xxl-inline-flex[data-v-da87fdc2]{display:inline-flex!important}.float-xxl-none[data-v-da87fdc2]{float:none!important}.float-xxl-left[data-v-da87fdc2]{float:left!important}.float-xxl-right[data-v-da87fdc2]{float:right!important}.v-locale--is-rtl .float-xxl-end[data-v-da87fdc2]{float:left!important}.v-locale--is-rtl .float-xxl-start[data-v-da87fdc2],.v-locale--is-ltr .float-xxl-end[data-v-da87fdc2]{float:right!important}.v-locale--is-ltr .float-xxl-start[data-v-da87fdc2]{float:left!important}.flex-xxl-fill[data-v-da87fdc2],.flex-xxl-1-1[data-v-da87fdc2]{flex:1 1 auto!important}.flex-xxl-1-0[data-v-da87fdc2]{flex:1 0 auto!important}.flex-xxl-0-1[data-v-da87fdc2]{flex:0 1 auto!important}.flex-xxl-0-0[data-v-da87fdc2]{flex:0 0 auto!important}.flex-xxl-1-1-100[data-v-da87fdc2]{flex:1 1 100%!important}.flex-xxl-1-0-100[data-v-da87fdc2]{flex:1 0 100%!important}.flex-xxl-0-1-100[data-v-da87fdc2]{flex:0 1 100%!important}.flex-xxl-0-0-100[data-v-da87fdc2]{flex:0 0 100%!important}.flex-xxl-row[data-v-da87fdc2]{flex-direction:row!important}.flex-xxl-column[data-v-da87fdc2]{flex-direction:column!important}.flex-xxl-row-reverse[data-v-da87fdc2]{flex-direction:row-reverse!important}.flex-xxl-column-reverse[data-v-da87fdc2]{flex-direction:column-reverse!important}.flex-xxl-grow-0[data-v-da87fdc2]{flex-grow:0!important}.flex-xxl-grow-1[data-v-da87fdc2]{flex-grow:1!important}.flex-xxl-shrink-0[data-v-da87fdc2]{flex-shrink:0!important}.flex-xxl-shrink-1[data-v-da87fdc2]{flex-shrink:1!important}.flex-xxl-wrap[data-v-da87fdc2]{flex-wrap:wrap!important}.flex-xxl-nowrap[data-v-da87fdc2]{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse[data-v-da87fdc2]{flex-wrap:wrap-reverse!important}.justify-xxl-start[data-v-da87fdc2]{justify-content:flex-start!important}.justify-xxl-end[data-v-da87fdc2]{justify-content:flex-end!important}.justify-xxl-center[data-v-da87fdc2]{justify-content:center!important}.justify-xxl-space-between[data-v-da87fdc2]{justify-content:space-between!important}.justify-xxl-space-around[data-v-da87fdc2]{justify-content:space-around!important}.justify-xxl-space-evenly[data-v-da87fdc2]{justify-content:space-evenly!important}.align-xxl-start[data-v-da87fdc2]{align-items:flex-start!important}.align-xxl-end[data-v-da87fdc2]{align-items:flex-end!important}.align-xxl-center[data-v-da87fdc2]{align-items:center!important}.align-xxl-baseline[data-v-da87fdc2]{align-items:baseline!important}.align-xxl-stretch[data-v-da87fdc2]{align-items:stretch!important}.align-content-xxl-start[data-v-da87fdc2]{align-content:flex-start!important}.align-content-xxl-end[data-v-da87fdc2]{align-content:flex-end!important}.align-content-xxl-center[data-v-da87fdc2]{align-content:center!important}.align-content-xxl-space-between[data-v-da87fdc2]{align-content:space-between!important}.align-content-xxl-space-around[data-v-da87fdc2]{align-content:space-around!important}.align-content-xxl-space-evenly[data-v-da87fdc2]{align-content:space-evenly!important}.align-content-xxl-stretch[data-v-da87fdc2]{align-content:stretch!important}.align-self-xxl-auto[data-v-da87fdc2]{align-self:auto!important}.align-self-xxl-start[data-v-da87fdc2]{align-self:flex-start!important}.align-self-xxl-end[data-v-da87fdc2]{align-self:flex-end!important}.align-self-xxl-center[data-v-da87fdc2]{align-self:center!important}.align-self-xxl-baseline[data-v-da87fdc2]{align-self:baseline!important}.align-self-xxl-stretch[data-v-da87fdc2]{align-self:stretch!important}.order-xxl-first[data-v-da87fdc2]{order:-1!important}.order-xxl-0[data-v-da87fdc2]{order:0!important}.order-xxl-1[data-v-da87fdc2]{order:1!important}.order-xxl-2[data-v-da87fdc2]{order:2!important}.order-xxl-3[data-v-da87fdc2]{order:3!important}.order-xxl-4[data-v-da87fdc2]{order:4!important}.order-xxl-5[data-v-da87fdc2]{order:5!important}.order-xxl-6[data-v-da87fdc2]{order:6!important}.order-xxl-7[data-v-da87fdc2]{order:7!important}.order-xxl-8[data-v-da87fdc2]{order:8!important}.order-xxl-9[data-v-da87fdc2]{order:9!important}.order-xxl-10[data-v-da87fdc2]{order:10!important}.order-xxl-11[data-v-da87fdc2]{order:11!important}.order-xxl-12[data-v-da87fdc2]{order:12!important}.order-xxl-last[data-v-da87fdc2]{order:13!important}.ma-xxl-0[data-v-da87fdc2]{margin:0!important}.ma-xxl-1[data-v-da87fdc2]{margin:4px!important}.ma-xxl-2[data-v-da87fdc2]{margin:8px!important}.ma-xxl-3[data-v-da87fdc2]{margin:12px!important}.ma-xxl-4[data-v-da87fdc2]{margin:16px!important}.ma-xxl-5[data-v-da87fdc2]{margin:20px!important}.ma-xxl-6[data-v-da87fdc2]{margin:24px!important}.ma-xxl-7[data-v-da87fdc2]{margin:28px!important}.ma-xxl-8[data-v-da87fdc2]{margin:32px!important}.ma-xxl-9[data-v-da87fdc2]{margin:36px!important}.ma-xxl-10[data-v-da87fdc2]{margin:40px!important}.ma-xxl-11[data-v-da87fdc2]{margin:44px!important}.ma-xxl-12[data-v-da87fdc2]{margin:48px!important}.ma-xxl-13[data-v-da87fdc2]{margin:52px!important}.ma-xxl-14[data-v-da87fdc2]{margin:56px!important}.ma-xxl-15[data-v-da87fdc2]{margin:60px!important}.ma-xxl-16[data-v-da87fdc2]{margin:64px!important}.ma-xxl-auto[data-v-da87fdc2]{margin:auto!important}.mx-xxl-0[data-v-da87fdc2]{margin-right:0!important;margin-left:0!important}.mx-xxl-1[data-v-da87fdc2]{margin-right:4px!important;margin-left:4px!important}.mx-xxl-2[data-v-da87fdc2]{margin-right:8px!important;margin-left:8px!important}.mx-xxl-3[data-v-da87fdc2]{margin-right:12px!important;margin-left:12px!important}.mx-xxl-4[data-v-da87fdc2]{margin-right:16px!important;margin-left:16px!important}.mx-xxl-5[data-v-da87fdc2]{margin-right:20px!important;margin-left:20px!important}.mx-xxl-6[data-v-da87fdc2]{margin-right:24px!important;margin-left:24px!important}.mx-xxl-7[data-v-da87fdc2]{margin-right:28px!important;margin-left:28px!important}.mx-xxl-8[data-v-da87fdc2]{margin-right:32px!important;margin-left:32px!important}.mx-xxl-9[data-v-da87fdc2]{margin-right:36px!important;margin-left:36px!important}.mx-xxl-10[data-v-da87fdc2]{margin-right:40px!important;margin-left:40px!important}.mx-xxl-11[data-v-da87fdc2]{margin-right:44px!important;margin-left:44px!important}.mx-xxl-12[data-v-da87fdc2]{margin-right:48px!important;margin-left:48px!important}.mx-xxl-13[data-v-da87fdc2]{margin-right:52px!important;margin-left:52px!important}.mx-xxl-14[data-v-da87fdc2]{margin-right:56px!important;margin-left:56px!important}.mx-xxl-15[data-v-da87fdc2]{margin-right:60px!important;margin-left:60px!important}.mx-xxl-16[data-v-da87fdc2]{margin-right:64px!important;margin-left:64px!important}.mx-xxl-auto[data-v-da87fdc2]{margin-right:auto!important;margin-left:auto!important}.my-xxl-0[data-v-da87fdc2]{margin-top:0!important;margin-bottom:0!important}.my-xxl-1[data-v-da87fdc2]{margin-top:4px!important;margin-bottom:4px!important}.my-xxl-2[data-v-da87fdc2]{margin-top:8px!important;margin-bottom:8px!important}.my-xxl-3[data-v-da87fdc2]{margin-top:12px!important;margin-bottom:12px!important}.my-xxl-4[data-v-da87fdc2]{margin-top:16px!important;margin-bottom:16px!important}.my-xxl-5[data-v-da87fdc2]{margin-top:20px!important;margin-bottom:20px!important}.my-xxl-6[data-v-da87fdc2]{margin-top:24px!important;margin-bottom:24px!important}.my-xxl-7[data-v-da87fdc2]{margin-top:28px!important;margin-bottom:28px!important}.my-xxl-8[data-v-da87fdc2]{margin-top:32px!important;margin-bottom:32px!important}.my-xxl-9[data-v-da87fdc2]{margin-top:36px!important;margin-bottom:36px!important}.my-xxl-10[data-v-da87fdc2]{margin-top:40px!important;margin-bottom:40px!important}.my-xxl-11[data-v-da87fdc2]{margin-top:44px!important;margin-bottom:44px!important}.my-xxl-12[data-v-da87fdc2]{margin-top:48px!important;margin-bottom:48px!important}.my-xxl-13[data-v-da87fdc2]{margin-top:52px!important;margin-bottom:52px!important}.my-xxl-14[data-v-da87fdc2]{margin-top:56px!important;margin-bottom:56px!important}.my-xxl-15[data-v-da87fdc2]{margin-top:60px!important;margin-bottom:60px!important}.my-xxl-16[data-v-da87fdc2]{margin-top:64px!important;margin-bottom:64px!important}.my-xxl-auto[data-v-da87fdc2]{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0[data-v-da87fdc2]{margin-top:0!important}.mt-xxl-1[data-v-da87fdc2]{margin-top:4px!important}.mt-xxl-2[data-v-da87fdc2]{margin-top:8px!important}.mt-xxl-3[data-v-da87fdc2]{margin-top:12px!important}.mt-xxl-4[data-v-da87fdc2]{margin-top:16px!important}.mt-xxl-5[data-v-da87fdc2]{margin-top:20px!important}.mt-xxl-6[data-v-da87fdc2]{margin-top:24px!important}.mt-xxl-7[data-v-da87fdc2]{margin-top:28px!important}.mt-xxl-8[data-v-da87fdc2]{margin-top:32px!important}.mt-xxl-9[data-v-da87fdc2]{margin-top:36px!important}.mt-xxl-10[data-v-da87fdc2]{margin-top:40px!important}.mt-xxl-11[data-v-da87fdc2]{margin-top:44px!important}.mt-xxl-12[data-v-da87fdc2]{margin-top:48px!important}.mt-xxl-13[data-v-da87fdc2]{margin-top:52px!important}.mt-xxl-14[data-v-da87fdc2]{margin-top:56px!important}.mt-xxl-15[data-v-da87fdc2]{margin-top:60px!important}.mt-xxl-16[data-v-da87fdc2]{margin-top:64px!important}.mt-xxl-auto[data-v-da87fdc2]{margin-top:auto!important}.mr-xxl-0[data-v-da87fdc2]{margin-right:0!important}.mr-xxl-1[data-v-da87fdc2]{margin-right:4px!important}.mr-xxl-2[data-v-da87fdc2]{margin-right:8px!important}.mr-xxl-3[data-v-da87fdc2]{margin-right:12px!important}.mr-xxl-4[data-v-da87fdc2]{margin-right:16px!important}.mr-xxl-5[data-v-da87fdc2]{margin-right:20px!important}.mr-xxl-6[data-v-da87fdc2]{margin-right:24px!important}.mr-xxl-7[data-v-da87fdc2]{margin-right:28px!important}.mr-xxl-8[data-v-da87fdc2]{margin-right:32px!important}.mr-xxl-9[data-v-da87fdc2]{margin-right:36px!important}.mr-xxl-10[data-v-da87fdc2]{margin-right:40px!important}.mr-xxl-11[data-v-da87fdc2]{margin-right:44px!important}.mr-xxl-12[data-v-da87fdc2]{margin-right:48px!important}.mr-xxl-13[data-v-da87fdc2]{margin-right:52px!important}.mr-xxl-14[data-v-da87fdc2]{margin-right:56px!important}.mr-xxl-15[data-v-da87fdc2]{margin-right:60px!important}.mr-xxl-16[data-v-da87fdc2]{margin-right:64px!important}.mr-xxl-auto[data-v-da87fdc2]{margin-right:auto!important}.mb-xxl-0[data-v-da87fdc2]{margin-bottom:0!important}.mb-xxl-1[data-v-da87fdc2]{margin-bottom:4px!important}.mb-xxl-2[data-v-da87fdc2]{margin-bottom:8px!important}.mb-xxl-3[data-v-da87fdc2]{margin-bottom:12px!important}.mb-xxl-4[data-v-da87fdc2]{margin-bottom:16px!important}.mb-xxl-5[data-v-da87fdc2]{margin-bottom:20px!important}.mb-xxl-6[data-v-da87fdc2]{margin-bottom:24px!important}.mb-xxl-7[data-v-da87fdc2]{margin-bottom:28px!important}.mb-xxl-8[data-v-da87fdc2]{margin-bottom:32px!important}.mb-xxl-9[data-v-da87fdc2]{margin-bottom:36px!important}.mb-xxl-10[data-v-da87fdc2]{margin-bottom:40px!important}.mb-xxl-11[data-v-da87fdc2]{margin-bottom:44px!important}.mb-xxl-12[data-v-da87fdc2]{margin-bottom:48px!important}.mb-xxl-13[data-v-da87fdc2]{margin-bottom:52px!important}.mb-xxl-14[data-v-da87fdc2]{margin-bottom:56px!important}.mb-xxl-15[data-v-da87fdc2]{margin-bottom:60px!important}.mb-xxl-16[data-v-da87fdc2]{margin-bottom:64px!important}.mb-xxl-auto[data-v-da87fdc2]{margin-bottom:auto!important}.ml-xxl-0[data-v-da87fdc2]{margin-left:0!important}.ml-xxl-1[data-v-da87fdc2]{margin-left:4px!important}.ml-xxl-2[data-v-da87fdc2]{margin-left:8px!important}.ml-xxl-3[data-v-da87fdc2]{margin-left:12px!important}.ml-xxl-4[data-v-da87fdc2]{margin-left:16px!important}.ml-xxl-5[data-v-da87fdc2]{margin-left:20px!important}.ml-xxl-6[data-v-da87fdc2]{margin-left:24px!important}.ml-xxl-7[data-v-da87fdc2]{margin-left:28px!important}.ml-xxl-8[data-v-da87fdc2]{margin-left:32px!important}.ml-xxl-9[data-v-da87fdc2]{margin-left:36px!important}.ml-xxl-10[data-v-da87fdc2]{margin-left:40px!important}.ml-xxl-11[data-v-da87fdc2]{margin-left:44px!important}.ml-xxl-12[data-v-da87fdc2]{margin-left:48px!important}.ml-xxl-13[data-v-da87fdc2]{margin-left:52px!important}.ml-xxl-14[data-v-da87fdc2]{margin-left:56px!important}.ml-xxl-15[data-v-da87fdc2]{margin-left:60px!important}.ml-xxl-16[data-v-da87fdc2]{margin-left:64px!important}.ml-xxl-auto[data-v-da87fdc2]{margin-left:auto!important}.ms-xxl-0[data-v-da87fdc2]{margin-inline-start:0px!important}.ms-xxl-1[data-v-da87fdc2]{margin-inline-start:4px!important}.ms-xxl-2[data-v-da87fdc2]{margin-inline-start:8px!important}.ms-xxl-3[data-v-da87fdc2]{margin-inline-start:12px!important}.ms-xxl-4[data-v-da87fdc2]{margin-inline-start:16px!important}.ms-xxl-5[data-v-da87fdc2]{margin-inline-start:20px!important}.ms-xxl-6[data-v-da87fdc2]{margin-inline-start:24px!important}.ms-xxl-7[data-v-da87fdc2]{margin-inline-start:28px!important}.ms-xxl-8[data-v-da87fdc2]{margin-inline-start:32px!important}.ms-xxl-9[data-v-da87fdc2]{margin-inline-start:36px!important}.ms-xxl-10[data-v-da87fdc2]{margin-inline-start:40px!important}.ms-xxl-11[data-v-da87fdc2]{margin-inline-start:44px!important}.ms-xxl-12[data-v-da87fdc2]{margin-inline-start:48px!important}.ms-xxl-13[data-v-da87fdc2]{margin-inline-start:52px!important}.ms-xxl-14[data-v-da87fdc2]{margin-inline-start:56px!important}.ms-xxl-15[data-v-da87fdc2]{margin-inline-start:60px!important}.ms-xxl-16[data-v-da87fdc2]{margin-inline-start:64px!important}.ms-xxl-auto[data-v-da87fdc2]{margin-inline-start:auto!important}.me-xxl-0[data-v-da87fdc2]{margin-inline-end:0px!important}.me-xxl-1[data-v-da87fdc2]{margin-inline-end:4px!important}.me-xxl-2[data-v-da87fdc2]{margin-inline-end:8px!important}.me-xxl-3[data-v-da87fdc2]{margin-inline-end:12px!important}.me-xxl-4[data-v-da87fdc2]{margin-inline-end:16px!important}.me-xxl-5[data-v-da87fdc2]{margin-inline-end:20px!important}.me-xxl-6[data-v-da87fdc2]{margin-inline-end:24px!important}.me-xxl-7[data-v-da87fdc2]{margin-inline-end:28px!important}.me-xxl-8[data-v-da87fdc2]{margin-inline-end:32px!important}.me-xxl-9[data-v-da87fdc2]{margin-inline-end:36px!important}.me-xxl-10[data-v-da87fdc2]{margin-inline-end:40px!important}.me-xxl-11[data-v-da87fdc2]{margin-inline-end:44px!important}.me-xxl-12[data-v-da87fdc2]{margin-inline-end:48px!important}.me-xxl-13[data-v-da87fdc2]{margin-inline-end:52px!important}.me-xxl-14[data-v-da87fdc2]{margin-inline-end:56px!important}.me-xxl-15[data-v-da87fdc2]{margin-inline-end:60px!important}.me-xxl-16[data-v-da87fdc2]{margin-inline-end:64px!important}.me-xxl-auto[data-v-da87fdc2]{margin-inline-end:auto!important}.ma-xxl-n1[data-v-da87fdc2]{margin:-4px!important}.ma-xxl-n2[data-v-da87fdc2]{margin:-8px!important}.ma-xxl-n3[data-v-da87fdc2]{margin:-12px!important}.ma-xxl-n4[data-v-da87fdc2]{margin:-16px!important}.ma-xxl-n5[data-v-da87fdc2]{margin:-20px!important}.ma-xxl-n6[data-v-da87fdc2]{margin:-24px!important}.ma-xxl-n7[data-v-da87fdc2]{margin:-28px!important}.ma-xxl-n8[data-v-da87fdc2]{margin:-32px!important}.ma-xxl-n9[data-v-da87fdc2]{margin:-36px!important}.ma-xxl-n10[data-v-da87fdc2]{margin:-40px!important}.ma-xxl-n11[data-v-da87fdc2]{margin:-44px!important}.ma-xxl-n12[data-v-da87fdc2]{margin:-48px!important}.ma-xxl-n13[data-v-da87fdc2]{margin:-52px!important}.ma-xxl-n14[data-v-da87fdc2]{margin:-56px!important}.ma-xxl-n15[data-v-da87fdc2]{margin:-60px!important}.ma-xxl-n16[data-v-da87fdc2]{margin:-64px!important}.mx-xxl-n1[data-v-da87fdc2]{margin-right:-4px!important;margin-left:-4px!important}.mx-xxl-n2[data-v-da87fdc2]{margin-right:-8px!important;margin-left:-8px!important}.mx-xxl-n3[data-v-da87fdc2]{margin-right:-12px!important;margin-left:-12px!important}.mx-xxl-n4[data-v-da87fdc2]{margin-right:-16px!important;margin-left:-16px!important}.mx-xxl-n5[data-v-da87fdc2]{margin-right:-20px!important;margin-left:-20px!important}.mx-xxl-n6[data-v-da87fdc2]{margin-right:-24px!important;margin-left:-24px!important}.mx-xxl-n7[data-v-da87fdc2]{margin-right:-28px!important;margin-left:-28px!important}.mx-xxl-n8[data-v-da87fdc2]{margin-right:-32px!important;margin-left:-32px!important}.mx-xxl-n9[data-v-da87fdc2]{margin-right:-36px!important;margin-left:-36px!important}.mx-xxl-n10[data-v-da87fdc2]{margin-right:-40px!important;margin-left:-40px!important}.mx-xxl-n11[data-v-da87fdc2]{margin-right:-44px!important;margin-left:-44px!important}.mx-xxl-n12[data-v-da87fdc2]{margin-right:-48px!important;margin-left:-48px!important}.mx-xxl-n13[data-v-da87fdc2]{margin-right:-52px!important;margin-left:-52px!important}.mx-xxl-n14[data-v-da87fdc2]{margin-right:-56px!important;margin-left:-56px!important}.mx-xxl-n15[data-v-da87fdc2]{margin-right:-60px!important;margin-left:-60px!important}.mx-xxl-n16[data-v-da87fdc2]{margin-right:-64px!important;margin-left:-64px!important}.my-xxl-n1[data-v-da87fdc2]{margin-top:-4px!important;margin-bottom:-4px!important}.my-xxl-n2[data-v-da87fdc2]{margin-top:-8px!important;margin-bottom:-8px!important}.my-xxl-n3[data-v-da87fdc2]{margin-top:-12px!important;margin-bottom:-12px!important}.my-xxl-n4[data-v-da87fdc2]{margin-top:-16px!important;margin-bottom:-16px!important}.my-xxl-n5[data-v-da87fdc2]{margin-top:-20px!important;margin-bottom:-20px!important}.my-xxl-n6[data-v-da87fdc2]{margin-top:-24px!important;margin-bottom:-24px!important}.my-xxl-n7[data-v-da87fdc2]{margin-top:-28px!important;margin-bottom:-28px!important}.my-xxl-n8[data-v-da87fdc2]{margin-top:-32px!important;margin-bottom:-32px!important}.my-xxl-n9[data-v-da87fdc2]{margin-top:-36px!important;margin-bottom:-36px!important}.my-xxl-n10[data-v-da87fdc2]{margin-top:-40px!important;margin-bottom:-40px!important}.my-xxl-n11[data-v-da87fdc2]{margin-top:-44px!important;margin-bottom:-44px!important}.my-xxl-n12[data-v-da87fdc2]{margin-top:-48px!important;margin-bottom:-48px!important}.my-xxl-n13[data-v-da87fdc2]{margin-top:-52px!important;margin-bottom:-52px!important}.my-xxl-n14[data-v-da87fdc2]{margin-top:-56px!important;margin-bottom:-56px!important}.my-xxl-n15[data-v-da87fdc2]{margin-top:-60px!important;margin-bottom:-60px!important}.my-xxl-n16[data-v-da87fdc2]{margin-top:-64px!important;margin-bottom:-64px!important}.mt-xxl-n1[data-v-da87fdc2]{margin-top:-4px!important}.mt-xxl-n2[data-v-da87fdc2]{margin-top:-8px!important}.mt-xxl-n3[data-v-da87fdc2]{margin-top:-12px!important}.mt-xxl-n4[data-v-da87fdc2]{margin-top:-16px!important}.mt-xxl-n5[data-v-da87fdc2]{margin-top:-20px!important}.mt-xxl-n6[data-v-da87fdc2]{margin-top:-24px!important}.mt-xxl-n7[data-v-da87fdc2]{margin-top:-28px!important}.mt-xxl-n8[data-v-da87fdc2]{margin-top:-32px!important}.mt-xxl-n9[data-v-da87fdc2]{margin-top:-36px!important}.mt-xxl-n10[data-v-da87fdc2]{margin-top:-40px!important}.mt-xxl-n11[data-v-da87fdc2]{margin-top:-44px!important}.mt-xxl-n12[data-v-da87fdc2]{margin-top:-48px!important}.mt-xxl-n13[data-v-da87fdc2]{margin-top:-52px!important}.mt-xxl-n14[data-v-da87fdc2]{margin-top:-56px!important}.mt-xxl-n15[data-v-da87fdc2]{margin-top:-60px!important}.mt-xxl-n16[data-v-da87fdc2]{margin-top:-64px!important}.mr-xxl-n1[data-v-da87fdc2]{margin-right:-4px!important}.mr-xxl-n2[data-v-da87fdc2]{margin-right:-8px!important}.mr-xxl-n3[data-v-da87fdc2]{margin-right:-12px!important}.mr-xxl-n4[data-v-da87fdc2]{margin-right:-16px!important}.mr-xxl-n5[data-v-da87fdc2]{margin-right:-20px!important}.mr-xxl-n6[data-v-da87fdc2]{margin-right:-24px!important}.mr-xxl-n7[data-v-da87fdc2]{margin-right:-28px!important}.mr-xxl-n8[data-v-da87fdc2]{margin-right:-32px!important}.mr-xxl-n9[data-v-da87fdc2]{margin-right:-36px!important}.mr-xxl-n10[data-v-da87fdc2]{margin-right:-40px!important}.mr-xxl-n11[data-v-da87fdc2]{margin-right:-44px!important}.mr-xxl-n12[data-v-da87fdc2]{margin-right:-48px!important}.mr-xxl-n14[data-v-da87fdc2]{margin-right:-56px!important}.mr-xxl-n15[data-v-da87fdc2]{margin-right:-60px!important}.mr-xxl-n16[data-v-da87fdc2]{margin-right:-64px!important}.mb-xxl-n1[data-v-da87fdc2]{margin-bottom:-4px!important}.mb-xxl-n2[data-v-da87fdc2]{margin-bottom:-8px!important}.mb-xxl-n3[data-v-da87fdc2]{margin-bottom:-12px!important}.mb-xxl-n4[data-v-da87fdc2]{margin-bottom:-16px!important}.mb-xxl-n5[data-v-da87fdc2]{margin-bottom:-20px!important}.mb-xxl-n6[data-v-da87fdc2]{margin-bottom:-24px!important}.mb-xxl-n7[data-v-da87fdc2]{margin-bottom:-28px!important}.mb-xxl-n8[data-v-da87fdc2]{margin-bottom:-32px!important}.mb-xxl-n9[data-v-da87fdc2]{margin-bottom:-36px!important}.mb-xxl-n10[data-v-da87fdc2]{margin-bottom:-40px!important}.mb-xxl-n11[data-v-da87fdc2]{margin-bottom:-44px!important}.mb-xxl-n12[data-v-da87fdc2]{margin-bottom:-48px!important}.mb-xxl-n13[data-v-da87fdc2]{margin-bottom:-52px!important}.mb-xxl-n14[data-v-da87fdc2]{margin-bottom:-56px!important}.mb-xxl-n15[data-v-da87fdc2]{margin-bottom:-60px!important}.mb-xxl-n16[data-v-da87fdc2]{margin-bottom:-64px!important}.ml-xxl-n1[data-v-da87fdc2]{margin-left:-4px!important}.ml-xxl-n2[data-v-da87fdc2]{margin-left:-8px!important}.ml-xxl-n3[data-v-da87fdc2]{margin-left:-12px!important}.ml-xxl-n4[data-v-da87fdc2]{margin-left:-16px!important}.ml-xxl-n5[data-v-da87fdc2]{margin-left:-20px!important}.ml-xxl-n6[data-v-da87fdc2]{margin-left:-24px!important}.ml-xxl-n7[data-v-da87fdc2]{margin-left:-28px!important}.ml-xxl-n8[data-v-da87fdc2]{margin-left:-32px!important}.ml-xxl-n9[data-v-da87fdc2]{margin-left:-36px!important}.ml-xxl-n10[data-v-da87fdc2]{margin-left:-40px!important}.ml-xxl-n11[data-v-da87fdc2]{margin-left:-44px!important}.ml-xxl-n12[data-v-da87fdc2]{margin-left:-48px!important}.ml-xxl-n13[data-v-da87fdc2]{margin-left:-52px!important}.ml-xxl-n14[data-v-da87fdc2]{margin-left:-56px!important}.ml-xxl-n15[data-v-da87fdc2]{margin-left:-60px!important}.ml-xxl-n16[data-v-da87fdc2]{margin-left:-64px!important}.ms-xxl-n1[data-v-da87fdc2]{margin-inline-start:-4px!important}.ms-xxl-n2[data-v-da87fdc2]{margin-inline-start:-8px!important}.ms-xxl-n3[data-v-da87fdc2]{margin-inline-start:-12px!important}.ms-xxl-n4[data-v-da87fdc2]{margin-inline-start:-16px!important}.ms-xxl-n5[data-v-da87fdc2]{margin-inline-start:-20px!important}.ms-xxl-n6[data-v-da87fdc2]{margin-inline-start:-24px!important}.ms-xxl-n7[data-v-da87fdc2]{margin-inline-start:-28px!important}.ms-xxl-n8[data-v-da87fdc2]{margin-inline-start:-32px!important}.ms-xxl-n9[data-v-da87fdc2]{margin-inline-start:-36px!important}.ms-xxl-n10[data-v-da87fdc2]{margin-inline-start:-40px!important}.ms-xxl-n11[data-v-da87fdc2]{margin-inline-start:-44px!important}.ms-xxl-n12[data-v-da87fdc2]{margin-inline-start:-48px!important}.ms-xxl-n13[data-v-da87fdc2]{margin-inline-start:-52px!important}.ms-xxl-n14[data-v-da87fdc2]{margin-inline-start:-56px!important}.ms-xxl-n15[data-v-da87fdc2]{margin-inline-start:-60px!important}.ms-xxl-n16[data-v-da87fdc2]{margin-inline-start:-64px!important}.me-xxl-n1[data-v-da87fdc2]{margin-inline-end:-4px!important}.me-xxl-n2[data-v-da87fdc2]{margin-inline-end:-8px!important}.me-xxl-n3[data-v-da87fdc2]{margin-inline-end:-12px!important}.me-xxl-n4[data-v-da87fdc2]{margin-inline-end:-16px!important}.me-xxl-n5[data-v-da87fdc2]{margin-inline-end:-20px!important}.me-xxl-n6[data-v-da87fdc2]{margin-inline-end:-24px!important}.me-xxl-n7[data-v-da87fdc2]{margin-inline-end:-28px!important}.me-xxl-n8[data-v-da87fdc2]{margin-inline-end:-32px!important}.me-xxl-n9[data-v-da87fdc2]{margin-inline-end:-36px!important}.me-xxl-n10[data-v-da87fdc2]{margin-inline-end:-40px!important}.me-xxl-n11[data-v-da87fdc2]{margin-inline-end:-44px!important}.me-xxl-n12[data-v-da87fdc2]{margin-inline-end:-48px!important}.me-xxl-n13[data-v-da87fdc2]{margin-inline-end:-52px!important}.me-xxl-n14[data-v-da87fdc2]{margin-inline-end:-56px!important}.me-xxl-n15[data-v-da87fdc2]{margin-inline-end:-60px!important}.me-xxl-n16[data-v-da87fdc2]{margin-inline-end:-64px!important}.pa-xxl-0[data-v-da87fdc2]{padding:0!important}.pa-xxl-1[data-v-da87fdc2]{padding:4px!important}.pa-xxl-2[data-v-da87fdc2]{padding:8px!important}.pa-xxl-3[data-v-da87fdc2]{padding:12px!important}.pa-xxl-4[data-v-da87fdc2]{padding:16px!important}.pa-xxl-5[data-v-da87fdc2]{padding:20px!important}.pa-xxl-6[data-v-da87fdc2]{padding:24px!important}.pa-xxl-7[data-v-da87fdc2]{padding:28px!important}.pa-xxl-8[data-v-da87fdc2]{padding:32px!important}.pa-xxl-9[data-v-da87fdc2]{padding:36px!important}.pa-xxl-10[data-v-da87fdc2]{padding:40px!important}.pa-xxl-11[data-v-da87fdc2]{padding:44px!important}.pa-xxl-12[data-v-da87fdc2]{padding:48px!important}.pa-xxl-13[data-v-da87fdc2]{padding:52px!important}.pa-xxl-14[data-v-da87fdc2]{padding:56px!important}.pa-xxl-15[data-v-da87fdc2]{padding:60px!important}.pa-xxl-16[data-v-da87fdc2]{padding:64px!important}.px-xxl-0[data-v-da87fdc2]{padding-right:0!important;padding-left:0!important}.px-xxl-1[data-v-da87fdc2]{padding-right:4px!important;padding-left:4px!important}.px-xxl-2[data-v-da87fdc2]{padding-right:8px!important;padding-left:8px!important}.px-xxl-3[data-v-da87fdc2]{padding-right:12px!important;padding-left:12px!important}.px-xxl-4[data-v-da87fdc2]{padding-right:16px!important;padding-left:16px!important}.px-xxl-5[data-v-da87fdc2]{padding-right:20px!important;padding-left:20px!important}.px-xxl-6[data-v-da87fdc2]{padding-right:24px!important;padding-left:24px!important}.px-xxl-7[data-v-da87fdc2]{padding-right:28px!important;padding-left:28px!important}.px-xxl-8[data-v-da87fdc2]{padding-right:32px!important;padding-left:32px!important}.px-xxl-9[data-v-da87fdc2]{padding-right:36px!important;padding-left:36px!important}.px-xxl-10[data-v-da87fdc2]{padding-right:40px!important;padding-left:40px!important}.px-xxl-11[data-v-da87fdc2]{padding-right:44px!important;padding-left:44px!important}.px-xxl-12[data-v-da87fdc2]{padding-right:48px!important;padding-left:48px!important}.px-xxl-13[data-v-da87fdc2]{padding-right:52px!important;padding-left:52px!important}.px-xxl-14[data-v-da87fdc2]{padding-right:56px!important;padding-left:56px!important}.px-xxl-15[data-v-da87fdc2]{padding-right:60px!important;padding-left:60px!important}.px-xxl-16[data-v-da87fdc2]{padding-right:64px!important;padding-left:64px!important}.py-xxl-0[data-v-da87fdc2]{padding-top:0!important;padding-bottom:0!important}.py-xxl-1[data-v-da87fdc2]{padding-top:4px!important;padding-bottom:4px!important}.py-xxl-2[data-v-da87fdc2]{padding-top:8px!important;padding-bottom:8px!important}.py-xxl-3[data-v-da87fdc2]{padding-top:12px!important;padding-bottom:12px!important}.py-xxl-4[data-v-da87fdc2]{padding-top:16px!important;padding-bottom:16px!important}.py-xxl-5[data-v-da87fdc2]{padding-top:20px!important;padding-bottom:20px!important}.py-xxl-6[data-v-da87fdc2]{padding-top:24px!important;padding-bottom:24px!important}.py-xxl-7[data-v-da87fdc2]{padding-top:28px!important;padding-bottom:28px!important}.py-xxl-8[data-v-da87fdc2]{padding-top:32px!important;padding-bottom:32px!important}.py-xxl-9[data-v-da87fdc2]{padding-top:36px!important;padding-bottom:36px!important}.py-xxl-10[data-v-da87fdc2]{padding-top:40px!important;padding-bottom:40px!important}.py-xxl-11[data-v-da87fdc2]{padding-top:44px!important;padding-bottom:44px!important}.py-xxl-12[data-v-da87fdc2]{padding-top:48px!important;padding-bottom:48px!important}.py-xxl-13[data-v-da87fdc2]{padding-top:52px!important;padding-bottom:52px!important}.py-xxl-14[data-v-da87fdc2]{padding-top:56px!important;padding-bottom:56px!important}.py-xxl-15[data-v-da87fdc2]{padding-top:60px!important;padding-bottom:60px!important}.py-xxl-16[data-v-da87fdc2]{padding-top:64px!important;padding-bottom:64px!important}.pt-xxl-0[data-v-da87fdc2]{padding-top:0!important}.pt-xxl-1[data-v-da87fdc2]{padding-top:4px!important}.pt-xxl-2[data-v-da87fdc2]{padding-top:8px!important}.pt-xxl-3[data-v-da87fdc2]{padding-top:12px!important}.pt-xxl-4[data-v-da87fdc2]{padding-top:16px!important}.pt-xxl-5[data-v-da87fdc2]{padding-top:20px!important}.pt-xxl-6[data-v-da87fdc2]{padding-top:24px!important}.pt-xxl-7[data-v-da87fdc2]{padding-top:28px!important}.pt-xxl-8[data-v-da87fdc2]{padding-top:32px!important}.pt-xxl-9[data-v-da87fdc2]{padding-top:36px!important}.pt-xxl-10[data-v-da87fdc2]{padding-top:40px!important}.pt-xxl-11[data-v-da87fdc2]{padding-top:44px!important}.pt-xxl-12[data-v-da87fdc2]{padding-top:48px!important}.pt-xxl-13[data-v-da87fdc2]{padding-top:52px!important}.pt-xxl-14[data-v-da87fdc2]{padding-top:56px!important}.pt-xxl-15[data-v-da87fdc2]{padding-top:60px!important}.pt-xxl-16[data-v-da87fdc2]{padding-top:64px!important}.pr-xxl-0[data-v-da87fdc2]{padding-right:0!important}.pr-xxl-1[data-v-da87fdc2]{padding-right:4px!important}.pr-xxl-2[data-v-da87fdc2]{padding-right:8px!important}.pr-xxl-3[data-v-da87fdc2]{padding-right:12px!important}.pr-xxl-4[data-v-da87fdc2]{padding-right:16px!important}.pr-xxl-5[data-v-da87fdc2]{padding-right:20px!important}.pr-xxl-6[data-v-da87fdc2]{padding-right:24px!important}.pr-xxl-7[data-v-da87fdc2]{padding-right:28px!important}.pr-xxl-8[data-v-da87fdc2]{padding-right:32px!important}.pr-xxl-9[data-v-da87fdc2]{padding-right:36px!important}.pr-xxl-10[data-v-da87fdc2]{padding-right:40px!important}.pr-xxl-11[data-v-da87fdc2]{padding-right:44px!important}.pr-xxl-12[data-v-da87fdc2]{padding-right:48px!important}.pr-xxl-13[data-v-da87fdc2]{padding-right:52px!important}.pr-xxl-14[data-v-da87fdc2]{padding-right:56px!important}.pr-xxl-15[data-v-da87fdc2]{padding-right:60px!important}.pr-xxl-16[data-v-da87fdc2]{padding-right:64px!important}.pb-xxl-0[data-v-da87fdc2]{padding-bottom:0!important}.pb-xxl-1[data-v-da87fdc2]{padding-bottom:4px!important}.pb-xxl-2[data-v-da87fdc2]{padding-bottom:8px!important}.pb-xxl-3[data-v-da87fdc2]{padding-bottom:12px!important}.pb-xxl-4[data-v-da87fdc2]{padding-bottom:16px!important}.pb-xxl-5[data-v-da87fdc2]{padding-bottom:20px!important}.pb-xxl-6[data-v-da87fdc2]{padding-bottom:24px!important}.pb-xxl-7[data-v-da87fdc2]{padding-bottom:28px!important}.pb-xxl-8[data-v-da87fdc2]{padding-bottom:32px!important}.pb-xxl-9[data-v-da87fdc2]{padding-bottom:36px!important}.pb-xxl-10[data-v-da87fdc2]{padding-bottom:40px!important}.pb-xxl-11[data-v-da87fdc2]{padding-bottom:44px!important}.pb-xxl-12[data-v-da87fdc2]{padding-bottom:48px!important}.pb-xxl-13[data-v-da87fdc2]{padding-bottom:52px!important}.pb-xxl-14[data-v-da87fdc2]{padding-bottom:56px!important}.pb-xxl-15[data-v-da87fdc2]{padding-bottom:60px!important}.pb-xxl-16[data-v-da87fdc2]{padding-bottom:64px!important}.pl-xxl-0[data-v-da87fdc2]{padding-left:0!important}.pl-xxl-1[data-v-da87fdc2]{padding-left:4px!important}.pl-xxl-2[data-v-da87fdc2]{padding-left:8px!important}.pl-xxl-3[data-v-da87fdc2]{padding-left:12px!important}.pl-xxl-4[data-v-da87fdc2]{padding-left:16px!important}.pl-xxl-5[data-v-da87fdc2]{padding-left:20px!important}.pl-xxl-6[data-v-da87fdc2]{padding-left:24px!important}.pl-xxl-7[data-v-da87fdc2]{padding-left:28px!important}.pl-xxl-8[data-v-da87fdc2]{padding-left:32px!important}.pl-xxl-9[data-v-da87fdc2]{padding-left:36px!important}.pl-xxl-10[data-v-da87fdc2]{padding-left:40px!important}.pl-xxl-11[data-v-da87fdc2]{padding-left:44px!important}.pl-xxl-12[data-v-da87fdc2]{padding-left:48px!important}.pl-xxl-13[data-v-da87fdc2]{padding-left:52px!important}.pl-xxl-14[data-v-da87fdc2]{padding-left:56px!important}.pl-xxl-15[data-v-da87fdc2]{padding-left:60px!important}.pl-xxl-16[data-v-da87fdc2]{padding-left:64px!important}.ps-xxl-0[data-v-da87fdc2]{padding-inline-start:0px!important}.ps-xxl-1[data-v-da87fdc2]{padding-inline-start:4px!important}.ps-xxl-2[data-v-da87fdc2]{padding-inline-start:8px!important}.ps-xxl-3[data-v-da87fdc2]{padding-inline-start:12px!important}.ps-xxl-4[data-v-da87fdc2]{padding-inline-start:16px!important}.ps-xxl-5[data-v-da87fdc2]{padding-inline-start:20px!important}.ps-xxl-6[data-v-da87fdc2]{padding-inline-start:24px!important}.ps-xxl-7[data-v-da87fdc2]{padding-inline-start:28px!important}.ps-xxl-8[data-v-da87fdc2]{padding-inline-start:32px!important}.ps-xxl-9[data-v-da87fdc2]{padding-inline-start:36px!important}.ps-xxl-10[data-v-da87fdc2]{padding-inline-start:40px!important}.ps-xxl-11[data-v-da87fdc2]{padding-inline-start:44px!important}.ps-xxl-12[data-v-da87fdc2]{padding-inline-start:48px!important}.ps-xxl-13[data-v-da87fdc2]{padding-inline-start:52px!important}.ps-xxl-14[data-v-da87fdc2]{padding-inline-start:56px!important}.ps-xxl-15[data-v-da87fdc2]{padding-inline-start:60px!important}.ps-xxl-16[data-v-da87fdc2]{padding-inline-start:64px!important}.pe-xxl-0[data-v-da87fdc2]{padding-inline-end:0px!important}.pe-xxl-1[data-v-da87fdc2]{padding-inline-end:4px!important}.pe-xxl-2[data-v-da87fdc2]{padding-inline-end:8px!important}.pe-xxl-3[data-v-da87fdc2]{padding-inline-end:12px!important}.pe-xxl-4[data-v-da87fdc2]{padding-inline-end:16px!important}.pe-xxl-5[data-v-da87fdc2]{padding-inline-end:20px!important}.pe-xxl-6[data-v-da87fdc2]{padding-inline-end:24px!important}.pe-xxl-7[data-v-da87fdc2]{padding-inline-end:28px!important}.pe-xxl-8[data-v-da87fdc2]{padding-inline-end:32px!important}.pe-xxl-9[data-v-da87fdc2]{padding-inline-end:36px!important}.pe-xxl-10[data-v-da87fdc2]{padding-inline-end:40px!important}.pe-xxl-11[data-v-da87fdc2]{padding-inline-end:44px!important}.pe-xxl-12[data-v-da87fdc2]{padding-inline-end:48px!important}.pe-xxl-13[data-v-da87fdc2]{padding-inline-end:52px!important}.pe-xxl-14[data-v-da87fdc2]{padding-inline-end:56px!important}.pe-xxl-15[data-v-da87fdc2]{padding-inline-end:60px!important}.pe-xxl-16[data-v-da87fdc2]{padding-inline-end:64px!important}.text-xxl-left[data-v-da87fdc2]{text-align:left!important}.text-xxl-right[data-v-da87fdc2]{text-align:right!important}.text-xxl-center[data-v-da87fdc2]{text-align:center!important}.text-xxl-justify[data-v-da87fdc2]{text-align:justify!important}.text-xxl-start[data-v-da87fdc2]{text-align:start!important}.text-xxl-end[data-v-da87fdc2]{text-align:end!important}.text-xxl-h1[data-v-da87fdc2]{font-size:6rem!important;font-weight:300;line-height:6rem;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xxl-h2[data-v-da87fdc2]{font-size:3.75rem!important;font-weight:300;line-height:3.75rem;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xxl-h3[data-v-da87fdc2]{font-size:3rem!important;font-weight:400;line-height:3.125rem;letter-spacing:normal!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xxl-h4[data-v-da87fdc2]{font-size:2.125rem!important;font-weight:400;line-height:2.5rem;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xxl-h5[data-v-da87fdc2]{font-size:1.5rem!important;font-weight:400;line-height:2rem;letter-spacing:normal!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xxl-h6[data-v-da87fdc2]{font-size:1.25rem!important;font-weight:500;line-height:2rem;letter-spacing:.0125em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xxl-subtitle-1[data-v-da87fdc2]{font-size:1rem!important;font-weight:400;line-height:1.75rem;letter-spacing:.009375em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xxl-subtitle-2[data-v-da87fdc2]{font-size:.875rem!important;font-weight:500;line-height:1.375rem;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xxl-body-1[data-v-da87fdc2]{font-size:1rem!important;font-weight:400;line-height:1.5rem;letter-spacing:.03125em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xxl-body-2[data-v-da87fdc2]{font-size:.875rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xxl-button[data-v-da87fdc2]{font-size:.875rem!important;font-weight:500;line-height:2.25rem;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif!important;text-transform:uppercase!important}.text-xxl-caption[data-v-da87fdc2]{font-size:.75rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif!important;text-transform:none!important}.text-xxl-overline[data-v-da87fdc2]{font-size:.75rem!important;font-weight:500;line-height:2rem;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif!important;text-transform:uppercase!important}}@media print{.d-print-none[data-v-da87fdc2]{display:none!important}.d-print-inline[data-v-da87fdc2]{display:inline!important}.d-print-inline-block[data-v-da87fdc2]{display:inline-block!important}.d-print-block[data-v-da87fdc2]{display:block!important}.d-print-table[data-v-da87fdc2]{display:table!important}.d-print-table-row[data-v-da87fdc2]{display:table-row!important}.d-print-table-cell[data-v-da87fdc2]{display:table-cell!important}.d-print-flex[data-v-da87fdc2]{display:flex!important}.d-print-inline-flex[data-v-da87fdc2]{display:inline-flex!important}.float-print-none[data-v-da87fdc2]{float:none!important}.float-print-left[data-v-da87fdc2]{float:left!important}.float-print-right[data-v-da87fdc2]{float:right!important}.v-locale--is-rtl .float-print-end[data-v-da87fdc2]{float:left!important}.v-locale--is-rtl .float-print-start[data-v-da87fdc2],.v-locale--is-ltr .float-print-end[data-v-da87fdc2]{float:right!important}.v-locale--is-ltr .float-print-start[data-v-da87fdc2]{float:left!important}}@font-face{font-family:RingsideRegular;src:local("RingsideRegular"),url(/fonts/RingsideRegular/RingsideRegular-Thin.otf) format("truetype");font-weight:100;font-display:auto}@font-face{font-family:RingsideRegular;src:local("RingsideRegular"),url(/fonts/RingsideRegular/RingsideRegular-ExtraLight.otf) format("truetype");font-weight:200;font-display:auto}@font-face{font-family:RingsideRegular;src:local("RingsideRegular"),url(/fonts/RingsideRegular/RingsideRegular-Light.otf) format("truetype");font-weight:300;font-display:auto}@font-face{font-family:RingsideRegular;src:local("RingsideRegular"),url(/fonts/RingsideRegular/RingsideRegular-Book.otf) format("truetype");font-weight:400;font-display:auto}@font-face{font-family:RingsideRegular;src:local("RingsideRegular"),url(/fonts/RingsideRegular/RingsideRegular-Medium.otf) format("truetype");font-weight:500;font-display:auto}@font-face{font-family:RingsideRegular;src:local("RingsideRegular"),url(/fonts/RingsideRegular/RingsideRegular-SemiBold.otf) format("truetype");font-weight:600;font-display:auto}@font-face{font-family:RingsideRegular;src:local("RingsideRegular"),url(/fonts/RingsideRegular/RingsideRegular-Bold.otf) format("truetype");font-weight:700;font-display:auto}@font-face{font-family:RingsideRegular;src:local("RingsideRegular"),url(/fonts/RingsideRegular/RingsideRegular-Black.otf) format("truetype");font-weight:900;font-display:auto}@font-face{font-family:RingsideCondensed;src:local("RingsideCondensed"),url(/fonts/RingsideCondensed/RingsideCondensed-Thin.otf) format("truetype");font-weight:100;font-display:auto}@font-face{font-family:RingsideCondensed;src:local("RingsideCondensed"),url(/fonts/RingsideCondensed/RingsideCondensed-ExtraLight.otf) format("truetype");font-weight:200;font-display:auto}@font-face{font-family:RingsideCondensed;src:local("RingsideCondensed"),url(/fonts/RingsideCondensed/RingsideCondensed-Light.otf) format("truetype");font-weight:300;font-display:auto}@font-face{font-family:RingsideCondensed;src:local("RingsideCondensed"),url(/fonts/RingsideCondensed/RingsideCondensed-Book.otf) format("truetype");font-weight:400;font-display:auto}@font-face{font-family:RingsideCondensed;src:local("RingsideCondensed"),url(/fonts/RingsideCondensed/RingsideCondensed-Medium.otf) format("truetype");font-weight:500;font-display:auto}@font-face{font-family:RingsideCondensed;src:local("RingsideCondensed"),url(/fonts/RingsideCondensed/RingsideCondensed-SemiBold.otf) format("truetype");font-weight:600;font-display:auto}@font-face{font-family:RingsideCondensed;src:local("RingsideCondensed"),url(/fonts/RingsideCondensed/RingsideCondensed-Bold.otf) format("truetype");font-weight:700;font-display:auto}@font-face{font-family:RingsideCondensed;src:local("RingsideCondensed"),url(/fonts/RingsideCondensed/RingsideCondensed-Black.otf) format("truetype");font-weight:900;font-display:auto}@font-face{font-family:Inter;src:local("Inter"),url(/fonts/Inter/Inter-Bold.ttf) format("truetype");font-weight:700;font-display:auto}html,body,#app{height:100%;margin:0;padding:0}.v-slider .v-slider-thumb{z-index:9999}.v-tooltip .v-overlay__content{background-color:transparent!important;pointer-events:all!important}*,:before,:after{-webkit-box-sizing:border-box;box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}*{--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgba(59, 130, 246, .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;scrollbar-color:initial;scrollbar-width:initial}:root{-moz-tab-size:4;-o-tab-size:4;tab-size:4}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}::moz-focus-inner{border-style:none;padding:0}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}body{margin:0;font-family:inherit;line-height:inherit}button,input{font-family:inherit;font-size:100%;line-height:1.15;margin:0;padding:0;line-height:inherit;color:inherit}button{text-transform:none;background-color:transparent;background-image:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button,[role=button]{cursor:pointer}html{-webkit-text-size-adjust:100%;font-family:RingsideRegular,San-serif;line-height:1.5}h1,p,h2,h3{margin:0}h1,h2,h3{font-size:inherit;font-weight:inherit}img{border-style:solid;max-width:100%;height:auto}input::placeholder{opacity:1;color:#9ca3af}input::webkit-input-placeholder{opacity:1;color:#9ca3af}input::-moz-placeholder{opacity:1;color:#9ca3af}input:-ms-input-placeholder{opacity:1;color:#9ca3af}input::-ms-input-placeholder{opacity:1;color:#9ca3af}svg,img{display:block;vertical-align:middle}table{text-indent:0;border-color:inherit;border-collapse:collapse}ul{list-style:none;margin:0;padding:0}.scrollbar{--scrollbar-track: initial;--scrollbar-thumb: initial;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track);overflow:overlay;scrollbar-width:auto}.scrollbar::-webkit-scrollbar-track{background-color:var(--scrollbar-track)}.scrollbar::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb)}.scrollbar::-webkit-scrollbar{width:16px;height:16px}.scrollbar-thin{--scrollbar-track: initial;--scrollbar-thumb: initial;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track);overflow:overlay;scrollbar-width:thin}.scrollbar-thin::-webkit-scrollbar-track{background-color:var(--scrollbar-track)}.scrollbar-thin::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb)}.scrollbar-thin::-webkit-scrollbar{width:8px;height:8px}.bg-cool-grey-50{--tw-bg-opacity: 1;background-color:rgba(245,247,250,var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity: 1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.bg-tertiary-light{--tw-bg-opacity: 1;background-color:rgba(153,183,255,var(--tw-bg-opacity))}.bg-cool-grey-100{--tw-bg-opacity: 1;background-color:rgba(228,231,235,var(--tw-bg-opacity))}.bg-primary-500{--tw-bg-opacity: 1;background-color:rgba(28,28,28,var(--tw-bg-opacity))}.bg-tertiary{--tw-bg-opacity: 1;background-color:rgba(0,74,255,var(--tw-bg-opacity))}.\!bg-tertiary{--tw-bg-opacity: 1 !important;background-color:rgba(0,74,255,var(--tw-bg-opacity))!important}.bg-cool-grey-75{--tw-bg-opacity: 1;background-color:rgba(237,239,242,var(--tw-bg-opacity))}.bg-cool-grey-150{--tw-bg-opacity: 1;background-color:rgba(213,220,227,var(--tw-bg-opacity))}.\!bg-cool-grey-200{--tw-bg-opacity: 1 !important;background-color:rgba(203,210,217,var(--tw-bg-opacity))!important}.bg-secondary-light{--tw-bg-opacity: 1;background-color:rgba(232,253,179,var(--tw-bg-opacity))}.bg-secondary-lighter{--tw-bg-opacity: 1;background-color:rgba(240,253,204,var(--tw-bg-opacity))}.bg-cool-grey-25{--tw-bg-opacity: 1;background-color:rgba(250,251,252,var(--tw-bg-opacity))}.hover\:bg-secondary-light:hover{--tw-bg-opacity: 1;background-color:rgba(232,253,179,var(--tw-bg-opacity))}.focus\:bg-secondary-light:focus{--tw-bg-opacity: 1;background-color:rgba(232,253,179,var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.\!bg-cool-grey-75{--tw-bg-opacity: 1 !important;background-color:rgba(237,239,242,var(--tw-bg-opacity))!important}.\!bg-cool-grey-25{--tw-bg-opacity: 1 !important;background-color:rgba(250,251,252,var(--tw-bg-opacity))!important}.\!bg-primary-500{--tw-bg-opacity: 1 !important;background-color:rgba(28,28,28,var(--tw-bg-opacity))!important}.border-secondary-500{--tw-border-opacity: 1;border-color:rgba(179,247,0,var(--tw-border-opacity))}.border-transparent{border-color:transparent}.border-cool-grey-100{--tw-border-opacity: 1;border-color:rgba(228,231,235,var(--tw-border-opacity))}.border-black{--tw-border-opacity: 1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity: 1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.\!border-secondary-500{--tw-border-opacity: 1 !important;border-color:rgba(179,247,0,var(--tw-border-opacity))!important}.border-cool-grey-300{--tw-border-opacity: 1;border-color:rgba(154,165,177,var(--tw-border-opacity))}.border-cool-grey-200{--tw-border-opacity: 1;border-color:rgba(203,210,217,var(--tw-border-opacity))}.border-b-cool-grey-150{--tw-border-opacity: 1;border-bottom-color:rgba(213,220,227,var(--tw-border-opacity))}.border-b-cool-grey-300{--tw-border-opacity: 1;border-bottom-color:rgba(154,165,177,var(--tw-border-opacity))}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-md{border-radius:.375rem}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-br{border-bottom-right-radius:.25rem}.border-solid{border-style:solid}.border-none{border-style:none}.\!border-none{border-style:none!important}.border-2{border-width:2px}.border-1{border-width:1px}.border-0{border-width:0px}.border-b-2{border-bottom-width:2px}.border-b-8{border-bottom-width:8px}.border-b-4{border-bottom-width:4px}.border-l-6{border-left-width:6px}.border-b-1{border-bottom-width:1px}.\!border-b-0{border-bottom-width:0px!important}.cursor-pointer{cursor:pointer}.cursor-default{cursor:default}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.table{display:table}.hidden{display:none}.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row}.flex-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.flex-wrap{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.flex-nowrap{-ms-flex-wrap:nowrap;-webkit-flex-wrap:nowrap;flex-wrap:nowrap}.items-start{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}.items-center{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.items-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch}.justify-items-start{justify-items:start}.justify-start{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.justify-end{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.justify-between{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flex-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;-webkit-flex:1 1 auto;flex:1 1 auto}.flex-1{-webkit-box-flex:1;-ms-flex:1 1 0%;-webkit-flex:1 1 0%;flex:1 1 0%}.font-sans{font-family:RingsideRegular,San-serif}.font-condensed{font-family:RingsideCondensed,San-serif}.font-inter{font-family:Inter,San-serif}.font-extrabold{font-weight:800}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-light{font-weight:300}.font-normal{font-weight:400}.font-black{font-weight:900}.\!font-semibold{font-weight:600!important}.font-primary-500{font-weight:500}.h-full{height:100%}.h-14{height:3.5rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-min{height:-webkit-min-content;height:-moz-min-content;height:min-content}.text-xxxs{font-size:13px;line-height:14px}.text-xxss{font-size:11px;line-height:12px}.text-xss{font-size:13px;line-height:1rem}.text-xs{font-size:.75rem;line-height:1rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-tiny{font-size:8px;line-height:16px}.text-xxs{font-size:11px;line-height:1rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-ms{font-size:14px;line-height:24px}.text-sm{font-size:.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-tt{font-size:8px;line-height:8px}.text-base{font-size:1rem;line-height:1.5rem}.leading-none{line-height:1}.leading-tight{line-height:1.25}.leading-snug{line-height:1.375}.m-0{margin:0}.my-auto{margin-top:auto;margin-bottom:auto}.mx-4{margin-left:1rem;margin-right:1rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-0{margin-left:0;margin-right:0}.mx-auto{margin-left:auto;margin-right:auto}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.ml-2{margin-left:.5rem}.mb-2{margin-bottom:.5rem}.ml-4{margin-left:1rem}.ml-auto{margin-left:auto}.mt-4{margin-top:1rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mb-1{margin-bottom:.25rem}.-mt-2{margin-top:-.5rem}.-mt-6{margin-top:-1.5rem}.mr-1\.5{margin-right:.375rem}.mr-4{margin-right:1rem}.mt-2{margin-top:.5rem}.mr-5{margin-right:1.25rem}.-ml-1{margin-left:-.25rem}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.max-h-150{max-height:37.5rem}.max-w-full{max-width:100%}.max-w-40{max-width:10rem}.max-w-200{max-width:50rem}.max-w-50{max-width:12.5rem}.max-w-53{max-width:13.25rem}.max-w-45{max-width:11.25rem}.min-w-80{min-width:20rem}.min-w-full{min-width:100%}.min-w-2{min-width:.5rem}.min-w-86{min-width:21.5rem}.min-w-30{min-width:7.5rem}.min-w-18{min-width:4.5rem}.opacity-25{opacity:.25}.opacity-75{opacity:.75}.outline-none{outline:2px solid transparent;outline-offset:2px}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.p-2{padding:.5rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.\!p-0{padding:0!important}.p-0{padding:0}.px-1{padding-left:.25rem;padding-right:.25rem}.\!px-4{padding-left:1rem!important;padding-right:1rem!important}.\!py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-1{padding-top:.25rem;padding-bottom:.25rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-\[2px\]{padding-left:2px;padding-right:2px}.\!px-2{padding-left:.5rem!important;padding-right:.5rem!important}.\!py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.\!px-1{padding-left:.25rem!important;padding-right:.25rem!important}.\!py-0{padding-top:0!important;padding-bottom:0!important}.\!px-0{padding-left:0!important;padding-right:0!important}.pl-2{padding-left:.5rem}.pr-2{padding-right:.5rem}.pt-150{padding-top:37.5rem}.pb-1{padding-bottom:.25rem}.pt-0{padding-top:0}.pt-4{padding-top:1rem}.pt-1{padding-top:.25rem}.pl-1{padding-left:.25rem}.pt-6{padding-top:1.5rem}.pl-11{padding-left:2.75rem}.pr-3{padding-right:.75rem}.pl-4{padding-left:1rem}.pt-2{padding-top:.5rem}.pb-10{padding-bottom:2.5rem}.\!pl-0{padding-left:0!important}.pr-5{padding-right:1.25rem}.placeholder-tertiary-light::-webkit-input-placeholder{--tw-placeholder-opacity: 1;color:rgba(153,183,255,var(--tw-placeholder-opacity))}.placeholder-tertiary-light::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(153,183,255,var(--tw-placeholder-opacity))}.placeholder-tertiary-light:-ms-input-placeholder{--tw-placeholder-opacity: 1;color:rgba(153,183,255,var(--tw-placeholder-opacity))}.placeholder-tertiary-light::-ms-input-placeholder{--tw-placeholder-opacity: 1;color:rgba(153,183,255,var(--tw-placeholder-opacity))}.placeholder-tertiary-light::placeholder{--tw-placeholder-opacity: 1;color:rgba(153,183,255,var(--tw-placeholder-opacity))}.tab{-moz-tab-size:4;-o-tab-size:4;tab-size:4}.pointer-events-none{pointer-events:none}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:-webkit-sticky;position:sticky}.top-0{top:0px}.left-0{left:0px}.right-0{right:0px}.bottom-0{bottom:0px}.left-4{left:1rem}.top-2\.5{top:.625rem}.top-\[50\%\]{top:50%}.-right-2{right:-.5rem}.-top-0\.5px{top:-.5px}.resize{resize:both}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0/.05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);-webkit-box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.\!shadow-none{--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;-webkit-box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0/.1),0 2px 4px -2px rgb(0 0 0/.1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);-webkit-box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.fill-current{fill:currentColor}.table-auto{table-layout:auto}.table-fixed{table-layout:fixed}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-\[\#1C1C1C\]{--tw-text-opacity: 1;color:rgba(28,28,28,var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgba(255,255,255,var(--tw-text-opacity))}.text-cool-grey-900{--tw-text-opacity: 1;color:rgba(31,41,51,var(--tw-text-opacity))}.text-cool-grey-100{--tw-text-opacity: 1;color:rgba(228,231,235,var(--tw-text-opacity))}.text-red-500{--tw-text-opacity: 1;color:rgba(239,68,68,var(--tw-text-opacity))}.text-secondary-500{--tw-text-opacity: 1;color:rgba(179,247,0,var(--tw-text-opacity))}.text-black{--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity))}.\!text-white{--tw-text-opacity: 1 !important;color:rgba(255,255,255,var(--tw-text-opacity))!important}.text-cool-grey-400{--tw-text-opacity: 1;color:rgba(123,135,148,var(--tw-text-opacity))}.text-cool-grey-600{--tw-text-opacity: 1;color:rgba(82,96,109,var(--tw-text-opacity))}.text-cool-grey-300{--tw-text-opacity: 1;color:rgba(154,165,177,var(--tw-text-opacity))}.text-tertiary{--tw-text-opacity: 1;color:rgba(0,74,255,var(--tw-text-opacity))}.\!text-tertiary-lighter{--tw-text-opacity: 1 !important;color:rgba(204,219,255,var(--tw-text-opacity))!important}.text-primary-500{--tw-text-opacity: 1;color:rgba(28,28,28,var(--tw-text-opacity))}.truncate{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.uppercase{text-transform:uppercase}.hover\:underline:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.select-none{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.align-middle{vertical-align:middle}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.w-full{width:100%}.w-1\/2{width:50%}.w-20{width:5rem}.w-5{width:1.25rem}.w-3{width:.75rem}.w-6{width:1.5rem}.\!w-6{width:1.5rem!important}.\!w-7{width:1.75rem!important}.w-2{width:.5rem}.w-min{width:-webkit-min-content;width:-moz-min-content;width:min-content}.w-\[60\%\]{width:60%}.w-\[40\%\]{width:40%}.w-100{width:25rem}.z-50{z-index:50}.z-100{z-index:100}.z-2{z-index:2}.gap-2{grid-gap:.5rem;gap:.5rem}.gap-3{grid-gap:.75rem;gap:.75rem}.gap-1{grid-gap:.25rem;gap:.25rem}.col-span-12{-ms-grid-column-span:span 12 / span 12;grid-column:span 12 / span 12}.transform{--tw-translate-x: 0;--tw-translate-y: 0;--tw-translate-z: 0;--tw-rotate: 0;--tw-rotate-x: 0;--tw-rotate-y: 0;--tw-rotate-z: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-scale-z: 1;-webkit-transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));-ms-transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));transform:translate(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotate(var(--tw-rotate-z)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z))}.rotate-135{--tw-rotate: 135deg}.rotate-0{--tw-rotate: 0deg}.rotate-180{--tw-rotate: 180deg}.transition{-webkit-transition-property:background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform,filter,backdrop-filter;-o-transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,-webkit-box-shadow,transform,-webkit-transform,filter,backdrop-filter;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);-o-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.15s;-o-transition-duration:.15s;transition-duration:.15s}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.animate-spin{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.filter{--tw-blur: var(--tw-empty, );--tw-brightness: var(--tw-empty, );--tw-contrast: var(--tw-empty, );--tw-grayscale: var(--tw-empty, );--tw-hue-rotate: var(--tw-empty, );--tw-invert: var(--tw-empty, );--tw-saturate: var(--tw-empty, );--tw-sepia: var(--tw-empty, );--tw-drop-shadow: var(--tw-empty, );-webkit-filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}@media (min-width: 440px){.xs\:flex{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.xs\:font-bold{font-weight:700}.xs\:ml-4{margin-left:1rem}.xs\:w-6{width:1.5rem}}@media (min-width: 720px){.sm\:bg-white{--tw-bg-opacity: 1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.sm\:bg-transparent{background-color:transparent}.sm\:rounded-bl-none{border-bottom-left-radius:0}.sm\:border-l-4{border-left-width:4px}.sm\:block{display:block}.sm\:inline{display:inline}.sm\:hidden{display:none}.sm\:flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row}.sm\:flex-wrap{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.sm\:justify-center{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.sm\:h-6{height:1.5rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-3\.5xl{font-size:35px;line-height:3rem}.sm\:text-2\.5xl{font-size:26px;line-height:2rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:max-w-100{max-width:25rem}.sm\:min-w-100{min-width:25rem}.sm\:p-2{padding:.5rem}.sm\:pb-2{padding-bottom:.5rem}.sm\:pr-2{padding-right:.5rem}.sm\:relative{position:relative}.sm\:shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0/.1),0 4px 6px -4px rgb(0 0 0/.1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);-webkit-box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sm\:text-cool-gray-600{--tw-text-opacity: 1;color:rgba(75,85,99,var(--tw-text-opacity))}.sm\:whitespace-normal{white-space:normal}.sm\:w-50{width:12.5rem}.sm\:z-0{z-index:0}}@media (min-width: 960px){.md\:inline{display:inline}.md\:hidden{display:none}}@media (min-width: 1200px){.lg\:block{display:block}}@media (hover: hover){.hover\:can-hover\:bg-secondary-light:hover,.can-hover\:bg-secondary-light{--tw-bg-opacity: 1;background-color:rgba(232,253,179,var(--tw-bg-opacity))}.can-hover\:hover\:bg-secondary-300:hover,.can-hover\:active\:bg-secondary-300:active{--tw-bg-opacity: 1;background-color:rgba(240,253,204,var(--tw-bg-opacity))}.can-hover\:hover\:bg-primary-400:hover{--tw-bg-opacity: 1;background-color:rgba(89,89,148,var(--tw-bg-opacity))}.can-hover\:hover\:bg-cool-grey-100:hover{--tw-bg-opacity: 1;background-color:rgba(228,231,235,var(--tw-bg-opacity))}.can-hover\:hover\:border-transparent:hover,.can-hover\:active\:border-transparent:active{border-color:transparent}.hover\:can-hover\:text-black:hover,.can-hover\:text-black{--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity))}}
