:root{--vs-colors--lightest:rgba(60,60,60,0.26);--vs-colors--light:rgba(60,60,60,0.5);--vs-colors--dark:#333;--vs-colors--darkest:rgba(0,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:#f8f8f8;--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,-0.115,0.975,0.855);--vs-transition-duration:150ms}.v-select{font-family:inherit;position:relative}.v-select,.v-select *{-webkit-box-sizing:border-box;box-sizing:border-box}:root{--vs-transition-timing-function:cubic-bezier(1,0.5,0.8,1);--vs-transition-duration:0.15s}@-webkit-keyframes vSelectSpinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes vSelectSpinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;-webkit-transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function);transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg:var(--vs-state-disabled-bg);--vs-disabled-color:var(--vs-state-disabled-color);--vs-disabled-cursor:var(--vs-state-disabled-cursor)}.vs--disabled .vs__clear,.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__open-indicator,.vs--disabled .vs__search,.vs--disabled .vs__selected{background-color:var(--vs-disabled-bg);cursor:var(--vs-disabled-cursor)}.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;background:none;border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);padding:0 0 4px;white-space:normal}.vs__dropdown-toggle,.vs__selected-options{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.vs__selected-options{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;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);-webkit-transform:scale(var(--vs-controls-size));transform:scale(var(--vs-controls-size));-webkit-transition:-webkit-transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition:-webkit-transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function),-webkit-transform var(--vs-transition-duration) var(--vs-transition-timing-function);-webkit-transition-timing-function:var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{-webkit-transform:rotate(180deg) scale(var(--vs-controls-size));transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);background-color:transparent;border:0;cursor:pointer;margin-right:8px;padding:0}.vs__dropdown-menu{background:var(--vs-dropdown-bg);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);border-top-style:none;-webkit-box-shadow:var(--vs-dropdown-box-shadow);box-shadow:var(--vs-dropdown-box-shadow);-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--vs-dropdown-color);display:block;left:0;list-style:none;margin:0;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;padding:5px 0;position:absolute;text-align:left;top:calc(100% - var(--vs-border-width));width:100%;z-index:var(--vs-dropdown-z-index)}.vs__no-options{text-align:center}.vs__dropdown-option{clear:both;color:var(--vs-dropdown-option-color);cursor:pointer;display:block;line-height:1.42857143;padding:var(--vs-dropdown-option-padding);white-space:nowrap}.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{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;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);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{fill:var(--vs-controls-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;cursor:pointer;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;margin-left:4px;padding:0;text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--loading .vs__selected,.vs--single.vs--open .vs__selected{opacity:.4;position:absolute}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-ms-clear,.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration{display:none}.vs__search,.vs__search:focus{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:1px solid transparent;border-left:none;-webkit-box-shadow:none;box-shadow:none;color:var(--vs-search-input-color);-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;font-size:var(--vs-font-size);line-height:var(--vs-line-height);margin:4px 0 0;max-width:100%;outline:none;padding:0 7px;width:0;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search:-ms-input-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::-webkit-input-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::-ms-input-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{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;-webkit-animation:vSelectSpinner 1.1s linear infinite;animation:vSelectSpinner 1.1s linear infinite;border:.9em solid hsla(0,0%,39%,.1);border-left-color:rgba(60,60,60,.45);font-size:5px;opacity:0;overflow:hidden;text-indent:-9999em;-webkit-transform:translateZ(0) scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));transform:translateZ(0) scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));-webkit-transition:opacity .1s;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;height:5em;-webkit-transform:scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));transform:scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));width:5em}.vs--loading .vs__spinner{opacity:1}@-webkit-keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}}@keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}}@-webkit-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);transform:scale(1)}}.dropzone,.dropzone *{-webkit-box-sizing:border-box;box-sizing:border-box}.dropzone{min-height:150px;border:2px solid rgba(0,0,0,.3);background:#fff;padding:20px}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:.5}.dropzone .dz-message{text-align:center;margin:2em 0}.dropzone .dz-preview{position:relative;display:inline-block;vertical-align:top;margin:16px;min-height:100px}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:20px;background:#999;background:-webkit-gradient(linear,left top,left bottom,from(#eee),to(#ddd));background:linear-gradient(180deg,#eee,#ddd)}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:#fff}.dropzone .dz-preview.dz-image-preview .dz-details{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.dropzone .dz-preview .dz-remove{font-size:14px;text-align:center;display:block;cursor:pointer;border:none}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{z-index:20;position:absolute;top:0;left:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;padding:2em 1em;text-align:center;color:rgba(0,0,0,.9);line-height:150%}.dropzone .dz-preview .dz-details .dz-size{margin-bottom:1em;font-size:16px}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover span{border:1px solid hsla(0,0%,78.4%,.8);background-color:hsla(0,0%,100%,.8)}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:hsla(0,0%,100%,.4);padding:0 .4em;border-radius:3px}.dropzone .dz-preview:hover .dz-image img{-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-filter:blur(8px);filter:blur(8px)}.dropzone .dz-preview .dz-image{border-radius:20px;overflow:hidden;width:120px;height:120px;position:relative;display:block;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{-webkit-animation:passing-through 3s cubic-bezier(.77,0,.175,1);animation:passing-through 3s cubic-bezier(.77,0,.175,1)}.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;-webkit-animation:slide-in 3s cubic-bezier(.77,0,.175,1);animation:slide-in 3s cubic-bezier(.77,0,.175,1)}.dropzone .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px}.dropzone .dz-preview .dz-error-mark svg,.dropzone .dz-preview .dz-success-mark svg{display:block;width:54px;height:54px}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;-webkit-transition:all .2s linear;transition:all .2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;-webkit-transition:opacity .4s ease-in;transition:opacity .4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{-webkit-animation:pulse 6s ease infinite;animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:16px;left:50%;top:50%;margin-top:-8px;width:80px;margin-left:-40px;background:hsla(0,0%,100%,.9);-webkit-transform:scale(1);border-radius:8px;overflow:hidden}.dropzone .dz-preview .dz-progress .dz-upload{background:#333;background:-webkit-gradient(linear,left top,left bottom,from(#666),to(#444));background:linear-gradient(180deg,#666,#444);position:absolute;top:0;left:0;bottom:0;width:0;-webkit-transition:width .3s ease-in-out;transition:width .3s ease-in-out}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#be2626;background:-webkit-gradient(linear,left top,left bottom,from(#be2626),to(#a92222));background:linear-gradient(180deg,#be2626,#a92222);padding:.5em 1.2em;color:#fff}.dropzone .dz-preview .dz-error-message:after{content:"";position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #be2626}.vue-dropzone{border:2px solid #e5e5e5;font-family:Arial,sans-serif;letter-spacing:.2px;color:#777;-webkit-transition:.2s linear;transition:.2s linear}.vue-dropzone:hover{background-color:#f6f6f6}.vue-dropzone>i{color:#ccc}.vue-dropzone>.dz-preview .dz-image{border-radius:0;width:100%;height:100%}.vue-dropzone>.dz-preview .dz-image img:not([src]){width:200px;height:200px}.vue-dropzone>.dz-preview .dz-image:hover img{-webkit-transform:none;transform:none;-webkit-filter:none}.vue-dropzone>.dz-preview .dz-details{bottom:0;top:0;color:#fff;background-color:rgba(33,150,243,.8);-webkit-transition:opacity .2s linear;transition:opacity .2s linear;text-align:left}.vue-dropzone>.dz-preview .dz-details .dz-filename{overflow:hidden}.vue-dropzone>.dz-preview .dz-details .dz-filename span,.vue-dropzone>.dz-preview .dz-details .dz-size span{background-color:transparent}.vue-dropzone>.dz-preview .dz-details .dz-filename:not(:hover) span{border:none}.vue-dropzone>.dz-preview .dz-details .dz-filename:hover span{background-color:transparent;border:none}.vue-dropzone>.dz-preview .dz-progress .dz-upload{background:#ccc}.vue-dropzone>.dz-preview .dz-remove{position:absolute;z-index:30;color:#fff;margin-left:15px;padding:10px;top:inherit;bottom:15px;border:2px solid #fff;text-decoration:none;text-transform:uppercase;font-size:.8rem;font-weight:800;letter-spacing:1.1px;opacity:0}.vue-dropzone>.dz-preview:hover .dz-remove{opacity:1}.vue-dropzone>.dz-preview .dz-error-mark,.vue-dropzone>.dz-preview .dz-success-mark{margin-left:auto;margin-top:auto;width:100%;top:35%;left:0}.vue-dropzone>.dz-preview .dz-error-mark svg,.vue-dropzone>.dz-preview .dz-success-mark svg{margin-left:auto;margin-right:auto}.vue-dropzone>.dz-preview .dz-error-message{margin-left:auto;margin-right:auto;left:0;width:100%;text-align:center}.vue-dropzone>.dz-preview .dz-error-message:after{display:none}.vue-slider-disabled{opacity:.5;cursor:not-allowed}.vue-slider-rail{background-color:#ccc;border-radius:15px}.vue-slider-process{background-color:#3498db;border-radius:15px}.vue-slider-mark{z-index:4}.vue-slider-mark:first-child .vue-slider-mark-step,.vue-slider-mark:last-child .vue-slider-mark-step{display:none}.vue-slider-mark-step{width:100%;height:100%;border-radius:50%;background-color:rgba(0,0,0,.16)}.vue-slider-mark-label{font-size:14px;white-space:nowrap}.vue-slider-dot-handle{cursor:pointer;width:100%;height:100%;border-radius:50%;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:.5px .5px 2px 1px rgba(0,0,0,.32);box-shadow:.5px .5px 2px 1px rgba(0,0,0,.32)}.vue-slider-dot-handle-focus{-webkit-box-shadow:0 0 1px 2px rgba(52,152,219,.36);box-shadow:0 0 1px 2px rgba(52,152,219,.36)}.vue-slider-dot-handle-disabled{cursor:not-allowed;background-color:#ccc}.vue-slider-dot-tooltip-inner{font-size:14px;white-space:nowrap;padding:2px 5px;min-width:20px;text-align:center;color:#fff;border-radius:5px;border-color:#3498db;background-color:#3498db;-webkit-box-sizing:content-box;box-sizing:content-box}.vue-slider-dot-tooltip-inner:after{content:"";position:absolute}.vue-slider-dot-tooltip-inner-top:after{top:100%;border:5px solid transparent;border-top-color:inherit}.vue-slider-dot-tooltip-inner-bottom:after,.vue-slider-dot-tooltip-inner-top:after{left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);height:0;width:0}.vue-slider-dot-tooltip-inner-bottom:after{bottom:100%;border:5px solid transparent;border-bottom-color:inherit}.vue-slider-dot-tooltip-inner-left:after{left:100%;border:5px solid transparent;border-left-color:inherit}.vue-slider-dot-tooltip-inner-left:after,.vue-slider-dot-tooltip-inner-right:after{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);height:0;width:0}.vue-slider-dot-tooltip-inner-right:after{right:100%;border:5px solid transparent;border-right-color:inherit}.vue-slider-dot-tooltip-wrapper{opacity:0;-webkit-transition:all .3s;transition:all .3s}.vue-slider-dot-tooltip-wrapper-show{opacity:1}

/*!
 * Viewer.js v1.10.4
 * https://fengyuanchen.github.io/viewerjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2022-02-13T08:39:57.620Z
 */.viewer-close:before,.viewer-flip-horizontal:before,.viewer-flip-vertical:before,.viewer-fullscreen-exit:before,.viewer-fullscreen:before,.viewer-next:before,.viewer-one-to-one:before,.viewer-play:before,.viewer-prev:before,.viewer-reset:before,.viewer-rotate-left:before,.viewer-rotate-right:before,.viewer-zoom-in:before,.viewer-zoom-out:before{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC");background-repeat:no-repeat;background-size:280px;color:transparent;display:block;font-size:0;height:20px;line-height:0;width:20px}.viewer-zoom-in:before{background-position:0 0;content:"Zoom In"}.viewer-zoom-out:before{background-position:-20px 0;content:"Zoom Out"}.viewer-one-to-one:before{background-position:-40px 0;content:"One to One"}.viewer-reset:before{background-position:-60px 0;content:"Reset"}.viewer-prev:before{background-position:-80px 0;content:"Previous"}.viewer-play:before{background-position:-100px 0;content:"Play"}.viewer-next:before{background-position:-120px 0;content:"Next"}.viewer-rotate-left:before{background-position:-140px 0;content:"Rotate Left"}.viewer-rotate-right:before{background-position:-160px 0;content:"Rotate Right"}.viewer-flip-horizontal:before{background-position:-180px 0;content:"Flip Horizontal"}.viewer-flip-vertical:before{background-position:-200px 0;content:"Flip Vertical"}.viewer-fullscreen:before{background-position:-220px 0;content:"Enter Full Screen"}.viewer-fullscreen-exit:before{background-position:-240px 0;content:"Exit Full Screen"}.viewer-close:before{background-position:-260px 0;content:"Close"}.viewer-container{bottom:0;direction:ltr;font-size:0;left:0;line-height:0;overflow:hidden;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:none;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.viewer-container::-moz-selection,.viewer-container ::-moz-selection{background-color:transparent}.viewer-container::selection,.viewer-container ::selection{background-color:transparent}.viewer-container:focus{outline:0}.viewer-container img{display:block;height:auto;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.viewer-canvas{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.viewer-canvas>img{height:auto;margin:15px auto;max-width:90%!important;width:auto}.viewer-footer{bottom:0;left:0;overflow:hidden;position:absolute;right:0;text-align:center}.viewer-navbar{background-color:rgba(0,0,0,.5);overflow:hidden}.viewer-list{-webkit-box-sizing:content-box;box-sizing:content-box;height:50px;margin:0;overflow:hidden;padding:1px 0}.viewer-list>li{color:transparent;cursor:pointer;float:left;font-size:0;height:50px;line-height:0;opacity:.5;overflow:hidden;-webkit-transition:opacity .15s;transition:opacity .15s;width:30px}.viewer-list>li:focus,.viewer-list>li:hover{opacity:.75}.viewer-list>li:focus{outline:0}.viewer-list>li+li{margin-left:1px}.viewer-list>.viewer-loading{position:relative}.viewer-list>.viewer-loading:after{border-width:2px;height:20px;margin-left:-10px;margin-top:-10px;width:20px}.viewer-list>.viewer-active,.viewer-list>.viewer-active:focus,.viewer-list>.viewer-active:hover{opacity:1}.viewer-player{background-color:#000;bottom:0;cursor:none;display:none;right:0;z-index:1}.viewer-player,.viewer-player>img{left:0;position:absolute;top:0}.viewer-toolbar>ul{display:inline-block;margin:0 auto 5px;overflow:hidden;padding:6px 3px}.viewer-toolbar>ul>li{background-color:rgba(0,0,0,.5);border-radius:50%;cursor:pointer;float:left;height:24px;overflow:hidden;-webkit-transition:background-color .15s;transition:background-color .15s;width:24px}.viewer-toolbar>ul>li:focus,.viewer-toolbar>ul>li:hover{background-color:rgba(0,0,0,.8)}.viewer-toolbar>ul>li:focus{-webkit-box-shadow:0 0 3px #fff;box-shadow:0 0 3px #fff;outline:0;position:relative;z-index:1}.viewer-toolbar>ul>li:before{margin:2px}.viewer-toolbar>ul>li+li{margin-left:1px}.viewer-toolbar>ul>.viewer-small{height:18px;margin-bottom:3px;margin-top:3px;width:18px}.viewer-toolbar>ul>.viewer-small:before{margin:-1px}.viewer-toolbar>ul>.viewer-large{height:30px;margin-bottom:-3px;margin-top:-3px;width:30px}.viewer-toolbar>ul>.viewer-large:before{margin:5px}.viewer-tooltip{background-color:rgba(0,0,0,.8);border-radius:10px;color:#fff;display:none;font-size:12px;height:20px;left:50%;line-height:20px;margin-left:-25px;margin-top:-10px;position:absolute;text-align:center;top:50%;width:50px}.viewer-title{color:#ccc;display:inline-block;font-size:12px;line-height:1.2;margin:0 5% 5px;max-width:90%;opacity:.8;overflow:hidden;text-overflow:ellipsis;-webkit-transition:opacity .15s;transition:opacity .15s;white-space:nowrap}.viewer-title:hover{opacity:1}.viewer-button{background-color:rgba(0,0,0,.5);border-radius:50%;cursor:pointer;height:80px;overflow:hidden;position:absolute;right:-40px;top:-40px;-webkit-transition:background-color .15s;transition:background-color .15s;width:80px}.viewer-button:focus,.viewer-button:hover{background-color:rgba(0,0,0,.8)}.viewer-button:focus{-webkit-box-shadow:0 0 3px #fff;box-shadow:0 0 3px #fff;outline:0}.viewer-button:before{bottom:15px;left:15px;position:absolute}.viewer-fixed{position:fixed}.viewer-open{overflow:hidden}.viewer-show{display:block}.viewer-hide{display:none}.viewer-backdrop{background-color:rgba(0,0,0,.5)}.viewer-invisible{visibility:hidden}.viewer-move{cursor:move;cursor:-webkit-grab;cursor:grab}.viewer-fade{opacity:0}.viewer-in{opacity:1}.viewer-transition{-webkit-transition:all .3s;transition:all .3s}@-webkit-keyframes viewer-spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes viewer-spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.viewer-loading:after{-webkit-animation:viewer-spinner 1s linear infinite;animation:viewer-spinner 1s linear infinite;border:4px solid hsla(0,0%,100%,.1);border-left-color:hsla(0,0%,100%,.5);border-radius:50%;content:"";display:inline-block;height:40px;left:50%;margin-left:-20px;margin-top:-20px;position:absolute;top:50%;width:40px;z-index:1}@media (max-width:767px){.viewer-hide-xs-down{display:none}}@media (max-width:991px){.viewer-hide-sm-down{display:none}}@media (max-width:1199px){.viewer-hide-md-down{display:none}}.vue-swatches__check__wrapper{position:absolute;width:100%;height:100%}.vue-swatches__check__circle{width:21px;height:21px;border-radius:50%;background-color:rgba(0,0,0,.15)}.vue-swatches__check__path{fill:#fff}.vue-swatches__swatch{position:relative;display:inline-block;font-size:0}.vue-swatches__swatch:focus,.vue-swatches__swatch:hover{opacity:.9;outline:none}.vue-swatches__swatch.vue-swatches__swatch--border,.vue-swatches__swatch.vue-swatches__swatch--selected,.vue-swatches__swatch:focus,.vue-swatches__swatch:hover{-webkit-box-shadow:inset 0 0 2px rgba(0,0,0,.75);box-shadow:inset 0 0 2px rgba(0,0,0,.75)}.vue-swatches__swatch__label{position:absolute;left:0;right:0;color:#666;font-size:10px;font-weight:700;text-align:center}.vue-swatches__swatch .vue-swatches__diagonal__wrapper{position:absolute}fieldset[disabled] .vue-swatches{pointer-events:none}.vue-swatches{position:relative;display:inline-block;outline:none}.vue-swatches__trigger__wrapper{display:inline-block;cursor:pointer}.vue-swatches__trigger.vue-swatches--is-empty{border:2px solid #ccc}.vue-swatches__trigger.vue-swatches--is-disabled{cursor:not-allowed}.vue-swatches__container{-webkit-box-sizing:content-box;box-sizing:content-box}.vue-swatches__container.vue-swatches--inline{font-size:0}.vue-swatches__container:not(.vue-swatches--inline){position:absolute;display:block;overflow:auto;border-radius:5px;-webkit-box-shadow:0 2px 3px rgba(10,10,10,.2),0 0 0 1px rgba(10,10,10,.2);box-shadow:0 2px 3px rgba(10,10,10,.2),0 0 0 1px rgba(10,10,10,.2);z-index:50}.vue-swatches__wrapper{background-color:inherit;-webkit-box-sizing:content-box;box-sizing:content-box}.vue-swatches__row{font-size:0}.vue-swatches__fallback__wrapper{display:table}.vue-swatches__fallback__input--wrapper{display:table-cell;padding-right:10px;width:100%;font-size:14px}.vue-swatches__fallback__input{width:100%;padding-top:6px;padding-bottom:6px;border-radius:5px;border:1px solid #dcdcdc;color:#35495e;background:#fff}.vue-swatches__fallback__button{display:table-cell;padding:6px 15px;border:0;cursor:pointer;font-weight:700;color:#fff;background-color:#3571c8;border-radius:5px}.vue-swatches-show-hide-enter-active,.vue-swatches-show-hide-leave-active{-webkit-transition:all .3s ease;transition:all .3s ease}.vue-swatches-show-hide-enter,.vue-swatches-show-hide-leave-active{opacity:0}.vue-swatches--has-children-centered{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.vue-swatches__diagonal__wrapper{width:100%;height:100%}.vue-swatches__diagonal{width:75%;height:75%;background:linear-gradient(to top right,transparent 0,transparent calc(50% - 2.4px),#de080a 50%,transparent calc(50% + 2.4px),transparent)}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/build/assets/shared/theme/divomed/fonts/Inter/Inter-Light.780dd2ad.woff2) format("woff2"),url(/build/assets/shared/theme/divomed/fonts/Inter/Inter-Light.5d3776eb.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/build/assets/shared/theme/divomed/fonts/Inter/Inter-Regular.dc131113.woff2) format("woff2"),url(/build/assets/shared/theme/divomed/fonts/Inter/Inter-Regular.3ac83020.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/build/assets/shared/theme/divomed/fonts/Inter/Inter-Medium.75db5319.woff2) format("woff2"),url(/build/assets/shared/theme/divomed/fonts/Inter/Inter-Medium.c0638bea.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/build/assets/shared/theme/divomed/fonts/Inter/Inter-SemiBold.007ad31a.woff2) format("woff2"),url(/build/assets/shared/theme/divomed/fonts/Inter/Inter-SemiBold.66a68ffa.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/build/assets/shared/theme/divomed/fonts/Inter/Inter-Bold.444a7284.woff2) format("woff2"),url(/build/assets/shared/theme/divomed/fonts/Inter/Inter-Bold.99a0d9a7.woff) format("woff")}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(/build/assets/shared/theme/divomed/fonts/Montserrat/Montserrat-Bold.58fe2032.woff2) format("woff2"),url(/build/assets/shared/theme/divomed/fonts/Montserrat/Montserrat-Bold.2c6fd139.woff) format("woff")}@font-face{font-family:nucleo-icons;src:url(/build/assets/shared/theme/divomed/fonts/Nucleo/nucleo-icons.f32ed5ad.eot);src:url(/build/assets/shared/theme/divomed/fonts/Nucleo/nucleo-icons.f32ed5ad.eot) format("embedded-opentype"),url(/build/assets/shared/theme/divomed/fonts/Nucleo/nucleo-icons.5c78b4cf.woff2) format("woff2"),url(/build/assets/shared/theme/divomed/fonts/Nucleo/nucleo-icons.6836b93b.woff) format("woff"),url(/build/assets/shared/theme/divomed/fonts/Nucleo/nucleo-icons.48ac036d.ttf) format("truetype");font-weight:400;font-style:normal}.nc-icon{display:inline-block;font:normal normal normal 14px/1 nucleo-icons;font-size:inherit;speak:none;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.nc-air-baloon:before{content:"\EA01"}.nc-album-2:before{content:"\EA02"}.nc-alert-circle-i:before{content:"\EA04"}.nc-align-center:before{content:"\EA03"}.nc-align-left-2:before{content:"\EA05"}.nc-ambulance:before{content:"\EA06"}.nc-app:before{content:"\EA07"}.nc-atom:before{content:"\EA08"}.nc-badge:before{content:"\EA09"}.nc-bag-16:before{content:"\EA0A"}.nc-bank:before{content:"\EA0B"}.nc-basket:before{content:"\EA0C"}.nc-bell-55:before{content:"\EA0D"}.nc-bold:before{content:"\EA0E"}.nc-book-bookmark:before{content:"\EA0F"}.nc-bookmark-2:before{content:"\EA10"}.nc-box-2:before{content:"\EA11"}.nc-box:before{content:"\EA12"}.nc-briefcase-24:before{content:"\EA13"}.nc-bulb-63:before{content:"\EA14"}.nc-bullet-list-67:before{content:"\EA15"}.nc-bus-front-12:before{content:"\EA16"}.nc-button-pause:before{content:"\EA17"}.nc-button-play:before{content:"\EA18"}.nc-button-power:before{content:"\EA19"}.nc-calendar-60:before{content:"\EA1A"}.nc-camera-compact:before{content:"\EA1B"}.nc-caps-small:before{content:"\EA1C"}.nc-cart-simple:before{content:"\EA1D"}.nc-chart-bar-32:before{content:"\EA1E"}.nc-chart-pie-36:before{content:"\EA1F"}.nc-chat-33:before{content:"\EA20"}.nc-check-2:before{content:"\EA21"}.nc-circle-10:before{content:"\EA22"}.nc-cloud-download-93:before{content:"\EA23"}.nc-cloud-upload-94:before{content:"\EA24"}.nc-compass-05:before{content:"\EA25"}.nc-controller-modern:before{content:"\EA26"}.nc-credit-card:before{content:"\EA27"}.nc-delivery-fast:before{content:"\EA28"}.nc-diamond:before{content:"\EA29"}.nc-email-85:before{content:"\EA2A"}.nc-favourite-28:before{content:"\EA2B"}.nc-glasses-2:before{content:"\EA2C"}.nc-globe-2:before{content:"\EA2D"}.nc-globe:before{content:"\EA2E"}.nc-hat-3:before{content:"\EA2F"}.nc-headphones:before{content:"\EA30"}.nc-html5:before{content:"\EA31"}.nc-image:before{content:"\EA32"}.nc-istanbul:before{content:"\EA33"}.nc-key-25:before{content:"\EA34"}.nc-laptop:before{content:"\EA35"}.nc-layout-11:before{content:"\EA36"}.nc-lock-circle-open:before{content:"\EA37"}.nc-map-big:before{content:"\EA38"}.nc-minimal-down:before{content:"\EA39"}.nc-minimal-left:before{content:"\EA3A"}.nc-minimal-right:before{content:"\EA3B"}.nc-minimal-up:before{content:"\EA3C"}.nc-mobile:before{content:"\EA3D"}.nc-money-coins:before{content:"\EA3E"}.nc-note-03:before{content:"\EA3F"}.nc-palette:before{content:"\EA40"}.nc-paper:before{content:"\EA41"}.nc-pin-3:before{content:"\EA42"}.nc-planet:before{content:"\EA43"}.nc-refresh-69:before{content:"\EA44"}.nc-ruler-pencil:before{content:"\EA45"}.nc-satisfied:before{content:"\EA46"}.nc-scissors:before{content:"\EA47"}.nc-send:before{content:"\EA48"}.nc-settings-gear-65:before{content:"\EA49"}.nc-settings:before{content:"\EA4A"}.nc-share-66:before{content:"\EA4B"}.nc-shop:before{content:"\EA4C"}.nc-simple-add:before{content:"\EA4D"}.nc-simple-delete:before{content:"\EA4E"}.nc-simple-remove:before{content:"\EA4F"}.nc-single-02:before{content:"\EA50"}.nc-single-copy-04:before{content:"\EA51"}.nc-sound-wave:before{content:"\EA52"}.nc-spaceship:before{content:"\EA53"}.nc-sun-fog-29:before{content:"\EA54"}.nc-support-17:before{content:"\EA55"}.nc-tablet-2:before{content:"\EA56"}.nc-tag-content:before{content:"\EA57"}.nc-tap-01:before{content:"\EA58"}.nc-tie-bow:before{content:"\EA59"}.nc-tile-56:before{content:"\EA5A"}.nc-time-alarm:before{content:"\EA5B"}.nc-touch-id:before{content:"\EA5C"}.nc-trophy:before{content:"\EA5D"}.nc-tv-2:before{content:"\EA5E"}.nc-umbrella-13:before{content:"\EA5F"}.nc-user-run:before{content:"\EA60"}.nc-vector:before{content:"\EA61"}.nc-watch-time:before{content:"\EA62"}.nc-world-2:before{content:"\EA63"}.nc-zoom-split:before{content:"\EA64"}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.no-gutters,.row.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:500!important}.font-weight-bolder{font-weight:600!important}.font-italic{font-style:italic!important}:root{--bs-blue:#009ef6;--bs-indigo:#6610f2;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fe7f2d;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-gray:#7e8299;--bs-gray-dark:#3f4254;--bs-white:#fff;--bs-light:#f2f1f6;--bs-primary:#2996ce;--bs-secondary:#0f3f62;--bs-success:#14937e;--bs-info:#4974a6;--bs-warning:#fe7f2d;--bs-danger:#f64e60;--bs-dark:#0f3f62;--bs-purple:#c12d58;--bs-yellow:#ffae03;--bs-font-sans-serif:"Inter",sans-serif;--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,hsla(0,0%,100%,0.15),hsla(0,0%,100%,0))}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-font-sans-serif);font-size:1rem;font-weight:400;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:600;line-height:1.2;color:#0f3f62}.h1,h1{font-size:1.75rem}.h2,h2{font-size:1.5rem}.h3,h3{font-size:1.35rem}.h4,h4{font-size:1.25rem}.h5,h5{font-size:1.15rem}.h6,h6{font-size:1.075rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:600}.small,small{font-size:.875em}.mark,mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#2996ce;text-decoration:none}a:hover{color:#1c688e;text-decoration:underline}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#b93993;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#0f3f62;border-radius:.15rem}kbd kbd{padding:0;font-size:1em;font-weight:500}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#a1a5b7;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:5rem}.display-1,.display-2{font-weight:600;line-height:1.2}.display-2{font-size:4.5rem}.display-3{font-size:4rem}.display-3,.display-4{font-weight:600;line-height:1.2}.display-4{font-size:3.5rem}.display-5{font-size:3rem}.display-5,.display-6{font-weight:600;line-height:1.2}.display-6{font-size:2.5rem}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#7e8299}.blockquote-footer:before{content:"\2014\A0"}.img-fluid,.img-thumbnail{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #e4e6ef;border-radius:.475rem;-webkit-box-shadow:0 .1rem 1rem .25rem rgba(0,0,0,.05);box-shadow:0 .1rem 1rem .25rem rgba(0,0,0,.05)}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#7e8299}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,1.5rem);padding-left:var(--bs-gutter-x,1.5rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y)*-1);margin-right:calc(var(--bs-gutter-x)*-0.5);margin-left:calc(var(--bs-gutter-x)*-0.5)}.row>*{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*0.5);padding-left:calc(var(--bs-gutter-x)*0.5);margin-top:var(--bs-gutter-y)}.col{-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-auto>*{width:auto}.row-cols-1>*,.row-cols-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-1>*{width:100%}.row-cols-2>*{width:50%}.row-cols-2>*,.row-cols-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-3>*{width:33.3333333333%}.row-cols-4>*{width:25%}.row-cols-4>*,.row-cols-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-5>*{width:20%}.row-cols-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}@media (min-width:576px){.col-sm{-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-sm-auto>*{width:auto}.row-cols-sm-1>*,.row-cols-sm-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-sm-1>*{width:100%}.row-cols-sm-2>*{width:50%}.row-cols-sm-2>*,.row-cols-sm-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-sm-3>*{width:33.3333333333%}.row-cols-sm-4>*{width:25%}.row-cols-sm-4>*,.row-cols-sm-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-sm-5>*{width:20%}.row-cols-sm-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}}@media (min-width:768px){.col-md{-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-md-auto>*{width:auto}.row-cols-md-1>*,.row-cols-md-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-md-1>*{width:100%}.row-cols-md-2>*{width:50%}.row-cols-md-2>*,.row-cols-md-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-md-3>*{width:33.3333333333%}.row-cols-md-4>*{width:25%}.row-cols-md-4>*,.row-cols-md-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-md-5>*{width:20%}.row-cols-md-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}}@media (min-width:992px){.col-lg{-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-lg-auto>*{width:auto}.row-cols-lg-1>*,.row-cols-lg-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-lg-1>*{width:100%}.row-cols-lg-2>*{width:50%}.row-cols-lg-2>*,.row-cols-lg-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-lg-3>*{width:33.3333333333%}.row-cols-lg-4>*{width:25%}.row-cols-lg-4>*,.row-cols-lg-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-lg-5>*{width:20%}.row-cols-lg-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}}@media (min-width:1200px){.col-xl{-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-xl-auto>*{width:auto}.row-cols-xl-1>*,.row-cols-xl-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-xl-1>*{width:100%}.row-cols-xl-2>*{width:50%}.row-cols-xl-2>*,.row-cols-xl-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-xl-3>*{width:33.3333333333%}.row-cols-xl-4>*{width:25%}.row-cols-xl-4>*,.row-cols-xl-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-xl-5>*{width:20%}.row-cols-xl-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}}@media (min-width:1400px){.col-xxl{-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-xxl-auto>*{width:auto}.row-cols-xxl-1>*,.row-cols-xxl-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-xxl-1>*{width:100%}.row-cols-xxl-2>*{width:50%}.row-cols-xxl-2>*,.row-cols-xxl-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-xxl-3>*{width:33.3333333333%}.row-cols-xxl-4>*{width:25%}.row-cols-xxl-4>*,.row-cols-xxl-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.row-cols-xxl-5>*{width:20%}.row-cols-xxl-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}}.col-auto{width:auto}.col-1,.col-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-1{width:8.33333333%}.col-2{width:16.66666667%}.col-2,.col-3{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-3{width:25%}.col-4{width:33.33333333%}.col-4,.col-5{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-5{width:41.66666667%}.col-6{width:50%}.col-6,.col-7{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-7{width:58.33333333%}.col-8{width:66.66666667%}.col-8,.col-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-9{width:75%}.col-10{width:83.33333333%}.col-10,.col-11{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-11{width:91.66666667%}.col-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0rem}.g-0,.gy-0{--bs-gutter-y:0rem}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:0.75rem}.g-3,.gy-3{--bs-gutter-y:0.75rem}.g-4,.gx-4{--bs-gutter-x:1rem}.g-4,.gy-4{--bs-gutter-y:1rem}.g-5,.gx-5{--bs-gutter-x:1.25rem}.g-5,.gy-5{--bs-gutter-y:1.25rem}.g-6,.gx-6{--bs-gutter-x:1.5rem}.g-6,.gy-6{--bs-gutter-y:1.5rem}.g-7,.gx-7{--bs-gutter-x:1.75rem}.g-7,.gy-7{--bs-gutter-y:1.75rem}.g-8,.gx-8{--bs-gutter-x:2rem}.g-8,.gy-8{--bs-gutter-y:2rem}.g-9,.gx-9{--bs-gutter-x:2.25rem}.g-9,.gy-9{--bs-gutter-y:2.25rem}.g-10,.gx-10{--bs-gutter-x:2.5rem}.g-10,.gy-10{--bs-gutter-y:2.5rem}@media (min-width:576px){.col-sm-auto{width:auto}.col-sm-1,.col-sm-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-1{width:8.33333333%}.col-sm-2{width:16.66666667%}.col-sm-2,.col-sm-3{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-3{width:25%}.col-sm-4{width:33.33333333%}.col-sm-4,.col-sm-5{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-5{width:41.66666667%}.col-sm-6{width:50%}.col-sm-6,.col-sm-7{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-7{width:58.33333333%}.col-sm-8{width:66.66666667%}.col-sm-8,.col-sm-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-9{width:75%}.col-sm-10{width:83.33333333%}.col-sm-10,.col-sm-11{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-sm-11{width:91.66666667%}.col-sm-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0rem}.g-sm-0,.gy-sm-0{--bs-gutter-y:0rem}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:0.75rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:0.75rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:1.25rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:1.25rem}.g-sm-6,.gx-sm-6{--bs-gutter-x:1.5rem}.g-sm-6,.gy-sm-6{--bs-gutter-y:1.5rem}.g-sm-7,.gx-sm-7{--bs-gutter-x:1.75rem}.g-sm-7,.gy-sm-7{--bs-gutter-y:1.75rem}.g-sm-8,.gx-sm-8{--bs-gutter-x:2rem}.g-sm-8,.gy-sm-8{--bs-gutter-y:2rem}.g-sm-9,.gx-sm-9{--bs-gutter-x:2.25rem}.g-sm-9,.gy-sm-9{--bs-gutter-y:2.25rem}.g-sm-10,.gx-sm-10{--bs-gutter-x:2.5rem}.g-sm-10,.gy-sm-10{--bs-gutter-y:2.5rem}}@media (min-width:768px){.col-md-auto{width:auto}.col-md-1,.col-md-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-1{width:8.33333333%}.col-md-2{width:16.66666667%}.col-md-2,.col-md-3{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-3{width:25%}.col-md-4{width:33.33333333%}.col-md-4,.col-md-5{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-5{width:41.66666667%}.col-md-6{width:50%}.col-md-6,.col-md-7{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-7{width:58.33333333%}.col-md-8{width:66.66666667%}.col-md-8,.col-md-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-9{width:75%}.col-md-10{width:83.33333333%}.col-md-10,.col-md-11{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-md-11{width:91.66666667%}.col-md-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0rem}.g-md-0,.gy-md-0{--bs-gutter-y:0rem}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:0.75rem}.g-md-3,.gy-md-3{--bs-gutter-y:0.75rem}.g-md-4,.gx-md-4{--bs-gutter-x:1rem}.g-md-4,.gy-md-4{--bs-gutter-y:1rem}.g-md-5,.gx-md-5{--bs-gutter-x:1.25rem}.g-md-5,.gy-md-5{--bs-gutter-y:1.25rem}.g-md-6,.gx-md-6{--bs-gutter-x:1.5rem}.g-md-6,.gy-md-6{--bs-gutter-y:1.5rem}.g-md-7,.gx-md-7{--bs-gutter-x:1.75rem}.g-md-7,.gy-md-7{--bs-gutter-y:1.75rem}.g-md-8,.gx-md-8{--bs-gutter-x:2rem}.g-md-8,.gy-md-8{--bs-gutter-y:2rem}.g-md-9,.gx-md-9{--bs-gutter-x:2.25rem}.g-md-9,.gy-md-9{--bs-gutter-y:2.25rem}.g-md-10,.gx-md-10{--bs-gutter-x:2.5rem}.g-md-10,.gy-md-10{--bs-gutter-y:2.5rem}}@media (min-width:992px){.col-lg-auto{width:auto}.col-lg-1,.col-lg-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-1{width:8.33333333%}.col-lg-2{width:16.66666667%}.col-lg-2,.col-lg-3{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-3{width:25%}.col-lg-4{width:33.33333333%}.col-lg-4,.col-lg-5{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-5{width:41.66666667%}.col-lg-6{width:50%}.col-lg-6,.col-lg-7{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-7{width:58.33333333%}.col-lg-8{width:66.66666667%}.col-lg-8,.col-lg-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-9{width:75%}.col-lg-10{width:83.33333333%}.col-lg-10,.col-lg-11{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-lg-11{width:91.66666667%}.col-lg-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0rem}.g-lg-0,.gy-lg-0{--bs-gutter-y:0rem}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:0.75rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:0.75rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:1.25rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:1.25rem}.g-lg-6,.gx-lg-6{--bs-gutter-x:1.5rem}.g-lg-6,.gy-lg-6{--bs-gutter-y:1.5rem}.g-lg-7,.gx-lg-7{--bs-gutter-x:1.75rem}.g-lg-7,.gy-lg-7{--bs-gutter-y:1.75rem}.g-lg-8,.gx-lg-8{--bs-gutter-x:2rem}.g-lg-8,.gy-lg-8{--bs-gutter-y:2rem}.g-lg-9,.gx-lg-9{--bs-gutter-x:2.25rem}.g-lg-9,.gy-lg-9{--bs-gutter-y:2.25rem}.g-lg-10,.gx-lg-10{--bs-gutter-x:2.5rem}.g-lg-10,.gy-lg-10{--bs-gutter-y:2.5rem}}@media (min-width:1200px){.col-xl-auto{width:auto}.col-xl-1,.col-xl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-1{width:8.33333333%}.col-xl-2{width:16.66666667%}.col-xl-2,.col-xl-3{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-3{width:25%}.col-xl-4{width:33.33333333%}.col-xl-4,.col-xl-5{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-5{width:41.66666667%}.col-xl-6{width:50%}.col-xl-6,.col-xl-7{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-7{width:58.33333333%}.col-xl-8{width:66.66666667%}.col-xl-8,.col-xl-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-9{width:75%}.col-xl-10{width:83.33333333%}.col-xl-10,.col-xl-11{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-xl-11{width:91.66666667%}.col-xl-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0rem}.g-xl-0,.gy-xl-0{--bs-gutter-y:0rem}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:0.75rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:0.75rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:1.25rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:1.25rem}.g-xl-6,.gx-xl-6{--bs-gutter-x:1.5rem}.g-xl-6,.gy-xl-6{--bs-gutter-y:1.5rem}.g-xl-7,.gx-xl-7{--bs-gutter-x:1.75rem}.g-xl-7,.gy-xl-7{--bs-gutter-y:1.75rem}.g-xl-8,.gx-xl-8{--bs-gutter-x:2rem}.g-xl-8,.gy-xl-8{--bs-gutter-y:2rem}.g-xl-9,.gx-xl-9{--bs-gutter-x:2.25rem}.g-xl-9,.gy-xl-9{--bs-gutter-y:2.25rem}.g-xl-10,.gx-xl-10{--bs-gutter-x:2.5rem}.g-xl-10,.gy-xl-10{--bs-gutter-y:2.5rem}}@media (min-width:1400px){.col-xxl-auto{width:auto}.col-xxl-1,.col-xxl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-xxl-1{width:8.33333333%}.col-xxl-2{width:16.66666667%}.col-xxl-2,.col-xxl-3{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-xxl-3{width:25%}.col-xxl-4{width:33.33333333%}.col-xxl-4,.col-xxl-5{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-xxl-5{width:41.66666667%}.col-xxl-6{width:50%}.col-xxl-6,.col-xxl-7{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-xxl-7{width:58.33333333%}.col-xxl-8{width:66.66666667%}.col-xxl-8,.col-xxl-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-xxl-9{width:75%}.col-xxl-10{width:83.33333333%}.col-xxl-10,.col-xxl-11{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.col-xxl-11{width:91.66666667%}.col-xxl-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0rem}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0rem}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:0.75rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:0.75rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:1.25rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:1.25rem}.g-xxl-6,.gx-xxl-6{--bs-gutter-x:1.5rem}.g-xxl-6,.gy-xxl-6{--bs-gutter-y:1.5rem}.g-xxl-7,.gx-xxl-7{--bs-gutter-x:1.75rem}.g-xxl-7,.gy-xxl-7{--bs-gutter-y:1.75rem}.g-xxl-8,.gx-xxl-8{--bs-gutter-x:2rem}.g-xxl-8,.gy-xxl-8{--bs-gutter-y:2rem}.g-xxl-9,.gx-xxl-9{--bs-gutter-x:2.25rem}.g-xxl-9,.gy-xxl-9{--bs-gutter-y:2.25rem}.g-xxl-10,.gx-xxl-10{--bs-gutter-x:2.5rem}.g-xxl-10,.gy-xxl-10{--bs-gutter-y:2.5rem}}.table{--bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#0f3f62;--bs-table-striped-bg:rgba(242,241,246,0.75);--bs-table-active-color:#0f3f62;--bs-table-active-bg:#f2f1f6;--bs-table-hover-color:#0f3f62;--bs-table-hover-bg:#f2f1f6;margin-bottom:1rem;color:#0f3f62;vertical-align:top;border-color:#eff2f5}.table>:not(caption)>*>*{padding:.75rem;background-color:var(--bs-table-bg);border-bottom-width:1px;-webkit-box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg);box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:last-child)>:last-child>*{border-bottom-color:currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .3rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-striped>tbody>tr:nth-of-type(odd){--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#d4eaf5;--bs-table-striped-bg:#c9dee9;--bs-table-striped-color:#000;--bs-table-active-bg:#bfd3dd;--bs-table-active-color:#000;--bs-table-hover-bg:#c4d8e3;--bs-table-hover-color:#000;color:#000;border-color:#bfd3dd}.table-secondary{--bs-table-bg:#cfd9e0;--bs-table-striped-bg:#c5ced5;--bs-table-striped-color:#000;--bs-table-active-bg:#bac3ca;--bs-table-active-color:#000;--bs-table-hover-bg:#bfc9cf;--bs-table-hover-color:#000;color:#000;border-color:#bac3ca}.table-success{--bs-table-bg:#d0e9e5;--bs-table-striped-bg:#c6ddda;--bs-table-striped-color:#000;--bs-table-active-bg:#bbd2ce;--bs-table-active-color:#000;--bs-table-hover-bg:#c0d8d4;--bs-table-hover-color:#000;color:#000;border-color:#bbd2ce}.table-info{--bs-table-bg:#dbe3ed;--bs-table-striped-bg:#d0d8e1;--bs-table-striped-color:#000;--bs-table-active-bg:#c5ccd5;--bs-table-active-color:#000;--bs-table-hover-bg:#cbd2db;--bs-table-hover-color:#000;color:#000;border-color:#c5ccd5}.table-warning{--bs-table-bg:#ffe5d5;--bs-table-striped-bg:#f2daca;--bs-table-striped-color:#000;--bs-table-active-bg:#e6cec0;--bs-table-active-color:#000;--bs-table-hover-bg:#ecd4c5;--bs-table-hover-color:#000;color:#000;border-color:#e6cec0}.table-danger{--bs-table-bg:#fddcdf;--bs-table-striped-bg:#f0d1d4;--bs-table-striped-color:#000;--bs-table-active-bg:#e4c6c9;--bs-table-active-color:#000;--bs-table-hover-bg:#eaccce;--bs-table-hover-color:#000;color:#000;border-color:#e4c6c9}.table-light{--bs-table-bg:#f2f1f6;--bs-table-striped-bg:#e6e5ea;--bs-table-striped-color:#000;--bs-table-active-bg:#dad9dd;--bs-table-active-color:#000;--bs-table-hover-bg:#e0dfe4;--bs-table-hover-color:#000;color:#000;border-color:#dad9dd}.table-dark{--bs-table-bg:#0f3f62;--bs-table-striped-bg:#1b496a;--bs-table-striped-color:#fff;--bs-table-active-bg:#275272;--bs-table-active-color:#fff;--bs-table-hover-bg:#214d6e;--bs-table-hover-color:#fff;color:#fff;border-color:#275272}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem;font-size:1rem}.col-form-label,.form-label{font-weight:500;color:#0f3f62}.col-form-label{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.15}.col-form-label-lg{padding-top:calc(.825rem + 1px);padding-bottom:calc(.825rem + 1px);font-size:1.15rem}.col-form-label-sm{padding-top:calc(.45rem + 1px);padding-bottom:calc(.45rem + 1px);font-size:.85rem}.form-text{margin-top:.5rem;font-size:.85rem;color:#a1a5b7}.form-control{display:block;width:100%;padding:.5rem 1rem;font-size:1rem;font-weight:500;line-height:1.15;color:#0f3f62;background-color:#f2f1f6;background-clip:padding-box;border:1px solid #f2f1f6;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.475rem;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.075);box-shadow:inset 0 1px 2px rgba(0,0,0,.075);-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{-webkit-transition:none;transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#0f3f62;background-color:#fff;border-color:#b5b5c3;outline:0;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.075),0 0 0 .25rem rgba(41,150,206,.25);box-shadow:inset 0 1px 2px rgba(0,0,0,.075),0 0 0 .25rem rgba(41,150,206,.25)}.form-control::-webkit-date-and-time-value{height:1.15em}.form-control::-webkit-input-placeholder{color:#a1a5b7;opacity:1}.form-control::-moz-placeholder{color:#a1a5b7;opacity:1}.form-control::-ms-input-placeholder{color:#a1a5b7;opacity:1}.form-control::placeholder{color:#a1a5b7;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#eff2f5;opacity:1}.form-control::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem;color:#0f3f62;background-color:#eff2f5;pointer-events:none;border:0 solid;border-color:inherit;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#e3e6e9}.form-control::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem;color:#0f3f62;background-color:#eff2f5;pointer-events:none;border:0 solid;border-color:inherit;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#e3e6e9}.form-control-plaintext{display:block;width:100%;padding:.5rem 0;margin-bottom:0;line-height:1.15;color:#0f3f62;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.15em + .9rem + 2px);padding:.45rem 1.25rem;font-size:.85rem;border-radius:.475rem}.form-control-sm::file-selector-button{padding:.45rem 1.25rem;margin:-.45rem -1.25rem;-webkit-margin-end:1.25rem;margin-inline-end:1.25rem}.form-control-sm::-webkit-file-upload-button{padding:.45rem 1.25rem;margin:-.45rem -1.25rem;-webkit-margin-end:1.25rem;margin-inline-end:1.25rem}.form-control-lg{min-height:calc(1.15em + 1.65rem + 2px);padding:.825rem 1.5rem;font-size:1.15rem;border-radius:.475rem}.form-control-lg::file-selector-button{padding:.825rem 1.5rem;margin:-.825rem -1.5rem;-webkit-margin-end:1.5rem;margin-inline-end:1.5rem}.form-control-lg::-webkit-file-upload-button{padding:.825rem 1.5rem;margin:-.825rem -1.5rem;-webkit-margin-end:1.5rem;margin-inline-end:1.5rem}textarea.form-control{min-height:calc(1.15em + 1rem + 2px)}textarea.form-control-sm{min-height:calc(1.15em + .9rem + 2px)}textarea.form-control-lg{min-height:calc(1.15em + 1.65rem + 2px)}.form-control-color{max-width:3rem;height:auto;padding:.5rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.15em;border-radius:.475rem}.form-control-color::-webkit-color-swatch{height:1.15em;border-radius:.475rem}.form-select{display:block;width:100%;padding:.5rem 3rem .5rem 1rem;-moz-padding-start:calc(1rem - 3px);font-size:1rem;font-weight:500;line-height:1.15;color:#0f3f62;background-color:#f2f1f6;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%233F4254' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:16px 12px;border:1px solid #f2f1f6;border-radius:.475rem;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.075);box-shadow:inset 0 1px 2px rgba(0,0,0,.075);-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-select{-webkit-transition:none;transition:none}}.form-select:focus{border-color:#b5b5c3;outline:0;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.075),0 0 0 .25rem rgba(41,150,206,.25);box-shadow:inset 0 1px 2px rgba(0,0,0,.075),0 0 0 .25rem rgba(41,150,206,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:1rem;background-image:none}.form-select:disabled{background-color:#eff2f5}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #0f3f62}.form-select-sm{padding-top:.45rem;padding-bottom:.45rem;padding-left:1.25rem;font-size:.85rem}.form-select-lg{padding-top:.825rem;padding-bottom:.825rem;padding-left:1.5rem;font-size:1.15rem}.form-check{display:block;min-height:1.15rem;padding-left:1.85rem;margin-bottom:0}.form-check .form-check-input{float:left;margin-left:-1.85rem}.form-check-input{width:1.35rem;height:1.35rem;margin-top:-.1rem;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:50%;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;color-adjust:exact;-webkit-transition:background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-check-input{-webkit-transition:none;transition:none}}.form-check-input[type=checkbox]{border-radius:.45em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{-webkit-filter:brightness(90%);filter:brightness(90%)}.form-check-input:focus{border-color:#b5b5c3;outline:0;-webkit-box-shadow:none;box-shadow:none}.form-check-input:checked{background-color:#2996ce;border-color:#2996ce}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='11' fill='none'%3E%3Cpath d='M11.043 1.029a.792.792 0 111.206 1.025l-6.73 7.917a.792.792 0 01-1.128.079L.828 6.883A.792.792 0 111.88 5.7l2.958 2.629 6.205-7.3z' fill='%23fff'/%3E%3C/svg%3E")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")}.form-check-input[type=checkbox]:indeterminate{background-color:#2996ce;border-color:#2996ce;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E")}.form-check-input:disabled{pointer-events:none;-webkit-filter:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:3.25rem}.form-switch .form-check-input{width:3.25rem;margin-left:-3.25rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");background-position:0;border-radius:3.25rem;-webkit-transition:background-position .15s ease-in-out;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{-webkit-transition:none;transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23B5B5C3'/%3E%3C/svg%3E")}.form-switch .form-check-input:checked{background-position:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;-webkit-filter:none;filter:none;opacity:.6}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(41,150,206,.25);box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(41,150,206,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(41,150,206,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#2996ce;border:0;border-radius:1rem;-webkit-box-shadow:0 .1rem .25rem rgba(0,0,0,.1);box-shadow:0 .1rem .25rem rgba(0,0,0,.1);-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#bfe0f0}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#e4e6ef;border-color:transparent;border-radius:1rem;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.075);box-shadow:inset 0 1px 2px rgba(0,0,0,.075)}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#2996ce;border:0;border-radius:1rem;box-shadow:0 .1rem .25rem rgba(0,0,0,.1);-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-webkit-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#bfe0f0}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#e4e6ef;border-color:transparent;border-radius:1rem;box-shadow:inset 0 1px 2px rgba(0,0,0,.075)}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#a1a5b7}.form-range:disabled::-moz-range-thumb{background-color:#a1a5b7}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem;pointer-events:none;border:1px solid transparent;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transition:opacity .1s ease-in-out,-webkit-transform .1s ease-in-out;transition:opacity .1s ease-in-out,-webkit-transform .1s ease-in-out;transition:opacity .1s ease-in-out,transform .1s ease-in-out;transition:opacity .1s ease-in-out,transform .1s ease-in-out,-webkit-transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{-webkit-transition:none;transition:none}}.form-floating>.form-control{padding:1rem}.form-floating>.form-control::-webkit-input-placeholder{color:transparent}.form-floating>.form-control::-moz-placeholder{color:transparent}.form-floating>.form-control::-ms-input-placeholder{color:transparent}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;-webkit-transform:scale(.85) translateY(-.5rem) translateX(.15rem);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;-webkit-transform:scale(.85) translateY(-.5rem) translateX(.15rem);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.input-group{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select{position:relative;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:.5rem 1rem;font-size:1rem;font-weight:500;line-height:1.15;color:#0f3f62;text-align:center;white-space:nowrap;background-color:#eff2f5;border:1px solid #f2f1f6;border-radius:.475rem}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.825rem 1.5rem;font-size:1.15rem;border-radius:.475rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.45rem 1.25rem;font-size:.85rem;border-radius:.475rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:4rem}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.invalid-feedback{width:100%;margin-top:.5rem;font-size:1rem;color:#f64e60}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.75rem 1rem;margin-top:.1rem;font-size:.85rem;color:#000;background-color:#f64e60;border-radius:.475rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#f64e60;padding-right:calc(1.15em + 1rem);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F64E60'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23F64E60' stroke='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right calc(.2875em + .25rem) center;background-size:calc(.575em + .5rem) calc(.575em + .5rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#f64e60;-webkit-box-shadow:0 0 0 .25rem rgba(246,78,96,.25);box-shadow:0 0 0 .25rem rgba(246,78,96,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.15em + 1rem);background-position:top calc(.2875em + .25rem) right calc(.2875em + .25rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#f64e60}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{padding-right:5.5rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%233F4254' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F64E60'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23F64E60' stroke='none'/%3E%3C/svg%3E");background-position:right 1rem center,center right 3rem;background-size:16px 12px,calc(.575em + .5rem) calc(.575em + .5rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#f64e60;-webkit-box-shadow:0 0 0 .25rem rgba(246,78,96,.25);box-shadow:0 0 0 .25rem rgba(246,78,96,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#f64e60}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#f64e60}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{-webkit-box-shadow:0 0 0 .25rem rgba(246,78,96,.25);box-shadow:0 0 0 .25rem rgba(246,78,96,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#f64e60}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:2}.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus{z-index:3}.btn{display:inline-block;font-weight:500;line-height:1rem;color:#0f3f62;text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.5rem 1.5rem;font-size:1rem;border-radius:.475rem;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{-webkit-transition:none;transition:none}}.btn:hover{color:#0f3f62;text-decoration:none}.btn-check:focus+.btn,.btn:focus{outline:0;-webkit-box-shadow:0 0 0 .25rem rgba(41,150,206,.25);box-shadow:0 0 0 .25rem rgba(41,150,206,.25)}.btn-check:active+.btn,.btn-check:checked+.btn,.btn.active,.btn:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-check:active+.btn:focus,.btn-check:checked+.btn:focus,.btn.active:focus,.btn:active:focus{-webkit-box-shadow:0 0 0 .25rem rgba(41,150,206,.25),inset 0 3px 5px rgba(0,0,0,.125);box-shadow:0 0 0 .25rem rgba(41,150,206,.25),inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{pointer-events:none;opacity:.6;-webkit-box-shadow:none;box-shadow:none}.btn-white{-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075)}.btn-check:focus+.btn-white,.btn-white,.btn-white:focus,.btn-white:hover{color:#000;background-color:#fff;border-color:#fff}.btn-check:focus+.btn-white,.btn-white:focus{-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .25rem hsla(0,0%,85.1%,.5);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .25rem hsla(0,0%,85.1%,.5)}.btn-check:active+.btn-white,.btn-check:checked+.btn-white,.btn-white.active,.btn-white:active,.show>.btn-white.dropdown-toggle{color:#000;background-color:#fff;border-color:#fff}.btn-check:active+.btn-white:focus,.btn-check:checked+.btn-white:focus,.btn-white.active:focus,.btn-white:active:focus,.show>.btn-white.dropdown-toggle:focus{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem hsla(0,0%,85.1%,.5);box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem hsla(0,0%,85.1%,.5)}.btn-white.disabled,.btn-white:disabled{color:#000;background-color:#fff;border-color:#fff}.btn-light{color:#000;background-color:#f2f1f6;border-color:#f2f1f6;-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075)}.btn-check:focus+.btn-light,.btn-light:focus,.btn-light:hover{color:#000;background-color:#f4f3f7;border-color:#f3f2f7}.btn-check:focus+.btn-light,.btn-light:focus{-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .25rem rgba(206,205,209,.5);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .25rem rgba(206,205,209,.5)}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{color:#000;background-color:#f5f4f8;border-color:#f3f2f7}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(206,205,209,.5);box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(206,205,209,.5)}.btn-light.disabled,.btn-light:disabled{color:#000;background-color:#f2f1f6;border-color:#f2f1f6}.btn-primary{color:#000;background-color:#2996ce;border-color:#2996ce;-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075)}.btn-check:focus+.btn-primary,.btn-primary:focus,.btn-primary:hover{color:#000;background-color:#49a6d5;border-color:#3ea1d3}.btn-check:focus+.btn-primary,.btn-primary:focus{-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .25rem rgba(35,128,175,.5);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .25rem rgba(35,128,175,.5)}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{color:#000;background-color:#54abd8;border-color:#3ea1d3}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(35,128,175,.5);box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(35,128,175,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#000;background-color:#2996ce;border-color:#2996ce}.btn-secondary{color:#fff;background-color:#0f3f62;border-color:#0f3f62;-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075)}.btn-check:focus+.btn-secondary,.btn-secondary:focus,.btn-secondary:hover{color:#fff;background-color:#0d3653;border-color:#0c324e}.btn-check:focus+.btn-secondary,.btn-secondary:focus{-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .25rem rgba(51,92,122,.5);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .25rem rgba(51,92,122,.5)}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#0c324e;border-color:#0b2f4a}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(51,92,122,.5);box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(51,92,122,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#0f3f62;border-color:#0f3f62}.btn-success{color:#000;background-color:#14937e;border-color:#14937e;-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075)}.btn-check:focus+.btn-success,.btn-success:focus,.btn-success:hover{color:#000;background-color:#37a391;border-color:#2c9e8b}.btn-check:focus+.btn-success,.btn-success:focus{-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .25rem rgba(17,125,107,.5);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .25rem rgba(17,125,107,.5)}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{color:#000;background-color:#43a998;border-color:#2c9e8b}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(17,125,107,.5);box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(17,125,107,.5)}.btn-success.disabled,.btn-success:disabled{color:#000;background-color:#14937e;border-color:#14937e}.btn-info{color:#fff;background-color:#4974a6;border-color:#4974a6;-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075)}.btn-check:focus+.btn-info,.btn-info:focus,.btn-info:hover{color:#fff;background-color:#3e638d;border-color:#3a5d85}.btn-check:focus+.btn-info,.btn-info:focus{-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .25rem rgba(100,137,179,.5);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .25rem rgba(100,137,179,.5)}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#3a5d85;border-color:#37577d}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(100,137,179,.5);box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(100,137,179,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#4974a6;border-color:#4974a6}.btn-warning{color:#000;background-color:#fe7f2d;border-color:#fe7f2d;-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075)}.btn-check:focus+.btn-warning,.btn-warning:focus,.btn-warning:hover{color:#000;background-color:#fe924d;border-color:#fe8c42}.btn-check:focus+.btn-warning,.btn-warning:focus{-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .25rem rgba(216,108,38,.5);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .25rem rgba(216,108,38,.5)}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{color:#000;background-color:#fe9957;border-color:#fe8c42}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(216,108,38,.5);box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(216,108,38,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#000;background-color:#fe7f2d;border-color:#fe7f2d}.btn-danger{color:#000;background-color:#f64e60;border-color:#f64e60;-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075)}.btn-check:focus+.btn-danger,.btn-danger:focus,.btn-danger:hover{color:#000;background-color:#f76978;border-color:#f76070}.btn-check:focus+.btn-danger,.btn-danger:focus{-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .25rem rgba(209,66,82,.5);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .25rem rgba(209,66,82,.5)}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{color:#000;background-color:#f87180;border-color:#f76070}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(209,66,82,.5);box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(209,66,82,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#000;background-color:#f64e60;border-color:#f64e60}.btn-dark{color:#fff;background-color:#0f3f62;border-color:#0f3f62;-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075)}.btn-check:focus+.btn-dark,.btn-dark:focus,.btn-dark:hover{color:#fff;background-color:#0d3653;border-color:#0c324e}.btn-check:focus+.btn-dark,.btn-dark:focus{-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .25rem rgba(51,92,122,.5);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .25rem rgba(51,92,122,.5)}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#0c324e;border-color:#0b2f4a}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(51,92,122,.5);box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(51,92,122,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#0f3f62;border-color:#0f3f62}.btn-purple{color:#fff;background-color:#c12d58;border-color:#c12d58;-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075)}.btn-check:focus+.btn-purple,.btn-purple:focus,.btn-purple:hover{color:#fff;background-color:#a4264b;border-color:#9a2446}.btn-check:focus+.btn-purple,.btn-purple:focus{-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .25rem rgba(202,77,113,.5);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .25rem rgba(202,77,113,.5)}.btn-check:active+.btn-purple,.btn-check:checked+.btn-purple,.btn-purple.active,.btn-purple:active,.show>.btn-purple.dropdown-toggle{color:#fff;background-color:#9a2446;border-color:#912242}.btn-check:active+.btn-purple:focus,.btn-check:checked+.btn-purple:focus,.btn-purple.active:focus,.btn-purple:active:focus,.show>.btn-purple.dropdown-toggle:focus{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(202,77,113,.5);box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(202,77,113,.5)}.btn-purple.disabled,.btn-purple:disabled{color:#fff;background-color:#c12d58;border-color:#c12d58}.btn-yellow{color:#000;background-color:#ffae03;border-color:#ffae03;-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075)}.btn-check:focus+.btn-yellow,.btn-yellow:focus,.btn-yellow:hover{color:#000;background-color:#ffba29;border-color:#ffb61c}.btn-check:focus+.btn-yellow,.btn-yellow:focus{-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .25rem rgba(217,148,3,.5);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .25rem rgba(217,148,3,.5)}.btn-check:active+.btn-yellow,.btn-check:checked+.btn-yellow,.btn-yellow.active,.btn-yellow:active,.show>.btn-yellow.dropdown-toggle{color:#000;background-color:#ffbe35;border-color:#ffb61c}.btn-check:active+.btn-yellow:focus,.btn-check:checked+.btn-yellow:focus,.btn-yellow.active:focus,.btn-yellow:active:focus,.show>.btn-yellow.dropdown-toggle:focus{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(217,148,3,.5);box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(217,148,3,.5)}.btn-yellow.disabled,.btn-yellow:disabled{color:#000;background-color:#ffae03;border-color:#ffae03}.btn-outline-white{color:#fff;border-color:#fff}.btn-outline-white:hover{color:#000;background-color:#fff;border-color:#fff}.btn-check:focus+.btn-outline-white,.btn-outline-white:focus{-webkit-box-shadow:0 0 0 .25rem hsla(0,0%,100%,.5);box-shadow:0 0 0 .25rem hsla(0,0%,100%,.5)}.btn-check:active+.btn-outline-white,.btn-check:checked+.btn-outline-white,.btn-outline-white.active,.btn-outline-white.dropdown-toggle.show,.btn-outline-white:active{color:#000;background-color:#fff;border-color:#fff}.btn-check:active+.btn-outline-white:focus,.btn-check:checked+.btn-outline-white:focus,.btn-outline-white.active:focus,.btn-outline-white.dropdown-toggle.show:focus,.btn-outline-white:active:focus{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem hsla(0,0%,100%,.5);box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem hsla(0,0%,100%,.5)}.btn-outline-white.disabled,.btn-outline-white:disabled{color:#fff;background-color:transparent}.btn-outline-light{color:#f2f1f6;border-color:#f2f1f6}.btn-outline-light:hover{color:#000;background-color:#f2f1f6;border-color:#f2f1f6}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{-webkit-box-shadow:0 0 0 .25rem rgba(242,241,246,.5);box-shadow:0 0 0 .25rem rgba(242,241,246,.5)}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{color:#000;background-color:#f2f1f6;border-color:#f2f1f6}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(242,241,246,.5);box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(242,241,246,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f2f1f6;background-color:transparent}.btn-outline-primary{color:#2996ce;border-color:#2996ce}.btn-outline-primary:hover{color:#000;background-color:#2996ce;border-color:#2996ce}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{-webkit-box-shadow:0 0 0 .25rem rgba(41,150,206,.5);box-shadow:0 0 0 .25rem rgba(41,150,206,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{color:#000;background-color:#2996ce;border-color:#2996ce}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(41,150,206,.5);box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(41,150,206,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#2996ce;background-color:transparent}.btn-outline-secondary{color:#0f3f62;border-color:#0f3f62}.btn-outline-secondary:hover{color:#fff;background-color:#0f3f62;border-color:#0f3f62}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{-webkit-box-shadow:0 0 0 .25rem rgba(15,63,98,.5);box-shadow:0 0 0 .25rem rgba(15,63,98,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#fff;background-color:#0f3f62;border-color:#0f3f62}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(15,63,98,.5);box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(15,63,98,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#0f3f62;background-color:transparent}.btn-outline-success{color:#14937e;border-color:#14937e}.btn-outline-success:hover{color:#000;background-color:#14937e;border-color:#14937e}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{-webkit-box-shadow:0 0 0 .25rem rgba(20,147,126,.5);box-shadow:0 0 0 .25rem rgba(20,147,126,.5)}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{color:#000;background-color:#14937e;border-color:#14937e}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(20,147,126,.5);box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(20,147,126,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#14937e;background-color:transparent}.btn-outline-info{color:#4974a6;border-color:#4974a6}.btn-outline-info:hover{color:#fff;background-color:#4974a6;border-color:#4974a6}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{-webkit-box-shadow:0 0 0 .25rem rgba(73,116,166,.5);box-shadow:0 0 0 .25rem rgba(73,116,166,.5)}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{color:#fff;background-color:#4974a6;border-color:#4974a6}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(73,116,166,.5);box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(73,116,166,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#4974a6;background-color:transparent}.btn-outline-warning{color:#fe7f2d;border-color:#fe7f2d}.btn-outline-warning:hover{color:#000;background-color:#fe7f2d;border-color:#fe7f2d}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{-webkit-box-shadow:0 0 0 .25rem rgba(254,127,45,.5);box-shadow:0 0 0 .25rem rgba(254,127,45,.5)}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{color:#000;background-color:#fe7f2d;border-color:#fe7f2d}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(254,127,45,.5);box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(254,127,45,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#fe7f2d;background-color:transparent}.btn-outline-danger{color:#f64e60;border-color:#f64e60}.btn-outline-danger:hover{color:#000;background-color:#f64e60;border-color:#f64e60}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{-webkit-box-shadow:0 0 0 .25rem rgba(246,78,96,.5);box-shadow:0 0 0 .25rem rgba(246,78,96,.5)}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{color:#000;background-color:#f64e60;border-color:#f64e60}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(246,78,96,.5);box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(246,78,96,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#f64e60;background-color:transparent}.btn-outline-dark{color:#0f3f62;border-color:#0f3f62}.btn-outline-dark:hover{color:#fff;background-color:#0f3f62;border-color:#0f3f62}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{-webkit-box-shadow:0 0 0 .25rem rgba(15,63,98,.5);box-shadow:0 0 0 .25rem rgba(15,63,98,.5)}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{color:#fff;background-color:#0f3f62;border-color:#0f3f62}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(15,63,98,.5);box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(15,63,98,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#0f3f62;background-color:transparent}.btn-outline-purple{color:#c12d58;border-color:#c12d58}.btn-outline-purple:hover{color:#fff;background-color:#c12d58;border-color:#c12d58}.btn-check:focus+.btn-outline-purple,.btn-outline-purple:focus{-webkit-box-shadow:0 0 0 .25rem rgba(193,45,88,.5);box-shadow:0 0 0 .25rem rgba(193,45,88,.5)}.btn-check:active+.btn-outline-purple,.btn-check:checked+.btn-outline-purple,.btn-outline-purple.active,.btn-outline-purple.dropdown-toggle.show,.btn-outline-purple:active{color:#fff;background-color:#c12d58;border-color:#c12d58}.btn-check:active+.btn-outline-purple:focus,.btn-check:checked+.btn-outline-purple:focus,.btn-outline-purple.active:focus,.btn-outline-purple.dropdown-toggle.show:focus,.btn-outline-purple:active:focus{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(193,45,88,.5);box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(193,45,88,.5)}.btn-outline-purple.disabled,.btn-outline-purple:disabled{color:#c12d58;background-color:transparent}.btn-outline-yellow{color:#ffae03;border-color:#ffae03}.btn-outline-yellow:hover{color:#000;background-color:#ffae03;border-color:#ffae03}.btn-check:focus+.btn-outline-yellow,.btn-outline-yellow:focus{-webkit-box-shadow:0 0 0 .25rem rgba(255,174,3,.5);box-shadow:0 0 0 .25rem rgba(255,174,3,.5)}.btn-check:active+.btn-outline-yellow,.btn-check:checked+.btn-outline-yellow,.btn-outline-yellow.active,.btn-outline-yellow.dropdown-toggle.show,.btn-outline-yellow:active{color:#000;background-color:#ffae03;border-color:#ffae03}.btn-check:active+.btn-outline-yellow:focus,.btn-check:checked+.btn-outline-yellow:focus,.btn-outline-yellow.active:focus,.btn-outline-yellow.dropdown-toggle.show:focus,.btn-outline-yellow:active:focus{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(255,174,3,.5);box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .25rem rgba(255,174,3,.5)}.btn-outline-yellow.disabled,.btn-outline-yellow:disabled{color:#ffae03;background-color:transparent}.btn-link{font-weight:400;color:#2996ce;text-decoration:none}.btn-link:hover{color:#1c688e}.btn-link:focus,.btn-link:hover{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#7e8299}.btn-group-lg>.btn,.btn-lg{padding:.825rem 1.75rem;font-size:1.15rem;border-radius:.475rem}.btn-group-sm>.btn,.btn-sm{padding:.45rem 1.25rem;font-size:.85rem;border-radius:.475rem}.fade{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{-webkit-transition:none;transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{-webkit-transition:none;transition:none}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#0f3f62;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:0 solid rgba(0,0,0,.15);border-radius:.475rem;-webkit-box-shadow:0 0 50px 0 rgba(82,63,105,.1);box-shadow:0 0 50px 0 rgba(82,63,105,.1)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:.125rem}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}.dropstart .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#0f3f62;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#0e3958;text-decoration:none;background-color:#eff2f5}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#2996ce}.dropdown-item.disabled,.dropdown-item:disabled{color:#a1a5b7;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.85rem;color:#7e8299;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#0f3f62}.dropdown-menu-dark{color:#e4e6ef;background-color:#3f4254;border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item{color:#e4e6ef}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:hsla(0,0%,100%,.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#2996ce}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#a1a5b7}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item-text{color:#e4e6ef}.dropdown-menu-dark .dropdown-header{color:#a1a5b7}.btn-group,.btn-group-vertical{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:1.125rem;padding-left:1.125rem}.dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.9375rem;padding-left:.9375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:1.3125rem;padding-left:1.3125rem}.btn-group.show .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.show .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn-group-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;color:#2996ce;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{-webkit-transition:none;transition:none}}.nav-link:focus,.nav-link:hover{color:#1c688e;text-decoration:none}.nav-link.disabled{color:#7e8299;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #e4e6ef}.nav-tabs .nav-link{margin-bottom:-1px;background:none;border:1px solid transparent;border-top-left-radius:.475rem;border-top-right-radius:.475rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#eff2f5 #eff2f5 #e4e6ef;isolation:isolate}.nav-tabs .nav-link.disabled{color:#7e8299;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#5e6278;background-color:#fff;border-color:#e4e6ef #e4e6ef #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:none;border:0;border-radius:.475rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#2996ce}.nav-fill .nav-item,.nav-fill>.nav-link{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:.5rem;padding-bottom:.5rem}.navbar,.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{-webkit-flex-wrap:inherit;-ms-flex-wrap:inherit;flex-wrap:inherit}.navbar-brand{padding-top:.456875rem;padding-bottom:.456875rem;margin-right:1rem;font-size:1.075rem;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.075rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.475rem;-webkit-transition:-webkit-box-shadow .15s ease-in-out;transition:-webkit-box-shadow .15s ease-in-out;transition:box-shadow .15s ease-in-out;transition:box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.navbar-toggler{-webkit-transition:none;transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;-webkit-box-shadow:0 0 0 .25rem;box-shadow:0 0 0 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:50%;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (min-width:768px){.navbar-expand-md{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (min-width:992px){.navbar-expand-lg{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (min-width:1200px){.navbar-expand-xl{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}@media (min-width:1400px){.navbar-expand-xxl{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}}.navbar-expand{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.55)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:hsla(0,0%,100%,.55);border-color:hsla(0,0%,100%,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.55)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid #eff2f5;border-radius:15px}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:14px;border-top-right-radius:14px}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:14px;border-bottom-left-radius:14px}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1rem}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:#fff;border-bottom:1px solid #eff2f5}.card-header:first-child{border-radius:14px 14px 0 0}.card-footer{padding:.5rem 1rem;background-color:#fff;border-top:1px solid #eff2f5}.card-footer:last-child{border-radius:0 0 14px 14px}.card-header-tabs{margin-bottom:-.5rem;border-bottom:0}.card-header-pills,.card-header-tabs{margin-right:-.5rem;margin-left:-.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:14px}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:14px;border-top-right-radius:14px}.card-img,.card-img-bottom{border-bottom-right-radius:14px;border-bottom-left-radius:14px}.card-group>.card{margin-bottom:.75rem}@media (min-width:576px){.card-group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion-button{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%;padding:1.5rem;font-size:1rem;color:#0f3f62;text-align:left;background-color:#fff;border:0;border-radius:0;overflow-anchor:none;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,border-radius .15s ease,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,border-radius .15s ease,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease,-webkit-box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.accordion-button{-webkit-transition:none;transition:none}}.accordion-button:not(.collapsed){color:#2996ce;background-color:#f2f1f6;-webkit-box-shadow:inset 0 -1px 0 #eff2f5;box-shadow:inset 0 -1px 0 #eff2f5}.accordion-button:not(.collapsed):after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.accordion-button:after{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:1.15rem;height:1.15rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230F3F62'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:1.15rem;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.accordion-button:after{-webkit-transition:none;transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#eff2f5;outline:0;-webkit-box-shadow:none;box-shadow:none}.accordion-header{margin-bottom:0}.accordion-item{background-color:#fff;border:1px solid #eff2f5}.accordion-item:first-of-type{border-top-left-radius:.475rem;border-top-right-radius:.475rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.475rem - 1px);border-top-right-radius:calc(.475rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:.475rem;border-bottom-left-radius:.475rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(.475rem - 1px);border-bottom-left-radius:calc(.475rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.475rem;border-bottom-left-radius:.475rem}.accordion-body{padding:1.5rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;margin-bottom:1rem;list-style:none}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:.5rem;color:#7e8299;content:var(--bs-breadcrumb-divider,"/")}.breadcrumb-item.active{color:#2996ce}.pagination{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#5e6278;background-color:transparent;border:0 solid transparent;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{-webkit-transition:none;transition:none}}.page-link:hover{z-index:2;text-decoration:none;border-color:transparent}.page-link:focus,.page-link:hover{color:#2996ce;background-color:#cde8f1}.page-link:focus{z-index:3;outline:0;-webkit-box-shadow:none;box-shadow:none}.page-item:not(:first-child) .page-link{margin-left:0}.page-item.active .page-link{z-index:3;color:#fff;background-color:#2996ce;border-color:transparent}.page-item.disabled .page-link{color:#b5b5c3;pointer-events:none;background-color:transparent;border-color:transparent}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-top-left-radius:.475rem;border-bottom-left-radius:.475rem}.page-item:last-child .page-link{border-top-right-radius:.475rem;border-bottom-right-radius:.475rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.075rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.775rem;border-bottom-left-radius:.775rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.775rem;border-bottom-right-radius:.775rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.85rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.15rem;border-bottom-left-radius:.15rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.15rem;border-bottom-right-radius:.15rem}.badge{display:inline-block;padding:.5em .85em;font-size:.85rem;font-weight:600;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.475rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{position:relative;padding:1rem;margin-bottom:1rem;border:0 solid transparent;border-radius:.475rem}.alert-heading{color:inherit}.alert-link{font-weight:500}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-white{color:#666;background-color:#fff;border-color:#fff}.alert-white .alert-link{color:#525252}.alert-light{color:#616062;background-color:#fcfcfd;border-color:#fbfbfc}.alert-light .alert-link{color:#4e4d4e}.alert-primary{color:#195a7c;background-color:#d4eaf5;border-color:#bfe0f0}.alert-primary .alert-link{color:#144863}.alert-secondary{color:#09263b;background-color:#cfd9e0;border-color:#b7c5d0}.alert-secondary .alert-link{color:#071e2f}.alert-success{color:#0c584c;background-color:#d0e9e5;border-color:#b9dfd8}.alert-success .alert-link{color:#0a463d}.alert-info{color:#2c4664;background-color:#dbe3ed;border-color:#c8d5e4}.alert-info .alert-link{color:#233850}.alert-warning{color:#984c1b;background-color:#ffe5d5;border-color:#ffd9c0}.alert-warning .alert-link{color:#7a3d16}.alert-danger{color:#942f3a;background-color:#fddcdf;border-color:#fccacf}.alert-danger .alert-link{color:#76262e}.alert-dark{color:#09263b;background-color:#cfd9e0;border-color:#b7c5d0}.alert-dark .alert-link{color:#071e2f}.alert-purple{color:#741b35;background-color:#f3d5de;border-color:#ecc0cd}.alert-purple .alert-link{color:#5d162a}.alert-yellow{color:#664601;background-color:#ffefcd;border-color:#ffe7b3}.alert-yellow .alert-link{color:#523801}@-webkit-keyframes progress-bar-stripes{0%{background-position-x:6px}}@keyframes progress-bar-stripes{0%{background-position-x:6px}}.progress{height:6px;font-size:.75rem;background-color:#eff2f5;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.progress,.progress-bar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden}.progress-bar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#2996ce;-webkit-transition:width .6s ease;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{-webkit-transition:none;transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:6px 6px}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.list-group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.475rem}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>li:before{content:counters(section,".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:#5e6278;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#5e6278;text-decoration:none;background-color:#f2f1f6}.list-group-item-action:active{color:#0f3f62;background-color:#eff2f5}.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#0f3f62;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#7e8299;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#0f3f62;background-color:#fff;border-color:#e4e6ef}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.475rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.475rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.475rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.475rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.475rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.475rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.475rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.475rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.475rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.475rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1400px){.list-group-horizontal-xxl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.475rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.475rem;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-white{color:#666;background-color:#fff}.list-group-item-white.list-group-item-action:focus,.list-group-item-white.list-group-item-action:hover{color:#666;background-color:#e6e6e6}.list-group-item-white.list-group-item-action.active{color:#fff;background-color:#666;border-color:#666}.list-group-item-light{color:#616062;background-color:#fcfcfd}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#616062;background-color:#e3e3e4}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#616062;border-color:#616062}.list-group-item-primary{color:#195a7c;background-color:#d4eaf5}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#195a7c;background-color:#bfd3dd}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#195a7c;border-color:#195a7c}.list-group-item-secondary{color:#09263b;background-color:#cfd9e0}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#09263b;background-color:#bac3ca}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#09263b;border-color:#09263b}.list-group-item-success{color:#0c584c;background-color:#d0e9e5}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#0c584c;background-color:#bbd2ce}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0c584c;border-color:#0c584c}.list-group-item-info{color:#2c4664;background-color:#dbe3ed}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#2c4664;background-color:#c5ccd5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#2c4664;border-color:#2c4664}.list-group-item-warning{color:#984c1b;background-color:#ffe5d5}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#984c1b;background-color:#e6cec0}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#984c1b;border-color:#984c1b}.list-group-item-danger{color:#942f3a;background-color:#fddcdf}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#942f3a;background-color:#e4c6c9}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#942f3a;border-color:#942f3a}.list-group-item-dark{color:#09263b;background-color:#cfd9e0}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#09263b;background-color:#bac3ca}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#09263b;border-color:#09263b}.list-group-item-purple{color:#741b35;background-color:#f3d5de}.list-group-item-purple.list-group-item-action:focus,.list-group-item-purple.list-group-item-action:hover{color:#741b35;background-color:#dbc0c8}.list-group-item-purple.list-group-item-action.active{color:#fff;background-color:#741b35;border-color:#741b35}.list-group-item-yellow{color:#664601;background-color:#ffefcd}.list-group-item-yellow.list-group-item-action:focus,.list-group-item-yellow.list-group-item-action:hover{color:#664601;background-color:#e6d7b9}.list-group-item-yellow.list-group-item-action.active{color:#fff;background-color:#664601;border-color:#664601}.btn-close{-webkit-box-sizing:content-box;box-sizing:content-box;width:1em;height:1em;padding:.25em;color:#000;background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;border:0;border-radius:.475rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;-webkit-box-shadow:0 0 0 .25rem rgba(41,150,206,.25);box-shadow:0 0 0 .25rem rgba(41,150,206,.25);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;opacity:.25}.btn-close-white{-webkit-filter:invert(1) grayscale(100%) brightness(200%);filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);-webkit-box-shadow:0 .5rem 1.5rem .5rem rgba(0,0,0,.075);box-shadow:0 .5rem 1.5rem .5rem rgba(0,0,0,.075);border-radius:.475rem}.toast:not(.showing):not(.show){opacity:0}.toast.hide{display:none}.toast-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:1.5rem}.toast-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:.5rem .75rem;color:#7e8299;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.475rem - 1px);border-top-right-radius:calc(.475rem - 1px)}.toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}.toast-body{padding:.75rem;word-wrap:break-word}.modal{position:fixed;top:0;left:0;z-index:1060;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translateY(-50px);transform:translateY(-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{-webkit-transition:none;transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-content,.modal-dialog-centered{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.modal-content{position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:0 solid rgba(0,0,0,.2);border-radius:.475rem;-webkit-box-shadow:0 .25rem .5rem rgba(0,0,0,.1);box-shadow:0 .25rem .5rem rgba(0,0,0,.1);outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.2}.modal-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:1.5rem;border-bottom:0 solid #eff2f5;border-top-left-radius:.475rem;border-top-right-radius:.475rem}.modal-header .btn-close{padding:.75rem;margin:-.75rem -.75rem -.75rem auto}.modal-title{margin-bottom:0;line-height:1.15}.modal-body{position:relative;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.5rem}.modal-footer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;padding:1.25rem;border-top:0 solid #eff2f5;border-bottom-right-radius:.475rem;border-bottom-left-radius:.475rem}.modal-footer>*{margin:.25rem}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-content{-webkit-box-shadow:0 .5rem 1rem rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.1)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.15;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.85rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:1}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.bs-tooltip-top .tooltip-arrow:before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#fff}.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#fff}.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.bs-tooltip-bottom .tooltip-arrow:before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#fff}.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#fff}.tooltip-inner{max-width:200px;padding:.75rem 1rem;color:#3f4254;text-align:center;background-color:#fff;border-radius:.475rem}.popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.15;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:1rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid #fff;border-radius:.475rem;-webkit-box-shadow:0 0 50px 0 rgba(82,63,105,.1);box-shadow:0 0 50px 0 rgba(82,63,105,.1)}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow:after,.popover .popover-arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-top>.popover-arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-end>.popover-arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:before{top:0;border-width:0 .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:after{top:1px;border-width:0 .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #fff}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-start>.popover-arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:1rem 1.25rem;margin-bottom:0;font-size:1rem;color:#3f4254;background-color:#fff;border-bottom:1px solid #fff;border-top-left-radius:calc(.475rem - 1px);border-top-right-radius:calc(.475rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1.25rem;color:#3f4254}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform .6s ease-in-out;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{-webkit-transition:none;transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;-webkit-transition:opacity 0s .6s;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{-webkit-transition:none;transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;-webkit-transition:opacity .15s ease;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{-webkit-transition:none;transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 010 .708L5.707 8l5.647 5.646a.5.5 0 01-.708.708l-6-6a.5.5 0 010-.708l6-6a.5.5 0 01.708 0z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 01.708 0l6 6a.5.5 0 010 .708l-6 6a.5.5 0 01-.708-.708L10.293 8 4.646 2.354a.5.5 0 010-.708z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;-webkit-transition:opacity .6s ease;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{-webkit-transition:none;transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{-webkit-filter:invert(1) grayscale(100);filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spinner-border{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.185em solid;border-right:.185em solid transparent;border-radius:50%;-webkit-animation:spinner-border .65s linear infinite;animation:spinner-border .65s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.185em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .65s linear infinite;animation:spinner-grow .65s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.3s;animation-duration:1.3s}}.clearfix:after{display:block;clear:both;content:""}.link-white,.link-white:focus,.link-white:hover{color:#fff}.link-light{color:#f2f1f6}.link-light:focus,.link-light:hover{color:#f5f4f8}.link-primary{color:#2996ce}.link-primary:focus,.link-primary:hover{color:#54abd8}.link-secondary{color:#0f3f62}.link-secondary:focus,.link-secondary:hover{color:#0c324e}.link-success{color:#14937e}.link-success:focus,.link-success:hover{color:#43a998}.link-info{color:#4974a6}.link-info:focus,.link-info:hover{color:#3a5d85}.link-warning{color:#fe7f2d}.link-warning:focus,.link-warning:hover{color:#fe9957}.link-danger{color:#f64e60}.link-danger:focus,.link-danger:hover{color:#f87180}.link-dark{color:#0f3f62}.link-dark:focus,.link-dark:hover{color:#0c324e}.link-purple{color:#c12d58}.link-purple:focus,.link-purple:hover{color:#9a2446}.link-yellow{color:#ffae03}.link-yellow:focus,.link-yellow:hover{color:#ffbe35}.ratio{position:relative;width:100%}.ratio:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.85714%}.fixed-top{top:0}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}.fixed-bottom{bottom:0}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-none{display:none!important}.shadow{-webkit-box-shadow:0 .5rem 1.5rem .5rem rgba(0,0,0,.075)!important;box-shadow:0 .5rem 1.5rem .5rem rgba(0,0,0,.075)!important}.shadow-sm{-webkit-box-shadow:0 .1rem 1rem .25rem rgba(0,0,0,.05)!important;box-shadow:0 .1rem 1rem .25rem rgba(0,0,0,.05)!important}.shadow-lg{-webkit-box-shadow:0 1rem 2rem 1rem rgba(0,0,0,.1)!important;box-shadow:0 1rem 2rem 1rem rgba(0,0,0,.1)!important}.shadow-none{-webkit-box-shadow:none!important;box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-25{top:25%!important}.top-50{top:50%!important}.top-75{top:75%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-25{bottom:25%!important}.bottom-50{bottom:50%!important}.bottom-75{bottom:75%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-25{left:25%!important}.start-50{left:50%!important}.start-75{left:75%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-25{right:25%!important}.end-50{right:50%!important}.end-75{right:75%!important}.end-100{right:100%!important}.translate-middle{-webkit-transform:translate(-50%,-50%)!important;transform:translate(-50%,-50%)!important}.translate-middle-x{-webkit-transform:translateX(-50%)!important;transform:translateX(-50%)!important}.translate-middle-y{-webkit-transform:translateY(-50%)!important;transform:translateY(-50%)!important}.border{border:1px solid #eff2f5!important}.border-0{border:0!important}.border-top{border-top:1px solid #eff2f5!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #eff2f5!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #eff2f5!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #eff2f5!important}.border-start-0{border-left:0!important}.border-white{border-color:#fff!important}.border-light{border-color:#f2f1f6!important}.border-primary{border-color:#2996ce!important}.border-secondary{border-color:#0f3f62!important}.border-success{border-color:#14937e!important}.border-info{border-color:#4974a6!important}.border-warning{border-color:#fe7f2d!important}.border-danger{border-color:#f64e60!important}.border-dark{border-color:#0f3f62!important}.border-purple{border-color:#c12d58!important}.border-yellow{border-color:#ffae03!important}.border-0{border-width:0!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-unset{width:unset!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-60{width:60%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.w-1px{width:1px!important}.w-2px{width:2px!important}.w-3px{width:3px!important}.w-4px{width:4px!important}.w-5px{width:5px!important}.w-6px{width:6px!important}.w-7px{width:7px!important}.w-8px{width:8px!important}.w-9px{width:9px!important}.w-10px{width:10px!important}.w-15px{width:15px!important}.w-20px{width:20px!important}.w-25px{width:25px!important}.w-30px{width:30px!important}.w-35px{width:35px!important}.w-40px{width:40px!important}.w-45px{width:45px!important}.w-50px{width:50px!important}.w-55px{width:55px!important}.w-60px{width:60px!important}.w-65px{width:65px!important}.w-70px{width:70px!important}.w-75px{width:75px!important}.w-80px{width:80px!important}.w-85px{width:85px!important}.w-90px{width:90px!important}.w-95px{width:95px!important}.w-100px{width:100px!important}.w-125px{width:125px!important}.w-150px{width:150px!important}.w-175px{width:175px!important}.w-200px{width:200px!important}.w-225px{width:225px!important}.w-250px{width:250px!important}.w-275px{width:275px!important}.w-300px{width:300px!important}.w-325px{width:325px!important}.w-350px{width:350px!important}.w-375px{width:375px!important}.w-400px{width:400px!important}.w-425px{width:425px!important}.w-450px{width:450px!important}.w-475px{width:475px!important}.w-500px{width:500px!important}.w-550px{width:550px!important}.w-600px{width:600px!important}.w-650px{width:650px!important}.w-700px{width:700px!important}.w-750px{width:750px!important}.w-800px{width:800px!important}.w-850px{width:850px!important}.w-900px{width:900px!important}.w-950px{width:950px!important}.w-1000px{width:1000px!important}.mw-unset{max-width:unset!important}.mw-25{max-width:25%!important}.mw-50{max-width:50%!important}.mw-60{max-width:60%!important}.mw-75{max-width:75%!important}.mw-100{max-width:100%!important}.mw-auto{max-width:auto!important}.mw-1px{max-width:1px!important}.mw-2px{max-width:2px!important}.mw-3px{max-width:3px!important}.mw-4px{max-width:4px!important}.mw-5px{max-width:5px!important}.mw-6px{max-width:6px!important}.mw-7px{max-width:7px!important}.mw-8px{max-width:8px!important}.mw-9px{max-width:9px!important}.mw-10px{max-width:10px!important}.mw-15px{max-width:15px!important}.mw-20px{max-width:20px!important}.mw-25px{max-width:25px!important}.mw-30px{max-width:30px!important}.mw-35px{max-width:35px!important}.mw-40px{max-width:40px!important}.mw-45px{max-width:45px!important}.mw-50px{max-width:50px!important}.mw-55px{max-width:55px!important}.mw-60px{max-width:60px!important}.mw-65px{max-width:65px!important}.mw-70px{max-width:70px!important}.mw-75px{max-width:75px!important}.mw-80px{max-width:80px!important}.mw-85px{max-width:85px!important}.mw-90px{max-width:90px!important}.mw-95px{max-width:95px!important}.mw-100px{max-width:100px!important}.mw-125px{max-width:125px!important}.mw-150px{max-width:150px!important}.mw-175px{max-width:175px!important}.mw-200px{max-width:200px!important}.mw-225px{max-width:225px!important}.mw-250px{max-width:250px!important}.mw-275px{max-width:275px!important}.mw-300px{max-width:300px!important}.mw-325px{max-width:325px!important}.mw-350px{max-width:350px!important}.mw-375px{max-width:375px!important}.mw-400px{max-width:400px!important}.mw-425px{max-width:425px!important}.mw-450px{max-width:450px!important}.mw-475px{max-width:475px!important}.mw-500px{max-width:500px!important}.mw-550px{max-width:550px!important}.mw-600px{max-width:600px!important}.mw-650px{max-width:650px!important}.mw-700px{max-width:700px!important}.mw-750px{max-width:750px!important}.mw-800px{max-width:800px!important}.mw-850px{max-width:850px!important}.mw-900px{max-width:900px!important}.mw-950px{max-width:950px!important}.mw-1000px{max-width:1000px!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-unset{height:unset!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-60{height:60%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.h-1px{height:1px!important}.h-2px{height:2px!important}.h-3px{height:3px!important}.h-4px{height:4px!important}.h-5px{height:5px!important}.h-6px{height:6px!important}.h-7px{height:7px!important}.h-8px{height:8px!important}.h-9px{height:9px!important}.h-10px{height:10px!important}.h-15px{height:15px!important}.h-20px{height:20px!important}.h-25px{height:25px!important}.h-30px{height:30px!important}.h-35px{height:35px!important}.h-40px{height:40px!important}.h-45px{height:45px!important}.h-50px{height:50px!important}.h-55px{height:55px!important}.h-60px{height:60px!important}.h-65px{height:65px!important}.h-70px{height:70px!important}.h-75px{height:75px!important}.h-80px{height:80px!important}.h-85px{height:85px!important}.h-90px{height:90px!important}.h-95px{height:95px!important}.h-100px{height:100px!important}.h-125px{height:125px!important}.h-150px{height:150px!important}.h-175px{height:175px!important}.h-200px{height:200px!important}.h-225px{height:225px!important}.h-250px{height:250px!important}.h-275px{height:275px!important}.h-300px{height:300px!important}.h-325px{height:325px!important}.h-350px{height:350px!important}.h-375px{height:375px!important}.h-400px{height:400px!important}.h-425px{height:425px!important}.h-450px{height:450px!important}.h-475px{height:475px!important}.h-500px{height:500px!important}.h-550px{height:550px!important}.h-600px{height:600px!important}.h-650px{height:650px!important}.h-700px{height:700px!important}.h-750px{height:750px!important}.h-800px{height:800px!important}.h-850px{height:850px!important}.h-900px{height:900px!important}.h-950px{height:950px!important}.h-1000px{height:1000px!important}.mh-unset{max-height:unset!important}.mh-25{max-height:25%!important}.mh-50{max-height:50%!important}.mh-60{max-height:60%!important}.mh-75{max-height:75%!important}.mh-100{max-height:100%!important}.mh-auto{max-height:auto!important}.mh-1px{max-height:1px!important}.mh-2px{max-height:2px!important}.mh-3px{max-height:3px!important}.mh-4px{max-height:4px!important}.mh-5px{max-height:5px!important}.mh-6px{max-height:6px!important}.mh-7px{max-height:7px!important}.mh-8px{max-height:8px!important}.mh-9px{max-height:9px!important}.mh-10px{max-height:10px!important}.mh-15px{max-height:15px!important}.mh-20px{max-height:20px!important}.mh-25px{max-height:25px!important}.mh-30px{max-height:30px!important}.mh-35px{max-height:35px!important}.mh-40px{max-height:40px!important}.mh-45px{max-height:45px!important}.mh-50px{max-height:50px!important}.mh-55px{max-height:55px!important}.mh-60px{max-height:60px!important}.mh-65px{max-height:65px!important}.mh-70px{max-height:70px!important}.mh-75px{max-height:75px!important}.mh-80px{max-height:80px!important}.mh-85px{max-height:85px!important}.mh-90px{max-height:90px!important}.mh-95px{max-height:95px!important}.mh-100px{max-height:100px!important}.mh-125px{max-height:125px!important}.mh-150px{max-height:150px!important}.mh-175px{max-height:175px!important}.mh-200px{max-height:200px!important}.mh-225px{max-height:225px!important}.mh-250px{max-height:250px!important}.mh-275px{max-height:275px!important}.mh-300px{max-height:300px!important}.mh-325px{max-height:325px!important}.mh-350px{max-height:350px!important}.mh-375px{max-height:375px!important}.mh-400px{max-height:400px!important}.mh-425px{max-height:425px!important}.mh-450px{max-height:450px!important}.mh-475px{max-height:475px!important}.mh-500px{max-height:500px!important}.mh-550px{max-height:550px!important}.mh-600px{max-height:600px!important}.mh-650px{max-height:650px!important}.mh-700px{max-height:700px!important}.mh-750px{max-height:750px!important}.mh-800px{max-height:800px!important}.mh-850px{max-height:850px!important}.mh-900px{max-height:900px!important}.mh-950px{max-height:950px!important}.mh-1000px{max-height:1000px!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-row{-webkit-box-orient:horizontal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column,.flex-row{-webkit-box-direction:normal!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse,.flex-row-reverse{-webkit-box-direction:reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-webkit-flex-shrink:0!important;-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-webkit-flex-shrink:1!important;-ms-flex-negative:1!important;flex-shrink:1!important}.flex-wrap{-webkit-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-webkit-flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:.75rem!important}.gap-4{gap:1rem!important}.gap-5{gap:1.25rem!important}.gap-6{gap:1.5rem!important}.gap-7{gap:1.75rem!important}.gap-8{gap:2rem!important}.gap-9{gap:2.25rem!important}.gap-10{gap:2.5rem!important}.gap-11{gap:2.75rem!important}.gap-12{gap:3rem!important}.gap-13{gap:3.25rem!important}.gap-14{gap:3.5rem!important}.gap-15{gap:3.75rem!important}.gap-16{gap:4rem!important}.gap-17{gap:4.25rem!important}.gap-18{gap:4.5rem!important}.gap-19{gap:4.75rem!important}.gap-20{gap:5rem!important}.justify-content-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-webkit-justify-content:space-around!important;-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-evenly{-webkit-box-pack:space-evenly!important;-webkit-justify-content:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-webkit-align-items:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-webkit-align-content:flex-start!important;-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-webkit-align-content:flex-end!important;-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-webkit-align-content:center!important;-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-webkit-align-content:space-between!important;-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-webkit-align-content:space-around!important;-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-webkit-align-content:stretch!important;-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-webkit-align-self:auto!important;-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-webkit-align-self:flex-start!important;-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-webkit-align-self:flex-end!important;-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-webkit-align-self:center!important;-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-webkit-align-self:baseline!important;-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-webkit-align-self:stretch!important;-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-first{-webkit-box-ordinal-group:0!important;-webkit-order:-1!important;-ms-flex-order:-1!important;order:-1!important}.order-0{-webkit-box-ordinal-group:1!important;-webkit-order:0!important;-ms-flex-order:0!important;order:0!important}.order-1{-webkit-box-ordinal-group:2!important;-webkit-order:1!important;-ms-flex-order:1!important;order:1!important}.order-2{-webkit-box-ordinal-group:3!important;-webkit-order:2!important;-ms-flex-order:2!important;order:2!important}.order-3{-webkit-box-ordinal-group:4!important;-webkit-order:3!important;-ms-flex-order:3!important;order:3!important}.order-4{-webkit-box-ordinal-group:5!important;-webkit-order:4!important;-ms-flex-order:4!important;order:4!important}.order-5{-webkit-box-ordinal-group:6!important;-webkit-order:5!important;-ms-flex-order:5!important;order:5!important}.order-last{-webkit-box-ordinal-group:7!important;-webkit-order:6!important;-ms-flex-order:6!important;order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:.75rem!important}.m-4{margin:1rem!important}.m-5{margin:1.25rem!important}.m-6{margin:1.5rem!important}.m-7{margin:1.75rem!important}.m-8{margin:2rem!important}.m-9{margin:2.25rem!important}.m-10{margin:2.5rem!important}.m-11{margin:2.75rem!important}.m-12{margin:3rem!important}.m-13{margin:3.25rem!important}.m-14{margin:3.5rem!important}.m-15{margin:3.75rem!important}.m-16{margin:4rem!important}.m-17{margin:4.25rem!important}.m-18{margin:4.5rem!important}.m-19{margin:4.75rem!important}.m-20{margin:5rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:.75rem!important;margin-left:.75rem!important}.mx-4{margin-right:1rem!important;margin-left:1rem!important}.mx-5{margin-right:1.25rem!important;margin-left:1.25rem!important}.mx-6{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-7{margin-right:1.75rem!important;margin-left:1.75rem!important}.mx-8{margin-right:2rem!important;margin-left:2rem!important}.mx-9{margin-right:2.25rem!important;margin-left:2.25rem!important}.mx-10{margin-right:2.5rem!important;margin-left:2.5rem!important}.mx-11{margin-right:2.75rem!important;margin-left:2.75rem!important}.mx-12{margin-right:3rem!important;margin-left:3rem!important}.mx-13{margin-right:3.25rem!important;margin-left:3.25rem!important}.mx-14{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-15{margin-right:3.75rem!important;margin-left:3.75rem!important}.mx-16{margin-right:4rem!important;margin-left:4rem!important}.mx-17{margin-right:4.25rem!important;margin-left:4.25rem!important}.mx-18{margin-right:4.5rem!important;margin-left:4.5rem!important}.mx-19{margin-right:4.75rem!important;margin-left:4.75rem!important}.mx-20{margin-right:5rem!important;margin-left:5rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-4{margin-top:1rem!important;margin-bottom:1rem!important}.my-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.my-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-7{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.my-8{margin-top:2rem!important;margin-bottom:2rem!important}.my-9{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.my-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-11{margin-top:2.75rem!important;margin-bottom:2.75rem!important}.my-12{margin-top:3rem!important;margin-bottom:3rem!important}.my-13{margin-top:3.25rem!important;margin-bottom:3.25rem!important}.my-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-15{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.my-16{margin-top:4rem!important;margin-bottom:4rem!important}.my-17{margin-top:4.25rem!important;margin-bottom:4.25rem!important}.my-18{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-19{margin-top:4.75rem!important;margin-bottom:4.75rem!important}.my-20{margin-top:5rem!important;margin-bottom:5rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:.75rem!important}.mt-4{margin-top:1rem!important}.mt-5{margin-top:1.25rem!important}.mt-6{margin-top:1.5rem!important}.mt-7{margin-top:1.75rem!important}.mt-8{margin-top:2rem!important}.mt-9{margin-top:2.25rem!important}.mt-10{margin-top:2.5rem!important}.mt-11{margin-top:2.75rem!important}.mt-12{margin-top:3rem!important}.mt-13{margin-top:3.25rem!important}.mt-14{margin-top:3.5rem!important}.mt-15{margin-top:3.75rem!important}.mt-16{margin-top:4rem!important}.mt-17{margin-top:4.25rem!important}.mt-18{margin-top:4.5rem!important}.mt-19{margin-top:4.75rem!important}.mt-20{margin-top:5rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:.75rem!important}.me-4{margin-right:1rem!important}.me-5{margin-right:1.25rem!important}.me-6{margin-right:1.5rem!important}.me-7{margin-right:1.75rem!important}.me-8{margin-right:2rem!important}.me-9{margin-right:2.25rem!important}.me-10{margin-right:2.5rem!important}.me-11{margin-right:2.75rem!important}.me-12{margin-right:3rem!important}.me-13{margin-right:3.25rem!important}.me-14{margin-right:3.5rem!important}.me-15{margin-right:3.75rem!important}.me-16{margin-right:4rem!important}.me-17{margin-right:4.25rem!important}.me-18{margin-right:4.5rem!important}.me-19{margin-right:4.75rem!important}.me-20{margin-right:5rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:.75rem!important}.mb-4{margin-bottom:1rem!important}.mb-5{margin-bottom:1.25rem!important}.mb-6{margin-bottom:1.5rem!important}.mb-7{margin-bottom:1.75rem!important}.mb-8{margin-bottom:2rem!important}.mb-9{margin-bottom:2.25rem!important}.mb-10{margin-bottom:2.5rem!important}.mb-11{margin-bottom:2.75rem!important}.mb-12{margin-bottom:3rem!important}.mb-13{margin-bottom:3.25rem!important}.mb-14{margin-bottom:3.5rem!important}.mb-15{margin-bottom:3.75rem!important}.mb-16{margin-bottom:4rem!important}.mb-17{margin-bottom:4.25rem!important}.mb-18{margin-bottom:4.5rem!important}.mb-19{margin-bottom:4.75rem!important}.mb-20{margin-bottom:5rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:.75rem!important}.ms-4{margin-left:1rem!important}.ms-5{margin-left:1.25rem!important}.ms-6{margin-left:1.5rem!important}.ms-7{margin-left:1.75rem!important}.ms-8{margin-left:2rem!important}.ms-9{margin-left:2.25rem!important}.ms-10{margin-left:2.5rem!important}.ms-11{margin-left:2.75rem!important}.ms-12{margin-left:3rem!important}.ms-13{margin-left:3.25rem!important}.ms-14{margin-left:3.5rem!important}.ms-15{margin-left:3.75rem!important}.ms-16{margin-left:4rem!important}.ms-17{margin-left:4.25rem!important}.ms-18{margin-left:4.5rem!important}.ms-19{margin-left:4.75rem!important}.ms-20{margin-left:5rem!important}.ms-auto{margin-left:auto!important}.m-n1{margin:-.25rem!important}.m-n2{margin:-.5rem!important}.m-n3{margin:-.75rem!important}.m-n4{margin:-1rem!important}.m-n5{margin:-1.25rem!important}.m-n6{margin:-1.5rem!important}.m-n7{margin:-1.75rem!important}.m-n8{margin:-2rem!important}.m-n9{margin:-2.25rem!important}.m-n10{margin:-2.5rem!important}.m-n11{margin:-2.75rem!important}.m-n12{margin:-3rem!important}.m-n13{margin:-3.25rem!important}.m-n14{margin:-3.5rem!important}.m-n15{margin:-3.75rem!important}.m-n16{margin:-4rem!important}.m-n17{margin:-4.25rem!important}.m-n18{margin:-4.5rem!important}.m-n19{margin:-4.75rem!important}.m-n20{margin:-5rem!important}.mx-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-n3{margin-right:-.75rem!important;margin-left:-.75rem!important}.mx-n4{margin-right:-1rem!important;margin-left:-1rem!important}.mx-n5{margin-right:-1.25rem!important;margin-left:-1.25rem!important}.mx-n6{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-n7{margin-right:-1.75rem!important;margin-left:-1.75rem!important}.mx-n8{margin-right:-2rem!important;margin-left:-2rem!important}.mx-n9{margin-right:-2.25rem!important;margin-left:-2.25rem!important}.mx-n10{margin-right:-2.5rem!important;margin-left:-2.5rem!important}.mx-n11{margin-right:-2.75rem!important;margin-left:-2.75rem!important}.mx-n12{margin-right:-3rem!important;margin-left:-3rem!important}.mx-n13{margin-right:-3.25rem!important;margin-left:-3.25rem!important}.mx-n14{margin-right:-3.5rem!important;margin-left:-3.5rem!important}.mx-n15{margin-right:-3.75rem!important;margin-left:-3.75rem!important}.mx-n16{margin-right:-4rem!important;margin-left:-4rem!important}.mx-n17{margin-right:-4.25rem!important;margin-left:-4.25rem!important}.mx-n18{margin-right:-4.5rem!important;margin-left:-4.5rem!important}.mx-n19{margin-right:-4.75rem!important;margin-left:-4.75rem!important}.mx-n20{margin-right:-5rem!important;margin-left:-5rem!important}.my-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-n3{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.my-n4{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-n5{margin-top:-1.25rem!important;margin-bottom:-1.25rem!important}.my-n6{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-n7{margin-top:-1.75rem!important;margin-bottom:-1.75rem!important}.my-n8{margin-top:-2rem!important;margin-bottom:-2rem!important}.my-n9{margin-top:-2.25rem!important;margin-bottom:-2.25rem!important}.my-n10{margin-top:-2.5rem!important;margin-bottom:-2.5rem!important}.my-n11{margin-top:-2.75rem!important;margin-bottom:-2.75rem!important}.my-n12{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-n13{margin-top:-3.25rem!important;margin-bottom:-3.25rem!important}.my-n14{margin-top:-3.5rem!important;margin-bottom:-3.5rem!important}.my-n15{margin-top:-3.75rem!important;margin-bottom:-3.75rem!important}.my-n16{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-n17{margin-top:-4.25rem!important;margin-bottom:-4.25rem!important}.my-n18{margin-top:-4.5rem!important;margin-bottom:-4.5rem!important}.my-n19{margin-top:-4.75rem!important;margin-bottom:-4.75rem!important}.my-n20{margin-top:-5rem!important;margin-bottom:-5rem!important}.mt-n1{margin-top:-.25rem!important}.mt-n2{margin-top:-.5rem!important}.mt-n3{margin-top:-.75rem!important}.mt-n4{margin-top:-1rem!important}.mt-n5{margin-top:-1.25rem!important}.mt-n6{margin-top:-1.5rem!important}.mt-n7{margin-top:-1.75rem!important}.mt-n8{margin-top:-2rem!important}.mt-n9{margin-top:-2.25rem!important}.mt-n10{margin-top:-2.5rem!important}.mt-n11{margin-top:-2.75rem!important}.mt-n12{margin-top:-3rem!important}.mt-n13{margin-top:-3.25rem!important}.mt-n14{margin-top:-3.5rem!important}.mt-n15{margin-top:-3.75rem!important}.mt-n16{margin-top:-4rem!important}.mt-n17{margin-top:-4.25rem!important}.mt-n18{margin-top:-4.5rem!important}.mt-n19{margin-top:-4.75rem!important}.mt-n20{margin-top:-5rem!important}.me-n1{margin-right:-.25rem!important}.me-n2{margin-right:-.5rem!important}.me-n3{margin-right:-.75rem!important}.me-n4{margin-right:-1rem!important}.me-n5{margin-right:-1.25rem!important}.me-n6{margin-right:-1.5rem!important}.me-n7{margin-right:-1.75rem!important}.me-n8{margin-right:-2rem!important}.me-n9{margin-right:-2.25rem!important}.me-n10{margin-right:-2.5rem!important}.me-n11{margin-right:-2.75rem!important}.me-n12{margin-right:-3rem!important}.me-n13{margin-right:-3.25rem!important}.me-n14{margin-right:-3.5rem!important}.me-n15{margin-right:-3.75rem!important}.me-n16{margin-right:-4rem!important}.me-n17{margin-right:-4.25rem!important}.me-n18{margin-right:-4.5rem!important}.me-n19{margin-right:-4.75rem!important}.me-n20{margin-right:-5rem!important}.mb-n1{margin-bottom:-.25rem!important}.mb-n2{margin-bottom:-.5rem!important}.mb-n3{margin-bottom:-.75rem!important}.mb-n4{margin-bottom:-1rem!important}.mb-n5{margin-bottom:-1.25rem!important}.mb-n6{margin-bottom:-1.5rem!important}.mb-n7{margin-bottom:-1.75rem!important}.mb-n8{margin-bottom:-2rem!important}.mb-n9{margin-bottom:-2.25rem!important}.mb-n10{margin-bottom:-2.5rem!important}.mb-n11{margin-bottom:-2.75rem!important}.mb-n12{margin-bottom:-3rem!important}.mb-n13{margin-bottom:-3.25rem!important}.mb-n14{margin-bottom:-3.5rem!important}.mb-n15{margin-bottom:-3.75rem!important}.mb-n16{margin-bottom:-4rem!important}.mb-n17{margin-bottom:-4.25rem!important}.mb-n18{margin-bottom:-4.5rem!important}.mb-n19{margin-bottom:-4.75rem!important}.mb-n20{margin-bottom:-5rem!important}.ms-n1{margin-left:-.25rem!important}.ms-n2{margin-left:-.5rem!important}.ms-n3{margin-left:-.75rem!important}.ms-n4{margin-left:-1rem!important}.ms-n5{margin-left:-1.25rem!important}.ms-n6{margin-left:-1.5rem!important}.ms-n7{margin-left:-1.75rem!important}.ms-n8{margin-left:-2rem!important}.ms-n9{margin-left:-2.25rem!important}.ms-n10{margin-left:-2.5rem!important}.ms-n11{margin-left:-2.75rem!important}.ms-n12{margin-left:-3rem!important}.ms-n13{margin-left:-3.25rem!important}.ms-n14{margin-left:-3.5rem!important}.ms-n15{margin-left:-3.75rem!important}.ms-n16{margin-left:-4rem!important}.ms-n17{margin-left:-4.25rem!important}.ms-n18{margin-left:-4.5rem!important}.ms-n19{margin-left:-4.75rem!important}.ms-n20{margin-left:-5rem!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:.75rem!important}.p-4{padding:1rem!important}.p-5{padding:1.25rem!important}.p-6{padding:1.5rem!important}.p-7{padding:1.75rem!important}.p-8{padding:2rem!important}.p-9{padding:2.25rem!important}.p-10{padding:2.5rem!important}.p-11{padding:2.75rem!important}.p-12{padding:3rem!important}.p-13{padding:3.25rem!important}.p-14{padding:3.5rem!important}.p-15{padding:3.75rem!important}.p-16{padding:4rem!important}.p-17{padding:4.25rem!important}.p-18{padding:4.5rem!important}.p-19{padding:4.75rem!important}.p-20{padding:5rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:.75rem!important;padding-left:.75rem!important}.px-4{padding-right:1rem!important;padding-left:1rem!important}.px-5{padding-right:1.25rem!important;padding-left:1.25rem!important}.px-6{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-7{padding-right:1.75rem!important;padding-left:1.75rem!important}.px-8{padding-right:2rem!important;padding-left:2rem!important}.px-9{padding-right:2.25rem!important;padding-left:2.25rem!important}.px-10{padding-right:2.5rem!important;padding-left:2.5rem!important}.px-11{padding-right:2.75rem!important;padding-left:2.75rem!important}.px-12{padding-right:3rem!important;padding-left:3rem!important}.px-13{padding-right:3.25rem!important;padding-left:3.25rem!important}.px-14{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-15{padding-right:3.75rem!important;padding-left:3.75rem!important}.px-16{padding-right:4rem!important;padding-left:4rem!important}.px-17{padding-right:4.25rem!important;padding-left:4.25rem!important}.px-18{padding-right:4.5rem!important;padding-left:4.5rem!important}.px-19{padding-right:4.75rem!important;padding-left:4.75rem!important}.px-20{padding-right:5rem!important;padding-left:5rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-4{padding-top:1rem!important;padding-bottom:1rem!important}.py-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.py-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-7{padding-top:1.75rem!important;padding-bottom:1.75rem!important}.py-8{padding-top:2rem!important;padding-bottom:2rem!important}.py-9{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.py-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-11{padding-top:2.75rem!important;padding-bottom:2.75rem!important}.py-12{padding-top:3rem!important;padding-bottom:3rem!important}.py-13{padding-top:3.25rem!important;padding-bottom:3.25rem!important}.py-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-15{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.py-16{padding-top:4rem!important;padding-bottom:4rem!important}.py-17{padding-top:4.25rem!important;padding-bottom:4.25rem!important}.py-18{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.py-19{padding-top:4.75rem!important;padding-bottom:4.75rem!important}.py-20{padding-top:5rem!important;padding-bottom:5rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:.75rem!important}.pt-4{padding-top:1rem!important}.pt-5{padding-top:1.25rem!important}.pt-6{padding-top:1.5rem!important}.pt-7{padding-top:1.75rem!important}.pt-8{padding-top:2rem!important}.pt-9{padding-top:2.25rem!important}.pt-10{padding-top:2.5rem!important}.pt-11{padding-top:2.75rem!important}.pt-12{padding-top:3rem!important}.pt-13{padding-top:3.25rem!important}.pt-14{padding-top:3.5rem!important}.pt-15{padding-top:3.75rem!important}.pt-16{padding-top:4rem!important}.pt-17{padding-top:4.25rem!important}.pt-18{padding-top:4.5rem!important}.pt-19{padding-top:4.75rem!important}.pt-20{padding-top:5rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:.75rem!important}.pe-4{padding-right:1rem!important}.pe-5{padding-right:1.25rem!important}.pe-6{padding-right:1.5rem!important}.pe-7{padding-right:1.75rem!important}.pe-8{padding-right:2rem!important}.pe-9{padding-right:2.25rem!important}.pe-10{padding-right:2.5rem!important}.pe-11{padding-right:2.75rem!important}.pe-12{padding-right:3rem!important}.pe-13{padding-right:3.25rem!important}.pe-14{padding-right:3.5rem!important}.pe-15{padding-right:3.75rem!important}.pe-16{padding-right:4rem!important}.pe-17{padding-right:4.25rem!important}.pe-18{padding-right:4.5rem!important}.pe-19{padding-right:4.75rem!important}.pe-20{padding-right:5rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:.75rem!important}.pb-4{padding-bottom:1rem!important}.pb-5{padding-bottom:1.25rem!important}.pb-6{padding-bottom:1.5rem!important}.pb-7{padding-bottom:1.75rem!important}.pb-8{padding-bottom:2rem!important}.pb-9{padding-bottom:2.25rem!important}.pb-10{padding-bottom:2.5rem!important}.pb-11{padding-bottom:2.75rem!important}.pb-12{padding-bottom:3rem!important}.pb-13{padding-bottom:3.25rem!important}.pb-14{padding-bottom:3.5rem!important}.pb-15{padding-bottom:3.75rem!important}.pb-16{padding-bottom:4rem!important}.pb-17{padding-bottom:4.25rem!important}.pb-18{padding-bottom:4.5rem!important}.pb-19{padding-bottom:4.75rem!important}.pb-20{padding-bottom:5rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:.75rem!important}.ps-4{padding-left:1rem!important}.ps-5{padding-left:1.25rem!important}.ps-6{padding-left:1.5rem!important}.ps-7{padding-left:1.75rem!important}.ps-8{padding-left:2rem!important}.ps-9{padding-left:2.25rem!important}.ps-10{padding-left:2.5rem!important}.ps-11{padding-left:2.75rem!important}.ps-12{padding-left:3rem!important}.ps-13{padding-left:3.25rem!important}.ps-14{padding-left:3.5rem!important}.ps-15{padding-left:3.75rem!important}.ps-16{padding-left:4rem!important}.ps-17{padding-left:4.25rem!important}.ps-18{padding-left:4.5rem!important}.ps-19{padding-left:4.75rem!important}.ps-20{padding-left:5rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:1.75rem!important}.fs-2{font-size:1.5rem!important}.fs-3{font-size:1.35rem!important}.fs-4{font-size:1.25rem!important}.fs-5{font-size:1.15rem!important}.fs-6{font-size:1.075rem!important}.fs-7{font-size:.95rem!important}.fs-8{font-size:.85rem!important}.fs-9{font-size:.75rem!important}.fs-10{font-size:.5rem!important}.fs-base{font-size:1rem!important}.fs-fluid{font-size:100%!important}.fs-2x{font-size:2rem!important}.fs-2qx{font-size:2.25rem!important}.fs-2hx{font-size:2.5rem!important}.fs-2tx{font-size:2.75rem!important}.fs-3x{font-size:3rem!important}.fs-3qx{font-size:3.25rem!important}.fs-3hx{font-size:3.5rem!important}.fs-3tx{font-size:3.75rem!important}.fs-4x{font-size:4rem!important}.fs-4qx{font-size:4.25rem!important}.fs-4hx{font-size:4.5rem!important}.fs-4tx{font-size:4.75rem!important}.fs-5x{font-size:5rem!important}.fs-5qx{font-size:5.25rem!important}.fs-5hx{font-size:5.5rem!important}.fs-5tx{font-size:5.75rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:500!important}.fw-bolder{font-weight:600!important}.lh-0{line-height:0!important}.lh-1{line-height:1!important}.lh-base,.lh-sm{line-height:1.15!important}.lh-lg{line-height:1.75!important}.lh-xl{line-height:2!important}.lh-xxl{line-height:2.25!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-yellow{color:#ffae03!important}.text-body{color:#0f3f62!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-reset{color:inherit!important}.bg-white{background-color:#fff!important}.bg-light{background-color:#f2f1f6!important}.bg-primary{background-color:#2996ce!important}.bg-secondary{background-color:#0f3f62!important}.bg-success{background-color:#14937e!important}.bg-info{background-color:#4974a6!important}.bg-warning{background-color:#fe7f2d!important}.bg-danger{background-color:#f64e60!important}.bg-dark{background-color:#0f3f62!important}.bg-purple{background-color:#c12d58!important}.bg-yellow{background-color:#ffae03!important}.bg-body{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;-ms-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.475rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.15rem!important}.rounded-2{border-radius:.475rem!important}.rounded-3{border-radius:.775rem!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.475rem!important}.rounded-end,.rounded-top{border-top-right-radius:.475rem!important}.rounded-bottom,.rounded-end{border-bottom-right-radius:.475rem!important}.rounded-bottom,.rounded-start{border-bottom-left-radius:.475rem!important}.rounded-start{border-top-left-radius:.475rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.opacity-0,.opacity-0-hover:hover{opacity:0!important}.opacity-5,.opacity-5-hover:hover{opacity:.05!important}.opacity-10,.opacity-10-hover:hover{opacity:.1!important}.opacity-15,.opacity-15-hover:hover{opacity:.15!important}.opacity-20,.opacity-20-hover:hover{opacity:.2!important}.opacity-25,.opacity-25-hover:hover{opacity:.25!important}.opacity-30,.opacity-30-hover:hover{opacity:.3!important}.opacity-40,.opacity-40-hover:hover{opacity:.4!important}.opacity-50,.opacity-50-hover:hover{opacity:.5!important}.opacity-75,.opacity-75-hover:hover{opacity:.75!important}.opacity-100,.opacity-100-hover:hover{opacity:1!important}.min-w-unset{min-width:unset!important}.min-w-25{min-width:25%!important}.min-w-50{min-width:50%!important}.min-w-60{min-width:60%!important}.min-w-75{min-width:75%!important}.min-w-100{min-width:100%!important}.min-w-auto{min-width:auto!important}.min-w-1px{min-width:1px!important}.min-w-2px{min-width:2px!important}.min-w-3px{min-width:3px!important}.min-w-4px{min-width:4px!important}.min-w-5px{min-width:5px!important}.min-w-6px{min-width:6px!important}.min-w-7px{min-width:7px!important}.min-w-8px{min-width:8px!important}.min-w-9px{min-width:9px!important}.min-w-10px{min-width:10px!important}.min-w-15px{min-width:15px!important}.min-w-20px{min-width:20px!important}.min-w-25px{min-width:25px!important}.min-w-30px{min-width:30px!important}.min-w-35px{min-width:35px!important}.min-w-40px{min-width:40px!important}.min-w-45px{min-width:45px!important}.min-w-50px{min-width:50px!important}.min-w-55px{min-width:55px!important}.min-w-60px{min-width:60px!important}.min-w-65px{min-width:65px!important}.min-w-70px{min-width:70px!important}.min-w-75px{min-width:75px!important}.min-w-80px{min-width:80px!important}.min-w-85px{min-width:85px!important}.min-w-90px{min-width:90px!important}.min-w-95px{min-width:95px!important}.min-w-100px{min-width:100px!important}.min-w-125px{min-width:125px!important}.min-w-150px{min-width:150px!important}.min-w-175px{min-width:175px!important}.min-w-200px{min-width:200px!important}.min-w-225px{min-width:225px!important}.min-w-250px{min-width:250px!important}.min-w-275px{min-width:275px!important}.min-w-300px{min-width:300px!important}.min-w-325px{min-width:325px!important}.min-w-350px{min-width:350px!important}.min-w-375px{min-width:375px!important}.min-w-400px{min-width:400px!important}.min-w-425px{min-width:425px!important}.min-w-450px{min-width:450px!important}.min-w-475px{min-width:475px!important}.min-w-500px{min-width:500px!important}.min-w-550px{min-width:550px!important}.min-w-600px{min-width:600px!important}.min-w-650px{min-width:650px!important}.min-w-700px{min-width:700px!important}.min-w-750px{min-width:750px!important}.min-w-800px{min-width:800px!important}.min-w-850px{min-width:850px!important}.min-w-900px{min-width:900px!important}.min-w-950px{min-width:950px!important}.min-w-1000px{min-width:1000px!important}.min-h-unset{min-height:unset!important}.min-h-25{min-height:25%!important}.min-h-50{min-height:50%!important}.min-h-60{min-height:60%!important}.min-h-75{min-height:75%!important}.min-h-100{min-height:100%!important}.min-h-auto{min-height:auto!important}.min-h-1px{min-height:1px!important}.min-h-2px{min-height:2px!important}.min-h-3px{min-height:3px!important}.min-h-4px{min-height:4px!important}.min-h-5px{min-height:5px!important}.min-h-6px{min-height:6px!important}.min-h-7px{min-height:7px!important}.min-h-8px{min-height:8px!important}.min-h-9px{min-height:9px!important}.min-h-10px{min-height:10px!important}.min-h-15px{min-height:15px!important}.min-h-20px{min-height:20px!important}.min-h-25px{min-height:25px!important}.min-h-30px{min-height:30px!important}.min-h-35px{min-height:35px!important}.min-h-40px{min-height:40px!important}.min-h-45px{min-height:45px!important}.min-h-50px{min-height:50px!important}.min-h-55px{min-height:55px!important}.min-h-60px{min-height:60px!important}.min-h-65px{min-height:65px!important}.min-h-70px{min-height:70px!important}.min-h-75px{min-height:75px!important}.min-h-80px{min-height:80px!important}.min-h-85px{min-height:85px!important}.min-h-90px{min-height:90px!important}.min-h-95px{min-height:95px!important}.min-h-100px{min-height:100px!important}.min-h-125px{min-height:125px!important}.min-h-150px{min-height:150px!important}.min-h-175px{min-height:175px!important}.min-h-200px{min-height:200px!important}.min-h-225px{min-height:225px!important}.min-h-250px{min-height:250px!important}.min-h-275px{min-height:275px!important}.min-h-300px{min-height:300px!important}.min-h-325px{min-height:325px!important}.min-h-350px{min-height:350px!important}.min-h-375px{min-height:375px!important}.min-h-400px{min-height:400px!important}.min-h-425px{min-height:425px!important}.min-h-450px{min-height:450px!important}.min-h-475px{min-height:475px!important}.min-h-500px{min-height:500px!important}.min-h-550px{min-height:550px!important}.min-h-600px{min-height:600px!important}.min-h-650px{min-height:650px!important}.min-h-700px{min-height:700px!important}.min-h-750px{min-height:750px!important}.min-h-800px{min-height:800px!important}.min-h-850px{min-height:850px!important}.min-h-900px{min-height:900px!important}.min-h-950px{min-height:950px!important}.min-h-1000px{min-height:1000px!important}.z-index-n1{z-index:-1!important}.z-index-n2{z-index:-2!important}.z-index-0{z-index:0!important}.z-index-1{z-index:1!important}.z-index-2{z-index:2!important}.z-index-3{z-index:3!important}.border-top-0{border-top-width:0!important}.border-top-1{border-top-width:1px!important}.border-top-2{border-top-width:2px!important}.border-top-3{border-top-width:3px!important}.border-top-4{border-top-width:4px!important}.border-top-5{border-top-width:5px!important}.border-bottom-0{border-bottom-width:0!important}.border-bottom-1{border-bottom-width:1px!important}.border-bottom-2{border-bottom-width:2px!important}.border-bottom-3{border-bottom-width:3px!important}.border-bottom-4{border-bottom-width:4px!important}.border-bottom-5{border-bottom-width:5px!important}.border-right-0{border-right-width:0!important}.border-right-1{border-right-width:1px!important}.border-right-2{border-right-width:2px!important}.border-right-3{border-right-width:3px!important}.border-right-4{border-right-width:4px!important}.border-right-5{border-right-width:5px!important}.border-left-0{border-left-width:0!important}.border-left-1{border-left-width:1px!important}.border-left-2{border-left-width:2px!important}.border-left-3{border-left-width:3px!important}.border-left-4{border-left-width:4px!important}.border-left-5{border-left-width:5px!important}.ls-1{letter-spacing:.1rem!important}.ls-2{letter-spacing:.115rem!important}.ls-3{letter-spacing:.125rem!important}.ls-4{letter-spacing:.25rem!important}.ls-5{letter-spacing:.5rem!important}.bg-light-primary{background-color:#cde8f1!important}.bg-light-secondary{background-color:#cfd9e0!important}.bg-light-success{background-color:#d3f2ed!important}.bg-light-info{background-color:#c9d8e9!important}.bg-light-warning{background-color:#ffe5d5!important}.bg-light-danger{background-color:#ffe2e5!important}.bg-light-dark{background-color:#eff2f5!important}.bg-light-purple{background-color:#ffafc6!important}.bg-light-yellow{background-color:#ffefcd!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-sm-none{display:none!important}.position-sm-static{position:static!important}.position-sm-relative{position:relative!important}.position-sm-absolute{position:absolute!important}.position-sm-fixed{position:fixed!important}.position-sm-sticky{position:-webkit-sticky!important;position:sticky!important}.w-sm-unset{width:unset!important}.w-sm-25{width:25%!important}.w-sm-50{width:50%!important}.w-sm-60{width:60%!important}.w-sm-75{width:75%!important}.w-sm-100{width:100%!important}.w-sm-auto{width:auto!important}.w-sm-1px{width:1px!important}.w-sm-2px{width:2px!important}.w-sm-3px{width:3px!important}.w-sm-4px{width:4px!important}.w-sm-5px{width:5px!important}.w-sm-6px{width:6px!important}.w-sm-7px{width:7px!important}.w-sm-8px{width:8px!important}.w-sm-9px{width:9px!important}.w-sm-10px{width:10px!important}.w-sm-15px{width:15px!important}.w-sm-20px{width:20px!important}.w-sm-25px{width:25px!important}.w-sm-30px{width:30px!important}.w-sm-35px{width:35px!important}.w-sm-40px{width:40px!important}.w-sm-45px{width:45px!important}.w-sm-50px{width:50px!important}.w-sm-55px{width:55px!important}.w-sm-60px{width:60px!important}.w-sm-65px{width:65px!important}.w-sm-70px{width:70px!important}.w-sm-75px{width:75px!important}.w-sm-80px{width:80px!important}.w-sm-85px{width:85px!important}.w-sm-90px{width:90px!important}.w-sm-95px{width:95px!important}.w-sm-100px{width:100px!important}.w-sm-125px{width:125px!important}.w-sm-150px{width:150px!important}.w-sm-175px{width:175px!important}.w-sm-200px{width:200px!important}.w-sm-225px{width:225px!important}.w-sm-250px{width:250px!important}.w-sm-275px{width:275px!important}.w-sm-300px{width:300px!important}.w-sm-325px{width:325px!important}.w-sm-350px{width:350px!important}.w-sm-375px{width:375px!important}.w-sm-400px{width:400px!important}.w-sm-425px{width:425px!important}.w-sm-450px{width:450px!important}.w-sm-475px{width:475px!important}.w-sm-500px{width:500px!important}.w-sm-550px{width:550px!important}.w-sm-600px{width:600px!important}.w-sm-650px{width:650px!important}.w-sm-700px{width:700px!important}.w-sm-750px{width:750px!important}.w-sm-800px{width:800px!important}.w-sm-850px{width:850px!important}.w-sm-900px{width:900px!important}.w-sm-950px{width:950px!important}.w-sm-1000px{width:1000px!important}.mw-sm-unset{max-width:unset!important}.mw-sm-25{max-width:25%!important}.mw-sm-50{max-width:50%!important}.mw-sm-60{max-width:60%!important}.mw-sm-75{max-width:75%!important}.mw-sm-100{max-width:100%!important}.mw-sm-auto{max-width:auto!important}.mw-sm-1px{max-width:1px!important}.mw-sm-2px{max-width:2px!important}.mw-sm-3px{max-width:3px!important}.mw-sm-4px{max-width:4px!important}.mw-sm-5px{max-width:5px!important}.mw-sm-6px{max-width:6px!important}.mw-sm-7px{max-width:7px!important}.mw-sm-8px{max-width:8px!important}.mw-sm-9px{max-width:9px!important}.mw-sm-10px{max-width:10px!important}.mw-sm-15px{max-width:15px!important}.mw-sm-20px{max-width:20px!important}.mw-sm-25px{max-width:25px!important}.mw-sm-30px{max-width:30px!important}.mw-sm-35px{max-width:35px!important}.mw-sm-40px{max-width:40px!important}.mw-sm-45px{max-width:45px!important}.mw-sm-50px{max-width:50px!important}.mw-sm-55px{max-width:55px!important}.mw-sm-60px{max-width:60px!important}.mw-sm-65px{max-width:65px!important}.mw-sm-70px{max-width:70px!important}.mw-sm-75px{max-width:75px!important}.mw-sm-80px{max-width:80px!important}.mw-sm-85px{max-width:85px!important}.mw-sm-90px{max-width:90px!important}.mw-sm-95px{max-width:95px!important}.mw-sm-100px{max-width:100px!important}.mw-sm-125px{max-width:125px!important}.mw-sm-150px{max-width:150px!important}.mw-sm-175px{max-width:175px!important}.mw-sm-200px{max-width:200px!important}.mw-sm-225px{max-width:225px!important}.mw-sm-250px{max-width:250px!important}.mw-sm-275px{max-width:275px!important}.mw-sm-300px{max-width:300px!important}.mw-sm-325px{max-width:325px!important}.mw-sm-350px{max-width:350px!important}.mw-sm-375px{max-width:375px!important}.mw-sm-400px{max-width:400px!important}.mw-sm-425px{max-width:425px!important}.mw-sm-450px{max-width:450px!important}.mw-sm-475px{max-width:475px!important}.mw-sm-500px{max-width:500px!important}.mw-sm-550px{max-width:550px!important}.mw-sm-600px{max-width:600px!important}.mw-sm-650px{max-width:650px!important}.mw-sm-700px{max-width:700px!important}.mw-sm-750px{max-width:750px!important}.mw-sm-800px{max-width:800px!important}.mw-sm-850px{max-width:850px!important}.mw-sm-900px{max-width:900px!important}.mw-sm-950px{max-width:950px!important}.mw-sm-1000px{max-width:1000px!important}.h-sm-unset{height:unset!important}.h-sm-25{height:25%!important}.h-sm-50{height:50%!important}.h-sm-60{height:60%!important}.h-sm-75{height:75%!important}.h-sm-100{height:100%!important}.h-sm-auto{height:auto!important}.h-sm-1px{height:1px!important}.h-sm-2px{height:2px!important}.h-sm-3px{height:3px!important}.h-sm-4px{height:4px!important}.h-sm-5px{height:5px!important}.h-sm-6px{height:6px!important}.h-sm-7px{height:7px!important}.h-sm-8px{height:8px!important}.h-sm-9px{height:9px!important}.h-sm-10px{height:10px!important}.h-sm-15px{height:15px!important}.h-sm-20px{height:20px!important}.h-sm-25px{height:25px!important}.h-sm-30px{height:30px!important}.h-sm-35px{height:35px!important}.h-sm-40px{height:40px!important}.h-sm-45px{height:45px!important}.h-sm-50px{height:50px!important}.h-sm-55px{height:55px!important}.h-sm-60px{height:60px!important}.h-sm-65px{height:65px!important}.h-sm-70px{height:70px!important}.h-sm-75px{height:75px!important}.h-sm-80px{height:80px!important}.h-sm-85px{height:85px!important}.h-sm-90px{height:90px!important}.h-sm-95px{height:95px!important}.h-sm-100px{height:100px!important}.h-sm-125px{height:125px!important}.h-sm-150px{height:150px!important}.h-sm-175px{height:175px!important}.h-sm-200px{height:200px!important}.h-sm-225px{height:225px!important}.h-sm-250px{height:250px!important}.h-sm-275px{height:275px!important}.h-sm-300px{height:300px!important}.h-sm-325px{height:325px!important}.h-sm-350px{height:350px!important}.h-sm-375px{height:375px!important}.h-sm-400px{height:400px!important}.h-sm-425px{height:425px!important}.h-sm-450px{height:450px!important}.h-sm-475px{height:475px!important}.h-sm-500px{height:500px!important}.h-sm-550px{height:550px!important}.h-sm-600px{height:600px!important}.h-sm-650px{height:650px!important}.h-sm-700px{height:700px!important}.h-sm-750px{height:750px!important}.h-sm-800px{height:800px!important}.h-sm-850px{height:850px!important}.h-sm-900px{height:900px!important}.h-sm-950px{height:950px!important}.h-sm-1000px{height:1000px!important}.mh-sm-unset{max-height:unset!important}.mh-sm-25{max-height:25%!important}.mh-sm-50{max-height:50%!important}.mh-sm-60{max-height:60%!important}.mh-sm-75{max-height:75%!important}.mh-sm-100{max-height:100%!important}.mh-sm-auto{max-height:auto!important}.mh-sm-1px{max-height:1px!important}.mh-sm-2px{max-height:2px!important}.mh-sm-3px{max-height:3px!important}.mh-sm-4px{max-height:4px!important}.mh-sm-5px{max-height:5px!important}.mh-sm-6px{max-height:6px!important}.mh-sm-7px{max-height:7px!important}.mh-sm-8px{max-height:8px!important}.mh-sm-9px{max-height:9px!important}.mh-sm-10px{max-height:10px!important}.mh-sm-15px{max-height:15px!important}.mh-sm-20px{max-height:20px!important}.mh-sm-25px{max-height:25px!important}.mh-sm-30px{max-height:30px!important}.mh-sm-35px{max-height:35px!important}.mh-sm-40px{max-height:40px!important}.mh-sm-45px{max-height:45px!important}.mh-sm-50px{max-height:50px!important}.mh-sm-55px{max-height:55px!important}.mh-sm-60px{max-height:60px!important}.mh-sm-65px{max-height:65px!important}.mh-sm-70px{max-height:70px!important}.mh-sm-75px{max-height:75px!important}.mh-sm-80px{max-height:80px!important}.mh-sm-85px{max-height:85px!important}.mh-sm-90px{max-height:90px!important}.mh-sm-95px{max-height:95px!important}.mh-sm-100px{max-height:100px!important}.mh-sm-125px{max-height:125px!important}.mh-sm-150px{max-height:150px!important}.mh-sm-175px{max-height:175px!important}.mh-sm-200px{max-height:200px!important}.mh-sm-225px{max-height:225px!important}.mh-sm-250px{max-height:250px!important}.mh-sm-275px{max-height:275px!important}.mh-sm-300px{max-height:300px!important}.mh-sm-325px{max-height:325px!important}.mh-sm-350px{max-height:350px!important}.mh-sm-375px{max-height:375px!important}.mh-sm-400px{max-height:400px!important}.mh-sm-425px{max-height:425px!important}.mh-sm-450px{max-height:450px!important}.mh-sm-475px{max-height:475px!important}.mh-sm-500px{max-height:500px!important}.mh-sm-550px{max-height:550px!important}.mh-sm-600px{max-height:600px!important}.mh-sm-650px{max-height:650px!important}.mh-sm-700px{max-height:700px!important}.mh-sm-750px{max-height:750px!important}.mh-sm-800px{max-height:800px!important}.mh-sm-850px{max-height:850px!important}.mh-sm-900px{max-height:900px!important}.mh-sm-950px{max-height:950px!important}.mh-sm-1000px{max-height:1000px!important}.flex-sm-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column,.flex-sm-row{-webkit-box-direction:normal!important}.flex-sm-column{-webkit-box-orient:vertical!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-webkit-flex-shrink:0!important;-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-webkit-flex-shrink:1!important;-ms-flex-negative:1!important;flex-shrink:1!important}.flex-sm-wrap{-webkit-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-webkit-flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:.75rem!important}.gap-sm-4{gap:1rem!important}.gap-sm-5{gap:1.25rem!important}.gap-sm-6{gap:1.5rem!important}.gap-sm-7{gap:1.75rem!important}.gap-sm-8{gap:2rem!important}.gap-sm-9{gap:2.25rem!important}.gap-sm-10{gap:2.5rem!important}.gap-sm-11{gap:2.75rem!important}.gap-sm-12{gap:3rem!important}.gap-sm-13{gap:3.25rem!important}.gap-sm-14{gap:3.5rem!important}.gap-sm-15{gap:3.75rem!important}.gap-sm-16{gap:4rem!important}.gap-sm-17{gap:4.25rem!important}.gap-sm-18{gap:4.5rem!important}.gap-sm-19{gap:4.75rem!important}.gap-sm-20{gap:5rem!important}.justify-content-sm-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-webkit-justify-content:space-around!important;-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-sm-evenly{-webkit-box-pack:space-evenly!important;-webkit-justify-content:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-sm-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-webkit-align-items:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-webkit-align-content:flex-start!important;-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-webkit-align-content:flex-end!important;-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-webkit-align-content:center!important;-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-webkit-align-content:space-between!important;-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-webkit-align-content:space-around!important;-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-webkit-align-content:stretch!important;-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-webkit-align-self:auto!important;-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-webkit-align-self:flex-start!important;-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-webkit-align-self:flex-end!important;-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-webkit-align-self:center!important;-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-webkit-align-self:baseline!important;-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-webkit-align-self:stretch!important;-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-sm-first{-webkit-box-ordinal-group:0!important;-webkit-order:-1!important;-ms-flex-order:-1!important;order:-1!important}.order-sm-0{-webkit-box-ordinal-group:1!important;-webkit-order:0!important;-ms-flex-order:0!important;order:0!important}.order-sm-1{-webkit-box-ordinal-group:2!important;-webkit-order:1!important;-ms-flex-order:1!important;order:1!important}.order-sm-2{-webkit-box-ordinal-group:3!important;-webkit-order:2!important;-ms-flex-order:2!important;order:2!important}.order-sm-3{-webkit-box-ordinal-group:4!important;-webkit-order:3!important;-ms-flex-order:3!important;order:3!important}.order-sm-4{-webkit-box-ordinal-group:5!important;-webkit-order:4!important;-ms-flex-order:4!important;order:4!important}.order-sm-5{-webkit-box-ordinal-group:6!important;-webkit-order:5!important;-ms-flex-order:5!important;order:5!important}.order-sm-last{-webkit-box-ordinal-group:7!important;-webkit-order:6!important;-ms-flex-order:6!important;order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:.75rem!important}.m-sm-4{margin:1rem!important}.m-sm-5{margin:1.25rem!important}.m-sm-6{margin:1.5rem!important}.m-sm-7{margin:1.75rem!important}.m-sm-8{margin:2rem!important}.m-sm-9{margin:2.25rem!important}.m-sm-10{margin:2.5rem!important}.m-sm-11{margin:2.75rem!important}.m-sm-12{margin:3rem!important}.m-sm-13{margin:3.25rem!important}.m-sm-14{margin:3.5rem!important}.m-sm-15{margin:3.75rem!important}.m-sm-16{margin:4rem!important}.m-sm-17{margin:4.25rem!important}.m-sm-18{margin:4.5rem!important}.m-sm-19{margin:4.75rem!important}.m-sm-20{margin:5rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:.75rem!important;margin-left:.75rem!important}.mx-sm-4{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-5{margin-right:1.25rem!important;margin-left:1.25rem!important}.mx-sm-6{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-7{margin-right:1.75rem!important;margin-left:1.75rem!important}.mx-sm-8{margin-right:2rem!important;margin-left:2rem!important}.mx-sm-9{margin-right:2.25rem!important;margin-left:2.25rem!important}.mx-sm-10{margin-right:2.5rem!important;margin-left:2.5rem!important}.mx-sm-11{margin-right:2.75rem!important;margin-left:2.75rem!important}.mx-sm-12{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-13{margin-right:3.25rem!important;margin-left:3.25rem!important}.mx-sm-14{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-sm-15{margin-right:3.75rem!important;margin-left:3.75rem!important}.mx-sm-16{margin-right:4rem!important;margin-left:4rem!important}.mx-sm-17{margin-right:4.25rem!important;margin-left:4.25rem!important}.mx-sm-18{margin-right:4.5rem!important;margin-left:4.5rem!important}.mx-sm-19{margin-right:4.75rem!important;margin-left:4.75rem!important}.mx-sm-20{margin-right:5rem!important;margin-left:5rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-sm-4{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.my-sm-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-7{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.my-sm-8{margin-top:2rem!important;margin-bottom:2rem!important}.my-sm-9{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.my-sm-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-sm-11{margin-top:2.75rem!important;margin-bottom:2.75rem!important}.my-sm-12{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-13{margin-top:3.25rem!important;margin-bottom:3.25rem!important}.my-sm-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-sm-15{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.my-sm-16{margin-top:4rem!important;margin-bottom:4rem!important}.my-sm-17{margin-top:4.25rem!important;margin-bottom:4.25rem!important}.my-sm-18{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-sm-19{margin-top:4.75rem!important;margin-bottom:4.75rem!important}.my-sm-20{margin-top:5rem!important;margin-bottom:5rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:.75rem!important}.mt-sm-4{margin-top:1rem!important}.mt-sm-5{margin-top:1.25rem!important}.mt-sm-6{margin-top:1.5rem!important}.mt-sm-7{margin-top:1.75rem!important}.mt-sm-8{margin-top:2rem!important}.mt-sm-9{margin-top:2.25rem!important}.mt-sm-10{margin-top:2.5rem!important}.mt-sm-11{margin-top:2.75rem!important}.mt-sm-12{margin-top:3rem!important}.mt-sm-13{margin-top:3.25rem!important}.mt-sm-14{margin-top:3.5rem!important}.mt-sm-15{margin-top:3.75rem!important}.mt-sm-16{margin-top:4rem!important}.mt-sm-17{margin-top:4.25rem!important}.mt-sm-18{margin-top:4.5rem!important}.mt-sm-19{margin-top:4.75rem!important}.mt-sm-20{margin-top:5rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:.75rem!important}.me-sm-4{margin-right:1rem!important}.me-sm-5{margin-right:1.25rem!important}.me-sm-6{margin-right:1.5rem!important}.me-sm-7{margin-right:1.75rem!important}.me-sm-8{margin-right:2rem!important}.me-sm-9{margin-right:2.25rem!important}.me-sm-10{margin-right:2.5rem!important}.me-sm-11{margin-right:2.75rem!important}.me-sm-12{margin-right:3rem!important}.me-sm-13{margin-right:3.25rem!important}.me-sm-14{margin-right:3.5rem!important}.me-sm-15{margin-right:3.75rem!important}.me-sm-16{margin-right:4rem!important}.me-sm-17{margin-right:4.25rem!important}.me-sm-18{margin-right:4.5rem!important}.me-sm-19{margin-right:4.75rem!important}.me-sm-20{margin-right:5rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:.75rem!important}.mb-sm-4{margin-bottom:1rem!important}.mb-sm-5{margin-bottom:1.25rem!important}.mb-sm-6{margin-bottom:1.5rem!important}.mb-sm-7{margin-bottom:1.75rem!important}.mb-sm-8{margin-bottom:2rem!important}.mb-sm-9{margin-bottom:2.25rem!important}.mb-sm-10{margin-bottom:2.5rem!important}.mb-sm-11{margin-bottom:2.75rem!important}.mb-sm-12{margin-bottom:3rem!important}.mb-sm-13{margin-bottom:3.25rem!important}.mb-sm-14{margin-bottom:3.5rem!important}.mb-sm-15{margin-bottom:3.75rem!important}.mb-sm-16{margin-bottom:4rem!important}.mb-sm-17{margin-bottom:4.25rem!important}.mb-sm-18{margin-bottom:4.5rem!important}.mb-sm-19{margin-bottom:4.75rem!important}.mb-sm-20{margin-bottom:5rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:.75rem!important}.ms-sm-4{margin-left:1rem!important}.ms-sm-5{margin-left:1.25rem!important}.ms-sm-6{margin-left:1.5rem!important}.ms-sm-7{margin-left:1.75rem!important}.ms-sm-8{margin-left:2rem!important}.ms-sm-9{margin-left:2.25rem!important}.ms-sm-10{margin-left:2.5rem!important}.ms-sm-11{margin-left:2.75rem!important}.ms-sm-12{margin-left:3rem!important}.ms-sm-13{margin-left:3.25rem!important}.ms-sm-14{margin-left:3.5rem!important}.ms-sm-15{margin-left:3.75rem!important}.ms-sm-16{margin-left:4rem!important}.ms-sm-17{margin-left:4.25rem!important}.ms-sm-18{margin-left:4.5rem!important}.ms-sm-19{margin-left:4.75rem!important}.ms-sm-20{margin-left:5rem!important}.ms-sm-auto{margin-left:auto!important}.m-sm-n1{margin:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.m-sm-n3{margin:-.75rem!important}.m-sm-n4{margin:-1rem!important}.m-sm-n5{margin:-1.25rem!important}.m-sm-n6{margin:-1.5rem!important}.m-sm-n7{margin:-1.75rem!important}.m-sm-n8{margin:-2rem!important}.m-sm-n9{margin:-2.25rem!important}.m-sm-n10{margin:-2.5rem!important}.m-sm-n11{margin:-2.75rem!important}.m-sm-n12{margin:-3rem!important}.m-sm-n13{margin:-3.25rem!important}.m-sm-n14{margin:-3.5rem!important}.m-sm-n15{margin:-3.75rem!important}.m-sm-n16{margin:-4rem!important}.m-sm-n17{margin:-4.25rem!important}.m-sm-n18{margin:-4.5rem!important}.m-sm-n19{margin:-4.75rem!important}.m-sm-n20{margin:-5rem!important}.mx-sm-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-sm-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-sm-n3{margin-right:-.75rem!important;margin-left:-.75rem!important}.mx-sm-n4{margin-right:-1rem!important;margin-left:-1rem!important}.mx-sm-n5{margin-right:-1.25rem!important;margin-left:-1.25rem!important}.mx-sm-n6{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-sm-n7{margin-right:-1.75rem!important;margin-left:-1.75rem!important}.mx-sm-n8{margin-right:-2rem!important;margin-left:-2rem!important}.mx-sm-n9{margin-right:-2.25rem!important;margin-left:-2.25rem!important}.mx-sm-n10{margin-right:-2.5rem!important;margin-left:-2.5rem!important}.mx-sm-n11{margin-right:-2.75rem!important;margin-left:-2.75rem!important}.mx-sm-n12{margin-right:-3rem!important;margin-left:-3rem!important}.mx-sm-n13{margin-right:-3.25rem!important;margin-left:-3.25rem!important}.mx-sm-n14{margin-right:-3.5rem!important;margin-left:-3.5rem!important}.mx-sm-n15{margin-right:-3.75rem!important;margin-left:-3.75rem!important}.mx-sm-n16{margin-right:-4rem!important;margin-left:-4rem!important}.mx-sm-n17{margin-right:-4.25rem!important;margin-left:-4.25rem!important}.mx-sm-n18{margin-right:-4.5rem!important;margin-left:-4.5rem!important}.mx-sm-n19{margin-right:-4.75rem!important;margin-left:-4.75rem!important}.mx-sm-n20{margin-right:-5rem!important;margin-left:-5rem!important}.my-sm-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-sm-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-sm-n3{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.my-sm-n4{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-sm-n5{margin-top:-1.25rem!important;margin-bottom:-1.25rem!important}.my-sm-n6{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-sm-n7{margin-top:-1.75rem!important;margin-bottom:-1.75rem!important}.my-sm-n8{margin-top:-2rem!important;margin-bottom:-2rem!important}.my-sm-n9{margin-top:-2.25rem!important;margin-bottom:-2.25rem!important}.my-sm-n10{margin-top:-2.5rem!important;margin-bottom:-2.5rem!important}.my-sm-n11{margin-top:-2.75rem!important;margin-bottom:-2.75rem!important}.my-sm-n12{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-sm-n13{margin-top:-3.25rem!important;margin-bottom:-3.25rem!important}.my-sm-n14{margin-top:-3.5rem!important;margin-bottom:-3.5rem!important}.my-sm-n15{margin-top:-3.75rem!important;margin-bottom:-3.75rem!important}.my-sm-n16{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-sm-n17{margin-top:-4.25rem!important;margin-bottom:-4.25rem!important}.my-sm-n18{margin-top:-4.5rem!important;margin-bottom:-4.5rem!important}.my-sm-n19{margin-top:-4.75rem!important;margin-bottom:-4.75rem!important}.my-sm-n20{margin-top:-5rem!important;margin-bottom:-5rem!important}.mt-sm-n1{margin-top:-.25rem!important}.mt-sm-n2{margin-top:-.5rem!important}.mt-sm-n3{margin-top:-.75rem!important}.mt-sm-n4{margin-top:-1rem!important}.mt-sm-n5{margin-top:-1.25rem!important}.mt-sm-n6{margin-top:-1.5rem!important}.mt-sm-n7{margin-top:-1.75rem!important}.mt-sm-n8{margin-top:-2rem!important}.mt-sm-n9{margin-top:-2.25rem!important}.mt-sm-n10{margin-top:-2.5rem!important}.mt-sm-n11{margin-top:-2.75rem!important}.mt-sm-n12{margin-top:-3rem!important}.mt-sm-n13{margin-top:-3.25rem!important}.mt-sm-n14{margin-top:-3.5rem!important}.mt-sm-n15{margin-top:-3.75rem!important}.mt-sm-n16{margin-top:-4rem!important}.mt-sm-n17{margin-top:-4.25rem!important}.mt-sm-n18{margin-top:-4.5rem!important}.mt-sm-n19{margin-top:-4.75rem!important}.mt-sm-n20{margin-top:-5rem!important}.me-sm-n1{margin-right:-.25rem!important}.me-sm-n2{margin-right:-.5rem!important}.me-sm-n3{margin-right:-.75rem!important}.me-sm-n4{margin-right:-1rem!important}.me-sm-n5{margin-right:-1.25rem!important}.me-sm-n6{margin-right:-1.5rem!important}.me-sm-n7{margin-right:-1.75rem!important}.me-sm-n8{margin-right:-2rem!important}.me-sm-n9{margin-right:-2.25rem!important}.me-sm-n10{margin-right:-2.5rem!important}.me-sm-n11{margin-right:-2.75rem!important}.me-sm-n12{margin-right:-3rem!important}.me-sm-n13{margin-right:-3.25rem!important}.me-sm-n14{margin-right:-3.5rem!important}.me-sm-n15{margin-right:-3.75rem!important}.me-sm-n16{margin-right:-4rem!important}.me-sm-n17{margin-right:-4.25rem!important}.me-sm-n18{margin-right:-4.5rem!important}.me-sm-n19{margin-right:-4.75rem!important}.me-sm-n20{margin-right:-5rem!important}.mb-sm-n1{margin-bottom:-.25rem!important}.mb-sm-n2{margin-bottom:-.5rem!important}.mb-sm-n3{margin-bottom:-.75rem!important}.mb-sm-n4{margin-bottom:-1rem!important}.mb-sm-n5{margin-bottom:-1.25rem!important}.mb-sm-n6{margin-bottom:-1.5rem!important}.mb-sm-n7{margin-bottom:-1.75rem!important}.mb-sm-n8{margin-bottom:-2rem!important}.mb-sm-n9{margin-bottom:-2.25rem!important}.mb-sm-n10{margin-bottom:-2.5rem!important}.mb-sm-n11{margin-bottom:-2.75rem!important}.mb-sm-n12{margin-bottom:-3rem!important}.mb-sm-n13{margin-bottom:-3.25rem!important}.mb-sm-n14{margin-bottom:-3.5rem!important}.mb-sm-n15{margin-bottom:-3.75rem!important}.mb-sm-n16{margin-bottom:-4rem!important}.mb-sm-n17{margin-bottom:-4.25rem!important}.mb-sm-n18{margin-bottom:-4.5rem!important}.mb-sm-n19{margin-bottom:-4.75rem!important}.mb-sm-n20{margin-bottom:-5rem!important}.ms-sm-n1{margin-left:-.25rem!important}.ms-sm-n2{margin-left:-.5rem!important}.ms-sm-n3{margin-left:-.75rem!important}.ms-sm-n4{margin-left:-1rem!important}.ms-sm-n5{margin-left:-1.25rem!important}.ms-sm-n6{margin-left:-1.5rem!important}.ms-sm-n7{margin-left:-1.75rem!important}.ms-sm-n8{margin-left:-2rem!important}.ms-sm-n9{margin-left:-2.25rem!important}.ms-sm-n10{margin-left:-2.5rem!important}.ms-sm-n11{margin-left:-2.75rem!important}.ms-sm-n12{margin-left:-3rem!important}.ms-sm-n13{margin-left:-3.25rem!important}.ms-sm-n14{margin-left:-3.5rem!important}.ms-sm-n15{margin-left:-3.75rem!important}.ms-sm-n16{margin-left:-4rem!important}.ms-sm-n17{margin-left:-4.25rem!important}.ms-sm-n18{margin-left:-4.5rem!important}.ms-sm-n19{margin-left:-4.75rem!important}.ms-sm-n20{margin-left:-5rem!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:.75rem!important}.p-sm-4{padding:1rem!important}.p-sm-5{padding:1.25rem!important}.p-sm-6{padding:1.5rem!important}.p-sm-7{padding:1.75rem!important}.p-sm-8{padding:2rem!important}.p-sm-9{padding:2.25rem!important}.p-sm-10{padding:2.5rem!important}.p-sm-11{padding:2.75rem!important}.p-sm-12{padding:3rem!important}.p-sm-13{padding:3.25rem!important}.p-sm-14{padding:3.5rem!important}.p-sm-15{padding:3.75rem!important}.p-sm-16{padding:4rem!important}.p-sm-17{padding:4.25rem!important}.p-sm-18{padding:4.5rem!important}.p-sm-19{padding:4.75rem!important}.p-sm-20{padding:5rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:.75rem!important;padding-left:.75rem!important}.px-sm-4{padding-right:1rem!important;padding-left:1rem!important}.px-sm-5{padding-right:1.25rem!important;padding-left:1.25rem!important}.px-sm-6{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-7{padding-right:1.75rem!important;padding-left:1.75rem!important}.px-sm-8{padding-right:2rem!important;padding-left:2rem!important}.px-sm-9{padding-right:2.25rem!important;padding-left:2.25rem!important}.px-sm-10{padding-right:2.5rem!important;padding-left:2.5rem!important}.px-sm-11{padding-right:2.75rem!important;padding-left:2.75rem!important}.px-sm-12{padding-right:3rem!important;padding-left:3rem!important}.px-sm-13{padding-right:3.25rem!important;padding-left:3.25rem!important}.px-sm-14{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-sm-15{padding-right:3.75rem!important;padding-left:3.75rem!important}.px-sm-16{padding-right:4rem!important;padding-left:4rem!important}.px-sm-17{padding-right:4.25rem!important;padding-left:4.25rem!important}.px-sm-18{padding-right:4.5rem!important;padding-left:4.5rem!important}.px-sm-19{padding-right:4.75rem!important;padding-left:4.75rem!important}.px-sm-20{padding-right:5rem!important;padding-left:5rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-sm-4{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.py-sm-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-7{padding-top:1.75rem!important;padding-bottom:1.75rem!important}.py-sm-8{padding-top:2rem!important;padding-bottom:2rem!important}.py-sm-9{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.py-sm-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-sm-11{padding-top:2.75rem!important;padding-bottom:2.75rem!important}.py-sm-12{padding-top:3rem!important;padding-bottom:3rem!important}.py-sm-13{padding-top:3.25rem!important;padding-bottom:3.25rem!important}.py-sm-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-sm-15{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.py-sm-16{padding-top:4rem!important;padding-bottom:4rem!important}.py-sm-17{padding-top:4.25rem!important;padding-bottom:4.25rem!important}.py-sm-18{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.py-sm-19{padding-top:4.75rem!important;padding-bottom:4.75rem!important}.py-sm-20{padding-top:5rem!important;padding-bottom:5rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:.75rem!important}.pt-sm-4{padding-top:1rem!important}.pt-sm-5{padding-top:1.25rem!important}.pt-sm-6{padding-top:1.5rem!important}.pt-sm-7{padding-top:1.75rem!important}.pt-sm-8{padding-top:2rem!important}.pt-sm-9{padding-top:2.25rem!important}.pt-sm-10{padding-top:2.5rem!important}.pt-sm-11{padding-top:2.75rem!important}.pt-sm-12{padding-top:3rem!important}.pt-sm-13{padding-top:3.25rem!important}.pt-sm-14{padding-top:3.5rem!important}.pt-sm-15{padding-top:3.75rem!important}.pt-sm-16{padding-top:4rem!important}.pt-sm-17{padding-top:4.25rem!important}.pt-sm-18{padding-top:4.5rem!important}.pt-sm-19{padding-top:4.75rem!important}.pt-sm-20{padding-top:5rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:.75rem!important}.pe-sm-4{padding-right:1rem!important}.pe-sm-5{padding-right:1.25rem!important}.pe-sm-6{padding-right:1.5rem!important}.pe-sm-7{padding-right:1.75rem!important}.pe-sm-8{padding-right:2rem!important}.pe-sm-9{padding-right:2.25rem!important}.pe-sm-10{padding-right:2.5rem!important}.pe-sm-11{padding-right:2.75rem!important}.pe-sm-12{padding-right:3rem!important}.pe-sm-13{padding-right:3.25rem!important}.pe-sm-14{padding-right:3.5rem!important}.pe-sm-15{padding-right:3.75rem!important}.pe-sm-16{padding-right:4rem!important}.pe-sm-17{padding-right:4.25rem!important}.pe-sm-18{padding-right:4.5rem!important}.pe-sm-19{padding-right:4.75rem!important}.pe-sm-20{padding-right:5rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:.75rem!important}.pb-sm-4{padding-bottom:1rem!important}.pb-sm-5{padding-bottom:1.25rem!important}.pb-sm-6{padding-bottom:1.5rem!important}.pb-sm-7{padding-bottom:1.75rem!important}.pb-sm-8{padding-bottom:2rem!important}.pb-sm-9{padding-bottom:2.25rem!important}.pb-sm-10{padding-bottom:2.5rem!important}.pb-sm-11{padding-bottom:2.75rem!important}.pb-sm-12{padding-bottom:3rem!important}.pb-sm-13{padding-bottom:3.25rem!important}.pb-sm-14{padding-bottom:3.5rem!important}.pb-sm-15{padding-bottom:3.75rem!important}.pb-sm-16{padding-bottom:4rem!important}.pb-sm-17{padding-bottom:4.25rem!important}.pb-sm-18{padding-bottom:4.5rem!important}.pb-sm-19{padding-bottom:4.75rem!important}.pb-sm-20{padding-bottom:5rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:.75rem!important}.ps-sm-4{padding-left:1rem!important}.ps-sm-5{padding-left:1.25rem!important}.ps-sm-6{padding-left:1.5rem!important}.ps-sm-7{padding-left:1.75rem!important}.ps-sm-8{padding-left:2rem!important}.ps-sm-9{padding-left:2.25rem!important}.ps-sm-10{padding-left:2.5rem!important}.ps-sm-11{padding-left:2.75rem!important}.ps-sm-12{padding-left:3rem!important}.ps-sm-13{padding-left:3.25rem!important}.ps-sm-14{padding-left:3.5rem!important}.ps-sm-15{padding-left:3.75rem!important}.ps-sm-16{padding-left:4rem!important}.ps-sm-17{padding-left:4.25rem!important}.ps-sm-18{padding-left:4.5rem!important}.ps-sm-19{padding-left:4.75rem!important}.ps-sm-20{padding-left:5rem!important}.fs-sm-1{font-size:1.75rem!important}.fs-sm-2{font-size:1.5rem!important}.fs-sm-3{font-size:1.35rem!important}.fs-sm-4{font-size:1.25rem!important}.fs-sm-5{font-size:1.15rem!important}.fs-sm-6{font-size:1.075rem!important}.fs-sm-7{font-size:.95rem!important}.fs-sm-8{font-size:.85rem!important}.fs-sm-9{font-size:.75rem!important}.fs-sm-10{font-size:.5rem!important}.fs-sm-base{font-size:1rem!important}.fs-sm-fluid{font-size:100%!important}.fs-sm-2x{font-size:2rem!important}.fs-sm-2qx{font-size:2.25rem!important}.fs-sm-2hx{font-size:2.5rem!important}.fs-sm-2tx{font-size:2.75rem!important}.fs-sm-3x{font-size:3rem!important}.fs-sm-3qx{font-size:3.25rem!important}.fs-sm-3hx{font-size:3.5rem!important}.fs-sm-3tx{font-size:3.75rem!important}.fs-sm-4x{font-size:4rem!important}.fs-sm-4qx{font-size:4.25rem!important}.fs-sm-4hx{font-size:4.5rem!important}.fs-sm-4tx{font-size:4.75rem!important}.fs-sm-5x{font-size:5rem!important}.fs-sm-5qx{font-size:5.25rem!important}.fs-sm-5hx{font-size:5.5rem!important}.fs-sm-5tx{font-size:5.75rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}.min-w-sm-unset{min-width:unset!important}.min-w-sm-25{min-width:25%!important}.min-w-sm-50{min-width:50%!important}.min-w-sm-60{min-width:60%!important}.min-w-sm-75{min-width:75%!important}.min-w-sm-100{min-width:100%!important}.min-w-sm-auto{min-width:auto!important}.min-w-sm-1px{min-width:1px!important}.min-w-sm-2px{min-width:2px!important}.min-w-sm-3px{min-width:3px!important}.min-w-sm-4px{min-width:4px!important}.min-w-sm-5px{min-width:5px!important}.min-w-sm-6px{min-width:6px!important}.min-w-sm-7px{min-width:7px!important}.min-w-sm-8px{min-width:8px!important}.min-w-sm-9px{min-width:9px!important}.min-w-sm-10px{min-width:10px!important}.min-w-sm-15px{min-width:15px!important}.min-w-sm-20px{min-width:20px!important}.min-w-sm-25px{min-width:25px!important}.min-w-sm-30px{min-width:30px!important}.min-w-sm-35px{min-width:35px!important}.min-w-sm-40px{min-width:40px!important}.min-w-sm-45px{min-width:45px!important}.min-w-sm-50px{min-width:50px!important}.min-w-sm-55px{min-width:55px!important}.min-w-sm-60px{min-width:60px!important}.min-w-sm-65px{min-width:65px!important}.min-w-sm-70px{min-width:70px!important}.min-w-sm-75px{min-width:75px!important}.min-w-sm-80px{min-width:80px!important}.min-w-sm-85px{min-width:85px!important}.min-w-sm-90px{min-width:90px!important}.min-w-sm-95px{min-width:95px!important}.min-w-sm-100px{min-width:100px!important}.min-w-sm-125px{min-width:125px!important}.min-w-sm-150px{min-width:150px!important}.min-w-sm-175px{min-width:175px!important}.min-w-sm-200px{min-width:200px!important}.min-w-sm-225px{min-width:225px!important}.min-w-sm-250px{min-width:250px!important}.min-w-sm-275px{min-width:275px!important}.min-w-sm-300px{min-width:300px!important}.min-w-sm-325px{min-width:325px!important}.min-w-sm-350px{min-width:350px!important}.min-w-sm-375px{min-width:375px!important}.min-w-sm-400px{min-width:400px!important}.min-w-sm-425px{min-width:425px!important}.min-w-sm-450px{min-width:450px!important}.min-w-sm-475px{min-width:475px!important}.min-w-sm-500px{min-width:500px!important}.min-w-sm-550px{min-width:550px!important}.min-w-sm-600px{min-width:600px!important}.min-w-sm-650px{min-width:650px!important}.min-w-sm-700px{min-width:700px!important}.min-w-sm-750px{min-width:750px!important}.min-w-sm-800px{min-width:800px!important}.min-w-sm-850px{min-width:850px!important}.min-w-sm-900px{min-width:900px!important}.min-w-sm-950px{min-width:950px!important}.min-w-sm-1000px{min-width:1000px!important}.min-h-sm-unset{min-height:unset!important}.min-h-sm-25{min-height:25%!important}.min-h-sm-50{min-height:50%!important}.min-h-sm-60{min-height:60%!important}.min-h-sm-75{min-height:75%!important}.min-h-sm-100{min-height:100%!important}.min-h-sm-auto{min-height:auto!important}.min-h-sm-1px{min-height:1px!important}.min-h-sm-2px{min-height:2px!important}.min-h-sm-3px{min-height:3px!important}.min-h-sm-4px{min-height:4px!important}.min-h-sm-5px{min-height:5px!important}.min-h-sm-6px{min-height:6px!important}.min-h-sm-7px{min-height:7px!important}.min-h-sm-8px{min-height:8px!important}.min-h-sm-9px{min-height:9px!important}.min-h-sm-10px{min-height:10px!important}.min-h-sm-15px{min-height:15px!important}.min-h-sm-20px{min-height:20px!important}.min-h-sm-25px{min-height:25px!important}.min-h-sm-30px{min-height:30px!important}.min-h-sm-35px{min-height:35px!important}.min-h-sm-40px{min-height:40px!important}.min-h-sm-45px{min-height:45px!important}.min-h-sm-50px{min-height:50px!important}.min-h-sm-55px{min-height:55px!important}.min-h-sm-60px{min-height:60px!important}.min-h-sm-65px{min-height:65px!important}.min-h-sm-70px{min-height:70px!important}.min-h-sm-75px{min-height:75px!important}.min-h-sm-80px{min-height:80px!important}.min-h-sm-85px{min-height:85px!important}.min-h-sm-90px{min-height:90px!important}.min-h-sm-95px{min-height:95px!important}.min-h-sm-100px{min-height:100px!important}.min-h-sm-125px{min-height:125px!important}.min-h-sm-150px{min-height:150px!important}.min-h-sm-175px{min-height:175px!important}.min-h-sm-200px{min-height:200px!important}.min-h-sm-225px{min-height:225px!important}.min-h-sm-250px{min-height:250px!important}.min-h-sm-275px{min-height:275px!important}.min-h-sm-300px{min-height:300px!important}.min-h-sm-325px{min-height:325px!important}.min-h-sm-350px{min-height:350px!important}.min-h-sm-375px{min-height:375px!important}.min-h-sm-400px{min-height:400px!important}.min-h-sm-425px{min-height:425px!important}.min-h-sm-450px{min-height:450px!important}.min-h-sm-475px{min-height:475px!important}.min-h-sm-500px{min-height:500px!important}.min-h-sm-550px{min-height:550px!important}.min-h-sm-600px{min-height:600px!important}.min-h-sm-650px{min-height:650px!important}.min-h-sm-700px{min-height:700px!important}.min-h-sm-750px{min-height:750px!important}.min-h-sm-800px{min-height:800px!important}.min-h-sm-850px{min-height:850px!important}.min-h-sm-900px{min-height:900px!important}.min-h-sm-950px{min-height:950px!important}.min-h-sm-1000px{min-height:1000px!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-md-none{display:none!important}.position-md-static{position:static!important}.position-md-relative{position:relative!important}.position-md-absolute{position:absolute!important}.position-md-fixed{position:fixed!important}.position-md-sticky{position:-webkit-sticky!important;position:sticky!important}.w-md-unset{width:unset!important}.w-md-25{width:25%!important}.w-md-50{width:50%!important}.w-md-60{width:60%!important}.w-md-75{width:75%!important}.w-md-100{width:100%!important}.w-md-auto{width:auto!important}.w-md-1px{width:1px!important}.w-md-2px{width:2px!important}.w-md-3px{width:3px!important}.w-md-4px{width:4px!important}.w-md-5px{width:5px!important}.w-md-6px{width:6px!important}.w-md-7px{width:7px!important}.w-md-8px{width:8px!important}.w-md-9px{width:9px!important}.w-md-10px{width:10px!important}.w-md-15px{width:15px!important}.w-md-20px{width:20px!important}.w-md-25px{width:25px!important}.w-md-30px{width:30px!important}.w-md-35px{width:35px!important}.w-md-40px{width:40px!important}.w-md-45px{width:45px!important}.w-md-50px{width:50px!important}.w-md-55px{width:55px!important}.w-md-60px{width:60px!important}.w-md-65px{width:65px!important}.w-md-70px{width:70px!important}.w-md-75px{width:75px!important}.w-md-80px{width:80px!important}.w-md-85px{width:85px!important}.w-md-90px{width:90px!important}.w-md-95px{width:95px!important}.w-md-100px{width:100px!important}.w-md-125px{width:125px!important}.w-md-150px{width:150px!important}.w-md-175px{width:175px!important}.w-md-200px{width:200px!important}.w-md-225px{width:225px!important}.w-md-250px{width:250px!important}.w-md-275px{width:275px!important}.w-md-300px{width:300px!important}.w-md-325px{width:325px!important}.w-md-350px{width:350px!important}.w-md-375px{width:375px!important}.w-md-400px{width:400px!important}.w-md-425px{width:425px!important}.w-md-450px{width:450px!important}.w-md-475px{width:475px!important}.w-md-500px{width:500px!important}.w-md-550px{width:550px!important}.w-md-600px{width:600px!important}.w-md-650px{width:650px!important}.w-md-700px{width:700px!important}.w-md-750px{width:750px!important}.w-md-800px{width:800px!important}.w-md-850px{width:850px!important}.w-md-900px{width:900px!important}.w-md-950px{width:950px!important}.w-md-1000px{width:1000px!important}.mw-md-unset{max-width:unset!important}.mw-md-25{max-width:25%!important}.mw-md-50{max-width:50%!important}.mw-md-60{max-width:60%!important}.mw-md-75{max-width:75%!important}.mw-md-100{max-width:100%!important}.mw-md-auto{max-width:auto!important}.mw-md-1px{max-width:1px!important}.mw-md-2px{max-width:2px!important}.mw-md-3px{max-width:3px!important}.mw-md-4px{max-width:4px!important}.mw-md-5px{max-width:5px!important}.mw-md-6px{max-width:6px!important}.mw-md-7px{max-width:7px!important}.mw-md-8px{max-width:8px!important}.mw-md-9px{max-width:9px!important}.mw-md-10px{max-width:10px!important}.mw-md-15px{max-width:15px!important}.mw-md-20px{max-width:20px!important}.mw-md-25px{max-width:25px!important}.mw-md-30px{max-width:30px!important}.mw-md-35px{max-width:35px!important}.mw-md-40px{max-width:40px!important}.mw-md-45px{max-width:45px!important}.mw-md-50px{max-width:50px!important}.mw-md-55px{max-width:55px!important}.mw-md-60px{max-width:60px!important}.mw-md-65px{max-width:65px!important}.mw-md-70px{max-width:70px!important}.mw-md-75px{max-width:75px!important}.mw-md-80px{max-width:80px!important}.mw-md-85px{max-width:85px!important}.mw-md-90px{max-width:90px!important}.mw-md-95px{max-width:95px!important}.mw-md-100px{max-width:100px!important}.mw-md-125px{max-width:125px!important}.mw-md-150px{max-width:150px!important}.mw-md-175px{max-width:175px!important}.mw-md-200px{max-width:200px!important}.mw-md-225px{max-width:225px!important}.mw-md-250px{max-width:250px!important}.mw-md-275px{max-width:275px!important}.mw-md-300px{max-width:300px!important}.mw-md-325px{max-width:325px!important}.mw-md-350px{max-width:350px!important}.mw-md-375px{max-width:375px!important}.mw-md-400px{max-width:400px!important}.mw-md-425px{max-width:425px!important}.mw-md-450px{max-width:450px!important}.mw-md-475px{max-width:475px!important}.mw-md-500px{max-width:500px!important}.mw-md-550px{max-width:550px!important}.mw-md-600px{max-width:600px!important}.mw-md-650px{max-width:650px!important}.mw-md-700px{max-width:700px!important}.mw-md-750px{max-width:750px!important}.mw-md-800px{max-width:800px!important}.mw-md-850px{max-width:850px!important}.mw-md-900px{max-width:900px!important}.mw-md-950px{max-width:950px!important}.mw-md-1000px{max-width:1000px!important}.h-md-unset{height:unset!important}.h-md-25{height:25%!important}.h-md-50{height:50%!important}.h-md-60{height:60%!important}.h-md-75{height:75%!important}.h-md-100{height:100%!important}.h-md-auto{height:auto!important}.h-md-1px{height:1px!important}.h-md-2px{height:2px!important}.h-md-3px{height:3px!important}.h-md-4px{height:4px!important}.h-md-5px{height:5px!important}.h-md-6px{height:6px!important}.h-md-7px{height:7px!important}.h-md-8px{height:8px!important}.h-md-9px{height:9px!important}.h-md-10px{height:10px!important}.h-md-15px{height:15px!important}.h-md-20px{height:20px!important}.h-md-25px{height:25px!important}.h-md-30px{height:30px!important}.h-md-35px{height:35px!important}.h-md-40px{height:40px!important}.h-md-45px{height:45px!important}.h-md-50px{height:50px!important}.h-md-55px{height:55px!important}.h-md-60px{height:60px!important}.h-md-65px{height:65px!important}.h-md-70px{height:70px!important}.h-md-75px{height:75px!important}.h-md-80px{height:80px!important}.h-md-85px{height:85px!important}.h-md-90px{height:90px!important}.h-md-95px{height:95px!important}.h-md-100px{height:100px!important}.h-md-125px{height:125px!important}.h-md-150px{height:150px!important}.h-md-175px{height:175px!important}.h-md-200px{height:200px!important}.h-md-225px{height:225px!important}.h-md-250px{height:250px!important}.h-md-275px{height:275px!important}.h-md-300px{height:300px!important}.h-md-325px{height:325px!important}.h-md-350px{height:350px!important}.h-md-375px{height:375px!important}.h-md-400px{height:400px!important}.h-md-425px{height:425px!important}.h-md-450px{height:450px!important}.h-md-475px{height:475px!important}.h-md-500px{height:500px!important}.h-md-550px{height:550px!important}.h-md-600px{height:600px!important}.h-md-650px{height:650px!important}.h-md-700px{height:700px!important}.h-md-750px{height:750px!important}.h-md-800px{height:800px!important}.h-md-850px{height:850px!important}.h-md-900px{height:900px!important}.h-md-950px{height:950px!important}.h-md-1000px{height:1000px!important}.mh-md-unset{max-height:unset!important}.mh-md-25{max-height:25%!important}.mh-md-50{max-height:50%!important}.mh-md-60{max-height:60%!important}.mh-md-75{max-height:75%!important}.mh-md-100{max-height:100%!important}.mh-md-auto{max-height:auto!important}.mh-md-1px{max-height:1px!important}.mh-md-2px{max-height:2px!important}.mh-md-3px{max-height:3px!important}.mh-md-4px{max-height:4px!important}.mh-md-5px{max-height:5px!important}.mh-md-6px{max-height:6px!important}.mh-md-7px{max-height:7px!important}.mh-md-8px{max-height:8px!important}.mh-md-9px{max-height:9px!important}.mh-md-10px{max-height:10px!important}.mh-md-15px{max-height:15px!important}.mh-md-20px{max-height:20px!important}.mh-md-25px{max-height:25px!important}.mh-md-30px{max-height:30px!important}.mh-md-35px{max-height:35px!important}.mh-md-40px{max-height:40px!important}.mh-md-45px{max-height:45px!important}.mh-md-50px{max-height:50px!important}.mh-md-55px{max-height:55px!important}.mh-md-60px{max-height:60px!important}.mh-md-65px{max-height:65px!important}.mh-md-70px{max-height:70px!important}.mh-md-75px{max-height:75px!important}.mh-md-80px{max-height:80px!important}.mh-md-85px{max-height:85px!important}.mh-md-90px{max-height:90px!important}.mh-md-95px{max-height:95px!important}.mh-md-100px{max-height:100px!important}.mh-md-125px{max-height:125px!important}.mh-md-150px{max-height:150px!important}.mh-md-175px{max-height:175px!important}.mh-md-200px{max-height:200px!important}.mh-md-225px{max-height:225px!important}.mh-md-250px{max-height:250px!important}.mh-md-275px{max-height:275px!important}.mh-md-300px{max-height:300px!important}.mh-md-325px{max-height:325px!important}.mh-md-350px{max-height:350px!important}.mh-md-375px{max-height:375px!important}.mh-md-400px{max-height:400px!important}.mh-md-425px{max-height:425px!important}.mh-md-450px{max-height:450px!important}.mh-md-475px{max-height:475px!important}.mh-md-500px{max-height:500px!important}.mh-md-550px{max-height:550px!important}.mh-md-600px{max-height:600px!important}.mh-md-650px{max-height:650px!important}.mh-md-700px{max-height:700px!important}.mh-md-750px{max-height:750px!important}.mh-md-800px{max-height:800px!important}.mh-md-850px{max-height:850px!important}.mh-md-900px{max-height:900px!important}.mh-md-950px{max-height:950px!important}.mh-md-1000px{max-height:1000px!important}.flex-md-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-row{-webkit-box-orient:horizontal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column,.flex-md-row{-webkit-box-direction:normal!important}.flex-md-column{-webkit-box-orient:vertical!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-webkit-flex-shrink:0!important;-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-webkit-flex-shrink:1!important;-ms-flex-negative:1!important;flex-shrink:1!important}.flex-md-wrap{-webkit-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-webkit-flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:.75rem!important}.gap-md-4{gap:1rem!important}.gap-md-5{gap:1.25rem!important}.gap-md-6{gap:1.5rem!important}.gap-md-7{gap:1.75rem!important}.gap-md-8{gap:2rem!important}.gap-md-9{gap:2.25rem!important}.gap-md-10{gap:2.5rem!important}.gap-md-11{gap:2.75rem!important}.gap-md-12{gap:3rem!important}.gap-md-13{gap:3.25rem!important}.gap-md-14{gap:3.5rem!important}.gap-md-15{gap:3.75rem!important}.gap-md-16{gap:4rem!important}.gap-md-17{gap:4.25rem!important}.gap-md-18{gap:4.5rem!important}.gap-md-19{gap:4.75rem!important}.gap-md-20{gap:5rem!important}.justify-content-md-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-webkit-justify-content:space-around!important;-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-md-evenly{-webkit-box-pack:space-evenly!important;-webkit-justify-content:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-md-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-webkit-align-items:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-webkit-align-content:flex-start!important;-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-webkit-align-content:flex-end!important;-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-webkit-align-content:center!important;-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-webkit-align-content:space-between!important;-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-webkit-align-content:space-around!important;-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-webkit-align-content:stretch!important;-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-webkit-align-self:auto!important;-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-webkit-align-self:flex-start!important;-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-webkit-align-self:flex-end!important;-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-webkit-align-self:center!important;-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-webkit-align-self:baseline!important;-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-webkit-align-self:stretch!important;-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-md-first{-webkit-box-ordinal-group:0!important;-webkit-order:-1!important;-ms-flex-order:-1!important;order:-1!important}.order-md-0{-webkit-box-ordinal-group:1!important;-webkit-order:0!important;-ms-flex-order:0!important;order:0!important}.order-md-1{-webkit-box-ordinal-group:2!important;-webkit-order:1!important;-ms-flex-order:1!important;order:1!important}.order-md-2{-webkit-box-ordinal-group:3!important;-webkit-order:2!important;-ms-flex-order:2!important;order:2!important}.order-md-3{-webkit-box-ordinal-group:4!important;-webkit-order:3!important;-ms-flex-order:3!important;order:3!important}.order-md-4{-webkit-box-ordinal-group:5!important;-webkit-order:4!important;-ms-flex-order:4!important;order:4!important}.order-md-5{-webkit-box-ordinal-group:6!important;-webkit-order:5!important;-ms-flex-order:5!important;order:5!important}.order-md-last{-webkit-box-ordinal-group:7!important;-webkit-order:6!important;-ms-flex-order:6!important;order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:.75rem!important}.m-md-4{margin:1rem!important}.m-md-5{margin:1.25rem!important}.m-md-6{margin:1.5rem!important}.m-md-7{margin:1.75rem!important}.m-md-8{margin:2rem!important}.m-md-9{margin:2.25rem!important}.m-md-10{margin:2.5rem!important}.m-md-11{margin:2.75rem!important}.m-md-12{margin:3rem!important}.m-md-13{margin:3.25rem!important}.m-md-14{margin:3.5rem!important}.m-md-15{margin:3.75rem!important}.m-md-16{margin:4rem!important}.m-md-17{margin:4.25rem!important}.m-md-18{margin:4.5rem!important}.m-md-19{margin:4.75rem!important}.m-md-20{margin:5rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:.75rem!important;margin-left:.75rem!important}.mx-md-4{margin-right:1rem!important;margin-left:1rem!important}.mx-md-5{margin-right:1.25rem!important;margin-left:1.25rem!important}.mx-md-6{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-7{margin-right:1.75rem!important;margin-left:1.75rem!important}.mx-md-8{margin-right:2rem!important;margin-left:2rem!important}.mx-md-9{margin-right:2.25rem!important;margin-left:2.25rem!important}.mx-md-10{margin-right:2.5rem!important;margin-left:2.5rem!important}.mx-md-11{margin-right:2.75rem!important;margin-left:2.75rem!important}.mx-md-12{margin-right:3rem!important;margin-left:3rem!important}.mx-md-13{margin-right:3.25rem!important;margin-left:3.25rem!important}.mx-md-14{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-md-15{margin-right:3.75rem!important;margin-left:3.75rem!important}.mx-md-16{margin-right:4rem!important;margin-left:4rem!important}.mx-md-17{margin-right:4.25rem!important;margin-left:4.25rem!important}.mx-md-18{margin-right:4.5rem!important;margin-left:4.5rem!important}.mx-md-19{margin-right:4.75rem!important;margin-left:4.75rem!important}.mx-md-20{margin-right:5rem!important;margin-left:5rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-md-4{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.my-md-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-7{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.my-md-8{margin-top:2rem!important;margin-bottom:2rem!important}.my-md-9{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.my-md-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-md-11{margin-top:2.75rem!important;margin-bottom:2.75rem!important}.my-md-12{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-13{margin-top:3.25rem!important;margin-bottom:3.25rem!important}.my-md-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-md-15{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.my-md-16{margin-top:4rem!important;margin-bottom:4rem!important}.my-md-17{margin-top:4.25rem!important;margin-bottom:4.25rem!important}.my-md-18{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-md-19{margin-top:4.75rem!important;margin-bottom:4.75rem!important}.my-md-20{margin-top:5rem!important;margin-bottom:5rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:.75rem!important}.mt-md-4{margin-top:1rem!important}.mt-md-5{margin-top:1.25rem!important}.mt-md-6{margin-top:1.5rem!important}.mt-md-7{margin-top:1.75rem!important}.mt-md-8{margin-top:2rem!important}.mt-md-9{margin-top:2.25rem!important}.mt-md-10{margin-top:2.5rem!important}.mt-md-11{margin-top:2.75rem!important}.mt-md-12{margin-top:3rem!important}.mt-md-13{margin-top:3.25rem!important}.mt-md-14{margin-top:3.5rem!important}.mt-md-15{margin-top:3.75rem!important}.mt-md-16{margin-top:4rem!important}.mt-md-17{margin-top:4.25rem!important}.mt-md-18{margin-top:4.5rem!important}.mt-md-19{margin-top:4.75rem!important}.mt-md-20{margin-top:5rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:.75rem!important}.me-md-4{margin-right:1rem!important}.me-md-5{margin-right:1.25rem!important}.me-md-6{margin-right:1.5rem!important}.me-md-7{margin-right:1.75rem!important}.me-md-8{margin-right:2rem!important}.me-md-9{margin-right:2.25rem!important}.me-md-10{margin-right:2.5rem!important}.me-md-11{margin-right:2.75rem!important}.me-md-12{margin-right:3rem!important}.me-md-13{margin-right:3.25rem!important}.me-md-14{margin-right:3.5rem!important}.me-md-15{margin-right:3.75rem!important}.me-md-16{margin-right:4rem!important}.me-md-17{margin-right:4.25rem!important}.me-md-18{margin-right:4.5rem!important}.me-md-19{margin-right:4.75rem!important}.me-md-20{margin-right:5rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:.75rem!important}.mb-md-4{margin-bottom:1rem!important}.mb-md-5{margin-bottom:1.25rem!important}.mb-md-6{margin-bottom:1.5rem!important}.mb-md-7{margin-bottom:1.75rem!important}.mb-md-8{margin-bottom:2rem!important}.mb-md-9{margin-bottom:2.25rem!important}.mb-md-10{margin-bottom:2.5rem!important}.mb-md-11{margin-bottom:2.75rem!important}.mb-md-12{margin-bottom:3rem!important}.mb-md-13{margin-bottom:3.25rem!important}.mb-md-14{margin-bottom:3.5rem!important}.mb-md-15{margin-bottom:3.75rem!important}.mb-md-16{margin-bottom:4rem!important}.mb-md-17{margin-bottom:4.25rem!important}.mb-md-18{margin-bottom:4.5rem!important}.mb-md-19{margin-bottom:4.75rem!important}.mb-md-20{margin-bottom:5rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:.75rem!important}.ms-md-4{margin-left:1rem!important}.ms-md-5{margin-left:1.25rem!important}.ms-md-6{margin-left:1.5rem!important}.ms-md-7{margin-left:1.75rem!important}.ms-md-8{margin-left:2rem!important}.ms-md-9{margin-left:2.25rem!important}.ms-md-10{margin-left:2.5rem!important}.ms-md-11{margin-left:2.75rem!important}.ms-md-12{margin-left:3rem!important}.ms-md-13{margin-left:3.25rem!important}.ms-md-14{margin-left:3.5rem!important}.ms-md-15{margin-left:3.75rem!important}.ms-md-16{margin-left:4rem!important}.ms-md-17{margin-left:4.25rem!important}.ms-md-18{margin-left:4.5rem!important}.ms-md-19{margin-left:4.75rem!important}.ms-md-20{margin-left:5rem!important}.ms-md-auto{margin-left:auto!important}.m-md-n1{margin:-.25rem!important}.m-md-n2{margin:-.5rem!important}.m-md-n3{margin:-.75rem!important}.m-md-n4{margin:-1rem!important}.m-md-n5{margin:-1.25rem!important}.m-md-n6{margin:-1.5rem!important}.m-md-n7{margin:-1.75rem!important}.m-md-n8{margin:-2rem!important}.m-md-n9{margin:-2.25rem!important}.m-md-n10{margin:-2.5rem!important}.m-md-n11{margin:-2.75rem!important}.m-md-n12{margin:-3rem!important}.m-md-n13{margin:-3.25rem!important}.m-md-n14{margin:-3.5rem!important}.m-md-n15{margin:-3.75rem!important}.m-md-n16{margin:-4rem!important}.m-md-n17{margin:-4.25rem!important}.m-md-n18{margin:-4.5rem!important}.m-md-n19{margin:-4.75rem!important}.m-md-n20{margin:-5rem!important}.mx-md-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-md-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-md-n3{margin-right:-.75rem!important;margin-left:-.75rem!important}.mx-md-n4{margin-right:-1rem!important;margin-left:-1rem!important}.mx-md-n5{margin-right:-1.25rem!important;margin-left:-1.25rem!important}.mx-md-n6{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-md-n7{margin-right:-1.75rem!important;margin-left:-1.75rem!important}.mx-md-n8{margin-right:-2rem!important;margin-left:-2rem!important}.mx-md-n9{margin-right:-2.25rem!important;margin-left:-2.25rem!important}.mx-md-n10{margin-right:-2.5rem!important;margin-left:-2.5rem!important}.mx-md-n11{margin-right:-2.75rem!important;margin-left:-2.75rem!important}.mx-md-n12{margin-right:-3rem!important;margin-left:-3rem!important}.mx-md-n13{margin-right:-3.25rem!important;margin-left:-3.25rem!important}.mx-md-n14{margin-right:-3.5rem!important;margin-left:-3.5rem!important}.mx-md-n15{margin-right:-3.75rem!important;margin-left:-3.75rem!important}.mx-md-n16{margin-right:-4rem!important;margin-left:-4rem!important}.mx-md-n17{margin-right:-4.25rem!important;margin-left:-4.25rem!important}.mx-md-n18{margin-right:-4.5rem!important;margin-left:-4.5rem!important}.mx-md-n19{margin-right:-4.75rem!important;margin-left:-4.75rem!important}.mx-md-n20{margin-right:-5rem!important;margin-left:-5rem!important}.my-md-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-md-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-md-n3{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.my-md-n4{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-md-n5{margin-top:-1.25rem!important;margin-bottom:-1.25rem!important}.my-md-n6{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-md-n7{margin-top:-1.75rem!important;margin-bottom:-1.75rem!important}.my-md-n8{margin-top:-2rem!important;margin-bottom:-2rem!important}.my-md-n9{margin-top:-2.25rem!important;margin-bottom:-2.25rem!important}.my-md-n10{margin-top:-2.5rem!important;margin-bottom:-2.5rem!important}.my-md-n11{margin-top:-2.75rem!important;margin-bottom:-2.75rem!important}.my-md-n12{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-md-n13{margin-top:-3.25rem!important;margin-bottom:-3.25rem!important}.my-md-n14{margin-top:-3.5rem!important;margin-bottom:-3.5rem!important}.my-md-n15{margin-top:-3.75rem!important;margin-bottom:-3.75rem!important}.my-md-n16{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-md-n17{margin-top:-4.25rem!important;margin-bottom:-4.25rem!important}.my-md-n18{margin-top:-4.5rem!important;margin-bottom:-4.5rem!important}.my-md-n19{margin-top:-4.75rem!important;margin-bottom:-4.75rem!important}.my-md-n20{margin-top:-5rem!important;margin-bottom:-5rem!important}.mt-md-n1{margin-top:-.25rem!important}.mt-md-n2{margin-top:-.5rem!important}.mt-md-n3{margin-top:-.75rem!important}.mt-md-n4{margin-top:-1rem!important}.mt-md-n5{margin-top:-1.25rem!important}.mt-md-n6{margin-top:-1.5rem!important}.mt-md-n7{margin-top:-1.75rem!important}.mt-md-n8{margin-top:-2rem!important}.mt-md-n9{margin-top:-2.25rem!important}.mt-md-n10{margin-top:-2.5rem!important}.mt-md-n11{margin-top:-2.75rem!important}.mt-md-n12{margin-top:-3rem!important}.mt-md-n13{margin-top:-3.25rem!important}.mt-md-n14{margin-top:-3.5rem!important}.mt-md-n15{margin-top:-3.75rem!important}.mt-md-n16{margin-top:-4rem!important}.mt-md-n17{margin-top:-4.25rem!important}.mt-md-n18{margin-top:-4.5rem!important}.mt-md-n19{margin-top:-4.75rem!important}.mt-md-n20{margin-top:-5rem!important}.me-md-n1{margin-right:-.25rem!important}.me-md-n2{margin-right:-.5rem!important}.me-md-n3{margin-right:-.75rem!important}.me-md-n4{margin-right:-1rem!important}.me-md-n5{margin-right:-1.25rem!important}.me-md-n6{margin-right:-1.5rem!important}.me-md-n7{margin-right:-1.75rem!important}.me-md-n8{margin-right:-2rem!important}.me-md-n9{margin-right:-2.25rem!important}.me-md-n10{margin-right:-2.5rem!important}.me-md-n11{margin-right:-2.75rem!important}.me-md-n12{margin-right:-3rem!important}.me-md-n13{margin-right:-3.25rem!important}.me-md-n14{margin-right:-3.5rem!important}.me-md-n15{margin-right:-3.75rem!important}.me-md-n16{margin-right:-4rem!important}.me-md-n17{margin-right:-4.25rem!important}.me-md-n18{margin-right:-4.5rem!important}.me-md-n19{margin-right:-4.75rem!important}.me-md-n20{margin-right:-5rem!important}.mb-md-n1{margin-bottom:-.25rem!important}.mb-md-n2{margin-bottom:-.5rem!important}.mb-md-n3{margin-bottom:-.75rem!important}.mb-md-n4{margin-bottom:-1rem!important}.mb-md-n5{margin-bottom:-1.25rem!important}.mb-md-n6{margin-bottom:-1.5rem!important}.mb-md-n7{margin-bottom:-1.75rem!important}.mb-md-n8{margin-bottom:-2rem!important}.mb-md-n9{margin-bottom:-2.25rem!important}.mb-md-n10{margin-bottom:-2.5rem!important}.mb-md-n11{margin-bottom:-2.75rem!important}.mb-md-n12{margin-bottom:-3rem!important}.mb-md-n13{margin-bottom:-3.25rem!important}.mb-md-n14{margin-bottom:-3.5rem!important}.mb-md-n15{margin-bottom:-3.75rem!important}.mb-md-n16{margin-bottom:-4rem!important}.mb-md-n17{margin-bottom:-4.25rem!important}.mb-md-n18{margin-bottom:-4.5rem!important}.mb-md-n19{margin-bottom:-4.75rem!important}.mb-md-n20{margin-bottom:-5rem!important}.ms-md-n1{margin-left:-.25rem!important}.ms-md-n2{margin-left:-.5rem!important}.ms-md-n3{margin-left:-.75rem!important}.ms-md-n4{margin-left:-1rem!important}.ms-md-n5{margin-left:-1.25rem!important}.ms-md-n6{margin-left:-1.5rem!important}.ms-md-n7{margin-left:-1.75rem!important}.ms-md-n8{margin-left:-2rem!important}.ms-md-n9{margin-left:-2.25rem!important}.ms-md-n10{margin-left:-2.5rem!important}.ms-md-n11{margin-left:-2.75rem!important}.ms-md-n12{margin-left:-3rem!important}.ms-md-n13{margin-left:-3.25rem!important}.ms-md-n14{margin-left:-3.5rem!important}.ms-md-n15{margin-left:-3.75rem!important}.ms-md-n16{margin-left:-4rem!important}.ms-md-n17{margin-left:-4.25rem!important}.ms-md-n18{margin-left:-4.5rem!important}.ms-md-n19{margin-left:-4.75rem!important}.ms-md-n20{margin-left:-5rem!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:.75rem!important}.p-md-4{padding:1rem!important}.p-md-5{padding:1.25rem!important}.p-md-6{padding:1.5rem!important}.p-md-7{padding:1.75rem!important}.p-md-8{padding:2rem!important}.p-md-9{padding:2.25rem!important}.p-md-10{padding:2.5rem!important}.p-md-11{padding:2.75rem!important}.p-md-12{padding:3rem!important}.p-md-13{padding:3.25rem!important}.p-md-14{padding:3.5rem!important}.p-md-15{padding:3.75rem!important}.p-md-16{padding:4rem!important}.p-md-17{padding:4.25rem!important}.p-md-18{padding:4.5rem!important}.p-md-19{padding:4.75rem!important}.p-md-20{padding:5rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:.75rem!important;padding-left:.75rem!important}.px-md-4{padding-right:1rem!important;padding-left:1rem!important}.px-md-5{padding-right:1.25rem!important;padding-left:1.25rem!important}.px-md-6{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-7{padding-right:1.75rem!important;padding-left:1.75rem!important}.px-md-8{padding-right:2rem!important;padding-left:2rem!important}.px-md-9{padding-right:2.25rem!important;padding-left:2.25rem!important}.px-md-10{padding-right:2.5rem!important;padding-left:2.5rem!important}.px-md-11{padding-right:2.75rem!important;padding-left:2.75rem!important}.px-md-12{padding-right:3rem!important;padding-left:3rem!important}.px-md-13{padding-right:3.25rem!important;padding-left:3.25rem!important}.px-md-14{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-md-15{padding-right:3.75rem!important;padding-left:3.75rem!important}.px-md-16{padding-right:4rem!important;padding-left:4rem!important}.px-md-17{padding-right:4.25rem!important;padding-left:4.25rem!important}.px-md-18{padding-right:4.5rem!important;padding-left:4.5rem!important}.px-md-19{padding-right:4.75rem!important;padding-left:4.75rem!important}.px-md-20{padding-right:5rem!important;padding-left:5rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-md-4{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.py-md-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-7{padding-top:1.75rem!important;padding-bottom:1.75rem!important}.py-md-8{padding-top:2rem!important;padding-bottom:2rem!important}.py-md-9{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.py-md-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-md-11{padding-top:2.75rem!important;padding-bottom:2.75rem!important}.py-md-12{padding-top:3rem!important;padding-bottom:3rem!important}.py-md-13{padding-top:3.25rem!important;padding-bottom:3.25rem!important}.py-md-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-md-15{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.py-md-16{padding-top:4rem!important;padding-bottom:4rem!important}.py-md-17{padding-top:4.25rem!important;padding-bottom:4.25rem!important}.py-md-18{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.py-md-19{padding-top:4.75rem!important;padding-bottom:4.75rem!important}.py-md-20{padding-top:5rem!important;padding-bottom:5rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:.75rem!important}.pt-md-4{padding-top:1rem!important}.pt-md-5{padding-top:1.25rem!important}.pt-md-6{padding-top:1.5rem!important}.pt-md-7{padding-top:1.75rem!important}.pt-md-8{padding-top:2rem!important}.pt-md-9{padding-top:2.25rem!important}.pt-md-10{padding-top:2.5rem!important}.pt-md-11{padding-top:2.75rem!important}.pt-md-12{padding-top:3rem!important}.pt-md-13{padding-top:3.25rem!important}.pt-md-14{padding-top:3.5rem!important}.pt-md-15{padding-top:3.75rem!important}.pt-md-16{padding-top:4rem!important}.pt-md-17{padding-top:4.25rem!important}.pt-md-18{padding-top:4.5rem!important}.pt-md-19{padding-top:4.75rem!important}.pt-md-20{padding-top:5rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:.75rem!important}.pe-md-4{padding-right:1rem!important}.pe-md-5{padding-right:1.25rem!important}.pe-md-6{padding-right:1.5rem!important}.pe-md-7{padding-right:1.75rem!important}.pe-md-8{padding-right:2rem!important}.pe-md-9{padding-right:2.25rem!important}.pe-md-10{padding-right:2.5rem!important}.pe-md-11{padding-right:2.75rem!important}.pe-md-12{padding-right:3rem!important}.pe-md-13{padding-right:3.25rem!important}.pe-md-14{padding-right:3.5rem!important}.pe-md-15{padding-right:3.75rem!important}.pe-md-16{padding-right:4rem!important}.pe-md-17{padding-right:4.25rem!important}.pe-md-18{padding-right:4.5rem!important}.pe-md-19{padding-right:4.75rem!important}.pe-md-20{padding-right:5rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:.75rem!important}.pb-md-4{padding-bottom:1rem!important}.pb-md-5{padding-bottom:1.25rem!important}.pb-md-6{padding-bottom:1.5rem!important}.pb-md-7{padding-bottom:1.75rem!important}.pb-md-8{padding-bottom:2rem!important}.pb-md-9{padding-bottom:2.25rem!important}.pb-md-10{padding-bottom:2.5rem!important}.pb-md-11{padding-bottom:2.75rem!important}.pb-md-12{padding-bottom:3rem!important}.pb-md-13{padding-bottom:3.25rem!important}.pb-md-14{padding-bottom:3.5rem!important}.pb-md-15{padding-bottom:3.75rem!important}.pb-md-16{padding-bottom:4rem!important}.pb-md-17{padding-bottom:4.25rem!important}.pb-md-18{padding-bottom:4.5rem!important}.pb-md-19{padding-bottom:4.75rem!important}.pb-md-20{padding-bottom:5rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:.75rem!important}.ps-md-4{padding-left:1rem!important}.ps-md-5{padding-left:1.25rem!important}.ps-md-6{padding-left:1.5rem!important}.ps-md-7{padding-left:1.75rem!important}.ps-md-8{padding-left:2rem!important}.ps-md-9{padding-left:2.25rem!important}.ps-md-10{padding-left:2.5rem!important}.ps-md-11{padding-left:2.75rem!important}.ps-md-12{padding-left:3rem!important}.ps-md-13{padding-left:3.25rem!important}.ps-md-14{padding-left:3.5rem!important}.ps-md-15{padding-left:3.75rem!important}.ps-md-16{padding-left:4rem!important}.ps-md-17{padding-left:4.25rem!important}.ps-md-18{padding-left:4.5rem!important}.ps-md-19{padding-left:4.75rem!important}.ps-md-20{padding-left:5rem!important}.fs-md-1{font-size:1.75rem!important}.fs-md-2{font-size:1.5rem!important}.fs-md-3{font-size:1.35rem!important}.fs-md-4{font-size:1.25rem!important}.fs-md-5{font-size:1.15rem!important}.fs-md-6{font-size:1.075rem!important}.fs-md-7{font-size:.95rem!important}.fs-md-8{font-size:.85rem!important}.fs-md-9{font-size:.75rem!important}.fs-md-10{font-size:.5rem!important}.fs-md-base{font-size:1rem!important}.fs-md-fluid{font-size:100%!important}.fs-md-2x{font-size:2rem!important}.fs-md-2qx{font-size:2.25rem!important}.fs-md-2hx{font-size:2.5rem!important}.fs-md-2tx{font-size:2.75rem!important}.fs-md-3x{font-size:3rem!important}.fs-md-3qx{font-size:3.25rem!important}.fs-md-3hx{font-size:3.5rem!important}.fs-md-3tx{font-size:3.75rem!important}.fs-md-4x{font-size:4rem!important}.fs-md-4qx{font-size:4.25rem!important}.fs-md-4hx{font-size:4.5rem!important}.fs-md-4tx{font-size:4.75rem!important}.fs-md-5x{font-size:5rem!important}.fs-md-5qx{font-size:5.25rem!important}.fs-md-5hx{font-size:5.5rem!important}.fs-md-5tx{font-size:5.75rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}.min-w-md-unset{min-width:unset!important}.min-w-md-25{min-width:25%!important}.min-w-md-50{min-width:50%!important}.min-w-md-60{min-width:60%!important}.min-w-md-75{min-width:75%!important}.min-w-md-100{min-width:100%!important}.min-w-md-auto{min-width:auto!important}.min-w-md-1px{min-width:1px!important}.min-w-md-2px{min-width:2px!important}.min-w-md-3px{min-width:3px!important}.min-w-md-4px{min-width:4px!important}.min-w-md-5px{min-width:5px!important}.min-w-md-6px{min-width:6px!important}.min-w-md-7px{min-width:7px!important}.min-w-md-8px{min-width:8px!important}.min-w-md-9px{min-width:9px!important}.min-w-md-10px{min-width:10px!important}.min-w-md-15px{min-width:15px!important}.min-w-md-20px{min-width:20px!important}.min-w-md-25px{min-width:25px!important}.min-w-md-30px{min-width:30px!important}.min-w-md-35px{min-width:35px!important}.min-w-md-40px{min-width:40px!important}.min-w-md-45px{min-width:45px!important}.min-w-md-50px{min-width:50px!important}.min-w-md-55px{min-width:55px!important}.min-w-md-60px{min-width:60px!important}.min-w-md-65px{min-width:65px!important}.min-w-md-70px{min-width:70px!important}.min-w-md-75px{min-width:75px!important}.min-w-md-80px{min-width:80px!important}.min-w-md-85px{min-width:85px!important}.min-w-md-90px{min-width:90px!important}.min-w-md-95px{min-width:95px!important}.min-w-md-100px{min-width:100px!important}.min-w-md-125px{min-width:125px!important}.min-w-md-150px{min-width:150px!important}.min-w-md-175px{min-width:175px!important}.min-w-md-200px{min-width:200px!important}.min-w-md-225px{min-width:225px!important}.min-w-md-250px{min-width:250px!important}.min-w-md-275px{min-width:275px!important}.min-w-md-300px{min-width:300px!important}.min-w-md-325px{min-width:325px!important}.min-w-md-350px{min-width:350px!important}.min-w-md-375px{min-width:375px!important}.min-w-md-400px{min-width:400px!important}.min-w-md-425px{min-width:425px!important}.min-w-md-450px{min-width:450px!important}.min-w-md-475px{min-width:475px!important}.min-w-md-500px{min-width:500px!important}.min-w-md-550px{min-width:550px!important}.min-w-md-600px{min-width:600px!important}.min-w-md-650px{min-width:650px!important}.min-w-md-700px{min-width:700px!important}.min-w-md-750px{min-width:750px!important}.min-w-md-800px{min-width:800px!important}.min-w-md-850px{min-width:850px!important}.min-w-md-900px{min-width:900px!important}.min-w-md-950px{min-width:950px!important}.min-w-md-1000px{min-width:1000px!important}.min-h-md-unset{min-height:unset!important}.min-h-md-25{min-height:25%!important}.min-h-md-50{min-height:50%!important}.min-h-md-60{min-height:60%!important}.min-h-md-75{min-height:75%!important}.min-h-md-100{min-height:100%!important}.min-h-md-auto{min-height:auto!important}.min-h-md-1px{min-height:1px!important}.min-h-md-2px{min-height:2px!important}.min-h-md-3px{min-height:3px!important}.min-h-md-4px{min-height:4px!important}.min-h-md-5px{min-height:5px!important}.min-h-md-6px{min-height:6px!important}.min-h-md-7px{min-height:7px!important}.min-h-md-8px{min-height:8px!important}.min-h-md-9px{min-height:9px!important}.min-h-md-10px{min-height:10px!important}.min-h-md-15px{min-height:15px!important}.min-h-md-20px{min-height:20px!important}.min-h-md-25px{min-height:25px!important}.min-h-md-30px{min-height:30px!important}.min-h-md-35px{min-height:35px!important}.min-h-md-40px{min-height:40px!important}.min-h-md-45px{min-height:45px!important}.min-h-md-50px{min-height:50px!important}.min-h-md-55px{min-height:55px!important}.min-h-md-60px{min-height:60px!important}.min-h-md-65px{min-height:65px!important}.min-h-md-70px{min-height:70px!important}.min-h-md-75px{min-height:75px!important}.min-h-md-80px{min-height:80px!important}.min-h-md-85px{min-height:85px!important}.min-h-md-90px{min-height:90px!important}.min-h-md-95px{min-height:95px!important}.min-h-md-100px{min-height:100px!important}.min-h-md-125px{min-height:125px!important}.min-h-md-150px{min-height:150px!important}.min-h-md-175px{min-height:175px!important}.min-h-md-200px{min-height:200px!important}.min-h-md-225px{min-height:225px!important}.min-h-md-250px{min-height:250px!important}.min-h-md-275px{min-height:275px!important}.min-h-md-300px{min-height:300px!important}.min-h-md-325px{min-height:325px!important}.min-h-md-350px{min-height:350px!important}.min-h-md-375px{min-height:375px!important}.min-h-md-400px{min-height:400px!important}.min-h-md-425px{min-height:425px!important}.min-h-md-450px{min-height:450px!important}.min-h-md-475px{min-height:475px!important}.min-h-md-500px{min-height:500px!important}.min-h-md-550px{min-height:550px!important}.min-h-md-600px{min-height:600px!important}.min-h-md-650px{min-height:650px!important}.min-h-md-700px{min-height:700px!important}.min-h-md-750px{min-height:750px!important}.min-h-md-800px{min-height:800px!important}.min-h-md-850px{min-height:850px!important}.min-h-md-900px{min-height:900px!important}.min-h-md-950px{min-height:950px!important}.min-h-md-1000px{min-height:1000px!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-lg-none{display:none!important}.position-lg-static{position:static!important}.position-lg-relative{position:relative!important}.position-lg-absolute{position:absolute!important}.position-lg-fixed{position:fixed!important}.position-lg-sticky{position:-webkit-sticky!important;position:sticky!important}.w-lg-unset{width:unset!important}.w-lg-25{width:25%!important}.w-lg-50{width:50%!important}.w-lg-60{width:60%!important}.w-lg-75{width:75%!important}.w-lg-100{width:100%!important}.w-lg-auto{width:auto!important}.w-lg-1px{width:1px!important}.w-lg-2px{width:2px!important}.w-lg-3px{width:3px!important}.w-lg-4px{width:4px!important}.w-lg-5px{width:5px!important}.w-lg-6px{width:6px!important}.w-lg-7px{width:7px!important}.w-lg-8px{width:8px!important}.w-lg-9px{width:9px!important}.w-lg-10px{width:10px!important}.w-lg-15px{width:15px!important}.w-lg-20px{width:20px!important}.w-lg-25px{width:25px!important}.w-lg-30px{width:30px!important}.w-lg-35px{width:35px!important}.w-lg-40px{width:40px!important}.w-lg-45px{width:45px!important}.w-lg-50px{width:50px!important}.w-lg-55px{width:55px!important}.w-lg-60px{width:60px!important}.w-lg-65px{width:65px!important}.w-lg-70px{width:70px!important}.w-lg-75px{width:75px!important}.w-lg-80px{width:80px!important}.w-lg-85px{width:85px!important}.w-lg-90px{width:90px!important}.w-lg-95px{width:95px!important}.w-lg-100px{width:100px!important}.w-lg-125px{width:125px!important}.w-lg-150px{width:150px!important}.w-lg-175px{width:175px!important}.w-lg-200px{width:200px!important}.w-lg-225px{width:225px!important}.w-lg-250px{width:250px!important}.w-lg-275px{width:275px!important}.w-lg-300px{width:300px!important}.w-lg-325px{width:325px!important}.w-lg-350px{width:350px!important}.w-lg-375px{width:375px!important}.w-lg-400px{width:400px!important}.w-lg-425px{width:425px!important}.w-lg-450px{width:450px!important}.w-lg-475px{width:475px!important}.w-lg-500px{width:500px!important}.w-lg-550px{width:550px!important}.w-lg-600px{width:600px!important}.w-lg-650px{width:650px!important}.w-lg-700px{width:700px!important}.w-lg-750px{width:750px!important}.w-lg-800px{width:800px!important}.w-lg-850px{width:850px!important}.w-lg-900px{width:900px!important}.w-lg-950px{width:950px!important}.w-lg-1000px{width:1000px!important}.mw-lg-unset{max-width:unset!important}.mw-lg-25{max-width:25%!important}.mw-lg-50{max-width:50%!important}.mw-lg-60{max-width:60%!important}.mw-lg-75{max-width:75%!important}.mw-lg-100{max-width:100%!important}.mw-lg-auto{max-width:auto!important}.mw-lg-1px{max-width:1px!important}.mw-lg-2px{max-width:2px!important}.mw-lg-3px{max-width:3px!important}.mw-lg-4px{max-width:4px!important}.mw-lg-5px{max-width:5px!important}.mw-lg-6px{max-width:6px!important}.mw-lg-7px{max-width:7px!important}.mw-lg-8px{max-width:8px!important}.mw-lg-9px{max-width:9px!important}.mw-lg-10px{max-width:10px!important}.mw-lg-15px{max-width:15px!important}.mw-lg-20px{max-width:20px!important}.mw-lg-25px{max-width:25px!important}.mw-lg-30px{max-width:30px!important}.mw-lg-35px{max-width:35px!important}.mw-lg-40px{max-width:40px!important}.mw-lg-45px{max-width:45px!important}.mw-lg-50px{max-width:50px!important}.mw-lg-55px{max-width:55px!important}.mw-lg-60px{max-width:60px!important}.mw-lg-65px{max-width:65px!important}.mw-lg-70px{max-width:70px!important}.mw-lg-75px{max-width:75px!important}.mw-lg-80px{max-width:80px!important}.mw-lg-85px{max-width:85px!important}.mw-lg-90px{max-width:90px!important}.mw-lg-95px{max-width:95px!important}.mw-lg-100px{max-width:100px!important}.mw-lg-125px{max-width:125px!important}.mw-lg-150px{max-width:150px!important}.mw-lg-175px{max-width:175px!important}.mw-lg-200px{max-width:200px!important}.mw-lg-225px{max-width:225px!important}.mw-lg-250px{max-width:250px!important}.mw-lg-275px{max-width:275px!important}.mw-lg-300px{max-width:300px!important}.mw-lg-325px{max-width:325px!important}.mw-lg-350px{max-width:350px!important}.mw-lg-375px{max-width:375px!important}.mw-lg-400px{max-width:400px!important}.mw-lg-425px{max-width:425px!important}.mw-lg-450px{max-width:450px!important}.mw-lg-475px{max-width:475px!important}.mw-lg-500px{max-width:500px!important}.mw-lg-550px{max-width:550px!important}.mw-lg-600px{max-width:600px!important}.mw-lg-650px{max-width:650px!important}.mw-lg-700px{max-width:700px!important}.mw-lg-750px{max-width:750px!important}.mw-lg-800px{max-width:800px!important}.mw-lg-850px{max-width:850px!important}.mw-lg-900px{max-width:900px!important}.mw-lg-950px{max-width:950px!important}.mw-lg-1000px{max-width:1000px!important}.h-lg-unset{height:unset!important}.h-lg-25{height:25%!important}.h-lg-50{height:50%!important}.h-lg-60{height:60%!important}.h-lg-75{height:75%!important}.h-lg-100{height:100%!important}.h-lg-auto{height:auto!important}.h-lg-1px{height:1px!important}.h-lg-2px{height:2px!important}.h-lg-3px{height:3px!important}.h-lg-4px{height:4px!important}.h-lg-5px{height:5px!important}.h-lg-6px{height:6px!important}.h-lg-7px{height:7px!important}.h-lg-8px{height:8px!important}.h-lg-9px{height:9px!important}.h-lg-10px{height:10px!important}.h-lg-15px{height:15px!important}.h-lg-20px{height:20px!important}.h-lg-25px{height:25px!important}.h-lg-30px{height:30px!important}.h-lg-35px{height:35px!important}.h-lg-40px{height:40px!important}.h-lg-45px{height:45px!important}.h-lg-50px{height:50px!important}.h-lg-55px{height:55px!important}.h-lg-60px{height:60px!important}.h-lg-65px{height:65px!important}.h-lg-70px{height:70px!important}.h-lg-75px{height:75px!important}.h-lg-80px{height:80px!important}.h-lg-85px{height:85px!important}.h-lg-90px{height:90px!important}.h-lg-95px{height:95px!important}.h-lg-100px{height:100px!important}.h-lg-125px{height:125px!important}.h-lg-150px{height:150px!important}.h-lg-175px{height:175px!important}.h-lg-200px{height:200px!important}.h-lg-225px{height:225px!important}.h-lg-250px{height:250px!important}.h-lg-275px{height:275px!important}.h-lg-300px{height:300px!important}.h-lg-325px{height:325px!important}.h-lg-350px{height:350px!important}.h-lg-375px{height:375px!important}.h-lg-400px{height:400px!important}.h-lg-425px{height:425px!important}.h-lg-450px{height:450px!important}.h-lg-475px{height:475px!important}.h-lg-500px{height:500px!important}.h-lg-550px{height:550px!important}.h-lg-600px{height:600px!important}.h-lg-650px{height:650px!important}.h-lg-700px{height:700px!important}.h-lg-750px{height:750px!important}.h-lg-800px{height:800px!important}.h-lg-850px{height:850px!important}.h-lg-900px{height:900px!important}.h-lg-950px{height:950px!important}.h-lg-1000px{height:1000px!important}.mh-lg-unset{max-height:unset!important}.mh-lg-25{max-height:25%!important}.mh-lg-50{max-height:50%!important}.mh-lg-60{max-height:60%!important}.mh-lg-75{max-height:75%!important}.mh-lg-100{max-height:100%!important}.mh-lg-auto{max-height:auto!important}.mh-lg-1px{max-height:1px!important}.mh-lg-2px{max-height:2px!important}.mh-lg-3px{max-height:3px!important}.mh-lg-4px{max-height:4px!important}.mh-lg-5px{max-height:5px!important}.mh-lg-6px{max-height:6px!important}.mh-lg-7px{max-height:7px!important}.mh-lg-8px{max-height:8px!important}.mh-lg-9px{max-height:9px!important}.mh-lg-10px{max-height:10px!important}.mh-lg-15px{max-height:15px!important}.mh-lg-20px{max-height:20px!important}.mh-lg-25px{max-height:25px!important}.mh-lg-30px{max-height:30px!important}.mh-lg-35px{max-height:35px!important}.mh-lg-40px{max-height:40px!important}.mh-lg-45px{max-height:45px!important}.mh-lg-50px{max-height:50px!important}.mh-lg-55px{max-height:55px!important}.mh-lg-60px{max-height:60px!important}.mh-lg-65px{max-height:65px!important}.mh-lg-70px{max-height:70px!important}.mh-lg-75px{max-height:75px!important}.mh-lg-80px{max-height:80px!important}.mh-lg-85px{max-height:85px!important}.mh-lg-90px{max-height:90px!important}.mh-lg-95px{max-height:95px!important}.mh-lg-100px{max-height:100px!important}.mh-lg-125px{max-height:125px!important}.mh-lg-150px{max-height:150px!important}.mh-lg-175px{max-height:175px!important}.mh-lg-200px{max-height:200px!important}.mh-lg-225px{max-height:225px!important}.mh-lg-250px{max-height:250px!important}.mh-lg-275px{max-height:275px!important}.mh-lg-300px{max-height:300px!important}.mh-lg-325px{max-height:325px!important}.mh-lg-350px{max-height:350px!important}.mh-lg-375px{max-height:375px!important}.mh-lg-400px{max-height:400px!important}.mh-lg-425px{max-height:425px!important}.mh-lg-450px{max-height:450px!important}.mh-lg-475px{max-height:475px!important}.mh-lg-500px{max-height:500px!important}.mh-lg-550px{max-height:550px!important}.mh-lg-600px{max-height:600px!important}.mh-lg-650px{max-height:650px!important}.mh-lg-700px{max-height:700px!important}.mh-lg-750px{max-height:750px!important}.mh-lg-800px{max-height:800px!important}.mh-lg-850px{max-height:850px!important}.mh-lg-900px{max-height:900px!important}.mh-lg-950px{max-height:950px!important}.mh-lg-1000px{max-height:1000px!important}.flex-lg-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column,.flex-lg-row{-webkit-box-direction:normal!important}.flex-lg-column{-webkit-box-orient:vertical!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-webkit-flex-shrink:0!important;-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-webkit-flex-shrink:1!important;-ms-flex-negative:1!important;flex-shrink:1!important}.flex-lg-wrap{-webkit-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-webkit-flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:.75rem!important}.gap-lg-4{gap:1rem!important}.gap-lg-5{gap:1.25rem!important}.gap-lg-6{gap:1.5rem!important}.gap-lg-7{gap:1.75rem!important}.gap-lg-8{gap:2rem!important}.gap-lg-9{gap:2.25rem!important}.gap-lg-10{gap:2.5rem!important}.gap-lg-11{gap:2.75rem!important}.gap-lg-12{gap:3rem!important}.gap-lg-13{gap:3.25rem!important}.gap-lg-14{gap:3.5rem!important}.gap-lg-15{gap:3.75rem!important}.gap-lg-16{gap:4rem!important}.gap-lg-17{gap:4.25rem!important}.gap-lg-18{gap:4.5rem!important}.gap-lg-19{gap:4.75rem!important}.gap-lg-20{gap:5rem!important}.justify-content-lg-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-webkit-justify-content:space-around!important;-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-lg-evenly{-webkit-box-pack:space-evenly!important;-webkit-justify-content:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-lg-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-webkit-align-items:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-webkit-align-content:flex-start!important;-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-webkit-align-content:flex-end!important;-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-webkit-align-content:center!important;-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-webkit-align-content:space-between!important;-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-webkit-align-content:space-around!important;-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-webkit-align-content:stretch!important;-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-webkit-align-self:auto!important;-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-webkit-align-self:flex-start!important;-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-webkit-align-self:flex-end!important;-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-webkit-align-self:center!important;-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-webkit-align-self:baseline!important;-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-webkit-align-self:stretch!important;-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-lg-first{-webkit-box-ordinal-group:0!important;-webkit-order:-1!important;-ms-flex-order:-1!important;order:-1!important}.order-lg-0{-webkit-box-ordinal-group:1!important;-webkit-order:0!important;-ms-flex-order:0!important;order:0!important}.order-lg-1{-webkit-box-ordinal-group:2!important;-webkit-order:1!important;-ms-flex-order:1!important;order:1!important}.order-lg-2{-webkit-box-ordinal-group:3!important;-webkit-order:2!important;-ms-flex-order:2!important;order:2!important}.order-lg-3{-webkit-box-ordinal-group:4!important;-webkit-order:3!important;-ms-flex-order:3!important;order:3!important}.order-lg-4{-webkit-box-ordinal-group:5!important;-webkit-order:4!important;-ms-flex-order:4!important;order:4!important}.order-lg-5{-webkit-box-ordinal-group:6!important;-webkit-order:5!important;-ms-flex-order:5!important;order:5!important}.order-lg-last{-webkit-box-ordinal-group:7!important;-webkit-order:6!important;-ms-flex-order:6!important;order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:.75rem!important}.m-lg-4{margin:1rem!important}.m-lg-5{margin:1.25rem!important}.m-lg-6{margin:1.5rem!important}.m-lg-7{margin:1.75rem!important}.m-lg-8{margin:2rem!important}.m-lg-9{margin:2.25rem!important}.m-lg-10{margin:2.5rem!important}.m-lg-11{margin:2.75rem!important}.m-lg-12{margin:3rem!important}.m-lg-13{margin:3.25rem!important}.m-lg-14{margin:3.5rem!important}.m-lg-15{margin:3.75rem!important}.m-lg-16{margin:4rem!important}.m-lg-17{margin:4.25rem!important}.m-lg-18{margin:4.5rem!important}.m-lg-19{margin:4.75rem!important}.m-lg-20{margin:5rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:.75rem!important;margin-left:.75rem!important}.mx-lg-4{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-5{margin-right:1.25rem!important;margin-left:1.25rem!important}.mx-lg-6{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-7{margin-right:1.75rem!important;margin-left:1.75rem!important}.mx-lg-8{margin-right:2rem!important;margin-left:2rem!important}.mx-lg-9{margin-right:2.25rem!important;margin-left:2.25rem!important}.mx-lg-10{margin-right:2.5rem!important;margin-left:2.5rem!important}.mx-lg-11{margin-right:2.75rem!important;margin-left:2.75rem!important}.mx-lg-12{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-13{margin-right:3.25rem!important;margin-left:3.25rem!important}.mx-lg-14{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-lg-15{margin-right:3.75rem!important;margin-left:3.75rem!important}.mx-lg-16{margin-right:4rem!important;margin-left:4rem!important}.mx-lg-17{margin-right:4.25rem!important;margin-left:4.25rem!important}.mx-lg-18{margin-right:4.5rem!important;margin-left:4.5rem!important}.mx-lg-19{margin-right:4.75rem!important;margin-left:4.75rem!important}.mx-lg-20{margin-right:5rem!important;margin-left:5rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-lg-4{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.my-lg-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-7{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.my-lg-8{margin-top:2rem!important;margin-bottom:2rem!important}.my-lg-9{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.my-lg-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-lg-11{margin-top:2.75rem!important;margin-bottom:2.75rem!important}.my-lg-12{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-13{margin-top:3.25rem!important;margin-bottom:3.25rem!important}.my-lg-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-lg-15{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.my-lg-16{margin-top:4rem!important;margin-bottom:4rem!important}.my-lg-17{margin-top:4.25rem!important;margin-bottom:4.25rem!important}.my-lg-18{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-lg-19{margin-top:4.75rem!important;margin-bottom:4.75rem!important}.my-lg-20{margin-top:5rem!important;margin-bottom:5rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:.75rem!important}.mt-lg-4{margin-top:1rem!important}.mt-lg-5{margin-top:1.25rem!important}.mt-lg-6{margin-top:1.5rem!important}.mt-lg-7{margin-top:1.75rem!important}.mt-lg-8{margin-top:2rem!important}.mt-lg-9{margin-top:2.25rem!important}.mt-lg-10{margin-top:2.5rem!important}.mt-lg-11{margin-top:2.75rem!important}.mt-lg-12{margin-top:3rem!important}.mt-lg-13{margin-top:3.25rem!important}.mt-lg-14{margin-top:3.5rem!important}.mt-lg-15{margin-top:3.75rem!important}.mt-lg-16{margin-top:4rem!important}.mt-lg-17{margin-top:4.25rem!important}.mt-lg-18{margin-top:4.5rem!important}.mt-lg-19{margin-top:4.75rem!important}.mt-lg-20{margin-top:5rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:.75rem!important}.me-lg-4{margin-right:1rem!important}.me-lg-5{margin-right:1.25rem!important}.me-lg-6{margin-right:1.5rem!important}.me-lg-7{margin-right:1.75rem!important}.me-lg-8{margin-right:2rem!important}.me-lg-9{margin-right:2.25rem!important}.me-lg-10{margin-right:2.5rem!important}.me-lg-11{margin-right:2.75rem!important}.me-lg-12{margin-right:3rem!important}.me-lg-13{margin-right:3.25rem!important}.me-lg-14{margin-right:3.5rem!important}.me-lg-15{margin-right:3.75rem!important}.me-lg-16{margin-right:4rem!important}.me-lg-17{margin-right:4.25rem!important}.me-lg-18{margin-right:4.5rem!important}.me-lg-19{margin-right:4.75rem!important}.me-lg-20{margin-right:5rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:.75rem!important}.mb-lg-4{margin-bottom:1rem!important}.mb-lg-5{margin-bottom:1.25rem!important}.mb-lg-6{margin-bottom:1.5rem!important}.mb-lg-7{margin-bottom:1.75rem!important}.mb-lg-8{margin-bottom:2rem!important}.mb-lg-9{margin-bottom:2.25rem!important}.mb-lg-10{margin-bottom:2.5rem!important}.mb-lg-11{margin-bottom:2.75rem!important}.mb-lg-12{margin-bottom:3rem!important}.mb-lg-13{margin-bottom:3.25rem!important}.mb-lg-14{margin-bottom:3.5rem!important}.mb-lg-15{margin-bottom:3.75rem!important}.mb-lg-16{margin-bottom:4rem!important}.mb-lg-17{margin-bottom:4.25rem!important}.mb-lg-18{margin-bottom:4.5rem!important}.mb-lg-19{margin-bottom:4.75rem!important}.mb-lg-20{margin-bottom:5rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:.75rem!important}.ms-lg-4{margin-left:1rem!important}.ms-lg-5{margin-left:1.25rem!important}.ms-lg-6{margin-left:1.5rem!important}.ms-lg-7{margin-left:1.75rem!important}.ms-lg-8{margin-left:2rem!important}.ms-lg-9{margin-left:2.25rem!important}.ms-lg-10{margin-left:2.5rem!important}.ms-lg-11{margin-left:2.75rem!important}.ms-lg-12{margin-left:3rem!important}.ms-lg-13{margin-left:3.25rem!important}.ms-lg-14{margin-left:3.5rem!important}.ms-lg-15{margin-left:3.75rem!important}.ms-lg-16{margin-left:4rem!important}.ms-lg-17{margin-left:4.25rem!important}.ms-lg-18{margin-left:4.5rem!important}.ms-lg-19{margin-left:4.75rem!important}.ms-lg-20{margin-left:5rem!important}.ms-lg-auto{margin-left:auto!important}.m-lg-n1{margin:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.m-lg-n3{margin:-.75rem!important}.m-lg-n4{margin:-1rem!important}.m-lg-n5{margin:-1.25rem!important}.m-lg-n6{margin:-1.5rem!important}.m-lg-n7{margin:-1.75rem!important}.m-lg-n8{margin:-2rem!important}.m-lg-n9{margin:-2.25rem!important}.m-lg-n10{margin:-2.5rem!important}.m-lg-n11{margin:-2.75rem!important}.m-lg-n12{margin:-3rem!important}.m-lg-n13{margin:-3.25rem!important}.m-lg-n14{margin:-3.5rem!important}.m-lg-n15{margin:-3.75rem!important}.m-lg-n16{margin:-4rem!important}.m-lg-n17{margin:-4.25rem!important}.m-lg-n18{margin:-4.5rem!important}.m-lg-n19{margin:-4.75rem!important}.m-lg-n20{margin:-5rem!important}.mx-lg-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-lg-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-lg-n3{margin-right:-.75rem!important;margin-left:-.75rem!important}.mx-lg-n4{margin-right:-1rem!important;margin-left:-1rem!important}.mx-lg-n5{margin-right:-1.25rem!important;margin-left:-1.25rem!important}.mx-lg-n6{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-lg-n7{margin-right:-1.75rem!important;margin-left:-1.75rem!important}.mx-lg-n8{margin-right:-2rem!important;margin-left:-2rem!important}.mx-lg-n9{margin-right:-2.25rem!important;margin-left:-2.25rem!important}.mx-lg-n10{margin-right:-2.5rem!important;margin-left:-2.5rem!important}.mx-lg-n11{margin-right:-2.75rem!important;margin-left:-2.75rem!important}.mx-lg-n12{margin-right:-3rem!important;margin-left:-3rem!important}.mx-lg-n13{margin-right:-3.25rem!important;margin-left:-3.25rem!important}.mx-lg-n14{margin-right:-3.5rem!important;margin-left:-3.5rem!important}.mx-lg-n15{margin-right:-3.75rem!important;margin-left:-3.75rem!important}.mx-lg-n16{margin-right:-4rem!important;margin-left:-4rem!important}.mx-lg-n17{margin-right:-4.25rem!important;margin-left:-4.25rem!important}.mx-lg-n18{margin-right:-4.5rem!important;margin-left:-4.5rem!important}.mx-lg-n19{margin-right:-4.75rem!important;margin-left:-4.75rem!important}.mx-lg-n20{margin-right:-5rem!important;margin-left:-5rem!important}.my-lg-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-lg-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-lg-n3{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.my-lg-n4{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-lg-n5{margin-top:-1.25rem!important;margin-bottom:-1.25rem!important}.my-lg-n6{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-lg-n7{margin-top:-1.75rem!important;margin-bottom:-1.75rem!important}.my-lg-n8{margin-top:-2rem!important;margin-bottom:-2rem!important}.my-lg-n9{margin-top:-2.25rem!important;margin-bottom:-2.25rem!important}.my-lg-n10{margin-top:-2.5rem!important;margin-bottom:-2.5rem!important}.my-lg-n11{margin-top:-2.75rem!important;margin-bottom:-2.75rem!important}.my-lg-n12{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-lg-n13{margin-top:-3.25rem!important;margin-bottom:-3.25rem!important}.my-lg-n14{margin-top:-3.5rem!important;margin-bottom:-3.5rem!important}.my-lg-n15{margin-top:-3.75rem!important;margin-bottom:-3.75rem!important}.my-lg-n16{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-lg-n17{margin-top:-4.25rem!important;margin-bottom:-4.25rem!important}.my-lg-n18{margin-top:-4.5rem!important;margin-bottom:-4.5rem!important}.my-lg-n19{margin-top:-4.75rem!important;margin-bottom:-4.75rem!important}.my-lg-n20{margin-top:-5rem!important;margin-bottom:-5rem!important}.mt-lg-n1{margin-top:-.25rem!important}.mt-lg-n2{margin-top:-.5rem!important}.mt-lg-n3{margin-top:-.75rem!important}.mt-lg-n4{margin-top:-1rem!important}.mt-lg-n5{margin-top:-1.25rem!important}.mt-lg-n6{margin-top:-1.5rem!important}.mt-lg-n7{margin-top:-1.75rem!important}.mt-lg-n8{margin-top:-2rem!important}.mt-lg-n9{margin-top:-2.25rem!important}.mt-lg-n10{margin-top:-2.5rem!important}.mt-lg-n11{margin-top:-2.75rem!important}.mt-lg-n12{margin-top:-3rem!important}.mt-lg-n13{margin-top:-3.25rem!important}.mt-lg-n14{margin-top:-3.5rem!important}.mt-lg-n15{margin-top:-3.75rem!important}.mt-lg-n16{margin-top:-4rem!important}.mt-lg-n17{margin-top:-4.25rem!important}.mt-lg-n18{margin-top:-4.5rem!important}.mt-lg-n19{margin-top:-4.75rem!important}.mt-lg-n20{margin-top:-5rem!important}.me-lg-n1{margin-right:-.25rem!important}.me-lg-n2{margin-right:-.5rem!important}.me-lg-n3{margin-right:-.75rem!important}.me-lg-n4{margin-right:-1rem!important}.me-lg-n5{margin-right:-1.25rem!important}.me-lg-n6{margin-right:-1.5rem!important}.me-lg-n7{margin-right:-1.75rem!important}.me-lg-n8{margin-right:-2rem!important}.me-lg-n9{margin-right:-2.25rem!important}.me-lg-n10{margin-right:-2.5rem!important}.me-lg-n11{margin-right:-2.75rem!important}.me-lg-n12{margin-right:-3rem!important}.me-lg-n13{margin-right:-3.25rem!important}.me-lg-n14{margin-right:-3.5rem!important}.me-lg-n15{margin-right:-3.75rem!important}.me-lg-n16{margin-right:-4rem!important}.me-lg-n17{margin-right:-4.25rem!important}.me-lg-n18{margin-right:-4.5rem!important}.me-lg-n19{margin-right:-4.75rem!important}.me-lg-n20{margin-right:-5rem!important}.mb-lg-n1{margin-bottom:-.25rem!important}.mb-lg-n2{margin-bottom:-.5rem!important}.mb-lg-n3{margin-bottom:-.75rem!important}.mb-lg-n4{margin-bottom:-1rem!important}.mb-lg-n5{margin-bottom:-1.25rem!important}.mb-lg-n6{margin-bottom:-1.5rem!important}.mb-lg-n7{margin-bottom:-1.75rem!important}.mb-lg-n8{margin-bottom:-2rem!important}.mb-lg-n9{margin-bottom:-2.25rem!important}.mb-lg-n10{margin-bottom:-2.5rem!important}.mb-lg-n11{margin-bottom:-2.75rem!important}.mb-lg-n12{margin-bottom:-3rem!important}.mb-lg-n13{margin-bottom:-3.25rem!important}.mb-lg-n14{margin-bottom:-3.5rem!important}.mb-lg-n15{margin-bottom:-3.75rem!important}.mb-lg-n16{margin-bottom:-4rem!important}.mb-lg-n17{margin-bottom:-4.25rem!important}.mb-lg-n18{margin-bottom:-4.5rem!important}.mb-lg-n19{margin-bottom:-4.75rem!important}.mb-lg-n20{margin-bottom:-5rem!important}.ms-lg-n1{margin-left:-.25rem!important}.ms-lg-n2{margin-left:-.5rem!important}.ms-lg-n3{margin-left:-.75rem!important}.ms-lg-n4{margin-left:-1rem!important}.ms-lg-n5{margin-left:-1.25rem!important}.ms-lg-n6{margin-left:-1.5rem!important}.ms-lg-n7{margin-left:-1.75rem!important}.ms-lg-n8{margin-left:-2rem!important}.ms-lg-n9{margin-left:-2.25rem!important}.ms-lg-n10{margin-left:-2.5rem!important}.ms-lg-n11{margin-left:-2.75rem!important}.ms-lg-n12{margin-left:-3rem!important}.ms-lg-n13{margin-left:-3.25rem!important}.ms-lg-n14{margin-left:-3.5rem!important}.ms-lg-n15{margin-left:-3.75rem!important}.ms-lg-n16{margin-left:-4rem!important}.ms-lg-n17{margin-left:-4.25rem!important}.ms-lg-n18{margin-left:-4.5rem!important}.ms-lg-n19{margin-left:-4.75rem!important}.ms-lg-n20{margin-left:-5rem!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:.75rem!important}.p-lg-4{padding:1rem!important}.p-lg-5{padding:1.25rem!important}.p-lg-6{padding:1.5rem!important}.p-lg-7{padding:1.75rem!important}.p-lg-8{padding:2rem!important}.p-lg-9{padding:2.25rem!important}.p-lg-10{padding:2.5rem!important}.p-lg-11{padding:2.75rem!important}.p-lg-12{padding:3rem!important}.p-lg-13{padding:3.25rem!important}.p-lg-14{padding:3.5rem!important}.p-lg-15{padding:3.75rem!important}.p-lg-16{padding:4rem!important}.p-lg-17{padding:4.25rem!important}.p-lg-18{padding:4.5rem!important}.p-lg-19{padding:4.75rem!important}.p-lg-20{padding:5rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:.75rem!important;padding-left:.75rem!important}.px-lg-4{padding-right:1rem!important;padding-left:1rem!important}.px-lg-5{padding-right:1.25rem!important;padding-left:1.25rem!important}.px-lg-6{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-7{padding-right:1.75rem!important;padding-left:1.75rem!important}.px-lg-8{padding-right:2rem!important;padding-left:2rem!important}.px-lg-9{padding-right:2.25rem!important;padding-left:2.25rem!important}.px-lg-10{padding-right:2.5rem!important;padding-left:2.5rem!important}.px-lg-11{padding-right:2.75rem!important;padding-left:2.75rem!important}.px-lg-12{padding-right:3rem!important;padding-left:3rem!important}.px-lg-13{padding-right:3.25rem!important;padding-left:3.25rem!important}.px-lg-14{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-lg-15{padding-right:3.75rem!important;padding-left:3.75rem!important}.px-lg-16{padding-right:4rem!important;padding-left:4rem!important}.px-lg-17{padding-right:4.25rem!important;padding-left:4.25rem!important}.px-lg-18{padding-right:4.5rem!important;padding-left:4.5rem!important}.px-lg-19{padding-right:4.75rem!important;padding-left:4.75rem!important}.px-lg-20{padding-right:5rem!important;padding-left:5rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-lg-4{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.py-lg-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-7{padding-top:1.75rem!important;padding-bottom:1.75rem!important}.py-lg-8{padding-top:2rem!important;padding-bottom:2rem!important}.py-lg-9{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.py-lg-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-lg-11{padding-top:2.75rem!important;padding-bottom:2.75rem!important}.py-lg-12{padding-top:3rem!important;padding-bottom:3rem!important}.py-lg-13{padding-top:3.25rem!important;padding-bottom:3.25rem!important}.py-lg-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-lg-15{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.py-lg-16{padding-top:4rem!important;padding-bottom:4rem!important}.py-lg-17{padding-top:4.25rem!important;padding-bottom:4.25rem!important}.py-lg-18{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.py-lg-19{padding-top:4.75rem!important;padding-bottom:4.75rem!important}.py-lg-20{padding-top:5rem!important;padding-bottom:5rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:.75rem!important}.pt-lg-4{padding-top:1rem!important}.pt-lg-5{padding-top:1.25rem!important}.pt-lg-6{padding-top:1.5rem!important}.pt-lg-7{padding-top:1.75rem!important}.pt-lg-8{padding-top:2rem!important}.pt-lg-9{padding-top:2.25rem!important}.pt-lg-10{padding-top:2.5rem!important}.pt-lg-11{padding-top:2.75rem!important}.pt-lg-12{padding-top:3rem!important}.pt-lg-13{padding-top:3.25rem!important}.pt-lg-14{padding-top:3.5rem!important}.pt-lg-15{padding-top:3.75rem!important}.pt-lg-16{padding-top:4rem!important}.pt-lg-17{padding-top:4.25rem!important}.pt-lg-18{padding-top:4.5rem!important}.pt-lg-19{padding-top:4.75rem!important}.pt-lg-20{padding-top:5rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:.75rem!important}.pe-lg-4{padding-right:1rem!important}.pe-lg-5{padding-right:1.25rem!important}.pe-lg-6{padding-right:1.5rem!important}.pe-lg-7{padding-right:1.75rem!important}.pe-lg-8{padding-right:2rem!important}.pe-lg-9{padding-right:2.25rem!important}.pe-lg-10{padding-right:2.5rem!important}.pe-lg-11{padding-right:2.75rem!important}.pe-lg-12{padding-right:3rem!important}.pe-lg-13{padding-right:3.25rem!important}.pe-lg-14{padding-right:3.5rem!important}.pe-lg-15{padding-right:3.75rem!important}.pe-lg-16{padding-right:4rem!important}.pe-lg-17{padding-right:4.25rem!important}.pe-lg-18{padding-right:4.5rem!important}.pe-lg-19{padding-right:4.75rem!important}.pe-lg-20{padding-right:5rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:.75rem!important}.pb-lg-4{padding-bottom:1rem!important}.pb-lg-5{padding-bottom:1.25rem!important}.pb-lg-6{padding-bottom:1.5rem!important}.pb-lg-7{padding-bottom:1.75rem!important}.pb-lg-8{padding-bottom:2rem!important}.pb-lg-9{padding-bottom:2.25rem!important}.pb-lg-10{padding-bottom:2.5rem!important}.pb-lg-11{padding-bottom:2.75rem!important}.pb-lg-12{padding-bottom:3rem!important}.pb-lg-13{padding-bottom:3.25rem!important}.pb-lg-14{padding-bottom:3.5rem!important}.pb-lg-15{padding-bottom:3.75rem!important}.pb-lg-16{padding-bottom:4rem!important}.pb-lg-17{padding-bottom:4.25rem!important}.pb-lg-18{padding-bottom:4.5rem!important}.pb-lg-19{padding-bottom:4.75rem!important}.pb-lg-20{padding-bottom:5rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:.75rem!important}.ps-lg-4{padding-left:1rem!important}.ps-lg-5{padding-left:1.25rem!important}.ps-lg-6{padding-left:1.5rem!important}.ps-lg-7{padding-left:1.75rem!important}.ps-lg-8{padding-left:2rem!important}.ps-lg-9{padding-left:2.25rem!important}.ps-lg-10{padding-left:2.5rem!important}.ps-lg-11{padding-left:2.75rem!important}.ps-lg-12{padding-left:3rem!important}.ps-lg-13{padding-left:3.25rem!important}.ps-lg-14{padding-left:3.5rem!important}.ps-lg-15{padding-left:3.75rem!important}.ps-lg-16{padding-left:4rem!important}.ps-lg-17{padding-left:4.25rem!important}.ps-lg-18{padding-left:4.5rem!important}.ps-lg-19{padding-left:4.75rem!important}.ps-lg-20{padding-left:5rem!important}.fs-lg-1{font-size:1.75rem!important}.fs-lg-2{font-size:1.5rem!important}.fs-lg-3{font-size:1.35rem!important}.fs-lg-4{font-size:1.25rem!important}.fs-lg-5{font-size:1.15rem!important}.fs-lg-6{font-size:1.075rem!important}.fs-lg-7{font-size:.95rem!important}.fs-lg-8{font-size:.85rem!important}.fs-lg-9{font-size:.75rem!important}.fs-lg-10{font-size:.5rem!important}.fs-lg-base{font-size:1rem!important}.fs-lg-fluid{font-size:100%!important}.fs-lg-2x{font-size:2rem!important}.fs-lg-2qx{font-size:2.25rem!important}.fs-lg-2hx{font-size:2.5rem!important}.fs-lg-2tx{font-size:2.75rem!important}.fs-lg-3x{font-size:3rem!important}.fs-lg-3qx{font-size:3.25rem!important}.fs-lg-3hx{font-size:3.5rem!important}.fs-lg-3tx{font-size:3.75rem!important}.fs-lg-4x{font-size:4rem!important}.fs-lg-4qx{font-size:4.25rem!important}.fs-lg-4hx{font-size:4.5rem!important}.fs-lg-4tx{font-size:4.75rem!important}.fs-lg-5x{font-size:5rem!important}.fs-lg-5qx{font-size:5.25rem!important}.fs-lg-5hx{font-size:5.5rem!important}.fs-lg-5tx{font-size:5.75rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}.min-w-lg-unset{min-width:unset!important}.min-w-lg-25{min-width:25%!important}.min-w-lg-50{min-width:50%!important}.min-w-lg-60{min-width:60%!important}.min-w-lg-75{min-width:75%!important}.min-w-lg-100{min-width:100%!important}.min-w-lg-auto{min-width:auto!important}.min-w-lg-1px{min-width:1px!important}.min-w-lg-2px{min-width:2px!important}.min-w-lg-3px{min-width:3px!important}.min-w-lg-4px{min-width:4px!important}.min-w-lg-5px{min-width:5px!important}.min-w-lg-6px{min-width:6px!important}.min-w-lg-7px{min-width:7px!important}.min-w-lg-8px{min-width:8px!important}.min-w-lg-9px{min-width:9px!important}.min-w-lg-10px{min-width:10px!important}.min-w-lg-15px{min-width:15px!important}.min-w-lg-20px{min-width:20px!important}.min-w-lg-25px{min-width:25px!important}.min-w-lg-30px{min-width:30px!important}.min-w-lg-35px{min-width:35px!important}.min-w-lg-40px{min-width:40px!important}.min-w-lg-45px{min-width:45px!important}.min-w-lg-50px{min-width:50px!important}.min-w-lg-55px{min-width:55px!important}.min-w-lg-60px{min-width:60px!important}.min-w-lg-65px{min-width:65px!important}.min-w-lg-70px{min-width:70px!important}.min-w-lg-75px{min-width:75px!important}.min-w-lg-80px{min-width:80px!important}.min-w-lg-85px{min-width:85px!important}.min-w-lg-90px{min-width:90px!important}.min-w-lg-95px{min-width:95px!important}.min-w-lg-100px{min-width:100px!important}.min-w-lg-125px{min-width:125px!important}.min-w-lg-150px{min-width:150px!important}.min-w-lg-175px{min-width:175px!important}.min-w-lg-200px{min-width:200px!important}.min-w-lg-225px{min-width:225px!important}.min-w-lg-250px{min-width:250px!important}.min-w-lg-275px{min-width:275px!important}.min-w-lg-300px{min-width:300px!important}.min-w-lg-325px{min-width:325px!important}.min-w-lg-350px{min-width:350px!important}.min-w-lg-375px{min-width:375px!important}.min-w-lg-400px{min-width:400px!important}.min-w-lg-425px{min-width:425px!important}.min-w-lg-450px{min-width:450px!important}.min-w-lg-475px{min-width:475px!important}.min-w-lg-500px{min-width:500px!important}.min-w-lg-550px{min-width:550px!important}.min-w-lg-600px{min-width:600px!important}.min-w-lg-650px{min-width:650px!important}.min-w-lg-700px{min-width:700px!important}.min-w-lg-750px{min-width:750px!important}.min-w-lg-800px{min-width:800px!important}.min-w-lg-850px{min-width:850px!important}.min-w-lg-900px{min-width:900px!important}.min-w-lg-950px{min-width:950px!important}.min-w-lg-1000px{min-width:1000px!important}.min-h-lg-unset{min-height:unset!important}.min-h-lg-25{min-height:25%!important}.min-h-lg-50{min-height:50%!important}.min-h-lg-60{min-height:60%!important}.min-h-lg-75{min-height:75%!important}.min-h-lg-100{min-height:100%!important}.min-h-lg-auto{min-height:auto!important}.min-h-lg-1px{min-height:1px!important}.min-h-lg-2px{min-height:2px!important}.min-h-lg-3px{min-height:3px!important}.min-h-lg-4px{min-height:4px!important}.min-h-lg-5px{min-height:5px!important}.min-h-lg-6px{min-height:6px!important}.min-h-lg-7px{min-height:7px!important}.min-h-lg-8px{min-height:8px!important}.min-h-lg-9px{min-height:9px!important}.min-h-lg-10px{min-height:10px!important}.min-h-lg-15px{min-height:15px!important}.min-h-lg-20px{min-height:20px!important}.min-h-lg-25px{min-height:25px!important}.min-h-lg-30px{min-height:30px!important}.min-h-lg-35px{min-height:35px!important}.min-h-lg-40px{min-height:40px!important}.min-h-lg-45px{min-height:45px!important}.min-h-lg-50px{min-height:50px!important}.min-h-lg-55px{min-height:55px!important}.min-h-lg-60px{min-height:60px!important}.min-h-lg-65px{min-height:65px!important}.min-h-lg-70px{min-height:70px!important}.min-h-lg-75px{min-height:75px!important}.min-h-lg-80px{min-height:80px!important}.min-h-lg-85px{min-height:85px!important}.min-h-lg-90px{min-height:90px!important}.min-h-lg-95px{min-height:95px!important}.min-h-lg-100px{min-height:100px!important}.min-h-lg-125px{min-height:125px!important}.min-h-lg-150px{min-height:150px!important}.min-h-lg-175px{min-height:175px!important}.min-h-lg-200px{min-height:200px!important}.min-h-lg-225px{min-height:225px!important}.min-h-lg-250px{min-height:250px!important}.min-h-lg-275px{min-height:275px!important}.min-h-lg-300px{min-height:300px!important}.min-h-lg-325px{min-height:325px!important}.min-h-lg-350px{min-height:350px!important}.min-h-lg-375px{min-height:375px!important}.min-h-lg-400px{min-height:400px!important}.min-h-lg-425px{min-height:425px!important}.min-h-lg-450px{min-height:450px!important}.min-h-lg-475px{min-height:475px!important}.min-h-lg-500px{min-height:500px!important}.min-h-lg-550px{min-height:550px!important}.min-h-lg-600px{min-height:600px!important}.min-h-lg-650px{min-height:650px!important}.min-h-lg-700px{min-height:700px!important}.min-h-lg-750px{min-height:750px!important}.min-h-lg-800px{min-height:800px!important}.min-h-lg-850px{min-height:850px!important}.min-h-lg-900px{min-height:900px!important}.min-h-lg-950px{min-height:950px!important}.min-h-lg-1000px{min-height:1000px!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-xl-none{display:none!important}.position-xl-static{position:static!important}.position-xl-relative{position:relative!important}.position-xl-absolute{position:absolute!important}.position-xl-fixed{position:fixed!important}.position-xl-sticky{position:-webkit-sticky!important;position:sticky!important}.w-xl-unset{width:unset!important}.w-xl-25{width:25%!important}.w-xl-50{width:50%!important}.w-xl-60{width:60%!important}.w-xl-75{width:75%!important}.w-xl-100{width:100%!important}.w-xl-auto{width:auto!important}.w-xl-1px{width:1px!important}.w-xl-2px{width:2px!important}.w-xl-3px{width:3px!important}.w-xl-4px{width:4px!important}.w-xl-5px{width:5px!important}.w-xl-6px{width:6px!important}.w-xl-7px{width:7px!important}.w-xl-8px{width:8px!important}.w-xl-9px{width:9px!important}.w-xl-10px{width:10px!important}.w-xl-15px{width:15px!important}.w-xl-20px{width:20px!important}.w-xl-25px{width:25px!important}.w-xl-30px{width:30px!important}.w-xl-35px{width:35px!important}.w-xl-40px{width:40px!important}.w-xl-45px{width:45px!important}.w-xl-50px{width:50px!important}.w-xl-55px{width:55px!important}.w-xl-60px{width:60px!important}.w-xl-65px{width:65px!important}.w-xl-70px{width:70px!important}.w-xl-75px{width:75px!important}.w-xl-80px{width:80px!important}.w-xl-85px{width:85px!important}.w-xl-90px{width:90px!important}.w-xl-95px{width:95px!important}.w-xl-100px{width:100px!important}.w-xl-125px{width:125px!important}.w-xl-150px{width:150px!important}.w-xl-175px{width:175px!important}.w-xl-200px{width:200px!important}.w-xl-225px{width:225px!important}.w-xl-250px{width:250px!important}.w-xl-275px{width:275px!important}.w-xl-300px{width:300px!important}.w-xl-325px{width:325px!important}.w-xl-350px{width:350px!important}.w-xl-375px{width:375px!important}.w-xl-400px{width:400px!important}.w-xl-425px{width:425px!important}.w-xl-450px{width:450px!important}.w-xl-475px{width:475px!important}.w-xl-500px{width:500px!important}.w-xl-550px{width:550px!important}.w-xl-600px{width:600px!important}.w-xl-650px{width:650px!important}.w-xl-700px{width:700px!important}.w-xl-750px{width:750px!important}.w-xl-800px{width:800px!important}.w-xl-850px{width:850px!important}.w-xl-900px{width:900px!important}.w-xl-950px{width:950px!important}.w-xl-1000px{width:1000px!important}.mw-xl-unset{max-width:unset!important}.mw-xl-25{max-width:25%!important}.mw-xl-50{max-width:50%!important}.mw-xl-60{max-width:60%!important}.mw-xl-75{max-width:75%!important}.mw-xl-100{max-width:100%!important}.mw-xl-auto{max-width:auto!important}.mw-xl-1px{max-width:1px!important}.mw-xl-2px{max-width:2px!important}.mw-xl-3px{max-width:3px!important}.mw-xl-4px{max-width:4px!important}.mw-xl-5px{max-width:5px!important}.mw-xl-6px{max-width:6px!important}.mw-xl-7px{max-width:7px!important}.mw-xl-8px{max-width:8px!important}.mw-xl-9px{max-width:9px!important}.mw-xl-10px{max-width:10px!important}.mw-xl-15px{max-width:15px!important}.mw-xl-20px{max-width:20px!important}.mw-xl-25px{max-width:25px!important}.mw-xl-30px{max-width:30px!important}.mw-xl-35px{max-width:35px!important}.mw-xl-40px{max-width:40px!important}.mw-xl-45px{max-width:45px!important}.mw-xl-50px{max-width:50px!important}.mw-xl-55px{max-width:55px!important}.mw-xl-60px{max-width:60px!important}.mw-xl-65px{max-width:65px!important}.mw-xl-70px{max-width:70px!important}.mw-xl-75px{max-width:75px!important}.mw-xl-80px{max-width:80px!important}.mw-xl-85px{max-width:85px!important}.mw-xl-90px{max-width:90px!important}.mw-xl-95px{max-width:95px!important}.mw-xl-100px{max-width:100px!important}.mw-xl-125px{max-width:125px!important}.mw-xl-150px{max-width:150px!important}.mw-xl-175px{max-width:175px!important}.mw-xl-200px{max-width:200px!important}.mw-xl-225px{max-width:225px!important}.mw-xl-250px{max-width:250px!important}.mw-xl-275px{max-width:275px!important}.mw-xl-300px{max-width:300px!important}.mw-xl-325px{max-width:325px!important}.mw-xl-350px{max-width:350px!important}.mw-xl-375px{max-width:375px!important}.mw-xl-400px{max-width:400px!important}.mw-xl-425px{max-width:425px!important}.mw-xl-450px{max-width:450px!important}.mw-xl-475px{max-width:475px!important}.mw-xl-500px{max-width:500px!important}.mw-xl-550px{max-width:550px!important}.mw-xl-600px{max-width:600px!important}.mw-xl-650px{max-width:650px!important}.mw-xl-700px{max-width:700px!important}.mw-xl-750px{max-width:750px!important}.mw-xl-800px{max-width:800px!important}.mw-xl-850px{max-width:850px!important}.mw-xl-900px{max-width:900px!important}.mw-xl-950px{max-width:950px!important}.mw-xl-1000px{max-width:1000px!important}.h-xl-unset{height:unset!important}.h-xl-25{height:25%!important}.h-xl-50{height:50%!important}.h-xl-60{height:60%!important}.h-xl-75{height:75%!important}.h-xl-100{height:100%!important}.h-xl-auto{height:auto!important}.h-xl-1px{height:1px!important}.h-xl-2px{height:2px!important}.h-xl-3px{height:3px!important}.h-xl-4px{height:4px!important}.h-xl-5px{height:5px!important}.h-xl-6px{height:6px!important}.h-xl-7px{height:7px!important}.h-xl-8px{height:8px!important}.h-xl-9px{height:9px!important}.h-xl-10px{height:10px!important}.h-xl-15px{height:15px!important}.h-xl-20px{height:20px!important}.h-xl-25px{height:25px!important}.h-xl-30px{height:30px!important}.h-xl-35px{height:35px!important}.h-xl-40px{height:40px!important}.h-xl-45px{height:45px!important}.h-xl-50px{height:50px!important}.h-xl-55px{height:55px!important}.h-xl-60px{height:60px!important}.h-xl-65px{height:65px!important}.h-xl-70px{height:70px!important}.h-xl-75px{height:75px!important}.h-xl-80px{height:80px!important}.h-xl-85px{height:85px!important}.h-xl-90px{height:90px!important}.h-xl-95px{height:95px!important}.h-xl-100px{height:100px!important}.h-xl-125px{height:125px!important}.h-xl-150px{height:150px!important}.h-xl-175px{height:175px!important}.h-xl-200px{height:200px!important}.h-xl-225px{height:225px!important}.h-xl-250px{height:250px!important}.h-xl-275px{height:275px!important}.h-xl-300px{height:300px!important}.h-xl-325px{height:325px!important}.h-xl-350px{height:350px!important}.h-xl-375px{height:375px!important}.h-xl-400px{height:400px!important}.h-xl-425px{height:425px!important}.h-xl-450px{height:450px!important}.h-xl-475px{height:475px!important}.h-xl-500px{height:500px!important}.h-xl-550px{height:550px!important}.h-xl-600px{height:600px!important}.h-xl-650px{height:650px!important}.h-xl-700px{height:700px!important}.h-xl-750px{height:750px!important}.h-xl-800px{height:800px!important}.h-xl-850px{height:850px!important}.h-xl-900px{height:900px!important}.h-xl-950px{height:950px!important}.h-xl-1000px{height:1000px!important}.mh-xl-unset{max-height:unset!important}.mh-xl-25{max-height:25%!important}.mh-xl-50{max-height:50%!important}.mh-xl-60{max-height:60%!important}.mh-xl-75{max-height:75%!important}.mh-xl-100{max-height:100%!important}.mh-xl-auto{max-height:auto!important}.mh-xl-1px{max-height:1px!important}.mh-xl-2px{max-height:2px!important}.mh-xl-3px{max-height:3px!important}.mh-xl-4px{max-height:4px!important}.mh-xl-5px{max-height:5px!important}.mh-xl-6px{max-height:6px!important}.mh-xl-7px{max-height:7px!important}.mh-xl-8px{max-height:8px!important}.mh-xl-9px{max-height:9px!important}.mh-xl-10px{max-height:10px!important}.mh-xl-15px{max-height:15px!important}.mh-xl-20px{max-height:20px!important}.mh-xl-25px{max-height:25px!important}.mh-xl-30px{max-height:30px!important}.mh-xl-35px{max-height:35px!important}.mh-xl-40px{max-height:40px!important}.mh-xl-45px{max-height:45px!important}.mh-xl-50px{max-height:50px!important}.mh-xl-55px{max-height:55px!important}.mh-xl-60px{max-height:60px!important}.mh-xl-65px{max-height:65px!important}.mh-xl-70px{max-height:70px!important}.mh-xl-75px{max-height:75px!important}.mh-xl-80px{max-height:80px!important}.mh-xl-85px{max-height:85px!important}.mh-xl-90px{max-height:90px!important}.mh-xl-95px{max-height:95px!important}.mh-xl-100px{max-height:100px!important}.mh-xl-125px{max-height:125px!important}.mh-xl-150px{max-height:150px!important}.mh-xl-175px{max-height:175px!important}.mh-xl-200px{max-height:200px!important}.mh-xl-225px{max-height:225px!important}.mh-xl-250px{max-height:250px!important}.mh-xl-275px{max-height:275px!important}.mh-xl-300px{max-height:300px!important}.mh-xl-325px{max-height:325px!important}.mh-xl-350px{max-height:350px!important}.mh-xl-375px{max-height:375px!important}.mh-xl-400px{max-height:400px!important}.mh-xl-425px{max-height:425px!important}.mh-xl-450px{max-height:450px!important}.mh-xl-475px{max-height:475px!important}.mh-xl-500px{max-height:500px!important}.mh-xl-550px{max-height:550px!important}.mh-xl-600px{max-height:600px!important}.mh-xl-650px{max-height:650px!important}.mh-xl-700px{max-height:700px!important}.mh-xl-750px{max-height:750px!important}.mh-xl-800px{max-height:800px!important}.mh-xl-850px{max-height:850px!important}.mh-xl-900px{max-height:900px!important}.mh-xl-950px{max-height:950px!important}.mh-xl-1000px{max-height:1000px!important}.flex-xl-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column,.flex-xl-row{-webkit-box-direction:normal!important}.flex-xl-column{-webkit-box-orient:vertical!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-webkit-flex-shrink:0!important;-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-webkit-flex-shrink:1!important;-ms-flex-negative:1!important;flex-shrink:1!important}.flex-xl-wrap{-webkit-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-webkit-flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:.75rem!important}.gap-xl-4{gap:1rem!important}.gap-xl-5{gap:1.25rem!important}.gap-xl-6{gap:1.5rem!important}.gap-xl-7{gap:1.75rem!important}.gap-xl-8{gap:2rem!important}.gap-xl-9{gap:2.25rem!important}.gap-xl-10{gap:2.5rem!important}.gap-xl-11{gap:2.75rem!important}.gap-xl-12{gap:3rem!important}.gap-xl-13{gap:3.25rem!important}.gap-xl-14{gap:3.5rem!important}.gap-xl-15{gap:3.75rem!important}.gap-xl-16{gap:4rem!important}.gap-xl-17{gap:4.25rem!important}.gap-xl-18{gap:4.5rem!important}.gap-xl-19{gap:4.75rem!important}.gap-xl-20{gap:5rem!important}.justify-content-xl-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-webkit-justify-content:space-around!important;-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-xl-evenly{-webkit-box-pack:space-evenly!important;-webkit-justify-content:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-xl-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-webkit-align-items:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-webkit-align-content:flex-start!important;-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-webkit-align-content:flex-end!important;-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-webkit-align-content:center!important;-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-webkit-align-content:space-between!important;-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-webkit-align-content:space-around!important;-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-webkit-align-content:stretch!important;-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-webkit-align-self:auto!important;-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-webkit-align-self:flex-start!important;-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-webkit-align-self:flex-end!important;-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-webkit-align-self:center!important;-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-webkit-align-self:baseline!important;-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-webkit-align-self:stretch!important;-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-xl-first{-webkit-box-ordinal-group:0!important;-webkit-order:-1!important;-ms-flex-order:-1!important;order:-1!important}.order-xl-0{-webkit-box-ordinal-group:1!important;-webkit-order:0!important;-ms-flex-order:0!important;order:0!important}.order-xl-1{-webkit-box-ordinal-group:2!important;-webkit-order:1!important;-ms-flex-order:1!important;order:1!important}.order-xl-2{-webkit-box-ordinal-group:3!important;-webkit-order:2!important;-ms-flex-order:2!important;order:2!important}.order-xl-3{-webkit-box-ordinal-group:4!important;-webkit-order:3!important;-ms-flex-order:3!important;order:3!important}.order-xl-4{-webkit-box-ordinal-group:5!important;-webkit-order:4!important;-ms-flex-order:4!important;order:4!important}.order-xl-5{-webkit-box-ordinal-group:6!important;-webkit-order:5!important;-ms-flex-order:5!important;order:5!important}.order-xl-last{-webkit-box-ordinal-group:7!important;-webkit-order:6!important;-ms-flex-order:6!important;order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:.75rem!important}.m-xl-4{margin:1rem!important}.m-xl-5{margin:1.25rem!important}.m-xl-6{margin:1.5rem!important}.m-xl-7{margin:1.75rem!important}.m-xl-8{margin:2rem!important}.m-xl-9{margin:2.25rem!important}.m-xl-10{margin:2.5rem!important}.m-xl-11{margin:2.75rem!important}.m-xl-12{margin:3rem!important}.m-xl-13{margin:3.25rem!important}.m-xl-14{margin:3.5rem!important}.m-xl-15{margin:3.75rem!important}.m-xl-16{margin:4rem!important}.m-xl-17{margin:4.25rem!important}.m-xl-18{margin:4.5rem!important}.m-xl-19{margin:4.75rem!important}.m-xl-20{margin:5rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:.75rem!important;margin-left:.75rem!important}.mx-xl-4{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-5{margin-right:1.25rem!important;margin-left:1.25rem!important}.mx-xl-6{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-7{margin-right:1.75rem!important;margin-left:1.75rem!important}.mx-xl-8{margin-right:2rem!important;margin-left:2rem!important}.mx-xl-9{margin-right:2.25rem!important;margin-left:2.25rem!important}.mx-xl-10{margin-right:2.5rem!important;margin-left:2.5rem!important}.mx-xl-11{margin-right:2.75rem!important;margin-left:2.75rem!important}.mx-xl-12{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-13{margin-right:3.25rem!important;margin-left:3.25rem!important}.mx-xl-14{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-xl-15{margin-right:3.75rem!important;margin-left:3.75rem!important}.mx-xl-16{margin-right:4rem!important;margin-left:4rem!important}.mx-xl-17{margin-right:4.25rem!important;margin-left:4.25rem!important}.mx-xl-18{margin-right:4.5rem!important;margin-left:4.5rem!important}.mx-xl-19{margin-right:4.75rem!important;margin-left:4.75rem!important}.mx-xl-20{margin-right:5rem!important;margin-left:5rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-xl-4{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.my-xl-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-7{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.my-xl-8{margin-top:2rem!important;margin-bottom:2rem!important}.my-xl-9{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.my-xl-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-xl-11{margin-top:2.75rem!important;margin-bottom:2.75rem!important}.my-xl-12{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-13{margin-top:3.25rem!important;margin-bottom:3.25rem!important}.my-xl-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-xl-15{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.my-xl-16{margin-top:4rem!important;margin-bottom:4rem!important}.my-xl-17{margin-top:4.25rem!important;margin-bottom:4.25rem!important}.my-xl-18{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-xl-19{margin-top:4.75rem!important;margin-bottom:4.75rem!important}.my-xl-20{margin-top:5rem!important;margin-bottom:5rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:.75rem!important}.mt-xl-4{margin-top:1rem!important}.mt-xl-5{margin-top:1.25rem!important}.mt-xl-6{margin-top:1.5rem!important}.mt-xl-7{margin-top:1.75rem!important}.mt-xl-8{margin-top:2rem!important}.mt-xl-9{margin-top:2.25rem!important}.mt-xl-10{margin-top:2.5rem!important}.mt-xl-11{margin-top:2.75rem!important}.mt-xl-12{margin-top:3rem!important}.mt-xl-13{margin-top:3.25rem!important}.mt-xl-14{margin-top:3.5rem!important}.mt-xl-15{margin-top:3.75rem!important}.mt-xl-16{margin-top:4rem!important}.mt-xl-17{margin-top:4.25rem!important}.mt-xl-18{margin-top:4.5rem!important}.mt-xl-19{margin-top:4.75rem!important}.mt-xl-20{margin-top:5rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:.75rem!important}.me-xl-4{margin-right:1rem!important}.me-xl-5{margin-right:1.25rem!important}.me-xl-6{margin-right:1.5rem!important}.me-xl-7{margin-right:1.75rem!important}.me-xl-8{margin-right:2rem!important}.me-xl-9{margin-right:2.25rem!important}.me-xl-10{margin-right:2.5rem!important}.me-xl-11{margin-right:2.75rem!important}.me-xl-12{margin-right:3rem!important}.me-xl-13{margin-right:3.25rem!important}.me-xl-14{margin-right:3.5rem!important}.me-xl-15{margin-right:3.75rem!important}.me-xl-16{margin-right:4rem!important}.me-xl-17{margin-right:4.25rem!important}.me-xl-18{margin-right:4.5rem!important}.me-xl-19{margin-right:4.75rem!important}.me-xl-20{margin-right:5rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:.75rem!important}.mb-xl-4{margin-bottom:1rem!important}.mb-xl-5{margin-bottom:1.25rem!important}.mb-xl-6{margin-bottom:1.5rem!important}.mb-xl-7{margin-bottom:1.75rem!important}.mb-xl-8{margin-bottom:2rem!important}.mb-xl-9{margin-bottom:2.25rem!important}.mb-xl-10{margin-bottom:2.5rem!important}.mb-xl-11{margin-bottom:2.75rem!important}.mb-xl-12{margin-bottom:3rem!important}.mb-xl-13{margin-bottom:3.25rem!important}.mb-xl-14{margin-bottom:3.5rem!important}.mb-xl-15{margin-bottom:3.75rem!important}.mb-xl-16{margin-bottom:4rem!important}.mb-xl-17{margin-bottom:4.25rem!important}.mb-xl-18{margin-bottom:4.5rem!important}.mb-xl-19{margin-bottom:4.75rem!important}.mb-xl-20{margin-bottom:5rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:.75rem!important}.ms-xl-4{margin-left:1rem!important}.ms-xl-5{margin-left:1.25rem!important}.ms-xl-6{margin-left:1.5rem!important}.ms-xl-7{margin-left:1.75rem!important}.ms-xl-8{margin-left:2rem!important}.ms-xl-9{margin-left:2.25rem!important}.ms-xl-10{margin-left:2.5rem!important}.ms-xl-11{margin-left:2.75rem!important}.ms-xl-12{margin-left:3rem!important}.ms-xl-13{margin-left:3.25rem!important}.ms-xl-14{margin-left:3.5rem!important}.ms-xl-15{margin-left:3.75rem!important}.ms-xl-16{margin-left:4rem!important}.ms-xl-17{margin-left:4.25rem!important}.ms-xl-18{margin-left:4.5rem!important}.ms-xl-19{margin-left:4.75rem!important}.ms-xl-20{margin-left:5rem!important}.ms-xl-auto{margin-left:auto!important}.m-xl-n1{margin:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.m-xl-n3{margin:-.75rem!important}.m-xl-n4{margin:-1rem!important}.m-xl-n5{margin:-1.25rem!important}.m-xl-n6{margin:-1.5rem!important}.m-xl-n7{margin:-1.75rem!important}.m-xl-n8{margin:-2rem!important}.m-xl-n9{margin:-2.25rem!important}.m-xl-n10{margin:-2.5rem!important}.m-xl-n11{margin:-2.75rem!important}.m-xl-n12{margin:-3rem!important}.m-xl-n13{margin:-3.25rem!important}.m-xl-n14{margin:-3.5rem!important}.m-xl-n15{margin:-3.75rem!important}.m-xl-n16{margin:-4rem!important}.m-xl-n17{margin:-4.25rem!important}.m-xl-n18{margin:-4.5rem!important}.m-xl-n19{margin:-4.75rem!important}.m-xl-n20{margin:-5rem!important}.mx-xl-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-xl-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-xl-n3{margin-right:-.75rem!important;margin-left:-.75rem!important}.mx-xl-n4{margin-right:-1rem!important;margin-left:-1rem!important}.mx-xl-n5{margin-right:-1.25rem!important;margin-left:-1.25rem!important}.mx-xl-n6{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-xl-n7{margin-right:-1.75rem!important;margin-left:-1.75rem!important}.mx-xl-n8{margin-right:-2rem!important;margin-left:-2rem!important}.mx-xl-n9{margin-right:-2.25rem!important;margin-left:-2.25rem!important}.mx-xl-n10{margin-right:-2.5rem!important;margin-left:-2.5rem!important}.mx-xl-n11{margin-right:-2.75rem!important;margin-left:-2.75rem!important}.mx-xl-n12{margin-right:-3rem!important;margin-left:-3rem!important}.mx-xl-n13{margin-right:-3.25rem!important;margin-left:-3.25rem!important}.mx-xl-n14{margin-right:-3.5rem!important;margin-left:-3.5rem!important}.mx-xl-n15{margin-right:-3.75rem!important;margin-left:-3.75rem!important}.mx-xl-n16{margin-right:-4rem!important;margin-left:-4rem!important}.mx-xl-n17{margin-right:-4.25rem!important;margin-left:-4.25rem!important}.mx-xl-n18{margin-right:-4.5rem!important;margin-left:-4.5rem!important}.mx-xl-n19{margin-right:-4.75rem!important;margin-left:-4.75rem!important}.mx-xl-n20{margin-right:-5rem!important;margin-left:-5rem!important}.my-xl-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-xl-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-xl-n3{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.my-xl-n4{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-xl-n5{margin-top:-1.25rem!important;margin-bottom:-1.25rem!important}.my-xl-n6{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-xl-n7{margin-top:-1.75rem!important;margin-bottom:-1.75rem!important}.my-xl-n8{margin-top:-2rem!important;margin-bottom:-2rem!important}.my-xl-n9{margin-top:-2.25rem!important;margin-bottom:-2.25rem!important}.my-xl-n10{margin-top:-2.5rem!important;margin-bottom:-2.5rem!important}.my-xl-n11{margin-top:-2.75rem!important;margin-bottom:-2.75rem!important}.my-xl-n12{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-xl-n13{margin-top:-3.25rem!important;margin-bottom:-3.25rem!important}.my-xl-n14{margin-top:-3.5rem!important;margin-bottom:-3.5rem!important}.my-xl-n15{margin-top:-3.75rem!important;margin-bottom:-3.75rem!important}.my-xl-n16{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-xl-n17{margin-top:-4.25rem!important;margin-bottom:-4.25rem!important}.my-xl-n18{margin-top:-4.5rem!important;margin-bottom:-4.5rem!important}.my-xl-n19{margin-top:-4.75rem!important;margin-bottom:-4.75rem!important}.my-xl-n20{margin-top:-5rem!important;margin-bottom:-5rem!important}.mt-xl-n1{margin-top:-.25rem!important}.mt-xl-n2{margin-top:-.5rem!important}.mt-xl-n3{margin-top:-.75rem!important}.mt-xl-n4{margin-top:-1rem!important}.mt-xl-n5{margin-top:-1.25rem!important}.mt-xl-n6{margin-top:-1.5rem!important}.mt-xl-n7{margin-top:-1.75rem!important}.mt-xl-n8{margin-top:-2rem!important}.mt-xl-n9{margin-top:-2.25rem!important}.mt-xl-n10{margin-top:-2.5rem!important}.mt-xl-n11{margin-top:-2.75rem!important}.mt-xl-n12{margin-top:-3rem!important}.mt-xl-n13{margin-top:-3.25rem!important}.mt-xl-n14{margin-top:-3.5rem!important}.mt-xl-n15{margin-top:-3.75rem!important}.mt-xl-n16{margin-top:-4rem!important}.mt-xl-n17{margin-top:-4.25rem!important}.mt-xl-n18{margin-top:-4.5rem!important}.mt-xl-n19{margin-top:-4.75rem!important}.mt-xl-n20{margin-top:-5rem!important}.me-xl-n1{margin-right:-.25rem!important}.me-xl-n2{margin-right:-.5rem!important}.me-xl-n3{margin-right:-.75rem!important}.me-xl-n4{margin-right:-1rem!important}.me-xl-n5{margin-right:-1.25rem!important}.me-xl-n6{margin-right:-1.5rem!important}.me-xl-n7{margin-right:-1.75rem!important}.me-xl-n8{margin-right:-2rem!important}.me-xl-n9{margin-right:-2.25rem!important}.me-xl-n10{margin-right:-2.5rem!important}.me-xl-n11{margin-right:-2.75rem!important}.me-xl-n12{margin-right:-3rem!important}.me-xl-n13{margin-right:-3.25rem!important}.me-xl-n14{margin-right:-3.5rem!important}.me-xl-n15{margin-right:-3.75rem!important}.me-xl-n16{margin-right:-4rem!important}.me-xl-n17{margin-right:-4.25rem!important}.me-xl-n18{margin-right:-4.5rem!important}.me-xl-n19{margin-right:-4.75rem!important}.me-xl-n20{margin-right:-5rem!important}.mb-xl-n1{margin-bottom:-.25rem!important}.mb-xl-n2{margin-bottom:-.5rem!important}.mb-xl-n3{margin-bottom:-.75rem!important}.mb-xl-n4{margin-bottom:-1rem!important}.mb-xl-n5{margin-bottom:-1.25rem!important}.mb-xl-n6{margin-bottom:-1.5rem!important}.mb-xl-n7{margin-bottom:-1.75rem!important}.mb-xl-n8{margin-bottom:-2rem!important}.mb-xl-n9{margin-bottom:-2.25rem!important}.mb-xl-n10{margin-bottom:-2.5rem!important}.mb-xl-n11{margin-bottom:-2.75rem!important}.mb-xl-n12{margin-bottom:-3rem!important}.mb-xl-n13{margin-bottom:-3.25rem!important}.mb-xl-n14{margin-bottom:-3.5rem!important}.mb-xl-n15{margin-bottom:-3.75rem!important}.mb-xl-n16{margin-bottom:-4rem!important}.mb-xl-n17{margin-bottom:-4.25rem!important}.mb-xl-n18{margin-bottom:-4.5rem!important}.mb-xl-n19{margin-bottom:-4.75rem!important}.mb-xl-n20{margin-bottom:-5rem!important}.ms-xl-n1{margin-left:-.25rem!important}.ms-xl-n2{margin-left:-.5rem!important}.ms-xl-n3{margin-left:-.75rem!important}.ms-xl-n4{margin-left:-1rem!important}.ms-xl-n5{margin-left:-1.25rem!important}.ms-xl-n6{margin-left:-1.5rem!important}.ms-xl-n7{margin-left:-1.75rem!important}.ms-xl-n8{margin-left:-2rem!important}.ms-xl-n9{margin-left:-2.25rem!important}.ms-xl-n10{margin-left:-2.5rem!important}.ms-xl-n11{margin-left:-2.75rem!important}.ms-xl-n12{margin-left:-3rem!important}.ms-xl-n13{margin-left:-3.25rem!important}.ms-xl-n14{margin-left:-3.5rem!important}.ms-xl-n15{margin-left:-3.75rem!important}.ms-xl-n16{margin-left:-4rem!important}.ms-xl-n17{margin-left:-4.25rem!important}.ms-xl-n18{margin-left:-4.5rem!important}.ms-xl-n19{margin-left:-4.75rem!important}.ms-xl-n20{margin-left:-5rem!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:.75rem!important}.p-xl-4{padding:1rem!important}.p-xl-5{padding:1.25rem!important}.p-xl-6{padding:1.5rem!important}.p-xl-7{padding:1.75rem!important}.p-xl-8{padding:2rem!important}.p-xl-9{padding:2.25rem!important}.p-xl-10{padding:2.5rem!important}.p-xl-11{padding:2.75rem!important}.p-xl-12{padding:3rem!important}.p-xl-13{padding:3.25rem!important}.p-xl-14{padding:3.5rem!important}.p-xl-15{padding:3.75rem!important}.p-xl-16{padding:4rem!important}.p-xl-17{padding:4.25rem!important}.p-xl-18{padding:4.5rem!important}.p-xl-19{padding:4.75rem!important}.p-xl-20{padding:5rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:.75rem!important;padding-left:.75rem!important}.px-xl-4{padding-right:1rem!important;padding-left:1rem!important}.px-xl-5{padding-right:1.25rem!important;padding-left:1.25rem!important}.px-xl-6{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-7{padding-right:1.75rem!important;padding-left:1.75rem!important}.px-xl-8{padding-right:2rem!important;padding-left:2rem!important}.px-xl-9{padding-right:2.25rem!important;padding-left:2.25rem!important}.px-xl-10{padding-right:2.5rem!important;padding-left:2.5rem!important}.px-xl-11{padding-right:2.75rem!important;padding-left:2.75rem!important}.px-xl-12{padding-right:3rem!important;padding-left:3rem!important}.px-xl-13{padding-right:3.25rem!important;padding-left:3.25rem!important}.px-xl-14{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-xl-15{padding-right:3.75rem!important;padding-left:3.75rem!important}.px-xl-16{padding-right:4rem!important;padding-left:4rem!important}.px-xl-17{padding-right:4.25rem!important;padding-left:4.25rem!important}.px-xl-18{padding-right:4.5rem!important;padding-left:4.5rem!important}.px-xl-19{padding-right:4.75rem!important;padding-left:4.75rem!important}.px-xl-20{padding-right:5rem!important;padding-left:5rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-xl-4{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.py-xl-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-7{padding-top:1.75rem!important;padding-bottom:1.75rem!important}.py-xl-8{padding-top:2rem!important;padding-bottom:2rem!important}.py-xl-9{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.py-xl-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-xl-11{padding-top:2.75rem!important;padding-bottom:2.75rem!important}.py-xl-12{padding-top:3rem!important;padding-bottom:3rem!important}.py-xl-13{padding-top:3.25rem!important;padding-bottom:3.25rem!important}.py-xl-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-xl-15{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.py-xl-16{padding-top:4rem!important;padding-bottom:4rem!important}.py-xl-17{padding-top:4.25rem!important;padding-bottom:4.25rem!important}.py-xl-18{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.py-xl-19{padding-top:4.75rem!important;padding-bottom:4.75rem!important}.py-xl-20{padding-top:5rem!important;padding-bottom:5rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:.75rem!important}.pt-xl-4{padding-top:1rem!important}.pt-xl-5{padding-top:1.25rem!important}.pt-xl-6{padding-top:1.5rem!important}.pt-xl-7{padding-top:1.75rem!important}.pt-xl-8{padding-top:2rem!important}.pt-xl-9{padding-top:2.25rem!important}.pt-xl-10{padding-top:2.5rem!important}.pt-xl-11{padding-top:2.75rem!important}.pt-xl-12{padding-top:3rem!important}.pt-xl-13{padding-top:3.25rem!important}.pt-xl-14{padding-top:3.5rem!important}.pt-xl-15{padding-top:3.75rem!important}.pt-xl-16{padding-top:4rem!important}.pt-xl-17{padding-top:4.25rem!important}.pt-xl-18{padding-top:4.5rem!important}.pt-xl-19{padding-top:4.75rem!important}.pt-xl-20{padding-top:5rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:.75rem!important}.pe-xl-4{padding-right:1rem!important}.pe-xl-5{padding-right:1.25rem!important}.pe-xl-6{padding-right:1.5rem!important}.pe-xl-7{padding-right:1.75rem!important}.pe-xl-8{padding-right:2rem!important}.pe-xl-9{padding-right:2.25rem!important}.pe-xl-10{padding-right:2.5rem!important}.pe-xl-11{padding-right:2.75rem!important}.pe-xl-12{padding-right:3rem!important}.pe-xl-13{padding-right:3.25rem!important}.pe-xl-14{padding-right:3.5rem!important}.pe-xl-15{padding-right:3.75rem!important}.pe-xl-16{padding-right:4rem!important}.pe-xl-17{padding-right:4.25rem!important}.pe-xl-18{padding-right:4.5rem!important}.pe-xl-19{padding-right:4.75rem!important}.pe-xl-20{padding-right:5rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:.75rem!important}.pb-xl-4{padding-bottom:1rem!important}.pb-xl-5{padding-bottom:1.25rem!important}.pb-xl-6{padding-bottom:1.5rem!important}.pb-xl-7{padding-bottom:1.75rem!important}.pb-xl-8{padding-bottom:2rem!important}.pb-xl-9{padding-bottom:2.25rem!important}.pb-xl-10{padding-bottom:2.5rem!important}.pb-xl-11{padding-bottom:2.75rem!important}.pb-xl-12{padding-bottom:3rem!important}.pb-xl-13{padding-bottom:3.25rem!important}.pb-xl-14{padding-bottom:3.5rem!important}.pb-xl-15{padding-bottom:3.75rem!important}.pb-xl-16{padding-bottom:4rem!important}.pb-xl-17{padding-bottom:4.25rem!important}.pb-xl-18{padding-bottom:4.5rem!important}.pb-xl-19{padding-bottom:4.75rem!important}.pb-xl-20{padding-bottom:5rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:.75rem!important}.ps-xl-4{padding-left:1rem!important}.ps-xl-5{padding-left:1.25rem!important}.ps-xl-6{padding-left:1.5rem!important}.ps-xl-7{padding-left:1.75rem!important}.ps-xl-8{padding-left:2rem!important}.ps-xl-9{padding-left:2.25rem!important}.ps-xl-10{padding-left:2.5rem!important}.ps-xl-11{padding-left:2.75rem!important}.ps-xl-12{padding-left:3rem!important}.ps-xl-13{padding-left:3.25rem!important}.ps-xl-14{padding-left:3.5rem!important}.ps-xl-15{padding-left:3.75rem!important}.ps-xl-16{padding-left:4rem!important}.ps-xl-17{padding-left:4.25rem!important}.ps-xl-18{padding-left:4.5rem!important}.ps-xl-19{padding-left:4.75rem!important}.ps-xl-20{padding-left:5rem!important}.fs-xl-1{font-size:1.75rem!important}.fs-xl-2{font-size:1.5rem!important}.fs-xl-3{font-size:1.35rem!important}.fs-xl-4{font-size:1.25rem!important}.fs-xl-5{font-size:1.15rem!important}.fs-xl-6{font-size:1.075rem!important}.fs-xl-7{font-size:.95rem!important}.fs-xl-8{font-size:.85rem!important}.fs-xl-9{font-size:.75rem!important}.fs-xl-10{font-size:.5rem!important}.fs-xl-base{font-size:1rem!important}.fs-xl-fluid{font-size:100%!important}.fs-xl-2x{font-size:2rem!important}.fs-xl-2qx{font-size:2.25rem!important}.fs-xl-2hx{font-size:2.5rem!important}.fs-xl-2tx{font-size:2.75rem!important}.fs-xl-3x{font-size:3rem!important}.fs-xl-3qx{font-size:3.25rem!important}.fs-xl-3hx{font-size:3.5rem!important}.fs-xl-3tx{font-size:3.75rem!important}.fs-xl-4x{font-size:4rem!important}.fs-xl-4qx{font-size:4.25rem!important}.fs-xl-4hx{font-size:4.5rem!important}.fs-xl-4tx{font-size:4.75rem!important}.fs-xl-5x{font-size:5rem!important}.fs-xl-5qx{font-size:5.25rem!important}.fs-xl-5hx{font-size:5.5rem!important}.fs-xl-5tx{font-size:5.75rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}.min-w-xl-unset{min-width:unset!important}.min-w-xl-25{min-width:25%!important}.min-w-xl-50{min-width:50%!important}.min-w-xl-60{min-width:60%!important}.min-w-xl-75{min-width:75%!important}.min-w-xl-100{min-width:100%!important}.min-w-xl-auto{min-width:auto!important}.min-w-xl-1px{min-width:1px!important}.min-w-xl-2px{min-width:2px!important}.min-w-xl-3px{min-width:3px!important}.min-w-xl-4px{min-width:4px!important}.min-w-xl-5px{min-width:5px!important}.min-w-xl-6px{min-width:6px!important}.min-w-xl-7px{min-width:7px!important}.min-w-xl-8px{min-width:8px!important}.min-w-xl-9px{min-width:9px!important}.min-w-xl-10px{min-width:10px!important}.min-w-xl-15px{min-width:15px!important}.min-w-xl-20px{min-width:20px!important}.min-w-xl-25px{min-width:25px!important}.min-w-xl-30px{min-width:30px!important}.min-w-xl-35px{min-width:35px!important}.min-w-xl-40px{min-width:40px!important}.min-w-xl-45px{min-width:45px!important}.min-w-xl-50px{min-width:50px!important}.min-w-xl-55px{min-width:55px!important}.min-w-xl-60px{min-width:60px!important}.min-w-xl-65px{min-width:65px!important}.min-w-xl-70px{min-width:70px!important}.min-w-xl-75px{min-width:75px!important}.min-w-xl-80px{min-width:80px!important}.min-w-xl-85px{min-width:85px!important}.min-w-xl-90px{min-width:90px!important}.min-w-xl-95px{min-width:95px!important}.min-w-xl-100px{min-width:100px!important}.min-w-xl-125px{min-width:125px!important}.min-w-xl-150px{min-width:150px!important}.min-w-xl-175px{min-width:175px!important}.min-w-xl-200px{min-width:200px!important}.min-w-xl-225px{min-width:225px!important}.min-w-xl-250px{min-width:250px!important}.min-w-xl-275px{min-width:275px!important}.min-w-xl-300px{min-width:300px!important}.min-w-xl-325px{min-width:325px!important}.min-w-xl-350px{min-width:350px!important}.min-w-xl-375px{min-width:375px!important}.min-w-xl-400px{min-width:400px!important}.min-w-xl-425px{min-width:425px!important}.min-w-xl-450px{min-width:450px!important}.min-w-xl-475px{min-width:475px!important}.min-w-xl-500px{min-width:500px!important}.min-w-xl-550px{min-width:550px!important}.min-w-xl-600px{min-width:600px!important}.min-w-xl-650px{min-width:650px!important}.min-w-xl-700px{min-width:700px!important}.min-w-xl-750px{min-width:750px!important}.min-w-xl-800px{min-width:800px!important}.min-w-xl-850px{min-width:850px!important}.min-w-xl-900px{min-width:900px!important}.min-w-xl-950px{min-width:950px!important}.min-w-xl-1000px{min-width:1000px!important}.min-h-xl-unset{min-height:unset!important}.min-h-xl-25{min-height:25%!important}.min-h-xl-50{min-height:50%!important}.min-h-xl-60{min-height:60%!important}.min-h-xl-75{min-height:75%!important}.min-h-xl-100{min-height:100%!important}.min-h-xl-auto{min-height:auto!important}.min-h-xl-1px{min-height:1px!important}.min-h-xl-2px{min-height:2px!important}.min-h-xl-3px{min-height:3px!important}.min-h-xl-4px{min-height:4px!important}.min-h-xl-5px{min-height:5px!important}.min-h-xl-6px{min-height:6px!important}.min-h-xl-7px{min-height:7px!important}.min-h-xl-8px{min-height:8px!important}.min-h-xl-9px{min-height:9px!important}.min-h-xl-10px{min-height:10px!important}.min-h-xl-15px{min-height:15px!important}.min-h-xl-20px{min-height:20px!important}.min-h-xl-25px{min-height:25px!important}.min-h-xl-30px{min-height:30px!important}.min-h-xl-35px{min-height:35px!important}.min-h-xl-40px{min-height:40px!important}.min-h-xl-45px{min-height:45px!important}.min-h-xl-50px{min-height:50px!important}.min-h-xl-55px{min-height:55px!important}.min-h-xl-60px{min-height:60px!important}.min-h-xl-65px{min-height:65px!important}.min-h-xl-70px{min-height:70px!important}.min-h-xl-75px{min-height:75px!important}.min-h-xl-80px{min-height:80px!important}.min-h-xl-85px{min-height:85px!important}.min-h-xl-90px{min-height:90px!important}.min-h-xl-95px{min-height:95px!important}.min-h-xl-100px{min-height:100px!important}.min-h-xl-125px{min-height:125px!important}.min-h-xl-150px{min-height:150px!important}.min-h-xl-175px{min-height:175px!important}.min-h-xl-200px{min-height:200px!important}.min-h-xl-225px{min-height:225px!important}.min-h-xl-250px{min-height:250px!important}.min-h-xl-275px{min-height:275px!important}.min-h-xl-300px{min-height:300px!important}.min-h-xl-325px{min-height:325px!important}.min-h-xl-350px{min-height:350px!important}.min-h-xl-375px{min-height:375px!important}.min-h-xl-400px{min-height:400px!important}.min-h-xl-425px{min-height:425px!important}.min-h-xl-450px{min-height:450px!important}.min-h-xl-475px{min-height:475px!important}.min-h-xl-500px{min-height:500px!important}.min-h-xl-550px{min-height:550px!important}.min-h-xl-600px{min-height:600px!important}.min-h-xl-650px{min-height:650px!important}.min-h-xl-700px{min-height:700px!important}.min-h-xl-750px{min-height:750px!important}.min-h-xl-800px{min-height:800px!important}.min-h-xl-850px{min-height:850px!important}.min-h-xl-900px{min-height:900px!important}.min-h-xl-950px{min-height:950px!important}.min-h-xl-1000px{min-height:1000px!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-xxl-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-xxl-none{display:none!important}.position-xxl-static{position:static!important}.position-xxl-relative{position:relative!important}.position-xxl-absolute{position:absolute!important}.position-xxl-fixed{position:fixed!important}.position-xxl-sticky{position:-webkit-sticky!important;position:sticky!important}.w-xxl-unset{width:unset!important}.w-xxl-25{width:25%!important}.w-xxl-50{width:50%!important}.w-xxl-60{width:60%!important}.w-xxl-75{width:75%!important}.w-xxl-100{width:100%!important}.w-xxl-auto{width:auto!important}.w-xxl-1px{width:1px!important}.w-xxl-2px{width:2px!important}.w-xxl-3px{width:3px!important}.w-xxl-4px{width:4px!important}.w-xxl-5px{width:5px!important}.w-xxl-6px{width:6px!important}.w-xxl-7px{width:7px!important}.w-xxl-8px{width:8px!important}.w-xxl-9px{width:9px!important}.w-xxl-10px{width:10px!important}.w-xxl-15px{width:15px!important}.w-xxl-20px{width:20px!important}.w-xxl-25px{width:25px!important}.w-xxl-30px{width:30px!important}.w-xxl-35px{width:35px!important}.w-xxl-40px{width:40px!important}.w-xxl-45px{width:45px!important}.w-xxl-50px{width:50px!important}.w-xxl-55px{width:55px!important}.w-xxl-60px{width:60px!important}.w-xxl-65px{width:65px!important}.w-xxl-70px{width:70px!important}.w-xxl-75px{width:75px!important}.w-xxl-80px{width:80px!important}.w-xxl-85px{width:85px!important}.w-xxl-90px{width:90px!important}.w-xxl-95px{width:95px!important}.w-xxl-100px{width:100px!important}.w-xxl-125px{width:125px!important}.w-xxl-150px{width:150px!important}.w-xxl-175px{width:175px!important}.w-xxl-200px{width:200px!important}.w-xxl-225px{width:225px!important}.w-xxl-250px{width:250px!important}.w-xxl-275px{width:275px!important}.w-xxl-300px{width:300px!important}.w-xxl-325px{width:325px!important}.w-xxl-350px{width:350px!important}.w-xxl-375px{width:375px!important}.w-xxl-400px{width:400px!important}.w-xxl-425px{width:425px!important}.w-xxl-450px{width:450px!important}.w-xxl-475px{width:475px!important}.w-xxl-500px{width:500px!important}.w-xxl-550px{width:550px!important}.w-xxl-600px{width:600px!important}.w-xxl-650px{width:650px!important}.w-xxl-700px{width:700px!important}.w-xxl-750px{width:750px!important}.w-xxl-800px{width:800px!important}.w-xxl-850px{width:850px!important}.w-xxl-900px{width:900px!important}.w-xxl-950px{width:950px!important}.w-xxl-1000px{width:1000px!important}.mw-xxl-unset{max-width:unset!important}.mw-xxl-25{max-width:25%!important}.mw-xxl-50{max-width:50%!important}.mw-xxl-60{max-width:60%!important}.mw-xxl-75{max-width:75%!important}.mw-xxl-100{max-width:100%!important}.mw-xxl-auto{max-width:auto!important}.mw-xxl-1px{max-width:1px!important}.mw-xxl-2px{max-width:2px!important}.mw-xxl-3px{max-width:3px!important}.mw-xxl-4px{max-width:4px!important}.mw-xxl-5px{max-width:5px!important}.mw-xxl-6px{max-width:6px!important}.mw-xxl-7px{max-width:7px!important}.mw-xxl-8px{max-width:8px!important}.mw-xxl-9px{max-width:9px!important}.mw-xxl-10px{max-width:10px!important}.mw-xxl-15px{max-width:15px!important}.mw-xxl-20px{max-width:20px!important}.mw-xxl-25px{max-width:25px!important}.mw-xxl-30px{max-width:30px!important}.mw-xxl-35px{max-width:35px!important}.mw-xxl-40px{max-width:40px!important}.mw-xxl-45px{max-width:45px!important}.mw-xxl-50px{max-width:50px!important}.mw-xxl-55px{max-width:55px!important}.mw-xxl-60px{max-width:60px!important}.mw-xxl-65px{max-width:65px!important}.mw-xxl-70px{max-width:70px!important}.mw-xxl-75px{max-width:75px!important}.mw-xxl-80px{max-width:80px!important}.mw-xxl-85px{max-width:85px!important}.mw-xxl-90px{max-width:90px!important}.mw-xxl-95px{max-width:95px!important}.mw-xxl-100px{max-width:100px!important}.mw-xxl-125px{max-width:125px!important}.mw-xxl-150px{max-width:150px!important}.mw-xxl-175px{max-width:175px!important}.mw-xxl-200px{max-width:200px!important}.mw-xxl-225px{max-width:225px!important}.mw-xxl-250px{max-width:250px!important}.mw-xxl-275px{max-width:275px!important}.mw-xxl-300px{max-width:300px!important}.mw-xxl-325px{max-width:325px!important}.mw-xxl-350px{max-width:350px!important}.mw-xxl-375px{max-width:375px!important}.mw-xxl-400px{max-width:400px!important}.mw-xxl-425px{max-width:425px!important}.mw-xxl-450px{max-width:450px!important}.mw-xxl-475px{max-width:475px!important}.mw-xxl-500px{max-width:500px!important}.mw-xxl-550px{max-width:550px!important}.mw-xxl-600px{max-width:600px!important}.mw-xxl-650px{max-width:650px!important}.mw-xxl-700px{max-width:700px!important}.mw-xxl-750px{max-width:750px!important}.mw-xxl-800px{max-width:800px!important}.mw-xxl-850px{max-width:850px!important}.mw-xxl-900px{max-width:900px!important}.mw-xxl-950px{max-width:950px!important}.mw-xxl-1000px{max-width:1000px!important}.h-xxl-unset{height:unset!important}.h-xxl-25{height:25%!important}.h-xxl-50{height:50%!important}.h-xxl-60{height:60%!important}.h-xxl-75{height:75%!important}.h-xxl-100{height:100%!important}.h-xxl-auto{height:auto!important}.h-xxl-1px{height:1px!important}.h-xxl-2px{height:2px!important}.h-xxl-3px{height:3px!important}.h-xxl-4px{height:4px!important}.h-xxl-5px{height:5px!important}.h-xxl-6px{height:6px!important}.h-xxl-7px{height:7px!important}.h-xxl-8px{height:8px!important}.h-xxl-9px{height:9px!important}.h-xxl-10px{height:10px!important}.h-xxl-15px{height:15px!important}.h-xxl-20px{height:20px!important}.h-xxl-25px{height:25px!important}.h-xxl-30px{height:30px!important}.h-xxl-35px{height:35px!important}.h-xxl-40px{height:40px!important}.h-xxl-45px{height:45px!important}.h-xxl-50px{height:50px!important}.h-xxl-55px{height:55px!important}.h-xxl-60px{height:60px!important}.h-xxl-65px{height:65px!important}.h-xxl-70px{height:70px!important}.h-xxl-75px{height:75px!important}.h-xxl-80px{height:80px!important}.h-xxl-85px{height:85px!important}.h-xxl-90px{height:90px!important}.h-xxl-95px{height:95px!important}.h-xxl-100px{height:100px!important}.h-xxl-125px{height:125px!important}.h-xxl-150px{height:150px!important}.h-xxl-175px{height:175px!important}.h-xxl-200px{height:200px!important}.h-xxl-225px{height:225px!important}.h-xxl-250px{height:250px!important}.h-xxl-275px{height:275px!important}.h-xxl-300px{height:300px!important}.h-xxl-325px{height:325px!important}.h-xxl-350px{height:350px!important}.h-xxl-375px{height:375px!important}.h-xxl-400px{height:400px!important}.h-xxl-425px{height:425px!important}.h-xxl-450px{height:450px!important}.h-xxl-475px{height:475px!important}.h-xxl-500px{height:500px!important}.h-xxl-550px{height:550px!important}.h-xxl-600px{height:600px!important}.h-xxl-650px{height:650px!important}.h-xxl-700px{height:700px!important}.h-xxl-750px{height:750px!important}.h-xxl-800px{height:800px!important}.h-xxl-850px{height:850px!important}.h-xxl-900px{height:900px!important}.h-xxl-950px{height:950px!important}.h-xxl-1000px{height:1000px!important}.mh-xxl-unset{max-height:unset!important}.mh-xxl-25{max-height:25%!important}.mh-xxl-50{max-height:50%!important}.mh-xxl-60{max-height:60%!important}.mh-xxl-75{max-height:75%!important}.mh-xxl-100{max-height:100%!important}.mh-xxl-auto{max-height:auto!important}.mh-xxl-1px{max-height:1px!important}.mh-xxl-2px{max-height:2px!important}.mh-xxl-3px{max-height:3px!important}.mh-xxl-4px{max-height:4px!important}.mh-xxl-5px{max-height:5px!important}.mh-xxl-6px{max-height:6px!important}.mh-xxl-7px{max-height:7px!important}.mh-xxl-8px{max-height:8px!important}.mh-xxl-9px{max-height:9px!important}.mh-xxl-10px{max-height:10px!important}.mh-xxl-15px{max-height:15px!important}.mh-xxl-20px{max-height:20px!important}.mh-xxl-25px{max-height:25px!important}.mh-xxl-30px{max-height:30px!important}.mh-xxl-35px{max-height:35px!important}.mh-xxl-40px{max-height:40px!important}.mh-xxl-45px{max-height:45px!important}.mh-xxl-50px{max-height:50px!important}.mh-xxl-55px{max-height:55px!important}.mh-xxl-60px{max-height:60px!important}.mh-xxl-65px{max-height:65px!important}.mh-xxl-70px{max-height:70px!important}.mh-xxl-75px{max-height:75px!important}.mh-xxl-80px{max-height:80px!important}.mh-xxl-85px{max-height:85px!important}.mh-xxl-90px{max-height:90px!important}.mh-xxl-95px{max-height:95px!important}.mh-xxl-100px{max-height:100px!important}.mh-xxl-125px{max-height:125px!important}.mh-xxl-150px{max-height:150px!important}.mh-xxl-175px{max-height:175px!important}.mh-xxl-200px{max-height:200px!important}.mh-xxl-225px{max-height:225px!important}.mh-xxl-250px{max-height:250px!important}.mh-xxl-275px{max-height:275px!important}.mh-xxl-300px{max-height:300px!important}.mh-xxl-325px{max-height:325px!important}.mh-xxl-350px{max-height:350px!important}.mh-xxl-375px{max-height:375px!important}.mh-xxl-400px{max-height:400px!important}.mh-xxl-425px{max-height:425px!important}.mh-xxl-450px{max-height:450px!important}.mh-xxl-475px{max-height:475px!important}.mh-xxl-500px{max-height:500px!important}.mh-xxl-550px{max-height:550px!important}.mh-xxl-600px{max-height:600px!important}.mh-xxl-650px{max-height:650px!important}.mh-xxl-700px{max-height:700px!important}.mh-xxl-750px{max-height:750px!important}.mh-xxl-800px{max-height:800px!important}.mh-xxl-850px{max-height:850px!important}.mh-xxl-900px{max-height:900px!important}.mh-xxl-950px{max-height:950px!important}.mh-xxl-1000px{max-height:1000px!important}.flex-xxl-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xxl-row{-webkit-box-orient:horizontal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xxl-column,.flex-xxl-row{-webkit-box-direction:normal!important}.flex-xxl-column{-webkit-box-orient:vertical!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xxl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xxl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xxl-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-xxl-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-xxl-shrink-0{-webkit-flex-shrink:0!important;-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xxl-shrink-1{-webkit-flex-shrink:1!important;-ms-flex-negative:1!important;flex-shrink:1!important}.flex-xxl-wrap{-webkit-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xxl-nowrap{-webkit-flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:.75rem!important}.gap-xxl-4{gap:1rem!important}.gap-xxl-5{gap:1.25rem!important}.gap-xxl-6{gap:1.5rem!important}.gap-xxl-7{gap:1.75rem!important}.gap-xxl-8{gap:2rem!important}.gap-xxl-9{gap:2.25rem!important}.gap-xxl-10{gap:2.5rem!important}.gap-xxl-11{gap:2.75rem!important}.gap-xxl-12{gap:3rem!important}.gap-xxl-13{gap:3.25rem!important}.gap-xxl-14{gap:3.5rem!important}.gap-xxl-15{gap:3.75rem!important}.gap-xxl-16{gap:4rem!important}.gap-xxl-17{gap:4.25rem!important}.gap-xxl-18{gap:4.5rem!important}.gap-xxl-19{gap:4.75rem!important}.gap-xxl-20{gap:5rem!important}.justify-content-xxl-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xxl-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xxl-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xxl-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xxl-around{-webkit-justify-content:space-around!important;-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-xxl-evenly{-webkit-box-pack:space-evenly!important;-webkit-justify-content:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-xxl-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xxl-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xxl-center{-webkit-box-align:center!important;-webkit-align-items:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xxl-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xxl-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xxl-start{-webkit-align-content:flex-start!important;-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xxl-end{-webkit-align-content:flex-end!important;-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xxl-center{-webkit-align-content:center!important;-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xxl-between{-webkit-align-content:space-between!important;-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xxl-around{-webkit-align-content:space-around!important;-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xxl-stretch{-webkit-align-content:stretch!important;-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xxl-auto{-webkit-align-self:auto!important;-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xxl-start{-webkit-align-self:flex-start!important;-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xxl-end{-webkit-align-self:flex-end!important;-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xxl-center{-webkit-align-self:center!important;-ms-flex-item-align:center!important;align-self:center!important}.align-self-xxl-baseline{-webkit-align-self:baseline!important;-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xxl-stretch{-webkit-align-self:stretch!important;-ms-flex-item-align:stretch!important;align-self:stretch!important}.order-xxl-first{-webkit-box-ordinal-group:0!important;-webkit-order:-1!important;-ms-flex-order:-1!important;order:-1!important}.order-xxl-0{-webkit-box-ordinal-group:1!important;-webkit-order:0!important;-ms-flex-order:0!important;order:0!important}.order-xxl-1{-webkit-box-ordinal-group:2!important;-webkit-order:1!important;-ms-flex-order:1!important;order:1!important}.order-xxl-2{-webkit-box-ordinal-group:3!important;-webkit-order:2!important;-ms-flex-order:2!important;order:2!important}.order-xxl-3{-webkit-box-ordinal-group:4!important;-webkit-order:3!important;-ms-flex-order:3!important;order:3!important}.order-xxl-4{-webkit-box-ordinal-group:5!important;-webkit-order:4!important;-ms-flex-order:4!important;order:4!important}.order-xxl-5{-webkit-box-ordinal-group:6!important;-webkit-order:5!important;-ms-flex-order:5!important;order:5!important}.order-xxl-last{-webkit-box-ordinal-group:7!important;-webkit-order:6!important;-ms-flex-order:6!important;order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:.75rem!important}.m-xxl-4{margin:1rem!important}.m-xxl-5{margin:1.25rem!important}.m-xxl-6{margin:1.5rem!important}.m-xxl-7{margin:1.75rem!important}.m-xxl-8{margin:2rem!important}.m-xxl-9{margin:2.25rem!important}.m-xxl-10{margin:2.5rem!important}.m-xxl-11{margin:2.75rem!important}.m-xxl-12{margin:3rem!important}.m-xxl-13{margin:3.25rem!important}.m-xxl-14{margin:3.5rem!important}.m-xxl-15{margin:3.75rem!important}.m-xxl-16{margin:4rem!important}.m-xxl-17{margin:4.25rem!important}.m-xxl-18{margin:4.5rem!important}.m-xxl-19{margin:4.75rem!important}.m-xxl-20{margin:5rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:.75rem!important;margin-left:.75rem!important}.mx-xxl-4{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-5{margin-right:1.25rem!important;margin-left:1.25rem!important}.mx-xxl-6{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-7{margin-right:1.75rem!important;margin-left:1.75rem!important}.mx-xxl-8{margin-right:2rem!important;margin-left:2rem!important}.mx-xxl-9{margin-right:2.25rem!important;margin-left:2.25rem!important}.mx-xxl-10{margin-right:2.5rem!important;margin-left:2.5rem!important}.mx-xxl-11{margin-right:2.75rem!important;margin-left:2.75rem!important}.mx-xxl-12{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-13{margin-right:3.25rem!important;margin-left:3.25rem!important}.mx-xxl-14{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-xxl-15{margin-right:3.75rem!important;margin-left:3.75rem!important}.mx-xxl-16{margin-right:4rem!important;margin-left:4rem!important}.mx-xxl-17{margin-right:4.25rem!important;margin-left:4.25rem!important}.mx-xxl-18{margin-right:4.5rem!important;margin-left:4.5rem!important}.mx-xxl-19{margin-right:4.75rem!important;margin-left:4.75rem!important}.mx-xxl-20{margin-right:5rem!important;margin-left:5rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-xxl-4{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.my-xxl-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-7{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.my-xxl-8{margin-top:2rem!important;margin-bottom:2rem!important}.my-xxl-9{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.my-xxl-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-xxl-11{margin-top:2.75rem!important;margin-bottom:2.75rem!important}.my-xxl-12{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-13{margin-top:3.25rem!important;margin-bottom:3.25rem!important}.my-xxl-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-xxl-15{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.my-xxl-16{margin-top:4rem!important;margin-bottom:4rem!important}.my-xxl-17{margin-top:4.25rem!important;margin-bottom:4.25rem!important}.my-xxl-18{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-xxl-19{margin-top:4.75rem!important;margin-bottom:4.75rem!important}.my-xxl-20{margin-top:5rem!important;margin-bottom:5rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:.75rem!important}.mt-xxl-4{margin-top:1rem!important}.mt-xxl-5{margin-top:1.25rem!important}.mt-xxl-6{margin-top:1.5rem!important}.mt-xxl-7{margin-top:1.75rem!important}.mt-xxl-8{margin-top:2rem!important}.mt-xxl-9{margin-top:2.25rem!important}.mt-xxl-10{margin-top:2.5rem!important}.mt-xxl-11{margin-top:2.75rem!important}.mt-xxl-12{margin-top:3rem!important}.mt-xxl-13{margin-top:3.25rem!important}.mt-xxl-14{margin-top:3.5rem!important}.mt-xxl-15{margin-top:3.75rem!important}.mt-xxl-16{margin-top:4rem!important}.mt-xxl-17{margin-top:4.25rem!important}.mt-xxl-18{margin-top:4.5rem!important}.mt-xxl-19{margin-top:4.75rem!important}.mt-xxl-20{margin-top:5rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:.75rem!important}.me-xxl-4{margin-right:1rem!important}.me-xxl-5{margin-right:1.25rem!important}.me-xxl-6{margin-right:1.5rem!important}.me-xxl-7{margin-right:1.75rem!important}.me-xxl-8{margin-right:2rem!important}.me-xxl-9{margin-right:2.25rem!important}.me-xxl-10{margin-right:2.5rem!important}.me-xxl-11{margin-right:2.75rem!important}.me-xxl-12{margin-right:3rem!important}.me-xxl-13{margin-right:3.25rem!important}.me-xxl-14{margin-right:3.5rem!important}.me-xxl-15{margin-right:3.75rem!important}.me-xxl-16{margin-right:4rem!important}.me-xxl-17{margin-right:4.25rem!important}.me-xxl-18{margin-right:4.5rem!important}.me-xxl-19{margin-right:4.75rem!important}.me-xxl-20{margin-right:5rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:.75rem!important}.mb-xxl-4{margin-bottom:1rem!important}.mb-xxl-5{margin-bottom:1.25rem!important}.mb-xxl-6{margin-bottom:1.5rem!important}.mb-xxl-7{margin-bottom:1.75rem!important}.mb-xxl-8{margin-bottom:2rem!important}.mb-xxl-9{margin-bottom:2.25rem!important}.mb-xxl-10{margin-bottom:2.5rem!important}.mb-xxl-11{margin-bottom:2.75rem!important}.mb-xxl-12{margin-bottom:3rem!important}.mb-xxl-13{margin-bottom:3.25rem!important}.mb-xxl-14{margin-bottom:3.5rem!important}.mb-xxl-15{margin-bottom:3.75rem!important}.mb-xxl-16{margin-bottom:4rem!important}.mb-xxl-17{margin-bottom:4.25rem!important}.mb-xxl-18{margin-bottom:4.5rem!important}.mb-xxl-19{margin-bottom:4.75rem!important}.mb-xxl-20{margin-bottom:5rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:.75rem!important}.ms-xxl-4{margin-left:1rem!important}.ms-xxl-5{margin-left:1.25rem!important}.ms-xxl-6{margin-left:1.5rem!important}.ms-xxl-7{margin-left:1.75rem!important}.ms-xxl-8{margin-left:2rem!important}.ms-xxl-9{margin-left:2.25rem!important}.ms-xxl-10{margin-left:2.5rem!important}.ms-xxl-11{margin-left:2.75rem!important}.ms-xxl-12{margin-left:3rem!important}.ms-xxl-13{margin-left:3.25rem!important}.ms-xxl-14{margin-left:3.5rem!important}.ms-xxl-15{margin-left:3.75rem!important}.ms-xxl-16{margin-left:4rem!important}.ms-xxl-17{margin-left:4.25rem!important}.ms-xxl-18{margin-left:4.5rem!important}.ms-xxl-19{margin-left:4.75rem!important}.ms-xxl-20{margin-left:5rem!important}.ms-xxl-auto{margin-left:auto!important}.m-xxl-n1{margin:-.25rem!important}.m-xxl-n2{margin:-.5rem!important}.m-xxl-n3{margin:-.75rem!important}.m-xxl-n4{margin:-1rem!important}.m-xxl-n5{margin:-1.25rem!important}.m-xxl-n6{margin:-1.5rem!important}.m-xxl-n7{margin:-1.75rem!important}.m-xxl-n8{margin:-2rem!important}.m-xxl-n9{margin:-2.25rem!important}.m-xxl-n10{margin:-2.5rem!important}.m-xxl-n11{margin:-2.75rem!important}.m-xxl-n12{margin:-3rem!important}.m-xxl-n13{margin:-3.25rem!important}.m-xxl-n14{margin:-3.5rem!important}.m-xxl-n15{margin:-3.75rem!important}.m-xxl-n16{margin:-4rem!important}.m-xxl-n17{margin:-4.25rem!important}.m-xxl-n18{margin:-4.5rem!important}.m-xxl-n19{margin:-4.75rem!important}.m-xxl-n20{margin:-5rem!important}.mx-xxl-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-xxl-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-xxl-n3{margin-right:-.75rem!important;margin-left:-.75rem!important}.mx-xxl-n4{margin-right:-1rem!important;margin-left:-1rem!important}.mx-xxl-n5{margin-right:-1.25rem!important;margin-left:-1.25rem!important}.mx-xxl-n6{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-xxl-n7{margin-right:-1.75rem!important;margin-left:-1.75rem!important}.mx-xxl-n8{margin-right:-2rem!important;margin-left:-2rem!important}.mx-xxl-n9{margin-right:-2.25rem!important;margin-left:-2.25rem!important}.mx-xxl-n10{margin-right:-2.5rem!important;margin-left:-2.5rem!important}.mx-xxl-n11{margin-right:-2.75rem!important;margin-left:-2.75rem!important}.mx-xxl-n12{margin-right:-3rem!important;margin-left:-3rem!important}.mx-xxl-n13{margin-right:-3.25rem!important;margin-left:-3.25rem!important}.mx-xxl-n14{margin-right:-3.5rem!important;margin-left:-3.5rem!important}.mx-xxl-n15{margin-right:-3.75rem!important;margin-left:-3.75rem!important}.mx-xxl-n16{margin-right:-4rem!important;margin-left:-4rem!important}.mx-xxl-n17{margin-right:-4.25rem!important;margin-left:-4.25rem!important}.mx-xxl-n18{margin-right:-4.5rem!important;margin-left:-4.5rem!important}.mx-xxl-n19{margin-right:-4.75rem!important;margin-left:-4.75rem!important}.mx-xxl-n20{margin-right:-5rem!important;margin-left:-5rem!important}.my-xxl-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-xxl-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-xxl-n3{margin-top:-.75rem!important;margin-bottom:-.75rem!important}.my-xxl-n4{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-xxl-n5{margin-top:-1.25rem!important;margin-bottom:-1.25rem!important}.my-xxl-n6{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-xxl-n7{margin-top:-1.75rem!important;margin-bottom:-1.75rem!important}.my-xxl-n8{margin-top:-2rem!important;margin-bottom:-2rem!important}.my-xxl-n9{margin-top:-2.25rem!important;margin-bottom:-2.25rem!important}.my-xxl-n10{margin-top:-2.5rem!important;margin-bottom:-2.5rem!important}.my-xxl-n11{margin-top:-2.75rem!important;margin-bottom:-2.75rem!important}.my-xxl-n12{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-xxl-n13{margin-top:-3.25rem!important;margin-bottom:-3.25rem!important}.my-xxl-n14{margin-top:-3.5rem!important;margin-bottom:-3.5rem!important}.my-xxl-n15{margin-top:-3.75rem!important;margin-bottom:-3.75rem!important}.my-xxl-n16{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-xxl-n17{margin-top:-4.25rem!important;margin-bottom:-4.25rem!important}.my-xxl-n18{margin-top:-4.5rem!important;margin-bottom:-4.5rem!important}.my-xxl-n19{margin-top:-4.75rem!important;margin-bottom:-4.75rem!important}.my-xxl-n20{margin-top:-5rem!important;margin-bottom:-5rem!important}.mt-xxl-n1{margin-top:-.25rem!important}.mt-xxl-n2{margin-top:-.5rem!important}.mt-xxl-n3{margin-top:-.75rem!important}.mt-xxl-n4{margin-top:-1rem!important}.mt-xxl-n5{margin-top:-1.25rem!important}.mt-xxl-n6{margin-top:-1.5rem!important}.mt-xxl-n7{margin-top:-1.75rem!important}.mt-xxl-n8{margin-top:-2rem!important}.mt-xxl-n9{margin-top:-2.25rem!important}.mt-xxl-n10{margin-top:-2.5rem!important}.mt-xxl-n11{margin-top:-2.75rem!important}.mt-xxl-n12{margin-top:-3rem!important}.mt-xxl-n13{margin-top:-3.25rem!important}.mt-xxl-n14{margin-top:-3.5rem!important}.mt-xxl-n15{margin-top:-3.75rem!important}.mt-xxl-n16{margin-top:-4rem!important}.mt-xxl-n17{margin-top:-4.25rem!important}.mt-xxl-n18{margin-top:-4.5rem!important}.mt-xxl-n19{margin-top:-4.75rem!important}.mt-xxl-n20{margin-top:-5rem!important}.me-xxl-n1{margin-right:-.25rem!important}.me-xxl-n2{margin-right:-.5rem!important}.me-xxl-n3{margin-right:-.75rem!important}.me-xxl-n4{margin-right:-1rem!important}.me-xxl-n5{margin-right:-1.25rem!important}.me-xxl-n6{margin-right:-1.5rem!important}.me-xxl-n7{margin-right:-1.75rem!important}.me-xxl-n8{margin-right:-2rem!important}.me-xxl-n9{margin-right:-2.25rem!important}.me-xxl-n10{margin-right:-2.5rem!important}.me-xxl-n11{margin-right:-2.75rem!important}.me-xxl-n12{margin-right:-3rem!important}.me-xxl-n13{margin-right:-3.25rem!important}.me-xxl-n14{margin-right:-3.5rem!important}.me-xxl-n15{margin-right:-3.75rem!important}.me-xxl-n16{margin-right:-4rem!important}.me-xxl-n17{margin-right:-4.25rem!important}.me-xxl-n18{margin-right:-4.5rem!important}.me-xxl-n19{margin-right:-4.75rem!important}.me-xxl-n20{margin-right:-5rem!important}.mb-xxl-n1{margin-bottom:-.25rem!important}.mb-xxl-n2{margin-bottom:-.5rem!important}.mb-xxl-n3{margin-bottom:-.75rem!important}.mb-xxl-n4{margin-bottom:-1rem!important}.mb-xxl-n5{margin-bottom:-1.25rem!important}.mb-xxl-n6{margin-bottom:-1.5rem!important}.mb-xxl-n7{margin-bottom:-1.75rem!important}.mb-xxl-n8{margin-bottom:-2rem!important}.mb-xxl-n9{margin-bottom:-2.25rem!important}.mb-xxl-n10{margin-bottom:-2.5rem!important}.mb-xxl-n11{margin-bottom:-2.75rem!important}.mb-xxl-n12{margin-bottom:-3rem!important}.mb-xxl-n13{margin-bottom:-3.25rem!important}.mb-xxl-n14{margin-bottom:-3.5rem!important}.mb-xxl-n15{margin-bottom:-3.75rem!important}.mb-xxl-n16{margin-bottom:-4rem!important}.mb-xxl-n17{margin-bottom:-4.25rem!important}.mb-xxl-n18{margin-bottom:-4.5rem!important}.mb-xxl-n19{margin-bottom:-4.75rem!important}.mb-xxl-n20{margin-bottom:-5rem!important}.ms-xxl-n1{margin-left:-.25rem!important}.ms-xxl-n2{margin-left:-.5rem!important}.ms-xxl-n3{margin-left:-.75rem!important}.ms-xxl-n4{margin-left:-1rem!important}.ms-xxl-n5{margin-left:-1.25rem!important}.ms-xxl-n6{margin-left:-1.5rem!important}.ms-xxl-n7{margin-left:-1.75rem!important}.ms-xxl-n8{margin-left:-2rem!important}.ms-xxl-n9{margin-left:-2.25rem!important}.ms-xxl-n10{margin-left:-2.5rem!important}.ms-xxl-n11{margin-left:-2.75rem!important}.ms-xxl-n12{margin-left:-3rem!important}.ms-xxl-n13{margin-left:-3.25rem!important}.ms-xxl-n14{margin-left:-3.5rem!important}.ms-xxl-n15{margin-left:-3.75rem!important}.ms-xxl-n16{margin-left:-4rem!important}.ms-xxl-n17{margin-left:-4.25rem!important}.ms-xxl-n18{margin-left:-4.5rem!important}.ms-xxl-n19{margin-left:-4.75rem!important}.ms-xxl-n20{margin-left:-5rem!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:.75rem!important}.p-xxl-4{padding:1rem!important}.p-xxl-5{padding:1.25rem!important}.p-xxl-6{padding:1.5rem!important}.p-xxl-7{padding:1.75rem!important}.p-xxl-8{padding:2rem!important}.p-xxl-9{padding:2.25rem!important}.p-xxl-10{padding:2.5rem!important}.p-xxl-11{padding:2.75rem!important}.p-xxl-12{padding:3rem!important}.p-xxl-13{padding:3.25rem!important}.p-xxl-14{padding:3.5rem!important}.p-xxl-15{padding:3.75rem!important}.p-xxl-16{padding:4rem!important}.p-xxl-17{padding:4.25rem!important}.p-xxl-18{padding:4.5rem!important}.p-xxl-19{padding:4.75rem!important}.p-xxl-20{padding:5rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:.75rem!important;padding-left:.75rem!important}.px-xxl-4{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-5{padding-right:1.25rem!important;padding-left:1.25rem!important}.px-xxl-6{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-7{padding-right:1.75rem!important;padding-left:1.75rem!important}.px-xxl-8{padding-right:2rem!important;padding-left:2rem!important}.px-xxl-9{padding-right:2.25rem!important;padding-left:2.25rem!important}.px-xxl-10{padding-right:2.5rem!important;padding-left:2.5rem!important}.px-xxl-11{padding-right:2.75rem!important;padding-left:2.75rem!important}.px-xxl-12{padding-right:3rem!important;padding-left:3rem!important}.px-xxl-13{padding-right:3.25rem!important;padding-left:3.25rem!important}.px-xxl-14{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-xxl-15{padding-right:3.75rem!important;padding-left:3.75rem!important}.px-xxl-16{padding-right:4rem!important;padding-left:4rem!important}.px-xxl-17{padding-right:4.25rem!important;padding-left:4.25rem!important}.px-xxl-18{padding-right:4.5rem!important;padding-left:4.5rem!important}.px-xxl-19{padding-right:4.75rem!important;padding-left:4.75rem!important}.px-xxl-20{padding-right:5rem!important;padding-left:5rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-xxl-4{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.py-xxl-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-7{padding-top:1.75rem!important;padding-bottom:1.75rem!important}.py-xxl-8{padding-top:2rem!important;padding-bottom:2rem!important}.py-xxl-9{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.py-xxl-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-xxl-11{padding-top:2.75rem!important;padding-bottom:2.75rem!important}.py-xxl-12{padding-top:3rem!important;padding-bottom:3rem!important}.py-xxl-13{padding-top:3.25rem!important;padding-bottom:3.25rem!important}.py-xxl-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-xxl-15{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.py-xxl-16{padding-top:4rem!important;padding-bottom:4rem!important}.py-xxl-17{padding-top:4.25rem!important;padding-bottom:4.25rem!important}.py-xxl-18{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.py-xxl-19{padding-top:4.75rem!important;padding-bottom:4.75rem!important}.py-xxl-20{padding-top:5rem!important;padding-bottom:5rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:.75rem!important}.pt-xxl-4{padding-top:1rem!important}.pt-xxl-5{padding-top:1.25rem!important}.pt-xxl-6{padding-top:1.5rem!important}.pt-xxl-7{padding-top:1.75rem!important}.pt-xxl-8{padding-top:2rem!important}.pt-xxl-9{padding-top:2.25rem!important}.pt-xxl-10{padding-top:2.5rem!important}.pt-xxl-11{padding-top:2.75rem!important}.pt-xxl-12{padding-top:3rem!important}.pt-xxl-13{padding-top:3.25rem!important}.pt-xxl-14{padding-top:3.5rem!important}.pt-xxl-15{padding-top:3.75rem!important}.pt-xxl-16{padding-top:4rem!important}.pt-xxl-17{padding-top:4.25rem!important}.pt-xxl-18{padding-top:4.5rem!important}.pt-xxl-19{padding-top:4.75rem!important}.pt-xxl-20{padding-top:5rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:.75rem!important}.pe-xxl-4{padding-right:1rem!important}.pe-xxl-5{padding-right:1.25rem!important}.pe-xxl-6{padding-right:1.5rem!important}.pe-xxl-7{padding-right:1.75rem!important}.pe-xxl-8{padding-right:2rem!important}.pe-xxl-9{padding-right:2.25rem!important}.pe-xxl-10{padding-right:2.5rem!important}.pe-xxl-11{padding-right:2.75rem!important}.pe-xxl-12{padding-right:3rem!important}.pe-xxl-13{padding-right:3.25rem!important}.pe-xxl-14{padding-right:3.5rem!important}.pe-xxl-15{padding-right:3.75rem!important}.pe-xxl-16{padding-right:4rem!important}.pe-xxl-17{padding-right:4.25rem!important}.pe-xxl-18{padding-right:4.5rem!important}.pe-xxl-19{padding-right:4.75rem!important}.pe-xxl-20{padding-right:5rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:.75rem!important}.pb-xxl-4{padding-bottom:1rem!important}.pb-xxl-5{padding-bottom:1.25rem!important}.pb-xxl-6{padding-bottom:1.5rem!important}.pb-xxl-7{padding-bottom:1.75rem!important}.pb-xxl-8{padding-bottom:2rem!important}.pb-xxl-9{padding-bottom:2.25rem!important}.pb-xxl-10{padding-bottom:2.5rem!important}.pb-xxl-11{padding-bottom:2.75rem!important}.pb-xxl-12{padding-bottom:3rem!important}.pb-xxl-13{padding-bottom:3.25rem!important}.pb-xxl-14{padding-bottom:3.5rem!important}.pb-xxl-15{padding-bottom:3.75rem!important}.pb-xxl-16{padding-bottom:4rem!important}.pb-xxl-17{padding-bottom:4.25rem!important}.pb-xxl-18{padding-bottom:4.5rem!important}.pb-xxl-19{padding-bottom:4.75rem!important}.pb-xxl-20{padding-bottom:5rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:.75rem!important}.ps-xxl-4{padding-left:1rem!important}.ps-xxl-5{padding-left:1.25rem!important}.ps-xxl-6{padding-left:1.5rem!important}.ps-xxl-7{padding-left:1.75rem!important}.ps-xxl-8{padding-left:2rem!important}.ps-xxl-9{padding-left:2.25rem!important}.ps-xxl-10{padding-left:2.5rem!important}.ps-xxl-11{padding-left:2.75rem!important}.ps-xxl-12{padding-left:3rem!important}.ps-xxl-13{padding-left:3.25rem!important}.ps-xxl-14{padding-left:3.5rem!important}.ps-xxl-15{padding-left:3.75rem!important}.ps-xxl-16{padding-left:4rem!important}.ps-xxl-17{padding-left:4.25rem!important}.ps-xxl-18{padding-left:4.5rem!important}.ps-xxl-19{padding-left:4.75rem!important}.ps-xxl-20{padding-left:5rem!important}.fs-xxl-1{font-size:1.75rem!important}.fs-xxl-2{font-size:1.5rem!important}.fs-xxl-3{font-size:1.35rem!important}.fs-xxl-4{font-size:1.25rem!important}.fs-xxl-5{font-size:1.15rem!important}.fs-xxl-6{font-size:1.075rem!important}.fs-xxl-7{font-size:.95rem!important}.fs-xxl-8{font-size:.85rem!important}.fs-xxl-9{font-size:.75rem!important}.fs-xxl-10{font-size:.5rem!important}.fs-xxl-base{font-size:1rem!important}.fs-xxl-fluid{font-size:100%!important}.fs-xxl-2x{font-size:2rem!important}.fs-xxl-2qx{font-size:2.25rem!important}.fs-xxl-2hx{font-size:2.5rem!important}.fs-xxl-2tx{font-size:2.75rem!important}.fs-xxl-3x{font-size:3rem!important}.fs-xxl-3qx{font-size:3.25rem!important}.fs-xxl-3hx{font-size:3.5rem!important}.fs-xxl-3tx{font-size:3.75rem!important}.fs-xxl-4x{font-size:4rem!important}.fs-xxl-4qx{font-size:4.25rem!important}.fs-xxl-4hx{font-size:4.5rem!important}.fs-xxl-4tx{font-size:4.75rem!important}.fs-xxl-5x{font-size:5rem!important}.fs-xxl-5qx{font-size:5.25rem!important}.fs-xxl-5hx{font-size:5.5rem!important}.fs-xxl-5tx{font-size:5.75rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}.min-w-xxl-unset{min-width:unset!important}.min-w-xxl-25{min-width:25%!important}.min-w-xxl-50{min-width:50%!important}.min-w-xxl-60{min-width:60%!important}.min-w-xxl-75{min-width:75%!important}.min-w-xxl-100{min-width:100%!important}.min-w-xxl-auto{min-width:auto!important}.min-w-xxl-1px{min-width:1px!important}.min-w-xxl-2px{min-width:2px!important}.min-w-xxl-3px{min-width:3px!important}.min-w-xxl-4px{min-width:4px!important}.min-w-xxl-5px{min-width:5px!important}.min-w-xxl-6px{min-width:6px!important}.min-w-xxl-7px{min-width:7px!important}.min-w-xxl-8px{min-width:8px!important}.min-w-xxl-9px{min-width:9px!important}.min-w-xxl-10px{min-width:10px!important}.min-w-xxl-15px{min-width:15px!important}.min-w-xxl-20px{min-width:20px!important}.min-w-xxl-25px{min-width:25px!important}.min-w-xxl-30px{min-width:30px!important}.min-w-xxl-35px{min-width:35px!important}.min-w-xxl-40px{min-width:40px!important}.min-w-xxl-45px{min-width:45px!important}.min-w-xxl-50px{min-width:50px!important}.min-w-xxl-55px{min-width:55px!important}.min-w-xxl-60px{min-width:60px!important}.min-w-xxl-65px{min-width:65px!important}.min-w-xxl-70px{min-width:70px!important}.min-w-xxl-75px{min-width:75px!important}.min-w-xxl-80px{min-width:80px!important}.min-w-xxl-85px{min-width:85px!important}.min-w-xxl-90px{min-width:90px!important}.min-w-xxl-95px{min-width:95px!important}.min-w-xxl-100px{min-width:100px!important}.min-w-xxl-125px{min-width:125px!important}.min-w-xxl-150px{min-width:150px!important}.min-w-xxl-175px{min-width:175px!important}.min-w-xxl-200px{min-width:200px!important}.min-w-xxl-225px{min-width:225px!important}.min-w-xxl-250px{min-width:250px!important}.min-w-xxl-275px{min-width:275px!important}.min-w-xxl-300px{min-width:300px!important}.min-w-xxl-325px{min-width:325px!important}.min-w-xxl-350px{min-width:350px!important}.min-w-xxl-375px{min-width:375px!important}.min-w-xxl-400px{min-width:400px!important}.min-w-xxl-425px{min-width:425px!important}.min-w-xxl-450px{min-width:450px!important}.min-w-xxl-475px{min-width:475px!important}.min-w-xxl-500px{min-width:500px!important}.min-w-xxl-550px{min-width:550px!important}.min-w-xxl-600px{min-width:600px!important}.min-w-xxl-650px{min-width:650px!important}.min-w-xxl-700px{min-width:700px!important}.min-w-xxl-750px{min-width:750px!important}.min-w-xxl-800px{min-width:800px!important}.min-w-xxl-850px{min-width:850px!important}.min-w-xxl-900px{min-width:900px!important}.min-w-xxl-950px{min-width:950px!important}.min-w-xxl-1000px{min-width:1000px!important}.min-h-xxl-unset{min-height:unset!important}.min-h-xxl-25{min-height:25%!important}.min-h-xxl-50{min-height:50%!important}.min-h-xxl-60{min-height:60%!important}.min-h-xxl-75{min-height:75%!important}.min-h-xxl-100{min-height:100%!important}.min-h-xxl-auto{min-height:auto!important}.min-h-xxl-1px{min-height:1px!important}.min-h-xxl-2px{min-height:2px!important}.min-h-xxl-3px{min-height:3px!important}.min-h-xxl-4px{min-height:4px!important}.min-h-xxl-5px{min-height:5px!important}.min-h-xxl-6px{min-height:6px!important}.min-h-xxl-7px{min-height:7px!important}.min-h-xxl-8px{min-height:8px!important}.min-h-xxl-9px{min-height:9px!important}.min-h-xxl-10px{min-height:10px!important}.min-h-xxl-15px{min-height:15px!important}.min-h-xxl-20px{min-height:20px!important}.min-h-xxl-25px{min-height:25px!important}.min-h-xxl-30px{min-height:30px!important}.min-h-xxl-35px{min-height:35px!important}.min-h-xxl-40px{min-height:40px!important}.min-h-xxl-45px{min-height:45px!important}.min-h-xxl-50px{min-height:50px!important}.min-h-xxl-55px{min-height:55px!important}.min-h-xxl-60px{min-height:60px!important}.min-h-xxl-65px{min-height:65px!important}.min-h-xxl-70px{min-height:70px!important}.min-h-xxl-75px{min-height:75px!important}.min-h-xxl-80px{min-height:80px!important}.min-h-xxl-85px{min-height:85px!important}.min-h-xxl-90px{min-height:90px!important}.min-h-xxl-95px{min-height:95px!important}.min-h-xxl-100px{min-height:100px!important}.min-h-xxl-125px{min-height:125px!important}.min-h-xxl-150px{min-height:150px!important}.min-h-xxl-175px{min-height:175px!important}.min-h-xxl-200px{min-height:200px!important}.min-h-xxl-225px{min-height:225px!important}.min-h-xxl-250px{min-height:250px!important}.min-h-xxl-275px{min-height:275px!important}.min-h-xxl-300px{min-height:300px!important}.min-h-xxl-325px{min-height:325px!important}.min-h-xxl-350px{min-height:350px!important}.min-h-xxl-375px{min-height:375px!important}.min-h-xxl-400px{min-height:400px!important}.min-h-xxl-425px{min-height:425px!important}.min-h-xxl-450px{min-height:450px!important}.min-h-xxl-475px{min-height:475px!important}.min-h-xxl-500px{min-height:500px!important}.min-h-xxl-550px{min-height:550px!important}.min-h-xxl-600px{min-height:600px!important}.min-h-xxl-650px{min-height:650px!important}.min-h-xxl-700px{min-height:700px!important}.min-h-xxl-750px{min-height:750px!important}.min-h-xxl-800px{min-height:800px!important}.min-h-xxl-850px{min-height:850px!important}.min-h-xxl-900px{min-height:900px!important}.min-h-xxl-950px{min-height:950px!important}.min-h-xxl-1000px{min-height:1000px!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-print-none{display:none!important}}.custom-control{position:relative;z-index:1;display:block;min-height:1.15rem;padding-left:2.25rem;color-adjust:exact}.custom-control-inline{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1.75rem;height:1.45rem;opacity:0}.custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:#2996ce;background-color:#2996ce}.custom-control-input:focus~.custom-control-label:before{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.075),0 0 0 .25rem rgba(41,150,206,.25);box-shadow:inset 0 1px 2px rgba(0,0,0,.075),0 0 0 .25rem rgba(41,150,206,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#b5b5c3}.custom-control-input:not(:disabled):active~.custom-control-label:before{color:#fff;background-color:#b9def1;border-color:#b9def1}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#7e8299}.custom-control-input:disabled~.custom-control-label:before,.custom-control-input[disabled]~.custom-control-label:before{background-color:#eff2f5}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label:before{pointer-events:none;background-color:#f2f1f6;border:1px solid #a1a5b7;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.075);box-shadow:inset 0 1px 2px rgba(0,0,0,.075)}.custom-control-label:after,.custom-control-label:before{position:absolute;top:-.3rem;left:-2.25rem;display:block;width:1.75rem;height:1.75rem;content:""}.custom-control-label:after{background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-label:before{border-radius:.475rem}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{border-color:#2996ce;background-color:#2996ce}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(41,150,206,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(41,150,206,.5)}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(41,150,206,.5)}.custom-switch{padding-left:3.5625rem}.custom-switch .custom-control-label:before{left:-3.5625rem;width:3.0625rem;pointer-events:all;border-radius:.875rem}.custom-switch .custom-control-label:after{top:calc(-.3rem + 2px);left:calc(-3.5625rem + 2px);width:calc(1.75rem - 4px);height:calc(1.75rem - 4px);background-color:#a1a5b7;border-radius:.875rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label:after{-webkit-transition:none;transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#f2f1f6;-webkit-transform:translateX(1.3125rem);transform:translateX(1.3125rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(41,150,206,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.15em + 1rem + 2px);padding:.5rem 2rem .5rem 1rem;font-size:1rem;font-weight:500;line-height:1.15;color:#0f3f62;vertical-align:middle;background:#f2f1f6 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%233F4254' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 1rem center/8px 10px no-repeat;border:1px solid #f2f1f6;border-radius:.475rem;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.075);box-shadow:inset 0 1px 2px rgba(0,0,0,.075);-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#b5b5c3;outline:0;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.075),0 0 0 .25rem rgba(41,150,206,.25);box-shadow:inset 0 1px 2px rgba(0,0,0,.075),0 0 0 .25rem rgba(41,150,206,.25)}.custom-select:focus::-ms-value{color:#0f3f62;background-color:#f2f1f6}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:1rem;background-image:none}.custom-select:disabled{color:#7e8299;background-color:#eff2f5}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #0f3f62}.custom-select-sm{height:calc(1.15em + .9rem + 2px);padding-top:.45rem;padding-bottom:.45rem;padding-left:1.25rem;font-size:.85rem}.custom-select-lg{height:calc(1.15em + 1.65rem + 2px);padding-top:.825rem;padding-bottom:.825rem;padding-left:1.5rem;font-size:1.15rem}.custom-file{display:inline-block;margin-bottom:0}.custom-file,.custom-file-input{position:relative;width:100%;height:calc(1.15em + 1rem + 2px)}.custom-file-input{z-index:2;margin:0;overflow:hidden;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#b5b5c3;-webkit-box-shadow:0 0 0 .25rem rgba(41,150,206,.25);box-shadow:0 0 0 .25rem rgba(41,150,206,.25)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#eff2f5}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.custom-file-label{left:0;z-index:1;height:calc(1.15em + 1rem + 2px);overflow:hidden;font-weight:500;background-color:#f2f1f6;border:1px solid #f2f1f6;border-radius:.475rem;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.075);box-shadow:inset 0 1px 2px rgba(0,0,0,.075)}.custom-file-label,.custom-file-label:after{position:absolute;top:0;right:0;padding:.5rem 1rem;line-height:1.15;color:#0f3f62}.custom-file-label:after{bottom:0;z-index:3;display:block;height:calc(1.15em + 1rem);content:"Browse";background-color:#eff2f5;border-left:inherit;border-radius:0 .475rem .475rem 0}.custom-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(41,150,206,.25);box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(41,150,206,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(41,150,206,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(41,150,206,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#2996ce;border:0;border-radius:1rem;-webkit-box-shadow:0 .1rem .25rem rgba(0,0,0,.1);box-shadow:0 .1rem .25rem rgba(0,0,0,.1);-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b9def1}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#e4e6ef;border-color:transparent;border-radius:1rem;-webkit-box-shadow:inset 0 .25rem .25rem rgba(0,0,0,.1);box-shadow:inset 0 .25rem .25rem rgba(0,0,0,.1)}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#2996ce;border:0;border-radius:1rem;box-shadow:0 .1rem .25rem rgba(0,0,0,.1);-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-webkit-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b9def1}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#e4e6ef;border-color:transparent;border-radius:1rem;box-shadow:inset 0 .25rem .25rem rgba(0,0,0,.1)}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.25rem;margin-left:.25rem;background-color:#2996ce;border:0;border-radius:1rem;box-shadow:0 .1rem .25rem rgba(0,0,0,.1);-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-webkit-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b9def1}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem;box-shadow:inset 0 .25rem .25rem rgba(0,0,0,.1)}.custom-range::-ms-fill-lower,.custom-range::-ms-fill-upper{background-color:#e4e6ef;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px}.custom-range:disabled::-webkit-slider-thumb{background-color:#a1a5b7}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#a1a5b7}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#a1a5b7}.custom-control-label:before,.custom-file-label,.custom-select{-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label:before,.custom-file-label,.custom-select{-webkit-transition:none;transition:none}}.bgi-no-repeat{background-repeat:no-repeat}.bgi-position-y-top{background-position-y:top}.bgi-position-y-bottom{background-position-y:bottom}.bgi-position-y-center{background-position-y:center}.bgi-position-x-start{background-position-x:left}.bgi-position-x-end{background-position-x:right}.bgi-position-x-center{background-position-x:center}.bgi-position-top{background-position:0 top}.bgi-position-bottom{background-position:0 bottom}.bgi-position-center{background-position:50%}.bgi-size-auto{background-size:auto}.bgi-size-cover{background-size:cover}.bgi-size-contain{background-size:contain}.bgi-attachment-fixed{background-attachment:fixed}.bgi-attachment-auto{background-attachment:auto}@media (min-width:576px){.bgi-size-sm-auto{background-size:auto}.bgi-size-sm-cover{background-size:cover}.bgi-size-sm-contain{background-size:contain}.bgi-attachment-sm-fixed{background-attachment:fixed}.bgi-attachment-sm-auto{background-attachment:auto}}@media (min-width:768px){.bgi-size-md-auto{background-size:auto}.bgi-size-md-cover{background-size:cover}.bgi-size-md-contain{background-size:contain}.bgi-attachment-md-fixed{background-attachment:fixed}.bgi-attachment-md-auto{background-attachment:auto}}@media (min-width:992px){.bgi-size-lg-auto{background-size:auto}.bgi-size-lg-cover{background-size:cover}.bgi-size-lg-contain{background-size:contain}.bgi-attachment-lg-fixed{background-attachment:fixed}.bgi-attachment-lg-auto{background-attachment:auto}}@media (min-width:1200px){.bgi-size-xl-auto{background-size:auto}.bgi-size-xl-cover{background-size:cover}.bgi-size-xl-contain{background-size:contain}.bgi-attachment-xl-fixed{background-attachment:fixed}.bgi-attachment-xl-auto{background-attachment:auto}}@media (min-width:1400px){.bgi-size-xxl-auto{background-size:auto}.bgi-size-xxl-cover{background-size:cover}.bgi-size-xxl-contain{background-size:contain}.bgi-attachment-xxl-fixed{background-attachment:fixed}.bgi-attachment-xxl-auto{background-attachment:auto}}.bg-hover-light:hover{background-color:#f2f1f6!important}.bg-hover-white:hover{background-color:#fff!important}.bg-hover-light-primary:hover{background-color:#cde8f1!important}.bg-hover-light-secondary:hover{background-color:#cfd9e0!important}.bg-hover-light-success:hover{background-color:#d3f2ed!important}.bg-hover-light-info:hover{background-color:#c9d8e9!important}.bg-hover-light-warning:hover{background-color:#ffe5d5!important}.bg-hover-light-danger:hover{background-color:#ffe2e5!important}.bg-hover-light-dark:hover{background-color:#eff2f5!important}.bg-hover-light-purple:hover{background-color:#ffafc6!important}.bg-hover-light-yellow:hover{background-color:#ffefcd!important}.border-active:not(.active):not(:active):not(:hover):not(:focus){border-color:transparent!important}.border-hover:not(:hover):not(:focus):not(.active):not(:active){cursor:pointer;border-color:transparent!important}.border-gray-100{border-color:#f2f1f6!important}.border-gray-200{border-color:#eff2f5!important}.border-gray-300{border-color:#e4e6ef!important}.border-gray-400{border-color:#b5b5c3!important}.border-gray-500{border-color:#a1a5b7!important}.border-gray-600{border-color:#7e8299!important}.border-gray-700{border-color:#5e6278!important}.border-gray-800{border-color:#3f4254!important}.border-gray-900{border-color:#0f3f62!important}.border-active-white.active,.border-hover-white:hover{border-color:#fff!important}.border-active-light.active,.border-hover-light:hover{border-color:#f2f1f6!important}.border-active-primary.active,.border-hover-primary:hover{border-color:#2996ce!important}.border-active-secondary.active,.border-hover-secondary:hover{border-color:#0f3f62!important}.border-active-success.active,.border-hover-success:hover{border-color:#14937e!important}.border-active-info.active,.border-hover-info:hover{border-color:#4974a6!important}.border-active-warning.active,.border-hover-warning:hover{border-color:#fe7f2d!important}.border-active-danger.active,.border-hover-danger:hover{border-color:#f64e60!important}.border-active-dark.active,.border-hover-dark:hover{border-color:#0f3f62!important}.border-active-purple.active,.border-hover-purple:hover{border-color:#c12d58!important}.border-active-yellow.active,.border-hover-yellow:hover{border-color:#ffae03!important}.border-hover-transparent:hover{border-color:transparent!important}.border-dashed{border-style:dashed!important;border-color:#e4e6ef}.border-top-dashed{border-top-style:dashed!important}.border-bottom-dashed{border-bottom-style:dashed!important}.border-start-dashed{border-left-style:dashed!important}.border-end-dashed{border-right-style:dashed!important}.border-dotted{border-style:dotted!important}.border-top-dotted{border-top-style:dotted!important}.border-bottom-dotted{border-bottom-style:dotted!important}.border-start-dotted{border-left-style:dotted!important}.border-end-dotted{border-right-style:dotted!important}.border-transparent{border-color:transparent!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-bottom-0{border-bottom-right-radius:0!important}.rounded-bottom-0,.rounded-start-0{border-bottom-left-radius:0!important}.rounded-start-0{border-top-left-radius:0!important}.rounded-end-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.rounded-top-left-0{border-top-left-radius:0!important}.rounded-top-right-0{border-top-right-radius:0!important}.rounded-bottom-left-0{border-bottom-left-radius:0!important}.rounded-bottom-right-0{border-bottom-right-radius:0!important}.rounded-2{border-radius:.15rem}.rounded-3{border-radius:.25rem}.rounded-4{border-radius:.5rem}.rounded-5{border-radius:1rem}.rounded-circle{border-radius:50%!important}.no-border{border:none!important}.col-border:not(:last-child){border-right:1px solid #d7d7d7}.col-border+.col-border{border-left:1px solid #d7d7d7;margin-left:-1px}@media (min-width:576px){.col-sm-border:not(:last-child){border-right:1px solid #d7d7d7}.col-sm-border+.col-sm-border{border-left:1px solid #d7d7d7;margin-left:-1px}}@media (min-width:768px){.col-md-border:not(:last-child){border-right:1px solid #d7d7d7}.col-md-border+.col-md-border{border-left:1px solid #d7d7d7;margin-left:-1px}}@media (min-width:992px){.col-lg-border:not(:last-child){border-right:1px solid #d7d7d7}.col-lg-border+.col-lg-border{border-left:1px solid #d7d7d7;margin-left:-1px}}@media (min-width:1200px){.col-xl-border:not(:last-child){border-right:1px solid #d7d7d7}.col-xl-border+.col-xl-border{border-left:1px solid #d7d7d7;margin-left:-1px}}@media (min-width:1400px){.col-xxl-border:not(:last-child){border-right:1px solid #d7d7d7}.col-xxl-border+.col-xxl-border{border-left:1px solid #d7d7d7;margin-left:-1px}}.flex-root{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flex-column-auto{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none}.flex-column-fluid{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.flex-row-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.flex-row-fluid{-webkit-box-flex:1;-webkit-flex:1 auto;-ms-flex:1 auto;flex:1 auto;min-width:0}.flex-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.flex-center,.flex-stack{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.flex-stack{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.flex-flow-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column;-ms-flex-flow:column;flex-flow:column}.flex-basis-0{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0}@media (min-width:576px){.flex-sm-root{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flex-sm-column-auto{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none}.flex-sm-column-fluid{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.flex-sm-row-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.flex-sm-row-fluid{-webkit-box-flex:1;-webkit-flex:1 auto;-ms-flex:1 auto;flex:1 auto;min-width:0}.flex-sm-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.flex-sm-center,.flex-sm-stack{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.flex-sm-stack{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.flex-sm-flow-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column;-ms-flex-flow:column;flex-flow:column}.flex-sm-basis-0{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0}}@media (min-width:768px){.flex-md-root{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flex-md-column-auto{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none}.flex-md-column-fluid{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.flex-md-row-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.flex-md-row-fluid{-webkit-box-flex:1;-webkit-flex:1 auto;-ms-flex:1 auto;flex:1 auto;min-width:0}.flex-md-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.flex-md-center,.flex-md-stack{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.flex-md-stack{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.flex-md-flow-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column;-ms-flex-flow:column;flex-flow:column}.flex-md-basis-0{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0}}@media (min-width:992px){.flex-lg-root{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flex-lg-column-auto{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none}.flex-lg-column-fluid{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.flex-lg-row-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.flex-lg-row-fluid{-webkit-box-flex:1;-webkit-flex:1 auto;-ms-flex:1 auto;flex:1 auto;min-width:0}.flex-lg-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.flex-lg-center,.flex-lg-stack{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.flex-lg-stack{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.flex-lg-flow-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column;-ms-flex-flow:column;flex-flow:column}.flex-lg-basis-0{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0}}@media (min-width:1200px){.flex-xl-root{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flex-xl-column-auto{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none}.flex-xl-column-fluid{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.flex-xl-row-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.flex-xl-row-fluid{-webkit-box-flex:1;-webkit-flex:1 auto;-ms-flex:1 auto;flex:1 auto;min-width:0}.flex-xl-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.flex-xl-center,.flex-xl-stack{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.flex-xl-stack{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.flex-xl-flow-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column;-ms-flex-flow:column;flex-flow:column}.flex-xl-basis-0{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0}}@media (min-width:1400px){.flex-xxl-root{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flex-xxl-column-auto{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none}.flex-xxl-column-fluid{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.flex-xxl-row-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.flex-xxl-row-fluid{-webkit-box-flex:1;-webkit-flex:1 auto;-ms-flex:1 auto;flex:1 auto;min-width:0}.flex-xxl-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.flex-xxl-center,.flex-xxl-stack{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.flex-xxl-stack{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.flex-xxl-flow-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column;-ms-flex-flow:column;flex-flow:column}.flex-xxl-basis-0{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0}}.flex-equal{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.text-white{color:#fff!important}.text-inverse-white{color:#7e8299!important}.text-hover-white,.text-hover-white i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-hover-white:hover,.text-hover-white:hover i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#fff!important}.text-hover-white:hover .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.text-hover-white:hover .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.text-hover-white:hover .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-hover-white:hover .svg-icon svg [stroke]{stroke:#fff}.text-hover-inverse-white,.text-hover-inverse-white i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-hover-inverse-white:hover,.text-hover-inverse-white:hover i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#7e8299!important}.text-hover-inverse-white:hover .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#7e8299}.text-hover-inverse-white:hover .svg-icon svg :not(.permanent):not(g) path{fill:#7e8299}.text-hover-inverse-white:hover .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-hover-inverse-white:hover .svg-icon svg [stroke]{stroke:#7e8299}.text-active-white,.text-active-white i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-active-white.active,.text-active-white.active i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#fff!important}.text-active-white.active .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.text-active-white.active .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.text-active-white.active .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-active-white.active .svg-icon svg [stroke]{stroke:#fff}.text-active-inverse-white,.text-active-inverse-white i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-active-inverse-white.active,.text-active-inverse-white.active i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#7e8299!important}.text-active-inverse-white.active .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#7e8299}.text-active-inverse-white.active .svg-icon svg :not(.permanent):not(g) path{fill:#7e8299}.text-active-inverse-white.active .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-active-inverse-white.active .svg-icon svg [stroke]{stroke:#7e8299}.text-primary{color:#2996ce!important}.text-inverse-primary{color:#fff!important}.text-light-primary{color:#cde8f1!important}.text-hover-primary,.text-hover-primary i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-hover-primary:hover,.text-hover-primary:hover i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#2996ce!important}.text-hover-primary:hover .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#2996ce}.text-hover-primary:hover .svg-icon svg :not(.permanent):not(g) path{fill:#2996ce}.text-hover-primary:hover .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-hover-primary:hover .svg-icon svg [stroke]{stroke:#2996ce}.text-hover-inverse-primary,.text-hover-inverse-primary i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-hover-inverse-primary:hover,.text-hover-inverse-primary:hover i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#fff!important}.text-hover-inverse-primary:hover .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.text-hover-inverse-primary:hover .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.text-hover-inverse-primary:hover .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-hover-inverse-primary:hover .svg-icon svg [stroke]{stroke:#fff}.text-active-primary,.text-active-primary i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-active-primary.active,.text-active-primary.active i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#2996ce!important}.text-active-primary.active .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#2996ce}.text-active-primary.active .svg-icon svg :not(.permanent):not(g) path{fill:#2996ce}.text-active-primary.active .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-active-primary.active .svg-icon svg [stroke]{stroke:#2996ce}.text-active-inverse-primary,.text-active-inverse-primary i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-active-inverse-primary.active,.text-active-inverse-primary.active i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#fff!important}.text-active-inverse-primary.active .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.text-active-inverse-primary.active .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.text-active-inverse-primary.active .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-active-inverse-primary.active .svg-icon svg [stroke]{stroke:#fff}.text-secondary{color:#0f3f62!important}.text-inverse-secondary{color:#fff!important}.text-light-secondary{color:#cfd9e0!important}.text-hover-secondary,.text-hover-secondary i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-hover-secondary:hover,.text-hover-secondary:hover i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#0f3f62!important}.text-hover-secondary:hover .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.text-hover-secondary:hover .svg-icon svg :not(.permanent):not(g) path{fill:#0f3f62}.text-hover-secondary:hover .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-hover-secondary:hover .svg-icon svg [stroke]{stroke:#0f3f62}.text-hover-inverse-secondary,.text-hover-inverse-secondary i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-hover-inverse-secondary:hover,.text-hover-inverse-secondary:hover i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#fff!important}.text-hover-inverse-secondary:hover .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.text-hover-inverse-secondary:hover .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.text-hover-inverse-secondary:hover .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-hover-inverse-secondary:hover .svg-icon svg [stroke]{stroke:#fff}.text-active-secondary,.text-active-secondary i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-active-secondary.active,.text-active-secondary.active i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#0f3f62!important}.text-active-secondary.active .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.text-active-secondary.active .svg-icon svg :not(.permanent):not(g) path{fill:#0f3f62}.text-active-secondary.active .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-active-secondary.active .svg-icon svg [stroke]{stroke:#0f3f62}.text-active-inverse-secondary,.text-active-inverse-secondary i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-active-inverse-secondary.active,.text-active-inverse-secondary.active i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#fff!important}.text-active-inverse-secondary.active .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.text-active-inverse-secondary.active .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.text-active-inverse-secondary.active .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-active-inverse-secondary.active .svg-icon svg [stroke]{stroke:#fff}.text-light{color:#f2f1f6!important}.text-inverse-light{color:#7e8299!important}.text-hover-light,.text-hover-light i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-hover-light:hover,.text-hover-light:hover i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#f2f1f6!important}.text-hover-light:hover .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#f2f1f6}.text-hover-light:hover .svg-icon svg :not(.permanent):not(g) path{fill:#f2f1f6}.text-hover-light:hover .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-hover-light:hover .svg-icon svg [stroke]{stroke:#f2f1f6}.text-hover-inverse-light,.text-hover-inverse-light i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-hover-inverse-light:hover,.text-hover-inverse-light:hover i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#7e8299!important}.text-hover-inverse-light:hover .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#7e8299}.text-hover-inverse-light:hover .svg-icon svg :not(.permanent):not(g) path{fill:#7e8299}.text-hover-inverse-light:hover .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-hover-inverse-light:hover .svg-icon svg [stroke]{stroke:#7e8299}.text-active-light,.text-active-light i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-active-light.active,.text-active-light.active i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#f2f1f6!important}.text-active-light.active .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#f2f1f6}.text-active-light.active .svg-icon svg :not(.permanent):not(g) path{fill:#f2f1f6}.text-active-light.active .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-active-light.active .svg-icon svg [stroke]{stroke:#f2f1f6}.text-active-inverse-light,.text-active-inverse-light i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-active-inverse-light.active,.text-active-inverse-light.active i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#7e8299!important}.text-active-inverse-light.active .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#7e8299}.text-active-inverse-light.active .svg-icon svg :not(.permanent):not(g) path{fill:#7e8299}.text-active-inverse-light.active .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-active-inverse-light.active .svg-icon svg [stroke]{stroke:#7e8299}.text-success{color:#14937e!important}.text-inverse-success{color:#fff!important}.text-light-success{color:#d3f2ed!important}.text-hover-success,.text-hover-success i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-hover-success:hover,.text-hover-success:hover i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#14937e!important}.text-hover-success:hover .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#14937e}.text-hover-success:hover .svg-icon svg :not(.permanent):not(g) path{fill:#14937e}.text-hover-success:hover .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-hover-success:hover .svg-icon svg [stroke]{stroke:#14937e}.text-hover-inverse-success,.text-hover-inverse-success i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-hover-inverse-success:hover,.text-hover-inverse-success:hover i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#fff!important}.text-hover-inverse-success:hover .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.text-hover-inverse-success:hover .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.text-hover-inverse-success:hover .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-hover-inverse-success:hover .svg-icon svg [stroke]{stroke:#fff}.text-active-success,.text-active-success i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-active-success.active,.text-active-success.active i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#14937e!important}.text-active-success.active .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#14937e}.text-active-success.active .svg-icon svg :not(.permanent):not(g) path{fill:#14937e}.text-active-success.active .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-active-success.active .svg-icon svg [stroke]{stroke:#14937e}.text-active-inverse-success,.text-active-inverse-success i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-active-inverse-success.active,.text-active-inverse-success.active i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#fff!important}.text-active-inverse-success.active .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.text-active-inverse-success.active .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.text-active-inverse-success.active .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-active-inverse-success.active .svg-icon svg [stroke]{stroke:#fff}.text-info{color:#4974a6!important}.text-inverse-info{color:#fff!important}.text-light-info{color:#c9d8e9!important}.text-hover-info,.text-hover-info i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-hover-info:hover,.text-hover-info:hover i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#4974a6!important}.text-hover-info:hover .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#4974a6}.text-hover-info:hover .svg-icon svg :not(.permanent):not(g) path{fill:#4974a6}.text-hover-info:hover .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-hover-info:hover .svg-icon svg [stroke]{stroke:#4974a6}.text-hover-inverse-info,.text-hover-inverse-info i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-hover-inverse-info:hover,.text-hover-inverse-info:hover i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#fff!important}.text-hover-inverse-info:hover .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.text-hover-inverse-info:hover .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.text-hover-inverse-info:hover .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-hover-inverse-info:hover .svg-icon svg [stroke]{stroke:#fff}.text-active-info,.text-active-info i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-active-info.active,.text-active-info.active i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#4974a6!important}.text-active-info.active .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#4974a6}.text-active-info.active .svg-icon svg :not(.permanent):not(g) path{fill:#4974a6}.text-active-info.active .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-active-info.active .svg-icon svg [stroke]{stroke:#4974a6}.text-active-inverse-info,.text-active-inverse-info i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-active-inverse-info.active,.text-active-inverse-info.active i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#fff!important}.text-active-inverse-info.active .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.text-active-inverse-info.active .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.text-active-inverse-info.active .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-active-inverse-info.active .svg-icon svg [stroke]{stroke:#fff}.text-warning{color:#fe7f2d!important}.text-inverse-warning{color:#fff!important}.text-light-warning{color:#ffe5d5!important}.text-hover-warning,.text-hover-warning i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-hover-warning:hover,.text-hover-warning:hover i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#fe7f2d!important}.text-hover-warning:hover .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fe7f2d}.text-hover-warning:hover .svg-icon svg :not(.permanent):not(g) path{fill:#fe7f2d}.text-hover-warning:hover .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-hover-warning:hover .svg-icon svg [stroke]{stroke:#fe7f2d}.text-hover-inverse-warning,.text-hover-inverse-warning i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-hover-inverse-warning:hover,.text-hover-inverse-warning:hover i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#fff!important}.text-hover-inverse-warning:hover .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.text-hover-inverse-warning:hover .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.text-hover-inverse-warning:hover .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-hover-inverse-warning:hover .svg-icon svg [stroke]{stroke:#fff}.text-active-warning,.text-active-warning i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-active-warning.active,.text-active-warning.active i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#fe7f2d!important}.text-active-warning.active .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fe7f2d}.text-active-warning.active .svg-icon svg :not(.permanent):not(g) path{fill:#fe7f2d}.text-active-warning.active .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-active-warning.active .svg-icon svg [stroke]{stroke:#fe7f2d}.text-active-inverse-warning,.text-active-inverse-warning i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-active-inverse-warning.active,.text-active-inverse-warning.active i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#fff!important}.text-active-inverse-warning.active .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.text-active-inverse-warning.active .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.text-active-inverse-warning.active .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-active-inverse-warning.active .svg-icon svg [stroke]{stroke:#fff}.text-danger{color:#f64e60!important}.text-inverse-danger{color:#fff!important}.text-light-danger{color:#ffe2e5!important}.text-hover-danger,.text-hover-danger i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-hover-danger:hover,.text-hover-danger:hover i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#f64e60!important}.text-hover-danger:hover .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#f64e60}.text-hover-danger:hover .svg-icon svg :not(.permanent):not(g) path{fill:#f64e60}.text-hover-danger:hover .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-hover-danger:hover .svg-icon svg [stroke]{stroke:#f64e60}.text-hover-inverse-danger,.text-hover-inverse-danger i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-hover-inverse-danger:hover,.text-hover-inverse-danger:hover i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#fff!important}.text-hover-inverse-danger:hover .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.text-hover-inverse-danger:hover .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.text-hover-inverse-danger:hover .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-hover-inverse-danger:hover .svg-icon svg [stroke]{stroke:#fff}.text-active-danger,.text-active-danger i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-active-danger.active,.text-active-danger.active i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#f64e60!important}.text-active-danger.active .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#f64e60}.text-active-danger.active .svg-icon svg :not(.permanent):not(g) path{fill:#f64e60}.text-active-danger.active .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-active-danger.active .svg-icon svg [stroke]{stroke:#f64e60}.text-active-inverse-danger,.text-active-inverse-danger i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-active-inverse-danger.active,.text-active-inverse-danger.active i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#fff!important}.text-active-inverse-danger.active .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.text-active-inverse-danger.active .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.text-active-inverse-danger.active .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-active-inverse-danger.active .svg-icon svg [stroke]{stroke:#fff}.text-purple{color:#c12d58!important}.text-inverse-purple{color:#fff!important}.text-light-purple{color:#ffafc6!important}.text-hover-purple,.text-hover-purple i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-hover-purple:hover,.text-hover-purple:hover i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#c12d58!important}.text-hover-purple:hover .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#c12d58}.text-hover-purple:hover .svg-icon svg :not(.permanent):not(g) path{fill:#c12d58}.text-hover-purple:hover .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-hover-purple:hover .svg-icon svg [stroke]{stroke:#c12d58}.text-hover-inverse-purple,.text-hover-inverse-purple i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-hover-inverse-purple:hover,.text-hover-inverse-purple:hover i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#fff!important}.text-hover-inverse-purple:hover .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.text-hover-inverse-purple:hover .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.text-hover-inverse-purple:hover .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-hover-inverse-purple:hover .svg-icon svg [stroke]{stroke:#fff}.text-active-purple,.text-active-purple i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-active-purple.active,.text-active-purple.active i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#c12d58!important}.text-active-purple.active .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#c12d58}.text-active-purple.active .svg-icon svg :not(.permanent):not(g) path{fill:#c12d58}.text-active-purple.active .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-active-purple.active .svg-icon svg [stroke]{stroke:#c12d58}.text-active-inverse-purple,.text-active-inverse-purple i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-active-inverse-purple.active,.text-active-inverse-purple.active i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#fff!important}.text-active-inverse-purple.active .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.text-active-inverse-purple.active .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.text-active-inverse-purple.active .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-active-inverse-purple.active .svg-icon svg [stroke]{stroke:#fff}.text-dark{color:#0f3f62!important}.text-inverse-dark{color:#fff!important}.text-light-dark{color:#eff2f5!important}.text-hover-dark,.text-hover-dark i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-hover-dark:hover,.text-hover-dark:hover i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#0f3f62!important}.text-hover-dark:hover .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.text-hover-dark:hover .svg-icon svg :not(.permanent):not(g) path{fill:#0f3f62}.text-hover-dark:hover .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-hover-dark:hover .svg-icon svg [stroke]{stroke:#0f3f62}.text-hover-inverse-dark,.text-hover-inverse-dark i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-hover-inverse-dark:hover,.text-hover-inverse-dark:hover i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#fff!important}.text-hover-inverse-dark:hover .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.text-hover-inverse-dark:hover .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.text-hover-inverse-dark:hover .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-hover-inverse-dark:hover .svg-icon svg [stroke]{stroke:#fff}.text-active-dark,.text-active-dark i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-active-dark.active,.text-active-dark.active i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#0f3f62!important}.text-active-dark.active .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.text-active-dark.active .svg-icon svg :not(.permanent):not(g) path{fill:#0f3f62}.text-active-dark.active .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-active-dark.active .svg-icon svg [stroke]{stroke:#0f3f62}.text-active-inverse-dark,.text-active-inverse-dark i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-active-inverse-dark.active,.text-active-inverse-dark.active i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#fff!important}.text-active-inverse-dark.active .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.text-active-inverse-dark.active .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.text-active-inverse-dark.active .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-active-inverse-dark.active .svg-icon svg [stroke]{stroke:#fff}.text-muted{color:#a1a5b7!important}.text-hover-muted,.text-hover-muted i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-hover-muted:hover,.text-hover-muted:hover i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#a1a5b7!important}.text-hover-muted:hover .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#a1a5b7}.text-hover-muted:hover .svg-icon svg :not(.permanent):not(g) path{fill:#a1a5b7}.text-hover-muted:hover .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-hover-muted:hover .svg-icon svg [stroke]{stroke:#a1a5b7}.text-active-muted,.text-active-muted i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-active-muted.active,.text-active-muted.active i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#a1a5b7!important}.text-active-muted.active .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#a1a5b7}.text-active-muted.active .svg-icon svg :not(.permanent):not(g) path{fill:#a1a5b7}.text-active-muted.active .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-active-muted.active .svg-icon svg [stroke]{stroke:#a1a5b7}.text-gray-100{color:#f2f1f6!important}.text-hover-gray-100,.text-hover-gray-100 i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-hover-gray-100:hover,.text-hover-gray-100:hover i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#f2f1f6!important}.text-hover-gray-100:hover .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#f2f1f6}.text-hover-gray-100:hover .svg-icon svg :not(.permanent):not(g) path{fill:#f2f1f6}.text-hover-gray-100:hover .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-hover-gray-100:hover .svg-icon svg [stroke]{stroke:#f2f1f6}.text-active-gray-100,.text-active-gray-100 i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-active-gray-100.active,.text-active-gray-100.active i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#f2f1f6!important}.text-active-gray-100.active .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#f2f1f6}.text-active-gray-100.active .svg-icon svg :not(.permanent):not(g) path{fill:#f2f1f6}.text-active-gray-100.active .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-active-gray-100.active .svg-icon svg [stroke]{stroke:#f2f1f6}.text-gray-200{color:#eff2f5!important}.text-hover-gray-200,.text-hover-gray-200 i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-hover-gray-200:hover,.text-hover-gray-200:hover i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#eff2f5!important}.text-hover-gray-200:hover .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#eff2f5}.text-hover-gray-200:hover .svg-icon svg :not(.permanent):not(g) path{fill:#eff2f5}.text-hover-gray-200:hover .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-hover-gray-200:hover .svg-icon svg [stroke]{stroke:#eff2f5}.text-active-gray-200,.text-active-gray-200 i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-active-gray-200.active,.text-active-gray-200.active i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#eff2f5!important}.text-active-gray-200.active .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#eff2f5}.text-active-gray-200.active .svg-icon svg :not(.permanent):not(g) path{fill:#eff2f5}.text-active-gray-200.active .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-active-gray-200.active .svg-icon svg [stroke]{stroke:#eff2f5}.text-gray-300{color:#e4e6ef!important}.text-hover-gray-300,.text-hover-gray-300 i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-hover-gray-300:hover,.text-hover-gray-300:hover i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#e4e6ef!important}.text-hover-gray-300:hover .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#e4e6ef}.text-hover-gray-300:hover .svg-icon svg :not(.permanent):not(g) path{fill:#e4e6ef}.text-hover-gray-300:hover .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-hover-gray-300:hover .svg-icon svg [stroke]{stroke:#e4e6ef}.text-active-gray-300,.text-active-gray-300 i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-active-gray-300.active,.text-active-gray-300.active i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#e4e6ef!important}.text-active-gray-300.active .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#e4e6ef}.text-active-gray-300.active .svg-icon svg :not(.permanent):not(g) path{fill:#e4e6ef}.text-active-gray-300.active .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-active-gray-300.active .svg-icon svg [stroke]{stroke:#e4e6ef}.text-gray-400{color:#b5b5c3!important}.text-hover-gray-400,.text-hover-gray-400 i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-hover-gray-400:hover,.text-hover-gray-400:hover i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#b5b5c3!important}.text-hover-gray-400:hover .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#b5b5c3}.text-hover-gray-400:hover .svg-icon svg :not(.permanent):not(g) path{fill:#b5b5c3}.text-hover-gray-400:hover .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-hover-gray-400:hover .svg-icon svg [stroke]{stroke:#b5b5c3}.text-active-gray-400,.text-active-gray-400 i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-active-gray-400.active,.text-active-gray-400.active i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#b5b5c3!important}.text-active-gray-400.active .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#b5b5c3}.text-active-gray-400.active .svg-icon svg :not(.permanent):not(g) path{fill:#b5b5c3}.text-active-gray-400.active .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-active-gray-400.active .svg-icon svg [stroke]{stroke:#b5b5c3}.text-gray-500{color:#a1a5b7!important}.text-hover-gray-500,.text-hover-gray-500 i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-hover-gray-500:hover,.text-hover-gray-500:hover i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#a1a5b7!important}.text-hover-gray-500:hover .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#a1a5b7}.text-hover-gray-500:hover .svg-icon svg :not(.permanent):not(g) path{fill:#a1a5b7}.text-hover-gray-500:hover .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-hover-gray-500:hover .svg-icon svg [stroke]{stroke:#a1a5b7}.text-active-gray-500,.text-active-gray-500 i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-active-gray-500.active,.text-active-gray-500.active i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#a1a5b7!important}.text-active-gray-500.active .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#a1a5b7}.text-active-gray-500.active .svg-icon svg :not(.permanent):not(g) path{fill:#a1a5b7}.text-active-gray-500.active .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-active-gray-500.active .svg-icon svg [stroke]{stroke:#a1a5b7}.text-gray-600{color:#7e8299!important}.text-hover-gray-600,.text-hover-gray-600 i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-hover-gray-600:hover,.text-hover-gray-600:hover i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#7e8299!important}.text-hover-gray-600:hover .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#7e8299}.text-hover-gray-600:hover .svg-icon svg :not(.permanent):not(g) path{fill:#7e8299}.text-hover-gray-600:hover .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-hover-gray-600:hover .svg-icon svg [stroke]{stroke:#7e8299}.text-active-gray-600,.text-active-gray-600 i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-active-gray-600.active,.text-active-gray-600.active i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#7e8299!important}.text-active-gray-600.active .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#7e8299}.text-active-gray-600.active .svg-icon svg :not(.permanent):not(g) path{fill:#7e8299}.text-active-gray-600.active .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-active-gray-600.active .svg-icon svg [stroke]{stroke:#7e8299}.text-gray-700{color:#5e6278!important}.text-hover-gray-700,.text-hover-gray-700 i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-hover-gray-700:hover,.text-hover-gray-700:hover i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#5e6278!important}.text-hover-gray-700:hover .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#5e6278}.text-hover-gray-700:hover .svg-icon svg :not(.permanent):not(g) path{fill:#5e6278}.text-hover-gray-700:hover .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-hover-gray-700:hover .svg-icon svg [stroke]{stroke:#5e6278}.text-active-gray-700,.text-active-gray-700 i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-active-gray-700.active,.text-active-gray-700.active i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#5e6278!important}.text-active-gray-700.active .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#5e6278}.text-active-gray-700.active .svg-icon svg :not(.permanent):not(g) path{fill:#5e6278}.text-active-gray-700.active .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-active-gray-700.active .svg-icon svg [stroke]{stroke:#5e6278}.text-gray-800{color:#3f4254!important}.text-hover-gray-800,.text-hover-gray-800 i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-hover-gray-800:hover,.text-hover-gray-800:hover i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#3f4254!important}.text-hover-gray-800:hover .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#3f4254}.text-hover-gray-800:hover .svg-icon svg :not(.permanent):not(g) path{fill:#3f4254}.text-hover-gray-800:hover .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-hover-gray-800:hover .svg-icon svg [stroke]{stroke:#3f4254}.text-active-gray-800,.text-active-gray-800 i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-active-gray-800.active,.text-active-gray-800.active i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#3f4254!important}.text-active-gray-800.active .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#3f4254}.text-active-gray-800.active .svg-icon svg :not(.permanent):not(g) path{fill:#3f4254}.text-active-gray-800.active .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-active-gray-800.active .svg-icon svg [stroke]{stroke:#3f4254}.text-gray-900{color:#0f3f62!important}.text-hover-gray-900,.text-hover-gray-900 i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-hover-gray-900:hover,.text-hover-gray-900:hover i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#0f3f62!important}.text-hover-gray-900:hover .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.text-hover-gray-900:hover .svg-icon svg :not(.permanent):not(g) path{fill:#0f3f62}.text-hover-gray-900:hover .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-hover-gray-900:hover .svg-icon svg [stroke]{stroke:#0f3f62}.text-active-gray-900,.text-active-gray-900 i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.text-active-gray-900.active,.text-active-gray-900.active i{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#0f3f62!important}.text-active-gray-900.active .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.text-active-gray-900.active .svg-icon svg :not(.permanent):not(g) path{fill:#0f3f62}.text-active-gray-900.active .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.text-active-gray-900.active .svg-icon svg [stroke]{stroke:#0f3f62}.fw-boldest{font-weight:700!important}.fs-normal{font-size:13px!important}.text-transparent{color:transparent}.text-strong{font-weight:700!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-small{font-size:.875em}.text-link,.text-pointer:hover{cursor:pointer}.text-link{color:#2996ce}.text-link:hover{text-decoration:underline}.no-wrap{white-space:nowrap}.no-user-select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cursor-pointer{cursor:pointer}.cursor-default{cursor:default}.cursor-move{cursor:move}.cursor-grab{cursor:-webkit-grab;cursor:grab}.pointer-event-none{pointer-events:none}i{line-height:1;font-size:1rem;color:#a1a5b7}a,a:hover{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.float-right{float:right}.float-left{float:left}hr{color:#b5b5c3}.rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.vh-100{height:100vh}.h-100{height:100%}@media (min-width:576px){.vh-sm-100{height:100vh}.h-sm-100{height:100%}}@media (min-width:768px){.vh-md-100{height:100vh}.h-md-100{height:100%}}@media (min-width:992px){.vh-lg-100{height:100vh}.h-lg-100{height:100%}}@media (min-width:1200px){.vh-xl-100{height:100vh}.h-xl-100{height:100%}}@media (min-width:1400px){.vh-xxl-100{height:100vh}.h-xxl-100{height:100%}}.opacity-active-0.active,.opacity-state-0.active,.opacity-state-0:hover{opacity:0!important}.opacity-active-5.active,.opacity-state-5.active,.opacity-state-5:hover{opacity:.05!important}.opacity-active-10.active,.opacity-state-10.active,.opacity-state-10:hover{opacity:.1!important}.opacity-active-15.active,.opacity-state-15.active,.opacity-state-15:hover{opacity:.15!important}.opacity-active-20.active,.opacity-state-20.active,.opacity-state-20:hover{opacity:.2!important}.opacity-active-25.active,.opacity-state-25.active,.opacity-state-25:hover{opacity:.25!important}.opacity-active-30.active,.opacity-state-30.active,.opacity-state-30:hover{opacity:.3!important}.opacity-active-40.active,.opacity-state-40.active,.opacity-state-40:hover{opacity:.4!important}.opacity-active-50.active,.opacity-state-50.active,.opacity-state-50:hover{opacity:.5!important}.opacity-active-75.active,.opacity-state-75.active,.opacity-state-75:hover{opacity:.75!important}.opacity-active-100.active,.opacity-state-100.active,.opacity-state-100:hover{opacity:1!important}.menu,.menu-group,.menu-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.menu,.menu-sub,.menu-wrapper{padding:0;margin:0;list-style:none}.menu-sub{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.menu-item{display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:0}.menu-item .menu-link{cursor:pointer;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;padding:.5rem 1rem;-webkit-transition:none;transition:none;outline:none!important}.menu-item .menu-link,.menu-item .menu-link .menu-icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.menu-item .menu-link .menu-icon{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:2rem;position:relative}.menu-item .menu-link .menu-icon .svg-icon{line-height:1}.menu-item .menu-link .menu-icon .menu-badge{height:1.25rem;font-size:.7rem;font-weight:600;position:absolute;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;border-radius:100%;top:0;left:70%;-webkit-transform:translateX(-50%) translateY(-50%)!important;transform:translateX(-50%) translateY(-50%)!important}.menu-item .menu-link .menu-bullet,.menu-item .menu-link .menu-icon .menu-badge{width:1.25rem;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.menu-item .menu-link .menu-bullet{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:.5rem}.menu-item .menu-link .menu-bullet,.menu-item .menu-link .menu-title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.menu-item .menu-link .menu-title{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;padding-top:.35rem}.menu-item .menu-link .menu-arrow,.menu-item .menu-link .menu-badge{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:.5rem}.menu-item .menu-link .menu-arrow{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;position:relative;overflow:hidden;width:.8rem;height:.8rem}.menu-item .menu-link .menu-arrow:after{display:block;width:100%;content:" ";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23A1A5B7'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23A1A5B7'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-item .menu-content{padding:.5rem 1rem}.menu-item.menu-accordion>.menu-link>.menu-title{font-weight:500}body.admin .menu-item .menu-link{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}body.admin .menu-item .menu-link .menu-icon{margin-right:.6rem}body.admin .menu-item .menu-link .menu-title{padding-top:0}.menu-item.show .menu-link .menu-arrow:after{-webkit-backface-visibility:hidden;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.menu-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.menu-item.menu-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,.menu-item.menu-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}[direction=rtl] .menu-item.menu-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,[direction=rtl] .menu-item.menu-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.menu-sub-dropdown{display:none;border-radius:.475rem;background-color:#fff;-webkit-box-shadow:0 0 50px 0 rgba(82,63,105,.1);box-shadow:0 0 50px 0 rgba(82,63,105,.1);z-index:105}.menu-sub-dropdown.menu.show,.menu-sub-dropdown.show[data-popper-placement],.show.menu-dropdown>.menu-sub-dropdown{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-up .3s ease 1;animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-up .3s ease 1}.menu-sub-dropdown.menu.show[data-popper-placement=top-end],.menu-sub-dropdown.menu.show[data-popper-placement=top-start],.menu-sub-dropdown.menu.show[data-popper-placement=top],.menu-sub-dropdown.show[data-popper-placement][data-popper-placement=top-end],.menu-sub-dropdown.show[data-popper-placement][data-popper-placement=top-start],.menu-sub-dropdown.show[data-popper-placement][data-popper-placement=top],.show.menu-dropdown>.menu-sub-dropdown[data-popper-placement=top-end],.show.menu-dropdown>.menu-sub-dropdown[data-popper-placement=top-start],.show.menu-dropdown>.menu-sub-dropdown[data-popper-placement=top]{-webkit-animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-down .3s ease 1;animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-down .3s ease 1}.menu-sub-accordion{display:none}.menu-inline,.menu-sub-accordion.show,.show:not(.menu-dropdown)>.menu-sub-accordion{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.menu-fit>.menu-item>.menu-content,.menu-fit>.menu-item>.menu-link{padding-left:0!important;padding-right:0!important}.menu-column{-webkit-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%}.menu-column,.menu-row{-webkit-box-direction:normal}.menu-row{-webkit-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.menu-row>.menu-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.menu-row>.menu-item>.menu-link .menu-arrow:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}[direction=rtl] .menu-row>.menu-item>.menu-link .menu-arrow:after{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.menu-rounded .menu-link{border-radius:.475rem}.menu-pill .menu-link{border-radius:50px}.menu-rounded-0 .menu-link{border-radius:0!important}@media (min-width:576px){.menu-item.menu-sm-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,.menu-item.menu-sm-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}[direction=rtl] .menu-item.menu-sm-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,[direction=rtl] .menu-item.menu-sm-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.menu-sub-sm-dropdown{display:none;border-radius:.475rem;background-color:#fff;-webkit-box-shadow:0 0 50px 0 rgba(82,63,105,.1);box-shadow:0 0 50px 0 rgba(82,63,105,.1);z-index:105}.menu-sub-sm-dropdown.menu.show,.menu-sub-sm-dropdown.show[data-popper-placement],.show.menu-dropdown>.menu-sub-sm-dropdown{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-up .3s ease 1;animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-up .3s ease 1}.menu-sub-sm-dropdown.menu.show[data-popper-placement=top-end],.menu-sub-sm-dropdown.menu.show[data-popper-placement=top-start],.menu-sub-sm-dropdown.menu.show[data-popper-placement=top],.menu-sub-sm-dropdown.show[data-popper-placement][data-popper-placement=top-end],.menu-sub-sm-dropdown.show[data-popper-placement][data-popper-placement=top-start],.menu-sub-sm-dropdown.show[data-popper-placement][data-popper-placement=top],.show.menu-dropdown>.menu-sub-sm-dropdown[data-popper-placement=top-end],.show.menu-dropdown>.menu-sub-sm-dropdown[data-popper-placement=top-start],.show.menu-dropdown>.menu-sub-sm-dropdown[data-popper-placement=top]{-webkit-animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-down .3s ease 1;animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-down .3s ease 1}.menu-sub-sm-accordion{display:none}.menu-sm-inline,.menu-sub-sm-accordion.show,.show:not(.menu-dropdown)>.menu-sub-sm-accordion{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.menu-sm-fit>.menu-item>.menu-content,.menu-sm-fit>.menu-item>.menu-link{padding-left:0!important;padding-right:0!important}.menu-sm-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%}.menu-sm-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.menu-sm-row>.menu-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.menu-sm-row>.menu-item>.menu-link .menu-arrow:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}[direction=rtl] .menu-sm-row>.menu-item>.menu-link .menu-arrow:after{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.menu-sm-rounded .menu-link{border-radius:.475rem}.menu-sm-pill .menu-link{border-radius:50px}.menu-sm-rounded-0 .menu-link{border-radius:0!important}}@media (min-width:768px){.menu-item.menu-md-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,.menu-item.menu-md-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}[direction=rtl] .menu-item.menu-md-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,[direction=rtl] .menu-item.menu-md-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.menu-sub-md-dropdown{display:none;border-radius:.475rem;background-color:#fff;-webkit-box-shadow:0 0 50px 0 rgba(82,63,105,.1);box-shadow:0 0 50px 0 rgba(82,63,105,.1);z-index:105}.menu-sub-md-dropdown.menu.show,.menu-sub-md-dropdown.show[data-popper-placement],.show.menu-dropdown>.menu-sub-md-dropdown{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-up .3s ease 1;animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-up .3s ease 1}.menu-sub-md-dropdown.menu.show[data-popper-placement=top-end],.menu-sub-md-dropdown.menu.show[data-popper-placement=top-start],.menu-sub-md-dropdown.menu.show[data-popper-placement=top],.menu-sub-md-dropdown.show[data-popper-placement][data-popper-placement=top-end],.menu-sub-md-dropdown.show[data-popper-placement][data-popper-placement=top-start],.menu-sub-md-dropdown.show[data-popper-placement][data-popper-placement=top],.show.menu-dropdown>.menu-sub-md-dropdown[data-popper-placement=top-end],.show.menu-dropdown>.menu-sub-md-dropdown[data-popper-placement=top-start],.show.menu-dropdown>.menu-sub-md-dropdown[data-popper-placement=top]{-webkit-animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-down .3s ease 1;animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-down .3s ease 1}.menu-sub-md-accordion{display:none}.menu-md-inline,.menu-sub-md-accordion.show,.show:not(.menu-dropdown)>.menu-sub-md-accordion{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.menu-md-fit>.menu-item>.menu-content,.menu-md-fit>.menu-item>.menu-link{padding-left:0!important;padding-right:0!important}.menu-md-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%}.menu-md-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.menu-md-row>.menu-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.menu-md-row>.menu-item>.menu-link .menu-arrow:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}[direction=rtl] .menu-md-row>.menu-item>.menu-link .menu-arrow:after{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.menu-md-rounded .menu-link{border-radius:.475rem}.menu-md-pill .menu-link{border-radius:50px}.menu-md-rounded-0 .menu-link{border-radius:0!important}}@media (min-width:992px){.menu-item.menu-lg-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,.menu-item.menu-lg-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}[direction=rtl] .menu-item.menu-lg-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,[direction=rtl] .menu-item.menu-lg-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.menu-sub-lg-dropdown{display:none;border-radius:.475rem;background-color:#fff;-webkit-box-shadow:0 0 50px 0 rgba(82,63,105,.1);box-shadow:0 0 50px 0 rgba(82,63,105,.1);z-index:105}.menu-sub-lg-dropdown.menu.show,.menu-sub-lg-dropdown.show[data-popper-placement],.show.menu-dropdown>.menu-sub-lg-dropdown{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-up .3s ease 1;animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-up .3s ease 1}.menu-sub-lg-dropdown.menu.show[data-popper-placement=top-end],.menu-sub-lg-dropdown.menu.show[data-popper-placement=top-start],.menu-sub-lg-dropdown.menu.show[data-popper-placement=top],.menu-sub-lg-dropdown.show[data-popper-placement][data-popper-placement=top-end],.menu-sub-lg-dropdown.show[data-popper-placement][data-popper-placement=top-start],.menu-sub-lg-dropdown.show[data-popper-placement][data-popper-placement=top],.show.menu-dropdown>.menu-sub-lg-dropdown[data-popper-placement=top-end],.show.menu-dropdown>.menu-sub-lg-dropdown[data-popper-placement=top-start],.show.menu-dropdown>.menu-sub-lg-dropdown[data-popper-placement=top]{-webkit-animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-down .3s ease 1;animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-down .3s ease 1}.menu-sub-lg-accordion{display:none}.menu-lg-inline,.menu-sub-lg-accordion.show,.show:not(.menu-dropdown)>.menu-sub-lg-accordion{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.menu-lg-fit>.menu-item>.menu-content,.menu-lg-fit>.menu-item>.menu-link{padding-left:0!important;padding-right:0!important}.menu-lg-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%}.menu-lg-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.menu-lg-row>.menu-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.menu-lg-row>.menu-item>.menu-link .menu-arrow:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}[direction=rtl] .menu-lg-row>.menu-item>.menu-link .menu-arrow:after{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.menu-lg-rounded .menu-link{border-radius:.475rem}.menu-lg-pill .menu-link{border-radius:50px}.menu-lg-rounded-0 .menu-link{border-radius:0!important}}@media (min-width:1200px){.menu-item.menu-xl-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,.menu-item.menu-xl-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}[direction=rtl] .menu-item.menu-xl-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,[direction=rtl] .menu-item.menu-xl-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.menu-sub-xl-dropdown{display:none;border-radius:.475rem;background-color:#fff;-webkit-box-shadow:0 0 50px 0 rgba(82,63,105,.1);box-shadow:0 0 50px 0 rgba(82,63,105,.1);z-index:105}.menu-sub-xl-dropdown.menu.show,.menu-sub-xl-dropdown.show[data-popper-placement],.show.menu-dropdown>.menu-sub-xl-dropdown{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-up .3s ease 1;animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-up .3s ease 1}.menu-sub-xl-dropdown.menu.show[data-popper-placement=top-end],.menu-sub-xl-dropdown.menu.show[data-popper-placement=top-start],.menu-sub-xl-dropdown.menu.show[data-popper-placement=top],.menu-sub-xl-dropdown.show[data-popper-placement][data-popper-placement=top-end],.menu-sub-xl-dropdown.show[data-popper-placement][data-popper-placement=top-start],.menu-sub-xl-dropdown.show[data-popper-placement][data-popper-placement=top],.show.menu-dropdown>.menu-sub-xl-dropdown[data-popper-placement=top-end],.show.menu-dropdown>.menu-sub-xl-dropdown[data-popper-placement=top-start],.show.menu-dropdown>.menu-sub-xl-dropdown[data-popper-placement=top]{-webkit-animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-down .3s ease 1;animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-down .3s ease 1}.menu-sub-xl-accordion{display:none}.menu-sub-xl-accordion.show,.menu-xl-inline,.show:not(.menu-dropdown)>.menu-sub-xl-accordion{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.menu-xl-fit>.menu-item>.menu-content,.menu-xl-fit>.menu-item>.menu-link{padding-left:0!important;padding-right:0!important}.menu-xl-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%}.menu-xl-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.menu-xl-row>.menu-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.menu-xl-row>.menu-item>.menu-link .menu-arrow:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}[direction=rtl] .menu-xl-row>.menu-item>.menu-link .menu-arrow:after{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.menu-xl-rounded .menu-link{border-radius:.475rem}.menu-xl-pill .menu-link{border-radius:50px}.menu-xl-rounded-0 .menu-link{border-radius:0!important}}@media (min-width:1400px){.menu-item.menu-xxl-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,.menu-item.menu-xxl-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}[direction=rtl] .menu-item.menu-xxl-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,[direction=rtl] .menu-item.menu-xxl-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.menu-sub-xxl-dropdown{display:none;border-radius:.475rem;background-color:#fff;-webkit-box-shadow:0 0 50px 0 rgba(82,63,105,.1);box-shadow:0 0 50px 0 rgba(82,63,105,.1);z-index:105}.menu-sub-xxl-dropdown.menu.show,.menu-sub-xxl-dropdown.show[data-popper-placement],.show.menu-dropdown>.menu-sub-xxl-dropdown{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-up .3s ease 1;animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-up .3s ease 1}.menu-sub-xxl-dropdown.menu.show[data-popper-placement=top-end],.menu-sub-xxl-dropdown.menu.show[data-popper-placement=top-start],.menu-sub-xxl-dropdown.menu.show[data-popper-placement=top],.menu-sub-xxl-dropdown.show[data-popper-placement][data-popper-placement=top-end],.menu-sub-xxl-dropdown.show[data-popper-placement][data-popper-placement=top-start],.menu-sub-xxl-dropdown.show[data-popper-placement][data-popper-placement=top],.show.menu-dropdown>.menu-sub-xxl-dropdown[data-popper-placement=top-end],.show.menu-dropdown>.menu-sub-xxl-dropdown[data-popper-placement=top-start],.show.menu-dropdown>.menu-sub-xxl-dropdown[data-popper-placement=top]{-webkit-animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-down .3s ease 1;animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-down .3s ease 1}.menu-sub-xxl-accordion{display:none}.menu-sub-xxl-accordion.show,.menu-xxl-inline,.show:not(.menu-dropdown)>.menu-sub-xxl-accordion{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.menu-xxl-fit>.menu-item>.menu-content,.menu-xxl-fit>.menu-item>.menu-link{padding-left:0!important;padding-right:0!important}.menu-xxl-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%}.menu-xxl-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.menu-xxl-row>.menu-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.menu-xxl-row>.menu-item>.menu-link .menu-arrow:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}[direction=rtl] .menu-xxl-row>.menu-item>.menu-link .menu-arrow:after{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.menu-xxl-rounded .menu-link{border-radius:.475rem}.menu-xxl-pill .menu-link{border-radius:50px}.menu-xxl-rounded-0 .menu-link{border-radius:0!important}}@media (max-width:575.98px){.menu-item.menu-sm-down-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,.menu-item.menu-sm-down-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}[direction=rtl] .menu-item.menu-sm-down-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,[direction=rtl] .menu-item.menu-sm-down-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.menu-sub-sm-down-dropdown{display:none;border-radius:.475rem;background-color:#fff;-webkit-box-shadow:0 0 50px 0 rgba(82,63,105,.1);box-shadow:0 0 50px 0 rgba(82,63,105,.1);z-index:105}.menu-sub-sm-down-dropdown.menu.show,.menu-sub-sm-down-dropdown.show[data-popper-placement],.show.menu-dropdown>.menu-sub-sm-down-dropdown{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-up .3s ease 1;animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-up .3s ease 1}.menu-sub-sm-down-dropdown.menu.show[data-popper-placement=top-end],.menu-sub-sm-down-dropdown.menu.show[data-popper-placement=top-start],.menu-sub-sm-down-dropdown.menu.show[data-popper-placement=top],.menu-sub-sm-down-dropdown.show[data-popper-placement][data-popper-placement=top-end],.menu-sub-sm-down-dropdown.show[data-popper-placement][data-popper-placement=top-start],.menu-sub-sm-down-dropdown.show[data-popper-placement][data-popper-placement=top],.show.menu-dropdown>.menu-sub-sm-down-dropdown[data-popper-placement=top-end],.show.menu-dropdown>.menu-sub-sm-down-dropdown[data-popper-placement=top-start],.show.menu-dropdown>.menu-sub-sm-down-dropdown[data-popper-placement=top]{-webkit-animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-down .3s ease 1;animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-down .3s ease 1}.menu-sub-sm-down-accordion{display:none}.menu-sm-down-inline,.menu-sub-sm-down-accordion.show,.show:not(.menu-dropdown)>.menu-sub-sm-down-accordion{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.menu-sm-down-fit>.menu-item>.menu-content,.menu-sm-down-fit>.menu-item>.menu-link{padding-left:0!important;padding-right:0!important}.menu-sm-down-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%}.menu-sm-down-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.menu-sm-down-row>.menu-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.menu-sm-down-row>.menu-item>.menu-link .menu-arrow:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}[direction=rtl] .menu-sm-down-row>.menu-item>.menu-link .menu-arrow:after{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.menu-sm-down-rounded .menu-link{border-radius:.475rem}.menu-sm-down-pill .menu-link{border-radius:50px}.menu-sm-down-rounded-0 .menu-link{border-radius:0!important}}@media (max-width:767.98px){.menu-item.menu-md-down-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,.menu-item.menu-md-down-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}[direction=rtl] .menu-item.menu-md-down-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,[direction=rtl] .menu-item.menu-md-down-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.menu-sub-md-down-dropdown{display:none;border-radius:.475rem;background-color:#fff;-webkit-box-shadow:0 0 50px 0 rgba(82,63,105,.1);box-shadow:0 0 50px 0 rgba(82,63,105,.1);z-index:105}.menu-sub-md-down-dropdown.menu.show,.menu-sub-md-down-dropdown.show[data-popper-placement],.show.menu-dropdown>.menu-sub-md-down-dropdown{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-up .3s ease 1;animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-up .3s ease 1}.menu-sub-md-down-dropdown.menu.show[data-popper-placement=top-end],.menu-sub-md-down-dropdown.menu.show[data-popper-placement=top-start],.menu-sub-md-down-dropdown.menu.show[data-popper-placement=top],.menu-sub-md-down-dropdown.show[data-popper-placement][data-popper-placement=top-end],.menu-sub-md-down-dropdown.show[data-popper-placement][data-popper-placement=top-start],.menu-sub-md-down-dropdown.show[data-popper-placement][data-popper-placement=top],.show.menu-dropdown>.menu-sub-md-down-dropdown[data-popper-placement=top-end],.show.menu-dropdown>.menu-sub-md-down-dropdown[data-popper-placement=top-start],.show.menu-dropdown>.menu-sub-md-down-dropdown[data-popper-placement=top]{-webkit-animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-down .3s ease 1;animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-down .3s ease 1}.menu-sub-md-down-accordion{display:none}.menu-md-down-inline,.menu-sub-md-down-accordion.show,.show:not(.menu-dropdown)>.menu-sub-md-down-accordion{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.menu-md-down-fit>.menu-item>.menu-content,.menu-md-down-fit>.menu-item>.menu-link{padding-left:0!important;padding-right:0!important}.menu-md-down-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%}.menu-md-down-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.menu-md-down-row>.menu-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.menu-md-down-row>.menu-item>.menu-link .menu-arrow:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}[direction=rtl] .menu-md-down-row>.menu-item>.menu-link .menu-arrow:after{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.menu-md-down-rounded .menu-link{border-radius:.475rem}.menu-md-down-pill .menu-link{border-radius:50px}.menu-md-down-rounded-0 .menu-link{border-radius:0!important}}@media (max-width:991.98px){.menu-item.menu-lg-down-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,.menu-item.menu-lg-down-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}[direction=rtl] .menu-item.menu-lg-down-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,[direction=rtl] .menu-item.menu-lg-down-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.menu-sub-lg-down-dropdown{display:none;border-radius:.475rem;background-color:#fff;-webkit-box-shadow:0 0 50px 0 rgba(82,63,105,.1);box-shadow:0 0 50px 0 rgba(82,63,105,.1);z-index:105}.menu-sub-lg-down-dropdown.menu.show,.menu-sub-lg-down-dropdown.show[data-popper-placement],.show.menu-dropdown>.menu-sub-lg-down-dropdown{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-up .3s ease 1;animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-up .3s ease 1}.menu-sub-lg-down-dropdown.menu.show[data-popper-placement=top-end],.menu-sub-lg-down-dropdown.menu.show[data-popper-placement=top-start],.menu-sub-lg-down-dropdown.menu.show[data-popper-placement=top],.menu-sub-lg-down-dropdown.show[data-popper-placement][data-popper-placement=top-end],.menu-sub-lg-down-dropdown.show[data-popper-placement][data-popper-placement=top-start],.menu-sub-lg-down-dropdown.show[data-popper-placement][data-popper-placement=top],.show.menu-dropdown>.menu-sub-lg-down-dropdown[data-popper-placement=top-end],.show.menu-dropdown>.menu-sub-lg-down-dropdown[data-popper-placement=top-start],.show.menu-dropdown>.menu-sub-lg-down-dropdown[data-popper-placement=top]{-webkit-animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-down .3s ease 1;animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-down .3s ease 1}.menu-sub-lg-down-accordion{display:none}.menu-lg-down-inline,.menu-sub-lg-down-accordion.show,.show:not(.menu-dropdown)>.menu-sub-lg-down-accordion{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.menu-lg-down-fit>.menu-item>.menu-content,.menu-lg-down-fit>.menu-item>.menu-link{padding-left:0!important;padding-right:0!important}.menu-lg-down-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%}.menu-lg-down-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.menu-lg-down-row>.menu-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.menu-lg-down-row>.menu-item>.menu-link .menu-arrow:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}[direction=rtl] .menu-lg-down-row>.menu-item>.menu-link .menu-arrow:after{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.menu-lg-down-rounded .menu-link{border-radius:.475rem}.menu-lg-down-pill .menu-link{border-radius:50px}.menu-lg-down-rounded-0 .menu-link{border-radius:0!important}}@media (max-width:1199.98px){.menu-item.menu-xl-down-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,.menu-item.menu-xl-down-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}[direction=rtl] .menu-item.menu-xl-down-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,[direction=rtl] .menu-item.menu-xl-down-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.menu-sub-xl-down-dropdown{display:none;border-radius:.475rem;background-color:#fff;-webkit-box-shadow:0 0 50px 0 rgba(82,63,105,.1);box-shadow:0 0 50px 0 rgba(82,63,105,.1);z-index:105}.menu-sub-xl-down-dropdown.menu.show,.menu-sub-xl-down-dropdown.show[data-popper-placement],.show.menu-dropdown>.menu-sub-xl-down-dropdown{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-up .3s ease 1;animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-up .3s ease 1}.menu-sub-xl-down-dropdown.menu.show[data-popper-placement=top-end],.menu-sub-xl-down-dropdown.menu.show[data-popper-placement=top-start],.menu-sub-xl-down-dropdown.menu.show[data-popper-placement=top],.menu-sub-xl-down-dropdown.show[data-popper-placement][data-popper-placement=top-end],.menu-sub-xl-down-dropdown.show[data-popper-placement][data-popper-placement=top-start],.menu-sub-xl-down-dropdown.show[data-popper-placement][data-popper-placement=top],.show.menu-dropdown>.menu-sub-xl-down-dropdown[data-popper-placement=top-end],.show.menu-dropdown>.menu-sub-xl-down-dropdown[data-popper-placement=top-start],.show.menu-dropdown>.menu-sub-xl-down-dropdown[data-popper-placement=top]{-webkit-animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-down .3s ease 1;animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-down .3s ease 1}.menu-sub-xl-down-accordion{display:none}.menu-sub-xl-down-accordion.show,.menu-xl-down-inline,.show:not(.menu-dropdown)>.menu-sub-xl-down-accordion{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.menu-xl-down-fit>.menu-item>.menu-content,.menu-xl-down-fit>.menu-item>.menu-link{padding-left:0!important;padding-right:0!important}.menu-xl-down-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%}.menu-xl-down-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.menu-xl-down-row>.menu-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.menu-xl-down-row>.menu-item>.menu-link .menu-arrow:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}[direction=rtl] .menu-xl-down-row>.menu-item>.menu-link .menu-arrow:after{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.menu-xl-down-rounded .menu-link{border-radius:.475rem}.menu-xl-down-pill .menu-link{border-radius:50px}.menu-xl-down-rounded-0 .menu-link{border-radius:0!important}}@media (max-width:1399.98px){.menu-item.menu-xxl-down-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,.menu-item.menu-xxl-down-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}[direction=rtl] .menu-item.menu-xxl-down-accordion.show:not(.hiding):not(.menu-dropdown)>.menu-link .menu-arrow:after,[direction=rtl] .menu-item.menu-xxl-down-accordion.showing:not(.menu-dropdown)>.menu-link .menu-arrow:after{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.menu-sub-xxl-down-dropdown{display:none;border-radius:.475rem;background-color:#fff;-webkit-box-shadow:0 0 50px 0 rgba(82,63,105,.1);box-shadow:0 0 50px 0 rgba(82,63,105,.1);z-index:105}.menu-sub-xxl-down-dropdown.menu.show,.menu-sub-xxl-down-dropdown.show[data-popper-placement],.show.menu-dropdown>.menu-sub-xxl-down-dropdown{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-up .3s ease 1;animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-up .3s ease 1}.menu-sub-xxl-down-dropdown.menu.show[data-popper-placement=top-end],.menu-sub-xxl-down-dropdown.menu.show[data-popper-placement=top-start],.menu-sub-xxl-down-dropdown.menu.show[data-popper-placement=top],.menu-sub-xxl-down-dropdown.show[data-popper-placement][data-popper-placement=top-end],.menu-sub-xxl-down-dropdown.show[data-popper-placement][data-popper-placement=top-start],.menu-sub-xxl-down-dropdown.show[data-popper-placement][data-popper-placement=top],.show.menu-dropdown>.menu-sub-xxl-down-dropdown[data-popper-placement=top-end],.show.menu-dropdown>.menu-sub-xxl-down-dropdown[data-popper-placement=top-start],.show.menu-dropdown>.menu-sub-xxl-down-dropdown[data-popper-placement=top]{-webkit-animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-down .3s ease 1;animation:menu-sub-dropdown-animation-fade-in .3s ease 1,menu-sub-dropdown-animation-move-down .3s ease 1}.menu-sub-xxl-down-accordion{display:none}.menu-sub-xxl-down-accordion.show,.menu-xxl-down-inline,.show:not(.menu-dropdown)>.menu-sub-xxl-down-accordion{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.menu-xxl-down-fit>.menu-item>.menu-content,.menu-xxl-down-fit>.menu-item>.menu-link{padding-left:0!important;padding-right:0!important}.menu-xxl-down-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%}.menu-xxl-down-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.menu-xxl-down-row>.menu-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.menu-xxl-down-row>.menu-item>.menu-link .menu-arrow:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}[direction=rtl] .menu-xxl-down-row>.menu-item>.menu-link .menu-arrow:after{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.menu-xxl-down-rounded .menu-link{border-radius:.475rem}.menu-xxl-down-pill .menu-link{border-radius:50px}.menu-xxl-down-rounded-0 .menu-link{border-radius:0!important}}.menu-sub:not([data-popper-placement])>.menu-item>.menu-content,.menu-sub:not([data-popper-placement])>.menu-item>.menu-link{padding-left:2rem}.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-content,.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-link{padding-left:3rem}.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-content,.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-link{padding-left:4rem}.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-content,.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-link{padding-left:5rem}.menu-fit .menu-sub:not([data-popper-placement])>.menu-item>.menu-content,.menu-fit .menu-sub:not([data-popper-placement])>.menu-item>.menu-link{padding-left:1rem;padding-right:0}.menu-fit .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-content,.menu-fit .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-link{padding-left:2rem;padding-right:0}.menu-fit .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-content,.menu-fit .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-link{padding-left:3rem;padding-right:0}.menu-fit .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-content,.menu-fit .menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-sub:not([data-popper-placement])>.menu-item>.menu-link{padding-left:4rem;padding-right:0}@-webkit-keyframes menu-sub-dropdown-animation-fade-in{0%{opacity:0}to{opacity:1}}@keyframes menu-sub-dropdown-animation-fade-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes menu-sub-dropdown-animation-move-up{0%{margin-top:.75rem}to{margin-top:0}}@keyframes menu-sub-dropdown-animation-move-up{0%{margin-top:.75rem}to{margin-top:0}}@-webkit-keyframes menu-sub-dropdown-animation-move-down{0%{margin-bottom:.75rem}to{margin-bottom:0}}@keyframes menu-sub-dropdown-animation-move-down{0%{margin-bottom:.75rem}to{margin-bottom:0}}.menu-white .menu-item .menu-link,.menu-white .menu-item .menu-link .menu-icon i,.menu-white .menu-item .menu-link .menu-title{color:#fff}.menu-white .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.menu-white .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.menu-white .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-white .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#fff}.menu-white .menu-item .menu-link .menu-bullet .bullet{background-color:#fff}.menu-white .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-icon-white .menu-item .menu-link .menu-icon i,.menu-title-white .menu-item .menu-link,.menu-title-white .menu-item .menu-link .menu-title{color:#fff}.menu-icon-white .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.menu-icon-white .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.menu-icon-white .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-icon-white .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#fff}.menu-bullet-white .menu-item .menu-link .menu-bullet .bullet{background-color:#fff}.menu-arrow-white .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-primary .menu-item .menu-link,.menu-primary .menu-item .menu-link .menu-icon i,.menu-primary .menu-item .menu-link .menu-title{color:#2996ce}.menu-primary .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#2996ce}.menu-primary .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#2996ce}.menu-primary .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-primary .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#2996ce}.menu-primary .menu-item .menu-link .menu-bullet .bullet{background-color:#2996ce}.menu-primary .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-icon-primary .menu-item .menu-link .menu-icon i,.menu-title-primary .menu-item .menu-link,.menu-title-primary .menu-item .menu-link .menu-title{color:#2996ce}.menu-icon-primary .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#2996ce}.menu-icon-primary .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#2996ce}.menu-icon-primary .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-icon-primary .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#2996ce}.menu-bullet-primary .menu-item .menu-link .menu-bullet .bullet{background-color:#2996ce}.menu-arrow-primary .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-secondary .menu-item .menu-link,.menu-secondary .menu-item .menu-link .menu-icon i,.menu-secondary .menu-item .menu-link .menu-title{color:#0f3f62}.menu-secondary .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.menu-secondary .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#0f3f62}.menu-secondary .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-secondary .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#0f3f62}.menu-secondary .menu-item .menu-link .menu-bullet .bullet{background-color:#0f3f62}.menu-secondary .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%230F3F62'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%230F3F62'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-icon-secondary .menu-item .menu-link .menu-icon i,.menu-title-secondary .menu-item .menu-link,.menu-title-secondary .menu-item .menu-link .menu-title{color:#0f3f62}.menu-icon-secondary .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.menu-icon-secondary .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#0f3f62}.menu-icon-secondary .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-icon-secondary .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#0f3f62}.menu-bullet-secondary .menu-item .menu-link .menu-bullet .bullet{background-color:#0f3f62}.menu-arrow-secondary .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%230F3F62'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%230F3F62'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-light .menu-item .menu-link,.menu-light .menu-item .menu-link .menu-icon i,.menu-light .menu-item .menu-link .menu-title{color:#f2f1f6}.menu-light .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#f2f1f6}.menu-light .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#f2f1f6}.menu-light .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-light .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#f2f1f6}.menu-light .menu-item .menu-link .menu-bullet .bullet{background-color:#f2f1f6}.menu-light .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23f2f1f6'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23f2f1f6'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-icon-light .menu-item .menu-link .menu-icon i,.menu-title-light .menu-item .menu-link,.menu-title-light .menu-item .menu-link .menu-title{color:#f2f1f6}.menu-icon-light .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#f2f1f6}.menu-icon-light .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#f2f1f6}.menu-icon-light .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-icon-light .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#f2f1f6}.menu-bullet-light .menu-item .menu-link .menu-bullet .bullet{background-color:#f2f1f6}.menu-arrow-light .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23f2f1f6'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23f2f1f6'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-success .menu-item .menu-link,.menu-success .menu-item .menu-link .menu-icon i,.menu-success .menu-item .menu-link .menu-title{color:#14937e}.menu-success .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#14937e}.menu-success .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#14937e}.menu-success .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-success .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#14937e}.menu-success .menu-item .menu-link .menu-bullet .bullet{background-color:#14937e}.menu-success .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%2314937e'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%2314937e'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-icon-success .menu-item .menu-link .menu-icon i,.menu-title-success .menu-item .menu-link,.menu-title-success .menu-item .menu-link .menu-title{color:#14937e}.menu-icon-success .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#14937e}.menu-icon-success .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#14937e}.menu-icon-success .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-icon-success .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#14937e}.menu-bullet-success .menu-item .menu-link .menu-bullet .bullet{background-color:#14937e}.menu-arrow-success .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%2314937e'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%2314937e'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-info .menu-item .menu-link,.menu-info .menu-item .menu-link .menu-icon i,.menu-info .menu-item .menu-link .menu-title{color:#4974a6}.menu-info .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#4974a6}.menu-info .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#4974a6}.menu-info .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-info .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#4974a6}.menu-info .menu-item .menu-link .menu-bullet .bullet{background-color:#4974a6}.menu-info .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%234974A6'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%234974A6'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-icon-info .menu-item .menu-link .menu-icon i,.menu-title-info .menu-item .menu-link,.menu-title-info .menu-item .menu-link .menu-title{color:#4974a6}.menu-icon-info .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#4974a6}.menu-icon-info .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#4974a6}.menu-icon-info .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-icon-info .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#4974a6}.menu-bullet-info .menu-item .menu-link .menu-bullet .bullet{background-color:#4974a6}.menu-arrow-info .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%234974A6'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%234974A6'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-warning .menu-item .menu-link,.menu-warning .menu-item .menu-link .menu-icon i,.menu-warning .menu-item .menu-link .menu-title{color:#fe7f2d}.menu-warning .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fe7f2d}.menu-warning .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#fe7f2d}.menu-warning .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-warning .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#fe7f2d}.menu-warning .menu-item .menu-link .menu-bullet .bullet{background-color:#fe7f2d}.menu-warning .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23FE7F2D'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23FE7F2D'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-icon-warning .menu-item .menu-link .menu-icon i,.menu-title-warning .menu-item .menu-link,.menu-title-warning .menu-item .menu-link .menu-title{color:#fe7f2d}.menu-icon-warning .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fe7f2d}.menu-icon-warning .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#fe7f2d}.menu-icon-warning .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-icon-warning .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#fe7f2d}.menu-bullet-warning .menu-item .menu-link .menu-bullet .bullet{background-color:#fe7f2d}.menu-arrow-warning .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23FE7F2D'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23FE7F2D'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-danger .menu-item .menu-link,.menu-danger .menu-item .menu-link .menu-icon i,.menu-danger .menu-item .menu-link .menu-title{color:#f64e60}.menu-danger .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#f64e60}.menu-danger .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#f64e60}.menu-danger .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-danger .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#f64e60}.menu-danger .menu-item .menu-link .menu-bullet .bullet{background-color:#f64e60}.menu-danger .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23F64E60'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23F64E60'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-icon-danger .menu-item .menu-link .menu-icon i,.menu-title-danger .menu-item .menu-link,.menu-title-danger .menu-item .menu-link .menu-title{color:#f64e60}.menu-icon-danger .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#f64e60}.menu-icon-danger .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#f64e60}.menu-icon-danger .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-icon-danger .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#f64e60}.menu-bullet-danger .menu-item .menu-link .menu-bullet .bullet{background-color:#f64e60}.menu-arrow-danger .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23F64E60'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23F64E60'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-purple .menu-item .menu-link,.menu-purple .menu-item .menu-link .menu-icon i,.menu-purple .menu-item .menu-link .menu-title{color:#c12d58}.menu-purple .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#c12d58}.menu-purple .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#c12d58}.menu-purple .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-purple .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#c12d58}.menu-purple .menu-item .menu-link .menu-bullet .bullet{background-color:#c12d58}.menu-purple .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23c12d58'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23c12d58'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-icon-purple .menu-item .menu-link .menu-icon i,.menu-title-purple .menu-item .menu-link,.menu-title-purple .menu-item .menu-link .menu-title{color:#c12d58}.menu-icon-purple .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#c12d58}.menu-icon-purple .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#c12d58}.menu-icon-purple .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-icon-purple .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#c12d58}.menu-bullet-purple .menu-item .menu-link .menu-bullet .bullet{background-color:#c12d58}.menu-arrow-purple .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23c12d58'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23c12d58'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-dark .menu-item .menu-link,.menu-dark .menu-item .menu-link .menu-icon i,.menu-dark .menu-item .menu-link .menu-title{color:#0f3f62}.menu-dark .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.menu-dark .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#0f3f62}.menu-dark .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-dark .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#0f3f62}.menu-dark .menu-item .menu-link .menu-bullet .bullet{background-color:#0f3f62}.menu-dark .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%230F3F62'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%230F3F62'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-icon-dark .menu-item .menu-link .menu-icon i,.menu-title-dark .menu-item .menu-link,.menu-title-dark .menu-item .menu-link .menu-title{color:#0f3f62}.menu-icon-dark .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.menu-icon-dark .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#0f3f62}.menu-icon-dark .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-icon-dark .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#0f3f62}.menu-bullet-dark .menu-item .menu-link .menu-bullet .bullet{background-color:#0f3f62}.menu-arrow-dark .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%230F3F62'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%230F3F62'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-muted .menu-item .menu-link,.menu-muted .menu-item .menu-link .menu-icon i,.menu-muted .menu-item .menu-link .menu-title{color:#a1a5b7}.menu-muted .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#a1a5b7}.menu-muted .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#a1a5b7}.menu-muted .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-muted .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#a1a5b7}.menu-muted .menu-item .menu-link .menu-bullet .bullet{background-color:#a1a5b7}.menu-muted .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23A1A5B7'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23A1A5B7'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-icon-muted .menu-item .menu-link .menu-icon i,.menu-title-muted .menu-item .menu-link,.menu-title-muted .menu-item .menu-link .menu-title{color:#a1a5b7}.menu-icon-muted .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#a1a5b7}.menu-icon-muted .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#a1a5b7}.menu-icon-muted .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-icon-muted .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#a1a5b7}.menu-bullet-muted .menu-item .menu-link .menu-bullet .bullet{background-color:#a1a5b7}.menu-arrow-muted .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23A1A5B7'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23A1A5B7'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-gray-100 .menu-item .menu-link,.menu-gray-100 .menu-item .menu-link .menu-icon i,.menu-gray-100 .menu-item .menu-link .menu-title{color:#f2f1f6}.menu-gray-100 .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#f2f1f6}.menu-gray-100 .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#f2f1f6}.menu-gray-100 .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-gray-100 .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#f2f1f6}.menu-gray-100 .menu-item .menu-link .menu-bullet .bullet{background-color:#f2f1f6}.menu-gray-100 .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23f2f1f6'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23f2f1f6'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-icon-gray-100 .menu-item .menu-link .menu-icon i,.menu-title-gray-100 .menu-item .menu-link,.menu-title-gray-100 .menu-item .menu-link .menu-title{color:#f2f1f6}.menu-icon-gray-100 .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#f2f1f6}.menu-icon-gray-100 .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#f2f1f6}.menu-icon-gray-100 .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-icon-gray-100 .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#f2f1f6}.menu-bullet-gray-100 .menu-item .menu-link .menu-bullet .bullet{background-color:#f2f1f6}.menu-arrow-gray-100 .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23f2f1f6'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23f2f1f6'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-gray-200 .menu-item .menu-link,.menu-gray-200 .menu-item .menu-link .menu-icon i,.menu-gray-200 .menu-item .menu-link .menu-title{color:#eff2f5}.menu-gray-200 .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#eff2f5}.menu-gray-200 .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#eff2f5}.menu-gray-200 .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-gray-200 .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#eff2f5}.menu-gray-200 .menu-item .menu-link .menu-bullet .bullet{background-color:#eff2f5}.menu-gray-200 .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23EFF2F5'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23EFF2F5'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-icon-gray-200 .menu-item .menu-link .menu-icon i,.menu-title-gray-200 .menu-item .menu-link,.menu-title-gray-200 .menu-item .menu-link .menu-title{color:#eff2f5}.menu-icon-gray-200 .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#eff2f5}.menu-icon-gray-200 .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#eff2f5}.menu-icon-gray-200 .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-icon-gray-200 .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#eff2f5}.menu-bullet-gray-200 .menu-item .menu-link .menu-bullet .bullet{background-color:#eff2f5}.menu-arrow-gray-200 .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23EFF2F5'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23EFF2F5'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-gray-300 .menu-item .menu-link,.menu-gray-300 .menu-item .menu-link .menu-icon i,.menu-gray-300 .menu-item .menu-link .menu-title{color:#e4e6ef}.menu-gray-300 .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#e4e6ef}.menu-gray-300 .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#e4e6ef}.menu-gray-300 .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-gray-300 .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#e4e6ef}.menu-gray-300 .menu-item .menu-link .menu-bullet .bullet{background-color:#e4e6ef}.menu-gray-300 .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23E4E6EF'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23E4E6EF'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-icon-gray-300 .menu-item .menu-link .menu-icon i,.menu-title-gray-300 .menu-item .menu-link,.menu-title-gray-300 .menu-item .menu-link .menu-title{color:#e4e6ef}.menu-icon-gray-300 .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#e4e6ef}.menu-icon-gray-300 .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#e4e6ef}.menu-icon-gray-300 .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-icon-gray-300 .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#e4e6ef}.menu-bullet-gray-300 .menu-item .menu-link .menu-bullet .bullet{background-color:#e4e6ef}.menu-arrow-gray-300 .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23E4E6EF'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23E4E6EF'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-gray-400 .menu-item .menu-link,.menu-gray-400 .menu-item .menu-link .menu-icon i,.menu-gray-400 .menu-item .menu-link .menu-title{color:#b5b5c3}.menu-gray-400 .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#b5b5c3}.menu-gray-400 .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#b5b5c3}.menu-gray-400 .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-gray-400 .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#b5b5c3}.menu-gray-400 .menu-item .menu-link .menu-bullet .bullet{background-color:#b5b5c3}.menu-gray-400 .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23B5B5C3'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23B5B5C3'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-icon-gray-400 .menu-item .menu-link .menu-icon i,.menu-title-gray-400 .menu-item .menu-link,.menu-title-gray-400 .menu-item .menu-link .menu-title{color:#b5b5c3}.menu-icon-gray-400 .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#b5b5c3}.menu-icon-gray-400 .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#b5b5c3}.menu-icon-gray-400 .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-icon-gray-400 .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#b5b5c3}.menu-bullet-gray-400 .menu-item .menu-link .menu-bullet .bullet{background-color:#b5b5c3}.menu-arrow-gray-400 .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23B5B5C3'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23B5B5C3'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-gray-500 .menu-item .menu-link,.menu-gray-500 .menu-item .menu-link .menu-icon i,.menu-gray-500 .menu-item .menu-link .menu-title{color:#a1a5b7}.menu-gray-500 .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#a1a5b7}.menu-gray-500 .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#a1a5b7}.menu-gray-500 .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-gray-500 .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#a1a5b7}.menu-gray-500 .menu-item .menu-link .menu-bullet .bullet{background-color:#a1a5b7}.menu-gray-500 .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23A1A5B7'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23A1A5B7'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-icon-gray-500 .menu-item .menu-link .menu-icon i,.menu-title-gray-500 .menu-item .menu-link,.menu-title-gray-500 .menu-item .menu-link .menu-title{color:#a1a5b7}.menu-icon-gray-500 .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#a1a5b7}.menu-icon-gray-500 .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#a1a5b7}.menu-icon-gray-500 .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-icon-gray-500 .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#a1a5b7}.menu-bullet-gray-500 .menu-item .menu-link .menu-bullet .bullet{background-color:#a1a5b7}.menu-arrow-gray-500 .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23A1A5B7'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23A1A5B7'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-gray-600 .menu-item .menu-link,.menu-gray-600 .menu-item .menu-link .menu-icon i,.menu-gray-600 .menu-item .menu-link .menu-title{color:#7e8299}.menu-gray-600 .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#7e8299}.menu-gray-600 .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#7e8299}.menu-gray-600 .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-gray-600 .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#7e8299}.menu-gray-600 .menu-item .menu-link .menu-bullet .bullet{background-color:#7e8299}.menu-gray-600 .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%237E8299'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%237E8299'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-icon-gray-600 .menu-item .menu-link .menu-icon i,.menu-title-gray-600 .menu-item .menu-link,.menu-title-gray-600 .menu-item .menu-link .menu-title{color:#7e8299}.menu-icon-gray-600 .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#7e8299}.menu-icon-gray-600 .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#7e8299}.menu-icon-gray-600 .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-icon-gray-600 .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#7e8299}.menu-bullet-gray-600 .menu-item .menu-link .menu-bullet .bullet{background-color:#7e8299}.menu-arrow-gray-600 .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%237E8299'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%237E8299'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-gray-700 .menu-item .menu-link,.menu-gray-700 .menu-item .menu-link .menu-icon i,.menu-gray-700 .menu-item .menu-link .menu-title{color:#5e6278}.menu-gray-700 .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#5e6278}.menu-gray-700 .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#5e6278}.menu-gray-700 .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-gray-700 .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#5e6278}.menu-gray-700 .menu-item .menu-link .menu-bullet .bullet{background-color:#5e6278}.menu-gray-700 .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%235E6278'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%235E6278'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-icon-gray-700 .menu-item .menu-link .menu-icon i,.menu-title-gray-700 .menu-item .menu-link,.menu-title-gray-700 .menu-item .menu-link .menu-title{color:#5e6278}.menu-icon-gray-700 .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#5e6278}.menu-icon-gray-700 .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#5e6278}.menu-icon-gray-700 .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-icon-gray-700 .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#5e6278}.menu-bullet-gray-700 .menu-item .menu-link .menu-bullet .bullet{background-color:#5e6278}.menu-arrow-gray-700 .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%235E6278'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%235E6278'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-gray-800 .menu-item .menu-link,.menu-gray-800 .menu-item .menu-link .menu-icon i,.menu-gray-800 .menu-item .menu-link .menu-title{color:#3f4254}.menu-gray-800 .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#3f4254}.menu-gray-800 .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#3f4254}.menu-gray-800 .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-gray-800 .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#3f4254}.menu-gray-800 .menu-item .menu-link .menu-bullet .bullet{background-color:#3f4254}.menu-gray-800 .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%233F4254'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%233F4254'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-icon-gray-800 .menu-item .menu-link .menu-icon i,.menu-title-gray-800 .menu-item .menu-link,.menu-title-gray-800 .menu-item .menu-link .menu-title{color:#3f4254}.menu-icon-gray-800 .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#3f4254}.menu-icon-gray-800 .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#3f4254}.menu-icon-gray-800 .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-icon-gray-800 .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#3f4254}.menu-bullet-gray-800 .menu-item .menu-link .menu-bullet .bullet{background-color:#3f4254}.menu-arrow-gray-800 .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%233F4254'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%233F4254'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-gray-900 .menu-item .menu-link,.menu-gray-900 .menu-item .menu-link .menu-icon i,.menu-gray-900 .menu-item .menu-link .menu-title{color:#0f3f62}.menu-gray-900 .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.menu-gray-900 .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#0f3f62}.menu-gray-900 .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-gray-900 .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#0f3f62}.menu-gray-900 .menu-item .menu-link .menu-bullet .bullet{background-color:#0f3f62}.menu-gray-900 .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%230F3F62'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%230F3F62'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-icon-gray-900 .menu-item .menu-link .menu-icon i,.menu-title-gray-900 .menu-item .menu-link,.menu-title-gray-900 .menu-item .menu-link .menu-title{color:#0f3f62}.menu-icon-gray-900 .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.menu-icon-gray-900 .menu-item .menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#0f3f62}.menu-icon-gray-900 .menu-item .menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-icon-gray-900 .menu-item .menu-link .menu-icon .svg-icon svg [stroke]{stroke:#0f3f62}.menu-bullet-gray-900 .menu-item .menu-link .menu-bullet .bullet{background-color:#0f3f62}.menu-arrow-gray-900 .menu-item .menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%230F3F62'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%230F3F62'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-active-bg .menu-item .menu-link.active,.menu-hover-bg .menu-item.hover>.menu-link:not(.disabled):not(.active),.menu-hover-bg .menu-item .menu-link:hover:not(.disabled):not(.active),.menu-show-bg .menu-item.here>.menu-link,.menu-show-bg .menu-item.show>.menu-link,.menu-state-bg .menu-item.here>.menu-link,.menu-state-bg .menu-item.hover>.menu-link:not(.disabled):not(.active),.menu-state-bg .menu-item .menu-link.active,.menu-state-bg .menu-item .menu-link:hover:not(.disabled):not(.active),.menu-state-bg .menu-item.show>.menu-link{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;background-color:rgba(242,241,246,.8)}.menu-hover-primary .menu-item.hover>.menu-link:not(.disabled):not(.active),.menu-hover-primary .menu-item .menu-link:hover:not(.disabled):not(.active){-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#2996ce}.menu-hover-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon i,.menu-hover-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-title,.menu-hover-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i,.menu-hover-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title{color:#2996ce}.menu-hover-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg :not(.permanent):not(g),.menu-hover-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#2996ce}.menu-hover-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg :not(.permanent):not(g) path,.menu-hover-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#2996ce}.menu-hover-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover :not(.permanent):not(g),.menu-hover-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-hover-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [stroke],.menu-hover-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [stroke]{stroke:#2996ce}.menu-hover-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-bullet .bullet,.menu-hover-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet{background-color:#2996ce}.menu-hover-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-arrow:after,.menu-hover-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-show-primary .menu-item.here>.menu-link,.menu-show-primary .menu-item.show>.menu-link{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#2996ce}.menu-show-primary .menu-item.here>.menu-link .menu-icon i,.menu-show-primary .menu-item.here>.menu-link .menu-title,.menu-show-primary .menu-item.show>.menu-link .menu-icon i,.menu-show-primary .menu-item.show>.menu-link .menu-title{color:#2996ce}.menu-show-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg :not(.permanent):not(g),.menu-show-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#2996ce}.menu-show-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path,.menu-show-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#2996ce}.menu-show-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g),.menu-show-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-show-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg [stroke],.menu-show-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg [stroke]{stroke:#2996ce}.menu-show-primary .menu-item.here>.menu-link .menu-bullet .bullet,.menu-show-primary .menu-item.show>.menu-link .menu-bullet .bullet{background-color:#2996ce}.menu-show-primary .menu-item.here>.menu-link .menu-arrow:after,.menu-show-primary .menu-item.show>.menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-active-primary .menu-item .menu-link.active{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#2996ce}.menu-active-primary .menu-item .menu-link.active .menu-icon i,.menu-active-primary .menu-item .menu-link.active .menu-title{color:#2996ce}.menu-active-primary .menu-item .menu-link.active .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#2996ce}.menu-active-primary .menu-item .menu-link.active .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#2996ce}.menu-active-primary .menu-item .menu-link.active .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-active-primary .menu-item .menu-link.active .menu-icon .svg-icon svg [stroke]{stroke:#2996ce}.menu-active-primary .menu-item .menu-link.active .menu-bullet .bullet{background-color:#2996ce}.menu-active-primary .menu-item .menu-link.active .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-state-primary .menu-item.hover>.menu-link:not(.disabled):not(.active),.menu-state-primary .menu-item .menu-link:hover:not(.disabled):not(.active){-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#2996ce}.menu-state-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon i,.menu-state-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-title,.menu-state-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i,.menu-state-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title{color:#2996ce}.menu-state-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg :not(.permanent):not(g),.menu-state-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#2996ce}.menu-state-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg :not(.permanent):not(g) path,.menu-state-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#2996ce}.menu-state-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover :not(.permanent):not(g),.menu-state-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-state-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [stroke],.menu-state-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [stroke]{stroke:#2996ce}.menu-state-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-bullet .bullet,.menu-state-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet{background-color:#2996ce}.menu-state-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-arrow:after,.menu-state-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-state-primary .menu-item.here>.menu-link,.menu-state-primary .menu-item.show>.menu-link{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#2996ce}.menu-state-primary .menu-item.here>.menu-link .menu-icon i,.menu-state-primary .menu-item.here>.menu-link .menu-title,.menu-state-primary .menu-item.show>.menu-link .menu-icon i,.menu-state-primary .menu-item.show>.menu-link .menu-title{color:#2996ce}.menu-state-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg :not(.permanent):not(g),.menu-state-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#2996ce}.menu-state-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path,.menu-state-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#2996ce}.menu-state-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g),.menu-state-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-state-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg [stroke],.menu-state-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg [stroke]{stroke:#2996ce}.menu-state-primary .menu-item.here>.menu-link .menu-bullet .bullet,.menu-state-primary .menu-item.show>.menu-link .menu-bullet .bullet{background-color:#2996ce}.menu-state-primary .menu-item.here>.menu-link .menu-arrow:after,.menu-state-primary .menu-item.show>.menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-state-primary .menu-item .menu-link.active{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#2996ce}.menu-state-primary .menu-item .menu-link.active .menu-icon i,.menu-state-primary .menu-item .menu-link.active .menu-title{color:#2996ce}.menu-state-primary .menu-item .menu-link.active .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#2996ce}.menu-state-primary .menu-item .menu-link.active .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#2996ce}.menu-state-primary .menu-item .menu-link.active .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-state-primary .menu-item .menu-link.active .menu-icon .svg-icon svg [stroke]{stroke:#2996ce}.menu-state-primary .menu-item .menu-link.active .menu-bullet .bullet{background-color:#2996ce}.menu-state-primary .menu-item .menu-link.active .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-hover-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active),.menu-hover-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active){-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;background-color:#2996ce;color:#fff}.menu-hover-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon i,.menu-hover-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-title,.menu-hover-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i,.menu-hover-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title{color:#fff}.menu-hover-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg :not(.permanent):not(g),.menu-hover-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.menu-hover-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg :not(.permanent):not(g) path,.menu-hover-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.menu-hover-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover :not(.permanent):not(g),.menu-hover-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-hover-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [stroke],.menu-hover-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [stroke]{stroke:#fff}.menu-hover-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-bullet .bullet,.menu-hover-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet{background-color:#fff}.menu-hover-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-arrow:after,.menu-hover-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-show-bg-primary .menu-item.here>.menu-link,.menu-show-bg-primary .menu-item.show>.menu-link{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;background-color:#2996ce;color:#fff}.menu-show-bg-primary .menu-item.here>.menu-link .menu-icon i,.menu-show-bg-primary .menu-item.here>.menu-link .menu-title,.menu-show-bg-primary .menu-item.show>.menu-link .menu-icon i,.menu-show-bg-primary .menu-item.show>.menu-link .menu-title{color:#fff}.menu-show-bg-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg :not(.permanent):not(g),.menu-show-bg-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.menu-show-bg-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path,.menu-show-bg-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.menu-show-bg-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g),.menu-show-bg-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-show-bg-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg [stroke],.menu-show-bg-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg [stroke]{stroke:#fff}.menu-show-bg-primary .menu-item.here>.menu-link .menu-bullet .bullet,.menu-show-bg-primary .menu-item.show>.menu-link .menu-bullet .bullet{background-color:#fff}.menu-show-bg-primary .menu-item.here>.menu-link .menu-arrow:after,.menu-show-bg-primary .menu-item.show>.menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-active-bg-primary .menu-item .menu-link.active{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;background-color:#2996ce;color:#fff}.menu-active-bg-primary .menu-item .menu-link.active .menu-icon i,.menu-active-bg-primary .menu-item .menu-link.active .menu-title{color:#fff}.menu-active-bg-primary .menu-item .menu-link.active .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.menu-active-bg-primary .menu-item .menu-link.active .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.menu-active-bg-primary .menu-item .menu-link.active .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-active-bg-primary .menu-item .menu-link.active .menu-icon .svg-icon svg [stroke]{stroke:#fff}.menu-active-bg-primary .menu-item .menu-link.active .menu-bullet .bullet{background-color:#fff}.menu-active-bg-primary .menu-item .menu-link.active .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-state-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active),.menu-state-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active){-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;background-color:#2996ce;color:#fff}.menu-state-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon i,.menu-state-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-title,.menu-state-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i,.menu-state-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title{color:#fff}.menu-state-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg :not(.permanent):not(g),.menu-state-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.menu-state-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg :not(.permanent):not(g) path,.menu-state-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.menu-state-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover :not(.permanent):not(g),.menu-state-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-state-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [stroke],.menu-state-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [stroke]{stroke:#fff}.menu-state-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-bullet .bullet,.menu-state-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet{background-color:#fff}.menu-state-bg-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-arrow:after,.menu-state-bg-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-state-bg-primary .menu-item.here>.menu-link,.menu-state-bg-primary .menu-item.show>.menu-link{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;background-color:#2996ce;color:#fff}.menu-state-bg-primary .menu-item.here>.menu-link .menu-icon i,.menu-state-bg-primary .menu-item.here>.menu-link .menu-title,.menu-state-bg-primary .menu-item.show>.menu-link .menu-icon i,.menu-state-bg-primary .menu-item.show>.menu-link .menu-title{color:#fff}.menu-state-bg-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg :not(.permanent):not(g),.menu-state-bg-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.menu-state-bg-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path,.menu-state-bg-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.menu-state-bg-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g),.menu-state-bg-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-state-bg-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg [stroke],.menu-state-bg-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg [stroke]{stroke:#fff}.menu-state-bg-primary .menu-item.here>.menu-link .menu-bullet .bullet,.menu-state-bg-primary .menu-item.show>.menu-link .menu-bullet .bullet{background-color:#fff}.menu-state-bg-primary .menu-item.here>.menu-link .menu-arrow:after,.menu-state-bg-primary .menu-item.show>.menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-state-bg-primary .menu-item .menu-link.active{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;background-color:#2996ce;color:#fff}.menu-state-bg-primary .menu-item .menu-link.active .menu-icon i,.menu-state-bg-primary .menu-item .menu-link.active .menu-title{color:#fff}.menu-state-bg-primary .menu-item .menu-link.active .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.menu-state-bg-primary .menu-item .menu-link.active .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.menu-state-bg-primary .menu-item .menu-link.active .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-state-bg-primary .menu-item .menu-link.active .menu-icon .svg-icon svg [stroke]{stroke:#fff}.menu-state-bg-primary .menu-item .menu-link.active .menu-bullet .bullet{background-color:#fff}.menu-state-bg-primary .menu-item .menu-link.active .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-show-bg-light-primary .menu-item.here>.menu-link,.menu-show-bg-light-primary .menu-item.show>.menu-link{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;background-color:#cde8f1;color:#2996ce}.menu-show-bg-light-primary .menu-item.here>.menu-link .menu-icon i,.menu-show-bg-light-primary .menu-item.here>.menu-link .menu-title,.menu-show-bg-light-primary .menu-item.show>.menu-link .menu-icon i,.menu-show-bg-light-primary .menu-item.show>.menu-link .menu-title{color:#2996ce}.menu-show-bg-light-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg :not(.permanent):not(g),.menu-show-bg-light-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#2996ce}.menu-show-bg-light-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path,.menu-show-bg-light-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#2996ce}.menu-show-bg-light-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g),.menu-show-bg-light-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-show-bg-light-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg [stroke],.menu-show-bg-light-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg [stroke]{stroke:#2996ce}.menu-show-bg-light-primary .menu-item.here>.menu-link .menu-bullet .bullet,.menu-show-bg-light-primary .menu-item.show>.menu-link .menu-bullet .bullet{background-color:#2996ce}.menu-show-bg-light-primary .menu-item.here>.menu-link .menu-arrow:after,.menu-show-bg-light-primary .menu-item.show>.menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-hover-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active),.menu-hover-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active){-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;background-color:#cde8f1;color:#2996ce}.menu-hover-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon i,.menu-hover-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-title,.menu-hover-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i,.menu-hover-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title{color:#2996ce}.menu-hover-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg :not(.permanent):not(g),.menu-hover-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#2996ce}.menu-hover-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg :not(.permanent):not(g) path,.menu-hover-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#2996ce}.menu-hover-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover :not(.permanent):not(g),.menu-hover-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-hover-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [stroke],.menu-hover-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [stroke]{stroke:#2996ce}.menu-hover-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-bullet .bullet,.menu-hover-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet{background-color:#2996ce}.menu-hover-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-arrow:after,.menu-hover-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-active-bg-light-primary .menu-item .menu-link.active{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;background-color:#cde8f1;color:#2996ce}.menu-active-bg-light-primary .menu-item .menu-link.active .menu-icon i,.menu-active-bg-light-primary .menu-item .menu-link.active .menu-title{color:#2996ce}.menu-active-bg-light-primary .menu-item .menu-link.active .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#2996ce}.menu-active-bg-light-primary .menu-item .menu-link.active .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#2996ce}.menu-active-bg-light-primary .menu-item .menu-link.active .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-active-bg-light-primary .menu-item .menu-link.active .menu-icon .svg-icon svg [stroke]{stroke:#2996ce}.menu-active-bg-light-primary .menu-item .menu-link.active .menu-bullet .bullet{background-color:#2996ce}.menu-active-bg-light-primary .menu-item .menu-link.active .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-state-bg-light-primary .menu-item.here>.menu-link,.menu-state-bg-light-primary .menu-item.show>.menu-link{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;background-color:#cde8f1;color:#2996ce}.menu-state-bg-light-primary .menu-item.here>.menu-link .menu-icon i,.menu-state-bg-light-primary .menu-item.here>.menu-link .menu-title,.menu-state-bg-light-primary .menu-item.show>.menu-link .menu-icon i,.menu-state-bg-light-primary .menu-item.show>.menu-link .menu-title{color:#2996ce}.menu-state-bg-light-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg :not(.permanent):not(g),.menu-state-bg-light-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#2996ce}.menu-state-bg-light-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path,.menu-state-bg-light-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#2996ce}.menu-state-bg-light-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g),.menu-state-bg-light-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-state-bg-light-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg [stroke],.menu-state-bg-light-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg [stroke]{stroke:#2996ce}.menu-state-bg-light-primary .menu-item.here>.menu-link .menu-bullet .bullet,.menu-state-bg-light-primary .menu-item.show>.menu-link .menu-bullet .bullet{background-color:#2996ce}.menu-state-bg-light-primary .menu-item.here>.menu-link .menu-arrow:after,.menu-state-bg-light-primary .menu-item.show>.menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-state-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active),.menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active){-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;background-color:#cde8f1;color:#2996ce}.menu-state-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon i,.menu-state-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-title,.menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i,.menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title{color:#2996ce}.menu-state-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg :not(.permanent):not(g),.menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#2996ce}.menu-state-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg :not(.permanent):not(g) path,.menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#2996ce}.menu-state-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover :not(.permanent):not(g),.menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-state-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [stroke],.menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [stroke]{stroke:#2996ce}.menu-state-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-bullet .bullet,.menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet{background-color:#2996ce}.menu-state-bg-light-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-arrow:after,.menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-state-bg-light-primary .menu-item .menu-link.active{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;background-color:#cde8f1;color:#2996ce}.menu-state-bg-light-primary .menu-item .menu-link.active .menu-icon i,.menu-state-bg-light-primary .menu-item .menu-link.active .menu-title{color:#2996ce}.menu-state-bg-light-primary .menu-item .menu-link.active .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#2996ce}.menu-state-bg-light-primary .menu-item .menu-link.active .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#2996ce}.menu-state-bg-light-primary .menu-item .menu-link.active .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-state-bg-light-primary .menu-item .menu-link.active .menu-icon .svg-icon svg [stroke]{stroke:#2996ce}.menu-state-bg-light-primary .menu-item .menu-link.active .menu-bullet .bullet{background-color:#2996ce}.menu-state-bg-light-primary .menu-item .menu-link.active .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-hover-title-primary .menu-item.hover>.menu-link:not(.disabled):not(.active),.menu-hover-title-primary .menu-item .menu-link:hover:not(.disabled):not(.active){-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#2996ce}.menu-hover-title-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-title,.menu-hover-title-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title{color:#2996ce}.menu-show-title-primary .menu-item.here>.menu-link,.menu-show-title-primary .menu-item.show>.menu-link{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#2996ce}.menu-show-title-primary .menu-item.here>.menu-link .menu-title,.menu-show-title-primary .menu-item.show>.menu-link .menu-title{color:#2996ce}.menu-active-title-primary .menu-item .menu-link.active{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#2996ce}.menu-active-title-primary .menu-item .menu-link.active .menu-title{color:#2996ce}.menu-state-title-primary .menu-item.hover>.menu-link:not(.disabled):not(.active),.menu-state-title-primary .menu-item .menu-link:hover:not(.disabled):not(.active){-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#2996ce}.menu-state-title-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-title,.menu-state-title-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title{color:#2996ce}.menu-state-title-primary .menu-item.here>.menu-link,.menu-state-title-primary .menu-item.show>.menu-link{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#2996ce}.menu-state-title-primary .menu-item.here>.menu-link .menu-title,.menu-state-title-primary .menu-item.show>.menu-link .menu-title{color:#2996ce}.menu-state-title-primary .menu-item .menu-link.active{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease;color:#2996ce}.menu-state-title-primary .menu-item .menu-link.active .menu-title{color:#2996ce}.menu-hover-icon-primary .menu-item.hover>.menu-link:not(.disabled):not(.active),.menu-hover-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active){-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.menu-hover-icon-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon i,.menu-hover-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i{color:#2996ce}.menu-hover-icon-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg :not(.permanent):not(g),.menu-hover-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#2996ce}.menu-hover-icon-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg :not(.permanent):not(g) path,.menu-hover-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#2996ce}.menu-hover-icon-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover :not(.permanent):not(g),.menu-hover-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-hover-icon-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [stroke],.menu-hover-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [stroke]{stroke:#2996ce}.menu-show-icon-primary .menu-item.here>.menu-link,.menu-show-icon-primary .menu-item.show>.menu-link{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.menu-show-icon-primary .menu-item.here>.menu-link .menu-icon i,.menu-show-icon-primary .menu-item.show>.menu-link .menu-icon i{color:#2996ce}.menu-show-icon-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg :not(.permanent):not(g),.menu-show-icon-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#2996ce}.menu-show-icon-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path,.menu-show-icon-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#2996ce}.menu-show-icon-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g),.menu-show-icon-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-show-icon-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg [stroke],.menu-show-icon-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg [stroke]{stroke:#2996ce}.menu-active-icon-primary .menu-item .menu-link.active{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.menu-active-icon-primary .menu-item .menu-link.active .menu-icon i{color:#2996ce}.menu-active-icon-primary .menu-item .menu-link.active .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#2996ce}.menu-active-icon-primary .menu-item .menu-link.active .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#2996ce}.menu-active-icon-primary .menu-item .menu-link.active .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-active-icon-primary .menu-item .menu-link.active .menu-icon .svg-icon svg [stroke]{stroke:#2996ce}.menu-state-icon-primary .menu-item.hover>.menu-link:not(.disabled):not(.active),.menu-state-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active){-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.menu-state-icon-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon i,.menu-state-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i{color:#2996ce}.menu-state-icon-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg :not(.permanent):not(g),.menu-state-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#2996ce}.menu-state-icon-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg :not(.permanent):not(g) path,.menu-state-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#2996ce}.menu-state-icon-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover :not(.permanent):not(g),.menu-state-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-state-icon-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [stroke],.menu-state-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [stroke]{stroke:#2996ce}.menu-state-icon-primary .menu-item.here>.menu-link,.menu-state-icon-primary .menu-item.show>.menu-link{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.menu-state-icon-primary .menu-item.here>.menu-link .menu-icon i,.menu-state-icon-primary .menu-item.show>.menu-link .menu-icon i{color:#2996ce}.menu-state-icon-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg :not(.permanent):not(g),.menu-state-icon-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#2996ce}.menu-state-icon-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path,.menu-state-icon-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#2996ce}.menu-state-icon-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g),.menu-state-icon-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-state-icon-primary .menu-item.here>.menu-link .menu-icon .svg-icon svg [stroke],.menu-state-icon-primary .menu-item.show>.menu-link .menu-icon .svg-icon svg [stroke]{stroke:#2996ce}.menu-state-icon-primary .menu-item .menu-link.active{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.menu-state-icon-primary .menu-item .menu-link.active .menu-icon i{color:#2996ce}.menu-state-icon-primary .menu-item .menu-link.active .menu-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#2996ce}.menu-state-icon-primary .menu-item .menu-link.active .menu-icon .svg-icon svg :not(.permanent):not(g) path{fill:#2996ce}.menu-state-icon-primary .menu-item .menu-link.active .menu-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.menu-state-icon-primary .menu-item .menu-link.active .menu-icon .svg-icon svg [stroke]{stroke:#2996ce}.menu-hover-bullet-primary .menu-item.hover>.menu-link:not(.disabled):not(.active),.menu-hover-bullet-primary .menu-item .menu-link:hover:not(.disabled):not(.active){-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.menu-hover-bullet-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-bullet .bullet,.menu-hover-bullet-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet{background-color:#2996ce}.menu-show-bullet-primary .menu-item.here>.menu-link,.menu-show-bullet-primary .menu-item.show>.menu-link{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.menu-show-bullet-primary .menu-item.here>.menu-link .menu-bullet .bullet,.menu-show-bullet-primary .menu-item.show>.menu-link .menu-bullet .bullet{background-color:#2996ce}.menu-active-bullet-primary .menu-item .menu-link.active{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.menu-active-bullet-primary .menu-item .menu-link.active .menu-bullet .bullet{background-color:#2996ce}.menu-state-bullet-primary .menu-item.hover>.menu-link:not(.disabled):not(.active),.menu-state-bullet-primary .menu-item .menu-link:hover:not(.disabled):not(.active){-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.menu-state-bullet-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-bullet .bullet,.menu-state-bullet-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet{background-color:#2996ce}.menu-state-bullet-primary .menu-item.here>.menu-link,.menu-state-bullet-primary .menu-item.show>.menu-link{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.menu-state-bullet-primary .menu-item.here>.menu-link .menu-bullet .bullet,.menu-state-bullet-primary .menu-item.show>.menu-link .menu-bullet .bullet{background-color:#2996ce}.menu-state-bullet-primary .menu-item .menu-link.active{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.menu-state-bullet-primary .menu-item .menu-link.active .menu-bullet .bullet{background-color:#2996ce}.menu-hover-arrow-primary .menu-item.hover>.menu-link:not(.disabled):not(.active),.menu-hover-arrow-primary .menu-item .menu-link:hover:not(.disabled):not(.active){-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.menu-hover-arrow-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-arrow:after,.menu-hover-arrow-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-show-arrow-primary .menu-item.here>.menu-link,.menu-show-arrow-primary .menu-item.show>.menu-link{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.menu-show-arrow-primary .menu-item.here>.menu-link .menu-arrow:after,.menu-show-arrow-primary .menu-item.show>.menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-active-arrow-primary .menu-item .menu-link.active{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.menu-active-arrow-primary .menu-item .menu-link.active .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-state-arrow-primary .menu-item.hover>.menu-link:not(.disabled):not(.active),.menu-state-arrow-primary .menu-item .menu-link:hover:not(.disabled):not(.active){-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.menu-state-arrow-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-arrow:after,.menu-state-arrow-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-state-arrow-primary .menu-item.here>.menu-link,.menu-state-arrow-primary .menu-item.show>.menu-link{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.menu-state-arrow-primary .menu-item.here>.menu-link .menu-arrow:after,.menu-state-arrow-primary .menu-item.show>.menu-link .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.menu-state-arrow-primary .menu-item .menu-link.active{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.menu-state-arrow-primary .menu-item .menu-link.active .menu-arrow:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.065 4.421a.587.587 0 01.064-.635l3-3.609a.47.47 0 01.706-.032c.205.206.22.554.035.777l-2.676 3.22 2.65 2.922a.589.589 0 01-.001.777.469.469 0 01-.707-.001L2.148 4.544a.53.53 0 01-.083-.123z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%232996ce'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 01-.706.032.589.589 0 01-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 01.001-.777.469.469 0 01.707.001l2.988 3.296a.53.53 0 01.083.123z'/%3E%3C/svg%3E")}.btn:not(.btn-shadow):not(.shadow):not(.shadow-sm):not(.shadow-lg){-webkit-box-shadow:none!important;box-shadow:none!important}.btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon){border:0;padding:calc(.5rem + 1px) calc(1.5rem + 1px)}.btn-group-lg>.btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon),.btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon).btn-lg{padding:calc(.825rem + 1px) calc(1.75rem + 1px)}.btn-group-sm>.btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon),.btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon).btn-sm{padding:calc(.45rem + 1px) calc(1.25rem + 1px)}.btn.btn-link{border:0;border-radius:0;padding-left:0!important;padding-right:0!important;text-decoration:none;font-weight:500}.btn.btn-outline-dashed{border:1px dashed #e4e6ef}.btn.btn-flush{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-box-shadow:none;box-shadow:none;border-radius:0;border:none;cursor:pointer;background-color:transparent;outline:none!important;margin:0;padding:0}.btn.btn-flex{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.btn.btn-flex,.btn i{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.btn i{font-size:1rem;padding-right:.35rem;vertical-align:middle;line-height:0}.btn .svg-icon{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;line-height:0;margin-right:.25rem}.btn .svg-icon svg{height:20px;width:20px}.btn.btn-icon{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0;height:calc(1.15em + 1rem + 2px);width:calc(1.15em + 1rem + 2px);border-radius:10px;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.btn.btn-icon:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush){border:0}.btn-group-sm>.btn.btn-icon,.btn.btn-icon.btn-sm{height:calc(1.15em + .9rem + 2px);width:calc(1.15em + .9rem + 2px)}.btn-group-lg>.btn.btn-icon,.btn.btn-icon.btn-lg{height:calc(1.15em + 1.65rem + 2px);width:calc(1.15em + 1.65rem + 2px)}.btn.btn-icon.btn-circle{border-radius:50%}.btn.btn-icon .svg-icon,.btn.btn-icon i{padding:0;margin:0;line-height:1}.btn.btn-icon.btn-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.btn.btn-white{color:#7e8299;border-color:#fff;background-color:#fff}.btn.btn-white i{color:#7e8299}.btn.btn-white .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#7e8299}.btn.btn-white .svg-icon svg :not(.permanent):not(g) path{fill:#7e8299}.btn.btn-white .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-white .svg-icon svg [stroke]{stroke:#7e8299}.btn.btn-white.dropdown-toggle:after{color:#7e8299}.btn-check:active+.btn.btn-white,.btn-check:checked+.btn.btn-white,.btn.btn-white.active,.btn.btn-white.show,.btn.btn-white:active:not(.btn-active),.btn.btn-white:focus:not(.btn-active),.btn.btn-white:hover:not(.btn-active),.show>.btn.btn-white{color:#7e8299;border-color:#f2f1f6;background-color:#f2f1f6!important;-webkit-box-shadow:#fff 0 0 0 3px;box-shadow:0 0 0 3px #fff}.btn-check:active+.btn.btn-white i,.btn-check:checked+.btn.btn-white i,.btn.btn-white.active i,.btn.btn-white.show i,.btn.btn-white:active:not(.btn-active) i,.btn.btn-white:focus:not(.btn-active) i,.btn.btn-white:hover:not(.btn-active) i,.show>.btn.btn-white i{color:#7e8299}.btn-check:active+.btn.btn-white .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-white .svg-icon svg :not(.permanent):not(g),.btn.btn-white.active .svg-icon svg :not(.permanent):not(g),.btn.btn-white.show .svg-icon svg :not(.permanent):not(g),.btn.btn-white:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-white:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-white:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-white .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#7e8299}.btn-check:active+.btn.btn-white .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-white .svg-icon svg :not(.permanent):not(g) path,.btn.btn-white.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-white.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-white:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-white:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-white:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-white .svg-icon svg :not(.permanent):not(g) path{fill:#7e8299}.btn-check:active+.btn.btn-white .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-white .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-white.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-white.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-white:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-white:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-white:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-white .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-white .svg-icon svg [stroke],.btn-check:checked+.btn.btn-white .svg-icon svg [stroke],.btn.btn-white.active .svg-icon svg [stroke],.btn.btn-white.show .svg-icon svg [stroke],.btn.btn-white:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-white:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-white:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-white .svg-icon svg [stroke]{stroke:#7e8299}.btn-check:active+.btn.btn-white.dropdown-toggle:after,.btn-check:checked+.btn.btn-white.dropdown-toggle:after,.btn.btn-white.active.dropdown-toggle:after,.btn.btn-white.show.dropdown-toggle:after,.btn.btn-white:active:not(.btn-active).dropdown-toggle:after,.btn.btn-white:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-white:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-white.dropdown-toggle:after{color:#7e8299}.btn.btn-bg-white{border-color:#fff;background-color:#fff}.btn-check:active+.btn.btn-bg-white,.btn-check:checked+.btn.btn-bg-white,.btn.btn-bg-white.active,.btn.btn-bg-white.show,.btn.btn-bg-white:active:not(.btn-active),.btn.btn-bg-white:focus:not(.btn-active),.btn.btn-bg-white:hover:not(.btn-active),.show>.btn.btn-bg-white{-webkit-box-shadow:#fff 0 0 0 3px;box-shadow:0 0 0 3px #fff}.btn-check:active+.btn.btn-active-white,.btn-check:checked+.btn.btn-active-white,.btn.btn-active-white.active,.btn.btn-active-white.show,.btn.btn-active-white:active:not(.btn-active),.btn.btn-active-white:focus:not(.btn-active),.btn.btn-active-white:hover:not(.btn-active),.show>.btn.btn-active-white{color:#7e8299;border-color:#fff;background-color:#fff!important;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-white i,.btn-check:checked+.btn.btn-active-white i,.btn.btn-active-white.active i,.btn.btn-active-white.show i,.btn.btn-active-white:active:not(.btn-active) i,.btn.btn-active-white:focus:not(.btn-active) i,.btn.btn-active-white:hover:not(.btn-active) i,.show>.btn.btn-active-white i{color:#7e8299}.btn-check:active+.btn.btn-active-white .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-white .svg-icon svg :not(.permanent):not(g),.btn.btn-active-white.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-white.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-white:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-white:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-white:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-white .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#7e8299}.btn-check:active+.btn.btn-active-white .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-white .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-white.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-white.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-white:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-white:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-white:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-white .svg-icon svg :not(.permanent):not(g) path{fill:#7e8299}.btn-check:active+.btn.btn-active-white .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-white .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-white.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-white.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-white:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-white:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-white:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-white .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-white .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-white .svg-icon svg [stroke],.btn.btn-active-white.active .svg-icon svg [stroke],.btn.btn-active-white.show .svg-icon svg [stroke],.btn.btn-active-white:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-white:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-white:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-white .svg-icon svg [stroke]{stroke:#7e8299}.btn-check:active+.btn.btn-active-white.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-white.dropdown-toggle:after,.btn.btn-active-white.active.dropdown-toggle:after,.btn.btn-active-white.show.dropdown-toggle:after,.btn.btn-active-white:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-white:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-white:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-active-white.dropdown-toggle:after{color:#7e8299}.btn.btn-light{color:#7e8299;border-color:#f2f1f6;background-color:#f2f1f6}.btn.btn-light i{color:#7e8299}.btn.btn-light .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#7e8299}.btn.btn-light .svg-icon svg :not(.permanent):not(g) path{fill:#7e8299}.btn.btn-light .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-light .svg-icon svg [stroke]{stroke:#7e8299}.btn.btn-light.dropdown-toggle:after{color:#7e8299}.btn-check:active+.btn.btn-light,.btn-check:checked+.btn.btn-light,.btn.btn-light.active,.btn.btn-light.show,.btn.btn-light:active:not(.btn-active),.btn.btn-light:focus:not(.btn-active),.btn.btn-light:hover:not(.btn-active),.show>.btn.btn-light{color:#7e8299;border-color:#e4e6ef;background-color:#e4e6ef!important;-webkit-box-shadow:#f2f1f6 0 0 0 3px;box-shadow:0 0 0 3px #f2f1f6}.btn-check:active+.btn.btn-light i,.btn-check:checked+.btn.btn-light i,.btn.btn-light.active i,.btn.btn-light.show i,.btn.btn-light:active:not(.btn-active) i,.btn.btn-light:focus:not(.btn-active) i,.btn.btn-light:hover:not(.btn-active) i,.show>.btn.btn-light i{color:#7e8299}.btn-check:active+.btn.btn-light .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-light .svg-icon svg :not(.permanent):not(g),.btn.btn-light.active .svg-icon svg :not(.permanent):not(g),.btn.btn-light.show .svg-icon svg :not(.permanent):not(g),.btn.btn-light:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-light:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-light:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-light .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#7e8299}.btn-check:active+.btn.btn-light .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-light .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-light .svg-icon svg :not(.permanent):not(g) path{fill:#7e8299}.btn-check:active+.btn.btn-light .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-light .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-light .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-light .svg-icon svg [stroke],.btn-check:checked+.btn.btn-light .svg-icon svg [stroke],.btn.btn-light.active .svg-icon svg [stroke],.btn.btn-light.show .svg-icon svg [stroke],.btn.btn-light:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-light:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-light:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-light .svg-icon svg [stroke]{stroke:#7e8299}.btn-check:active+.btn.btn-light.dropdown-toggle:after,.btn-check:checked+.btn.btn-light.dropdown-toggle:after,.btn.btn-light.active.dropdown-toggle:after,.btn.btn-light.show.dropdown-toggle:after,.btn.btn-light:active:not(.btn-active).dropdown-toggle:after,.btn.btn-light:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-light:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-light.dropdown-toggle:after{color:#7e8299}.btn.btn-bg-light{border-color:#f2f1f6;background-color:#f2f1f6}.btn-check:active+.btn.btn-bg-light,.btn-check:checked+.btn.btn-bg-light,.btn.btn-bg-light.active,.btn.btn-bg-light.show,.btn.btn-bg-light:active:not(.btn-active),.btn.btn-bg-light:focus:not(.btn-active),.btn.btn-bg-light:hover:not(.btn-active),.show>.btn.btn-bg-light{-webkit-box-shadow:#f2f1f6 0 0 0 3px;box-shadow:0 0 0 3px #f2f1f6}.btn-check:active+.btn.btn-active-light,.btn-check:checked+.btn.btn-active-light,.btn.btn-active-light.active,.btn.btn-active-light.show,.btn.btn-active-light:active:not(.btn-active),.btn.btn-active-light:focus:not(.btn-active),.btn.btn-active-light:hover:not(.btn-active),.show>.btn.btn-active-light{color:#7e8299;border-color:#f2f1f6;background-color:#f2f1f6!important;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-light i,.btn-check:checked+.btn.btn-active-light i,.btn.btn-active-light.active i,.btn.btn-active-light.show i,.btn.btn-active-light:active:not(.btn-active) i,.btn.btn-active-light:focus:not(.btn-active) i,.btn.btn-active-light:hover:not(.btn-active) i,.show>.btn.btn-active-light i{color:#7e8299}.btn-check:active+.btn.btn-active-light .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-light .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-light .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#7e8299}.btn-check:active+.btn.btn-active-light .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-light .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-light .svg-icon svg :not(.permanent):not(g) path{fill:#7e8299}.btn-check:active+.btn.btn-active-light .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-light .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-light .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-light .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-light .svg-icon svg [stroke],.btn.btn-active-light.active .svg-icon svg [stroke],.btn.btn-active-light.show .svg-icon svg [stroke],.btn.btn-active-light:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-light:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-light:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-light .svg-icon svg [stroke]{stroke:#7e8299}.btn-check:active+.btn.btn-active-light.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-light.dropdown-toggle:after,.btn.btn-active-light.active.dropdown-toggle:after,.btn.btn-active-light.show.dropdown-toggle:after,.btn.btn-active-light:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-light:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-light:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-active-light.dropdown-toggle:after{color:#7e8299}.btn.btn-primary{color:#fff;border-color:#2996ce;background-color:#2996ce}.btn.btn-primary i{color:#fff}.btn.btn-primary .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn.btn-primary .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn.btn-primary .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-primary .svg-icon svg [stroke]{stroke:#fff}.btn.btn-primary.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-primary,.btn-check:checked+.btn.btn-primary,.btn.btn-primary.active,.btn.btn-primary.show,.btn.btn-primary:active:not(.btn-active),.btn.btn-primary:focus:not(.btn-active),.btn.btn-primary:hover:not(.btn-active),.show>.btn.btn-primary{color:#fff;border-color:#217aa8;background-color:#217aa8!important;-webkit-box-shadow:#2996ce 0 0 0 3px;box-shadow:0 0 0 3px #2996ce}.btn-check:active+.btn.btn-primary i,.btn-check:checked+.btn.btn-primary i,.btn.btn-primary.active i,.btn.btn-primary.show i,.btn.btn-primary:active:not(.btn-active) i,.btn.btn-primary:focus:not(.btn-active) i,.btn.btn-primary:hover:not(.btn-active) i,.show>.btn.btn-primary i{color:#fff}.btn-check:active+.btn.btn-primary .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-primary .svg-icon svg :not(.permanent):not(g),.btn.btn-primary.active .svg-icon svg :not(.permanent):not(g),.btn.btn-primary.show .svg-icon svg :not(.permanent):not(g),.btn.btn-primary:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-primary:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-primary:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-primary .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-primary .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-primary .svg-icon svg :not(.permanent):not(g) path,.btn.btn-primary.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-primary.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-primary:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-primary:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-primary:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-primary .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-primary .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-primary .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-primary.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-primary.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-primary:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-primary:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-primary:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-primary .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-primary .svg-icon svg [stroke],.btn-check:checked+.btn.btn-primary .svg-icon svg [stroke],.btn.btn-primary.active .svg-icon svg [stroke],.btn.btn-primary.show .svg-icon svg [stroke],.btn.btn-primary:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-primary:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-primary:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-primary .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-primary.dropdown-toggle:after,.btn-check:checked+.btn.btn-primary.dropdown-toggle:after,.btn.btn-primary.active.dropdown-toggle:after,.btn.btn-primary.show.dropdown-toggle:after,.btn.btn-primary:active:not(.btn-active).dropdown-toggle:after,.btn.btn-primary:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-primary:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-primary.dropdown-toggle:after{color:#fff}.btn.btn-light-primary{color:#2996ce;border-color:#cde8f1;background-color:#cde8f1}.btn.btn-light-primary i{color:#2996ce}.btn.btn-light-primary .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#2996ce}.btn.btn-light-primary .svg-icon svg :not(.permanent):not(g) path{fill:#2996ce}.btn.btn-light-primary .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-light-primary .svg-icon svg [stroke]{stroke:#2996ce}.btn.btn-light-primary.dropdown-toggle:after{color:#2996ce}.btn-check:active+.btn.btn-light-primary,.btn-check:checked+.btn.btn-light-primary,.btn.btn-light-primary.active,.btn.btn-light-primary.show,.btn.btn-light-primary:active:not(.btn-active),.btn.btn-light-primary:focus:not(.btn-active),.btn.btn-light-primary:hover:not(.btn-active),.show>.btn.btn-light-primary{color:#fff;border-color:#2996ce;background-color:#2996ce!important;-webkit-box-shadow:#cde8f1 0 0 0 3px;box-shadow:0 0 0 3px #cde8f1}.btn-check:active+.btn.btn-light-primary i,.btn-check:checked+.btn.btn-light-primary i,.btn.btn-light-primary.active i,.btn.btn-light-primary.show i,.btn.btn-light-primary:active:not(.btn-active) i,.btn.btn-light-primary:focus:not(.btn-active) i,.btn.btn-light-primary:hover:not(.btn-active) i,.show>.btn.btn-light-primary i{color:#fff}.btn-check:active+.btn.btn-light-primary .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-light-primary .svg-icon svg :not(.permanent):not(g),.btn.btn-light-primary.active .svg-icon svg :not(.permanent):not(g),.btn.btn-light-primary.show .svg-icon svg :not(.permanent):not(g),.btn.btn-light-primary:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-light-primary:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-light-primary:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-light-primary .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-light-primary .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-light-primary .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-primary.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-primary.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-primary:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-primary:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-primary:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-light-primary .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-light-primary .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-light-primary .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-primary.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-primary.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-primary:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-primary:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-primary:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-light-primary .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-light-primary .svg-icon svg [stroke],.btn-check:checked+.btn.btn-light-primary .svg-icon svg [stroke],.btn.btn-light-primary.active .svg-icon svg [stroke],.btn.btn-light-primary.show .svg-icon svg [stroke],.btn.btn-light-primary:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-light-primary:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-light-primary:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-light-primary .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-light-primary.dropdown-toggle:after,.btn-check:checked+.btn.btn-light-primary.dropdown-toggle:after,.btn.btn-light-primary.active.dropdown-toggle:after,.btn.btn-light-primary.show.dropdown-toggle:after,.btn.btn-light-primary:active:not(.btn-active).dropdown-toggle:after,.btn.btn-light-primary:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-light-primary:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-light-primary.dropdown-toggle:after{color:#fff}.btn.btn-bg-primary{border-color:#2996ce;background-color:#2996ce}.btn-check:active+.btn.btn-bg-primary,.btn-check:checked+.btn.btn-bg-primary,.btn.btn-bg-primary.active,.btn.btn-bg-primary.show,.btn.btn-bg-primary:active:not(.btn-active),.btn.btn-bg-primary:focus:not(.btn-active),.btn.btn-bg-primary:hover:not(.btn-active),.show>.btn.btn-bg-primary{-webkit-box-shadow:#2996ce 0 0 0 3px;box-shadow:0 0 0 3px #2996ce}.btn-check:active+.btn.btn-active-primary,.btn-check:checked+.btn.btn-active-primary,.btn.btn-active-primary.active,.btn.btn-active-primary.show,.btn.btn-active-primary:active:not(.btn-active),.btn.btn-active-primary:focus:not(.btn-active),.btn.btn-active-primary:hover:not(.btn-active),.show>.btn.btn-active-primary{color:#fff;border-color:#2996ce;background-color:#2996ce!important;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-primary i,.btn-check:checked+.btn.btn-active-primary i,.btn.btn-active-primary.active i,.btn.btn-active-primary.show i,.btn.btn-active-primary:active:not(.btn-active) i,.btn.btn-active-primary:focus:not(.btn-active) i,.btn.btn-active-primary:hover:not(.btn-active) i,.show>.btn.btn-active-primary i{color:#fff}.btn-check:active+.btn.btn-active-primary .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-primary .svg-icon svg :not(.permanent):not(g),.btn.btn-active-primary.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-primary.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-primary:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-primary:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-primary:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-primary .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-active-primary .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-primary .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-primary.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-primary.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-primary:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-primary:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-primary:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-primary .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-active-primary .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-primary .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-primary.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-primary.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-primary:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-primary:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-primary:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-primary .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-primary .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-primary .svg-icon svg [stroke],.btn.btn-active-primary.active .svg-icon svg [stroke],.btn.btn-active-primary.show .svg-icon svg [stroke],.btn.btn-active-primary:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-primary:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-primary:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-primary .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-active-primary.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-primary.dropdown-toggle:after,.btn.btn-active-primary.active.dropdown-toggle:after,.btn.btn-active-primary.show.dropdown-toggle:after,.btn.btn-active-primary:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-primary:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-primary:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-active-primary.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-active-light-primary,.btn-check:checked+.btn.btn-active-light-primary,.btn.btn-active-light-primary.active,.btn.btn-active-light-primary.show,.btn.btn-active-light-primary:active:not(.btn-active),.btn.btn-active-light-primary:focus:not(.btn-active),.btn.btn-active-light-primary:hover:not(.btn-active),.show>.btn.btn-active-light-primary{color:#2996ce;border-color:#cde8f1;background-color:#cde8f1!important;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-light-primary i,.btn-check:checked+.btn.btn-active-light-primary i,.btn.btn-active-light-primary.active i,.btn.btn-active-light-primary.show i,.btn.btn-active-light-primary:active:not(.btn-active) i,.btn.btn-active-light-primary:focus:not(.btn-active) i,.btn.btn-active-light-primary:hover:not(.btn-active) i,.show>.btn.btn-active-light-primary i{color:#2996ce}.btn-check:active+.btn.btn-active-light-primary .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-light-primary .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-primary.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-primary.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-primary:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-primary:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-primary:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-light-primary .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#2996ce}.btn-check:active+.btn.btn-active-light-primary .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-light-primary .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-primary.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-primary.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-primary:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-primary:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-primary:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-light-primary .svg-icon svg :not(.permanent):not(g) path{fill:#2996ce}.btn-check:active+.btn.btn-active-light-primary .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-light-primary .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-primary.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-primary.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-primary:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-primary:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-primary:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-light-primary .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-light-primary .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-light-primary .svg-icon svg [stroke],.btn.btn-active-light-primary.active .svg-icon svg [stroke],.btn.btn-active-light-primary.show .svg-icon svg [stroke],.btn.btn-active-light-primary:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-light-primary:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-light-primary:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-light-primary .svg-icon svg [stroke]{stroke:#2996ce}.btn-check:active+.btn.btn-active-light-primary.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-light-primary.dropdown-toggle:after,.btn.btn-active-light-primary.active.dropdown-toggle:after,.btn.btn-active-light-primary.show.dropdown-toggle:after,.btn.btn-active-light-primary:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-light-primary:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-light-primary:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-active-light-primary.dropdown-toggle:after{color:#2996ce}.btn.btn-active-light-primary.btn-outline:not(.btn-outline-default){border-color:#2996ce!important}.btn.btn-secondary{color:#fff;border-color:#0f3f62;background-color:#0f3f62}.btn.btn-secondary i{color:#fff}.btn.btn-secondary .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn.btn-secondary .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn.btn-secondary .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-secondary .svg-icon svg [stroke]{stroke:#fff}.btn.btn-secondary.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-secondary,.btn-check:checked+.btn.btn-secondary,.btn.btn-secondary.active,.btn.btn-secondary.show,.btn.btn-secondary:active:not(.btn-active),.btn.btn-secondary:focus:not(.btn-active),.btn.btn-secondary:hover:not(.btn-active),.show>.btn.btn-secondary{color:#fff;border-color:#09253a;background-color:#09253a!important;-webkit-box-shadow:#0f3f62 0 0 0 3px;box-shadow:0 0 0 3px #0f3f62}.btn-check:active+.btn.btn-secondary i,.btn-check:checked+.btn.btn-secondary i,.btn.btn-secondary.active i,.btn.btn-secondary.show i,.btn.btn-secondary:active:not(.btn-active) i,.btn.btn-secondary:focus:not(.btn-active) i,.btn.btn-secondary:hover:not(.btn-active) i,.show>.btn.btn-secondary i{color:#fff}.btn-check:active+.btn.btn-secondary .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-secondary .svg-icon svg :not(.permanent):not(g),.btn.btn-secondary.active .svg-icon svg :not(.permanent):not(g),.btn.btn-secondary.show .svg-icon svg :not(.permanent):not(g),.btn.btn-secondary:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-secondary:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-secondary:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-secondary .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-secondary .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-secondary .svg-icon svg :not(.permanent):not(g) path,.btn.btn-secondary.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-secondary.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-secondary:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-secondary:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-secondary:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-secondary .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-secondary .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-secondary .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-secondary.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-secondary.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-secondary:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-secondary:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-secondary:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-secondary .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-secondary .svg-icon svg [stroke],.btn-check:checked+.btn.btn-secondary .svg-icon svg [stroke],.btn.btn-secondary.active .svg-icon svg [stroke],.btn.btn-secondary.show .svg-icon svg [stroke],.btn.btn-secondary:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-secondary:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-secondary:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-secondary .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-secondary.dropdown-toggle:after,.btn-check:checked+.btn.btn-secondary.dropdown-toggle:after,.btn.btn-secondary.active.dropdown-toggle:after,.btn.btn-secondary.show.dropdown-toggle:after,.btn.btn-secondary:active:not(.btn-active).dropdown-toggle:after,.btn.btn-secondary:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-secondary:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-secondary.dropdown-toggle:after{color:#fff}.btn.btn-light-secondary{color:#0f3f62;border-color:#cfd9e0;background-color:#cfd9e0}.btn.btn-light-secondary i{color:#0f3f62}.btn.btn-light-secondary .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.btn.btn-light-secondary .svg-icon svg :not(.permanent):not(g) path{fill:#0f3f62}.btn.btn-light-secondary .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-light-secondary .svg-icon svg [stroke]{stroke:#0f3f62}.btn.btn-light-secondary.dropdown-toggle:after{color:#0f3f62}.btn-check:active+.btn.btn-light-secondary,.btn-check:checked+.btn.btn-light-secondary,.btn.btn-light-secondary.active,.btn.btn-light-secondary.show,.btn.btn-light-secondary:active:not(.btn-active),.btn.btn-light-secondary:focus:not(.btn-active),.btn.btn-light-secondary:hover:not(.btn-active),.show>.btn.btn-light-secondary{color:#fff;border-color:#0f3f62;background-color:#0f3f62!important;-webkit-box-shadow:#cfd9e0 0 0 0 3px;box-shadow:0 0 0 3px #cfd9e0}.btn-check:active+.btn.btn-light-secondary i,.btn-check:checked+.btn.btn-light-secondary i,.btn.btn-light-secondary.active i,.btn.btn-light-secondary.show i,.btn.btn-light-secondary:active:not(.btn-active) i,.btn.btn-light-secondary:focus:not(.btn-active) i,.btn.btn-light-secondary:hover:not(.btn-active) i,.show>.btn.btn-light-secondary i{color:#fff}.btn-check:active+.btn.btn-light-secondary .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-light-secondary .svg-icon svg :not(.permanent):not(g),.btn.btn-light-secondary.active .svg-icon svg :not(.permanent):not(g),.btn.btn-light-secondary.show .svg-icon svg :not(.permanent):not(g),.btn.btn-light-secondary:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-light-secondary:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-light-secondary:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-light-secondary .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-light-secondary .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-light-secondary .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-secondary.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-secondary.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-secondary:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-secondary:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-secondary:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-light-secondary .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-light-secondary .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-light-secondary .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-secondary.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-secondary.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-secondary:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-secondary:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-secondary:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-light-secondary .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-light-secondary .svg-icon svg [stroke],.btn-check:checked+.btn.btn-light-secondary .svg-icon svg [stroke],.btn.btn-light-secondary.active .svg-icon svg [stroke],.btn.btn-light-secondary.show .svg-icon svg [stroke],.btn.btn-light-secondary:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-light-secondary:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-light-secondary:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-light-secondary .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-light-secondary.dropdown-toggle:after,.btn-check:checked+.btn.btn-light-secondary.dropdown-toggle:after,.btn.btn-light-secondary.active.dropdown-toggle:after,.btn.btn-light-secondary.show.dropdown-toggle:after,.btn.btn-light-secondary:active:not(.btn-active).dropdown-toggle:after,.btn.btn-light-secondary:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-light-secondary:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-light-secondary.dropdown-toggle:after{color:#fff}.btn.btn-bg-secondary{border-color:#0f3f62;background-color:#0f3f62}.btn-check:active+.btn.btn-bg-secondary,.btn-check:checked+.btn.btn-bg-secondary,.btn.btn-bg-secondary.active,.btn.btn-bg-secondary.show,.btn.btn-bg-secondary:active:not(.btn-active),.btn.btn-bg-secondary:focus:not(.btn-active),.btn.btn-bg-secondary:hover:not(.btn-active),.show>.btn.btn-bg-secondary{-webkit-box-shadow:#0f3f62 0 0 0 3px;box-shadow:0 0 0 3px #0f3f62}.btn-check:active+.btn.btn-active-secondary,.btn-check:checked+.btn.btn-active-secondary,.btn.btn-active-secondary.active,.btn.btn-active-secondary.show,.btn.btn-active-secondary:active:not(.btn-active),.btn.btn-active-secondary:focus:not(.btn-active),.btn.btn-active-secondary:hover:not(.btn-active),.show>.btn.btn-active-secondary{color:#fff;border-color:#0f3f62;background-color:#0f3f62!important;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-secondary i,.btn-check:checked+.btn.btn-active-secondary i,.btn.btn-active-secondary.active i,.btn.btn-active-secondary.show i,.btn.btn-active-secondary:active:not(.btn-active) i,.btn.btn-active-secondary:focus:not(.btn-active) i,.btn.btn-active-secondary:hover:not(.btn-active) i,.show>.btn.btn-active-secondary i{color:#fff}.btn-check:active+.btn.btn-active-secondary .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-secondary .svg-icon svg :not(.permanent):not(g),.btn.btn-active-secondary.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-secondary.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-secondary:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-secondary:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-secondary:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-secondary .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-active-secondary .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-secondary .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-secondary.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-secondary.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-secondary:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-secondary:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-secondary:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-secondary .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-active-secondary .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-secondary .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-secondary.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-secondary.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-secondary:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-secondary:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-secondary:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-secondary .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-secondary .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-secondary .svg-icon svg [stroke],.btn.btn-active-secondary.active .svg-icon svg [stroke],.btn.btn-active-secondary.show .svg-icon svg [stroke],.btn.btn-active-secondary:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-secondary:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-secondary:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-secondary .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-active-secondary.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-secondary.dropdown-toggle:after,.btn.btn-active-secondary.active.dropdown-toggle:after,.btn.btn-active-secondary.show.dropdown-toggle:after,.btn.btn-active-secondary:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-secondary:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-secondary:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-active-secondary.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-active-light-secondary,.btn-check:checked+.btn.btn-active-light-secondary,.btn.btn-active-light-secondary.active,.btn.btn-active-light-secondary.show,.btn.btn-active-light-secondary:active:not(.btn-active),.btn.btn-active-light-secondary:focus:not(.btn-active),.btn.btn-active-light-secondary:hover:not(.btn-active),.show>.btn.btn-active-light-secondary{color:#0f3f62;border-color:#cfd9e0;background-color:#cfd9e0!important;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-light-secondary i,.btn-check:checked+.btn.btn-active-light-secondary i,.btn.btn-active-light-secondary.active i,.btn.btn-active-light-secondary.show i,.btn.btn-active-light-secondary:active:not(.btn-active) i,.btn.btn-active-light-secondary:focus:not(.btn-active) i,.btn.btn-active-light-secondary:hover:not(.btn-active) i,.show>.btn.btn-active-light-secondary i{color:#0f3f62}.btn-check:active+.btn.btn-active-light-secondary .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-light-secondary .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-secondary.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-secondary.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-secondary:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-secondary:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-secondary:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-light-secondary .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.btn-check:active+.btn.btn-active-light-secondary .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-light-secondary .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-secondary.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-secondary.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-secondary:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-secondary:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-secondary:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-light-secondary .svg-icon svg :not(.permanent):not(g) path{fill:#0f3f62}.btn-check:active+.btn.btn-active-light-secondary .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-light-secondary .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-secondary.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-secondary.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-secondary:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-secondary:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-secondary:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-light-secondary .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-light-secondary .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-light-secondary .svg-icon svg [stroke],.btn.btn-active-light-secondary.active .svg-icon svg [stroke],.btn.btn-active-light-secondary.show .svg-icon svg [stroke],.btn.btn-active-light-secondary:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-light-secondary:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-light-secondary:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-light-secondary .svg-icon svg [stroke]{stroke:#0f3f62}.btn-check:active+.btn.btn-active-light-secondary.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-light-secondary.dropdown-toggle:after,.btn.btn-active-light-secondary.active.dropdown-toggle:after,.btn.btn-active-light-secondary.show.dropdown-toggle:after,.btn.btn-active-light-secondary:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-light-secondary:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-light-secondary:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-active-light-secondary.dropdown-toggle:after{color:#0f3f62}.btn.btn-active-light-secondary.btn-outline:not(.btn-outline-default){border-color:#0f3f62!important}.btn.btn-success{color:#fff;border-color:#14937e;background-color:#14937e}.btn.btn-success i{color:#fff}.btn.btn-success .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn.btn-success .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn.btn-success .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-success .svg-icon svg [stroke]{stroke:#fff}.btn.btn-success.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-success,.btn-check:checked+.btn.btn-success,.btn.btn-success.active,.btn.btn-success.show,.btn.btn-success:active:not(.btn-active),.btn.btn-success:focus:not(.btn-active),.btn.btn-success:hover:not(.btn-active),.show>.btn.btn-success{color:#fff;border-color:#0bb7af;background-color:#0bb7af!important;-webkit-box-shadow:#14937e 0 0 0 3px;box-shadow:0 0 0 3px #14937e}.btn-check:active+.btn.btn-success i,.btn-check:checked+.btn.btn-success i,.btn.btn-success.active i,.btn.btn-success.show i,.btn.btn-success:active:not(.btn-active) i,.btn.btn-success:focus:not(.btn-active) i,.btn.btn-success:hover:not(.btn-active) i,.show>.btn.btn-success i{color:#fff}.btn-check:active+.btn.btn-success .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-success .svg-icon svg :not(.permanent):not(g),.btn.btn-success.active .svg-icon svg :not(.permanent):not(g),.btn.btn-success.show .svg-icon svg :not(.permanent):not(g),.btn.btn-success:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-success:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-success:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-success .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-success .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-success .svg-icon svg :not(.permanent):not(g) path,.btn.btn-success.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-success.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-success:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-success:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-success:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-success .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-success .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-success .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-success.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-success.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-success:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-success:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-success:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-success .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-success .svg-icon svg [stroke],.btn-check:checked+.btn.btn-success .svg-icon svg [stroke],.btn.btn-success.active .svg-icon svg [stroke],.btn.btn-success.show .svg-icon svg [stroke],.btn.btn-success:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-success:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-success:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-success .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-success.dropdown-toggle:after,.btn-check:checked+.btn.btn-success.dropdown-toggle:after,.btn.btn-success.active.dropdown-toggle:after,.btn.btn-success.show.dropdown-toggle:after,.btn.btn-success:active:not(.btn-active).dropdown-toggle:after,.btn.btn-success:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-success:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-success.dropdown-toggle:after{color:#fff}.btn.btn-light-success{color:#14937e;border-color:#d3f2ed;background-color:#d3f2ed}.btn.btn-light-success i{color:#14937e}.btn.btn-light-success .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#14937e}.btn.btn-light-success .svg-icon svg :not(.permanent):not(g) path{fill:#14937e}.btn.btn-light-success .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-light-success .svg-icon svg [stroke]{stroke:#14937e}.btn.btn-light-success.dropdown-toggle:after{color:#14937e}.btn-check:active+.btn.btn-light-success,.btn-check:checked+.btn.btn-light-success,.btn.btn-light-success.active,.btn.btn-light-success.show,.btn.btn-light-success:active:not(.btn-active),.btn.btn-light-success:focus:not(.btn-active),.btn.btn-light-success:hover:not(.btn-active),.show>.btn.btn-light-success{color:#fff;border-color:#14937e;background-color:#14937e!important;-webkit-box-shadow:#d3f2ed 0 0 0 3px;box-shadow:0 0 0 3px #d3f2ed}.btn-check:active+.btn.btn-light-success i,.btn-check:checked+.btn.btn-light-success i,.btn.btn-light-success.active i,.btn.btn-light-success.show i,.btn.btn-light-success:active:not(.btn-active) i,.btn.btn-light-success:focus:not(.btn-active) i,.btn.btn-light-success:hover:not(.btn-active) i,.show>.btn.btn-light-success i{color:#fff}.btn-check:active+.btn.btn-light-success .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-light-success .svg-icon svg :not(.permanent):not(g),.btn.btn-light-success.active .svg-icon svg :not(.permanent):not(g),.btn.btn-light-success.show .svg-icon svg :not(.permanent):not(g),.btn.btn-light-success:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-light-success:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-light-success:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-light-success .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-light-success .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-light-success .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-success.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-success.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-success:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-success:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-success:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-light-success .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-light-success .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-light-success .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-success.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-success.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-success:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-success:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-success:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-light-success .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-light-success .svg-icon svg [stroke],.btn-check:checked+.btn.btn-light-success .svg-icon svg [stroke],.btn.btn-light-success.active .svg-icon svg [stroke],.btn.btn-light-success.show .svg-icon svg [stroke],.btn.btn-light-success:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-light-success:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-light-success:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-light-success .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-light-success.dropdown-toggle:after,.btn-check:checked+.btn.btn-light-success.dropdown-toggle:after,.btn.btn-light-success.active.dropdown-toggle:after,.btn.btn-light-success.show.dropdown-toggle:after,.btn.btn-light-success:active:not(.btn-active).dropdown-toggle:after,.btn.btn-light-success:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-light-success:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-light-success.dropdown-toggle:after{color:#fff}.btn.btn-bg-success{border-color:#14937e;background-color:#14937e}.btn-check:active+.btn.btn-bg-success,.btn-check:checked+.btn.btn-bg-success,.btn.btn-bg-success.active,.btn.btn-bg-success.show,.btn.btn-bg-success:active:not(.btn-active),.btn.btn-bg-success:focus:not(.btn-active),.btn.btn-bg-success:hover:not(.btn-active),.show>.btn.btn-bg-success{-webkit-box-shadow:#14937e 0 0 0 3px;box-shadow:0 0 0 3px #14937e}.btn-check:active+.btn.btn-active-success,.btn-check:checked+.btn.btn-active-success,.btn.btn-active-success.active,.btn.btn-active-success.show,.btn.btn-active-success:active:not(.btn-active),.btn.btn-active-success:focus:not(.btn-active),.btn.btn-active-success:hover:not(.btn-active),.show>.btn.btn-active-success{color:#fff;border-color:#14937e;background-color:#14937e!important;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-success i,.btn-check:checked+.btn.btn-active-success i,.btn.btn-active-success.active i,.btn.btn-active-success.show i,.btn.btn-active-success:active:not(.btn-active) i,.btn.btn-active-success:focus:not(.btn-active) i,.btn.btn-active-success:hover:not(.btn-active) i,.show>.btn.btn-active-success i{color:#fff}.btn-check:active+.btn.btn-active-success .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-success .svg-icon svg :not(.permanent):not(g),.btn.btn-active-success.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-success.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-success:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-success:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-success:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-success .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-active-success .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-success .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-success.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-success.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-success:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-success:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-success:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-success .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-active-success .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-success .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-success.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-success.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-success:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-success:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-success:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-success .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-success .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-success .svg-icon svg [stroke],.btn.btn-active-success.active .svg-icon svg [stroke],.btn.btn-active-success.show .svg-icon svg [stroke],.btn.btn-active-success:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-success:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-success:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-success .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-active-success.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-success.dropdown-toggle:after,.btn.btn-active-success.active.dropdown-toggle:after,.btn.btn-active-success.show.dropdown-toggle:after,.btn.btn-active-success:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-success:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-success:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-active-success.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-active-light-success,.btn-check:checked+.btn.btn-active-light-success,.btn.btn-active-light-success.active,.btn.btn-active-light-success.show,.btn.btn-active-light-success:active:not(.btn-active),.btn.btn-active-light-success:focus:not(.btn-active),.btn.btn-active-light-success:hover:not(.btn-active),.show>.btn.btn-active-light-success{color:#14937e;border-color:#d3f2ed;background-color:#d3f2ed!important;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-light-success i,.btn-check:checked+.btn.btn-active-light-success i,.btn.btn-active-light-success.active i,.btn.btn-active-light-success.show i,.btn.btn-active-light-success:active:not(.btn-active) i,.btn.btn-active-light-success:focus:not(.btn-active) i,.btn.btn-active-light-success:hover:not(.btn-active) i,.show>.btn.btn-active-light-success i{color:#14937e}.btn-check:active+.btn.btn-active-light-success .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-light-success .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-success.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-success.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-success:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-success:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-success:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-light-success .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#14937e}.btn-check:active+.btn.btn-active-light-success .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-light-success .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-success.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-success.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-success:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-success:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-success:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-light-success .svg-icon svg :not(.permanent):not(g) path{fill:#14937e}.btn-check:active+.btn.btn-active-light-success .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-light-success .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-success.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-success.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-success:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-success:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-success:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-light-success .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-light-success .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-light-success .svg-icon svg [stroke],.btn.btn-active-light-success.active .svg-icon svg [stroke],.btn.btn-active-light-success.show .svg-icon svg [stroke],.btn.btn-active-light-success:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-light-success:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-light-success:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-light-success .svg-icon svg [stroke]{stroke:#14937e}.btn-check:active+.btn.btn-active-light-success.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-light-success.dropdown-toggle:after,.btn.btn-active-light-success.active.dropdown-toggle:after,.btn.btn-active-light-success.show.dropdown-toggle:after,.btn.btn-active-light-success:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-light-success:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-light-success:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-active-light-success.dropdown-toggle:after{color:#14937e}.btn.btn-active-light-success.btn-outline:not(.btn-outline-default){border-color:#14937e!important}.btn.btn-info{color:#fff;border-color:#4974a6;background-color:#4974a6}.btn.btn-info i{color:#fff}.btn.btn-info .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn.btn-info .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn.btn-info .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-info .svg-icon svg [stroke]{stroke:#fff}.btn.btn-info.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-info,.btn-check:checked+.btn.btn-info,.btn.btn-info.active,.btn.btn-info.show,.btn.btn-info:active:not(.btn-active),.btn.btn-info:focus:not(.btn-active),.btn.btn-info:hover:not(.btn-active),.show>.btn.btn-info{color:#fff;border-color:#5384be;background-color:#5384be!important;-webkit-box-shadow:#4974a6 0 0 0 3px;box-shadow:0 0 0 3px #4974a6}.btn-check:active+.btn.btn-info i,.btn-check:checked+.btn.btn-info i,.btn.btn-info.active i,.btn.btn-info.show i,.btn.btn-info:active:not(.btn-active) i,.btn.btn-info:focus:not(.btn-active) i,.btn.btn-info:hover:not(.btn-active) i,.show>.btn.btn-info i{color:#fff}.btn-check:active+.btn.btn-info .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-info .svg-icon svg :not(.permanent):not(g),.btn.btn-info.active .svg-icon svg :not(.permanent):not(g),.btn.btn-info.show .svg-icon svg :not(.permanent):not(g),.btn.btn-info:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-info:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-info:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-info .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-info .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-info .svg-icon svg :not(.permanent):not(g) path,.btn.btn-info.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-info.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-info:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-info:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-info:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-info .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-info .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-info .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-info.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-info.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-info:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-info:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-info:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-info .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-info .svg-icon svg [stroke],.btn-check:checked+.btn.btn-info .svg-icon svg [stroke],.btn.btn-info.active .svg-icon svg [stroke],.btn.btn-info.show .svg-icon svg [stroke],.btn.btn-info:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-info:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-info:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-info .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-info.dropdown-toggle:after,.btn-check:checked+.btn.btn-info.dropdown-toggle:after,.btn.btn-info.active.dropdown-toggle:after,.btn.btn-info.show.dropdown-toggle:after,.btn.btn-info:active:not(.btn-active).dropdown-toggle:after,.btn.btn-info:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-info:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-info.dropdown-toggle:after{color:#fff}.btn.btn-light-info{color:#4974a6;border-color:#c9d8e9;background-color:#c9d8e9}.btn.btn-light-info i{color:#4974a6}.btn.btn-light-info .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#4974a6}.btn.btn-light-info .svg-icon svg :not(.permanent):not(g) path{fill:#4974a6}.btn.btn-light-info .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-light-info .svg-icon svg [stroke]{stroke:#4974a6}.btn.btn-light-info.dropdown-toggle:after{color:#4974a6}.btn-check:active+.btn.btn-light-info,.btn-check:checked+.btn.btn-light-info,.btn.btn-light-info.active,.btn.btn-light-info.show,.btn.btn-light-info:active:not(.btn-active),.btn.btn-light-info:focus:not(.btn-active),.btn.btn-light-info:hover:not(.btn-active),.show>.btn.btn-light-info{color:#fff;border-color:#4974a6;background-color:#4974a6!important;-webkit-box-shadow:#c9d8e9 0 0 0 3px;box-shadow:0 0 0 3px #c9d8e9}.btn-check:active+.btn.btn-light-info i,.btn-check:checked+.btn.btn-light-info i,.btn.btn-light-info.active i,.btn.btn-light-info.show i,.btn.btn-light-info:active:not(.btn-active) i,.btn.btn-light-info:focus:not(.btn-active) i,.btn.btn-light-info:hover:not(.btn-active) i,.show>.btn.btn-light-info i{color:#fff}.btn-check:active+.btn.btn-light-info .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-light-info .svg-icon svg :not(.permanent):not(g),.btn.btn-light-info.active .svg-icon svg :not(.permanent):not(g),.btn.btn-light-info.show .svg-icon svg :not(.permanent):not(g),.btn.btn-light-info:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-light-info:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-light-info:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-light-info .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-light-info .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-light-info .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-info.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-info.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-info:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-info:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-info:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-light-info .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-light-info .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-light-info .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-info.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-info.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-info:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-info:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-info:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-light-info .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-light-info .svg-icon svg [stroke],.btn-check:checked+.btn.btn-light-info .svg-icon svg [stroke],.btn.btn-light-info.active .svg-icon svg [stroke],.btn.btn-light-info.show .svg-icon svg [stroke],.btn.btn-light-info:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-light-info:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-light-info:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-light-info .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-light-info.dropdown-toggle:after,.btn-check:checked+.btn.btn-light-info.dropdown-toggle:after,.btn.btn-light-info.active.dropdown-toggle:after,.btn.btn-light-info.show.dropdown-toggle:after,.btn.btn-light-info:active:not(.btn-active).dropdown-toggle:after,.btn.btn-light-info:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-light-info:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-light-info.dropdown-toggle:after{color:#fff}.btn.btn-bg-info{border-color:#4974a6;background-color:#4974a6}.btn-check:active+.btn.btn-bg-info,.btn-check:checked+.btn.btn-bg-info,.btn.btn-bg-info.active,.btn.btn-bg-info.show,.btn.btn-bg-info:active:not(.btn-active),.btn.btn-bg-info:focus:not(.btn-active),.btn.btn-bg-info:hover:not(.btn-active),.show>.btn.btn-bg-info{-webkit-box-shadow:#4974a6 0 0 0 3px;box-shadow:0 0 0 3px #4974a6}.btn-check:active+.btn.btn-active-info,.btn-check:checked+.btn.btn-active-info,.btn.btn-active-info.active,.btn.btn-active-info.show,.btn.btn-active-info:active:not(.btn-active),.btn.btn-active-info:focus:not(.btn-active),.btn.btn-active-info:hover:not(.btn-active),.show>.btn.btn-active-info{color:#fff;border-color:#4974a6;background-color:#4974a6!important;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-info i,.btn-check:checked+.btn.btn-active-info i,.btn.btn-active-info.active i,.btn.btn-active-info.show i,.btn.btn-active-info:active:not(.btn-active) i,.btn.btn-active-info:focus:not(.btn-active) i,.btn.btn-active-info:hover:not(.btn-active) i,.show>.btn.btn-active-info i{color:#fff}.btn-check:active+.btn.btn-active-info .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-info .svg-icon svg :not(.permanent):not(g),.btn.btn-active-info.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-info.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-info:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-info:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-info:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-info .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-active-info .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-info .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-info.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-info.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-info:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-info:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-info:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-info .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-active-info .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-info .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-info.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-info.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-info:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-info:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-info:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-info .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-info .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-info .svg-icon svg [stroke],.btn.btn-active-info.active .svg-icon svg [stroke],.btn.btn-active-info.show .svg-icon svg [stroke],.btn.btn-active-info:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-info:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-info:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-info .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-active-info.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-info.dropdown-toggle:after,.btn.btn-active-info.active.dropdown-toggle:after,.btn.btn-active-info.show.dropdown-toggle:after,.btn.btn-active-info:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-info:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-info:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-active-info.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-active-light-info,.btn-check:checked+.btn.btn-active-light-info,.btn.btn-active-light-info.active,.btn.btn-active-light-info.show,.btn.btn-active-light-info:active:not(.btn-active),.btn.btn-active-light-info:focus:not(.btn-active),.btn.btn-active-light-info:hover:not(.btn-active),.show>.btn.btn-active-light-info{color:#4974a6;border-color:#c9d8e9;background-color:#c9d8e9!important;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-light-info i,.btn-check:checked+.btn.btn-active-light-info i,.btn.btn-active-light-info.active i,.btn.btn-active-light-info.show i,.btn.btn-active-light-info:active:not(.btn-active) i,.btn.btn-active-light-info:focus:not(.btn-active) i,.btn.btn-active-light-info:hover:not(.btn-active) i,.show>.btn.btn-active-light-info i{color:#4974a6}.btn-check:active+.btn.btn-active-light-info .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-light-info .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-info.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-info.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-info:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-info:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-info:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-light-info .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#4974a6}.btn-check:active+.btn.btn-active-light-info .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-light-info .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-info.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-info.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-info:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-info:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-info:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-light-info .svg-icon svg :not(.permanent):not(g) path{fill:#4974a6}.btn-check:active+.btn.btn-active-light-info .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-light-info .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-info.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-info.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-info:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-info:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-info:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-light-info .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-light-info .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-light-info .svg-icon svg [stroke],.btn.btn-active-light-info.active .svg-icon svg [stroke],.btn.btn-active-light-info.show .svg-icon svg [stroke],.btn.btn-active-light-info:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-light-info:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-light-info:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-light-info .svg-icon svg [stroke]{stroke:#4974a6}.btn-check:active+.btn.btn-active-light-info.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-light-info.dropdown-toggle:after,.btn.btn-active-light-info.active.dropdown-toggle:after,.btn.btn-active-light-info.show.dropdown-toggle:after,.btn.btn-active-light-info:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-light-info:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-light-info:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-active-light-info.dropdown-toggle:after{color:#4974a6}.btn.btn-active-light-info.btn-outline:not(.btn-outline-default){border-color:#4974a6!important}.btn.btn-warning{color:#fff;border-color:#fe7f2d;background-color:#fe7f2d}.btn.btn-warning i{color:#fff}.btn.btn-warning .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn.btn-warning .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn.btn-warning .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-warning .svg-icon svg [stroke]{stroke:#fff}.btn.btn-warning.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-warning,.btn-check:checked+.btn.btn-warning,.btn.btn-warning.active,.btn.btn-warning.show,.btn.btn-warning:active:not(.btn-active),.btn.btn-warning:focus:not(.btn-active),.btn.btn-warning:hover:not(.btn-active),.show>.btn.btn-warning{color:#fff;border-color:#fe7014;background-color:#fe7014!important;-webkit-box-shadow:#fe7f2d 0 0 0 3px;box-shadow:0 0 0 3px #fe7f2d}.btn-check:active+.btn.btn-warning i,.btn-check:checked+.btn.btn-warning i,.btn.btn-warning.active i,.btn.btn-warning.show i,.btn.btn-warning:active:not(.btn-active) i,.btn.btn-warning:focus:not(.btn-active) i,.btn.btn-warning:hover:not(.btn-active) i,.show>.btn.btn-warning i{color:#fff}.btn-check:active+.btn.btn-warning .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-warning .svg-icon svg :not(.permanent):not(g),.btn.btn-warning.active .svg-icon svg :not(.permanent):not(g),.btn.btn-warning.show .svg-icon svg :not(.permanent):not(g),.btn.btn-warning:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-warning:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-warning:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-warning .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-warning .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-warning .svg-icon svg :not(.permanent):not(g) path,.btn.btn-warning.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-warning.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-warning:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-warning:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-warning:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-warning .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-warning .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-warning .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-warning.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-warning.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-warning:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-warning:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-warning:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-warning .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-warning .svg-icon svg [stroke],.btn-check:checked+.btn.btn-warning .svg-icon svg [stroke],.btn.btn-warning.active .svg-icon svg [stroke],.btn.btn-warning.show .svg-icon svg [stroke],.btn.btn-warning:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-warning:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-warning:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-warning .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-warning.dropdown-toggle:after,.btn-check:checked+.btn.btn-warning.dropdown-toggle:after,.btn.btn-warning.active.dropdown-toggle:after,.btn.btn-warning.show.dropdown-toggle:after,.btn.btn-warning:active:not(.btn-active).dropdown-toggle:after,.btn.btn-warning:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-warning:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-warning.dropdown-toggle:after{color:#fff}.btn.btn-light-warning{color:#fe7f2d;border-color:#ffe5d5;background-color:#ffe5d5}.btn.btn-light-warning i{color:#fe7f2d}.btn.btn-light-warning .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fe7f2d}.btn.btn-light-warning .svg-icon svg :not(.permanent):not(g) path{fill:#fe7f2d}.btn.btn-light-warning .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-light-warning .svg-icon svg [stroke]{stroke:#fe7f2d}.btn.btn-light-warning.dropdown-toggle:after{color:#fe7f2d}.btn-check:active+.btn.btn-light-warning,.btn-check:checked+.btn.btn-light-warning,.btn.btn-light-warning.active,.btn.btn-light-warning.show,.btn.btn-light-warning:active:not(.btn-active),.btn.btn-light-warning:focus:not(.btn-active),.btn.btn-light-warning:hover:not(.btn-active),.show>.btn.btn-light-warning{color:#fff;border-color:#fe7f2d;background-color:#fe7f2d!important;-webkit-box-shadow:#ffe5d5 0 0 0 3px;box-shadow:0 0 0 3px #ffe5d5}.btn-check:active+.btn.btn-light-warning i,.btn-check:checked+.btn.btn-light-warning i,.btn.btn-light-warning.active i,.btn.btn-light-warning.show i,.btn.btn-light-warning:active:not(.btn-active) i,.btn.btn-light-warning:focus:not(.btn-active) i,.btn.btn-light-warning:hover:not(.btn-active) i,.show>.btn.btn-light-warning i{color:#fff}.btn-check:active+.btn.btn-light-warning .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-light-warning .svg-icon svg :not(.permanent):not(g),.btn.btn-light-warning.active .svg-icon svg :not(.permanent):not(g),.btn.btn-light-warning.show .svg-icon svg :not(.permanent):not(g),.btn.btn-light-warning:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-light-warning:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-light-warning:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-light-warning .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-light-warning .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-light-warning .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-warning.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-warning.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-warning:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-warning:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-warning:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-light-warning .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-light-warning .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-light-warning .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-warning.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-warning.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-warning:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-warning:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-warning:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-light-warning .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-light-warning .svg-icon svg [stroke],.btn-check:checked+.btn.btn-light-warning .svg-icon svg [stroke],.btn.btn-light-warning.active .svg-icon svg [stroke],.btn.btn-light-warning.show .svg-icon svg [stroke],.btn.btn-light-warning:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-light-warning:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-light-warning:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-light-warning .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-light-warning.dropdown-toggle:after,.btn-check:checked+.btn.btn-light-warning.dropdown-toggle:after,.btn.btn-light-warning.active.dropdown-toggle:after,.btn.btn-light-warning.show.dropdown-toggle:after,.btn.btn-light-warning:active:not(.btn-active).dropdown-toggle:after,.btn.btn-light-warning:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-light-warning:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-light-warning.dropdown-toggle:after{color:#fff}.btn.btn-bg-warning{border-color:#fe7f2d;background-color:#fe7f2d}.btn-check:active+.btn.btn-bg-warning,.btn-check:checked+.btn.btn-bg-warning,.btn.btn-bg-warning.active,.btn.btn-bg-warning.show,.btn.btn-bg-warning:active:not(.btn-active),.btn.btn-bg-warning:focus:not(.btn-active),.btn.btn-bg-warning:hover:not(.btn-active),.show>.btn.btn-bg-warning{-webkit-box-shadow:#fe7f2d 0 0 0 3px;box-shadow:0 0 0 3px #fe7f2d}.btn-check:active+.btn.btn-active-warning,.btn-check:checked+.btn.btn-active-warning,.btn.btn-active-warning.active,.btn.btn-active-warning.show,.btn.btn-active-warning:active:not(.btn-active),.btn.btn-active-warning:focus:not(.btn-active),.btn.btn-active-warning:hover:not(.btn-active),.show>.btn.btn-active-warning{color:#fff;border-color:#fe7f2d;background-color:#fe7f2d!important;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-warning i,.btn-check:checked+.btn.btn-active-warning i,.btn.btn-active-warning.active i,.btn.btn-active-warning.show i,.btn.btn-active-warning:active:not(.btn-active) i,.btn.btn-active-warning:focus:not(.btn-active) i,.btn.btn-active-warning:hover:not(.btn-active) i,.show>.btn.btn-active-warning i{color:#fff}.btn-check:active+.btn.btn-active-warning .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-warning .svg-icon svg :not(.permanent):not(g),.btn.btn-active-warning.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-warning.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-warning:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-warning:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-warning:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-warning .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-active-warning .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-warning .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-warning.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-warning.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-warning:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-warning:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-warning:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-warning .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-active-warning .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-warning .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-warning.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-warning.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-warning:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-warning:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-warning:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-warning .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-warning .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-warning .svg-icon svg [stroke],.btn.btn-active-warning.active .svg-icon svg [stroke],.btn.btn-active-warning.show .svg-icon svg [stroke],.btn.btn-active-warning:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-warning:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-warning:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-warning .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-active-warning.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-warning.dropdown-toggle:after,.btn.btn-active-warning.active.dropdown-toggle:after,.btn.btn-active-warning.show.dropdown-toggle:after,.btn.btn-active-warning:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-warning:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-warning:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-active-warning.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-active-light-warning,.btn-check:checked+.btn.btn-active-light-warning,.btn.btn-active-light-warning.active,.btn.btn-active-light-warning.show,.btn.btn-active-light-warning:active:not(.btn-active),.btn.btn-active-light-warning:focus:not(.btn-active),.btn.btn-active-light-warning:hover:not(.btn-active),.show>.btn.btn-active-light-warning{color:#fe7f2d;border-color:#ffe5d5;background-color:#ffe5d5!important;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-light-warning i,.btn-check:checked+.btn.btn-active-light-warning i,.btn.btn-active-light-warning.active i,.btn.btn-active-light-warning.show i,.btn.btn-active-light-warning:active:not(.btn-active) i,.btn.btn-active-light-warning:focus:not(.btn-active) i,.btn.btn-active-light-warning:hover:not(.btn-active) i,.show>.btn.btn-active-light-warning i{color:#fe7f2d}.btn-check:active+.btn.btn-active-light-warning .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-light-warning .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-warning.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-warning.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-warning:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-warning:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-warning:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-light-warning .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fe7f2d}.btn-check:active+.btn.btn-active-light-warning .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-light-warning .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-warning.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-warning.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-warning:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-warning:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-warning:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-light-warning .svg-icon svg :not(.permanent):not(g) path{fill:#fe7f2d}.btn-check:active+.btn.btn-active-light-warning .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-light-warning .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-warning.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-warning.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-warning:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-warning:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-warning:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-light-warning .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-light-warning .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-light-warning .svg-icon svg [stroke],.btn.btn-active-light-warning.active .svg-icon svg [stroke],.btn.btn-active-light-warning.show .svg-icon svg [stroke],.btn.btn-active-light-warning:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-light-warning:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-light-warning:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-light-warning .svg-icon svg [stroke]{stroke:#fe7f2d}.btn-check:active+.btn.btn-active-light-warning.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-light-warning.dropdown-toggle:after,.btn.btn-active-light-warning.active.dropdown-toggle:after,.btn.btn-active-light-warning.show.dropdown-toggle:after,.btn.btn-active-light-warning:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-light-warning:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-light-warning:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-active-light-warning.dropdown-toggle:after{color:#fe7f2d}.btn.btn-active-light-warning.btn-outline:not(.btn-outline-default){border-color:#fe7f2d!important}.btn.btn-danger{color:#fff;border-color:#f64e60;background-color:#f64e60}.btn.btn-danger i{color:#fff}.btn.btn-danger .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn.btn-danger .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn.btn-danger .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-danger .svg-icon svg [stroke]{stroke:#fff}.btn.btn-danger.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-danger,.btn-check:checked+.btn.btn-danger,.btn.btn-danger.active,.btn.btn-danger.show,.btn.btn-danger:active:not(.btn-active),.btn.btn-danger:focus:not(.btn-active),.btn.btn-danger:hover:not(.btn-active),.show>.btn.btn-danger{color:#fff;border-color:#ee2d41;background-color:#ee2d41!important;-webkit-box-shadow:#f64e60 0 0 0 3px;box-shadow:0 0 0 3px #f64e60}.btn-check:active+.btn.btn-danger i,.btn-check:checked+.btn.btn-danger i,.btn.btn-danger.active i,.btn.btn-danger.show i,.btn.btn-danger:active:not(.btn-active) i,.btn.btn-danger:focus:not(.btn-active) i,.btn.btn-danger:hover:not(.btn-active) i,.show>.btn.btn-danger i{color:#fff}.btn-check:active+.btn.btn-danger .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-danger .svg-icon svg :not(.permanent):not(g),.btn.btn-danger.active .svg-icon svg :not(.permanent):not(g),.btn.btn-danger.show .svg-icon svg :not(.permanent):not(g),.btn.btn-danger:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-danger:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-danger:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-danger .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-danger .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-danger .svg-icon svg :not(.permanent):not(g) path,.btn.btn-danger.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-danger.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-danger:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-danger:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-danger:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-danger .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-danger .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-danger .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-danger.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-danger.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-danger:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-danger:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-danger:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-danger .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-danger .svg-icon svg [stroke],.btn-check:checked+.btn.btn-danger .svg-icon svg [stroke],.btn.btn-danger.active .svg-icon svg [stroke],.btn.btn-danger.show .svg-icon svg [stroke],.btn.btn-danger:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-danger:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-danger:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-danger .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-danger.dropdown-toggle:after,.btn-check:checked+.btn.btn-danger.dropdown-toggle:after,.btn.btn-danger.active.dropdown-toggle:after,.btn.btn-danger.show.dropdown-toggle:after,.btn.btn-danger:active:not(.btn-active).dropdown-toggle:after,.btn.btn-danger:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-danger:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-danger.dropdown-toggle:after{color:#fff}.btn.btn-light-danger{color:#f64e60;border-color:#ffe2e5;background-color:#ffe2e5}.btn.btn-light-danger i{color:#f64e60}.btn.btn-light-danger .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#f64e60}.btn.btn-light-danger .svg-icon svg :not(.permanent):not(g) path{fill:#f64e60}.btn.btn-light-danger .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-light-danger .svg-icon svg [stroke]{stroke:#f64e60}.btn.btn-light-danger.dropdown-toggle:after{color:#f64e60}.btn-check:active+.btn.btn-light-danger,.btn-check:checked+.btn.btn-light-danger,.btn.btn-light-danger.active,.btn.btn-light-danger.show,.btn.btn-light-danger:active:not(.btn-active),.btn.btn-light-danger:focus:not(.btn-active),.btn.btn-light-danger:hover:not(.btn-active),.show>.btn.btn-light-danger{color:#fff;border-color:#f64e60;background-color:#f64e60!important;-webkit-box-shadow:#ffe2e5 0 0 0 3px;box-shadow:0 0 0 3px #ffe2e5}.btn-check:active+.btn.btn-light-danger i,.btn-check:checked+.btn.btn-light-danger i,.btn.btn-light-danger.active i,.btn.btn-light-danger.show i,.btn.btn-light-danger:active:not(.btn-active) i,.btn.btn-light-danger:focus:not(.btn-active) i,.btn.btn-light-danger:hover:not(.btn-active) i,.show>.btn.btn-light-danger i{color:#fff}.btn-check:active+.btn.btn-light-danger .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-light-danger .svg-icon svg :not(.permanent):not(g),.btn.btn-light-danger.active .svg-icon svg :not(.permanent):not(g),.btn.btn-light-danger.show .svg-icon svg :not(.permanent):not(g),.btn.btn-light-danger:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-light-danger:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-light-danger:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-light-danger .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-light-danger .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-light-danger .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-danger.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-danger.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-danger:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-danger:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-danger:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-light-danger .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-light-danger .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-light-danger .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-danger.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-danger.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-danger:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-danger:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-danger:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-light-danger .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-light-danger .svg-icon svg [stroke],.btn-check:checked+.btn.btn-light-danger .svg-icon svg [stroke],.btn.btn-light-danger.active .svg-icon svg [stroke],.btn.btn-light-danger.show .svg-icon svg [stroke],.btn.btn-light-danger:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-light-danger:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-light-danger:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-light-danger .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-light-danger.dropdown-toggle:after,.btn-check:checked+.btn.btn-light-danger.dropdown-toggle:after,.btn.btn-light-danger.active.dropdown-toggle:after,.btn.btn-light-danger.show.dropdown-toggle:after,.btn.btn-light-danger:active:not(.btn-active).dropdown-toggle:after,.btn.btn-light-danger:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-light-danger:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-light-danger.dropdown-toggle:after{color:#fff}.btn.btn-bg-danger{border-color:#f64e60;background-color:#f64e60}.btn-check:active+.btn.btn-bg-danger,.btn-check:checked+.btn.btn-bg-danger,.btn.btn-bg-danger.active,.btn.btn-bg-danger.show,.btn.btn-bg-danger:active:not(.btn-active),.btn.btn-bg-danger:focus:not(.btn-active),.btn.btn-bg-danger:hover:not(.btn-active),.show>.btn.btn-bg-danger{-webkit-box-shadow:#f64e60 0 0 0 3px;box-shadow:0 0 0 3px #f64e60}.btn-check:active+.btn.btn-active-danger,.btn-check:checked+.btn.btn-active-danger,.btn.btn-active-danger.active,.btn.btn-active-danger.show,.btn.btn-active-danger:active:not(.btn-active),.btn.btn-active-danger:focus:not(.btn-active),.btn.btn-active-danger:hover:not(.btn-active),.show>.btn.btn-active-danger{color:#fff;border-color:#f64e60;background-color:#f64e60!important;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-danger i,.btn-check:checked+.btn.btn-active-danger i,.btn.btn-active-danger.active i,.btn.btn-active-danger.show i,.btn.btn-active-danger:active:not(.btn-active) i,.btn.btn-active-danger:focus:not(.btn-active) i,.btn.btn-active-danger:hover:not(.btn-active) i,.show>.btn.btn-active-danger i{color:#fff}.btn-check:active+.btn.btn-active-danger .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-danger .svg-icon svg :not(.permanent):not(g),.btn.btn-active-danger.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-danger.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-danger:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-danger:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-danger:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-danger .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-active-danger .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-danger .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-danger.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-danger.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-danger:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-danger:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-danger:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-danger .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-active-danger .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-danger .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-danger.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-danger.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-danger:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-danger:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-danger:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-danger .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-danger .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-danger .svg-icon svg [stroke],.btn.btn-active-danger.active .svg-icon svg [stroke],.btn.btn-active-danger.show .svg-icon svg [stroke],.btn.btn-active-danger:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-danger:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-danger:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-danger .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-active-danger.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-danger.dropdown-toggle:after,.btn.btn-active-danger.active.dropdown-toggle:after,.btn.btn-active-danger.show.dropdown-toggle:after,.btn.btn-active-danger:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-danger:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-danger:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-active-danger.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-active-light-danger,.btn-check:checked+.btn.btn-active-light-danger,.btn.btn-active-light-danger.active,.btn.btn-active-light-danger.show,.btn.btn-active-light-danger:active:not(.btn-active),.btn.btn-active-light-danger:focus:not(.btn-active),.btn.btn-active-light-danger:hover:not(.btn-active),.show>.btn.btn-active-light-danger{color:#f64e60;border-color:#ffe2e5;background-color:#ffe2e5!important;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-light-danger i,.btn-check:checked+.btn.btn-active-light-danger i,.btn.btn-active-light-danger.active i,.btn.btn-active-light-danger.show i,.btn.btn-active-light-danger:active:not(.btn-active) i,.btn.btn-active-light-danger:focus:not(.btn-active) i,.btn.btn-active-light-danger:hover:not(.btn-active) i,.show>.btn.btn-active-light-danger i{color:#f64e60}.btn-check:active+.btn.btn-active-light-danger .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-light-danger .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-danger.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-danger.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-danger:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-danger:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-danger:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-light-danger .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#f64e60}.btn-check:active+.btn.btn-active-light-danger .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-light-danger .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-danger.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-danger.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-danger:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-danger:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-danger:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-light-danger .svg-icon svg :not(.permanent):not(g) path{fill:#f64e60}.btn-check:active+.btn.btn-active-light-danger .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-light-danger .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-danger.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-danger.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-danger:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-danger:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-danger:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-light-danger .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-light-danger .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-light-danger .svg-icon svg [stroke],.btn.btn-active-light-danger.active .svg-icon svg [stroke],.btn.btn-active-light-danger.show .svg-icon svg [stroke],.btn.btn-active-light-danger:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-light-danger:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-light-danger:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-light-danger .svg-icon svg [stroke]{stroke:#f64e60}.btn-check:active+.btn.btn-active-light-danger.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-light-danger.dropdown-toggle:after,.btn.btn-active-light-danger.active.dropdown-toggle:after,.btn.btn-active-light-danger.show.dropdown-toggle:after,.btn.btn-active-light-danger:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-light-danger:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-light-danger:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-active-light-danger.dropdown-toggle:after{color:#f64e60}.btn.btn-active-light-danger.btn-outline:not(.btn-outline-default){border-color:#f64e60!important}.btn.btn-dark{color:#fff;border-color:#0f3f62;background-color:#0f3f62}.btn.btn-dark i{color:#fff}.btn.btn-dark .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn.btn-dark .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn.btn-dark .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-dark .svg-icon svg [stroke]{stroke:#fff}.btn.btn-dark.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-dark,.btn-check:checked+.btn.btn-dark,.btn.btn-dark.active,.btn.btn-dark.show,.btn.btn-dark:active:not(.btn-active),.btn.btn-dark:focus:not(.btn-active),.btn.btn-dark:hover:not(.btn-active),.show>.btn.btn-dark{color:#fff;border-color:#0d3655;background-color:#0d3655!important;-webkit-box-shadow:#0f3f62 0 0 0 3px;box-shadow:0 0 0 3px #0f3f62}.btn-check:active+.btn.btn-dark i,.btn-check:checked+.btn.btn-dark i,.btn.btn-dark.active i,.btn.btn-dark.show i,.btn.btn-dark:active:not(.btn-active) i,.btn.btn-dark:focus:not(.btn-active) i,.btn.btn-dark:hover:not(.btn-active) i,.show>.btn.btn-dark i{color:#fff}.btn-check:active+.btn.btn-dark .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-dark .svg-icon svg :not(.permanent):not(g),.btn.btn-dark.active .svg-icon svg :not(.permanent):not(g),.btn.btn-dark.show .svg-icon svg :not(.permanent):not(g),.btn.btn-dark:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-dark:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-dark:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-dark .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-dark .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-dark .svg-icon svg :not(.permanent):not(g) path,.btn.btn-dark.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-dark.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-dark:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-dark:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-dark:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-dark .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-dark .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-dark .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-dark.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-dark.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-dark:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-dark:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-dark:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-dark .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-dark .svg-icon svg [stroke],.btn-check:checked+.btn.btn-dark .svg-icon svg [stroke],.btn.btn-dark.active .svg-icon svg [stroke],.btn.btn-dark.show .svg-icon svg [stroke],.btn.btn-dark:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-dark:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-dark:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-dark .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-dark.dropdown-toggle:after,.btn-check:checked+.btn.btn-dark.dropdown-toggle:after,.btn.btn-dark.active.dropdown-toggle:after,.btn.btn-dark.show.dropdown-toggle:after,.btn.btn-dark:active:not(.btn-active).dropdown-toggle:after,.btn.btn-dark:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-dark:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-dark.dropdown-toggle:after{color:#fff}.btn.btn-light-dark{color:#0f3f62;border-color:#eff2f5;background-color:#eff2f5}.btn.btn-light-dark i{color:#0f3f62}.btn.btn-light-dark .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.btn.btn-light-dark .svg-icon svg :not(.permanent):not(g) path{fill:#0f3f62}.btn.btn-light-dark .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-light-dark .svg-icon svg [stroke]{stroke:#0f3f62}.btn.btn-light-dark.dropdown-toggle:after{color:#0f3f62}.btn-check:active+.btn.btn-light-dark,.btn-check:checked+.btn.btn-light-dark,.btn.btn-light-dark.active,.btn.btn-light-dark.show,.btn.btn-light-dark:active:not(.btn-active),.btn.btn-light-dark:focus:not(.btn-active),.btn.btn-light-dark:hover:not(.btn-active),.show>.btn.btn-light-dark{color:#fff;border-color:#0f3f62;background-color:#0f3f62!important;-webkit-box-shadow:#eff2f5 0 0 0 3px;box-shadow:0 0 0 3px #eff2f5}.btn-check:active+.btn.btn-light-dark i,.btn-check:checked+.btn.btn-light-dark i,.btn.btn-light-dark.active i,.btn.btn-light-dark.show i,.btn.btn-light-dark:active:not(.btn-active) i,.btn.btn-light-dark:focus:not(.btn-active) i,.btn.btn-light-dark:hover:not(.btn-active) i,.show>.btn.btn-light-dark i{color:#fff}.btn-check:active+.btn.btn-light-dark .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-light-dark .svg-icon svg :not(.permanent):not(g),.btn.btn-light-dark.active .svg-icon svg :not(.permanent):not(g),.btn.btn-light-dark.show .svg-icon svg :not(.permanent):not(g),.btn.btn-light-dark:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-light-dark:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-light-dark:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-light-dark .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-light-dark .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-light-dark .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-dark.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-dark.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-dark:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-dark:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-dark:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-light-dark .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-light-dark .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-light-dark .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-dark.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-dark.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-dark:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-dark:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-dark:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-light-dark .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-light-dark .svg-icon svg [stroke],.btn-check:checked+.btn.btn-light-dark .svg-icon svg [stroke],.btn.btn-light-dark.active .svg-icon svg [stroke],.btn.btn-light-dark.show .svg-icon svg [stroke],.btn.btn-light-dark:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-light-dark:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-light-dark:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-light-dark .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-light-dark.dropdown-toggle:after,.btn-check:checked+.btn.btn-light-dark.dropdown-toggle:after,.btn.btn-light-dark.active.dropdown-toggle:after,.btn.btn-light-dark.show.dropdown-toggle:after,.btn.btn-light-dark:active:not(.btn-active).dropdown-toggle:after,.btn.btn-light-dark:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-light-dark:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-light-dark.dropdown-toggle:after{color:#fff}.btn.btn-bg-dark{border-color:#0f3f62;background-color:#0f3f62}.btn-check:active+.btn.btn-bg-dark,.btn-check:checked+.btn.btn-bg-dark,.btn.btn-bg-dark.active,.btn.btn-bg-dark.show,.btn.btn-bg-dark:active:not(.btn-active),.btn.btn-bg-dark:focus:not(.btn-active),.btn.btn-bg-dark:hover:not(.btn-active),.show>.btn.btn-bg-dark{-webkit-box-shadow:#0f3f62 0 0 0 3px;box-shadow:0 0 0 3px #0f3f62}.btn-check:active+.btn.btn-active-dark,.btn-check:checked+.btn.btn-active-dark,.btn.btn-active-dark.active,.btn.btn-active-dark.show,.btn.btn-active-dark:active:not(.btn-active),.btn.btn-active-dark:focus:not(.btn-active),.btn.btn-active-dark:hover:not(.btn-active),.show>.btn.btn-active-dark{color:#fff;border-color:#0f3f62;background-color:#0f3f62!important;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-dark i,.btn-check:checked+.btn.btn-active-dark i,.btn.btn-active-dark.active i,.btn.btn-active-dark.show i,.btn.btn-active-dark:active:not(.btn-active) i,.btn.btn-active-dark:focus:not(.btn-active) i,.btn.btn-active-dark:hover:not(.btn-active) i,.show>.btn.btn-active-dark i{color:#fff}.btn-check:active+.btn.btn-active-dark .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-dark .svg-icon svg :not(.permanent):not(g),.btn.btn-active-dark.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-dark.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-dark:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-dark:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-dark:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-dark .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-active-dark .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-dark .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-dark.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-dark.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-dark:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-dark:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-dark:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-dark .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-active-dark .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-dark .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-dark.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-dark.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-dark:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-dark:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-dark:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-dark .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-dark .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-dark .svg-icon svg [stroke],.btn.btn-active-dark.active .svg-icon svg [stroke],.btn.btn-active-dark.show .svg-icon svg [stroke],.btn.btn-active-dark:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-dark:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-dark:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-dark .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-active-dark.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-dark.dropdown-toggle:after,.btn.btn-active-dark.active.dropdown-toggle:after,.btn.btn-active-dark.show.dropdown-toggle:after,.btn.btn-active-dark:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-dark:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-dark:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-active-dark.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-active-light-dark,.btn-check:checked+.btn.btn-active-light-dark,.btn.btn-active-light-dark.active,.btn.btn-active-light-dark.show,.btn.btn-active-light-dark:active:not(.btn-active),.btn.btn-active-light-dark:focus:not(.btn-active),.btn.btn-active-light-dark:hover:not(.btn-active),.show>.btn.btn-active-light-dark{color:#0f3f62;border-color:#eff2f5;background-color:#eff2f5!important;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-light-dark i,.btn-check:checked+.btn.btn-active-light-dark i,.btn.btn-active-light-dark.active i,.btn.btn-active-light-dark.show i,.btn.btn-active-light-dark:active:not(.btn-active) i,.btn.btn-active-light-dark:focus:not(.btn-active) i,.btn.btn-active-light-dark:hover:not(.btn-active) i,.show>.btn.btn-active-light-dark i{color:#0f3f62}.btn-check:active+.btn.btn-active-light-dark .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-light-dark .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-dark.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-dark.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-dark:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-dark:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-dark:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-light-dark .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.btn-check:active+.btn.btn-active-light-dark .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-light-dark .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-dark.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-dark.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-dark:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-dark:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-dark:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-light-dark .svg-icon svg :not(.permanent):not(g) path{fill:#0f3f62}.btn-check:active+.btn.btn-active-light-dark .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-light-dark .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-dark.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-dark.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-dark:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-dark:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-dark:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-light-dark .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-light-dark .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-light-dark .svg-icon svg [stroke],.btn.btn-active-light-dark.active .svg-icon svg [stroke],.btn.btn-active-light-dark.show .svg-icon svg [stroke],.btn.btn-active-light-dark:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-light-dark:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-light-dark:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-light-dark .svg-icon svg [stroke]{stroke:#0f3f62}.btn-check:active+.btn.btn-active-light-dark.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-light-dark.dropdown-toggle:after,.btn.btn-active-light-dark.active.dropdown-toggle:after,.btn.btn-active-light-dark.show.dropdown-toggle:after,.btn.btn-active-light-dark:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-light-dark:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-light-dark:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-active-light-dark.dropdown-toggle:after{color:#0f3f62}.btn.btn-active-light-dark.btn-outline:not(.btn-outline-default){border-color:#0f3f62!important}.btn.btn-purple{color:#fff;border-color:#c12d58;background-color:#c12d58}.btn.btn-purple i{color:#fff}.btn.btn-purple .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn.btn-purple .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn.btn-purple .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-purple .svg-icon svg [stroke]{stroke:#fff}.btn.btn-purple.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-purple,.btn-check:checked+.btn.btn-purple,.btn.btn-purple.active,.btn.btn-purple.show,.btn.btn-purple:active:not(.btn-active),.btn.btn-purple:focus:not(.btn-active),.btn.btn-purple:hover:not(.btn-active),.show>.btn.btn-purple{color:#fff;border-color:#ac284f;background-color:#ac284f!important;-webkit-box-shadow:#c12d58 0 0 0 3px;box-shadow:0 0 0 3px #c12d58}.btn-check:active+.btn.btn-purple i,.btn-check:checked+.btn.btn-purple i,.btn.btn-purple.active i,.btn.btn-purple.show i,.btn.btn-purple:active:not(.btn-active) i,.btn.btn-purple:focus:not(.btn-active) i,.btn.btn-purple:hover:not(.btn-active) i,.show>.btn.btn-purple i{color:#fff}.btn-check:active+.btn.btn-purple .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-purple .svg-icon svg :not(.permanent):not(g),.btn.btn-purple.active .svg-icon svg :not(.permanent):not(g),.btn.btn-purple.show .svg-icon svg :not(.permanent):not(g),.btn.btn-purple:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-purple:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-purple:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-purple .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-purple .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-purple .svg-icon svg :not(.permanent):not(g) path,.btn.btn-purple.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-purple.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-purple:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-purple:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-purple:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-purple .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-purple .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-purple .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-purple.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-purple.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-purple:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-purple:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-purple:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-purple .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-purple .svg-icon svg [stroke],.btn-check:checked+.btn.btn-purple .svg-icon svg [stroke],.btn.btn-purple.active .svg-icon svg [stroke],.btn.btn-purple.show .svg-icon svg [stroke],.btn.btn-purple:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-purple:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-purple:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-purple .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-purple.dropdown-toggle:after,.btn-check:checked+.btn.btn-purple.dropdown-toggle:after,.btn.btn-purple.active.dropdown-toggle:after,.btn.btn-purple.show.dropdown-toggle:after,.btn.btn-purple:active:not(.btn-active).dropdown-toggle:after,.btn.btn-purple:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-purple:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-purple.dropdown-toggle:after{color:#fff}.btn.btn-light-purple{color:#c12d58;border-color:#ffafc6;background-color:#ffafc6}.btn.btn-light-purple i{color:#c12d58}.btn.btn-light-purple .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#c12d58}.btn.btn-light-purple .svg-icon svg :not(.permanent):not(g) path{fill:#c12d58}.btn.btn-light-purple .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-light-purple .svg-icon svg [stroke]{stroke:#c12d58}.btn.btn-light-purple.dropdown-toggle:after{color:#c12d58}.btn-check:active+.btn.btn-light-purple,.btn-check:checked+.btn.btn-light-purple,.btn.btn-light-purple.active,.btn.btn-light-purple.show,.btn.btn-light-purple:active:not(.btn-active),.btn.btn-light-purple:focus:not(.btn-active),.btn.btn-light-purple:hover:not(.btn-active),.show>.btn.btn-light-purple{color:#fff;border-color:#c12d58;background-color:#c12d58!important;-webkit-box-shadow:#ffafc6 0 0 0 3px;box-shadow:0 0 0 3px #ffafc6}.btn-check:active+.btn.btn-light-purple i,.btn-check:checked+.btn.btn-light-purple i,.btn.btn-light-purple.active i,.btn.btn-light-purple.show i,.btn.btn-light-purple:active:not(.btn-active) i,.btn.btn-light-purple:focus:not(.btn-active) i,.btn.btn-light-purple:hover:not(.btn-active) i,.show>.btn.btn-light-purple i{color:#fff}.btn-check:active+.btn.btn-light-purple .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-light-purple .svg-icon svg :not(.permanent):not(g),.btn.btn-light-purple.active .svg-icon svg :not(.permanent):not(g),.btn.btn-light-purple.show .svg-icon svg :not(.permanent):not(g),.btn.btn-light-purple:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-light-purple:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-light-purple:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-light-purple .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-light-purple .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-light-purple .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-purple.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-purple.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-purple:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-purple:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-purple:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-light-purple .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-light-purple .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-light-purple .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-purple.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-purple.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-purple:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-purple:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-purple:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-light-purple .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-light-purple .svg-icon svg [stroke],.btn-check:checked+.btn.btn-light-purple .svg-icon svg [stroke],.btn.btn-light-purple.active .svg-icon svg [stroke],.btn.btn-light-purple.show .svg-icon svg [stroke],.btn.btn-light-purple:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-light-purple:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-light-purple:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-light-purple .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-light-purple.dropdown-toggle:after,.btn-check:checked+.btn.btn-light-purple.dropdown-toggle:after,.btn.btn-light-purple.active.dropdown-toggle:after,.btn.btn-light-purple.show.dropdown-toggle:after,.btn.btn-light-purple:active:not(.btn-active).dropdown-toggle:after,.btn.btn-light-purple:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-light-purple:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-light-purple.dropdown-toggle:after{color:#fff}.btn.btn-bg-purple{border-color:#c12d58;background-color:#c12d58}.btn-check:active+.btn.btn-bg-purple,.btn-check:checked+.btn.btn-bg-purple,.btn.btn-bg-purple.active,.btn.btn-bg-purple.show,.btn.btn-bg-purple:active:not(.btn-active),.btn.btn-bg-purple:focus:not(.btn-active),.btn.btn-bg-purple:hover:not(.btn-active),.show>.btn.btn-bg-purple{-webkit-box-shadow:#c12d58 0 0 0 3px;box-shadow:0 0 0 3px #c12d58}.btn-check:active+.btn.btn-active-purple,.btn-check:checked+.btn.btn-active-purple,.btn.btn-active-purple.active,.btn.btn-active-purple.show,.btn.btn-active-purple:active:not(.btn-active),.btn.btn-active-purple:focus:not(.btn-active),.btn.btn-active-purple:hover:not(.btn-active),.show>.btn.btn-active-purple{color:#fff;border-color:#c12d58;background-color:#c12d58!important;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-purple i,.btn-check:checked+.btn.btn-active-purple i,.btn.btn-active-purple.active i,.btn.btn-active-purple.show i,.btn.btn-active-purple:active:not(.btn-active) i,.btn.btn-active-purple:focus:not(.btn-active) i,.btn.btn-active-purple:hover:not(.btn-active) i,.show>.btn.btn-active-purple i{color:#fff}.btn-check:active+.btn.btn-active-purple .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-purple .svg-icon svg :not(.permanent):not(g),.btn.btn-active-purple.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-purple.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-purple:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-purple:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-purple:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-purple .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-active-purple .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-purple .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-purple.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-purple.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-purple:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-purple:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-purple:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-purple .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-active-purple .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-purple .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-purple.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-purple.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-purple:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-purple:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-purple:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-purple .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-purple .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-purple .svg-icon svg [stroke],.btn.btn-active-purple.active .svg-icon svg [stroke],.btn.btn-active-purple.show .svg-icon svg [stroke],.btn.btn-active-purple:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-purple:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-purple:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-purple .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-active-purple.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-purple.dropdown-toggle:after,.btn.btn-active-purple.active.dropdown-toggle:after,.btn.btn-active-purple.show.dropdown-toggle:after,.btn.btn-active-purple:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-purple:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-purple:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-active-purple.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-active-light-purple,.btn-check:checked+.btn.btn-active-light-purple,.btn.btn-active-light-purple.active,.btn.btn-active-light-purple.show,.btn.btn-active-light-purple:active:not(.btn-active),.btn.btn-active-light-purple:focus:not(.btn-active),.btn.btn-active-light-purple:hover:not(.btn-active),.show>.btn.btn-active-light-purple{color:#c12d58;border-color:#ffafc6;background-color:#ffafc6!important;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-light-purple i,.btn-check:checked+.btn.btn-active-light-purple i,.btn.btn-active-light-purple.active i,.btn.btn-active-light-purple.show i,.btn.btn-active-light-purple:active:not(.btn-active) i,.btn.btn-active-light-purple:focus:not(.btn-active) i,.btn.btn-active-light-purple:hover:not(.btn-active) i,.show>.btn.btn-active-light-purple i{color:#c12d58}.btn-check:active+.btn.btn-active-light-purple .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-light-purple .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-purple.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-purple.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-purple:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-purple:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-purple:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-light-purple .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#c12d58}.btn-check:active+.btn.btn-active-light-purple .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-light-purple .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-purple.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-purple.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-purple:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-purple:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-purple:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-light-purple .svg-icon svg :not(.permanent):not(g) path{fill:#c12d58}.btn-check:active+.btn.btn-active-light-purple .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-light-purple .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-purple.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-purple.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-purple:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-purple:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-purple:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-light-purple .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-light-purple .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-light-purple .svg-icon svg [stroke],.btn.btn-active-light-purple.active .svg-icon svg [stroke],.btn.btn-active-light-purple.show .svg-icon svg [stroke],.btn.btn-active-light-purple:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-light-purple:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-light-purple:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-light-purple .svg-icon svg [stroke]{stroke:#c12d58}.btn-check:active+.btn.btn-active-light-purple.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-light-purple.dropdown-toggle:after,.btn.btn-active-light-purple.active.dropdown-toggle:after,.btn.btn-active-light-purple.show.dropdown-toggle:after,.btn.btn-active-light-purple:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-light-purple:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-light-purple:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-active-light-purple.dropdown-toggle:after{color:#c12d58}.btn.btn-active-light-purple.btn-outline:not(.btn-outline-default){border-color:#c12d58!important}.btn.btn-yellow{color:#fff;border-color:#ffae03;background-color:#ffae03}.btn.btn-yellow i{color:#fff}.btn.btn-yellow .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn.btn-yellow .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn.btn-yellow .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-yellow .svg-icon svg [stroke]{stroke:#fff}.btn.btn-yellow.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-yellow,.btn-check:checked+.btn.btn-yellow,.btn.btn-yellow.active,.btn.btn-yellow.show,.btn.btn-yellow:active:not(.btn-active),.btn.btn-yellow:focus:not(.btn-active),.btn.btn-yellow:hover:not(.btn-active),.show>.btn.btn-yellow{color:#fff;border-color:#e99e00;background-color:#e99e00!important;-webkit-box-shadow:#ffae03 0 0 0 3px;box-shadow:0 0 0 3px #ffae03}.btn-check:active+.btn.btn-yellow i,.btn-check:checked+.btn.btn-yellow i,.btn.btn-yellow.active i,.btn.btn-yellow.show i,.btn.btn-yellow:active:not(.btn-active) i,.btn.btn-yellow:focus:not(.btn-active) i,.btn.btn-yellow:hover:not(.btn-active) i,.show>.btn.btn-yellow i{color:#fff}.btn-check:active+.btn.btn-yellow .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-yellow .svg-icon svg :not(.permanent):not(g),.btn.btn-yellow.active .svg-icon svg :not(.permanent):not(g),.btn.btn-yellow.show .svg-icon svg :not(.permanent):not(g),.btn.btn-yellow:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-yellow:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-yellow:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-yellow .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-yellow .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-yellow .svg-icon svg :not(.permanent):not(g) path,.btn.btn-yellow.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-yellow.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-yellow:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-yellow:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-yellow:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-yellow .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-yellow .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-yellow .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-yellow.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-yellow.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-yellow:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-yellow:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-yellow:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-yellow .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-yellow .svg-icon svg [stroke],.btn-check:checked+.btn.btn-yellow .svg-icon svg [stroke],.btn.btn-yellow.active .svg-icon svg [stroke],.btn.btn-yellow.show .svg-icon svg [stroke],.btn.btn-yellow:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-yellow:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-yellow:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-yellow .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-yellow.dropdown-toggle:after,.btn-check:checked+.btn.btn-yellow.dropdown-toggle:after,.btn.btn-yellow.active.dropdown-toggle:after,.btn.btn-yellow.show.dropdown-toggle:after,.btn.btn-yellow:active:not(.btn-active).dropdown-toggle:after,.btn.btn-yellow:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-yellow:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-yellow.dropdown-toggle:after{color:#fff}.btn.btn-light-yellow{color:#ffae03;border-color:#ffefcd;background-color:#ffefcd}.btn.btn-light-yellow i{color:#ffae03}.btn.btn-light-yellow .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#ffae03}.btn.btn-light-yellow .svg-icon svg :not(.permanent):not(g) path{fill:#ffae03}.btn.btn-light-yellow .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-light-yellow .svg-icon svg [stroke]{stroke:#ffae03}.btn.btn-light-yellow.dropdown-toggle:after{color:#ffae03}.btn-check:active+.btn.btn-light-yellow,.btn-check:checked+.btn.btn-light-yellow,.btn.btn-light-yellow.active,.btn.btn-light-yellow.show,.btn.btn-light-yellow:active:not(.btn-active),.btn.btn-light-yellow:focus:not(.btn-active),.btn.btn-light-yellow:hover:not(.btn-active),.show>.btn.btn-light-yellow{color:#fff;border-color:#ffae03;background-color:#ffae03!important;-webkit-box-shadow:#ffefcd 0 0 0 3px;box-shadow:0 0 0 3px #ffefcd}.btn-check:active+.btn.btn-light-yellow i,.btn-check:checked+.btn.btn-light-yellow i,.btn.btn-light-yellow.active i,.btn.btn-light-yellow.show i,.btn.btn-light-yellow:active:not(.btn-active) i,.btn.btn-light-yellow:focus:not(.btn-active) i,.btn.btn-light-yellow:hover:not(.btn-active) i,.show>.btn.btn-light-yellow i{color:#fff}.btn-check:active+.btn.btn-light-yellow .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-light-yellow .svg-icon svg :not(.permanent):not(g),.btn.btn-light-yellow.active .svg-icon svg :not(.permanent):not(g),.btn.btn-light-yellow.show .svg-icon svg :not(.permanent):not(g),.btn.btn-light-yellow:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-light-yellow:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-light-yellow:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-light-yellow .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-light-yellow .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-light-yellow .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-yellow.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-yellow.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-yellow:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-yellow:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-light-yellow:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-light-yellow .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-light-yellow .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-light-yellow .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-yellow.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-yellow.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-yellow:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-yellow:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-light-yellow:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-light-yellow .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-light-yellow .svg-icon svg [stroke],.btn-check:checked+.btn.btn-light-yellow .svg-icon svg [stroke],.btn.btn-light-yellow.active .svg-icon svg [stroke],.btn.btn-light-yellow.show .svg-icon svg [stroke],.btn.btn-light-yellow:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-light-yellow:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-light-yellow:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-light-yellow .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-light-yellow.dropdown-toggle:after,.btn-check:checked+.btn.btn-light-yellow.dropdown-toggle:after,.btn.btn-light-yellow.active.dropdown-toggle:after,.btn.btn-light-yellow.show.dropdown-toggle:after,.btn.btn-light-yellow:active:not(.btn-active).dropdown-toggle:after,.btn.btn-light-yellow:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-light-yellow:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-light-yellow.dropdown-toggle:after{color:#fff}.btn.btn-bg-yellow{border-color:#ffae03;background-color:#ffae03}.btn-check:active+.btn.btn-bg-yellow,.btn-check:checked+.btn.btn-bg-yellow,.btn.btn-bg-yellow.active,.btn.btn-bg-yellow.show,.btn.btn-bg-yellow:active:not(.btn-active),.btn.btn-bg-yellow:focus:not(.btn-active),.btn.btn-bg-yellow:hover:not(.btn-active),.show>.btn.btn-bg-yellow{-webkit-box-shadow:#ffae03 0 0 0 3px;box-shadow:0 0 0 3px #ffae03}.btn-check:active+.btn.btn-active-yellow,.btn-check:checked+.btn.btn-active-yellow,.btn.btn-active-yellow.active,.btn.btn-active-yellow.show,.btn.btn-active-yellow:active:not(.btn-active),.btn.btn-active-yellow:focus:not(.btn-active),.btn.btn-active-yellow:hover:not(.btn-active),.show>.btn.btn-active-yellow{color:#fff;border-color:#ffae03;background-color:#ffae03!important;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-yellow i,.btn-check:checked+.btn.btn-active-yellow i,.btn.btn-active-yellow.active i,.btn.btn-active-yellow.show i,.btn.btn-active-yellow:active:not(.btn-active) i,.btn.btn-active-yellow:focus:not(.btn-active) i,.btn.btn-active-yellow:hover:not(.btn-active) i,.show>.btn.btn-active-yellow i{color:#fff}.btn-check:active+.btn.btn-active-yellow .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-yellow .svg-icon svg :not(.permanent):not(g),.btn.btn-active-yellow.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-yellow.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-yellow:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-yellow:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-yellow:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-yellow .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-active-yellow .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-yellow .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-yellow.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-yellow.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-yellow:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-yellow:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-yellow:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-yellow .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-active-yellow .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-yellow .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-yellow.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-yellow.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-yellow:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-yellow:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-yellow:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-yellow .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-yellow .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-yellow .svg-icon svg [stroke],.btn.btn-active-yellow.active .svg-icon svg [stroke],.btn.btn-active-yellow.show .svg-icon svg [stroke],.btn.btn-active-yellow:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-yellow:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-yellow:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-yellow .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-active-yellow.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-yellow.dropdown-toggle:after,.btn.btn-active-yellow.active.dropdown-toggle:after,.btn.btn-active-yellow.show.dropdown-toggle:after,.btn.btn-active-yellow:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-yellow:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-yellow:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-active-yellow.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-active-light-yellow,.btn-check:checked+.btn.btn-active-light-yellow,.btn.btn-active-light-yellow.active,.btn.btn-active-light-yellow.show,.btn.btn-active-light-yellow:active:not(.btn-active),.btn.btn-active-light-yellow:focus:not(.btn-active),.btn.btn-active-light-yellow:hover:not(.btn-active),.show>.btn.btn-active-light-yellow{color:#ffae03;border-color:#ffefcd;background-color:#ffefcd!important;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-light-yellow i,.btn-check:checked+.btn.btn-active-light-yellow i,.btn.btn-active-light-yellow.active i,.btn.btn-active-light-yellow.show i,.btn.btn-active-light-yellow:active:not(.btn-active) i,.btn.btn-active-light-yellow:focus:not(.btn-active) i,.btn.btn-active-light-yellow:hover:not(.btn-active) i,.show>.btn.btn-active-light-yellow i{color:#ffae03}.btn-check:active+.btn.btn-active-light-yellow .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-light-yellow .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-yellow.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-yellow.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-yellow:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-yellow:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-light-yellow:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-light-yellow .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#ffae03}.btn-check:active+.btn.btn-active-light-yellow .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-light-yellow .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-yellow.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-yellow.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-yellow:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-yellow:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-light-yellow:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-light-yellow .svg-icon svg :not(.permanent):not(g) path{fill:#ffae03}.btn-check:active+.btn.btn-active-light-yellow .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-light-yellow .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-yellow.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-yellow.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-yellow:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-yellow:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-light-yellow:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-light-yellow .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-light-yellow .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-light-yellow .svg-icon svg [stroke],.btn.btn-active-light-yellow.active .svg-icon svg [stroke],.btn.btn-active-light-yellow.show .svg-icon svg [stroke],.btn.btn-active-light-yellow:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-light-yellow:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-light-yellow:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-light-yellow .svg-icon svg [stroke]{stroke:#ffae03}.btn-check:active+.btn.btn-active-light-yellow.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-light-yellow.dropdown-toggle:after,.btn.btn-active-light-yellow.active.dropdown-toggle:after,.btn.btn-active-light-yellow.show.dropdown-toggle:after,.btn.btn-active-light-yellow:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-light-yellow:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-light-yellow:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-active-light-yellow.dropdown-toggle:after{color:#ffae03}.btn.btn-active-light-yellow.btn-outline:not(.btn-outline-default){border-color:#ffae03!important}.btn.btn-color-white,.btn.btn-color-white i{color:#fff}.btn.btn-color-white .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn.btn-color-white .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn.btn-color-white .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-color-white .svg-icon svg [stroke]{stroke:#fff}.btn.btn-color-white.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-color-white,.btn-check:checked+.btn.btn-color-white,.btn.btn-color-white.active,.btn.btn-color-white.show,.btn.btn-color-white:active:not(.btn-active),.btn.btn-color-white:focus:not(.btn-active),.btn.btn-color-white:hover:not(.btn-active),.show>.btn.btn-color-white{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-white,.btn-check:checked+.btn.btn-active-color-white,.btn.btn-active-color-white.active,.btn.btn-active-color-white.show,.btn.btn-active-color-white:active:not(.btn-active),.btn.btn-active-color-white:focus:not(.btn-active),.btn.btn-active-color-white:hover:not(.btn-active),.show>.btn.btn-active-color-white{color:#fff;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-white i,.btn-check:checked+.btn.btn-active-color-white i,.btn.btn-active-color-white.active i,.btn.btn-active-color-white.show i,.btn.btn-active-color-white:active:not(.btn-active) i,.btn.btn-active-color-white:focus:not(.btn-active) i,.btn.btn-active-color-white:hover:not(.btn-active) i,.show>.btn.btn-active-color-white i{color:#fff}.btn-check:active+.btn.btn-active-color-white .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-white .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-white.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-white.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-white:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-white:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-white:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-color-white .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-active-color-white .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-color-white .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-white.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-white.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-white:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-white:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-white:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-color-white .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-active-color-white .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-white .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-white.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-white.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-white:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-white:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-white:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-color-white .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-color-white .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-color-white .svg-icon svg [stroke],.btn.btn-active-color-white.active .svg-icon svg [stroke],.btn.btn-active-color-white.show .svg-icon svg [stroke],.btn.btn-active-color-white:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-white:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-white:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-color-white .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-active-color-white.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-color-white.dropdown-toggle:after,.btn.btn-active-color-white.active.dropdown-toggle:after,.btn.btn-active-color-white.show.dropdown-toggle:after,.btn.btn-active-color-white:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-white:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-white:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-white i,.show>.btn.btn-active-color-white.dropdown-toggle:after{color:#fff}.btn.btn-icon-white .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn.btn-icon-white .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn.btn-icon-white .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-white .svg-icon svg [stroke]{stroke:#fff}.btn.btn-icon-white.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-icon-white,.btn-check:checked+.btn.btn-icon-white,.btn.btn-icon-white.active,.btn.btn-icon-white.show,.btn.btn-icon-white:active:not(.btn-active),.btn.btn-icon-white:focus:not(.btn-active),.btn.btn-icon-white:hover:not(.btn-active),.show>.btn.btn-icon-white{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-icon-light-white{color:#fff;border-color:hsla(0,0%,100%,.1);background-color:hsla(0,0%,100%,.1)}.btn.btn-icon-light-white i{color:#fff}.btn.btn-icon-light-white .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn.btn-icon-light-white .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn.btn-icon-light-white .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-light-white .svg-icon svg [stroke]{stroke:#fff}.btn.btn-icon-light-white.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-icon-light-white,.btn-check:checked+.btn.btn-icon-light-white,.btn.btn-icon-light-white.active,.btn.btn-icon-light-white.show,.btn.btn-icon-light-white:active:not(.btn-active),.btn.btn-icon-light-white:focus:not(.btn-active),.btn.btn-icon-light-white:hover:not(.btn-active),.show>.btn.btn-icon-light-white{color:#fff;border-color:#fff;background-color:#fff!important;-webkit-box-shadow:hsla(0,0%,100%,.1) 0 0 0 3px;box-shadow:0 0 0 3px hsla(0,0%,100%,.1)}.btn-check:active+.btn.btn-icon-light-white i,.btn-check:checked+.btn.btn-icon-light-white i,.btn.btn-icon-light-white.active i,.btn.btn-icon-light-white.show i,.btn.btn-icon-light-white:active:not(.btn-active) i,.btn.btn-icon-light-white:focus:not(.btn-active) i,.btn.btn-icon-light-white:hover:not(.btn-active) i,.show>.btn.btn-icon-light-white i{color:#fff}.btn-check:active+.btn.btn-icon-light-white .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-white .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-white.active .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-white.show .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-white:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-white:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-white:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-icon-light-white .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-icon-light-white .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-icon-light-white .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-white.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-white.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-white:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-white:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-white:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-icon-light-white .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-icon-light-white .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-white .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-white.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-white.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-white:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-white:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-white:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-icon-light-white .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-icon-light-white .svg-icon svg [stroke],.btn-check:checked+.btn.btn-icon-light-white .svg-icon svg [stroke],.btn.btn-icon-light-white.active .svg-icon svg [stroke],.btn.btn-icon-light-white.show .svg-icon svg [stroke],.btn.btn-icon-light-white:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-white:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-white:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-icon-light-white .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-icon-light-white.dropdown-toggle:after,.btn-check:checked+.btn.btn-icon-light-white.dropdown-toggle:after,.btn.btn-icon-light-white.active.dropdown-toggle:after,.btn.btn-icon-light-white.show.dropdown-toggle:after,.btn.btn-icon-light-white:active:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-white:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-white:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-icon-light-white.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-active-icon-white,.btn-check:checked+.btn.btn-active-icon-white,.btn.btn-active-icon-white.active,.btn.btn-active-icon-white.show,.btn.btn-active-icon-white:active:not(.btn-active),.btn.btn-active-icon-white:focus:not(.btn-active),.btn.btn-active-icon-white:hover:not(.btn-active),.show>.btn.btn-active-icon-white{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-icon-white i,.btn-check:checked+.btn.btn-active-icon-white i,.btn.btn-active-icon-white.active i,.btn.btn-active-icon-white.show i,.btn.btn-active-icon-white:active:not(.btn-active) i,.btn.btn-active-icon-white:focus:not(.btn-active) i,.btn.btn-active-icon-white:hover:not(.btn-active) i,.show>.btn.btn-active-icon-white i{color:#fff}.btn-check:active+.btn.btn-active-icon-white .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-white .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-white.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-white.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-white:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-white:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-white:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-icon-white .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-active-icon-white .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-icon-white .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-white.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-white.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-white:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-white:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-white:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-icon-white .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-active-icon-white .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-white .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-white.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-white.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-white:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-white:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-white:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-icon-white .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-icon-white .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-icon-white .svg-icon svg [stroke],.btn.btn-active-icon-white.active .svg-icon svg [stroke],.btn.btn-active-icon-white.show .svg-icon svg [stroke],.btn.btn-active-icon-white:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-white:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-white:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-icon-white .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-active-icon-white.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-icon-white.dropdown-toggle:after,.btn.btn-active-icon-white.active.dropdown-toggle:after,.btn.btn-active-icon-white.show.dropdown-toggle:after,.btn.btn-active-icon-white:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-white:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-white:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-text-white,.show>.btn.btn-active-icon-white.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-text-white,.btn-check:checked+.btn.btn-text-white,.btn.btn-text-white.active,.btn.btn-text-white.show,.btn.btn-text-white:active:not(.btn-active),.btn.btn-text-white:focus:not(.btn-active),.btn.btn-text-white:hover:not(.btn-active),.show>.btn.btn-text-white{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-text-white,.btn-check:checked+.btn.btn-active-text-white,.btn.btn-active-text-white.active,.btn.btn-active-text-white.show,.btn.btn-active-text-white:active:not(.btn-active),.btn.btn-active-text-white:focus:not(.btn-active),.btn.btn-active-text-white:hover:not(.btn-active),.show>.btn.btn-active-text-white{color:#fff;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-color-primary,.btn.btn-color-primary i{color:#2996ce}.btn.btn-color-primary .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#2996ce}.btn.btn-color-primary .svg-icon svg :not(.permanent):not(g) path{fill:#2996ce}.btn.btn-color-primary .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-color-primary .svg-icon svg [stroke]{stroke:#2996ce}.btn.btn-color-primary.dropdown-toggle:after{color:#2996ce}.btn-check:active+.btn.btn-color-primary,.btn-check:checked+.btn.btn-color-primary,.btn.btn-color-primary.active,.btn.btn-color-primary.show,.btn.btn-color-primary:active:not(.btn-active),.btn.btn-color-primary:focus:not(.btn-active),.btn.btn-color-primary:hover:not(.btn-active),.show>.btn.btn-color-primary{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-primary,.btn-check:checked+.btn.btn-active-color-primary,.btn.btn-active-color-primary.active,.btn.btn-active-color-primary.show,.btn.btn-active-color-primary:active:not(.btn-active),.btn.btn-active-color-primary:focus:not(.btn-active),.btn.btn-active-color-primary:hover:not(.btn-active),.show>.btn.btn-active-color-primary{color:#2996ce;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-primary i,.btn-check:checked+.btn.btn-active-color-primary i,.btn.btn-active-color-primary.active i,.btn.btn-active-color-primary.show i,.btn.btn-active-color-primary:active:not(.btn-active) i,.btn.btn-active-color-primary:focus:not(.btn-active) i,.btn.btn-active-color-primary:hover:not(.btn-active) i,.show>.btn.btn-active-color-primary i{color:#2996ce}.btn-check:active+.btn.btn-active-color-primary .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-primary .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-primary.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-primary.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-primary:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-primary:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-primary:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-color-primary .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#2996ce}.btn-check:active+.btn.btn-active-color-primary .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-color-primary .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-primary.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-primary.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-primary:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-primary:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-primary:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-color-primary .svg-icon svg :not(.permanent):not(g) path{fill:#2996ce}.btn-check:active+.btn.btn-active-color-primary .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-primary .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-primary.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-primary.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-primary:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-primary:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-primary:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-color-primary .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-color-primary .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-color-primary .svg-icon svg [stroke],.btn.btn-active-color-primary.active .svg-icon svg [stroke],.btn.btn-active-color-primary.show .svg-icon svg [stroke],.btn.btn-active-color-primary:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-primary:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-primary:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-color-primary .svg-icon svg [stroke]{stroke:#2996ce}.btn-check:active+.btn.btn-active-color-primary.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-color-primary.dropdown-toggle:after,.btn.btn-active-color-primary.active.dropdown-toggle:after,.btn.btn-active-color-primary.show.dropdown-toggle:after,.btn.btn-active-color-primary:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-primary:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-primary:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-primary i,.show>.btn.btn-active-color-primary.dropdown-toggle:after{color:#2996ce}.btn.btn-icon-primary .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#2996ce}.btn.btn-icon-primary .svg-icon svg :not(.permanent):not(g) path{fill:#2996ce}.btn.btn-icon-primary .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-primary .svg-icon svg [stroke]{stroke:#2996ce}.btn.btn-icon-primary.dropdown-toggle:after{color:#2996ce}.btn-check:active+.btn.btn-icon-primary,.btn-check:checked+.btn.btn-icon-primary,.btn.btn-icon-primary.active,.btn.btn-icon-primary.show,.btn.btn-icon-primary:active:not(.btn-active),.btn.btn-icon-primary:focus:not(.btn-active),.btn.btn-icon-primary:hover:not(.btn-active),.show>.btn.btn-icon-primary{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-icon-light-primary{color:#2996ce;border-color:rgba(41,150,206,.1);background-color:rgba(41,150,206,.1)}.btn.btn-icon-light-primary i{color:#2996ce}.btn.btn-icon-light-primary .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#2996ce}.btn.btn-icon-light-primary .svg-icon svg :not(.permanent):not(g) path{fill:#2996ce}.btn.btn-icon-light-primary .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-light-primary .svg-icon svg [stroke]{stroke:#2996ce}.btn.btn-icon-light-primary.dropdown-toggle:after{color:#2996ce}.btn-check:active+.btn.btn-icon-light-primary,.btn-check:checked+.btn.btn-icon-light-primary,.btn.btn-icon-light-primary.active,.btn.btn-icon-light-primary.show,.btn.btn-icon-light-primary:active:not(.btn-active),.btn.btn-icon-light-primary:focus:not(.btn-active),.btn.btn-icon-light-primary:hover:not(.btn-active),.show>.btn.btn-icon-light-primary{color:#fff;border-color:#2996ce;background-color:#2996ce!important;-webkit-box-shadow:rgba(41,150,206,.1) 0 0 0 3px;box-shadow:0 0 0 3px rgba(41,150,206,.1)}.btn-check:active+.btn.btn-icon-light-primary i,.btn-check:checked+.btn.btn-icon-light-primary i,.btn.btn-icon-light-primary.active i,.btn.btn-icon-light-primary.show i,.btn.btn-icon-light-primary:active:not(.btn-active) i,.btn.btn-icon-light-primary:focus:not(.btn-active) i,.btn.btn-icon-light-primary:hover:not(.btn-active) i,.show>.btn.btn-icon-light-primary i{color:#fff}.btn-check:active+.btn.btn-icon-light-primary .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-primary .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-primary.active .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-primary.show .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-primary:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-primary:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-primary:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-icon-light-primary .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-icon-light-primary .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-icon-light-primary .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-primary.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-primary.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-primary:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-primary:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-primary:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-icon-light-primary .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-icon-light-primary .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-primary .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-primary.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-primary.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-primary:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-primary:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-primary:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-icon-light-primary .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-icon-light-primary .svg-icon svg [stroke],.btn-check:checked+.btn.btn-icon-light-primary .svg-icon svg [stroke],.btn.btn-icon-light-primary.active .svg-icon svg [stroke],.btn.btn-icon-light-primary.show .svg-icon svg [stroke],.btn.btn-icon-light-primary:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-primary:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-primary:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-icon-light-primary .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-icon-light-primary.dropdown-toggle:after,.btn-check:checked+.btn.btn-icon-light-primary.dropdown-toggle:after,.btn.btn-icon-light-primary.active.dropdown-toggle:after,.btn.btn-icon-light-primary.show.dropdown-toggle:after,.btn.btn-icon-light-primary:active:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-primary:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-primary:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-icon-light-primary.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-active-icon-primary,.btn-check:checked+.btn.btn-active-icon-primary,.btn.btn-active-icon-primary.active,.btn.btn-active-icon-primary.show,.btn.btn-active-icon-primary:active:not(.btn-active),.btn.btn-active-icon-primary:focus:not(.btn-active),.btn.btn-active-icon-primary:hover:not(.btn-active),.show>.btn.btn-active-icon-primary{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-icon-primary i,.btn-check:checked+.btn.btn-active-icon-primary i,.btn.btn-active-icon-primary.active i,.btn.btn-active-icon-primary.show i,.btn.btn-active-icon-primary:active:not(.btn-active) i,.btn.btn-active-icon-primary:focus:not(.btn-active) i,.btn.btn-active-icon-primary:hover:not(.btn-active) i,.show>.btn.btn-active-icon-primary i{color:#2996ce}.btn-check:active+.btn.btn-active-icon-primary .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-primary .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-primary.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-primary.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-primary:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-primary:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-primary:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-icon-primary .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#2996ce}.btn-check:active+.btn.btn-active-icon-primary .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-icon-primary .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-primary.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-primary.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-primary:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-primary:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-primary:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-icon-primary .svg-icon svg :not(.permanent):not(g) path{fill:#2996ce}.btn-check:active+.btn.btn-active-icon-primary .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-primary .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-primary.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-primary.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-primary:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-primary:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-primary:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-icon-primary .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-icon-primary .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-icon-primary .svg-icon svg [stroke],.btn.btn-active-icon-primary.active .svg-icon svg [stroke],.btn.btn-active-icon-primary.show .svg-icon svg [stroke],.btn.btn-active-icon-primary:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-primary:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-primary:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-icon-primary .svg-icon svg [stroke]{stroke:#2996ce}.btn-check:active+.btn.btn-active-icon-primary.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-icon-primary.dropdown-toggle:after,.btn.btn-active-icon-primary.active.dropdown-toggle:after,.btn.btn-active-icon-primary.show.dropdown-toggle:after,.btn.btn-active-icon-primary:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-primary:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-primary:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-text-primary,.show>.btn.btn-active-icon-primary.dropdown-toggle:after{color:#2996ce}.btn-check:active+.btn.btn-text-primary,.btn-check:checked+.btn.btn-text-primary,.btn.btn-text-primary.active,.btn.btn-text-primary.show,.btn.btn-text-primary:active:not(.btn-active),.btn.btn-text-primary:focus:not(.btn-active),.btn.btn-text-primary:hover:not(.btn-active),.show>.btn.btn-text-primary{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-text-primary,.btn-check:checked+.btn.btn-active-text-primary,.btn.btn-active-text-primary.active,.btn.btn-active-text-primary.show,.btn.btn-active-text-primary:active:not(.btn-active),.btn.btn-active-text-primary:focus:not(.btn-active),.btn.btn-active-text-primary:hover:not(.btn-active),.show>.btn.btn-active-text-primary{color:#2996ce;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-color-secondary,.btn.btn-color-secondary i{color:#0f3f62}.btn.btn-color-secondary .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.btn.btn-color-secondary .svg-icon svg :not(.permanent):not(g) path{fill:#0f3f62}.btn.btn-color-secondary .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-color-secondary .svg-icon svg [stroke]{stroke:#0f3f62}.btn.btn-color-secondary.dropdown-toggle:after{color:#0f3f62}.btn-check:active+.btn.btn-color-secondary,.btn-check:checked+.btn.btn-color-secondary,.btn.btn-color-secondary.active,.btn.btn-color-secondary.show,.btn.btn-color-secondary:active:not(.btn-active),.btn.btn-color-secondary:focus:not(.btn-active),.btn.btn-color-secondary:hover:not(.btn-active),.show>.btn.btn-color-secondary{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-secondary,.btn-check:checked+.btn.btn-active-color-secondary,.btn.btn-active-color-secondary.active,.btn.btn-active-color-secondary.show,.btn.btn-active-color-secondary:active:not(.btn-active),.btn.btn-active-color-secondary:focus:not(.btn-active),.btn.btn-active-color-secondary:hover:not(.btn-active),.show>.btn.btn-active-color-secondary{color:#0f3f62;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-secondary i,.btn-check:checked+.btn.btn-active-color-secondary i,.btn.btn-active-color-secondary.active i,.btn.btn-active-color-secondary.show i,.btn.btn-active-color-secondary:active:not(.btn-active) i,.btn.btn-active-color-secondary:focus:not(.btn-active) i,.btn.btn-active-color-secondary:hover:not(.btn-active) i,.show>.btn.btn-active-color-secondary i{color:#0f3f62}.btn-check:active+.btn.btn-active-color-secondary .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-secondary .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-secondary.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-secondary.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-secondary:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-secondary:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-secondary:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-color-secondary .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.btn-check:active+.btn.btn-active-color-secondary .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-color-secondary .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-secondary.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-secondary.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-secondary:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-secondary:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-secondary:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-color-secondary .svg-icon svg :not(.permanent):not(g) path{fill:#0f3f62}.btn-check:active+.btn.btn-active-color-secondary .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-secondary .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-secondary.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-secondary.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-secondary:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-secondary:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-secondary:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-color-secondary .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-color-secondary .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-color-secondary .svg-icon svg [stroke],.btn.btn-active-color-secondary.active .svg-icon svg [stroke],.btn.btn-active-color-secondary.show .svg-icon svg [stroke],.btn.btn-active-color-secondary:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-secondary:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-secondary:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-color-secondary .svg-icon svg [stroke]{stroke:#0f3f62}.btn-check:active+.btn.btn-active-color-secondary.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-color-secondary.dropdown-toggle:after,.btn.btn-active-color-secondary.active.dropdown-toggle:after,.btn.btn-active-color-secondary.show.dropdown-toggle:after,.btn.btn-active-color-secondary:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-secondary:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-secondary:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-secondary i,.show>.btn.btn-active-color-secondary.dropdown-toggle:after{color:#0f3f62}.btn.btn-icon-secondary .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.btn.btn-icon-secondary .svg-icon svg :not(.permanent):not(g) path{fill:#0f3f62}.btn.btn-icon-secondary .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-secondary .svg-icon svg [stroke]{stroke:#0f3f62}.btn.btn-icon-secondary.dropdown-toggle:after{color:#0f3f62}.btn-check:active+.btn.btn-icon-secondary,.btn-check:checked+.btn.btn-icon-secondary,.btn.btn-icon-secondary.active,.btn.btn-icon-secondary.show,.btn.btn-icon-secondary:active:not(.btn-active),.btn.btn-icon-secondary:focus:not(.btn-active),.btn.btn-icon-secondary:hover:not(.btn-active),.show>.btn.btn-icon-secondary{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-icon-light-secondary{color:#0f3f62;border-color:rgba(15,63,98,.1);background-color:rgba(15,63,98,.1)}.btn.btn-icon-light-secondary i{color:#0f3f62}.btn.btn-icon-light-secondary .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.btn.btn-icon-light-secondary .svg-icon svg :not(.permanent):not(g) path{fill:#0f3f62}.btn.btn-icon-light-secondary .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-light-secondary .svg-icon svg [stroke]{stroke:#0f3f62}.btn.btn-icon-light-secondary.dropdown-toggle:after{color:#0f3f62}.btn-check:active+.btn.btn-icon-light-secondary,.btn-check:checked+.btn.btn-icon-light-secondary,.btn.btn-icon-light-secondary.active,.btn.btn-icon-light-secondary.show,.btn.btn-icon-light-secondary:active:not(.btn-active),.btn.btn-icon-light-secondary:focus:not(.btn-active),.btn.btn-icon-light-secondary:hover:not(.btn-active),.show>.btn.btn-icon-light-secondary{color:#fff;border-color:#0f3f62;background-color:#0f3f62!important;-webkit-box-shadow:rgba(15,63,98,.1) 0 0 0 3px;box-shadow:0 0 0 3px rgba(15,63,98,.1)}.btn-check:active+.btn.btn-icon-light-secondary i,.btn-check:checked+.btn.btn-icon-light-secondary i,.btn.btn-icon-light-secondary.active i,.btn.btn-icon-light-secondary.show i,.btn.btn-icon-light-secondary:active:not(.btn-active) i,.btn.btn-icon-light-secondary:focus:not(.btn-active) i,.btn.btn-icon-light-secondary:hover:not(.btn-active) i,.show>.btn.btn-icon-light-secondary i{color:#fff}.btn-check:active+.btn.btn-icon-light-secondary .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-secondary .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-secondary.active .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-secondary.show .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-secondary:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-secondary:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-secondary:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-icon-light-secondary .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-icon-light-secondary .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-icon-light-secondary .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-secondary.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-secondary.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-secondary:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-secondary:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-secondary:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-icon-light-secondary .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-icon-light-secondary .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-secondary .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-secondary.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-secondary.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-secondary:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-secondary:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-secondary:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-icon-light-secondary .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-icon-light-secondary .svg-icon svg [stroke],.btn-check:checked+.btn.btn-icon-light-secondary .svg-icon svg [stroke],.btn.btn-icon-light-secondary.active .svg-icon svg [stroke],.btn.btn-icon-light-secondary.show .svg-icon svg [stroke],.btn.btn-icon-light-secondary:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-secondary:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-secondary:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-icon-light-secondary .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-icon-light-secondary.dropdown-toggle:after,.btn-check:checked+.btn.btn-icon-light-secondary.dropdown-toggle:after,.btn.btn-icon-light-secondary.active.dropdown-toggle:after,.btn.btn-icon-light-secondary.show.dropdown-toggle:after,.btn.btn-icon-light-secondary:active:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-secondary:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-secondary:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-icon-light-secondary.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-active-icon-secondary,.btn-check:checked+.btn.btn-active-icon-secondary,.btn.btn-active-icon-secondary.active,.btn.btn-active-icon-secondary.show,.btn.btn-active-icon-secondary:active:not(.btn-active),.btn.btn-active-icon-secondary:focus:not(.btn-active),.btn.btn-active-icon-secondary:hover:not(.btn-active),.show>.btn.btn-active-icon-secondary{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-icon-secondary i,.btn-check:checked+.btn.btn-active-icon-secondary i,.btn.btn-active-icon-secondary.active i,.btn.btn-active-icon-secondary.show i,.btn.btn-active-icon-secondary:active:not(.btn-active) i,.btn.btn-active-icon-secondary:focus:not(.btn-active) i,.btn.btn-active-icon-secondary:hover:not(.btn-active) i,.show>.btn.btn-active-icon-secondary i{color:#0f3f62}.btn-check:active+.btn.btn-active-icon-secondary .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-secondary .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-secondary.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-secondary.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-secondary:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-secondary:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-secondary:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-icon-secondary .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.btn-check:active+.btn.btn-active-icon-secondary .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-icon-secondary .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-secondary.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-secondary.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-secondary:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-secondary:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-secondary:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-icon-secondary .svg-icon svg :not(.permanent):not(g) path{fill:#0f3f62}.btn-check:active+.btn.btn-active-icon-secondary .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-secondary .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-secondary.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-secondary.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-secondary:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-secondary:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-secondary:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-icon-secondary .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-icon-secondary .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-icon-secondary .svg-icon svg [stroke],.btn.btn-active-icon-secondary.active .svg-icon svg [stroke],.btn.btn-active-icon-secondary.show .svg-icon svg [stroke],.btn.btn-active-icon-secondary:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-secondary:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-secondary:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-icon-secondary .svg-icon svg [stroke]{stroke:#0f3f62}.btn-check:active+.btn.btn-active-icon-secondary.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-icon-secondary.dropdown-toggle:after,.btn.btn-active-icon-secondary.active.dropdown-toggle:after,.btn.btn-active-icon-secondary.show.dropdown-toggle:after,.btn.btn-active-icon-secondary:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-secondary:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-secondary:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-text-secondary,.show>.btn.btn-active-icon-secondary.dropdown-toggle:after{color:#0f3f62}.btn-check:active+.btn.btn-text-secondary,.btn-check:checked+.btn.btn-text-secondary,.btn.btn-text-secondary.active,.btn.btn-text-secondary.show,.btn.btn-text-secondary:active:not(.btn-active),.btn.btn-text-secondary:focus:not(.btn-active),.btn.btn-text-secondary:hover:not(.btn-active),.show>.btn.btn-text-secondary{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-text-secondary,.btn-check:checked+.btn.btn-active-text-secondary,.btn.btn-active-text-secondary.active,.btn.btn-active-text-secondary.show,.btn.btn-active-text-secondary:active:not(.btn-active),.btn.btn-active-text-secondary:focus:not(.btn-active),.btn.btn-active-text-secondary:hover:not(.btn-active),.show>.btn.btn-active-text-secondary{color:#0f3f62;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-color-light,.btn.btn-color-light i{color:#f2f1f6}.btn.btn-color-light .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#f2f1f6}.btn.btn-color-light .svg-icon svg :not(.permanent):not(g) path{fill:#f2f1f6}.btn.btn-color-light .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-color-light .svg-icon svg [stroke]{stroke:#f2f1f6}.btn.btn-color-light.dropdown-toggle:after{color:#f2f1f6}.btn-check:active+.btn.btn-color-light,.btn-check:checked+.btn.btn-color-light,.btn.btn-color-light.active,.btn.btn-color-light.show,.btn.btn-color-light:active:not(.btn-active),.btn.btn-color-light:focus:not(.btn-active),.btn.btn-color-light:hover:not(.btn-active),.show>.btn.btn-color-light{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-light,.btn-check:checked+.btn.btn-active-color-light,.btn.btn-active-color-light.active,.btn.btn-active-color-light.show,.btn.btn-active-color-light:active:not(.btn-active),.btn.btn-active-color-light:focus:not(.btn-active),.btn.btn-active-color-light:hover:not(.btn-active),.show>.btn.btn-active-color-light{color:#f2f1f6;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-light i,.btn-check:checked+.btn.btn-active-color-light i,.btn.btn-active-color-light.active i,.btn.btn-active-color-light.show i,.btn.btn-active-color-light:active:not(.btn-active) i,.btn.btn-active-color-light:focus:not(.btn-active) i,.btn.btn-active-color-light:hover:not(.btn-active) i,.show>.btn.btn-active-color-light i{color:#f2f1f6}.btn-check:active+.btn.btn-active-color-light .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-light .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-light.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-light.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-light:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-light:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-light:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-color-light .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#f2f1f6}.btn-check:active+.btn.btn-active-color-light .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-color-light .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-light.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-light.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-light:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-light:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-light:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-color-light .svg-icon svg :not(.permanent):not(g) path{fill:#f2f1f6}.btn-check:active+.btn.btn-active-color-light .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-light .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-light.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-light.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-light:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-light:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-light:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-color-light .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-color-light .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-color-light .svg-icon svg [stroke],.btn.btn-active-color-light.active .svg-icon svg [stroke],.btn.btn-active-color-light.show .svg-icon svg [stroke],.btn.btn-active-color-light:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-light:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-light:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-color-light .svg-icon svg [stroke]{stroke:#f2f1f6}.btn-check:active+.btn.btn-active-color-light.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-color-light.dropdown-toggle:after,.btn.btn-active-color-light.active.dropdown-toggle:after,.btn.btn-active-color-light.show.dropdown-toggle:after,.btn.btn-active-color-light:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-light:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-light:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light i,.show>.btn.btn-active-color-light.dropdown-toggle:after{color:#f2f1f6}.btn.btn-icon-light .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#f2f1f6}.btn.btn-icon-light .svg-icon svg :not(.permanent):not(g) path{fill:#f2f1f6}.btn.btn-icon-light .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-light .svg-icon svg [stroke]{stroke:#f2f1f6}.btn.btn-icon-light.dropdown-toggle:after{color:#f2f1f6}.btn-check:active+.btn.btn-icon-light,.btn-check:checked+.btn.btn-icon-light,.btn.btn-icon-light.active,.btn.btn-icon-light.show,.btn.btn-icon-light:active:not(.btn-active),.btn.btn-icon-light:focus:not(.btn-active),.btn.btn-icon-light:hover:not(.btn-active),.show>.btn.btn-icon-light{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-icon-light-light{color:#f2f1f6;border-color:rgba(242,241,246,.1);background-color:rgba(242,241,246,.1)}.btn.btn-icon-light-light i{color:#f2f1f6}.btn.btn-icon-light-light .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#f2f1f6}.btn.btn-icon-light-light .svg-icon svg :not(.permanent):not(g) path{fill:#f2f1f6}.btn.btn-icon-light-light .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-light-light .svg-icon svg [stroke]{stroke:#f2f1f6}.btn.btn-icon-light-light.dropdown-toggle:after{color:#f2f1f6}.btn-check:active+.btn.btn-icon-light-light,.btn-check:checked+.btn.btn-icon-light-light,.btn.btn-icon-light-light.active,.btn.btn-icon-light-light.show,.btn.btn-icon-light-light:active:not(.btn-active),.btn.btn-icon-light-light:focus:not(.btn-active),.btn.btn-icon-light-light:hover:not(.btn-active),.show>.btn.btn-icon-light-light{color:#fff;border-color:#f2f1f6;background-color:#f2f1f6!important;-webkit-box-shadow:rgba(242,241,246,.1) 0 0 0 3px;box-shadow:0 0 0 3px rgba(242,241,246,.1)}.btn-check:active+.btn.btn-icon-light-light i,.btn-check:checked+.btn.btn-icon-light-light i,.btn.btn-icon-light-light.active i,.btn.btn-icon-light-light.show i,.btn.btn-icon-light-light:active:not(.btn-active) i,.btn.btn-icon-light-light:focus:not(.btn-active) i,.btn.btn-icon-light-light:hover:not(.btn-active) i,.show>.btn.btn-icon-light-light i{color:#fff}.btn-check:active+.btn.btn-icon-light-light .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-light .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-light.active .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-light.show .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-light:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-light:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-light:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-icon-light-light .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-icon-light-light .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-icon-light-light .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-light.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-light.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-light:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-light:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-light:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-icon-light-light .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-icon-light-light .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-light .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-light.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-light.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-light:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-light:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-light:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-icon-light-light .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-icon-light-light .svg-icon svg [stroke],.btn-check:checked+.btn.btn-icon-light-light .svg-icon svg [stroke],.btn.btn-icon-light-light.active .svg-icon svg [stroke],.btn.btn-icon-light-light.show .svg-icon svg [stroke],.btn.btn-icon-light-light:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-light:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-light:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-icon-light-light .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-icon-light-light.dropdown-toggle:after,.btn-check:checked+.btn.btn-icon-light-light.dropdown-toggle:after,.btn.btn-icon-light-light.active.dropdown-toggle:after,.btn.btn-icon-light-light.show.dropdown-toggle:after,.btn.btn-icon-light-light:active:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-light:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-light:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-icon-light-light.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-active-icon-light,.btn-check:checked+.btn.btn-active-icon-light,.btn.btn-active-icon-light.active,.btn.btn-active-icon-light.show,.btn.btn-active-icon-light:active:not(.btn-active),.btn.btn-active-icon-light:focus:not(.btn-active),.btn.btn-active-icon-light:hover:not(.btn-active),.show>.btn.btn-active-icon-light{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-icon-light i,.btn-check:checked+.btn.btn-active-icon-light i,.btn.btn-active-icon-light.active i,.btn.btn-active-icon-light.show i,.btn.btn-active-icon-light:active:not(.btn-active) i,.btn.btn-active-icon-light:focus:not(.btn-active) i,.btn.btn-active-icon-light:hover:not(.btn-active) i,.show>.btn.btn-active-icon-light i{color:#f2f1f6}.btn-check:active+.btn.btn-active-icon-light .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-light .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-light.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-light.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-light:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-light:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-light:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-icon-light .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#f2f1f6}.btn-check:active+.btn.btn-active-icon-light .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-icon-light .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-light.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-light.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-light:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-light:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-light:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-icon-light .svg-icon svg :not(.permanent):not(g) path{fill:#f2f1f6}.btn-check:active+.btn.btn-active-icon-light .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-light .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-light.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-light.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-light:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-light:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-light:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-icon-light .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-icon-light .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-icon-light .svg-icon svg [stroke],.btn.btn-active-icon-light.active .svg-icon svg [stroke],.btn.btn-active-icon-light.show .svg-icon svg [stroke],.btn.btn-active-icon-light:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-light:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-light:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-icon-light .svg-icon svg [stroke]{stroke:#f2f1f6}.btn-check:active+.btn.btn-active-icon-light.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-icon-light.dropdown-toggle:after,.btn.btn-active-icon-light.active.dropdown-toggle:after,.btn.btn-active-icon-light.show.dropdown-toggle:after,.btn.btn-active-icon-light:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-light:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-light:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-text-light,.show>.btn.btn-active-icon-light.dropdown-toggle:after{color:#f2f1f6}.btn-check:active+.btn.btn-text-light,.btn-check:checked+.btn.btn-text-light,.btn.btn-text-light.active,.btn.btn-text-light.show,.btn.btn-text-light:active:not(.btn-active),.btn.btn-text-light:focus:not(.btn-active),.btn.btn-text-light:hover:not(.btn-active),.show>.btn.btn-text-light{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-text-light,.btn-check:checked+.btn.btn-active-text-light,.btn.btn-active-text-light.active,.btn.btn-active-text-light.show,.btn.btn-active-text-light:active:not(.btn-active),.btn.btn-active-text-light:focus:not(.btn-active),.btn.btn-active-text-light:hover:not(.btn-active),.show>.btn.btn-active-text-light{color:#f2f1f6;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-color-success,.btn.btn-color-success i{color:#14937e}.btn.btn-color-success .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#14937e}.btn.btn-color-success .svg-icon svg :not(.permanent):not(g) path{fill:#14937e}.btn.btn-color-success .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-color-success .svg-icon svg [stroke]{stroke:#14937e}.btn.btn-color-success.dropdown-toggle:after{color:#14937e}.btn-check:active+.btn.btn-color-success,.btn-check:checked+.btn.btn-color-success,.btn.btn-color-success.active,.btn.btn-color-success.show,.btn.btn-color-success:active:not(.btn-active),.btn.btn-color-success:focus:not(.btn-active),.btn.btn-color-success:hover:not(.btn-active),.show>.btn.btn-color-success{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-success,.btn-check:checked+.btn.btn-active-color-success,.btn.btn-active-color-success.active,.btn.btn-active-color-success.show,.btn.btn-active-color-success:active:not(.btn-active),.btn.btn-active-color-success:focus:not(.btn-active),.btn.btn-active-color-success:hover:not(.btn-active),.show>.btn.btn-active-color-success{color:#14937e;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-success i,.btn-check:checked+.btn.btn-active-color-success i,.btn.btn-active-color-success.active i,.btn.btn-active-color-success.show i,.btn.btn-active-color-success:active:not(.btn-active) i,.btn.btn-active-color-success:focus:not(.btn-active) i,.btn.btn-active-color-success:hover:not(.btn-active) i,.show>.btn.btn-active-color-success i{color:#14937e}.btn-check:active+.btn.btn-active-color-success .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-success .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-success.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-success.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-success:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-success:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-success:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-color-success .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#14937e}.btn-check:active+.btn.btn-active-color-success .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-color-success .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-success.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-success.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-success:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-success:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-success:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-color-success .svg-icon svg :not(.permanent):not(g) path{fill:#14937e}.btn-check:active+.btn.btn-active-color-success .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-success .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-success.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-success.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-success:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-success:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-success:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-color-success .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-color-success .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-color-success .svg-icon svg [stroke],.btn.btn-active-color-success.active .svg-icon svg [stroke],.btn.btn-active-color-success.show .svg-icon svg [stroke],.btn.btn-active-color-success:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-success:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-success:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-color-success .svg-icon svg [stroke]{stroke:#14937e}.btn-check:active+.btn.btn-active-color-success.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-color-success.dropdown-toggle:after,.btn.btn-active-color-success.active.dropdown-toggle:after,.btn.btn-active-color-success.show.dropdown-toggle:after,.btn.btn-active-color-success:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-success:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-success:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-success i,.show>.btn.btn-active-color-success.dropdown-toggle:after{color:#14937e}.btn.btn-icon-success .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#14937e}.btn.btn-icon-success .svg-icon svg :not(.permanent):not(g) path{fill:#14937e}.btn.btn-icon-success .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-success .svg-icon svg [stroke]{stroke:#14937e}.btn.btn-icon-success.dropdown-toggle:after{color:#14937e}.btn-check:active+.btn.btn-icon-success,.btn-check:checked+.btn.btn-icon-success,.btn.btn-icon-success.active,.btn.btn-icon-success.show,.btn.btn-icon-success:active:not(.btn-active),.btn.btn-icon-success:focus:not(.btn-active),.btn.btn-icon-success:hover:not(.btn-active),.show>.btn.btn-icon-success{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-icon-light-success{color:#14937e;border-color:rgba(20,147,126,.1);background-color:rgba(20,147,126,.1)}.btn.btn-icon-light-success i{color:#14937e}.btn.btn-icon-light-success .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#14937e}.btn.btn-icon-light-success .svg-icon svg :not(.permanent):not(g) path{fill:#14937e}.btn.btn-icon-light-success .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-light-success .svg-icon svg [stroke]{stroke:#14937e}.btn.btn-icon-light-success.dropdown-toggle:after{color:#14937e}.btn-check:active+.btn.btn-icon-light-success,.btn-check:checked+.btn.btn-icon-light-success,.btn.btn-icon-light-success.active,.btn.btn-icon-light-success.show,.btn.btn-icon-light-success:active:not(.btn-active),.btn.btn-icon-light-success:focus:not(.btn-active),.btn.btn-icon-light-success:hover:not(.btn-active),.show>.btn.btn-icon-light-success{color:#fff;border-color:#14937e;background-color:#14937e!important;-webkit-box-shadow:rgba(20,147,126,.1) 0 0 0 3px;box-shadow:0 0 0 3px rgba(20,147,126,.1)}.btn-check:active+.btn.btn-icon-light-success i,.btn-check:checked+.btn.btn-icon-light-success i,.btn.btn-icon-light-success.active i,.btn.btn-icon-light-success.show i,.btn.btn-icon-light-success:active:not(.btn-active) i,.btn.btn-icon-light-success:focus:not(.btn-active) i,.btn.btn-icon-light-success:hover:not(.btn-active) i,.show>.btn.btn-icon-light-success i{color:#fff}.btn-check:active+.btn.btn-icon-light-success .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-success .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-success.active .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-success.show .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-success:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-success:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-success:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-icon-light-success .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-icon-light-success .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-icon-light-success .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-success.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-success.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-success:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-success:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-success:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-icon-light-success .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-icon-light-success .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-success .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-success.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-success.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-success:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-success:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-success:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-icon-light-success .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-icon-light-success .svg-icon svg [stroke],.btn-check:checked+.btn.btn-icon-light-success .svg-icon svg [stroke],.btn.btn-icon-light-success.active .svg-icon svg [stroke],.btn.btn-icon-light-success.show .svg-icon svg [stroke],.btn.btn-icon-light-success:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-success:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-success:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-icon-light-success .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-icon-light-success.dropdown-toggle:after,.btn-check:checked+.btn.btn-icon-light-success.dropdown-toggle:after,.btn.btn-icon-light-success.active.dropdown-toggle:after,.btn.btn-icon-light-success.show.dropdown-toggle:after,.btn.btn-icon-light-success:active:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-success:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-success:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-icon-light-success.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-active-icon-success,.btn-check:checked+.btn.btn-active-icon-success,.btn.btn-active-icon-success.active,.btn.btn-active-icon-success.show,.btn.btn-active-icon-success:active:not(.btn-active),.btn.btn-active-icon-success:focus:not(.btn-active),.btn.btn-active-icon-success:hover:not(.btn-active),.show>.btn.btn-active-icon-success{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-icon-success i,.btn-check:checked+.btn.btn-active-icon-success i,.btn.btn-active-icon-success.active i,.btn.btn-active-icon-success.show i,.btn.btn-active-icon-success:active:not(.btn-active) i,.btn.btn-active-icon-success:focus:not(.btn-active) i,.btn.btn-active-icon-success:hover:not(.btn-active) i,.show>.btn.btn-active-icon-success i{color:#14937e}.btn-check:active+.btn.btn-active-icon-success .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-success .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-success.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-success.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-success:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-success:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-success:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-icon-success .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#14937e}.btn-check:active+.btn.btn-active-icon-success .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-icon-success .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-success.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-success.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-success:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-success:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-success:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-icon-success .svg-icon svg :not(.permanent):not(g) path{fill:#14937e}.btn-check:active+.btn.btn-active-icon-success .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-success .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-success.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-success.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-success:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-success:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-success:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-icon-success .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-icon-success .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-icon-success .svg-icon svg [stroke],.btn.btn-active-icon-success.active .svg-icon svg [stroke],.btn.btn-active-icon-success.show .svg-icon svg [stroke],.btn.btn-active-icon-success:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-success:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-success:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-icon-success .svg-icon svg [stroke]{stroke:#14937e}.btn-check:active+.btn.btn-active-icon-success.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-icon-success.dropdown-toggle:after,.btn.btn-active-icon-success.active.dropdown-toggle:after,.btn.btn-active-icon-success.show.dropdown-toggle:after,.btn.btn-active-icon-success:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-success:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-success:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-text-success,.show>.btn.btn-active-icon-success.dropdown-toggle:after{color:#14937e}.btn-check:active+.btn.btn-text-success,.btn-check:checked+.btn.btn-text-success,.btn.btn-text-success.active,.btn.btn-text-success.show,.btn.btn-text-success:active:not(.btn-active),.btn.btn-text-success:focus:not(.btn-active),.btn.btn-text-success:hover:not(.btn-active),.show>.btn.btn-text-success{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-text-success,.btn-check:checked+.btn.btn-active-text-success,.btn.btn-active-text-success.active,.btn.btn-active-text-success.show,.btn.btn-active-text-success:active:not(.btn-active),.btn.btn-active-text-success:focus:not(.btn-active),.btn.btn-active-text-success:hover:not(.btn-active),.show>.btn.btn-active-text-success{color:#14937e;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-color-info,.btn.btn-color-info i{color:#4974a6}.btn.btn-color-info .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#4974a6}.btn.btn-color-info .svg-icon svg :not(.permanent):not(g) path{fill:#4974a6}.btn.btn-color-info .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-color-info .svg-icon svg [stroke]{stroke:#4974a6}.btn.btn-color-info.dropdown-toggle:after{color:#4974a6}.btn-check:active+.btn.btn-color-info,.btn-check:checked+.btn.btn-color-info,.btn.btn-color-info.active,.btn.btn-color-info.show,.btn.btn-color-info:active:not(.btn-active),.btn.btn-color-info:focus:not(.btn-active),.btn.btn-color-info:hover:not(.btn-active),.show>.btn.btn-color-info{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-info,.btn-check:checked+.btn.btn-active-color-info,.btn.btn-active-color-info.active,.btn.btn-active-color-info.show,.btn.btn-active-color-info:active:not(.btn-active),.btn.btn-active-color-info:focus:not(.btn-active),.btn.btn-active-color-info:hover:not(.btn-active),.show>.btn.btn-active-color-info{color:#4974a6;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-info i,.btn-check:checked+.btn.btn-active-color-info i,.btn.btn-active-color-info.active i,.btn.btn-active-color-info.show i,.btn.btn-active-color-info:active:not(.btn-active) i,.btn.btn-active-color-info:focus:not(.btn-active) i,.btn.btn-active-color-info:hover:not(.btn-active) i,.show>.btn.btn-active-color-info i{color:#4974a6}.btn-check:active+.btn.btn-active-color-info .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-info .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-info.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-info.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-info:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-info:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-info:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-color-info .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#4974a6}.btn-check:active+.btn.btn-active-color-info .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-color-info .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-info.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-info.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-info:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-info:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-info:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-color-info .svg-icon svg :not(.permanent):not(g) path{fill:#4974a6}.btn-check:active+.btn.btn-active-color-info .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-info .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-info.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-info.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-info:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-info:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-info:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-color-info .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-color-info .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-color-info .svg-icon svg [stroke],.btn.btn-active-color-info.active .svg-icon svg [stroke],.btn.btn-active-color-info.show .svg-icon svg [stroke],.btn.btn-active-color-info:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-info:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-info:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-color-info .svg-icon svg [stroke]{stroke:#4974a6}.btn-check:active+.btn.btn-active-color-info.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-color-info.dropdown-toggle:after,.btn.btn-active-color-info.active.dropdown-toggle:after,.btn.btn-active-color-info.show.dropdown-toggle:after,.btn.btn-active-color-info:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-info:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-info:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-info i,.show>.btn.btn-active-color-info.dropdown-toggle:after{color:#4974a6}.btn.btn-icon-info .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#4974a6}.btn.btn-icon-info .svg-icon svg :not(.permanent):not(g) path{fill:#4974a6}.btn.btn-icon-info .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-info .svg-icon svg [stroke]{stroke:#4974a6}.btn.btn-icon-info.dropdown-toggle:after{color:#4974a6}.btn-check:active+.btn.btn-icon-info,.btn-check:checked+.btn.btn-icon-info,.btn.btn-icon-info.active,.btn.btn-icon-info.show,.btn.btn-icon-info:active:not(.btn-active),.btn.btn-icon-info:focus:not(.btn-active),.btn.btn-icon-info:hover:not(.btn-active),.show>.btn.btn-icon-info{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-icon-light-info{color:#4974a6;border-color:rgba(73,116,166,.1);background-color:rgba(73,116,166,.1)}.btn.btn-icon-light-info i{color:#4974a6}.btn.btn-icon-light-info .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#4974a6}.btn.btn-icon-light-info .svg-icon svg :not(.permanent):not(g) path{fill:#4974a6}.btn.btn-icon-light-info .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-light-info .svg-icon svg [stroke]{stroke:#4974a6}.btn.btn-icon-light-info.dropdown-toggle:after{color:#4974a6}.btn-check:active+.btn.btn-icon-light-info,.btn-check:checked+.btn.btn-icon-light-info,.btn.btn-icon-light-info.active,.btn.btn-icon-light-info.show,.btn.btn-icon-light-info:active:not(.btn-active),.btn.btn-icon-light-info:focus:not(.btn-active),.btn.btn-icon-light-info:hover:not(.btn-active),.show>.btn.btn-icon-light-info{color:#fff;border-color:#4974a6;background-color:#4974a6!important;-webkit-box-shadow:rgba(73,116,166,.1) 0 0 0 3px;box-shadow:0 0 0 3px rgba(73,116,166,.1)}.btn-check:active+.btn.btn-icon-light-info i,.btn-check:checked+.btn.btn-icon-light-info i,.btn.btn-icon-light-info.active i,.btn.btn-icon-light-info.show i,.btn.btn-icon-light-info:active:not(.btn-active) i,.btn.btn-icon-light-info:focus:not(.btn-active) i,.btn.btn-icon-light-info:hover:not(.btn-active) i,.show>.btn.btn-icon-light-info i{color:#fff}.btn-check:active+.btn.btn-icon-light-info .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-info .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-info.active .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-info.show .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-info:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-info:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-info:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-icon-light-info .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-icon-light-info .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-icon-light-info .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-info.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-info.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-info:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-info:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-info:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-icon-light-info .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-icon-light-info .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-info .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-info.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-info.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-info:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-info:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-info:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-icon-light-info .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-icon-light-info .svg-icon svg [stroke],.btn-check:checked+.btn.btn-icon-light-info .svg-icon svg [stroke],.btn.btn-icon-light-info.active .svg-icon svg [stroke],.btn.btn-icon-light-info.show .svg-icon svg [stroke],.btn.btn-icon-light-info:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-info:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-info:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-icon-light-info .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-icon-light-info.dropdown-toggle:after,.btn-check:checked+.btn.btn-icon-light-info.dropdown-toggle:after,.btn.btn-icon-light-info.active.dropdown-toggle:after,.btn.btn-icon-light-info.show.dropdown-toggle:after,.btn.btn-icon-light-info:active:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-info:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-info:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-icon-light-info.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-active-icon-info,.btn-check:checked+.btn.btn-active-icon-info,.btn.btn-active-icon-info.active,.btn.btn-active-icon-info.show,.btn.btn-active-icon-info:active:not(.btn-active),.btn.btn-active-icon-info:focus:not(.btn-active),.btn.btn-active-icon-info:hover:not(.btn-active),.show>.btn.btn-active-icon-info{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-icon-info i,.btn-check:checked+.btn.btn-active-icon-info i,.btn.btn-active-icon-info.active i,.btn.btn-active-icon-info.show i,.btn.btn-active-icon-info:active:not(.btn-active) i,.btn.btn-active-icon-info:focus:not(.btn-active) i,.btn.btn-active-icon-info:hover:not(.btn-active) i,.show>.btn.btn-active-icon-info i{color:#4974a6}.btn-check:active+.btn.btn-active-icon-info .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-info .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-info.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-info.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-info:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-info:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-info:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-icon-info .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#4974a6}.btn-check:active+.btn.btn-active-icon-info .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-icon-info .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-info.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-info.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-info:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-info:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-info:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-icon-info .svg-icon svg :not(.permanent):not(g) path{fill:#4974a6}.btn-check:active+.btn.btn-active-icon-info .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-info .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-info.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-info.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-info:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-info:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-info:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-icon-info .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-icon-info .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-icon-info .svg-icon svg [stroke],.btn.btn-active-icon-info.active .svg-icon svg [stroke],.btn.btn-active-icon-info.show .svg-icon svg [stroke],.btn.btn-active-icon-info:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-info:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-info:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-icon-info .svg-icon svg [stroke]{stroke:#4974a6}.btn-check:active+.btn.btn-active-icon-info.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-icon-info.dropdown-toggle:after,.btn.btn-active-icon-info.active.dropdown-toggle:after,.btn.btn-active-icon-info.show.dropdown-toggle:after,.btn.btn-active-icon-info:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-info:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-info:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-text-info,.show>.btn.btn-active-icon-info.dropdown-toggle:after{color:#4974a6}.btn-check:active+.btn.btn-text-info,.btn-check:checked+.btn.btn-text-info,.btn.btn-text-info.active,.btn.btn-text-info.show,.btn.btn-text-info:active:not(.btn-active),.btn.btn-text-info:focus:not(.btn-active),.btn.btn-text-info:hover:not(.btn-active),.show>.btn.btn-text-info{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-text-info,.btn-check:checked+.btn.btn-active-text-info,.btn.btn-active-text-info.active,.btn.btn-active-text-info.show,.btn.btn-active-text-info:active:not(.btn-active),.btn.btn-active-text-info:focus:not(.btn-active),.btn.btn-active-text-info:hover:not(.btn-active),.show>.btn.btn-active-text-info{color:#4974a6;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-color-warning,.btn.btn-color-warning i{color:#fe7f2d}.btn.btn-color-warning .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fe7f2d}.btn.btn-color-warning .svg-icon svg :not(.permanent):not(g) path{fill:#fe7f2d}.btn.btn-color-warning .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-color-warning .svg-icon svg [stroke]{stroke:#fe7f2d}.btn.btn-color-warning.dropdown-toggle:after{color:#fe7f2d}.btn-check:active+.btn.btn-color-warning,.btn-check:checked+.btn.btn-color-warning,.btn.btn-color-warning.active,.btn.btn-color-warning.show,.btn.btn-color-warning:active:not(.btn-active),.btn.btn-color-warning:focus:not(.btn-active),.btn.btn-color-warning:hover:not(.btn-active),.show>.btn.btn-color-warning{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-warning,.btn-check:checked+.btn.btn-active-color-warning,.btn.btn-active-color-warning.active,.btn.btn-active-color-warning.show,.btn.btn-active-color-warning:active:not(.btn-active),.btn.btn-active-color-warning:focus:not(.btn-active),.btn.btn-active-color-warning:hover:not(.btn-active),.show>.btn.btn-active-color-warning{color:#fe7f2d;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-warning i,.btn-check:checked+.btn.btn-active-color-warning i,.btn.btn-active-color-warning.active i,.btn.btn-active-color-warning.show i,.btn.btn-active-color-warning:active:not(.btn-active) i,.btn.btn-active-color-warning:focus:not(.btn-active) i,.btn.btn-active-color-warning:hover:not(.btn-active) i,.show>.btn.btn-active-color-warning i{color:#fe7f2d}.btn-check:active+.btn.btn-active-color-warning .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-warning .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-warning.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-warning.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-warning:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-warning:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-warning:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-color-warning .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fe7f2d}.btn-check:active+.btn.btn-active-color-warning .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-color-warning .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-warning.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-warning.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-warning:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-warning:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-warning:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-color-warning .svg-icon svg :not(.permanent):not(g) path{fill:#fe7f2d}.btn-check:active+.btn.btn-active-color-warning .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-warning .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-warning.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-warning.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-warning:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-warning:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-warning:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-color-warning .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-color-warning .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-color-warning .svg-icon svg [stroke],.btn.btn-active-color-warning.active .svg-icon svg [stroke],.btn.btn-active-color-warning.show .svg-icon svg [stroke],.btn.btn-active-color-warning:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-warning:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-warning:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-color-warning .svg-icon svg [stroke]{stroke:#fe7f2d}.btn-check:active+.btn.btn-active-color-warning.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-color-warning.dropdown-toggle:after,.btn.btn-active-color-warning.active.dropdown-toggle:after,.btn.btn-active-color-warning.show.dropdown-toggle:after,.btn.btn-active-color-warning:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-warning:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-warning:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-warning i,.show>.btn.btn-active-color-warning.dropdown-toggle:after{color:#fe7f2d}.btn.btn-icon-warning .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fe7f2d}.btn.btn-icon-warning .svg-icon svg :not(.permanent):not(g) path{fill:#fe7f2d}.btn.btn-icon-warning .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-warning .svg-icon svg [stroke]{stroke:#fe7f2d}.btn.btn-icon-warning.dropdown-toggle:after{color:#fe7f2d}.btn-check:active+.btn.btn-icon-warning,.btn-check:checked+.btn.btn-icon-warning,.btn.btn-icon-warning.active,.btn.btn-icon-warning.show,.btn.btn-icon-warning:active:not(.btn-active),.btn.btn-icon-warning:focus:not(.btn-active),.btn.btn-icon-warning:hover:not(.btn-active),.show>.btn.btn-icon-warning{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-icon-light-warning{color:#fe7f2d;border-color:rgba(254,127,45,.1);background-color:rgba(254,127,45,.1)}.btn.btn-icon-light-warning i{color:#fe7f2d}.btn.btn-icon-light-warning .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fe7f2d}.btn.btn-icon-light-warning .svg-icon svg :not(.permanent):not(g) path{fill:#fe7f2d}.btn.btn-icon-light-warning .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-light-warning .svg-icon svg [stroke]{stroke:#fe7f2d}.btn.btn-icon-light-warning.dropdown-toggle:after{color:#fe7f2d}.btn-check:active+.btn.btn-icon-light-warning,.btn-check:checked+.btn.btn-icon-light-warning,.btn.btn-icon-light-warning.active,.btn.btn-icon-light-warning.show,.btn.btn-icon-light-warning:active:not(.btn-active),.btn.btn-icon-light-warning:focus:not(.btn-active),.btn.btn-icon-light-warning:hover:not(.btn-active),.show>.btn.btn-icon-light-warning{color:#fff;border-color:#fe7f2d;background-color:#fe7f2d!important;-webkit-box-shadow:rgba(254,127,45,.1) 0 0 0 3px;box-shadow:0 0 0 3px rgba(254,127,45,.1)}.btn-check:active+.btn.btn-icon-light-warning i,.btn-check:checked+.btn.btn-icon-light-warning i,.btn.btn-icon-light-warning.active i,.btn.btn-icon-light-warning.show i,.btn.btn-icon-light-warning:active:not(.btn-active) i,.btn.btn-icon-light-warning:focus:not(.btn-active) i,.btn.btn-icon-light-warning:hover:not(.btn-active) i,.show>.btn.btn-icon-light-warning i{color:#fff}.btn-check:active+.btn.btn-icon-light-warning .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-warning .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-warning.active .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-warning.show .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-warning:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-warning:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-warning:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-icon-light-warning .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-icon-light-warning .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-icon-light-warning .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-warning.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-warning.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-warning:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-warning:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-warning:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-icon-light-warning .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-icon-light-warning .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-warning .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-warning.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-warning.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-warning:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-warning:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-warning:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-icon-light-warning .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-icon-light-warning .svg-icon svg [stroke],.btn-check:checked+.btn.btn-icon-light-warning .svg-icon svg [stroke],.btn.btn-icon-light-warning.active .svg-icon svg [stroke],.btn.btn-icon-light-warning.show .svg-icon svg [stroke],.btn.btn-icon-light-warning:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-warning:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-warning:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-icon-light-warning .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-icon-light-warning.dropdown-toggle:after,.btn-check:checked+.btn.btn-icon-light-warning.dropdown-toggle:after,.btn.btn-icon-light-warning.active.dropdown-toggle:after,.btn.btn-icon-light-warning.show.dropdown-toggle:after,.btn.btn-icon-light-warning:active:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-warning:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-warning:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-icon-light-warning.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-active-icon-warning,.btn-check:checked+.btn.btn-active-icon-warning,.btn.btn-active-icon-warning.active,.btn.btn-active-icon-warning.show,.btn.btn-active-icon-warning:active:not(.btn-active),.btn.btn-active-icon-warning:focus:not(.btn-active),.btn.btn-active-icon-warning:hover:not(.btn-active),.show>.btn.btn-active-icon-warning{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-icon-warning i,.btn-check:checked+.btn.btn-active-icon-warning i,.btn.btn-active-icon-warning.active i,.btn.btn-active-icon-warning.show i,.btn.btn-active-icon-warning:active:not(.btn-active) i,.btn.btn-active-icon-warning:focus:not(.btn-active) i,.btn.btn-active-icon-warning:hover:not(.btn-active) i,.show>.btn.btn-active-icon-warning i{color:#fe7f2d}.btn-check:active+.btn.btn-active-icon-warning .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-warning .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-warning.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-warning.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-warning:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-warning:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-warning:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-icon-warning .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fe7f2d}.btn-check:active+.btn.btn-active-icon-warning .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-icon-warning .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-warning.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-warning.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-warning:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-warning:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-warning:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-icon-warning .svg-icon svg :not(.permanent):not(g) path{fill:#fe7f2d}.btn-check:active+.btn.btn-active-icon-warning .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-warning .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-warning.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-warning.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-warning:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-warning:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-warning:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-icon-warning .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-icon-warning .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-icon-warning .svg-icon svg [stroke],.btn.btn-active-icon-warning.active .svg-icon svg [stroke],.btn.btn-active-icon-warning.show .svg-icon svg [stroke],.btn.btn-active-icon-warning:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-warning:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-warning:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-icon-warning .svg-icon svg [stroke]{stroke:#fe7f2d}.btn-check:active+.btn.btn-active-icon-warning.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-icon-warning.dropdown-toggle:after,.btn.btn-active-icon-warning.active.dropdown-toggle:after,.btn.btn-active-icon-warning.show.dropdown-toggle:after,.btn.btn-active-icon-warning:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-warning:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-warning:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-text-warning,.show>.btn.btn-active-icon-warning.dropdown-toggle:after{color:#fe7f2d}.btn-check:active+.btn.btn-text-warning,.btn-check:checked+.btn.btn-text-warning,.btn.btn-text-warning.active,.btn.btn-text-warning.show,.btn.btn-text-warning:active:not(.btn-active),.btn.btn-text-warning:focus:not(.btn-active),.btn.btn-text-warning:hover:not(.btn-active),.show>.btn.btn-text-warning{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-text-warning,.btn-check:checked+.btn.btn-active-text-warning,.btn.btn-active-text-warning.active,.btn.btn-active-text-warning.show,.btn.btn-active-text-warning:active:not(.btn-active),.btn.btn-active-text-warning:focus:not(.btn-active),.btn.btn-active-text-warning:hover:not(.btn-active),.show>.btn.btn-active-text-warning{color:#fe7f2d;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-color-danger,.btn.btn-color-danger i{color:#f64e60}.btn.btn-color-danger .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#f64e60}.btn.btn-color-danger .svg-icon svg :not(.permanent):not(g) path{fill:#f64e60}.btn.btn-color-danger .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-color-danger .svg-icon svg [stroke]{stroke:#f64e60}.btn.btn-color-danger.dropdown-toggle:after{color:#f64e60}.btn-check:active+.btn.btn-color-danger,.btn-check:checked+.btn.btn-color-danger,.btn.btn-color-danger.active,.btn.btn-color-danger.show,.btn.btn-color-danger:active:not(.btn-active),.btn.btn-color-danger:focus:not(.btn-active),.btn.btn-color-danger:hover:not(.btn-active),.show>.btn.btn-color-danger{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-danger,.btn-check:checked+.btn.btn-active-color-danger,.btn.btn-active-color-danger.active,.btn.btn-active-color-danger.show,.btn.btn-active-color-danger:active:not(.btn-active),.btn.btn-active-color-danger:focus:not(.btn-active),.btn.btn-active-color-danger:hover:not(.btn-active),.show>.btn.btn-active-color-danger{color:#f64e60;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-danger i,.btn-check:checked+.btn.btn-active-color-danger i,.btn.btn-active-color-danger.active i,.btn.btn-active-color-danger.show i,.btn.btn-active-color-danger:active:not(.btn-active) i,.btn.btn-active-color-danger:focus:not(.btn-active) i,.btn.btn-active-color-danger:hover:not(.btn-active) i,.show>.btn.btn-active-color-danger i{color:#f64e60}.btn-check:active+.btn.btn-active-color-danger .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-danger .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-danger.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-danger.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-danger:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-danger:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-danger:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-color-danger .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#f64e60}.btn-check:active+.btn.btn-active-color-danger .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-color-danger .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-danger.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-danger.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-danger:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-danger:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-danger:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-color-danger .svg-icon svg :not(.permanent):not(g) path{fill:#f64e60}.btn-check:active+.btn.btn-active-color-danger .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-danger .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-danger.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-danger.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-danger:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-danger:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-danger:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-color-danger .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-color-danger .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-color-danger .svg-icon svg [stroke],.btn.btn-active-color-danger.active .svg-icon svg [stroke],.btn.btn-active-color-danger.show .svg-icon svg [stroke],.btn.btn-active-color-danger:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-danger:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-danger:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-color-danger .svg-icon svg [stroke]{stroke:#f64e60}.btn-check:active+.btn.btn-active-color-danger.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-color-danger.dropdown-toggle:after,.btn.btn-active-color-danger.active.dropdown-toggle:after,.btn.btn-active-color-danger.show.dropdown-toggle:after,.btn.btn-active-color-danger:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-danger:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-danger:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-danger i,.show>.btn.btn-active-color-danger.dropdown-toggle:after{color:#f64e60}.btn.btn-icon-danger .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#f64e60}.btn.btn-icon-danger .svg-icon svg :not(.permanent):not(g) path{fill:#f64e60}.btn.btn-icon-danger .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-danger .svg-icon svg [stroke]{stroke:#f64e60}.btn.btn-icon-danger.dropdown-toggle:after{color:#f64e60}.btn-check:active+.btn.btn-icon-danger,.btn-check:checked+.btn.btn-icon-danger,.btn.btn-icon-danger.active,.btn.btn-icon-danger.show,.btn.btn-icon-danger:active:not(.btn-active),.btn.btn-icon-danger:focus:not(.btn-active),.btn.btn-icon-danger:hover:not(.btn-active),.show>.btn.btn-icon-danger{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-icon-light-danger{color:#f64e60;border-color:rgba(246,78,96,.1);background-color:rgba(246,78,96,.1)}.btn.btn-icon-light-danger i{color:#f64e60}.btn.btn-icon-light-danger .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#f64e60}.btn.btn-icon-light-danger .svg-icon svg :not(.permanent):not(g) path{fill:#f64e60}.btn.btn-icon-light-danger .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-light-danger .svg-icon svg [stroke]{stroke:#f64e60}.btn.btn-icon-light-danger.dropdown-toggle:after{color:#f64e60}.btn-check:active+.btn.btn-icon-light-danger,.btn-check:checked+.btn.btn-icon-light-danger,.btn.btn-icon-light-danger.active,.btn.btn-icon-light-danger.show,.btn.btn-icon-light-danger:active:not(.btn-active),.btn.btn-icon-light-danger:focus:not(.btn-active),.btn.btn-icon-light-danger:hover:not(.btn-active),.show>.btn.btn-icon-light-danger{color:#fff;border-color:#f64e60;background-color:#f64e60!important;-webkit-box-shadow:rgba(246,78,96,.1) 0 0 0 3px;box-shadow:0 0 0 3px rgba(246,78,96,.1)}.btn-check:active+.btn.btn-icon-light-danger i,.btn-check:checked+.btn.btn-icon-light-danger i,.btn.btn-icon-light-danger.active i,.btn.btn-icon-light-danger.show i,.btn.btn-icon-light-danger:active:not(.btn-active) i,.btn.btn-icon-light-danger:focus:not(.btn-active) i,.btn.btn-icon-light-danger:hover:not(.btn-active) i,.show>.btn.btn-icon-light-danger i{color:#fff}.btn-check:active+.btn.btn-icon-light-danger .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-danger .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-danger.active .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-danger.show .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-danger:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-danger:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-danger:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-icon-light-danger .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-icon-light-danger .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-icon-light-danger .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-danger.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-danger.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-danger:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-danger:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-danger:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-icon-light-danger .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-icon-light-danger .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-danger .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-danger.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-danger.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-danger:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-danger:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-danger:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-icon-light-danger .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-icon-light-danger .svg-icon svg [stroke],.btn-check:checked+.btn.btn-icon-light-danger .svg-icon svg [stroke],.btn.btn-icon-light-danger.active .svg-icon svg [stroke],.btn.btn-icon-light-danger.show .svg-icon svg [stroke],.btn.btn-icon-light-danger:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-danger:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-danger:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-icon-light-danger .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-icon-light-danger.dropdown-toggle:after,.btn-check:checked+.btn.btn-icon-light-danger.dropdown-toggle:after,.btn.btn-icon-light-danger.active.dropdown-toggle:after,.btn.btn-icon-light-danger.show.dropdown-toggle:after,.btn.btn-icon-light-danger:active:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-danger:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-danger:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-icon-light-danger.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-active-icon-danger,.btn-check:checked+.btn.btn-active-icon-danger,.btn.btn-active-icon-danger.active,.btn.btn-active-icon-danger.show,.btn.btn-active-icon-danger:active:not(.btn-active),.btn.btn-active-icon-danger:focus:not(.btn-active),.btn.btn-active-icon-danger:hover:not(.btn-active),.show>.btn.btn-active-icon-danger{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-icon-danger i,.btn-check:checked+.btn.btn-active-icon-danger i,.btn.btn-active-icon-danger.active i,.btn.btn-active-icon-danger.show i,.btn.btn-active-icon-danger:active:not(.btn-active) i,.btn.btn-active-icon-danger:focus:not(.btn-active) i,.btn.btn-active-icon-danger:hover:not(.btn-active) i,.show>.btn.btn-active-icon-danger i{color:#f64e60}.btn-check:active+.btn.btn-active-icon-danger .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-danger .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-danger.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-danger.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-danger:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-danger:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-danger:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-icon-danger .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#f64e60}.btn-check:active+.btn.btn-active-icon-danger .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-icon-danger .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-danger.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-danger.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-danger:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-danger:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-danger:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-icon-danger .svg-icon svg :not(.permanent):not(g) path{fill:#f64e60}.btn-check:active+.btn.btn-active-icon-danger .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-danger .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-danger.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-danger.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-danger:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-danger:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-danger:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-icon-danger .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-icon-danger .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-icon-danger .svg-icon svg [stroke],.btn.btn-active-icon-danger.active .svg-icon svg [stroke],.btn.btn-active-icon-danger.show .svg-icon svg [stroke],.btn.btn-active-icon-danger:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-danger:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-danger:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-icon-danger .svg-icon svg [stroke]{stroke:#f64e60}.btn-check:active+.btn.btn-active-icon-danger.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-icon-danger.dropdown-toggle:after,.btn.btn-active-icon-danger.active.dropdown-toggle:after,.btn.btn-active-icon-danger.show.dropdown-toggle:after,.btn.btn-active-icon-danger:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-danger:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-danger:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-text-danger,.show>.btn.btn-active-icon-danger.dropdown-toggle:after{color:#f64e60}.btn-check:active+.btn.btn-text-danger,.btn-check:checked+.btn.btn-text-danger,.btn.btn-text-danger.active,.btn.btn-text-danger.show,.btn.btn-text-danger:active:not(.btn-active),.btn.btn-text-danger:focus:not(.btn-active),.btn.btn-text-danger:hover:not(.btn-active),.show>.btn.btn-text-danger{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-text-danger,.btn-check:checked+.btn.btn-active-text-danger,.btn.btn-active-text-danger.active,.btn.btn-active-text-danger.show,.btn.btn-active-text-danger:active:not(.btn-active),.btn.btn-active-text-danger:focus:not(.btn-active),.btn.btn-active-text-danger:hover:not(.btn-active),.show>.btn.btn-active-text-danger{color:#f64e60;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-color-purple,.btn.btn-color-purple i{color:#c12d58}.btn.btn-color-purple .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#c12d58}.btn.btn-color-purple .svg-icon svg :not(.permanent):not(g) path{fill:#c12d58}.btn.btn-color-purple .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-color-purple .svg-icon svg [stroke]{stroke:#c12d58}.btn.btn-color-purple.dropdown-toggle:after{color:#c12d58}.btn-check:active+.btn.btn-color-purple,.btn-check:checked+.btn.btn-color-purple,.btn.btn-color-purple.active,.btn.btn-color-purple.show,.btn.btn-color-purple:active:not(.btn-active),.btn.btn-color-purple:focus:not(.btn-active),.btn.btn-color-purple:hover:not(.btn-active),.show>.btn.btn-color-purple{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-purple,.btn-check:checked+.btn.btn-active-color-purple,.btn.btn-active-color-purple.active,.btn.btn-active-color-purple.show,.btn.btn-active-color-purple:active:not(.btn-active),.btn.btn-active-color-purple:focus:not(.btn-active),.btn.btn-active-color-purple:hover:not(.btn-active),.show>.btn.btn-active-color-purple{color:#c12d58;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-purple i,.btn-check:checked+.btn.btn-active-color-purple i,.btn.btn-active-color-purple.active i,.btn.btn-active-color-purple.show i,.btn.btn-active-color-purple:active:not(.btn-active) i,.btn.btn-active-color-purple:focus:not(.btn-active) i,.btn.btn-active-color-purple:hover:not(.btn-active) i,.show>.btn.btn-active-color-purple i{color:#c12d58}.btn-check:active+.btn.btn-active-color-purple .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-purple .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-purple.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-purple.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-purple:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-purple:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-purple:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-color-purple .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#c12d58}.btn-check:active+.btn.btn-active-color-purple .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-color-purple .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-purple.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-purple.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-purple:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-purple:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-purple:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-color-purple .svg-icon svg :not(.permanent):not(g) path{fill:#c12d58}.btn-check:active+.btn.btn-active-color-purple .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-purple .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-purple.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-purple.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-purple:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-purple:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-purple:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-color-purple .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-color-purple .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-color-purple .svg-icon svg [stroke],.btn.btn-active-color-purple.active .svg-icon svg [stroke],.btn.btn-active-color-purple.show .svg-icon svg [stroke],.btn.btn-active-color-purple:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-purple:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-purple:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-color-purple .svg-icon svg [stroke]{stroke:#c12d58}.btn-check:active+.btn.btn-active-color-purple.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-color-purple.dropdown-toggle:after,.btn.btn-active-color-purple.active.dropdown-toggle:after,.btn.btn-active-color-purple.show.dropdown-toggle:after,.btn.btn-active-color-purple:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-purple:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-purple:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-purple i,.show>.btn.btn-active-color-purple.dropdown-toggle:after{color:#c12d58}.btn.btn-icon-purple .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#c12d58}.btn.btn-icon-purple .svg-icon svg :not(.permanent):not(g) path{fill:#c12d58}.btn.btn-icon-purple .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-purple .svg-icon svg [stroke]{stroke:#c12d58}.btn.btn-icon-purple.dropdown-toggle:after{color:#c12d58}.btn-check:active+.btn.btn-icon-purple,.btn-check:checked+.btn.btn-icon-purple,.btn.btn-icon-purple.active,.btn.btn-icon-purple.show,.btn.btn-icon-purple:active:not(.btn-active),.btn.btn-icon-purple:focus:not(.btn-active),.btn.btn-icon-purple:hover:not(.btn-active),.show>.btn.btn-icon-purple{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-icon-light-purple{color:#c12d58;border-color:rgba(193,45,88,.1);background-color:rgba(193,45,88,.1)}.btn.btn-icon-light-purple i{color:#c12d58}.btn.btn-icon-light-purple .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#c12d58}.btn.btn-icon-light-purple .svg-icon svg :not(.permanent):not(g) path{fill:#c12d58}.btn.btn-icon-light-purple .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-light-purple .svg-icon svg [stroke]{stroke:#c12d58}.btn.btn-icon-light-purple.dropdown-toggle:after{color:#c12d58}.btn-check:active+.btn.btn-icon-light-purple,.btn-check:checked+.btn.btn-icon-light-purple,.btn.btn-icon-light-purple.active,.btn.btn-icon-light-purple.show,.btn.btn-icon-light-purple:active:not(.btn-active),.btn.btn-icon-light-purple:focus:not(.btn-active),.btn.btn-icon-light-purple:hover:not(.btn-active),.show>.btn.btn-icon-light-purple{color:#fff;border-color:#c12d58;background-color:#c12d58!important;-webkit-box-shadow:rgba(193,45,88,.1) 0 0 0 3px;box-shadow:0 0 0 3px rgba(193,45,88,.1)}.btn-check:active+.btn.btn-icon-light-purple i,.btn-check:checked+.btn.btn-icon-light-purple i,.btn.btn-icon-light-purple.active i,.btn.btn-icon-light-purple.show i,.btn.btn-icon-light-purple:active:not(.btn-active) i,.btn.btn-icon-light-purple:focus:not(.btn-active) i,.btn.btn-icon-light-purple:hover:not(.btn-active) i,.show>.btn.btn-icon-light-purple i{color:#fff}.btn-check:active+.btn.btn-icon-light-purple .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-purple .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-purple.active .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-purple.show .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-purple:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-purple:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-purple:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-icon-light-purple .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-icon-light-purple .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-icon-light-purple .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-purple.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-purple.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-purple:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-purple:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-purple:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-icon-light-purple .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-icon-light-purple .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-purple .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-purple.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-purple.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-purple:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-purple:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-purple:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-icon-light-purple .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-icon-light-purple .svg-icon svg [stroke],.btn-check:checked+.btn.btn-icon-light-purple .svg-icon svg [stroke],.btn.btn-icon-light-purple.active .svg-icon svg [stroke],.btn.btn-icon-light-purple.show .svg-icon svg [stroke],.btn.btn-icon-light-purple:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-purple:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-purple:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-icon-light-purple .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-icon-light-purple.dropdown-toggle:after,.btn-check:checked+.btn.btn-icon-light-purple.dropdown-toggle:after,.btn.btn-icon-light-purple.active.dropdown-toggle:after,.btn.btn-icon-light-purple.show.dropdown-toggle:after,.btn.btn-icon-light-purple:active:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-purple:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-purple:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-icon-light-purple.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-active-icon-purple,.btn-check:checked+.btn.btn-active-icon-purple,.btn.btn-active-icon-purple.active,.btn.btn-active-icon-purple.show,.btn.btn-active-icon-purple:active:not(.btn-active),.btn.btn-active-icon-purple:focus:not(.btn-active),.btn.btn-active-icon-purple:hover:not(.btn-active),.show>.btn.btn-active-icon-purple{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-icon-purple i,.btn-check:checked+.btn.btn-active-icon-purple i,.btn.btn-active-icon-purple.active i,.btn.btn-active-icon-purple.show i,.btn.btn-active-icon-purple:active:not(.btn-active) i,.btn.btn-active-icon-purple:focus:not(.btn-active) i,.btn.btn-active-icon-purple:hover:not(.btn-active) i,.show>.btn.btn-active-icon-purple i{color:#c12d58}.btn-check:active+.btn.btn-active-icon-purple .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-purple .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-purple.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-purple.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-purple:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-purple:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-purple:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-icon-purple .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#c12d58}.btn-check:active+.btn.btn-active-icon-purple .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-icon-purple .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-purple.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-purple.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-purple:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-purple:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-purple:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-icon-purple .svg-icon svg :not(.permanent):not(g) path{fill:#c12d58}.btn-check:active+.btn.btn-active-icon-purple .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-purple .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-purple.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-purple.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-purple:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-purple:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-purple:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-icon-purple .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-icon-purple .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-icon-purple .svg-icon svg [stroke],.btn.btn-active-icon-purple.active .svg-icon svg [stroke],.btn.btn-active-icon-purple.show .svg-icon svg [stroke],.btn.btn-active-icon-purple:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-purple:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-purple:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-icon-purple .svg-icon svg [stroke]{stroke:#c12d58}.btn-check:active+.btn.btn-active-icon-purple.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-icon-purple.dropdown-toggle:after,.btn.btn-active-icon-purple.active.dropdown-toggle:after,.btn.btn-active-icon-purple.show.dropdown-toggle:after,.btn.btn-active-icon-purple:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-purple:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-purple:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-text-purple,.show>.btn.btn-active-icon-purple.dropdown-toggle:after{color:#c12d58}.btn-check:active+.btn.btn-text-purple,.btn-check:checked+.btn.btn-text-purple,.btn.btn-text-purple.active,.btn.btn-text-purple.show,.btn.btn-text-purple:active:not(.btn-active),.btn.btn-text-purple:focus:not(.btn-active),.btn.btn-text-purple:hover:not(.btn-active),.show>.btn.btn-text-purple{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-text-purple,.btn-check:checked+.btn.btn-active-text-purple,.btn.btn-active-text-purple.active,.btn.btn-active-text-purple.show,.btn.btn-active-text-purple:active:not(.btn-active),.btn.btn-active-text-purple:focus:not(.btn-active),.btn.btn-active-text-purple:hover:not(.btn-active),.show>.btn.btn-active-text-purple{color:#c12d58;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-color-dark,.btn.btn-color-dark i{color:#0f3f62}.btn.btn-color-dark .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.btn.btn-color-dark .svg-icon svg :not(.permanent):not(g) path{fill:#0f3f62}.btn.btn-color-dark .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-color-dark .svg-icon svg [stroke]{stroke:#0f3f62}.btn.btn-color-dark.dropdown-toggle:after{color:#0f3f62}.btn-check:active+.btn.btn-color-dark,.btn-check:checked+.btn.btn-color-dark,.btn.btn-color-dark.active,.btn.btn-color-dark.show,.btn.btn-color-dark:active:not(.btn-active),.btn.btn-color-dark:focus:not(.btn-active),.btn.btn-color-dark:hover:not(.btn-active),.show>.btn.btn-color-dark{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-dark,.btn-check:checked+.btn.btn-active-color-dark,.btn.btn-active-color-dark.active,.btn.btn-active-color-dark.show,.btn.btn-active-color-dark:active:not(.btn-active),.btn.btn-active-color-dark:focus:not(.btn-active),.btn.btn-active-color-dark:hover:not(.btn-active),.show>.btn.btn-active-color-dark{color:#0f3f62;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-dark i,.btn-check:checked+.btn.btn-active-color-dark i,.btn.btn-active-color-dark.active i,.btn.btn-active-color-dark.show i,.btn.btn-active-color-dark:active:not(.btn-active) i,.btn.btn-active-color-dark:focus:not(.btn-active) i,.btn.btn-active-color-dark:hover:not(.btn-active) i,.show>.btn.btn-active-color-dark i{color:#0f3f62}.btn-check:active+.btn.btn-active-color-dark .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-dark .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-dark.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-dark.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-dark:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-dark:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-dark:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-color-dark .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.btn-check:active+.btn.btn-active-color-dark .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-color-dark .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-dark.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-dark.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-dark:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-dark:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-dark:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-color-dark .svg-icon svg :not(.permanent):not(g) path{fill:#0f3f62}.btn-check:active+.btn.btn-active-color-dark .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-dark .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-dark.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-dark.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-dark:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-dark:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-dark:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-color-dark .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-color-dark .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-color-dark .svg-icon svg [stroke],.btn.btn-active-color-dark.active .svg-icon svg [stroke],.btn.btn-active-color-dark.show .svg-icon svg [stroke],.btn.btn-active-color-dark:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-dark:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-dark:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-color-dark .svg-icon svg [stroke]{stroke:#0f3f62}.btn-check:active+.btn.btn-active-color-dark.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-color-dark.dropdown-toggle:after,.btn.btn-active-color-dark.active.dropdown-toggle:after,.btn.btn-active-color-dark.show.dropdown-toggle:after,.btn.btn-active-color-dark:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-dark:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-dark:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-dark i,.show>.btn.btn-active-color-dark.dropdown-toggle:after{color:#0f3f62}.btn.btn-icon-dark .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.btn.btn-icon-dark .svg-icon svg :not(.permanent):not(g) path{fill:#0f3f62}.btn.btn-icon-dark .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-dark .svg-icon svg [stroke]{stroke:#0f3f62}.btn.btn-icon-dark.dropdown-toggle:after{color:#0f3f62}.btn-check:active+.btn.btn-icon-dark,.btn-check:checked+.btn.btn-icon-dark,.btn.btn-icon-dark.active,.btn.btn-icon-dark.show,.btn.btn-icon-dark:active:not(.btn-active),.btn.btn-icon-dark:focus:not(.btn-active),.btn.btn-icon-dark:hover:not(.btn-active),.show>.btn.btn-icon-dark{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-icon-light-dark{color:#0f3f62;border-color:rgba(15,63,98,.1);background-color:rgba(15,63,98,.1)}.btn.btn-icon-light-dark i{color:#0f3f62}.btn.btn-icon-light-dark .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.btn.btn-icon-light-dark .svg-icon svg :not(.permanent):not(g) path{fill:#0f3f62}.btn.btn-icon-light-dark .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-light-dark .svg-icon svg [stroke]{stroke:#0f3f62}.btn.btn-icon-light-dark.dropdown-toggle:after{color:#0f3f62}.btn-check:active+.btn.btn-icon-light-dark,.btn-check:checked+.btn.btn-icon-light-dark,.btn.btn-icon-light-dark.active,.btn.btn-icon-light-dark.show,.btn.btn-icon-light-dark:active:not(.btn-active),.btn.btn-icon-light-dark:focus:not(.btn-active),.btn.btn-icon-light-dark:hover:not(.btn-active),.show>.btn.btn-icon-light-dark{color:#fff;border-color:#0f3f62;background-color:#0f3f62!important;-webkit-box-shadow:rgba(15,63,98,.1) 0 0 0 3px;box-shadow:0 0 0 3px rgba(15,63,98,.1)}.btn-check:active+.btn.btn-icon-light-dark i,.btn-check:checked+.btn.btn-icon-light-dark i,.btn.btn-icon-light-dark.active i,.btn.btn-icon-light-dark.show i,.btn.btn-icon-light-dark:active:not(.btn-active) i,.btn.btn-icon-light-dark:focus:not(.btn-active) i,.btn.btn-icon-light-dark:hover:not(.btn-active) i,.show>.btn.btn-icon-light-dark i{color:#fff}.btn-check:active+.btn.btn-icon-light-dark .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-dark .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-dark.active .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-dark.show .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-dark:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-dark:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-dark:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-icon-light-dark .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-icon-light-dark .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-icon-light-dark .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-dark.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-dark.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-dark:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-dark:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-dark:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-icon-light-dark .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-icon-light-dark .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-dark .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-dark.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-dark.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-dark:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-dark:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-dark:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-icon-light-dark .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-icon-light-dark .svg-icon svg [stroke],.btn-check:checked+.btn.btn-icon-light-dark .svg-icon svg [stroke],.btn.btn-icon-light-dark.active .svg-icon svg [stroke],.btn.btn-icon-light-dark.show .svg-icon svg [stroke],.btn.btn-icon-light-dark:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-dark:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-dark:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-icon-light-dark .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-icon-light-dark.dropdown-toggle:after,.btn-check:checked+.btn.btn-icon-light-dark.dropdown-toggle:after,.btn.btn-icon-light-dark.active.dropdown-toggle:after,.btn.btn-icon-light-dark.show.dropdown-toggle:after,.btn.btn-icon-light-dark:active:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-dark:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-dark:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-icon-light-dark.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-active-icon-dark,.btn-check:checked+.btn.btn-active-icon-dark,.btn.btn-active-icon-dark.active,.btn.btn-active-icon-dark.show,.btn.btn-active-icon-dark:active:not(.btn-active),.btn.btn-active-icon-dark:focus:not(.btn-active),.btn.btn-active-icon-dark:hover:not(.btn-active),.show>.btn.btn-active-icon-dark{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-icon-dark i,.btn-check:checked+.btn.btn-active-icon-dark i,.btn.btn-active-icon-dark.active i,.btn.btn-active-icon-dark.show i,.btn.btn-active-icon-dark:active:not(.btn-active) i,.btn.btn-active-icon-dark:focus:not(.btn-active) i,.btn.btn-active-icon-dark:hover:not(.btn-active) i,.show>.btn.btn-active-icon-dark i{color:#0f3f62}.btn-check:active+.btn.btn-active-icon-dark .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-dark .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-dark.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-dark.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-dark:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-dark:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-dark:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-icon-dark .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.btn-check:active+.btn.btn-active-icon-dark .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-icon-dark .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-dark.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-dark.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-dark:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-dark:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-dark:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-icon-dark .svg-icon svg :not(.permanent):not(g) path{fill:#0f3f62}.btn-check:active+.btn.btn-active-icon-dark .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-dark .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-dark.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-dark.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-dark:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-dark:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-dark:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-icon-dark .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-icon-dark .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-icon-dark .svg-icon svg [stroke],.btn.btn-active-icon-dark.active .svg-icon svg [stroke],.btn.btn-active-icon-dark.show .svg-icon svg [stroke],.btn.btn-active-icon-dark:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-dark:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-dark:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-icon-dark .svg-icon svg [stroke]{stroke:#0f3f62}.btn-check:active+.btn.btn-active-icon-dark.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-icon-dark.dropdown-toggle:after,.btn.btn-active-icon-dark.active.dropdown-toggle:after,.btn.btn-active-icon-dark.show.dropdown-toggle:after,.btn.btn-active-icon-dark:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-dark:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-dark:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-text-dark,.show>.btn.btn-active-icon-dark.dropdown-toggle:after{color:#0f3f62}.btn-check:active+.btn.btn-text-dark,.btn-check:checked+.btn.btn-text-dark,.btn.btn-text-dark.active,.btn.btn-text-dark.show,.btn.btn-text-dark:active:not(.btn-active),.btn.btn-text-dark:focus:not(.btn-active),.btn.btn-text-dark:hover:not(.btn-active),.show>.btn.btn-text-dark{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-text-dark,.btn-check:checked+.btn.btn-active-text-dark,.btn.btn-active-text-dark.active,.btn.btn-active-text-dark.show,.btn.btn-active-text-dark:active:not(.btn-active),.btn.btn-active-text-dark:focus:not(.btn-active),.btn.btn-active-text-dark:hover:not(.btn-active),.show>.btn.btn-active-text-dark{color:#0f3f62;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-color-muted,.btn.btn-color-muted i{color:#a1a5b7}.btn.btn-color-muted .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#a1a5b7}.btn.btn-color-muted .svg-icon svg :not(.permanent):not(g) path{fill:#a1a5b7}.btn.btn-color-muted .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-color-muted .svg-icon svg [stroke]{stroke:#a1a5b7}.btn.btn-color-muted.dropdown-toggle:after{color:#a1a5b7}.btn-check:active+.btn.btn-color-muted,.btn-check:checked+.btn.btn-color-muted,.btn.btn-color-muted.active,.btn.btn-color-muted.show,.btn.btn-color-muted:active:not(.btn-active),.btn.btn-color-muted:focus:not(.btn-active),.btn.btn-color-muted:hover:not(.btn-active),.show>.btn.btn-color-muted{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-muted,.btn-check:checked+.btn.btn-active-color-muted,.btn.btn-active-color-muted.active,.btn.btn-active-color-muted.show,.btn.btn-active-color-muted:active:not(.btn-active),.btn.btn-active-color-muted:focus:not(.btn-active),.btn.btn-active-color-muted:hover:not(.btn-active),.show>.btn.btn-active-color-muted{color:#a1a5b7;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-muted i,.btn-check:checked+.btn.btn-active-color-muted i,.btn.btn-active-color-muted.active i,.btn.btn-active-color-muted.show i,.btn.btn-active-color-muted:active:not(.btn-active) i,.btn.btn-active-color-muted:focus:not(.btn-active) i,.btn.btn-active-color-muted:hover:not(.btn-active) i,.show>.btn.btn-active-color-muted i{color:#a1a5b7}.btn-check:active+.btn.btn-active-color-muted .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-muted .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-muted.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-muted.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-muted:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-muted:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-muted:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-color-muted .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#a1a5b7}.btn-check:active+.btn.btn-active-color-muted .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-color-muted .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-muted.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-muted.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-muted:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-muted:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-muted:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-color-muted .svg-icon svg :not(.permanent):not(g) path{fill:#a1a5b7}.btn-check:active+.btn.btn-active-color-muted .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-muted .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-muted.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-muted.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-muted:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-muted:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-muted:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-color-muted .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-color-muted .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-color-muted .svg-icon svg [stroke],.btn.btn-active-color-muted.active .svg-icon svg [stroke],.btn.btn-active-color-muted.show .svg-icon svg [stroke],.btn.btn-active-color-muted:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-muted:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-muted:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-color-muted .svg-icon svg [stroke]{stroke:#a1a5b7}.btn-check:active+.btn.btn-active-color-muted.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-color-muted.dropdown-toggle:after,.btn.btn-active-color-muted.active.dropdown-toggle:after,.btn.btn-active-color-muted.show.dropdown-toggle:after,.btn.btn-active-color-muted:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-muted:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-muted:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-muted i,.show>.btn.btn-active-color-muted.dropdown-toggle:after{color:#a1a5b7}.btn.btn-icon-muted .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#a1a5b7}.btn.btn-icon-muted .svg-icon svg :not(.permanent):not(g) path{fill:#a1a5b7}.btn.btn-icon-muted .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-muted .svg-icon svg [stroke]{stroke:#a1a5b7}.btn.btn-icon-muted.dropdown-toggle:after{color:#a1a5b7}.btn-check:active+.btn.btn-icon-muted,.btn-check:checked+.btn.btn-icon-muted,.btn.btn-icon-muted.active,.btn.btn-icon-muted.show,.btn.btn-icon-muted:active:not(.btn-active),.btn.btn-icon-muted:focus:not(.btn-active),.btn.btn-icon-muted:hover:not(.btn-active),.show>.btn.btn-icon-muted{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-icon-light-muted{color:#a1a5b7;border-color:rgba(161,165,183,.1);background-color:rgba(161,165,183,.1)}.btn.btn-icon-light-muted i{color:#a1a5b7}.btn.btn-icon-light-muted .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#a1a5b7}.btn.btn-icon-light-muted .svg-icon svg :not(.permanent):not(g) path{fill:#a1a5b7}.btn.btn-icon-light-muted .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-light-muted .svg-icon svg [stroke]{stroke:#a1a5b7}.btn.btn-icon-light-muted.dropdown-toggle:after{color:#a1a5b7}.btn-check:active+.btn.btn-icon-light-muted,.btn-check:checked+.btn.btn-icon-light-muted,.btn.btn-icon-light-muted.active,.btn.btn-icon-light-muted.show,.btn.btn-icon-light-muted:active:not(.btn-active),.btn.btn-icon-light-muted:focus:not(.btn-active),.btn.btn-icon-light-muted:hover:not(.btn-active),.show>.btn.btn-icon-light-muted{color:#fff;border-color:#a1a5b7;background-color:#a1a5b7!important;-webkit-box-shadow:rgba(161,165,183,.1) 0 0 0 3px;box-shadow:0 0 0 3px rgba(161,165,183,.1)}.btn-check:active+.btn.btn-icon-light-muted i,.btn-check:checked+.btn.btn-icon-light-muted i,.btn.btn-icon-light-muted.active i,.btn.btn-icon-light-muted.show i,.btn.btn-icon-light-muted:active:not(.btn-active) i,.btn.btn-icon-light-muted:focus:not(.btn-active) i,.btn.btn-icon-light-muted:hover:not(.btn-active) i,.show>.btn.btn-icon-light-muted i{color:#fff}.btn-check:active+.btn.btn-icon-light-muted .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-muted .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-muted.active .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-muted.show .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-muted:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-muted:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-muted:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-icon-light-muted .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-icon-light-muted .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-icon-light-muted .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-muted.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-muted.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-muted:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-muted:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-muted:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-icon-light-muted .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-icon-light-muted .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-muted .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-muted.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-muted.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-muted:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-muted:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-muted:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-icon-light-muted .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-icon-light-muted .svg-icon svg [stroke],.btn-check:checked+.btn.btn-icon-light-muted .svg-icon svg [stroke],.btn.btn-icon-light-muted.active .svg-icon svg [stroke],.btn.btn-icon-light-muted.show .svg-icon svg [stroke],.btn.btn-icon-light-muted:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-muted:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-muted:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-icon-light-muted .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-icon-light-muted.dropdown-toggle:after,.btn-check:checked+.btn.btn-icon-light-muted.dropdown-toggle:after,.btn.btn-icon-light-muted.active.dropdown-toggle:after,.btn.btn-icon-light-muted.show.dropdown-toggle:after,.btn.btn-icon-light-muted:active:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-muted:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-muted:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-icon-light-muted.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-active-icon-muted,.btn-check:checked+.btn.btn-active-icon-muted,.btn.btn-active-icon-muted.active,.btn.btn-active-icon-muted.show,.btn.btn-active-icon-muted:active:not(.btn-active),.btn.btn-active-icon-muted:focus:not(.btn-active),.btn.btn-active-icon-muted:hover:not(.btn-active),.show>.btn.btn-active-icon-muted{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-icon-muted i,.btn-check:checked+.btn.btn-active-icon-muted i,.btn.btn-active-icon-muted.active i,.btn.btn-active-icon-muted.show i,.btn.btn-active-icon-muted:active:not(.btn-active) i,.btn.btn-active-icon-muted:focus:not(.btn-active) i,.btn.btn-active-icon-muted:hover:not(.btn-active) i,.show>.btn.btn-active-icon-muted i{color:#a1a5b7}.btn-check:active+.btn.btn-active-icon-muted .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-muted .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-muted.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-muted.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-muted:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-muted:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-muted:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-icon-muted .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#a1a5b7}.btn-check:active+.btn.btn-active-icon-muted .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-icon-muted .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-muted.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-muted.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-muted:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-muted:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-muted:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-icon-muted .svg-icon svg :not(.permanent):not(g) path{fill:#a1a5b7}.btn-check:active+.btn.btn-active-icon-muted .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-muted .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-muted.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-muted.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-muted:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-muted:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-muted:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-icon-muted .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-icon-muted .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-icon-muted .svg-icon svg [stroke],.btn.btn-active-icon-muted.active .svg-icon svg [stroke],.btn.btn-active-icon-muted.show .svg-icon svg [stroke],.btn.btn-active-icon-muted:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-muted:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-muted:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-icon-muted .svg-icon svg [stroke]{stroke:#a1a5b7}.btn-check:active+.btn.btn-active-icon-muted.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-icon-muted.dropdown-toggle:after,.btn.btn-active-icon-muted.active.dropdown-toggle:after,.btn.btn-active-icon-muted.show.dropdown-toggle:after,.btn.btn-active-icon-muted:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-muted:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-muted:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-text-muted,.show>.btn.btn-active-icon-muted.dropdown-toggle:after{color:#a1a5b7}.btn-check:active+.btn.btn-text-muted,.btn-check:checked+.btn.btn-text-muted,.btn.btn-text-muted.active,.btn.btn-text-muted.show,.btn.btn-text-muted:active:not(.btn-active),.btn.btn-text-muted:focus:not(.btn-active),.btn.btn-text-muted:hover:not(.btn-active),.show>.btn.btn-text-muted{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-text-muted,.btn-check:checked+.btn.btn-active-text-muted,.btn.btn-active-text-muted.active,.btn.btn-active-text-muted.show,.btn.btn-active-text-muted:active:not(.btn-active),.btn.btn-active-text-muted:focus:not(.btn-active),.btn.btn-active-text-muted:hover:not(.btn-active),.show>.btn.btn-active-text-muted{color:#a1a5b7;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-color-gray-100,.btn.btn-color-gray-100 i{color:#f2f1f6}.btn.btn-color-gray-100 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#f2f1f6}.btn.btn-color-gray-100 .svg-icon svg :not(.permanent):not(g) path{fill:#f2f1f6}.btn.btn-color-gray-100 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-color-gray-100 .svg-icon svg [stroke]{stroke:#f2f1f6}.btn.btn-color-gray-100.dropdown-toggle:after{color:#f2f1f6}.btn-check:active+.btn.btn-color-gray-100,.btn-check:checked+.btn.btn-color-gray-100,.btn.btn-color-gray-100.active,.btn.btn-color-gray-100.show,.btn.btn-color-gray-100:active:not(.btn-active),.btn.btn-color-gray-100:focus:not(.btn-active),.btn.btn-color-gray-100:hover:not(.btn-active),.show>.btn.btn-color-gray-100{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-gray-100,.btn-check:checked+.btn.btn-active-color-gray-100,.btn.btn-active-color-gray-100.active,.btn.btn-active-color-gray-100.show,.btn.btn-active-color-gray-100:active:not(.btn-active),.btn.btn-active-color-gray-100:focus:not(.btn-active),.btn.btn-active-color-gray-100:hover:not(.btn-active),.show>.btn.btn-active-color-gray-100{color:#f2f1f6;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-gray-100 i,.btn-check:checked+.btn.btn-active-color-gray-100 i,.btn.btn-active-color-gray-100.active i,.btn.btn-active-color-gray-100.show i,.btn.btn-active-color-gray-100:active:not(.btn-active) i,.btn.btn-active-color-gray-100:focus:not(.btn-active) i,.btn.btn-active-color-gray-100:hover:not(.btn-active) i,.show>.btn.btn-active-color-gray-100 i{color:#f2f1f6}.btn-check:active+.btn.btn-active-color-gray-100 .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-gray-100 .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-100.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-100.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-100:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-100:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-100:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-color-gray-100 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#f2f1f6}.btn-check:active+.btn.btn-active-color-gray-100 .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-color-gray-100 .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-100.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-100.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-100:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-100:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-100:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-color-gray-100 .svg-icon svg :not(.permanent):not(g) path{fill:#f2f1f6}.btn-check:active+.btn.btn-active-color-gray-100 .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-gray-100 .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-100.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-100.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-100:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-100:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-100:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-color-gray-100 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-color-gray-100 .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-color-gray-100 .svg-icon svg [stroke],.btn.btn-active-color-gray-100.active .svg-icon svg [stroke],.btn.btn-active-color-gray-100.show .svg-icon svg [stroke],.btn.btn-active-color-gray-100:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-gray-100:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-gray-100:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-color-gray-100 .svg-icon svg [stroke]{stroke:#f2f1f6}.btn-check:active+.btn.btn-active-color-gray-100.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-color-gray-100.dropdown-toggle:after,.btn.btn-active-color-gray-100.active.dropdown-toggle:after,.btn.btn-active-color-gray-100.show.dropdown-toggle:after,.btn.btn-active-color-gray-100:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-gray-100:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-gray-100:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-gray-100 i,.show>.btn.btn-active-color-gray-100.dropdown-toggle:after{color:#f2f1f6}.btn.btn-icon-gray-100 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#f2f1f6}.btn.btn-icon-gray-100 .svg-icon svg :not(.permanent):not(g) path{fill:#f2f1f6}.btn.btn-icon-gray-100 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-gray-100 .svg-icon svg [stroke]{stroke:#f2f1f6}.btn.btn-icon-gray-100.dropdown-toggle:after{color:#f2f1f6}.btn-check:active+.btn.btn-icon-gray-100,.btn-check:checked+.btn.btn-icon-gray-100,.btn.btn-icon-gray-100.active,.btn.btn-icon-gray-100.show,.btn.btn-icon-gray-100:active:not(.btn-active),.btn.btn-icon-gray-100:focus:not(.btn-active),.btn.btn-icon-gray-100:hover:not(.btn-active),.show>.btn.btn-icon-gray-100{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-icon-light-gray-100{color:#f2f1f6;border-color:rgba(242,241,246,.1);background-color:rgba(242,241,246,.1)}.btn.btn-icon-light-gray-100 i{color:#f2f1f6}.btn.btn-icon-light-gray-100 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#f2f1f6}.btn.btn-icon-light-gray-100 .svg-icon svg :not(.permanent):not(g) path{fill:#f2f1f6}.btn.btn-icon-light-gray-100 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-light-gray-100 .svg-icon svg [stroke]{stroke:#f2f1f6}.btn.btn-icon-light-gray-100.dropdown-toggle:after{color:#f2f1f6}.btn-check:active+.btn.btn-icon-light-gray-100,.btn-check:checked+.btn.btn-icon-light-gray-100,.btn.btn-icon-light-gray-100.active,.btn.btn-icon-light-gray-100.show,.btn.btn-icon-light-gray-100:active:not(.btn-active),.btn.btn-icon-light-gray-100:focus:not(.btn-active),.btn.btn-icon-light-gray-100:hover:not(.btn-active),.show>.btn.btn-icon-light-gray-100{color:#fff;border-color:#f2f1f6;background-color:#f2f1f6!important;-webkit-box-shadow:rgba(242,241,246,.1) 0 0 0 3px;box-shadow:0 0 0 3px rgba(242,241,246,.1)}.btn-check:active+.btn.btn-icon-light-gray-100 i,.btn-check:checked+.btn.btn-icon-light-gray-100 i,.btn.btn-icon-light-gray-100.active i,.btn.btn-icon-light-gray-100.show i,.btn.btn-icon-light-gray-100:active:not(.btn-active) i,.btn.btn-icon-light-gray-100:focus:not(.btn-active) i,.btn.btn-icon-light-gray-100:hover:not(.btn-active) i,.show>.btn.btn-icon-light-gray-100 i{color:#fff}.btn-check:active+.btn.btn-icon-light-gray-100 .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-gray-100 .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-100.active .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-100.show .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-100:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-100:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-100:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-icon-light-gray-100 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-icon-light-gray-100 .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-icon-light-gray-100 .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-100.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-100.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-100:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-100:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-100:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-icon-light-gray-100 .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-icon-light-gray-100 .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-gray-100 .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-100.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-100.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-100:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-100:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-100:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-icon-light-gray-100 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-icon-light-gray-100 .svg-icon svg [stroke],.btn-check:checked+.btn.btn-icon-light-gray-100 .svg-icon svg [stroke],.btn.btn-icon-light-gray-100.active .svg-icon svg [stroke],.btn.btn-icon-light-gray-100.show .svg-icon svg [stroke],.btn.btn-icon-light-gray-100:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-gray-100:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-gray-100:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-icon-light-gray-100 .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-icon-light-gray-100.dropdown-toggle:after,.btn-check:checked+.btn.btn-icon-light-gray-100.dropdown-toggle:after,.btn.btn-icon-light-gray-100.active.dropdown-toggle:after,.btn.btn-icon-light-gray-100.show.dropdown-toggle:after,.btn.btn-icon-light-gray-100:active:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-gray-100:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-gray-100:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-icon-light-gray-100.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-active-icon-gray-100,.btn-check:checked+.btn.btn-active-icon-gray-100,.btn.btn-active-icon-gray-100.active,.btn.btn-active-icon-gray-100.show,.btn.btn-active-icon-gray-100:active:not(.btn-active),.btn.btn-active-icon-gray-100:focus:not(.btn-active),.btn.btn-active-icon-gray-100:hover:not(.btn-active),.show>.btn.btn-active-icon-gray-100{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-icon-gray-100 i,.btn-check:checked+.btn.btn-active-icon-gray-100 i,.btn.btn-active-icon-gray-100.active i,.btn.btn-active-icon-gray-100.show i,.btn.btn-active-icon-gray-100:active:not(.btn-active) i,.btn.btn-active-icon-gray-100:focus:not(.btn-active) i,.btn.btn-active-icon-gray-100:hover:not(.btn-active) i,.show>.btn.btn-active-icon-gray-100 i{color:#f2f1f6}.btn-check:active+.btn.btn-active-icon-gray-100 .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-gray-100 .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-100.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-100.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-100:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-100:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-100:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-icon-gray-100 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#f2f1f6}.btn-check:active+.btn.btn-active-icon-gray-100 .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-icon-gray-100 .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-100.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-100.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-100:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-100:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-100:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-icon-gray-100 .svg-icon svg :not(.permanent):not(g) path{fill:#f2f1f6}.btn-check:active+.btn.btn-active-icon-gray-100 .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-gray-100 .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-100.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-100.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-100:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-100:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-100:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-icon-gray-100 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-icon-gray-100 .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-icon-gray-100 .svg-icon svg [stroke],.btn.btn-active-icon-gray-100.active .svg-icon svg [stroke],.btn.btn-active-icon-gray-100.show .svg-icon svg [stroke],.btn.btn-active-icon-gray-100:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-gray-100:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-gray-100:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-icon-gray-100 .svg-icon svg [stroke]{stroke:#f2f1f6}.btn-check:active+.btn.btn-active-icon-gray-100.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-icon-gray-100.dropdown-toggle:after,.btn.btn-active-icon-gray-100.active.dropdown-toggle:after,.btn.btn-active-icon-gray-100.show.dropdown-toggle:after,.btn.btn-active-icon-gray-100:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-gray-100:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-gray-100:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-text-gray-100,.show>.btn.btn-active-icon-gray-100.dropdown-toggle:after{color:#f2f1f6}.btn-check:active+.btn.btn-text-gray-100,.btn-check:checked+.btn.btn-text-gray-100,.btn.btn-text-gray-100.active,.btn.btn-text-gray-100.show,.btn.btn-text-gray-100:active:not(.btn-active),.btn.btn-text-gray-100:focus:not(.btn-active),.btn.btn-text-gray-100:hover:not(.btn-active),.show>.btn.btn-text-gray-100{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-text-gray-100,.btn-check:checked+.btn.btn-active-text-gray-100,.btn.btn-active-text-gray-100.active,.btn.btn-active-text-gray-100.show,.btn.btn-active-text-gray-100:active:not(.btn-active),.btn.btn-active-text-gray-100:focus:not(.btn-active),.btn.btn-active-text-gray-100:hover:not(.btn-active),.show>.btn.btn-active-text-gray-100{color:#f2f1f6;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-color-gray-200,.btn.btn-color-gray-200 i{color:#eff2f5}.btn.btn-color-gray-200 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#eff2f5}.btn.btn-color-gray-200 .svg-icon svg :not(.permanent):not(g) path{fill:#eff2f5}.btn.btn-color-gray-200 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-color-gray-200 .svg-icon svg [stroke]{stroke:#eff2f5}.btn.btn-color-gray-200.dropdown-toggle:after{color:#eff2f5}.btn-check:active+.btn.btn-color-gray-200,.btn-check:checked+.btn.btn-color-gray-200,.btn.btn-color-gray-200.active,.btn.btn-color-gray-200.show,.btn.btn-color-gray-200:active:not(.btn-active),.btn.btn-color-gray-200:focus:not(.btn-active),.btn.btn-color-gray-200:hover:not(.btn-active),.show>.btn.btn-color-gray-200{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-gray-200,.btn-check:checked+.btn.btn-active-color-gray-200,.btn.btn-active-color-gray-200.active,.btn.btn-active-color-gray-200.show,.btn.btn-active-color-gray-200:active:not(.btn-active),.btn.btn-active-color-gray-200:focus:not(.btn-active),.btn.btn-active-color-gray-200:hover:not(.btn-active),.show>.btn.btn-active-color-gray-200{color:#eff2f5;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-gray-200 i,.btn-check:checked+.btn.btn-active-color-gray-200 i,.btn.btn-active-color-gray-200.active i,.btn.btn-active-color-gray-200.show i,.btn.btn-active-color-gray-200:active:not(.btn-active) i,.btn.btn-active-color-gray-200:focus:not(.btn-active) i,.btn.btn-active-color-gray-200:hover:not(.btn-active) i,.show>.btn.btn-active-color-gray-200 i{color:#eff2f5}.btn-check:active+.btn.btn-active-color-gray-200 .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-gray-200 .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-200.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-200.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-200:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-200:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-200:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-color-gray-200 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#eff2f5}.btn-check:active+.btn.btn-active-color-gray-200 .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-color-gray-200 .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-200.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-200.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-200:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-200:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-200:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-color-gray-200 .svg-icon svg :not(.permanent):not(g) path{fill:#eff2f5}.btn-check:active+.btn.btn-active-color-gray-200 .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-gray-200 .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-200.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-200.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-200:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-200:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-200:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-color-gray-200 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-color-gray-200 .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-color-gray-200 .svg-icon svg [stroke],.btn.btn-active-color-gray-200.active .svg-icon svg [stroke],.btn.btn-active-color-gray-200.show .svg-icon svg [stroke],.btn.btn-active-color-gray-200:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-gray-200:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-gray-200:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-color-gray-200 .svg-icon svg [stroke]{stroke:#eff2f5}.btn-check:active+.btn.btn-active-color-gray-200.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-color-gray-200.dropdown-toggle:after,.btn.btn-active-color-gray-200.active.dropdown-toggle:after,.btn.btn-active-color-gray-200.show.dropdown-toggle:after,.btn.btn-active-color-gray-200:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-gray-200:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-gray-200:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-gray-200 i,.show>.btn.btn-active-color-gray-200.dropdown-toggle:after{color:#eff2f5}.btn.btn-icon-gray-200 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#eff2f5}.btn.btn-icon-gray-200 .svg-icon svg :not(.permanent):not(g) path{fill:#eff2f5}.btn.btn-icon-gray-200 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-gray-200 .svg-icon svg [stroke]{stroke:#eff2f5}.btn.btn-icon-gray-200.dropdown-toggle:after{color:#eff2f5}.btn-check:active+.btn.btn-icon-gray-200,.btn-check:checked+.btn.btn-icon-gray-200,.btn.btn-icon-gray-200.active,.btn.btn-icon-gray-200.show,.btn.btn-icon-gray-200:active:not(.btn-active),.btn.btn-icon-gray-200:focus:not(.btn-active),.btn.btn-icon-gray-200:hover:not(.btn-active),.show>.btn.btn-icon-gray-200{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-icon-light-gray-200{color:#eff2f5;border-color:rgba(239,242,245,.1);background-color:rgba(239,242,245,.1)}.btn.btn-icon-light-gray-200 i{color:#eff2f5}.btn.btn-icon-light-gray-200 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#eff2f5}.btn.btn-icon-light-gray-200 .svg-icon svg :not(.permanent):not(g) path{fill:#eff2f5}.btn.btn-icon-light-gray-200 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-light-gray-200 .svg-icon svg [stroke]{stroke:#eff2f5}.btn.btn-icon-light-gray-200.dropdown-toggle:after{color:#eff2f5}.btn-check:active+.btn.btn-icon-light-gray-200,.btn-check:checked+.btn.btn-icon-light-gray-200,.btn.btn-icon-light-gray-200.active,.btn.btn-icon-light-gray-200.show,.btn.btn-icon-light-gray-200:active:not(.btn-active),.btn.btn-icon-light-gray-200:focus:not(.btn-active),.btn.btn-icon-light-gray-200:hover:not(.btn-active),.show>.btn.btn-icon-light-gray-200{color:#fff;border-color:#eff2f5;background-color:#eff2f5!important;-webkit-box-shadow:rgba(239,242,245,.1) 0 0 0 3px;box-shadow:0 0 0 3px rgba(239,242,245,.1)}.btn-check:active+.btn.btn-icon-light-gray-200 i,.btn-check:checked+.btn.btn-icon-light-gray-200 i,.btn.btn-icon-light-gray-200.active i,.btn.btn-icon-light-gray-200.show i,.btn.btn-icon-light-gray-200:active:not(.btn-active) i,.btn.btn-icon-light-gray-200:focus:not(.btn-active) i,.btn.btn-icon-light-gray-200:hover:not(.btn-active) i,.show>.btn.btn-icon-light-gray-200 i{color:#fff}.btn-check:active+.btn.btn-icon-light-gray-200 .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-gray-200 .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-200.active .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-200.show .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-200:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-200:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-200:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-icon-light-gray-200 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-icon-light-gray-200 .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-icon-light-gray-200 .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-200.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-200.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-200:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-200:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-200:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-icon-light-gray-200 .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-icon-light-gray-200 .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-gray-200 .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-200.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-200.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-200:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-200:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-200:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-icon-light-gray-200 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-icon-light-gray-200 .svg-icon svg [stroke],.btn-check:checked+.btn.btn-icon-light-gray-200 .svg-icon svg [stroke],.btn.btn-icon-light-gray-200.active .svg-icon svg [stroke],.btn.btn-icon-light-gray-200.show .svg-icon svg [stroke],.btn.btn-icon-light-gray-200:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-gray-200:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-gray-200:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-icon-light-gray-200 .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-icon-light-gray-200.dropdown-toggle:after,.btn-check:checked+.btn.btn-icon-light-gray-200.dropdown-toggle:after,.btn.btn-icon-light-gray-200.active.dropdown-toggle:after,.btn.btn-icon-light-gray-200.show.dropdown-toggle:after,.btn.btn-icon-light-gray-200:active:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-gray-200:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-gray-200:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-icon-light-gray-200.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-active-icon-gray-200,.btn-check:checked+.btn.btn-active-icon-gray-200,.btn.btn-active-icon-gray-200.active,.btn.btn-active-icon-gray-200.show,.btn.btn-active-icon-gray-200:active:not(.btn-active),.btn.btn-active-icon-gray-200:focus:not(.btn-active),.btn.btn-active-icon-gray-200:hover:not(.btn-active),.show>.btn.btn-active-icon-gray-200{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-icon-gray-200 i,.btn-check:checked+.btn.btn-active-icon-gray-200 i,.btn.btn-active-icon-gray-200.active i,.btn.btn-active-icon-gray-200.show i,.btn.btn-active-icon-gray-200:active:not(.btn-active) i,.btn.btn-active-icon-gray-200:focus:not(.btn-active) i,.btn.btn-active-icon-gray-200:hover:not(.btn-active) i,.show>.btn.btn-active-icon-gray-200 i{color:#eff2f5}.btn-check:active+.btn.btn-active-icon-gray-200 .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-gray-200 .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-200.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-200.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-200:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-200:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-200:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-icon-gray-200 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#eff2f5}.btn-check:active+.btn.btn-active-icon-gray-200 .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-icon-gray-200 .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-200.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-200.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-200:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-200:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-200:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-icon-gray-200 .svg-icon svg :not(.permanent):not(g) path{fill:#eff2f5}.btn-check:active+.btn.btn-active-icon-gray-200 .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-gray-200 .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-200.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-200.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-200:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-200:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-200:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-icon-gray-200 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-icon-gray-200 .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-icon-gray-200 .svg-icon svg [stroke],.btn.btn-active-icon-gray-200.active .svg-icon svg [stroke],.btn.btn-active-icon-gray-200.show .svg-icon svg [stroke],.btn.btn-active-icon-gray-200:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-gray-200:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-gray-200:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-icon-gray-200 .svg-icon svg [stroke]{stroke:#eff2f5}.btn-check:active+.btn.btn-active-icon-gray-200.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-icon-gray-200.dropdown-toggle:after,.btn.btn-active-icon-gray-200.active.dropdown-toggle:after,.btn.btn-active-icon-gray-200.show.dropdown-toggle:after,.btn.btn-active-icon-gray-200:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-gray-200:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-gray-200:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-text-gray-200,.show>.btn.btn-active-icon-gray-200.dropdown-toggle:after{color:#eff2f5}.btn-check:active+.btn.btn-text-gray-200,.btn-check:checked+.btn.btn-text-gray-200,.btn.btn-text-gray-200.active,.btn.btn-text-gray-200.show,.btn.btn-text-gray-200:active:not(.btn-active),.btn.btn-text-gray-200:focus:not(.btn-active),.btn.btn-text-gray-200:hover:not(.btn-active),.show>.btn.btn-text-gray-200{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-text-gray-200,.btn-check:checked+.btn.btn-active-text-gray-200,.btn.btn-active-text-gray-200.active,.btn.btn-active-text-gray-200.show,.btn.btn-active-text-gray-200:active:not(.btn-active),.btn.btn-active-text-gray-200:focus:not(.btn-active),.btn.btn-active-text-gray-200:hover:not(.btn-active),.show>.btn.btn-active-text-gray-200{color:#eff2f5;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-color-gray-300,.btn.btn-color-gray-300 i{color:#e4e6ef}.btn.btn-color-gray-300 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#e4e6ef}.btn.btn-color-gray-300 .svg-icon svg :not(.permanent):not(g) path{fill:#e4e6ef}.btn.btn-color-gray-300 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-color-gray-300 .svg-icon svg [stroke]{stroke:#e4e6ef}.btn.btn-color-gray-300.dropdown-toggle:after{color:#e4e6ef}.btn-check:active+.btn.btn-color-gray-300,.btn-check:checked+.btn.btn-color-gray-300,.btn.btn-color-gray-300.active,.btn.btn-color-gray-300.show,.btn.btn-color-gray-300:active:not(.btn-active),.btn.btn-color-gray-300:focus:not(.btn-active),.btn.btn-color-gray-300:hover:not(.btn-active),.show>.btn.btn-color-gray-300{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-gray-300,.btn-check:checked+.btn.btn-active-color-gray-300,.btn.btn-active-color-gray-300.active,.btn.btn-active-color-gray-300.show,.btn.btn-active-color-gray-300:active:not(.btn-active),.btn.btn-active-color-gray-300:focus:not(.btn-active),.btn.btn-active-color-gray-300:hover:not(.btn-active),.show>.btn.btn-active-color-gray-300{color:#e4e6ef;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-gray-300 i,.btn-check:checked+.btn.btn-active-color-gray-300 i,.btn.btn-active-color-gray-300.active i,.btn.btn-active-color-gray-300.show i,.btn.btn-active-color-gray-300:active:not(.btn-active) i,.btn.btn-active-color-gray-300:focus:not(.btn-active) i,.btn.btn-active-color-gray-300:hover:not(.btn-active) i,.show>.btn.btn-active-color-gray-300 i{color:#e4e6ef}.btn-check:active+.btn.btn-active-color-gray-300 .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-gray-300 .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-300.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-300.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-300:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-300:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-300:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-color-gray-300 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#e4e6ef}.btn-check:active+.btn.btn-active-color-gray-300 .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-color-gray-300 .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-300.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-300.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-300:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-300:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-300:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-color-gray-300 .svg-icon svg :not(.permanent):not(g) path{fill:#e4e6ef}.btn-check:active+.btn.btn-active-color-gray-300 .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-gray-300 .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-300.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-300.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-300:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-300:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-300:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-color-gray-300 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-color-gray-300 .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-color-gray-300 .svg-icon svg [stroke],.btn.btn-active-color-gray-300.active .svg-icon svg [stroke],.btn.btn-active-color-gray-300.show .svg-icon svg [stroke],.btn.btn-active-color-gray-300:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-gray-300:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-gray-300:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-color-gray-300 .svg-icon svg [stroke]{stroke:#e4e6ef}.btn-check:active+.btn.btn-active-color-gray-300.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-color-gray-300.dropdown-toggle:after,.btn.btn-active-color-gray-300.active.dropdown-toggle:after,.btn.btn-active-color-gray-300.show.dropdown-toggle:after,.btn.btn-active-color-gray-300:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-gray-300:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-gray-300:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-gray-300 i,.show>.btn.btn-active-color-gray-300.dropdown-toggle:after{color:#e4e6ef}.btn.btn-icon-gray-300 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#e4e6ef}.btn.btn-icon-gray-300 .svg-icon svg :not(.permanent):not(g) path{fill:#e4e6ef}.btn.btn-icon-gray-300 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-gray-300 .svg-icon svg [stroke]{stroke:#e4e6ef}.btn.btn-icon-gray-300.dropdown-toggle:after{color:#e4e6ef}.btn-check:active+.btn.btn-icon-gray-300,.btn-check:checked+.btn.btn-icon-gray-300,.btn.btn-icon-gray-300.active,.btn.btn-icon-gray-300.show,.btn.btn-icon-gray-300:active:not(.btn-active),.btn.btn-icon-gray-300:focus:not(.btn-active),.btn.btn-icon-gray-300:hover:not(.btn-active),.show>.btn.btn-icon-gray-300{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-icon-light-gray-300{color:#e4e6ef;border-color:rgba(228,230,239,.1);background-color:rgba(228,230,239,.1)}.btn.btn-icon-light-gray-300 i{color:#e4e6ef}.btn.btn-icon-light-gray-300 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#e4e6ef}.btn.btn-icon-light-gray-300 .svg-icon svg :not(.permanent):not(g) path{fill:#e4e6ef}.btn.btn-icon-light-gray-300 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-light-gray-300 .svg-icon svg [stroke]{stroke:#e4e6ef}.btn.btn-icon-light-gray-300.dropdown-toggle:after{color:#e4e6ef}.btn-check:active+.btn.btn-icon-light-gray-300,.btn-check:checked+.btn.btn-icon-light-gray-300,.btn.btn-icon-light-gray-300.active,.btn.btn-icon-light-gray-300.show,.btn.btn-icon-light-gray-300:active:not(.btn-active),.btn.btn-icon-light-gray-300:focus:not(.btn-active),.btn.btn-icon-light-gray-300:hover:not(.btn-active),.show>.btn.btn-icon-light-gray-300{color:#fff;border-color:#e4e6ef;background-color:#e4e6ef!important;-webkit-box-shadow:rgba(228,230,239,.1) 0 0 0 3px;box-shadow:0 0 0 3px rgba(228,230,239,.1)}.btn-check:active+.btn.btn-icon-light-gray-300 i,.btn-check:checked+.btn.btn-icon-light-gray-300 i,.btn.btn-icon-light-gray-300.active i,.btn.btn-icon-light-gray-300.show i,.btn.btn-icon-light-gray-300:active:not(.btn-active) i,.btn.btn-icon-light-gray-300:focus:not(.btn-active) i,.btn.btn-icon-light-gray-300:hover:not(.btn-active) i,.show>.btn.btn-icon-light-gray-300 i{color:#fff}.btn-check:active+.btn.btn-icon-light-gray-300 .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-gray-300 .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-300.active .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-300.show .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-300:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-300:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-300:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-icon-light-gray-300 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-icon-light-gray-300 .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-icon-light-gray-300 .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-300.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-300.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-300:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-300:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-300:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-icon-light-gray-300 .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-icon-light-gray-300 .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-gray-300 .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-300.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-300.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-300:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-300:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-300:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-icon-light-gray-300 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-icon-light-gray-300 .svg-icon svg [stroke],.btn-check:checked+.btn.btn-icon-light-gray-300 .svg-icon svg [stroke],.btn.btn-icon-light-gray-300.active .svg-icon svg [stroke],.btn.btn-icon-light-gray-300.show .svg-icon svg [stroke],.btn.btn-icon-light-gray-300:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-gray-300:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-gray-300:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-icon-light-gray-300 .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-icon-light-gray-300.dropdown-toggle:after,.btn-check:checked+.btn.btn-icon-light-gray-300.dropdown-toggle:after,.btn.btn-icon-light-gray-300.active.dropdown-toggle:after,.btn.btn-icon-light-gray-300.show.dropdown-toggle:after,.btn.btn-icon-light-gray-300:active:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-gray-300:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-gray-300:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-icon-light-gray-300.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-active-icon-gray-300,.btn-check:checked+.btn.btn-active-icon-gray-300,.btn.btn-active-icon-gray-300.active,.btn.btn-active-icon-gray-300.show,.btn.btn-active-icon-gray-300:active:not(.btn-active),.btn.btn-active-icon-gray-300:focus:not(.btn-active),.btn.btn-active-icon-gray-300:hover:not(.btn-active),.show>.btn.btn-active-icon-gray-300{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-icon-gray-300 i,.btn-check:checked+.btn.btn-active-icon-gray-300 i,.btn.btn-active-icon-gray-300.active i,.btn.btn-active-icon-gray-300.show i,.btn.btn-active-icon-gray-300:active:not(.btn-active) i,.btn.btn-active-icon-gray-300:focus:not(.btn-active) i,.btn.btn-active-icon-gray-300:hover:not(.btn-active) i,.show>.btn.btn-active-icon-gray-300 i{color:#e4e6ef}.btn-check:active+.btn.btn-active-icon-gray-300 .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-gray-300 .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-300.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-300.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-300:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-300:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-300:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-icon-gray-300 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#e4e6ef}.btn-check:active+.btn.btn-active-icon-gray-300 .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-icon-gray-300 .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-300.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-300.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-300:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-300:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-300:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-icon-gray-300 .svg-icon svg :not(.permanent):not(g) path{fill:#e4e6ef}.btn-check:active+.btn.btn-active-icon-gray-300 .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-gray-300 .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-300.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-300.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-300:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-300:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-300:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-icon-gray-300 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-icon-gray-300 .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-icon-gray-300 .svg-icon svg [stroke],.btn.btn-active-icon-gray-300.active .svg-icon svg [stroke],.btn.btn-active-icon-gray-300.show .svg-icon svg [stroke],.btn.btn-active-icon-gray-300:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-gray-300:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-gray-300:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-icon-gray-300 .svg-icon svg [stroke]{stroke:#e4e6ef}.btn-check:active+.btn.btn-active-icon-gray-300.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-icon-gray-300.dropdown-toggle:after,.btn.btn-active-icon-gray-300.active.dropdown-toggle:after,.btn.btn-active-icon-gray-300.show.dropdown-toggle:after,.btn.btn-active-icon-gray-300:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-gray-300:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-gray-300:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-text-gray-300,.show>.btn.btn-active-icon-gray-300.dropdown-toggle:after{color:#e4e6ef}.btn-check:active+.btn.btn-text-gray-300,.btn-check:checked+.btn.btn-text-gray-300,.btn.btn-text-gray-300.active,.btn.btn-text-gray-300.show,.btn.btn-text-gray-300:active:not(.btn-active),.btn.btn-text-gray-300:focus:not(.btn-active),.btn.btn-text-gray-300:hover:not(.btn-active),.show>.btn.btn-text-gray-300{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-text-gray-300,.btn-check:checked+.btn.btn-active-text-gray-300,.btn.btn-active-text-gray-300.active,.btn.btn-active-text-gray-300.show,.btn.btn-active-text-gray-300:active:not(.btn-active),.btn.btn-active-text-gray-300:focus:not(.btn-active),.btn.btn-active-text-gray-300:hover:not(.btn-active),.show>.btn.btn-active-text-gray-300{color:#e4e6ef;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-color-gray-400,.btn.btn-color-gray-400 i{color:#b5b5c3}.btn.btn-color-gray-400 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#b5b5c3}.btn.btn-color-gray-400 .svg-icon svg :not(.permanent):not(g) path{fill:#b5b5c3}.btn.btn-color-gray-400 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-color-gray-400 .svg-icon svg [stroke]{stroke:#b5b5c3}.btn.btn-color-gray-400.dropdown-toggle:after{color:#b5b5c3}.btn-check:active+.btn.btn-color-gray-400,.btn-check:checked+.btn.btn-color-gray-400,.btn.btn-color-gray-400.active,.btn.btn-color-gray-400.show,.btn.btn-color-gray-400:active:not(.btn-active),.btn.btn-color-gray-400:focus:not(.btn-active),.btn.btn-color-gray-400:hover:not(.btn-active),.show>.btn.btn-color-gray-400{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-gray-400,.btn-check:checked+.btn.btn-active-color-gray-400,.btn.btn-active-color-gray-400.active,.btn.btn-active-color-gray-400.show,.btn.btn-active-color-gray-400:active:not(.btn-active),.btn.btn-active-color-gray-400:focus:not(.btn-active),.btn.btn-active-color-gray-400:hover:not(.btn-active),.show>.btn.btn-active-color-gray-400{color:#b5b5c3;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-gray-400 i,.btn-check:checked+.btn.btn-active-color-gray-400 i,.btn.btn-active-color-gray-400.active i,.btn.btn-active-color-gray-400.show i,.btn.btn-active-color-gray-400:active:not(.btn-active) i,.btn.btn-active-color-gray-400:focus:not(.btn-active) i,.btn.btn-active-color-gray-400:hover:not(.btn-active) i,.show>.btn.btn-active-color-gray-400 i{color:#b5b5c3}.btn-check:active+.btn.btn-active-color-gray-400 .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-gray-400 .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-400.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-400.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-400:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-400:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-400:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-color-gray-400 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#b5b5c3}.btn-check:active+.btn.btn-active-color-gray-400 .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-color-gray-400 .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-400.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-400.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-400:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-400:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-400:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-color-gray-400 .svg-icon svg :not(.permanent):not(g) path{fill:#b5b5c3}.btn-check:active+.btn.btn-active-color-gray-400 .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-gray-400 .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-400.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-400.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-400:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-400:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-400:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-color-gray-400 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-color-gray-400 .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-color-gray-400 .svg-icon svg [stroke],.btn.btn-active-color-gray-400.active .svg-icon svg [stroke],.btn.btn-active-color-gray-400.show .svg-icon svg [stroke],.btn.btn-active-color-gray-400:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-gray-400:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-gray-400:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-color-gray-400 .svg-icon svg [stroke]{stroke:#b5b5c3}.btn-check:active+.btn.btn-active-color-gray-400.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-color-gray-400.dropdown-toggle:after,.btn.btn-active-color-gray-400.active.dropdown-toggle:after,.btn.btn-active-color-gray-400.show.dropdown-toggle:after,.btn.btn-active-color-gray-400:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-gray-400:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-gray-400:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-gray-400 i,.show>.btn.btn-active-color-gray-400.dropdown-toggle:after{color:#b5b5c3}.btn.btn-icon-gray-400 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#b5b5c3}.btn.btn-icon-gray-400 .svg-icon svg :not(.permanent):not(g) path{fill:#b5b5c3}.btn.btn-icon-gray-400 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-gray-400 .svg-icon svg [stroke]{stroke:#b5b5c3}.btn.btn-icon-gray-400.dropdown-toggle:after{color:#b5b5c3}.btn-check:active+.btn.btn-icon-gray-400,.btn-check:checked+.btn.btn-icon-gray-400,.btn.btn-icon-gray-400.active,.btn.btn-icon-gray-400.show,.btn.btn-icon-gray-400:active:not(.btn-active),.btn.btn-icon-gray-400:focus:not(.btn-active),.btn.btn-icon-gray-400:hover:not(.btn-active),.show>.btn.btn-icon-gray-400{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-icon-light-gray-400{color:#b5b5c3;border-color:rgba(181,181,195,.1);background-color:rgba(181,181,195,.1)}.btn.btn-icon-light-gray-400 i{color:#b5b5c3}.btn.btn-icon-light-gray-400 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#b5b5c3}.btn.btn-icon-light-gray-400 .svg-icon svg :not(.permanent):not(g) path{fill:#b5b5c3}.btn.btn-icon-light-gray-400 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-light-gray-400 .svg-icon svg [stroke]{stroke:#b5b5c3}.btn.btn-icon-light-gray-400.dropdown-toggle:after{color:#b5b5c3}.btn-check:active+.btn.btn-icon-light-gray-400,.btn-check:checked+.btn.btn-icon-light-gray-400,.btn.btn-icon-light-gray-400.active,.btn.btn-icon-light-gray-400.show,.btn.btn-icon-light-gray-400:active:not(.btn-active),.btn.btn-icon-light-gray-400:focus:not(.btn-active),.btn.btn-icon-light-gray-400:hover:not(.btn-active),.show>.btn.btn-icon-light-gray-400{color:#fff;border-color:#b5b5c3;background-color:#b5b5c3!important;-webkit-box-shadow:rgba(181,181,195,.1) 0 0 0 3px;box-shadow:0 0 0 3px rgba(181,181,195,.1)}.btn-check:active+.btn.btn-icon-light-gray-400 i,.btn-check:checked+.btn.btn-icon-light-gray-400 i,.btn.btn-icon-light-gray-400.active i,.btn.btn-icon-light-gray-400.show i,.btn.btn-icon-light-gray-400:active:not(.btn-active) i,.btn.btn-icon-light-gray-400:focus:not(.btn-active) i,.btn.btn-icon-light-gray-400:hover:not(.btn-active) i,.show>.btn.btn-icon-light-gray-400 i{color:#fff}.btn-check:active+.btn.btn-icon-light-gray-400 .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-gray-400 .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-400.active .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-400.show .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-400:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-400:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-400:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-icon-light-gray-400 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-icon-light-gray-400 .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-icon-light-gray-400 .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-400.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-400.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-400:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-400:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-400:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-icon-light-gray-400 .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-icon-light-gray-400 .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-gray-400 .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-400.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-400.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-400:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-400:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-400:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-icon-light-gray-400 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-icon-light-gray-400 .svg-icon svg [stroke],.btn-check:checked+.btn.btn-icon-light-gray-400 .svg-icon svg [stroke],.btn.btn-icon-light-gray-400.active .svg-icon svg [stroke],.btn.btn-icon-light-gray-400.show .svg-icon svg [stroke],.btn.btn-icon-light-gray-400:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-gray-400:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-gray-400:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-icon-light-gray-400 .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-icon-light-gray-400.dropdown-toggle:after,.btn-check:checked+.btn.btn-icon-light-gray-400.dropdown-toggle:after,.btn.btn-icon-light-gray-400.active.dropdown-toggle:after,.btn.btn-icon-light-gray-400.show.dropdown-toggle:after,.btn.btn-icon-light-gray-400:active:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-gray-400:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-gray-400:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-icon-light-gray-400.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-active-icon-gray-400,.btn-check:checked+.btn.btn-active-icon-gray-400,.btn.btn-active-icon-gray-400.active,.btn.btn-active-icon-gray-400.show,.btn.btn-active-icon-gray-400:active:not(.btn-active),.btn.btn-active-icon-gray-400:focus:not(.btn-active),.btn.btn-active-icon-gray-400:hover:not(.btn-active),.show>.btn.btn-active-icon-gray-400{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-icon-gray-400 i,.btn-check:checked+.btn.btn-active-icon-gray-400 i,.btn.btn-active-icon-gray-400.active i,.btn.btn-active-icon-gray-400.show i,.btn.btn-active-icon-gray-400:active:not(.btn-active) i,.btn.btn-active-icon-gray-400:focus:not(.btn-active) i,.btn.btn-active-icon-gray-400:hover:not(.btn-active) i,.show>.btn.btn-active-icon-gray-400 i{color:#b5b5c3}.btn-check:active+.btn.btn-active-icon-gray-400 .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-gray-400 .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-400.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-400.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-400:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-400:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-400:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-icon-gray-400 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#b5b5c3}.btn-check:active+.btn.btn-active-icon-gray-400 .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-icon-gray-400 .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-400.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-400.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-400:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-400:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-400:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-icon-gray-400 .svg-icon svg :not(.permanent):not(g) path{fill:#b5b5c3}.btn-check:active+.btn.btn-active-icon-gray-400 .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-gray-400 .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-400.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-400.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-400:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-400:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-400:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-icon-gray-400 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-icon-gray-400 .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-icon-gray-400 .svg-icon svg [stroke],.btn.btn-active-icon-gray-400.active .svg-icon svg [stroke],.btn.btn-active-icon-gray-400.show .svg-icon svg [stroke],.btn.btn-active-icon-gray-400:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-gray-400:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-gray-400:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-icon-gray-400 .svg-icon svg [stroke]{stroke:#b5b5c3}.btn-check:active+.btn.btn-active-icon-gray-400.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-icon-gray-400.dropdown-toggle:after,.btn.btn-active-icon-gray-400.active.dropdown-toggle:after,.btn.btn-active-icon-gray-400.show.dropdown-toggle:after,.btn.btn-active-icon-gray-400:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-gray-400:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-gray-400:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-text-gray-400,.show>.btn.btn-active-icon-gray-400.dropdown-toggle:after{color:#b5b5c3}.btn-check:active+.btn.btn-text-gray-400,.btn-check:checked+.btn.btn-text-gray-400,.btn.btn-text-gray-400.active,.btn.btn-text-gray-400.show,.btn.btn-text-gray-400:active:not(.btn-active),.btn.btn-text-gray-400:focus:not(.btn-active),.btn.btn-text-gray-400:hover:not(.btn-active),.show>.btn.btn-text-gray-400{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-text-gray-400,.btn-check:checked+.btn.btn-active-text-gray-400,.btn.btn-active-text-gray-400.active,.btn.btn-active-text-gray-400.show,.btn.btn-active-text-gray-400:active:not(.btn-active),.btn.btn-active-text-gray-400:focus:not(.btn-active),.btn.btn-active-text-gray-400:hover:not(.btn-active),.show>.btn.btn-active-text-gray-400{color:#b5b5c3;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-color-gray-500,.btn.btn-color-gray-500 i{color:#a1a5b7}.btn.btn-color-gray-500 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#a1a5b7}.btn.btn-color-gray-500 .svg-icon svg :not(.permanent):not(g) path{fill:#a1a5b7}.btn.btn-color-gray-500 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-color-gray-500 .svg-icon svg [stroke]{stroke:#a1a5b7}.btn.btn-color-gray-500.dropdown-toggle:after{color:#a1a5b7}.btn-check:active+.btn.btn-color-gray-500,.btn-check:checked+.btn.btn-color-gray-500,.btn.btn-color-gray-500.active,.btn.btn-color-gray-500.show,.btn.btn-color-gray-500:active:not(.btn-active),.btn.btn-color-gray-500:focus:not(.btn-active),.btn.btn-color-gray-500:hover:not(.btn-active),.show>.btn.btn-color-gray-500{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-gray-500,.btn-check:checked+.btn.btn-active-color-gray-500,.btn.btn-active-color-gray-500.active,.btn.btn-active-color-gray-500.show,.btn.btn-active-color-gray-500:active:not(.btn-active),.btn.btn-active-color-gray-500:focus:not(.btn-active),.btn.btn-active-color-gray-500:hover:not(.btn-active),.show>.btn.btn-active-color-gray-500{color:#a1a5b7;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-gray-500 i,.btn-check:checked+.btn.btn-active-color-gray-500 i,.btn.btn-active-color-gray-500.active i,.btn.btn-active-color-gray-500.show i,.btn.btn-active-color-gray-500:active:not(.btn-active) i,.btn.btn-active-color-gray-500:focus:not(.btn-active) i,.btn.btn-active-color-gray-500:hover:not(.btn-active) i,.show>.btn.btn-active-color-gray-500 i{color:#a1a5b7}.btn-check:active+.btn.btn-active-color-gray-500 .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-gray-500 .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-500.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-500.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-500:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-500:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-500:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-color-gray-500 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#a1a5b7}.btn-check:active+.btn.btn-active-color-gray-500 .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-color-gray-500 .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-500.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-500.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-500:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-500:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-500:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-color-gray-500 .svg-icon svg :not(.permanent):not(g) path{fill:#a1a5b7}.btn-check:active+.btn.btn-active-color-gray-500 .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-gray-500 .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-500.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-500.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-500:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-500:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-500:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-color-gray-500 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-color-gray-500 .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-color-gray-500 .svg-icon svg [stroke],.btn.btn-active-color-gray-500.active .svg-icon svg [stroke],.btn.btn-active-color-gray-500.show .svg-icon svg [stroke],.btn.btn-active-color-gray-500:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-gray-500:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-gray-500:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-color-gray-500 .svg-icon svg [stroke]{stroke:#a1a5b7}.btn-check:active+.btn.btn-active-color-gray-500.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-color-gray-500.dropdown-toggle:after,.btn.btn-active-color-gray-500.active.dropdown-toggle:after,.btn.btn-active-color-gray-500.show.dropdown-toggle:after,.btn.btn-active-color-gray-500:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-gray-500:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-gray-500:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-gray-500 i,.show>.btn.btn-active-color-gray-500.dropdown-toggle:after{color:#a1a5b7}.btn.btn-icon-gray-500 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#a1a5b7}.btn.btn-icon-gray-500 .svg-icon svg :not(.permanent):not(g) path{fill:#a1a5b7}.btn.btn-icon-gray-500 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-gray-500 .svg-icon svg [stroke]{stroke:#a1a5b7}.btn.btn-icon-gray-500.dropdown-toggle:after{color:#a1a5b7}.btn-check:active+.btn.btn-icon-gray-500,.btn-check:checked+.btn.btn-icon-gray-500,.btn.btn-icon-gray-500.active,.btn.btn-icon-gray-500.show,.btn.btn-icon-gray-500:active:not(.btn-active),.btn.btn-icon-gray-500:focus:not(.btn-active),.btn.btn-icon-gray-500:hover:not(.btn-active),.show>.btn.btn-icon-gray-500{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-icon-light-gray-500{color:#a1a5b7;border-color:rgba(161,165,183,.1);background-color:rgba(161,165,183,.1)}.btn.btn-icon-light-gray-500 i{color:#a1a5b7}.btn.btn-icon-light-gray-500 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#a1a5b7}.btn.btn-icon-light-gray-500 .svg-icon svg :not(.permanent):not(g) path{fill:#a1a5b7}.btn.btn-icon-light-gray-500 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-light-gray-500 .svg-icon svg [stroke]{stroke:#a1a5b7}.btn.btn-icon-light-gray-500.dropdown-toggle:after{color:#a1a5b7}.btn-check:active+.btn.btn-icon-light-gray-500,.btn-check:checked+.btn.btn-icon-light-gray-500,.btn.btn-icon-light-gray-500.active,.btn.btn-icon-light-gray-500.show,.btn.btn-icon-light-gray-500:active:not(.btn-active),.btn.btn-icon-light-gray-500:focus:not(.btn-active),.btn.btn-icon-light-gray-500:hover:not(.btn-active),.show>.btn.btn-icon-light-gray-500{color:#fff;border-color:#a1a5b7;background-color:#a1a5b7!important;-webkit-box-shadow:rgba(161,165,183,.1) 0 0 0 3px;box-shadow:0 0 0 3px rgba(161,165,183,.1)}.btn-check:active+.btn.btn-icon-light-gray-500 i,.btn-check:checked+.btn.btn-icon-light-gray-500 i,.btn.btn-icon-light-gray-500.active i,.btn.btn-icon-light-gray-500.show i,.btn.btn-icon-light-gray-500:active:not(.btn-active) i,.btn.btn-icon-light-gray-500:focus:not(.btn-active) i,.btn.btn-icon-light-gray-500:hover:not(.btn-active) i,.show>.btn.btn-icon-light-gray-500 i{color:#fff}.btn-check:active+.btn.btn-icon-light-gray-500 .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-gray-500 .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-500.active .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-500.show .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-500:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-500:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-500:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-icon-light-gray-500 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-icon-light-gray-500 .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-icon-light-gray-500 .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-500.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-500.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-500:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-500:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-500:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-icon-light-gray-500 .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-icon-light-gray-500 .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-gray-500 .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-500.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-500.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-500:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-500:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-500:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-icon-light-gray-500 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-icon-light-gray-500 .svg-icon svg [stroke],.btn-check:checked+.btn.btn-icon-light-gray-500 .svg-icon svg [stroke],.btn.btn-icon-light-gray-500.active .svg-icon svg [stroke],.btn.btn-icon-light-gray-500.show .svg-icon svg [stroke],.btn.btn-icon-light-gray-500:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-gray-500:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-gray-500:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-icon-light-gray-500 .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-icon-light-gray-500.dropdown-toggle:after,.btn-check:checked+.btn.btn-icon-light-gray-500.dropdown-toggle:after,.btn.btn-icon-light-gray-500.active.dropdown-toggle:after,.btn.btn-icon-light-gray-500.show.dropdown-toggle:after,.btn.btn-icon-light-gray-500:active:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-gray-500:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-gray-500:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-icon-light-gray-500.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-active-icon-gray-500,.btn-check:checked+.btn.btn-active-icon-gray-500,.btn.btn-active-icon-gray-500.active,.btn.btn-active-icon-gray-500.show,.btn.btn-active-icon-gray-500:active:not(.btn-active),.btn.btn-active-icon-gray-500:focus:not(.btn-active),.btn.btn-active-icon-gray-500:hover:not(.btn-active),.show>.btn.btn-active-icon-gray-500{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-icon-gray-500 i,.btn-check:checked+.btn.btn-active-icon-gray-500 i,.btn.btn-active-icon-gray-500.active i,.btn.btn-active-icon-gray-500.show i,.btn.btn-active-icon-gray-500:active:not(.btn-active) i,.btn.btn-active-icon-gray-500:focus:not(.btn-active) i,.btn.btn-active-icon-gray-500:hover:not(.btn-active) i,.show>.btn.btn-active-icon-gray-500 i{color:#a1a5b7}.btn-check:active+.btn.btn-active-icon-gray-500 .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-gray-500 .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-500.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-500.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-500:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-500:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-500:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-icon-gray-500 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#a1a5b7}.btn-check:active+.btn.btn-active-icon-gray-500 .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-icon-gray-500 .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-500.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-500.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-500:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-500:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-500:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-icon-gray-500 .svg-icon svg :not(.permanent):not(g) path{fill:#a1a5b7}.btn-check:active+.btn.btn-active-icon-gray-500 .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-gray-500 .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-500.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-500.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-500:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-500:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-500:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-icon-gray-500 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-icon-gray-500 .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-icon-gray-500 .svg-icon svg [stroke],.btn.btn-active-icon-gray-500.active .svg-icon svg [stroke],.btn.btn-active-icon-gray-500.show .svg-icon svg [stroke],.btn.btn-active-icon-gray-500:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-gray-500:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-gray-500:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-icon-gray-500 .svg-icon svg [stroke]{stroke:#a1a5b7}.btn-check:active+.btn.btn-active-icon-gray-500.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-icon-gray-500.dropdown-toggle:after,.btn.btn-active-icon-gray-500.active.dropdown-toggle:after,.btn.btn-active-icon-gray-500.show.dropdown-toggle:after,.btn.btn-active-icon-gray-500:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-gray-500:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-gray-500:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-text-gray-500,.show>.btn.btn-active-icon-gray-500.dropdown-toggle:after{color:#a1a5b7}.btn-check:active+.btn.btn-text-gray-500,.btn-check:checked+.btn.btn-text-gray-500,.btn.btn-text-gray-500.active,.btn.btn-text-gray-500.show,.btn.btn-text-gray-500:active:not(.btn-active),.btn.btn-text-gray-500:focus:not(.btn-active),.btn.btn-text-gray-500:hover:not(.btn-active),.show>.btn.btn-text-gray-500{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-text-gray-500,.btn-check:checked+.btn.btn-active-text-gray-500,.btn.btn-active-text-gray-500.active,.btn.btn-active-text-gray-500.show,.btn.btn-active-text-gray-500:active:not(.btn-active),.btn.btn-active-text-gray-500:focus:not(.btn-active),.btn.btn-active-text-gray-500:hover:not(.btn-active),.show>.btn.btn-active-text-gray-500{color:#a1a5b7;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-color-gray-600,.btn.btn-color-gray-600 i{color:#7e8299}.btn.btn-color-gray-600 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#7e8299}.btn.btn-color-gray-600 .svg-icon svg :not(.permanent):not(g) path{fill:#7e8299}.btn.btn-color-gray-600 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-color-gray-600 .svg-icon svg [stroke]{stroke:#7e8299}.btn.btn-color-gray-600.dropdown-toggle:after{color:#7e8299}.btn-check:active+.btn.btn-color-gray-600,.btn-check:checked+.btn.btn-color-gray-600,.btn.btn-color-gray-600.active,.btn.btn-color-gray-600.show,.btn.btn-color-gray-600:active:not(.btn-active),.btn.btn-color-gray-600:focus:not(.btn-active),.btn.btn-color-gray-600:hover:not(.btn-active),.show>.btn.btn-color-gray-600{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-gray-600,.btn-check:checked+.btn.btn-active-color-gray-600,.btn.btn-active-color-gray-600.active,.btn.btn-active-color-gray-600.show,.btn.btn-active-color-gray-600:active:not(.btn-active),.btn.btn-active-color-gray-600:focus:not(.btn-active),.btn.btn-active-color-gray-600:hover:not(.btn-active),.show>.btn.btn-active-color-gray-600{color:#7e8299;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-gray-600 i,.btn-check:checked+.btn.btn-active-color-gray-600 i,.btn.btn-active-color-gray-600.active i,.btn.btn-active-color-gray-600.show i,.btn.btn-active-color-gray-600:active:not(.btn-active) i,.btn.btn-active-color-gray-600:focus:not(.btn-active) i,.btn.btn-active-color-gray-600:hover:not(.btn-active) i,.show>.btn.btn-active-color-gray-600 i{color:#7e8299}.btn-check:active+.btn.btn-active-color-gray-600 .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-gray-600 .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-600.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-600.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-600:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-600:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-600:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-color-gray-600 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#7e8299}.btn-check:active+.btn.btn-active-color-gray-600 .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-color-gray-600 .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-600.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-600.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-600:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-600:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-600:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-color-gray-600 .svg-icon svg :not(.permanent):not(g) path{fill:#7e8299}.btn-check:active+.btn.btn-active-color-gray-600 .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-gray-600 .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-600.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-600.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-600:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-600:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-600:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-color-gray-600 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-color-gray-600 .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-color-gray-600 .svg-icon svg [stroke],.btn.btn-active-color-gray-600.active .svg-icon svg [stroke],.btn.btn-active-color-gray-600.show .svg-icon svg [stroke],.btn.btn-active-color-gray-600:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-gray-600:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-gray-600:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-color-gray-600 .svg-icon svg [stroke]{stroke:#7e8299}.btn-check:active+.btn.btn-active-color-gray-600.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-color-gray-600.dropdown-toggle:after,.btn.btn-active-color-gray-600.active.dropdown-toggle:after,.btn.btn-active-color-gray-600.show.dropdown-toggle:after,.btn.btn-active-color-gray-600:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-gray-600:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-gray-600:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-gray-600 i,.show>.btn.btn-active-color-gray-600.dropdown-toggle:after{color:#7e8299}.btn.btn-icon-gray-600 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#7e8299}.btn.btn-icon-gray-600 .svg-icon svg :not(.permanent):not(g) path{fill:#7e8299}.btn.btn-icon-gray-600 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-gray-600 .svg-icon svg [stroke]{stroke:#7e8299}.btn.btn-icon-gray-600.dropdown-toggle:after{color:#7e8299}.btn-check:active+.btn.btn-icon-gray-600,.btn-check:checked+.btn.btn-icon-gray-600,.btn.btn-icon-gray-600.active,.btn.btn-icon-gray-600.show,.btn.btn-icon-gray-600:active:not(.btn-active),.btn.btn-icon-gray-600:focus:not(.btn-active),.btn.btn-icon-gray-600:hover:not(.btn-active),.show>.btn.btn-icon-gray-600{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-icon-light-gray-600{color:#7e8299;border-color:rgba(126,130,153,.1);background-color:rgba(126,130,153,.1)}.btn.btn-icon-light-gray-600 i{color:#7e8299}.btn.btn-icon-light-gray-600 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#7e8299}.btn.btn-icon-light-gray-600 .svg-icon svg :not(.permanent):not(g) path{fill:#7e8299}.btn.btn-icon-light-gray-600 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-light-gray-600 .svg-icon svg [stroke]{stroke:#7e8299}.btn.btn-icon-light-gray-600.dropdown-toggle:after{color:#7e8299}.btn-check:active+.btn.btn-icon-light-gray-600,.btn-check:checked+.btn.btn-icon-light-gray-600,.btn.btn-icon-light-gray-600.active,.btn.btn-icon-light-gray-600.show,.btn.btn-icon-light-gray-600:active:not(.btn-active),.btn.btn-icon-light-gray-600:focus:not(.btn-active),.btn.btn-icon-light-gray-600:hover:not(.btn-active),.show>.btn.btn-icon-light-gray-600{color:#fff;border-color:#7e8299;background-color:#7e8299!important;-webkit-box-shadow:rgba(126,130,153,.1) 0 0 0 3px;box-shadow:0 0 0 3px rgba(126,130,153,.1)}.btn-check:active+.btn.btn-icon-light-gray-600 i,.btn-check:checked+.btn.btn-icon-light-gray-600 i,.btn.btn-icon-light-gray-600.active i,.btn.btn-icon-light-gray-600.show i,.btn.btn-icon-light-gray-600:active:not(.btn-active) i,.btn.btn-icon-light-gray-600:focus:not(.btn-active) i,.btn.btn-icon-light-gray-600:hover:not(.btn-active) i,.show>.btn.btn-icon-light-gray-600 i{color:#fff}.btn-check:active+.btn.btn-icon-light-gray-600 .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-gray-600 .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-600.active .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-600.show .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-600:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-600:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-600:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-icon-light-gray-600 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-icon-light-gray-600 .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-icon-light-gray-600 .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-600.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-600.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-600:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-600:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-600:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-icon-light-gray-600 .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-icon-light-gray-600 .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-gray-600 .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-600.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-600.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-600:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-600:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-600:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-icon-light-gray-600 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-icon-light-gray-600 .svg-icon svg [stroke],.btn-check:checked+.btn.btn-icon-light-gray-600 .svg-icon svg [stroke],.btn.btn-icon-light-gray-600.active .svg-icon svg [stroke],.btn.btn-icon-light-gray-600.show .svg-icon svg [stroke],.btn.btn-icon-light-gray-600:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-gray-600:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-gray-600:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-icon-light-gray-600 .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-icon-light-gray-600.dropdown-toggle:after,.btn-check:checked+.btn.btn-icon-light-gray-600.dropdown-toggle:after,.btn.btn-icon-light-gray-600.active.dropdown-toggle:after,.btn.btn-icon-light-gray-600.show.dropdown-toggle:after,.btn.btn-icon-light-gray-600:active:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-gray-600:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-gray-600:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-icon-light-gray-600.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-active-icon-gray-600,.btn-check:checked+.btn.btn-active-icon-gray-600,.btn.btn-active-icon-gray-600.active,.btn.btn-active-icon-gray-600.show,.btn.btn-active-icon-gray-600:active:not(.btn-active),.btn.btn-active-icon-gray-600:focus:not(.btn-active),.btn.btn-active-icon-gray-600:hover:not(.btn-active),.show>.btn.btn-active-icon-gray-600{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-icon-gray-600 i,.btn-check:checked+.btn.btn-active-icon-gray-600 i,.btn.btn-active-icon-gray-600.active i,.btn.btn-active-icon-gray-600.show i,.btn.btn-active-icon-gray-600:active:not(.btn-active) i,.btn.btn-active-icon-gray-600:focus:not(.btn-active) i,.btn.btn-active-icon-gray-600:hover:not(.btn-active) i,.show>.btn.btn-active-icon-gray-600 i{color:#7e8299}.btn-check:active+.btn.btn-active-icon-gray-600 .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-gray-600 .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-600.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-600.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-600:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-600:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-600:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-icon-gray-600 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#7e8299}.btn-check:active+.btn.btn-active-icon-gray-600 .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-icon-gray-600 .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-600.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-600.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-600:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-600:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-600:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-icon-gray-600 .svg-icon svg :not(.permanent):not(g) path{fill:#7e8299}.btn-check:active+.btn.btn-active-icon-gray-600 .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-gray-600 .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-600.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-600.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-600:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-600:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-600:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-icon-gray-600 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-icon-gray-600 .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-icon-gray-600 .svg-icon svg [stroke],.btn.btn-active-icon-gray-600.active .svg-icon svg [stroke],.btn.btn-active-icon-gray-600.show .svg-icon svg [stroke],.btn.btn-active-icon-gray-600:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-gray-600:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-gray-600:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-icon-gray-600 .svg-icon svg [stroke]{stroke:#7e8299}.btn-check:active+.btn.btn-active-icon-gray-600.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-icon-gray-600.dropdown-toggle:after,.btn.btn-active-icon-gray-600.active.dropdown-toggle:after,.btn.btn-active-icon-gray-600.show.dropdown-toggle:after,.btn.btn-active-icon-gray-600:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-gray-600:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-gray-600:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-text-gray-600,.show>.btn.btn-active-icon-gray-600.dropdown-toggle:after{color:#7e8299}.btn-check:active+.btn.btn-text-gray-600,.btn-check:checked+.btn.btn-text-gray-600,.btn.btn-text-gray-600.active,.btn.btn-text-gray-600.show,.btn.btn-text-gray-600:active:not(.btn-active),.btn.btn-text-gray-600:focus:not(.btn-active),.btn.btn-text-gray-600:hover:not(.btn-active),.show>.btn.btn-text-gray-600{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-text-gray-600,.btn-check:checked+.btn.btn-active-text-gray-600,.btn.btn-active-text-gray-600.active,.btn.btn-active-text-gray-600.show,.btn.btn-active-text-gray-600:active:not(.btn-active),.btn.btn-active-text-gray-600:focus:not(.btn-active),.btn.btn-active-text-gray-600:hover:not(.btn-active),.show>.btn.btn-active-text-gray-600{color:#7e8299;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-color-gray-700,.btn.btn-color-gray-700 i{color:#5e6278}.btn.btn-color-gray-700 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#5e6278}.btn.btn-color-gray-700 .svg-icon svg :not(.permanent):not(g) path{fill:#5e6278}.btn.btn-color-gray-700 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-color-gray-700 .svg-icon svg [stroke]{stroke:#5e6278}.btn.btn-color-gray-700.dropdown-toggle:after{color:#5e6278}.btn-check:active+.btn.btn-color-gray-700,.btn-check:checked+.btn.btn-color-gray-700,.btn.btn-color-gray-700.active,.btn.btn-color-gray-700.show,.btn.btn-color-gray-700:active:not(.btn-active),.btn.btn-color-gray-700:focus:not(.btn-active),.btn.btn-color-gray-700:hover:not(.btn-active),.show>.btn.btn-color-gray-700{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-gray-700,.btn-check:checked+.btn.btn-active-color-gray-700,.btn.btn-active-color-gray-700.active,.btn.btn-active-color-gray-700.show,.btn.btn-active-color-gray-700:active:not(.btn-active),.btn.btn-active-color-gray-700:focus:not(.btn-active),.btn.btn-active-color-gray-700:hover:not(.btn-active),.show>.btn.btn-active-color-gray-700{color:#5e6278;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-gray-700 i,.btn-check:checked+.btn.btn-active-color-gray-700 i,.btn.btn-active-color-gray-700.active i,.btn.btn-active-color-gray-700.show i,.btn.btn-active-color-gray-700:active:not(.btn-active) i,.btn.btn-active-color-gray-700:focus:not(.btn-active) i,.btn.btn-active-color-gray-700:hover:not(.btn-active) i,.show>.btn.btn-active-color-gray-700 i{color:#5e6278}.btn-check:active+.btn.btn-active-color-gray-700 .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-gray-700 .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-700.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-700.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-700:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-700:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-700:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-color-gray-700 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#5e6278}.btn-check:active+.btn.btn-active-color-gray-700 .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-color-gray-700 .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-700.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-700.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-700:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-700:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-700:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-color-gray-700 .svg-icon svg :not(.permanent):not(g) path{fill:#5e6278}.btn-check:active+.btn.btn-active-color-gray-700 .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-gray-700 .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-700.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-700.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-700:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-700:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-700:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-color-gray-700 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-color-gray-700 .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-color-gray-700 .svg-icon svg [stroke],.btn.btn-active-color-gray-700.active .svg-icon svg [stroke],.btn.btn-active-color-gray-700.show .svg-icon svg [stroke],.btn.btn-active-color-gray-700:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-gray-700:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-gray-700:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-color-gray-700 .svg-icon svg [stroke]{stroke:#5e6278}.btn-check:active+.btn.btn-active-color-gray-700.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-color-gray-700.dropdown-toggle:after,.btn.btn-active-color-gray-700.active.dropdown-toggle:after,.btn.btn-active-color-gray-700.show.dropdown-toggle:after,.btn.btn-active-color-gray-700:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-gray-700:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-gray-700:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-gray-700 i,.show>.btn.btn-active-color-gray-700.dropdown-toggle:after{color:#5e6278}.btn.btn-icon-gray-700 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#5e6278}.btn.btn-icon-gray-700 .svg-icon svg :not(.permanent):not(g) path{fill:#5e6278}.btn.btn-icon-gray-700 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-gray-700 .svg-icon svg [stroke]{stroke:#5e6278}.btn.btn-icon-gray-700.dropdown-toggle:after{color:#5e6278}.btn-check:active+.btn.btn-icon-gray-700,.btn-check:checked+.btn.btn-icon-gray-700,.btn.btn-icon-gray-700.active,.btn.btn-icon-gray-700.show,.btn.btn-icon-gray-700:active:not(.btn-active),.btn.btn-icon-gray-700:focus:not(.btn-active),.btn.btn-icon-gray-700:hover:not(.btn-active),.show>.btn.btn-icon-gray-700{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-icon-light-gray-700{color:#5e6278;border-color:rgba(94,98,120,.1);background-color:rgba(94,98,120,.1)}.btn.btn-icon-light-gray-700 i{color:#5e6278}.btn.btn-icon-light-gray-700 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#5e6278}.btn.btn-icon-light-gray-700 .svg-icon svg :not(.permanent):not(g) path{fill:#5e6278}.btn.btn-icon-light-gray-700 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-light-gray-700 .svg-icon svg [stroke]{stroke:#5e6278}.btn.btn-icon-light-gray-700.dropdown-toggle:after{color:#5e6278}.btn-check:active+.btn.btn-icon-light-gray-700,.btn-check:checked+.btn.btn-icon-light-gray-700,.btn.btn-icon-light-gray-700.active,.btn.btn-icon-light-gray-700.show,.btn.btn-icon-light-gray-700:active:not(.btn-active),.btn.btn-icon-light-gray-700:focus:not(.btn-active),.btn.btn-icon-light-gray-700:hover:not(.btn-active),.show>.btn.btn-icon-light-gray-700{color:#fff;border-color:#5e6278;background-color:#5e6278!important;-webkit-box-shadow:rgba(94,98,120,.1) 0 0 0 3px;box-shadow:0 0 0 3px rgba(94,98,120,.1)}.btn-check:active+.btn.btn-icon-light-gray-700 i,.btn-check:checked+.btn.btn-icon-light-gray-700 i,.btn.btn-icon-light-gray-700.active i,.btn.btn-icon-light-gray-700.show i,.btn.btn-icon-light-gray-700:active:not(.btn-active) i,.btn.btn-icon-light-gray-700:focus:not(.btn-active) i,.btn.btn-icon-light-gray-700:hover:not(.btn-active) i,.show>.btn.btn-icon-light-gray-700 i{color:#fff}.btn-check:active+.btn.btn-icon-light-gray-700 .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-gray-700 .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-700.active .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-700.show .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-700:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-700:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-700:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-icon-light-gray-700 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-icon-light-gray-700 .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-icon-light-gray-700 .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-700.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-700.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-700:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-700:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-700:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-icon-light-gray-700 .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-icon-light-gray-700 .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-gray-700 .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-700.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-700.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-700:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-700:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-700:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-icon-light-gray-700 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-icon-light-gray-700 .svg-icon svg [stroke],.btn-check:checked+.btn.btn-icon-light-gray-700 .svg-icon svg [stroke],.btn.btn-icon-light-gray-700.active .svg-icon svg [stroke],.btn.btn-icon-light-gray-700.show .svg-icon svg [stroke],.btn.btn-icon-light-gray-700:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-gray-700:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-gray-700:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-icon-light-gray-700 .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-icon-light-gray-700.dropdown-toggle:after,.btn-check:checked+.btn.btn-icon-light-gray-700.dropdown-toggle:after,.btn.btn-icon-light-gray-700.active.dropdown-toggle:after,.btn.btn-icon-light-gray-700.show.dropdown-toggle:after,.btn.btn-icon-light-gray-700:active:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-gray-700:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-gray-700:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-icon-light-gray-700.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-active-icon-gray-700,.btn-check:checked+.btn.btn-active-icon-gray-700,.btn.btn-active-icon-gray-700.active,.btn.btn-active-icon-gray-700.show,.btn.btn-active-icon-gray-700:active:not(.btn-active),.btn.btn-active-icon-gray-700:focus:not(.btn-active),.btn.btn-active-icon-gray-700:hover:not(.btn-active),.show>.btn.btn-active-icon-gray-700{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-icon-gray-700 i,.btn-check:checked+.btn.btn-active-icon-gray-700 i,.btn.btn-active-icon-gray-700.active i,.btn.btn-active-icon-gray-700.show i,.btn.btn-active-icon-gray-700:active:not(.btn-active) i,.btn.btn-active-icon-gray-700:focus:not(.btn-active) i,.btn.btn-active-icon-gray-700:hover:not(.btn-active) i,.show>.btn.btn-active-icon-gray-700 i{color:#5e6278}.btn-check:active+.btn.btn-active-icon-gray-700 .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-gray-700 .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-700.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-700.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-700:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-700:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-700:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-icon-gray-700 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#5e6278}.btn-check:active+.btn.btn-active-icon-gray-700 .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-icon-gray-700 .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-700.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-700.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-700:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-700:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-700:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-icon-gray-700 .svg-icon svg :not(.permanent):not(g) path{fill:#5e6278}.btn-check:active+.btn.btn-active-icon-gray-700 .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-gray-700 .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-700.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-700.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-700:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-700:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-700:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-icon-gray-700 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-icon-gray-700 .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-icon-gray-700 .svg-icon svg [stroke],.btn.btn-active-icon-gray-700.active .svg-icon svg [stroke],.btn.btn-active-icon-gray-700.show .svg-icon svg [stroke],.btn.btn-active-icon-gray-700:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-gray-700:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-gray-700:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-icon-gray-700 .svg-icon svg [stroke]{stroke:#5e6278}.btn-check:active+.btn.btn-active-icon-gray-700.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-icon-gray-700.dropdown-toggle:after,.btn.btn-active-icon-gray-700.active.dropdown-toggle:after,.btn.btn-active-icon-gray-700.show.dropdown-toggle:after,.btn.btn-active-icon-gray-700:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-gray-700:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-gray-700:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-text-gray-700,.show>.btn.btn-active-icon-gray-700.dropdown-toggle:after{color:#5e6278}.btn-check:active+.btn.btn-text-gray-700,.btn-check:checked+.btn.btn-text-gray-700,.btn.btn-text-gray-700.active,.btn.btn-text-gray-700.show,.btn.btn-text-gray-700:active:not(.btn-active),.btn.btn-text-gray-700:focus:not(.btn-active),.btn.btn-text-gray-700:hover:not(.btn-active),.show>.btn.btn-text-gray-700{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-text-gray-700,.btn-check:checked+.btn.btn-active-text-gray-700,.btn.btn-active-text-gray-700.active,.btn.btn-active-text-gray-700.show,.btn.btn-active-text-gray-700:active:not(.btn-active),.btn.btn-active-text-gray-700:focus:not(.btn-active),.btn.btn-active-text-gray-700:hover:not(.btn-active),.show>.btn.btn-active-text-gray-700{color:#5e6278;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-color-gray-800,.btn.btn-color-gray-800 i{color:#3f4254}.btn.btn-color-gray-800 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#3f4254}.btn.btn-color-gray-800 .svg-icon svg :not(.permanent):not(g) path{fill:#3f4254}.btn.btn-color-gray-800 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-color-gray-800 .svg-icon svg [stroke]{stroke:#3f4254}.btn.btn-color-gray-800.dropdown-toggle:after{color:#3f4254}.btn-check:active+.btn.btn-color-gray-800,.btn-check:checked+.btn.btn-color-gray-800,.btn.btn-color-gray-800.active,.btn.btn-color-gray-800.show,.btn.btn-color-gray-800:active:not(.btn-active),.btn.btn-color-gray-800:focus:not(.btn-active),.btn.btn-color-gray-800:hover:not(.btn-active),.show>.btn.btn-color-gray-800{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-gray-800,.btn-check:checked+.btn.btn-active-color-gray-800,.btn.btn-active-color-gray-800.active,.btn.btn-active-color-gray-800.show,.btn.btn-active-color-gray-800:active:not(.btn-active),.btn.btn-active-color-gray-800:focus:not(.btn-active),.btn.btn-active-color-gray-800:hover:not(.btn-active),.show>.btn.btn-active-color-gray-800{color:#3f4254;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-gray-800 i,.btn-check:checked+.btn.btn-active-color-gray-800 i,.btn.btn-active-color-gray-800.active i,.btn.btn-active-color-gray-800.show i,.btn.btn-active-color-gray-800:active:not(.btn-active) i,.btn.btn-active-color-gray-800:focus:not(.btn-active) i,.btn.btn-active-color-gray-800:hover:not(.btn-active) i,.show>.btn.btn-active-color-gray-800 i{color:#3f4254}.btn-check:active+.btn.btn-active-color-gray-800 .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-gray-800 .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-800.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-800.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-800:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-800:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-800:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-color-gray-800 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#3f4254}.btn-check:active+.btn.btn-active-color-gray-800 .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-color-gray-800 .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-800.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-800.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-800:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-800:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-800:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-color-gray-800 .svg-icon svg :not(.permanent):not(g) path{fill:#3f4254}.btn-check:active+.btn.btn-active-color-gray-800 .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-gray-800 .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-800.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-800.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-800:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-800:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-800:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-color-gray-800 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-color-gray-800 .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-color-gray-800 .svg-icon svg [stroke],.btn.btn-active-color-gray-800.active .svg-icon svg [stroke],.btn.btn-active-color-gray-800.show .svg-icon svg [stroke],.btn.btn-active-color-gray-800:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-gray-800:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-gray-800:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-color-gray-800 .svg-icon svg [stroke]{stroke:#3f4254}.btn-check:active+.btn.btn-active-color-gray-800.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-color-gray-800.dropdown-toggle:after,.btn.btn-active-color-gray-800.active.dropdown-toggle:after,.btn.btn-active-color-gray-800.show.dropdown-toggle:after,.btn.btn-active-color-gray-800:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-gray-800:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-gray-800:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-gray-800 i,.show>.btn.btn-active-color-gray-800.dropdown-toggle:after{color:#3f4254}.btn.btn-icon-gray-800 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#3f4254}.btn.btn-icon-gray-800 .svg-icon svg :not(.permanent):not(g) path{fill:#3f4254}.btn.btn-icon-gray-800 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-gray-800 .svg-icon svg [stroke]{stroke:#3f4254}.btn.btn-icon-gray-800.dropdown-toggle:after{color:#3f4254}.btn-check:active+.btn.btn-icon-gray-800,.btn-check:checked+.btn.btn-icon-gray-800,.btn.btn-icon-gray-800.active,.btn.btn-icon-gray-800.show,.btn.btn-icon-gray-800:active:not(.btn-active),.btn.btn-icon-gray-800:focus:not(.btn-active),.btn.btn-icon-gray-800:hover:not(.btn-active),.show>.btn.btn-icon-gray-800{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-icon-light-gray-800{color:#3f4254;border-color:rgba(63,66,84,.1);background-color:rgba(63,66,84,.1)}.btn.btn-icon-light-gray-800 i{color:#3f4254}.btn.btn-icon-light-gray-800 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#3f4254}.btn.btn-icon-light-gray-800 .svg-icon svg :not(.permanent):not(g) path{fill:#3f4254}.btn.btn-icon-light-gray-800 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-light-gray-800 .svg-icon svg [stroke]{stroke:#3f4254}.btn.btn-icon-light-gray-800.dropdown-toggle:after{color:#3f4254}.btn-check:active+.btn.btn-icon-light-gray-800,.btn-check:checked+.btn.btn-icon-light-gray-800,.btn.btn-icon-light-gray-800.active,.btn.btn-icon-light-gray-800.show,.btn.btn-icon-light-gray-800:active:not(.btn-active),.btn.btn-icon-light-gray-800:focus:not(.btn-active),.btn.btn-icon-light-gray-800:hover:not(.btn-active),.show>.btn.btn-icon-light-gray-800{color:#fff;border-color:#3f4254;background-color:#3f4254!important;-webkit-box-shadow:rgba(63,66,84,.1) 0 0 0 3px;box-shadow:0 0 0 3px rgba(63,66,84,.1)}.btn-check:active+.btn.btn-icon-light-gray-800 i,.btn-check:checked+.btn.btn-icon-light-gray-800 i,.btn.btn-icon-light-gray-800.active i,.btn.btn-icon-light-gray-800.show i,.btn.btn-icon-light-gray-800:active:not(.btn-active) i,.btn.btn-icon-light-gray-800:focus:not(.btn-active) i,.btn.btn-icon-light-gray-800:hover:not(.btn-active) i,.show>.btn.btn-icon-light-gray-800 i{color:#fff}.btn-check:active+.btn.btn-icon-light-gray-800 .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-gray-800 .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-800.active .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-800.show .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-800:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-800:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-800:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-icon-light-gray-800 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-icon-light-gray-800 .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-icon-light-gray-800 .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-800.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-800.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-800:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-800:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-800:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-icon-light-gray-800 .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-icon-light-gray-800 .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-gray-800 .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-800.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-800.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-800:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-800:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-800:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-icon-light-gray-800 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-icon-light-gray-800 .svg-icon svg [stroke],.btn-check:checked+.btn.btn-icon-light-gray-800 .svg-icon svg [stroke],.btn.btn-icon-light-gray-800.active .svg-icon svg [stroke],.btn.btn-icon-light-gray-800.show .svg-icon svg [stroke],.btn.btn-icon-light-gray-800:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-gray-800:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-gray-800:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-icon-light-gray-800 .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-icon-light-gray-800.dropdown-toggle:after,.btn-check:checked+.btn.btn-icon-light-gray-800.dropdown-toggle:after,.btn.btn-icon-light-gray-800.active.dropdown-toggle:after,.btn.btn-icon-light-gray-800.show.dropdown-toggle:after,.btn.btn-icon-light-gray-800:active:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-gray-800:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-gray-800:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-icon-light-gray-800.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-active-icon-gray-800,.btn-check:checked+.btn.btn-active-icon-gray-800,.btn.btn-active-icon-gray-800.active,.btn.btn-active-icon-gray-800.show,.btn.btn-active-icon-gray-800:active:not(.btn-active),.btn.btn-active-icon-gray-800:focus:not(.btn-active),.btn.btn-active-icon-gray-800:hover:not(.btn-active),.show>.btn.btn-active-icon-gray-800{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-icon-gray-800 i,.btn-check:checked+.btn.btn-active-icon-gray-800 i,.btn.btn-active-icon-gray-800.active i,.btn.btn-active-icon-gray-800.show i,.btn.btn-active-icon-gray-800:active:not(.btn-active) i,.btn.btn-active-icon-gray-800:focus:not(.btn-active) i,.btn.btn-active-icon-gray-800:hover:not(.btn-active) i,.show>.btn.btn-active-icon-gray-800 i{color:#3f4254}.btn-check:active+.btn.btn-active-icon-gray-800 .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-gray-800 .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-800.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-800.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-800:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-800:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-800:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-icon-gray-800 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#3f4254}.btn-check:active+.btn.btn-active-icon-gray-800 .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-icon-gray-800 .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-800.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-800.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-800:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-800:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-800:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-icon-gray-800 .svg-icon svg :not(.permanent):not(g) path{fill:#3f4254}.btn-check:active+.btn.btn-active-icon-gray-800 .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-gray-800 .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-800.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-800.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-800:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-800:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-800:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-icon-gray-800 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-icon-gray-800 .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-icon-gray-800 .svg-icon svg [stroke],.btn.btn-active-icon-gray-800.active .svg-icon svg [stroke],.btn.btn-active-icon-gray-800.show .svg-icon svg [stroke],.btn.btn-active-icon-gray-800:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-gray-800:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-gray-800:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-icon-gray-800 .svg-icon svg [stroke]{stroke:#3f4254}.btn-check:active+.btn.btn-active-icon-gray-800.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-icon-gray-800.dropdown-toggle:after,.btn.btn-active-icon-gray-800.active.dropdown-toggle:after,.btn.btn-active-icon-gray-800.show.dropdown-toggle:after,.btn.btn-active-icon-gray-800:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-gray-800:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-gray-800:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-text-gray-800,.show>.btn.btn-active-icon-gray-800.dropdown-toggle:after{color:#3f4254}.btn-check:active+.btn.btn-text-gray-800,.btn-check:checked+.btn.btn-text-gray-800,.btn.btn-text-gray-800.active,.btn.btn-text-gray-800.show,.btn.btn-text-gray-800:active:not(.btn-active),.btn.btn-text-gray-800:focus:not(.btn-active),.btn.btn-text-gray-800:hover:not(.btn-active),.show>.btn.btn-text-gray-800{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-text-gray-800,.btn-check:checked+.btn.btn-active-text-gray-800,.btn.btn-active-text-gray-800.active,.btn.btn-active-text-gray-800.show,.btn.btn-active-text-gray-800:active:not(.btn-active),.btn.btn-active-text-gray-800:focus:not(.btn-active),.btn.btn-active-text-gray-800:hover:not(.btn-active),.show>.btn.btn-active-text-gray-800{color:#3f4254;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-color-gray-900,.btn.btn-color-gray-900 i{color:#0f3f62}.btn.btn-color-gray-900 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.btn.btn-color-gray-900 .svg-icon svg :not(.permanent):not(g) path{fill:#0f3f62}.btn.btn-color-gray-900 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-color-gray-900 .svg-icon svg [stroke]{stroke:#0f3f62}.btn.btn-color-gray-900.dropdown-toggle:after{color:#0f3f62}.btn-check:active+.btn.btn-color-gray-900,.btn-check:checked+.btn.btn-color-gray-900,.btn.btn-color-gray-900.active,.btn.btn-color-gray-900.show,.btn.btn-color-gray-900:active:not(.btn-active),.btn.btn-color-gray-900:focus:not(.btn-active),.btn.btn-color-gray-900:hover:not(.btn-active),.show>.btn.btn-color-gray-900{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-gray-900,.btn-check:checked+.btn.btn-active-color-gray-900,.btn.btn-active-color-gray-900.active,.btn.btn-active-color-gray-900.show,.btn.btn-active-color-gray-900:active:not(.btn-active),.btn.btn-active-color-gray-900:focus:not(.btn-active),.btn.btn-active-color-gray-900:hover:not(.btn-active),.show>.btn.btn-active-color-gray-900{color:#0f3f62;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-color-gray-900 i,.btn-check:checked+.btn.btn-active-color-gray-900 i,.btn.btn-active-color-gray-900.active i,.btn.btn-active-color-gray-900.show i,.btn.btn-active-color-gray-900:active:not(.btn-active) i,.btn.btn-active-color-gray-900:focus:not(.btn-active) i,.btn.btn-active-color-gray-900:hover:not(.btn-active) i,.show>.btn.btn-active-color-gray-900 i{color:#0f3f62}.btn-check:active+.btn.btn-active-color-gray-900 .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-gray-900 .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-900.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-900.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-900:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-900:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-color-gray-900:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-color-gray-900 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.btn-check:active+.btn.btn-active-color-gray-900 .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-color-gray-900 .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-900.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-900.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-900:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-900:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-color-gray-900:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-color-gray-900 .svg-icon svg :not(.permanent):not(g) path{fill:#0f3f62}.btn-check:active+.btn.btn-active-color-gray-900 .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-color-gray-900 .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-900.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-900.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-900:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-900:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-color-gray-900:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-color-gray-900 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-color-gray-900 .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-color-gray-900 .svg-icon svg [stroke],.btn.btn-active-color-gray-900.active .svg-icon svg [stroke],.btn.btn-active-color-gray-900.show .svg-icon svg [stroke],.btn.btn-active-color-gray-900:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-gray-900:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-color-gray-900:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-color-gray-900 .svg-icon svg [stroke]{stroke:#0f3f62}.btn-check:active+.btn.btn-active-color-gray-900.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-color-gray-900.dropdown-toggle:after,.btn.btn-active-color-gray-900.active.dropdown-toggle:after,.btn.btn-active-color-gray-900.show.dropdown-toggle:after,.btn.btn-active-color-gray-900:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-gray-900:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-color-gray-900:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-gray-900 i,.show>.btn.btn-active-color-gray-900.dropdown-toggle:after{color:#0f3f62}.btn.btn-icon-gray-900 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.btn.btn-icon-gray-900 .svg-icon svg :not(.permanent):not(g) path{fill:#0f3f62}.btn.btn-icon-gray-900 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-gray-900 .svg-icon svg [stroke]{stroke:#0f3f62}.btn.btn-icon-gray-900.dropdown-toggle:after{color:#0f3f62}.btn-check:active+.btn.btn-icon-gray-900,.btn-check:checked+.btn.btn-icon-gray-900,.btn.btn-icon-gray-900.active,.btn.btn-icon-gray-900.show,.btn.btn-icon-gray-900:active:not(.btn-active),.btn.btn-icon-gray-900:focus:not(.btn-active),.btn.btn-icon-gray-900:hover:not(.btn-active),.show>.btn.btn-icon-gray-900{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-icon-light-gray-900{color:#0f3f62;border-color:rgba(15,63,98,.1);background-color:rgba(15,63,98,.1)}.btn.btn-icon-light-gray-900 i{color:#0f3f62}.btn.btn-icon-light-gray-900 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.btn.btn-icon-light-gray-900 .svg-icon svg :not(.permanent):not(g) path{fill:#0f3f62}.btn.btn-icon-light-gray-900 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-icon-light-gray-900 .svg-icon svg [stroke]{stroke:#0f3f62}.btn.btn-icon-light-gray-900.dropdown-toggle:after{color:#0f3f62}.btn-check:active+.btn.btn-icon-light-gray-900,.btn-check:checked+.btn.btn-icon-light-gray-900,.btn.btn-icon-light-gray-900.active,.btn.btn-icon-light-gray-900.show,.btn.btn-icon-light-gray-900:active:not(.btn-active),.btn.btn-icon-light-gray-900:focus:not(.btn-active),.btn.btn-icon-light-gray-900:hover:not(.btn-active),.show>.btn.btn-icon-light-gray-900{color:#fff;border-color:#0f3f62;background-color:#0f3f62!important;-webkit-box-shadow:rgba(15,63,98,.1) 0 0 0 3px;box-shadow:0 0 0 3px rgba(15,63,98,.1)}.btn-check:active+.btn.btn-icon-light-gray-900 i,.btn-check:checked+.btn.btn-icon-light-gray-900 i,.btn.btn-icon-light-gray-900.active i,.btn.btn-icon-light-gray-900.show i,.btn.btn-icon-light-gray-900:active:not(.btn-active) i,.btn.btn-icon-light-gray-900:focus:not(.btn-active) i,.btn.btn-icon-light-gray-900:hover:not(.btn-active) i,.show>.btn.btn-icon-light-gray-900 i{color:#fff}.btn-check:active+.btn.btn-icon-light-gray-900 .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-gray-900 .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-900.active .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-900.show .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-900:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-900:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-icon-light-gray-900:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-icon-light-gray-900 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.btn-check:active+.btn.btn-icon-light-gray-900 .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-icon-light-gray-900 .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-900.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-900.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-900:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-900:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-icon-light-gray-900:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-icon-light-gray-900 .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.btn-check:active+.btn.btn-icon-light-gray-900 .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-icon-light-gray-900 .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-900.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-900.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-900:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-900:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-icon-light-gray-900:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-icon-light-gray-900 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-icon-light-gray-900 .svg-icon svg [stroke],.btn-check:checked+.btn.btn-icon-light-gray-900 .svg-icon svg [stroke],.btn.btn-icon-light-gray-900.active .svg-icon svg [stroke],.btn.btn-icon-light-gray-900.show .svg-icon svg [stroke],.btn.btn-icon-light-gray-900:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-gray-900:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-icon-light-gray-900:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-icon-light-gray-900 .svg-icon svg [stroke]{stroke:#fff}.btn-check:active+.btn.btn-icon-light-gray-900.dropdown-toggle:after,.btn-check:checked+.btn.btn-icon-light-gray-900.dropdown-toggle:after,.btn.btn-icon-light-gray-900.active.dropdown-toggle:after,.btn.btn-icon-light-gray-900.show.dropdown-toggle:after,.btn.btn-icon-light-gray-900:active:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-gray-900:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-icon-light-gray-900:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-icon-light-gray-900.dropdown-toggle:after{color:#fff}.btn-check:active+.btn.btn-active-icon-gray-900,.btn-check:checked+.btn.btn-active-icon-gray-900,.btn.btn-active-icon-gray-900.active,.btn.btn-active-icon-gray-900.show,.btn.btn-active-icon-gray-900:active:not(.btn-active),.btn.btn-active-icon-gray-900:focus:not(.btn-active),.btn.btn-active-icon-gray-900:hover:not(.btn-active),.show>.btn.btn-active-icon-gray-900{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-icon-gray-900 i,.btn-check:checked+.btn.btn-active-icon-gray-900 i,.btn.btn-active-icon-gray-900.active i,.btn.btn-active-icon-gray-900.show i,.btn.btn-active-icon-gray-900:active:not(.btn-active) i,.btn.btn-active-icon-gray-900:focus:not(.btn-active) i,.btn.btn-active-icon-gray-900:hover:not(.btn-active) i,.show>.btn.btn-active-icon-gray-900 i{color:#0f3f62}.btn-check:active+.btn.btn-active-icon-gray-900 .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-gray-900 .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-900.active .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-900.show .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-900:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-900:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-active-icon-gray-900:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-active-icon-gray-900 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.btn-check:active+.btn.btn-active-icon-gray-900 .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-active-icon-gray-900 .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-900.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-900.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-900:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-900:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-active-icon-gray-900:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-active-icon-gray-900 .svg-icon svg :not(.permanent):not(g) path{fill:#0f3f62}.btn-check:active+.btn.btn-active-icon-gray-900 .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-active-icon-gray-900 .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-900.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-900.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-900:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-900:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-active-icon-gray-900:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-active-icon-gray-900 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-active-icon-gray-900 .svg-icon svg [stroke],.btn-check:checked+.btn.btn-active-icon-gray-900 .svg-icon svg [stroke],.btn.btn-active-icon-gray-900.active .svg-icon svg [stroke],.btn.btn-active-icon-gray-900.show .svg-icon svg [stroke],.btn.btn-active-icon-gray-900:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-gray-900:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-active-icon-gray-900:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-active-icon-gray-900 .svg-icon svg [stroke]{stroke:#0f3f62}.btn-check:active+.btn.btn-active-icon-gray-900.dropdown-toggle:after,.btn-check:checked+.btn.btn-active-icon-gray-900.dropdown-toggle:after,.btn.btn-active-icon-gray-900.active.dropdown-toggle:after,.btn.btn-active-icon-gray-900.show.dropdown-toggle:after,.btn.btn-active-icon-gray-900:active:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-gray-900:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-active-icon-gray-900:hover:not(.btn-active).dropdown-toggle:after,.btn.btn-text-gray-900,.show>.btn.btn-active-icon-gray-900.dropdown-toggle:after{color:#0f3f62}.btn-check:active+.btn.btn-text-gray-900,.btn-check:checked+.btn.btn-text-gray-900,.btn.btn-text-gray-900.active,.btn.btn-text-gray-900.show,.btn.btn-text-gray-900:active:not(.btn-active),.btn.btn-text-gray-900:focus:not(.btn-active),.btn.btn-text-gray-900:hover:not(.btn-active),.show>.btn.btn-text-gray-900{-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-active-text-gray-900,.btn-check:checked+.btn.btn-active-text-gray-900,.btn.btn-active-text-gray-900.active,.btn.btn-active-text-gray-900.show,.btn.btn-active-text-gray-900:active:not(.btn-active),.btn.btn-active-text-gray-900:focus:not(.btn-active),.btn.btn-active-text-gray-900:hover:not(.btn-active),.show>.btn.btn-active-text-gray-900{color:#0f3f62;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn.btn-outline.btn-outline-dashed.btn-outline-default{color:#7e8299;border:1px dashed #e4e6ef}.btn.btn-outline.btn-outline-dashed.btn-outline-default i{color:#7e8299}.btn.btn-outline.btn-outline-dashed.btn-outline-default .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#7e8299}.btn.btn-outline.btn-outline-dashed.btn-outline-default .svg-icon svg :not(.permanent):not(g) path{fill:#7e8299}.btn.btn-outline.btn-outline-dashed.btn-outline-default .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn.btn-outline.btn-outline-dashed.btn-outline-default .svg-icon svg [stroke]{stroke:#7e8299}.btn.btn-outline.btn-outline-dashed.btn-outline-default.dropdown-toggle:after{color:#7e8299}.btn-check:active+.btn.btn-outline.btn-outline-dashed.btn-outline-default,.btn-check:checked+.btn.btn-outline.btn-outline-dashed.btn-outline-default,.btn.btn-outline.btn-outline-dashed.btn-outline-default.active,.btn.btn-outline.btn-outline-dashed.btn-outline-default.show,.btn.btn-outline.btn-outline-dashed.btn-outline-default:active:not(.btn-active),.btn.btn-outline.btn-outline-dashed.btn-outline-default:focus:not(.btn-active),.btn.btn-outline.btn-outline-dashed.btn-outline-default:hover:not(.btn-active),.show>.btn.btn-outline.btn-outline-dashed.btn-outline-default{color:#2996ce;border-color:#2996ce;background-color:#cde8f1!important;-webkit-box-shadow:0 0 0 3px;box-shadow:0 0 0 3px}.btn-check:active+.btn.btn-outline.btn-outline-dashed.btn-outline-default i,.btn-check:checked+.btn.btn-outline.btn-outline-dashed.btn-outline-default i,.btn.btn-outline.btn-outline-dashed.btn-outline-default.active i,.btn.btn-outline.btn-outline-dashed.btn-outline-default.show i,.btn.btn-outline.btn-outline-dashed.btn-outline-default:active:not(.btn-active) i,.btn.btn-outline.btn-outline-dashed.btn-outline-default:focus:not(.btn-active) i,.btn.btn-outline.btn-outline-dashed.btn-outline-default:hover:not(.btn-active) i,.show>.btn.btn-outline.btn-outline-dashed.btn-outline-default i{color:#2996ce}.btn-check:active+.btn.btn-outline.btn-outline-dashed.btn-outline-default .svg-icon svg :not(.permanent):not(g),.btn-check:checked+.btn.btn-outline.btn-outline-dashed.btn-outline-default .svg-icon svg :not(.permanent):not(g),.btn.btn-outline.btn-outline-dashed.btn-outline-default.active .svg-icon svg :not(.permanent):not(g),.btn.btn-outline.btn-outline-dashed.btn-outline-default.show .svg-icon svg :not(.permanent):not(g),.btn.btn-outline.btn-outline-dashed.btn-outline-default:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-outline.btn-outline-dashed.btn-outline-default:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.btn.btn-outline.btn-outline-dashed.btn-outline-default:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g),.show>.btn.btn-outline.btn-outline-dashed.btn-outline-default .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#2996ce}.btn-check:active+.btn.btn-outline.btn-outline-dashed.btn-outline-default .svg-icon svg :not(.permanent):not(g) path,.btn-check:checked+.btn.btn-outline.btn-outline-dashed.btn-outline-default .svg-icon svg :not(.permanent):not(g) path,.btn.btn-outline.btn-outline-dashed.btn-outline-default.active .svg-icon svg :not(.permanent):not(g) path,.btn.btn-outline.btn-outline-dashed.btn-outline-default.show .svg-icon svg :not(.permanent):not(g) path,.btn.btn-outline.btn-outline-dashed.btn-outline-default:active:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-outline.btn-outline-dashed.btn-outline-default:focus:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.btn.btn-outline.btn-outline-dashed.btn-outline-default:hover:not(.btn-active) .svg-icon svg :not(.permanent):not(g) path,.show>.btn.btn-outline.btn-outline-dashed.btn-outline-default .svg-icon svg :not(.permanent):not(g) path{fill:#2996ce}.btn-check:active+.btn.btn-outline.btn-outline-dashed.btn-outline-default .svg-icon svg:hover :not(.permanent):not(g),.btn-check:checked+.btn.btn-outline.btn-outline-dashed.btn-outline-default .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-outline.btn-outline-dashed.btn-outline-default.active .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-outline.btn-outline-dashed.btn-outline-default.show .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-outline.btn-outline-dashed.btn-outline-default:active:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-outline.btn-outline-dashed.btn-outline-default:focus:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.btn.btn-outline.btn-outline-dashed.btn-outline-default:hover:not(.btn-active) .svg-icon svg:hover :not(.permanent):not(g),.show>.btn.btn-outline.btn-outline-dashed.btn-outline-default .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.btn-check:active+.btn.btn-outline.btn-outline-dashed.btn-outline-default .svg-icon svg [stroke],.btn-check:checked+.btn.btn-outline.btn-outline-dashed.btn-outline-default .svg-icon svg [stroke],.btn.btn-outline.btn-outline-dashed.btn-outline-default.active .svg-icon svg [stroke],.btn.btn-outline.btn-outline-dashed.btn-outline-default.show .svg-icon svg [stroke],.btn.btn-outline.btn-outline-dashed.btn-outline-default:active:not(.btn-active) .svg-icon svg [stroke],.btn.btn-outline.btn-outline-dashed.btn-outline-default:focus:not(.btn-active) .svg-icon svg [stroke],.btn.btn-outline.btn-outline-dashed.btn-outline-default:hover:not(.btn-active) .svg-icon svg [stroke],.show>.btn.btn-outline.btn-outline-dashed.btn-outline-default .svg-icon svg [stroke]{stroke:#2996ce}.btn-check:active+.btn.btn-outline.btn-outline-dashed.btn-outline-default.dropdown-toggle:after,.btn-check:checked+.btn.btn-outline.btn-outline-dashed.btn-outline-default.dropdown-toggle:after,.btn.btn-outline.btn-outline-dashed.btn-outline-default.active.dropdown-toggle:after,.btn.btn-outline.btn-outline-dashed.btn-outline-default.show.dropdown-toggle:after,.btn.btn-outline.btn-outline-dashed.btn-outline-default:active:not(.btn-active).dropdown-toggle:after,.btn.btn-outline.btn-outline-dashed.btn-outline-default:focus:not(.btn-active).dropdown-toggle:after,.btn.btn-outline.btn-outline-dashed.btn-outline-default:hover:not(.btn-active).dropdown-toggle:after,.show>.btn.btn-outline.btn-outline-dashed.btn-outline-default.dropdown-toggle:after{color:#2996ce}.btn.btn-loading:before{content:" ";display:inline-block;width:1rem;height:1rem;vertical-align:middle;border:.185em solid;border-right:.185em solid transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite;margin-right:5px;margin-top:-2px;margin-left:-5px}.btn .badge{position:absolute;-webkit-transform:translateX(50%) translateY(-50%);transform:translateX(50%) translateY(-50%)}.btn.btn-icon .badge{position:absolute;-webkit-transform:translateX(-20%) translateY(-50%);transform:translateX(-20%) translateY(-50%)}.btn-confirm{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;overflow:hidden}.btn-confirm>span{pointer-events:none;position:absolute;right:-1px;top:0;height:100%;z-index:10;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;white-space:nowrap;padding:5px 15px;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff}.btn-confirm>span,.btn-confirm>span>span{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.btn-confirm.btn-danger:after,.btn-confirm.btn-danger span{background-color:#f41d34}.btn-confirm.btn-warning span{background-color:#f76201}.btn-confirm.btn-info span{background-color:#395b83}.btn-confirm.btn-success span{background-color:#0e6658}.btn-confirm.btn-purple span{background-color:#982345}.btn-confirm span{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.btn-confirm:focus span{-webkit-transform:translateZ(0);transform:translateZ(0)}.btn-confirm.btn-loading:focus span{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.btn.btn-icon.visibility-on{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' width='20' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 4C7 4 2.73 7.11 1 11.5 2.73 15.89 7 19 12 19s9.27-3.11 11-7.5C21.27 7.11 17 4 12 4zm0 12.5c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z' fill='%23B5B5C3'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%}.btn.btn-icon.visibility-off{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' width='20' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 6.5c2.76 0 5 2.24 5 5 0 .51-.1 1-.24 1.46l3.06 3.06c1.39-1.23 2.49-2.77 3.18-4.53C21.27 7.11 17 4 12 4c-1.27 0-2.49.2-3.64.57l2.17 2.17c.47-.14.96-.24 1.47-.24zM2.71 3.16a.996.996 0 000 1.41l1.97 1.97A11.892 11.892 0 001 11.5C2.73 15.89 7 19 12 19c1.52 0 2.97-.3 4.31-.82l2.72 2.72a.996.996 0 101.41-1.41L4.13 3.16c-.39-.39-1.03-.39-1.42 0zM12 16.5c-2.76 0-5-2.24-5-5 0-.77.18-1.5.49-2.14l1.57 1.57c-.03.18-.06.37-.06.57 0 1.66 1.34 3 3 3 .2 0 .38-.03.57-.07L14.14 16c-.65.32-1.37.5-2.14.5zm2.97-5.33a2.97 2.97 0 00-2.64-2.64l2.64 2.64z' fill='%23B5B5C3'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%}.drawer{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;overflow:auto;z-index:110;position:fixed;top:0;bottom:0;background-color:#fff!important;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.drawer.drawer-start{left:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.drawer.drawer-end{right:0;-webkit-transform:translateX(100%);transform:translateX(100%)}.drawer.drawer-on{-webkit-transform:none;transform:none;-webkit-box-shadow:0 1px 9px -3px rgba(0,0,0,.05);box-shadow:0 1px 9px -3px rgba(0,0,0,.05);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.drawer-overlay{position:fixed;top:0;left:0;bottom:0;right:0;overflow:hidden;z-index:109;background-color:rgba(0,0,0,.2);-webkit-animation:animation-drawer-fade-in .3s ease-in-out 1;animation:animation-drawer-fade-in .3s ease-in-out 1}[data-kt-drawer=true]{display:none}body.drawer-aside-on{overflow:hidden}@-webkit-keyframes animation-drawer-fade-in{0%{opacity:0}to{opacity:1}}@keyframes animation-drawer-fade-in{0%{opacity:0}to{opacity:1}}@media (max-width:991.98px){body[data-kt-drawer=on]{overflow:hidden}}.progress-wrapper{position:absolute;z-index:1000;height:10px;width:100%;top:0;left:0}.overlay{position:relative}.overlay .overlay-layer{position:absolute;top:0;bottom:0;left:0;right:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:rgba(0,0,0,.05);-webkit-transition:all .3s ease;transition:all .3s ease;opacity:0}.overlay.overlay-block .overlay-layer,.overlay.overlay-show .overlay-layer,.overlay:hover .overlay-layer{-webkit-transition:all .3s ease;transition:all .3s ease;opacity:1}.overlay.overlay-block{cursor:wait}.form-control{-webkit-box-shadow:none!important;box-shadow:none!important}.dropdown.show>.form-control{color:#0f3f62;background-color:#fff;border-color:#b5b5c3}.form-control[readonly]{background-color:#f2f1f6}.form-control.form-control-solid{background-color:#f2f1f6;border-color:#f2f1f6;color:#5e6278;-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.form-control.form-control-solid::-webkit-input-placeholder{color:#a1a5b7}.form-control.form-control-solid::-ms-input-placeholder{color:#a1a5b7}.form-control.form-control-solid::placeholder{color:#a1a5b7}.form-control.form-control-solid::-moz-placeholder{color:#a1a5b7;opacity:1}.dropdown.show>.form-control.form-control-solid,.form-control.form-control-solid.active,.form-control.form-control-solid.focus,.form-control.form-control-solid:active,.form-control.form-control-solid:focus{background-color:#ecebf2;border-color:#ecebf2;color:#5e6278;-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.dropdown.show>.form-control.form-control-white,.form-control.form-control-white,.form-control.form-control-white.active,.form-control.form-control-white.focus,.form-control.form-control-white:active,.form-control.form-control-white:focus{background-color:#fff;border-color:#fff}.dropdown.show>.form-control.form-control-transparent,.form-control.form-control-transparent,.form-control.form-control-transparent.active,.form-control.form-control-transparent.focus,.form-control.form-control-transparent:active,.form-control.form-control-transparent:focus{background-color:transparent;border-color:transparent}.form-control.form-control-flush{border:0;background-color:transparent;outline:none!important;-webkit-box-shadow:none;box-shadow:none;border-radius:0}.placeholder-gray-500::-webkit-input-placeholder{color:#a1a5b7}.placeholder-gray-500::-ms-input-placeholder{color:#a1a5b7}.placeholder-gray-500::placeholder{color:#a1a5b7}.placeholder-gray-500::-moz-placeholder{color:#a1a5b7;opacity:1}.placeholder-white::-webkit-input-placeholder{color:#fff}.placeholder-white::-ms-input-placeholder{color:#fff}.placeholder-white::placeholder{color:#fff}.placeholder-white::-moz-placeholder{color:#fff;opacity:1}.resize-none{resize:none}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.form-select{-webkit-box-shadow:none!important;box-shadow:none!important}.form-select.form-select-solid{background-color:#f2f1f6;border-color:#f2f1f6;color:#5e6278;-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.form-select.form-select-solid::-webkit-input-placeholder{color:#a1a5b7}.form-select.form-select-solid::-ms-input-placeholder{color:#a1a5b7}.form-select.form-select-solid::placeholder{color:#a1a5b7}.form-select.form-select-solid::-moz-placeholder{color:#a1a5b7;opacity:1}.dropdown.show>.form-select.form-select-solid,.form-select.form-select-solid.active,.form-select.form-select-solid.focus,.form-select.form-select-solid:active,.form-select.form-select-solid:focus{background-color:#ecebf2;border-color:#ecebf2!important;color:#5e6278;-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.form-select.form-select-white{background-color:#fff;border-color:#fff;color:#0f3f62}.form-select.form-select-white::-webkit-input-placeholder{color:#a1a5b7}.form-select.form-select-white::-ms-input-placeholder{color:#a1a5b7}.form-select.form-select-white::placeholder{color:#a1a5b7}.form-select.form-select-white::-moz-placeholder{color:#a1a5b7;opacity:1}.dropdown.show>.form-select.form-select-white,.form-select.form-select-white.active,.form-select.form-select-white.focus,.form-select.form-select-white:active,.form-select.form-select-white:focus{background-color:#fff;border-color:#fff!important;color:#0f3f62}.form-select:disabled{opacity:.7}.form-select-xs{padding:.15rem 2rem .15rem .75rem;background-position:right .5rem center;font-size:.85rem}.form-select.no-arrow,.form-select.no-arrow.is-invalid{padding-top:.5rem;padding-bottom:.5rem;padding-left:.5rem;padding-right:.5rem!important;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:none!important}.form-check .form-check-label{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.form-check .form-check-input{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-check .form-check-input.is-invalid~.form-check-label{color:inherit}.form-check.form-check-custom{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-left:0;margin:0}.form-check.form-check-custom .form-check-input{margin:0;float:none;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.form-check.form-check-custom .form-check-label{margin-left:.55rem}.form-check:not(.form-switch) .form-check-input[type=checkbox]{background-size:70% 70%}.form-check.form-check-solid .form-check-input{border:0;background-color:#eff2f5}.form-check.form-check-solid .form-check-input:active,.form-check.form-check-solid .form-check-input:focus{-webkit-filter:none;filter:none;background-color:#eff2f5}.form-check.form-check-solid .form-check-input:checked{background-color:#2996ce}.form-check.form-check-success .form-check-input:checked{background-color:#14937e}.form-check.form-check-danger .form-check-input:checked{background-color:#f64e60}.form-check.form-check-warning .form-check-input:checked{background-color:#fe7f2d}.form-check.form-check-custom.form-check-sm .form-check-label,.form-check.form-check-sm .form-check-label{font-size:.85rem}.form-check.form-check-custom.form-check-sm .form-check-input,.form-check.form-check-sm .form-check-input{height:1.25rem;width:1.25rem;margin-top:0}.form-check.form-check-custom.form-check-lg .form-check-label,.form-check.form-check-lg .form-check-label{font-size:1.15rem}.form-check.form-check-custom.form-check-lg .form-check-input,.form-check.form-check-lg .form-check-input{height:1.75rem;width:1.75rem}.form-switch.form-check-solid .form-check-input{height:2.25rem;border-radius:3.25rem}.form-switch.form-check-solid .form-check-input,.form-switch.form-check-solid .form-check-input:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.form-switch.form-check-solid .form-check-input:checked{-webkit-filter:none;filter:none}.form-switch.form-check-solid.form-switch-sm .form-check-input{height:1.5rem;width:2.5rem}.form-switch.form-check-solid.form-switch-lg .form-check-input{height:2.75rem;width:3.75rem}.form-switch.form-switch-sm .form-check-input{height:1.5rem;width:2.5rem}.form-switch.form-switch-lg .form-check-input{height:2.75rem;width:3.75rem}.form-group{margin-bottom:1.5rem}.input-group.input-group-solid{background-color:#f2f1f6;border-color:#f2f1f6;border-radius:.475rem}.input-group.input-group-solid.input-group-lg,.input-group.input-group-solid.input-group-sm{border-radius:.475rem}.input-group.input-group-solid .form-control,.input-group.input-group-solid .input-group-text{background-color:transparent;border-color:transparent}.input-search.has-dropdown .form-control,.input-search.has-result .form-control{border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:#fff;border-bottom:none;border-color:#b5b5c3}.input-search.input-search-icon{background-position-x:left}.input-search.input-search-icon:before{content:"";position:absolute;width:20px;height:20px;top:6px;left:12px;z-index:4;background-repeat:no-repeat;background-position:50%;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z' stroke='%23B5B5C3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.input-search.input-search-icon .form-control{text-indent:2em}.input-loading:after{content:"";position:absolute;top:.6rem;right:12px;z-index:4;display:inline-block;width:1.25rem;height:1.25rem;vertical-align:-.125em;border:.185em solid #7e8299;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .65s linear infinite;animation:spinner-border .65s linear infinite}.invalid-feedback{display:none;width:auto;font-size:inherit;margin-top:0;padding:2px 5px}.form-control.is-invalid,.was-validated .form-control:invalid{background-image:none}.btn.is-invalid{border-color:#f64e60}.form-search{position:relative}.form-search .form-search-open{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.form-search .form-search-menu{position:absolute;z-index:20000;width:100%;background-color:#fff;border:1px solid #b5b5c3;border-top:none;-webkit-box-shadow:none;box-shadow:none;outline:0!important;color:#0f3f62}.form-search .form-search-menu .form-search-menu-scroll{max-height:350px;overflow:auto}.form-search .form-search-menu .form-search-menu-footer,.form-search .form-search-menu .form-search-menu-header{position:-webkit-sticky;position:sticky;z-index:10}.form-search .form-search-menu .form-search-menu-header{top:0}.form-search .form-search-menu .form-search-menu-footer{bottom:0}.form-search .form-search-menu .form-search-menu-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row;-ms-flex-flow:row;flex-flow:row;padding:.35rem 1rem}.form-search .form-search-menu .form-search-menu-item .item-label{font-weight:600}.form-search .form-search-menu .form-search-menu-item.highlighted,.form-search .form-search-menu .form-search-menu-item:hover{cursor:pointer;background-color:#2996ce;color:#fff!important}.form-search .form-search-menu .form-search-menu-item.highlighted .text-danger,.form-search .form-search-menu .form-search-menu-item.highlighted .text-info,.form-search .form-search-menu .form-search-menu-item.highlighted .text-purple,.form-search .form-search-menu .form-search-menu-item.highlighted .text-success,.form-search .form-search-menu .form-search-menu-item.highlighted .text-warning,.form-search .form-search-menu .form-search-menu-item:hover .text-danger,.form-search .form-search-menu .form-search-menu-item:hover .text-info,.form-search .form-search-menu .form-search-menu-item:hover .text-purple,.form-search .form-search-menu .form-search-menu-item:hover .text-success,.form-search .form-search-menu .form-search-menu-item:hover .text-warning{color:#fff!important}.form-search .form-search-menu .form-search-menu-item-disabled{background:#f8f8f8;color:rgba(60,60,60,.5)}.card{border:0;-webkit-box-shadow:0 0 20px 0 rgba(76,87,125,.02);box-shadow:0 0 20px 0 rgba(76,87,125,.02)}.card .card-header{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;min-height:70px;padding:0 2.25rem;background-color:transparent}.card .card-header,.card .card-header .card-title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.card .card-header .card-title{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0}.card .card-header .card-title.flex-column{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.card .card-header .card-title .card-icon{margin-right:.75rem;line-height:0}.card .card-header .card-title .card-icon i{font-size:1.25rem;color:#7e8299;line-height:0}.card .card-header .card-title .card-icon i:after,.card .card-header .card-title .card-icon i:before{line-height:0}.card .card-header .card-title .card-icon .svg-icon svg{height:24px;width:24px}.card .card-header .card-title .card-icon .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#7e8299}.card .card-header .card-title .card-icon .svg-icon svg :not(.permanent):not(g) path{fill:#7e8299}.card .card-header .card-title .card-icon .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.card .card-header .card-title .card-icon .svg-icon svg [stroke]{stroke:#7e8299}.card .card-header .card-title,.card .card-header .card-title .card-label{font-weight:500;font-size:1.275rem;color:#0f3f62}.card .card-header .card-title .card-label{margin:0 .75rem 0 0;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.card .card-header .card-title .small,.card .card-header .card-title small{font-size:1rem}.card .card-header .card-title .h1,.card .card-header .card-title .h2,.card .card-header .card-title .h3,.card .card-header .card-title .h4,.card .card-header .card-title .h5,.card .card-header .card-title .h6,.card .card-header .card-title h1,.card .card-header .card-title h2,.card .card-header .card-title h3,.card .card-header .card-title h4,.card .card-header .card-title h5,.card .card-header .card-title h6{margin-bottom:0}.card .card-header .card-toolbar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.card .card-body,.card .card-footer{padding:2rem 2.25rem}.card .card-footer{background-color:transparent}.card .card-scroll{position:relative;overflow:auto}.card.card-px-0 .card-body,.card.card-px-0 .card-footer,.card.card-px-0 .card-header{padding-left:0;padding-right:0}.card.card-py-0 .card-body,.card.card-py-0 .card-footer,.card.card-py-0 .card-header{padding-top:0;padding-bottom:0}.card.card-p-0 .card-body,.card.card-p-0 .card-footer,.card.card-p-0 .card-header{padding:0}.card.card-dashed{-webkit-box-shadow:none;box-shadow:none;border:1px dashed #e4e6ef}.card.card-dashed>.card-header{border-bottom:1px dashed #e4e6ef}.card.card-dashed>.card-footer{border-top:1px dashed #e4e6ef}.card.card-bordered{-webkit-box-shadow:none;box-shadow:none;border:1px solid #eff2f5}.card.card-flush>.card-header{border-bottom:0}.card.card-flush>.card-footer{border-top:0}.card.card-shadow{-webkit-box-shadow:0 0 20px 0 rgba(76,87,125,.02);box-shadow:0 0 20px 0 rgba(76,87,125,.02);border:0}.card.card-gray{background-color:rgba(242,241,246,.35)}.card.card-sm .card-header{min-height:45px;padding:1.25rem 1.5rem}.card.card-sm .card-header.card-header-sm{padding:.5rem 1.5rem}.card.card-sm .card-body{padding:.25rem 1.5rem 1.25rem}.card.card-sm .card-footer{padding:1.25rem 1.5rem}.card.card-stretch{height:calc(100% - var(--bs-gutter-y))}.card.card-stretch-75{height:calc(75% - var(--bs-gutter-y))}.card.card-stretch-50{height:calc(50% - var(--bs-gutter-y))}.card.card-stretch-33{height:calc(33.333% - var(--bs-gutter-y))}.card.card-stretch-25{height:calc(25% - var(--bs-gutter-y))}.card .card-header-stretch{padding-top:0!important;padding-bottom:0!important}.card .card-header-stretch,.card .card-header-stretch .card-toolbar{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.card .card-header-stretch .card-toolbar{margin:0}@media (min-width:576px){.card.card-sm-stretch{height:calc(100% - var(--bs-gutter-y))}.card.card-sm-stretch-75{height:calc(75% - var(--bs-gutter-y))}.card.card-sm-stretch-50{height:calc(50% - var(--bs-gutter-y))}.card.card-sm-stretch-33{height:calc(33.333% - var(--bs-gutter-y))}.card.card-sm-stretch-25{height:calc(25% - var(--bs-gutter-y))}.card .card-header-sm-stretch{padding-top:0!important;padding-bottom:0!important}.card .card-header-sm-stretch,.card .card-header-sm-stretch .card-toolbar{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.card .card-header-sm-stretch .card-toolbar{margin:0}}@media (min-width:768px){.card.card-md-stretch{height:calc(100% - var(--bs-gutter-y))}.card.card-md-stretch-75{height:calc(75% - var(--bs-gutter-y))}.card.card-md-stretch-50{height:calc(50% - var(--bs-gutter-y))}.card.card-md-stretch-33{height:calc(33.333% - var(--bs-gutter-y))}.card.card-md-stretch-25{height:calc(25% - var(--bs-gutter-y))}.card .card-header-md-stretch{padding-top:0!important;padding-bottom:0!important}.card .card-header-md-stretch,.card .card-header-md-stretch .card-toolbar{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.card .card-header-md-stretch .card-toolbar{margin:0}}@media (min-width:992px){.card.card-lg-stretch{height:calc(100% - var(--bs-gutter-y))}.card.card-lg-stretch-75{height:calc(75% - var(--bs-gutter-y))}.card.card-lg-stretch-50{height:calc(50% - var(--bs-gutter-y))}.card.card-lg-stretch-33{height:calc(33.333% - var(--bs-gutter-y))}.card.card-lg-stretch-25{height:calc(25% - var(--bs-gutter-y))}.card .card-header-lg-stretch{padding-top:0!important;padding-bottom:0!important}.card .card-header-lg-stretch,.card .card-header-lg-stretch .card-toolbar{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.card .card-header-lg-stretch .card-toolbar{margin:0}}@media (min-width:1200px){.card.card-xl-stretch{height:calc(100% - var(--bs-gutter-y))}.card.card-xl-stretch-75{height:calc(75% - var(--bs-gutter-y))}.card.card-xl-stretch-50{height:calc(50% - var(--bs-gutter-y))}.card.card-xl-stretch-33{height:calc(33.333% - var(--bs-gutter-y))}.card.card-xl-stretch-25{height:calc(25% - var(--bs-gutter-y))}.card .card-header-xl-stretch{padding-top:0!important;padding-bottom:0!important}.card .card-header-xl-stretch,.card .card-header-xl-stretch .card-toolbar{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.card .card-header-xl-stretch .card-toolbar{margin:0}}@media (min-width:1400px){.card.card-xxl-stretch{height:calc(100% - var(--bs-gutter-y))}.card.card-xxl-stretch-75{height:calc(75% - var(--bs-gutter-y))}.card.card-xxl-stretch-50{height:calc(50% - var(--bs-gutter-y))}.card.card-xxl-stretch-33{height:calc(33.333% - var(--bs-gutter-y))}.card.card-xxl-stretch-25{height:calc(25% - var(--bs-gutter-y))}.card .card-header-xxl-stretch{padding-top:0!important;padding-bottom:0!important}.card .card-header-xxl-stretch,.card .card-header-xxl-stretch .card-toolbar{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.card .card-header-xxl-stretch .card-toolbar{margin:0}}.card-p{padding:2rem 2.25rem!important}.card-px{padding-left:2.25rem!important;padding-right:2.25rem!important}.card-py{padding-top:2rem!important;padding-bottom:2rem!important}.card-rounded{border-radius:15px}.card-rounded-start{border-top-left-radius:15px;border-bottom-left-radius:15px}.card-rounded-end{border-top-right-radius:15px;border-bottom-right-radius:15px}.card-rounded-top{border-top-left-radius:15px;border-top-right-radius:15px}.card-rounded-bottom{border-bottom-left-radius:15px;border-bottom-right-radius:15px}.card .inverted-rounded-bottom{height:0}.card.card-inverted-rounded-bottom{border-bottom-left-radius:0;border-bottom-right-radius:0}.card.card-inverted-rounded-bottom .inverted-rounded-bottom{height:15px}.card.card-inverted-rounded-bottom .inverted-rounded-bottom:before{content:"";position:absolute;display:inline-block;top:50%;bottom:-5px;left:-25px;width:30px}.card.card-inverted-rounded-bottom .inverted-rounded-bottom:after{content:"";position:absolute;display:inline-block;top:50%;bottom:-5px;right:-25px;width:30px}.card.card-inverted-rounded-bottom:not(.first) .inverted-rounded-bottom:before{border-right:5px solid #fff;border-bottom:5px solid #fff;border-bottom-right-radius:15px}.card.card-inverted-rounded-bottom:not(.last) .inverted-rounded-bottom:after{border-left:5px solid #fff;border-bottom:5px solid #fff;border-bottom-left-radius:15px}.card-hover-white:hover:not(.disabled):not(.active) .btn.btn-icon-light-white{color:#fff;border-color:#fff;background-color:#fff!important}.card-hover-white:hover:not(.disabled):not(.active) .btn.btn-icon-light-white i{color:#fff}.card-hover-white:hover:not(.disabled):not(.active) .btn.btn-icon-light-white .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.card-hover-white:hover:not(.disabled):not(.active) .btn.btn-icon-light-white .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.card-hover-white:hover:not(.disabled):not(.active) .btn.btn-icon-light-white .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.card-hover-white:hover:not(.disabled):not(.active) .btn.btn-icon-light-white .svg-icon svg [stroke]{stroke:#fff}.card-hover-white:hover:not(.disabled):not(.active) .btn.btn-icon-light-white.dropdown-toggle:after{color:#fff}.card-hover-primary:hover:not(.disabled):not(.active) .btn.btn-icon-light-primary{color:#fff;border-color:#2996ce;background-color:#2996ce!important}.card-hover-primary:hover:not(.disabled):not(.active) .btn.btn-icon-light-primary i{color:#fff}.card-hover-primary:hover:not(.disabled):not(.active) .btn.btn-icon-light-primary .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.card-hover-primary:hover:not(.disabled):not(.active) .btn.btn-icon-light-primary .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.card-hover-primary:hover:not(.disabled):not(.active) .btn.btn-icon-light-primary .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.card-hover-primary:hover:not(.disabled):not(.active) .btn.btn-icon-light-primary .svg-icon svg [stroke]{stroke:#fff}.card-hover-primary:hover:not(.disabled):not(.active) .btn.btn-icon-light-primary.dropdown-toggle:after{color:#fff}.card-hover-secondary:hover:not(.disabled):not(.active) .btn.btn-icon-light-secondary{color:#fff;border-color:#0f3f62;background-color:#0f3f62!important}.card-hover-secondary:hover:not(.disabled):not(.active) .btn.btn-icon-light-secondary i{color:#fff}.card-hover-secondary:hover:not(.disabled):not(.active) .btn.btn-icon-light-secondary .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.card-hover-secondary:hover:not(.disabled):not(.active) .btn.btn-icon-light-secondary .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.card-hover-secondary:hover:not(.disabled):not(.active) .btn.btn-icon-light-secondary .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.card-hover-secondary:hover:not(.disabled):not(.active) .btn.btn-icon-light-secondary .svg-icon svg [stroke]{stroke:#fff}.card-hover-secondary:hover:not(.disabled):not(.active) .btn.btn-icon-light-secondary.dropdown-toggle:after{color:#fff}.card-hover-light:hover:not(.disabled):not(.active) .btn.btn-icon-light-light{color:#fff;border-color:#f2f1f6;background-color:#f2f1f6!important}.card-hover-light:hover:not(.disabled):not(.active) .btn.btn-icon-light-light i{color:#fff}.card-hover-light:hover:not(.disabled):not(.active) .btn.btn-icon-light-light .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.card-hover-light:hover:not(.disabled):not(.active) .btn.btn-icon-light-light .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.card-hover-light:hover:not(.disabled):not(.active) .btn.btn-icon-light-light .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.card-hover-light:hover:not(.disabled):not(.active) .btn.btn-icon-light-light .svg-icon svg [stroke]{stroke:#fff}.card-hover-light:hover:not(.disabled):not(.active) .btn.btn-icon-light-light.dropdown-toggle:after{color:#fff}.card-hover-success:hover:not(.disabled):not(.active) .btn.btn-icon-light-success{color:#fff;border-color:#14937e;background-color:#14937e!important}.card-hover-success:hover:not(.disabled):not(.active) .btn.btn-icon-light-success i{color:#fff}.card-hover-success:hover:not(.disabled):not(.active) .btn.btn-icon-light-success .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.card-hover-success:hover:not(.disabled):not(.active) .btn.btn-icon-light-success .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.card-hover-success:hover:not(.disabled):not(.active) .btn.btn-icon-light-success .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.card-hover-success:hover:not(.disabled):not(.active) .btn.btn-icon-light-success .svg-icon svg [stroke]{stroke:#fff}.card-hover-success:hover:not(.disabled):not(.active) .btn.btn-icon-light-success.dropdown-toggle:after{color:#fff}.card-hover-info:hover:not(.disabled):not(.active) .btn.btn-icon-light-info{color:#fff;border-color:#4974a6;background-color:#4974a6!important}.card-hover-info:hover:not(.disabled):not(.active) .btn.btn-icon-light-info i{color:#fff}.card-hover-info:hover:not(.disabled):not(.active) .btn.btn-icon-light-info .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.card-hover-info:hover:not(.disabled):not(.active) .btn.btn-icon-light-info .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.card-hover-info:hover:not(.disabled):not(.active) .btn.btn-icon-light-info .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.card-hover-info:hover:not(.disabled):not(.active) .btn.btn-icon-light-info .svg-icon svg [stroke]{stroke:#fff}.card-hover-info:hover:not(.disabled):not(.active) .btn.btn-icon-light-info.dropdown-toggle:after{color:#fff}.card-hover-warning:hover:not(.disabled):not(.active) .btn.btn-icon-light-warning{color:#fff;border-color:#fe7f2d;background-color:#fe7f2d!important}.card-hover-warning:hover:not(.disabled):not(.active) .btn.btn-icon-light-warning i{color:#fff}.card-hover-warning:hover:not(.disabled):not(.active) .btn.btn-icon-light-warning .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.card-hover-warning:hover:not(.disabled):not(.active) .btn.btn-icon-light-warning .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.card-hover-warning:hover:not(.disabled):not(.active) .btn.btn-icon-light-warning .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.card-hover-warning:hover:not(.disabled):not(.active) .btn.btn-icon-light-warning .svg-icon svg [stroke]{stroke:#fff}.card-hover-warning:hover:not(.disabled):not(.active) .btn.btn-icon-light-warning.dropdown-toggle:after{color:#fff}.card-hover-danger:hover:not(.disabled):not(.active) .btn.btn-icon-light-danger{color:#fff;border-color:#f64e60;background-color:#f64e60!important}.card-hover-danger:hover:not(.disabled):not(.active) .btn.btn-icon-light-danger i{color:#fff}.card-hover-danger:hover:not(.disabled):not(.active) .btn.btn-icon-light-danger .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.card-hover-danger:hover:not(.disabled):not(.active) .btn.btn-icon-light-danger .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.card-hover-danger:hover:not(.disabled):not(.active) .btn.btn-icon-light-danger .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.card-hover-danger:hover:not(.disabled):not(.active) .btn.btn-icon-light-danger .svg-icon svg [stroke]{stroke:#fff}.card-hover-danger:hover:not(.disabled):not(.active) .btn.btn-icon-light-danger.dropdown-toggle:after{color:#fff}.card-hover-purple:hover:not(.disabled):not(.active) .btn.btn-icon-light-purple{color:#fff;border-color:#c12d58;background-color:#c12d58!important}.card-hover-purple:hover:not(.disabled):not(.active) .btn.btn-icon-light-purple i{color:#fff}.card-hover-purple:hover:not(.disabled):not(.active) .btn.btn-icon-light-purple .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.card-hover-purple:hover:not(.disabled):not(.active) .btn.btn-icon-light-purple .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.card-hover-purple:hover:not(.disabled):not(.active) .btn.btn-icon-light-purple .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.card-hover-purple:hover:not(.disabled):not(.active) .btn.btn-icon-light-purple .svg-icon svg [stroke]{stroke:#fff}.card-hover-purple:hover:not(.disabled):not(.active) .btn.btn-icon-light-purple.dropdown-toggle:after{color:#fff}.card-hover-dark:hover:not(.disabled):not(.active) .btn.btn-icon-light-dark{color:#fff;border-color:#0f3f62;background-color:#0f3f62!important}.card-hover-dark:hover:not(.disabled):not(.active) .btn.btn-icon-light-dark i{color:#fff}.card-hover-dark:hover:not(.disabled):not(.active) .btn.btn-icon-light-dark .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.card-hover-dark:hover:not(.disabled):not(.active) .btn.btn-icon-light-dark .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.card-hover-dark:hover:not(.disabled):not(.active) .btn.btn-icon-light-dark .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.card-hover-dark:hover:not(.disabled):not(.active) .btn.btn-icon-light-dark .svg-icon svg [stroke]{stroke:#fff}.card-hover-dark:hover:not(.disabled):not(.active) .btn.btn-icon-light-dark.dropdown-toggle:after{color:#fff}.card-hover-muted:hover:not(.disabled):not(.active) .btn.btn-icon-light-muted{color:#fff;border-color:#a1a5b7;background-color:#a1a5b7!important}.card-hover-muted:hover:not(.disabled):not(.active) .btn.btn-icon-light-muted i{color:#fff}.card-hover-muted:hover:not(.disabled):not(.active) .btn.btn-icon-light-muted .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.card-hover-muted:hover:not(.disabled):not(.active) .btn.btn-icon-light-muted .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.card-hover-muted:hover:not(.disabled):not(.active) .btn.btn-icon-light-muted .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.card-hover-muted:hover:not(.disabled):not(.active) .btn.btn-icon-light-muted .svg-icon svg [stroke]{stroke:#fff}.card-hover-muted:hover:not(.disabled):not(.active) .btn.btn-icon-light-muted.dropdown-toggle:after{color:#fff}.card-hover-gray-100:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-100{color:#fff;border-color:#f2f1f6;background-color:#f2f1f6!important}.card-hover-gray-100:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-100 i{color:#fff}.card-hover-gray-100:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-100 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.card-hover-gray-100:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-100 .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.card-hover-gray-100:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-100 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.card-hover-gray-100:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-100 .svg-icon svg [stroke]{stroke:#fff}.card-hover-gray-100:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-100.dropdown-toggle:after{color:#fff}.card-hover-gray-200:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-200{color:#fff;border-color:#eff2f5;background-color:#eff2f5!important}.card-hover-gray-200:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-200 i{color:#fff}.card-hover-gray-200:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-200 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.card-hover-gray-200:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-200 .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.card-hover-gray-200:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-200 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.card-hover-gray-200:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-200 .svg-icon svg [stroke]{stroke:#fff}.card-hover-gray-200:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-200.dropdown-toggle:after{color:#fff}.card-hover-gray-300:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-300{color:#fff;border-color:#e4e6ef;background-color:#e4e6ef!important}.card-hover-gray-300:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-300 i{color:#fff}.card-hover-gray-300:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-300 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.card-hover-gray-300:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-300 .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.card-hover-gray-300:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-300 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.card-hover-gray-300:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-300 .svg-icon svg [stroke]{stroke:#fff}.card-hover-gray-300:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-300.dropdown-toggle:after{color:#fff}.card-hover-gray-400:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-400{color:#fff;border-color:#b5b5c3;background-color:#b5b5c3!important}.card-hover-gray-400:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-400 i{color:#fff}.card-hover-gray-400:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-400 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.card-hover-gray-400:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-400 .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.card-hover-gray-400:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-400 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.card-hover-gray-400:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-400 .svg-icon svg [stroke]{stroke:#fff}.card-hover-gray-400:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-400.dropdown-toggle:after{color:#fff}.card-hover-gray-500:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-500{color:#fff;border-color:#a1a5b7;background-color:#a1a5b7!important}.card-hover-gray-500:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-500 i{color:#fff}.card-hover-gray-500:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-500 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.card-hover-gray-500:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-500 .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.card-hover-gray-500:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-500 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.card-hover-gray-500:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-500 .svg-icon svg [stroke]{stroke:#fff}.card-hover-gray-500:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-500.dropdown-toggle:after{color:#fff}.card-hover-gray-600:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-600{color:#fff;border-color:#7e8299;background-color:#7e8299!important}.card-hover-gray-600:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-600 i{color:#fff}.card-hover-gray-600:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-600 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.card-hover-gray-600:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-600 .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.card-hover-gray-600:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-600 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.card-hover-gray-600:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-600 .svg-icon svg [stroke]{stroke:#fff}.card-hover-gray-600:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-600.dropdown-toggle:after{color:#fff}.card-hover-gray-700:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-700{color:#fff;border-color:#5e6278;background-color:#5e6278!important}.card-hover-gray-700:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-700 i{color:#fff}.card-hover-gray-700:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-700 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.card-hover-gray-700:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-700 .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.card-hover-gray-700:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-700 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.card-hover-gray-700:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-700 .svg-icon svg [stroke]{stroke:#fff}.card-hover-gray-700:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-700.dropdown-toggle:after{color:#fff}.card-hover-gray-800:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-800{color:#fff;border-color:#3f4254;background-color:#3f4254!important}.card-hover-gray-800:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-800 i{color:#fff}.card-hover-gray-800:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-800 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.card-hover-gray-800:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-800 .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.card-hover-gray-800:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-800 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.card-hover-gray-800:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-800 .svg-icon svg [stroke]{stroke:#fff}.card-hover-gray-800:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-800.dropdown-toggle:after{color:#fff}.card-hover-gray-900:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-900{color:#fff;border-color:#0f3f62;background-color:#0f3f62!important}.card-hover-gray-900:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-900 i{color:#fff}.card-hover-gray-900:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-900 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.card-hover-gray-900:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-900 .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.card-hover-gray-900:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-900 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.card-hover-gray-900:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-900 .svg-icon svg [stroke]{stroke:#fff}.card-hover-gray-900:hover:not(.disabled):not(.active) .btn.btn-icon-light-gray-900.dropdown-toggle:after{color:#fff}.card>.spinner{position:absolute;top:0;left:0}.ribbon{position:relative}.ribbon .ribbon-label{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:5px 10px;position:absolute;z-index:1;background-color:#2996ce;-webkit-box-shadow:0 -1px 5px 0 rgba(0,0,0,.1);box-shadow:0 -1px 5px 0 rgba(0,0,0,.1);color:#fff;top:50%;right:0;-webkit-transform:translateX(5px) translateY(-50%);transform:translateX(5px) translateY(-50%)}.ribbon .ribbon-label>.ribbon-inner{z-index:-1;position:absolute;padding:0;width:100%;height:100%;top:0;left:0}.ribbon .ribbon-label:after{border-color:#10394e}.ribbon-vertical .ribbon-label{padding:5px 10px;min-width:36px;min-height:46px;text-align:center}.ribbon.ribbon-top .ribbon-label{top:0;-webkit-transform:translateX(-15px) translateY(-4px);transform:translateX(-15px) translateY(-4px);border-bottom-right-radius:.475rem;border-bottom-left-radius:.475rem}.ribbon.ribbon-bottom .ribbon-label{border-top-right-radius:.475rem;border-top-left-radius:.475rem}.ribbon.ribbon-start .ribbon-label{top:50%;left:0;right:auto;-webkit-transform:translateX(-5px) translateY(-50%);transform:translateX(-5px) translateY(-50%);border-top-right-radius:.475rem;border-bottom-right-radius:.475rem}.ribbon.ribbon-end .ribbon-label{border-top-left-radius:.475rem;border-bottom-left-radius:.475rem}.ribbon.ribbon-clip.ribbon-start .ribbon-label{left:-5px}.ribbon.ribbon-clip.ribbon-start .ribbon-label .ribbon-inner{border-top-right-radius:.475rem;border-bottom-right-radius:.475rem}.ribbon.ribbon-clip.ribbon-start .ribbon-label .ribbon-inner:after,.ribbon.ribbon-clip.ribbon-start .ribbon-label .ribbon-inner:before{content:"";position:absolute;border-style:solid;border-color:transparent!important;bottom:-10px}.ribbon.ribbon-clip.ribbon-start .ribbon-label .ribbon-inner:before{border-width:0 10px 10px 0;border-right-color:#0f3f62!important;left:0}.ribbon.ribbon-clip.ribbon-end .ribbon-label{right:-5px}.ribbon.ribbon-clip.ribbon-end .ribbon-label .ribbon-inner{border-top-left-radius:.475rem;border-bottom-left-radius:.475rem}.ribbon.ribbon-clip.ribbon-end .ribbon-label .ribbon-inner:after,.ribbon.ribbon-clip.ribbon-end .ribbon-label .ribbon-inner:before{content:"";position:absolute;border-style:solid;border-color:transparent!important;bottom:-10px}.ribbon.ribbon-clip.ribbon-end .ribbon-label .ribbon-inner:before{border-width:0 0 10px 10px;border-left-color:#0f3f62!important;right:0}.ribbon.ribbon-triangle{position:absolute;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.ribbon.ribbon-triangle.ribbon-top-start{left:0;border-left:1rem solid red;border-right:1rem solid transparent!important}.ribbon.ribbon-triangle.ribbon-top-end,.ribbon.ribbon-triangle.ribbon-top-start{top:0;width:2rem;height:2rem;border-bottom:1rem solid transparent!important;border-top:1rem solid red}.ribbon.ribbon-triangle.ribbon-top-end{right:0;border-left:1rem solid transparent!important;border-right:1rem solid red}.ribbon.ribbon-triangle.ribbon-bottom-start{left:0;border-left:1rem solid red;border-right:1rem solid transparent!important}.ribbon.ribbon-triangle.ribbon-bottom-end,.ribbon.ribbon-triangle.ribbon-bottom-start{bottom:0;width:2rem;height:2rem;border-bottom:1rem solid red;border-top:1rem solid transparent!important}.ribbon.ribbon-triangle.ribbon-bottom-end{right:0;border-right:1rem solid red;border-left:1rem solid transparent!important}.modal.modal-gray{background-color:#f2f1f6}.modal .modal-header{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:block}.modal .modal-header .h1,.modal .modal-header .h2,.modal .modal-header .h3,.modal .modal-header .h4,.modal .modal-header .h5,.modal .modal-header .h6,.modal .modal-header h1,.modal .modal-header h2,.modal .modal-header h3,.modal .modal-header h4,.modal .modal-header h5,.modal .modal-header h6{margin-bottom:0}.modal .modal-footer{padding:1.25rem}.modal .modal-dialog{outline:none!important}.modal .close{border:0;background-color:transparent;opacity:.5;font-size:1.75rem;position:absolute;top:1rem;right:1rem;padding:.5rem 1rem;margin:-1rem}.modal .close:hover{opacity:.75}.modal-backdrop{opacity:.2}.modal.modal-sticky.modal-sticky-bottom-end{padding:0!important;max-width:500px;height:auto;position:fixed;left:auto;top:auto;bottom:25px;right:25px;margin:0;-webkit-box-shadow:0 0 60px -15px rgba(0,0,0,.2);box-shadow:0 0 60px -15px rgba(0,0,0,.2);border-radius:.475rem}.modal.modal-sticky.modal-sticky-bottom-end .modal-dialog{position:static;max-width:500px;width:auto;margin:0;border-radius:.475rem}.modal.modal-sticky.modal-sticky-bottom-end .modal-dialog .modal-content{border:0;border-radius:.475rem}.modal.modal-sticky.modal-sticky-bottom-end.modal-sticky-lg,.modal.modal-sticky.modal-sticky-bottom-end.modal-sticky-lg .modal-dialog{max-width:600px}@media (max-width:767.98px){.modal.modal-sticky.modal-sticky-bottom-end{bottom:10px;right:10px;left:10px;width:auto}}@media (min-width:576px){.modal-xl{max-width:80%}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tabs.tabs-vertical .col-auto{border-right:1px solid #e4e6ef;padding-right:2rem}.tabs.tabs-vertical .nav-tabs{border-bottom:none}.tabs.tabs-vertical .nav-tabs .nav-item-title{display:block}.tabs .tabs-end,.tabs .tabs-start{display:none}@media (min-width:768px){.tabs .tabs-end,.tabs .tabs-start{display:block}}.nav-tabs .nav-item.nav-item-title{display:none}.nav-tabs .nav-item.nav-item-title .nav-link{padding-left:0;color:#a1a5b7}.nav-tabs .nav-link{position:relative}.nav-tabs .nav-link .badge{position:absolute;top:-5px;right:-4px}.nav-tabs .nav-link .badge.badge-sm{font-size:.65rem}.nav-tabs .nav-link .badge.badge-sm.badge-circle{width:1.3rem;height:1.3rem}.badge.badge-circle,.badge.badge-square{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:1.75rem;min-width:1.75rem;padding:0 .1rem}.badge.badge-circle{border-radius:50%;padding:0;min-width:unset;width:1.75rem}.badge.badge-sm{font-size:.7rem}.badge.badge-sm.badge-circle{width:1.25rem;height:1.25rem}.badge.badge-lg{min-width:2rem}.badge.badge-lg.badge-circle{width:2rem;height:2rem}.badge-white{color:#7e8299;background-color:#fff}.badge-light-white{color:#fff}.badge-light{color:#7e8299;background-color:#f2f1f6}.badge-light-light{color:#f2f1f6}.badge-primary{color:#fff;background-color:#2996ce}.badge-light-primary{color:#2996ce;background-color:#cde8f1}.badge-secondary{color:#fff;background-color:#0f3f62}.badge-light-secondary{color:#0f3f62;background-color:#cfd9e0}.badge-success{color:#fff;background-color:#14937e}.badge-light-success{color:#14937e;background-color:#d3f2ed}.badge-info{color:#fff;background-color:#4974a6}.badge-light-info{color:#4974a6;background-color:#c9d8e9}.badge-warning{color:#fff;background-color:#fe7f2d}.badge-light-warning{color:#fe7f2d;background-color:#ffe5d5}.badge-danger{color:#fff;background-color:#f64e60}.badge-light-danger{color:#f64e60;background-color:#ffe2e5}.badge-dark{color:#fff;background-color:#0f3f62}.badge-light-dark{color:#0f3f62;background-color:#eff2f5}.badge-purple{color:#fff;background-color:#c12d58}.badge-light-purple{color:#c12d58;background-color:#ffafc6}.badge-yellow{color:#fff;background-color:#ffae03}.badge-light-yellow{color:#ffae03;background-color:#ffefcd}.bullet{display:inline-block;background-color:#b5b5c3;border-radius:6px;width:8px;height:4px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.bullet-dot{width:4px;height:4px;border-radius:100%!important}.bullet-vertical{width:4px;height:8px}.bullet-line{width:5px;height:1px;border-radius:none}.symbol{display:inline-block;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;position:relative;border-radius:.475rem}.symbol .symbol-label{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-weight:500;color:#3f4254;background-color:#f2f1f6;background-repeat:no-repeat;background-position:50%;background-size:cover;border-radius:.475rem}.symbol .symbol-badge{position:absolute;background-color:#fff;border:2px solid #fff;border-radius:100%;top:0;left:50%;-webkit-transform:translateX(-50%) translateY(-50%)!important;transform:translateX(-50%) translateY(-50%)!important}.symbol>img{width:100%;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:inline-block;border-radius:.475rem}.symbol.symbol-square,.symbol.symbol-square .symbol-label,.symbol.symbol-square>img{border-radius:0!important}.symbol.symbol-circle,.symbol.symbol-circle .symbol-label,.symbol.symbol-circle>img{border-radius:50%}.symbol.symbol-fixed .symbol-label,.symbol .symbol-label,.symbol>img{width:50px;height:50px}.symbol.symbol-fixed>img{width:50px;height:50px;max-width:auto}.symbol.symbol-2by3 .symbol-label{height:50px;width:75px}.symbol.symbol-2by3>img{height:50px;width:75px;max-width:auto}.symbol.symbol-20px.symbol-fixed .symbol-label,.symbol.symbol-20px .symbol-label,.symbol.symbol-20px>img{width:20px;height:20px}.symbol.symbol-20px.symbol-fixed>img{width:20px;height:20px;max-width:auto}.symbol.symbol-20px.symbol-2by3 .symbol-label{height:20px;width:30px}.symbol.symbol-20px.symbol-2by3>img{height:20px;width:30px;max-width:auto}.symbol.symbol-25px.symbol-fixed .symbol-label,.symbol.symbol-25px .symbol-label,.symbol.symbol-25px>img{width:25px;height:25px}.symbol.symbol-25px.symbol-fixed>img{width:25px;height:25px;max-width:auto}.symbol.symbol-25px.symbol-2by3 .symbol-label{height:25px;width:37.5px}.symbol.symbol-25px.symbol-2by3>img{height:25px;width:37.5px;max-width:auto}.symbol.symbol-30px.symbol-fixed .symbol-label,.symbol.symbol-30px .symbol-label,.symbol.symbol-30px>img{width:30px;height:30px}.symbol.symbol-30px.symbol-fixed>img{width:30px;height:30px;max-width:auto}.symbol.symbol-30px.symbol-2by3 .symbol-label{height:30px;width:45px}.symbol.symbol-30px.symbol-2by3>img{height:30px;width:45px;max-width:auto}.symbol.symbol-32px.symbol-fixed .symbol-label,.symbol.symbol-32px .symbol-label,.symbol.symbol-32px>img{width:32px;height:32px}.symbol.symbol-32px.symbol-fixed>img{width:32px;height:32px;max-width:auto}.symbol.symbol-32px.symbol-2by3 .symbol-label{height:32px;width:48px}.symbol.symbol-32px.symbol-2by3>img{height:32px;width:48px;max-width:auto}.symbol.symbol-35px.symbol-fixed .symbol-label,.symbol.symbol-35px .symbol-label,.symbol.symbol-35px>img{width:35px;height:35px}.symbol.symbol-35px.symbol-fixed>img{width:35px;height:35px;max-width:auto}.symbol.symbol-35px.symbol-2by3 .symbol-label{height:35px;width:52.5px}.symbol.symbol-35px.symbol-2by3>img{height:35px;width:52.5px;max-width:auto}.symbol.symbol-40px.symbol-fixed .symbol-label,.symbol.symbol-40px .symbol-label,.symbol.symbol-40px>img{width:40px;height:40px}.symbol.symbol-40px.symbol-fixed>img{width:40px;height:40px;max-width:auto}.symbol.symbol-40px.symbol-2by3 .symbol-label{height:40px;width:60px}.symbol.symbol-40px.symbol-2by3>img{height:40px;width:60px;max-width:auto}.symbol.symbol-45px.symbol-fixed .symbol-label,.symbol.symbol-45px .symbol-label,.symbol.symbol-45px>img{width:45px;height:45px}.symbol.symbol-45px.symbol-fixed>img{width:45px;height:45px;max-width:auto}.symbol.symbol-45px.symbol-2by3 .symbol-label{height:45px;width:67.5px}.symbol.symbol-45px.symbol-2by3>img{height:45px;width:67.5px;max-width:auto}.symbol.symbol-50px.symbol-fixed .symbol-label,.symbol.symbol-50px .symbol-label,.symbol.symbol-50px>img{width:50px;height:50px}.symbol.symbol-50px.symbol-fixed>img{width:50px;height:50px;max-width:auto}.symbol.symbol-50px.symbol-2by3 .symbol-label{height:50px;width:75px}.symbol.symbol-50px.symbol-2by3>img{height:50px;width:75px;max-width:auto}.symbol.symbol-55px.symbol-fixed .symbol-label,.symbol.symbol-55px .symbol-label,.symbol.symbol-55px>img{width:55px;height:55px}.symbol.symbol-55px.symbol-fixed>img{width:55px;height:55px;max-width:auto}.symbol.symbol-55px.symbol-2by3 .symbol-label{height:55px;width:82.5px}.symbol.symbol-55px.symbol-2by3>img{height:55px;width:82.5px;max-width:auto}.symbol.symbol-60px.symbol-fixed .symbol-label,.symbol.symbol-60px .symbol-label,.symbol.symbol-60px>img{width:60px;height:60px}.symbol.symbol-60px.symbol-fixed>img{width:60px;height:60px;max-width:auto}.symbol.symbol-60px.symbol-2by3 .symbol-label{height:60px;width:90px}.symbol.symbol-60px.symbol-2by3>img{height:60px;width:90px;max-width:auto}.symbol.symbol-65px.symbol-fixed .symbol-label,.symbol.symbol-65px .symbol-label,.symbol.symbol-65px>img{width:65px;height:65px}.symbol.symbol-65px.symbol-fixed>img{width:65px;height:65px;max-width:auto}.symbol.symbol-65px.symbol-2by3 .symbol-label{height:65px;width:97.5px}.symbol.symbol-65px.symbol-2by3>img{height:65px;width:97.5px;max-width:auto}.symbol.symbol-70px.symbol-fixed .symbol-label,.symbol.symbol-70px .symbol-label,.symbol.symbol-70px>img{width:70px;height:70px}.symbol.symbol-70px.symbol-fixed>img{width:70px;height:70px;max-width:auto}.symbol.symbol-70px.symbol-2by3 .symbol-label{height:70px;width:105px}.symbol.symbol-70px.symbol-2by3>img{height:70px;width:105px;max-width:auto}.symbol.symbol-75px.symbol-fixed .symbol-label,.symbol.symbol-75px .symbol-label,.symbol.symbol-75px>img{width:75px;height:75px}.symbol.symbol-75px.symbol-fixed>img{width:75px;height:75px;max-width:auto}.symbol.symbol-75px.symbol-2by3 .symbol-label{height:75px;width:112.5px}.symbol.symbol-75px.symbol-2by3>img{height:75px;width:112.5px;max-width:auto}.symbol.symbol-80px.symbol-fixed .symbol-label,.symbol.symbol-80px .symbol-label,.symbol.symbol-80px>img{width:80px;height:80px}.symbol.symbol-80px.symbol-fixed>img{width:80px;height:80px;max-width:auto}.symbol.symbol-80px.symbol-2by3 .symbol-label{height:80px;width:120px}.symbol.symbol-80px.symbol-2by3>img{height:80px;width:120px;max-width:auto}.symbol.symbol-85px.symbol-fixed .symbol-label,.symbol.symbol-85px .symbol-label,.symbol.symbol-85px>img{width:85px;height:85px}.symbol.symbol-85px.symbol-fixed>img{width:85px;height:85px;max-width:auto}.symbol.symbol-85px.symbol-2by3 .symbol-label{height:85px;width:127.5px}.symbol.symbol-85px.symbol-2by3>img{height:85px;width:127.5px;max-width:auto}.symbol.symbol-90px.symbol-fixed .symbol-label,.symbol.symbol-90px .symbol-label,.symbol.symbol-90px>img{width:90px;height:90px}.symbol.symbol-90px.symbol-fixed>img{width:90px;height:90px;max-width:auto}.symbol.symbol-90px.symbol-2by3 .symbol-label{height:90px;width:135px}.symbol.symbol-90px.symbol-2by3>img{height:90px;width:135px;max-width:auto}.symbol.symbol-100px.symbol-fixed .symbol-label,.symbol.symbol-100px .symbol-label,.symbol.symbol-100px>img{width:100px;height:100px}.symbol.symbol-100px.symbol-fixed>img{width:100px;height:100px;max-width:auto}.symbol.symbol-100px.symbol-2by3 .symbol-label{height:100px;width:150px}.symbol.symbol-100px.symbol-2by3>img{height:100px;width:150px;max-width:auto}.symbol.symbol-125px.symbol-fixed .symbol-label,.symbol.symbol-125px .symbol-label,.symbol.symbol-125px>img{width:125px;height:125px}.symbol.symbol-125px.symbol-fixed>img{width:125px;height:125px;max-width:auto}.symbol.symbol-125px.symbol-2by3 .symbol-label{height:125px;width:187.5px}.symbol.symbol-125px.symbol-2by3>img{height:125px;width:187.5px;max-width:auto}.symbol.symbol-150px.symbol-fixed .symbol-label,.symbol.symbol-150px .symbol-label,.symbol.symbol-150px>img{width:150px;height:150px}.symbol.symbol-150px.symbol-fixed>img{width:150px;height:150px;max-width:auto}.symbol.symbol-150px.symbol-2by3 .symbol-label{height:150px;width:225px}.symbol.symbol-150px.symbol-2by3>img{height:150px;width:225px;max-width:auto}.symbol.symbol-160px.symbol-fixed .symbol-label,.symbol.symbol-160px .symbol-label,.symbol.symbol-160px>img{width:160px;height:160px}.symbol.symbol-160px.symbol-fixed>img{width:160px;height:160px;max-width:auto}.symbol.symbol-160px.symbol-2by3 .symbol-label{height:160px;width:240px}.symbol.symbol-160px.symbol-2by3>img{height:160px;width:240px;max-width:auto}.symbol.symbol-175px.symbol-fixed .symbol-label,.symbol.symbol-175px .symbol-label,.symbol.symbol-175px>img{width:175px;height:175px}.symbol.symbol-175px.symbol-fixed>img{width:175px;height:175px;max-width:auto}.symbol.symbol-175px.symbol-2by3 .symbol-label{height:175px;width:262.5px}.symbol.symbol-175px.symbol-2by3>img{height:175px;width:262.5px;max-width:auto}.symbol.symbol-200px.symbol-fixed .symbol-label,.symbol.symbol-200px .symbol-label,.symbol.symbol-200px>img{width:200px;height:200px}.symbol.symbol-200px.symbol-fixed>img{width:200px;height:200px;max-width:auto}.symbol.symbol-200px.symbol-2by3 .symbol-label{height:200px;width:300px}.symbol.symbol-200px.symbol-2by3>img{height:200px;width:300px;max-width:auto}@media (min-width:576px){.symbol.symbol-sm-20px.symbol-fixed .symbol-label,.symbol.symbol-sm-20px .symbol-label,.symbol.symbol-sm-20px>img{width:20px;height:20px}.symbol.symbol-sm-20px.symbol-fixed>img{width:20px;height:20px;max-width:auto}.symbol.symbol-sm-20px.symbol-2by3 .symbol-label{height:20px;width:30px}.symbol.symbol-sm-20px.symbol-2by3>img{height:20px;width:30px;max-width:auto}.symbol.symbol-sm-25px.symbol-fixed .symbol-label,.symbol.symbol-sm-25px .symbol-label,.symbol.symbol-sm-25px>img{width:25px;height:25px}.symbol.symbol-sm-25px.symbol-fixed>img{width:25px;height:25px;max-width:auto}.symbol.symbol-sm-25px.symbol-2by3 .symbol-label{height:25px;width:37.5px}.symbol.symbol-sm-25px.symbol-2by3>img{height:25px;width:37.5px;max-width:auto}.symbol.symbol-sm-30px.symbol-fixed .symbol-label,.symbol.symbol-sm-30px .symbol-label,.symbol.symbol-sm-30px>img{width:30px;height:30px}.symbol.symbol-sm-30px.symbol-fixed>img{width:30px;height:30px;max-width:auto}.symbol.symbol-sm-30px.symbol-2by3 .symbol-label{height:30px;width:45px}.symbol.symbol-sm-30px.symbol-2by3>img{height:30px;width:45px;max-width:auto}.symbol.symbol-sm-32px.symbol-fixed .symbol-label,.symbol.symbol-sm-32px .symbol-label,.symbol.symbol-sm-32px>img{width:32px;height:32px}.symbol.symbol-sm-32px.symbol-fixed>img{width:32px;height:32px;max-width:auto}.symbol.symbol-sm-32px.symbol-2by3 .symbol-label{height:32px;width:48px}.symbol.symbol-sm-32px.symbol-2by3>img{height:32px;width:48px;max-width:auto}.symbol.symbol-sm-35px.symbol-fixed .symbol-label,.symbol.symbol-sm-35px .symbol-label,.symbol.symbol-sm-35px>img{width:35px;height:35px}.symbol.symbol-sm-35px.symbol-fixed>img{width:35px;height:35px;max-width:auto}.symbol.symbol-sm-35px.symbol-2by3 .symbol-label{height:35px;width:52.5px}.symbol.symbol-sm-35px.symbol-2by3>img{height:35px;width:52.5px;max-width:auto}.symbol.symbol-sm-40px.symbol-fixed .symbol-label,.symbol.symbol-sm-40px .symbol-label,.symbol.symbol-sm-40px>img{width:40px;height:40px}.symbol.symbol-sm-40px.symbol-fixed>img{width:40px;height:40px;max-width:auto}.symbol.symbol-sm-40px.symbol-2by3 .symbol-label{height:40px;width:60px}.symbol.symbol-sm-40px.symbol-2by3>img{height:40px;width:60px;max-width:auto}.symbol.symbol-sm-45px.symbol-fixed .symbol-label,.symbol.symbol-sm-45px .symbol-label,.symbol.symbol-sm-45px>img{width:45px;height:45px}.symbol.symbol-sm-45px.symbol-fixed>img{width:45px;height:45px;max-width:auto}.symbol.symbol-sm-45px.symbol-2by3 .symbol-label{height:45px;width:67.5px}.symbol.symbol-sm-45px.symbol-2by3>img{height:45px;width:67.5px;max-width:auto}.symbol.symbol-sm-50px.symbol-fixed .symbol-label,.symbol.symbol-sm-50px .symbol-label,.symbol.symbol-sm-50px>img{width:50px;height:50px}.symbol.symbol-sm-50px.symbol-fixed>img{width:50px;height:50px;max-width:auto}.symbol.symbol-sm-50px.symbol-2by3 .symbol-label{height:50px;width:75px}.symbol.symbol-sm-50px.symbol-2by3>img{height:50px;width:75px;max-width:auto}.symbol.symbol-sm-55px.symbol-fixed .symbol-label,.symbol.symbol-sm-55px .symbol-label,.symbol.symbol-sm-55px>img{width:55px;height:55px}.symbol.symbol-sm-55px.symbol-fixed>img{width:55px;height:55px;max-width:auto}.symbol.symbol-sm-55px.symbol-2by3 .symbol-label{height:55px;width:82.5px}.symbol.symbol-sm-55px.symbol-2by3>img{height:55px;width:82.5px;max-width:auto}.symbol.symbol-sm-60px.symbol-fixed .symbol-label,.symbol.symbol-sm-60px .symbol-label,.symbol.symbol-sm-60px>img{width:60px;height:60px}.symbol.symbol-sm-60px.symbol-fixed>img{width:60px;height:60px;max-width:auto}.symbol.symbol-sm-60px.symbol-2by3 .symbol-label{height:60px;width:90px}.symbol.symbol-sm-60px.symbol-2by3>img{height:60px;width:90px;max-width:auto}.symbol.symbol-sm-65px.symbol-fixed .symbol-label,.symbol.symbol-sm-65px .symbol-label,.symbol.symbol-sm-65px>img{width:65px;height:65px}.symbol.symbol-sm-65px.symbol-fixed>img{width:65px;height:65px;max-width:auto}.symbol.symbol-sm-65px.symbol-2by3 .symbol-label{height:65px;width:97.5px}.symbol.symbol-sm-65px.symbol-2by3>img{height:65px;width:97.5px;max-width:auto}.symbol.symbol-sm-70px.symbol-fixed .symbol-label,.symbol.symbol-sm-70px .symbol-label,.symbol.symbol-sm-70px>img{width:70px;height:70px}.symbol.symbol-sm-70px.symbol-fixed>img{width:70px;height:70px;max-width:auto}.symbol.symbol-sm-70px.symbol-2by3 .symbol-label{height:70px;width:105px}.symbol.symbol-sm-70px.symbol-2by3>img{height:70px;width:105px;max-width:auto}.symbol.symbol-sm-75px.symbol-fixed .symbol-label,.symbol.symbol-sm-75px .symbol-label,.symbol.symbol-sm-75px>img{width:75px;height:75px}.symbol.symbol-sm-75px.symbol-fixed>img{width:75px;height:75px;max-width:auto}.symbol.symbol-sm-75px.symbol-2by3 .symbol-label{height:75px;width:112.5px}.symbol.symbol-sm-75px.symbol-2by3>img{height:75px;width:112.5px;max-width:auto}.symbol.symbol-sm-80px.symbol-fixed .symbol-label,.symbol.symbol-sm-80px .symbol-label,.symbol.symbol-sm-80px>img{width:80px;height:80px}.symbol.symbol-sm-80px.symbol-fixed>img{width:80px;height:80px;max-width:auto}.symbol.symbol-sm-80px.symbol-2by3 .symbol-label{height:80px;width:120px}.symbol.symbol-sm-80px.symbol-2by3>img{height:80px;width:120px;max-width:auto}.symbol.symbol-sm-85px.symbol-fixed .symbol-label,.symbol.symbol-sm-85px .symbol-label,.symbol.symbol-sm-85px>img{width:85px;height:85px}.symbol.symbol-sm-85px.symbol-fixed>img{width:85px;height:85px;max-width:auto}.symbol.symbol-sm-85px.symbol-2by3 .symbol-label{height:85px;width:127.5px}.symbol.symbol-sm-85px.symbol-2by3>img{height:85px;width:127.5px;max-width:auto}.symbol.symbol-sm-90px.symbol-fixed .symbol-label,.symbol.symbol-sm-90px .symbol-label,.symbol.symbol-sm-90px>img{width:90px;height:90px}.symbol.symbol-sm-90px.symbol-fixed>img{width:90px;height:90px;max-width:auto}.symbol.symbol-sm-90px.symbol-2by3 .symbol-label{height:90px;width:135px}.symbol.symbol-sm-90px.symbol-2by3>img{height:90px;width:135px;max-width:auto}.symbol.symbol-sm-100px.symbol-fixed .symbol-label,.symbol.symbol-sm-100px .symbol-label,.symbol.symbol-sm-100px>img{width:100px;height:100px}.symbol.symbol-sm-100px.symbol-fixed>img{width:100px;height:100px;max-width:auto}.symbol.symbol-sm-100px.symbol-2by3 .symbol-label{height:100px;width:150px}.symbol.symbol-sm-100px.symbol-2by3>img{height:100px;width:150px;max-width:auto}.symbol.symbol-sm-125px.symbol-fixed .symbol-label,.symbol.symbol-sm-125px .symbol-label,.symbol.symbol-sm-125px>img{width:125px;height:125px}.symbol.symbol-sm-125px.symbol-fixed>img{width:125px;height:125px;max-width:auto}.symbol.symbol-sm-125px.symbol-2by3 .symbol-label{height:125px;width:187.5px}.symbol.symbol-sm-125px.symbol-2by3>img{height:125px;width:187.5px;max-width:auto}.symbol.symbol-sm-150px.symbol-fixed .symbol-label,.symbol.symbol-sm-150px .symbol-label,.symbol.symbol-sm-150px>img{width:150px;height:150px}.symbol.symbol-sm-150px.symbol-fixed>img{width:150px;height:150px;max-width:auto}.symbol.symbol-sm-150px.symbol-2by3 .symbol-label{height:150px;width:225px}.symbol.symbol-sm-150px.symbol-2by3>img{height:150px;width:225px;max-width:auto}.symbol.symbol-sm-160px.symbol-fixed .symbol-label,.symbol.symbol-sm-160px .symbol-label,.symbol.symbol-sm-160px>img{width:160px;height:160px}.symbol.symbol-sm-160px.symbol-fixed>img{width:160px;height:160px;max-width:auto}.symbol.symbol-sm-160px.symbol-2by3 .symbol-label{height:160px;width:240px}.symbol.symbol-sm-160px.symbol-2by3>img{height:160px;width:240px;max-width:auto}.symbol.symbol-sm-175px.symbol-fixed .symbol-label,.symbol.symbol-sm-175px .symbol-label,.symbol.symbol-sm-175px>img{width:175px;height:175px}.symbol.symbol-sm-175px.symbol-fixed>img{width:175px;height:175px;max-width:auto}.symbol.symbol-sm-175px.symbol-2by3 .symbol-label{height:175px;width:262.5px}.symbol.symbol-sm-175px.symbol-2by3>img{height:175px;width:262.5px;max-width:auto}.symbol.symbol-sm-200px.symbol-fixed .symbol-label,.symbol.symbol-sm-200px .symbol-label,.symbol.symbol-sm-200px>img{width:200px;height:200px}.symbol.symbol-sm-200px.symbol-fixed>img{width:200px;height:200px;max-width:auto}.symbol.symbol-sm-200px.symbol-2by3 .symbol-label{height:200px;width:300px}.symbol.symbol-sm-200px.symbol-2by3>img{height:200px;width:300px;max-width:auto}}@media (min-width:768px){.symbol.symbol-md-20px.symbol-fixed .symbol-label,.symbol.symbol-md-20px .symbol-label,.symbol.symbol-md-20px>img{width:20px;height:20px}.symbol.symbol-md-20px.symbol-fixed>img{width:20px;height:20px;max-width:auto}.symbol.symbol-md-20px.symbol-2by3 .symbol-label{height:20px;width:30px}.symbol.symbol-md-20px.symbol-2by3>img{height:20px;width:30px;max-width:auto}.symbol.symbol-md-25px.symbol-fixed .symbol-label,.symbol.symbol-md-25px .symbol-label,.symbol.symbol-md-25px>img{width:25px;height:25px}.symbol.symbol-md-25px.symbol-fixed>img{width:25px;height:25px;max-width:auto}.symbol.symbol-md-25px.symbol-2by3 .symbol-label{height:25px;width:37.5px}.symbol.symbol-md-25px.symbol-2by3>img{height:25px;width:37.5px;max-width:auto}.symbol.symbol-md-30px.symbol-fixed .symbol-label,.symbol.symbol-md-30px .symbol-label,.symbol.symbol-md-30px>img{width:30px;height:30px}.symbol.symbol-md-30px.symbol-fixed>img{width:30px;height:30px;max-width:auto}.symbol.symbol-md-30px.symbol-2by3 .symbol-label{height:30px;width:45px}.symbol.symbol-md-30px.symbol-2by3>img{height:30px;width:45px;max-width:auto}.symbol.symbol-md-32px.symbol-fixed .symbol-label,.symbol.symbol-md-32px .symbol-label,.symbol.symbol-md-32px>img{width:32px;height:32px}.symbol.symbol-md-32px.symbol-fixed>img{width:32px;height:32px;max-width:auto}.symbol.symbol-md-32px.symbol-2by3 .symbol-label{height:32px;width:48px}.symbol.symbol-md-32px.symbol-2by3>img{height:32px;width:48px;max-width:auto}.symbol.symbol-md-35px.symbol-fixed .symbol-label,.symbol.symbol-md-35px .symbol-label,.symbol.symbol-md-35px>img{width:35px;height:35px}.symbol.symbol-md-35px.symbol-fixed>img{width:35px;height:35px;max-width:auto}.symbol.symbol-md-35px.symbol-2by3 .symbol-label{height:35px;width:52.5px}.symbol.symbol-md-35px.symbol-2by3>img{height:35px;width:52.5px;max-width:auto}.symbol.symbol-md-40px.symbol-fixed .symbol-label,.symbol.symbol-md-40px .symbol-label,.symbol.symbol-md-40px>img{width:40px;height:40px}.symbol.symbol-md-40px.symbol-fixed>img{width:40px;height:40px;max-width:auto}.symbol.symbol-md-40px.symbol-2by3 .symbol-label{height:40px;width:60px}.symbol.symbol-md-40px.symbol-2by3>img{height:40px;width:60px;max-width:auto}.symbol.symbol-md-45px.symbol-fixed .symbol-label,.symbol.symbol-md-45px .symbol-label,.symbol.symbol-md-45px>img{width:45px;height:45px}.symbol.symbol-md-45px.symbol-fixed>img{width:45px;height:45px;max-width:auto}.symbol.symbol-md-45px.symbol-2by3 .symbol-label{height:45px;width:67.5px}.symbol.symbol-md-45px.symbol-2by3>img{height:45px;width:67.5px;max-width:auto}.symbol.symbol-md-50px.symbol-fixed .symbol-label,.symbol.symbol-md-50px .symbol-label,.symbol.symbol-md-50px>img{width:50px;height:50px}.symbol.symbol-md-50px.symbol-fixed>img{width:50px;height:50px;max-width:auto}.symbol.symbol-md-50px.symbol-2by3 .symbol-label{height:50px;width:75px}.symbol.symbol-md-50px.symbol-2by3>img{height:50px;width:75px;max-width:auto}.symbol.symbol-md-55px.symbol-fixed .symbol-label,.symbol.symbol-md-55px .symbol-label,.symbol.symbol-md-55px>img{width:55px;height:55px}.symbol.symbol-md-55px.symbol-fixed>img{width:55px;height:55px;max-width:auto}.symbol.symbol-md-55px.symbol-2by3 .symbol-label{height:55px;width:82.5px}.symbol.symbol-md-55px.symbol-2by3>img{height:55px;width:82.5px;max-width:auto}.symbol.symbol-md-60px.symbol-fixed .symbol-label,.symbol.symbol-md-60px .symbol-label,.symbol.symbol-md-60px>img{width:60px;height:60px}.symbol.symbol-md-60px.symbol-fixed>img{width:60px;height:60px;max-width:auto}.symbol.symbol-md-60px.symbol-2by3 .symbol-label{height:60px;width:90px}.symbol.symbol-md-60px.symbol-2by3>img{height:60px;width:90px;max-width:auto}.symbol.symbol-md-65px.symbol-fixed .symbol-label,.symbol.symbol-md-65px .symbol-label,.symbol.symbol-md-65px>img{width:65px;height:65px}.symbol.symbol-md-65px.symbol-fixed>img{width:65px;height:65px;max-width:auto}.symbol.symbol-md-65px.symbol-2by3 .symbol-label{height:65px;width:97.5px}.symbol.symbol-md-65px.symbol-2by3>img{height:65px;width:97.5px;max-width:auto}.symbol.symbol-md-70px.symbol-fixed .symbol-label,.symbol.symbol-md-70px .symbol-label,.symbol.symbol-md-70px>img{width:70px;height:70px}.symbol.symbol-md-70px.symbol-fixed>img{width:70px;height:70px;max-width:auto}.symbol.symbol-md-70px.symbol-2by3 .symbol-label{height:70px;width:105px}.symbol.symbol-md-70px.symbol-2by3>img{height:70px;width:105px;max-width:auto}.symbol.symbol-md-75px.symbol-fixed .symbol-label,.symbol.symbol-md-75px .symbol-label,.symbol.symbol-md-75px>img{width:75px;height:75px}.symbol.symbol-md-75px.symbol-fixed>img{width:75px;height:75px;max-width:auto}.symbol.symbol-md-75px.symbol-2by3 .symbol-label{height:75px;width:112.5px}.symbol.symbol-md-75px.symbol-2by3>img{height:75px;width:112.5px;max-width:auto}.symbol.symbol-md-80px.symbol-fixed .symbol-label,.symbol.symbol-md-80px .symbol-label,.symbol.symbol-md-80px>img{width:80px;height:80px}.symbol.symbol-md-80px.symbol-fixed>img{width:80px;height:80px;max-width:auto}.symbol.symbol-md-80px.symbol-2by3 .symbol-label{height:80px;width:120px}.symbol.symbol-md-80px.symbol-2by3>img{height:80px;width:120px;max-width:auto}.symbol.symbol-md-85px.symbol-fixed .symbol-label,.symbol.symbol-md-85px .symbol-label,.symbol.symbol-md-85px>img{width:85px;height:85px}.symbol.symbol-md-85px.symbol-fixed>img{width:85px;height:85px;max-width:auto}.symbol.symbol-md-85px.symbol-2by3 .symbol-label{height:85px;width:127.5px}.symbol.symbol-md-85px.symbol-2by3>img{height:85px;width:127.5px;max-width:auto}.symbol.symbol-md-90px.symbol-fixed .symbol-label,.symbol.symbol-md-90px .symbol-label,.symbol.symbol-md-90px>img{width:90px;height:90px}.symbol.symbol-md-90px.symbol-fixed>img{width:90px;height:90px;max-width:auto}.symbol.symbol-md-90px.symbol-2by3 .symbol-label{height:90px;width:135px}.symbol.symbol-md-90px.symbol-2by3>img{height:90px;width:135px;max-width:auto}.symbol.symbol-md-100px.symbol-fixed .symbol-label,.symbol.symbol-md-100px .symbol-label,.symbol.symbol-md-100px>img{width:100px;height:100px}.symbol.symbol-md-100px.symbol-fixed>img{width:100px;height:100px;max-width:auto}.symbol.symbol-md-100px.symbol-2by3 .symbol-label{height:100px;width:150px}.symbol.symbol-md-100px.symbol-2by3>img{height:100px;width:150px;max-width:auto}.symbol.symbol-md-125px.symbol-fixed .symbol-label,.symbol.symbol-md-125px .symbol-label,.symbol.symbol-md-125px>img{width:125px;height:125px}.symbol.symbol-md-125px.symbol-fixed>img{width:125px;height:125px;max-width:auto}.symbol.symbol-md-125px.symbol-2by3 .symbol-label{height:125px;width:187.5px}.symbol.symbol-md-125px.symbol-2by3>img{height:125px;width:187.5px;max-width:auto}.symbol.symbol-md-150px.symbol-fixed .symbol-label,.symbol.symbol-md-150px .symbol-label,.symbol.symbol-md-150px>img{width:150px;height:150px}.symbol.symbol-md-150px.symbol-fixed>img{width:150px;height:150px;max-width:auto}.symbol.symbol-md-150px.symbol-2by3 .symbol-label{height:150px;width:225px}.symbol.symbol-md-150px.symbol-2by3>img{height:150px;width:225px;max-width:auto}.symbol.symbol-md-160px.symbol-fixed .symbol-label,.symbol.symbol-md-160px .symbol-label,.symbol.symbol-md-160px>img{width:160px;height:160px}.symbol.symbol-md-160px.symbol-fixed>img{width:160px;height:160px;max-width:auto}.symbol.symbol-md-160px.symbol-2by3 .symbol-label{height:160px;width:240px}.symbol.symbol-md-160px.symbol-2by3>img{height:160px;width:240px;max-width:auto}.symbol.symbol-md-175px.symbol-fixed .symbol-label,.symbol.symbol-md-175px .symbol-label,.symbol.symbol-md-175px>img{width:175px;height:175px}.symbol.symbol-md-175px.symbol-fixed>img{width:175px;height:175px;max-width:auto}.symbol.symbol-md-175px.symbol-2by3 .symbol-label{height:175px;width:262.5px}.symbol.symbol-md-175px.symbol-2by3>img{height:175px;width:262.5px;max-width:auto}.symbol.symbol-md-200px.symbol-fixed .symbol-label,.symbol.symbol-md-200px .symbol-label,.symbol.symbol-md-200px>img{width:200px;height:200px}.symbol.symbol-md-200px.symbol-fixed>img{width:200px;height:200px;max-width:auto}.symbol.symbol-md-200px.symbol-2by3 .symbol-label{height:200px;width:300px}.symbol.symbol-md-200px.symbol-2by3>img{height:200px;width:300px;max-width:auto}}@media (min-width:992px){.symbol.symbol-lg-20px.symbol-fixed .symbol-label,.symbol.symbol-lg-20px .symbol-label,.symbol.symbol-lg-20px>img{width:20px;height:20px}.symbol.symbol-lg-20px.symbol-fixed>img{width:20px;height:20px;max-width:auto}.symbol.symbol-lg-20px.symbol-2by3 .symbol-label{height:20px;width:30px}.symbol.symbol-lg-20px.symbol-2by3>img{height:20px;width:30px;max-width:auto}.symbol.symbol-lg-25px.symbol-fixed .symbol-label,.symbol.symbol-lg-25px .symbol-label,.symbol.symbol-lg-25px>img{width:25px;height:25px}.symbol.symbol-lg-25px.symbol-fixed>img{width:25px;height:25px;max-width:auto}.symbol.symbol-lg-25px.symbol-2by3 .symbol-label{height:25px;width:37.5px}.symbol.symbol-lg-25px.symbol-2by3>img{height:25px;width:37.5px;max-width:auto}.symbol.symbol-lg-30px.symbol-fixed .symbol-label,.symbol.symbol-lg-30px .symbol-label,.symbol.symbol-lg-30px>img{width:30px;height:30px}.symbol.symbol-lg-30px.symbol-fixed>img{width:30px;height:30px;max-width:auto}.symbol.symbol-lg-30px.symbol-2by3 .symbol-label{height:30px;width:45px}.symbol.symbol-lg-30px.symbol-2by3>img{height:30px;width:45px;max-width:auto}.symbol.symbol-lg-32px.symbol-fixed .symbol-label,.symbol.symbol-lg-32px .symbol-label,.symbol.symbol-lg-32px>img{width:32px;height:32px}.symbol.symbol-lg-32px.symbol-fixed>img{width:32px;height:32px;max-width:auto}.symbol.symbol-lg-32px.symbol-2by3 .symbol-label{height:32px;width:48px}.symbol.symbol-lg-32px.symbol-2by3>img{height:32px;width:48px;max-width:auto}.symbol.symbol-lg-35px.symbol-fixed .symbol-label,.symbol.symbol-lg-35px .symbol-label,.symbol.symbol-lg-35px>img{width:35px;height:35px}.symbol.symbol-lg-35px.symbol-fixed>img{width:35px;height:35px;max-width:auto}.symbol.symbol-lg-35px.symbol-2by3 .symbol-label{height:35px;width:52.5px}.symbol.symbol-lg-35px.symbol-2by3>img{height:35px;width:52.5px;max-width:auto}.symbol.symbol-lg-40px.symbol-fixed .symbol-label,.symbol.symbol-lg-40px .symbol-label,.symbol.symbol-lg-40px>img{width:40px;height:40px}.symbol.symbol-lg-40px.symbol-fixed>img{width:40px;height:40px;max-width:auto}.symbol.symbol-lg-40px.symbol-2by3 .symbol-label{height:40px;width:60px}.symbol.symbol-lg-40px.symbol-2by3>img{height:40px;width:60px;max-width:auto}.symbol.symbol-lg-45px.symbol-fixed .symbol-label,.symbol.symbol-lg-45px .symbol-label,.symbol.symbol-lg-45px>img{width:45px;height:45px}.symbol.symbol-lg-45px.symbol-fixed>img{width:45px;height:45px;max-width:auto}.symbol.symbol-lg-45px.symbol-2by3 .symbol-label{height:45px;width:67.5px}.symbol.symbol-lg-45px.symbol-2by3>img{height:45px;width:67.5px;max-width:auto}.symbol.symbol-lg-50px.symbol-fixed .symbol-label,.symbol.symbol-lg-50px .symbol-label,.symbol.symbol-lg-50px>img{width:50px;height:50px}.symbol.symbol-lg-50px.symbol-fixed>img{width:50px;height:50px;max-width:auto}.symbol.symbol-lg-50px.symbol-2by3 .symbol-label{height:50px;width:75px}.symbol.symbol-lg-50px.symbol-2by3>img{height:50px;width:75px;max-width:auto}.symbol.symbol-lg-55px.symbol-fixed .symbol-label,.symbol.symbol-lg-55px .symbol-label,.symbol.symbol-lg-55px>img{width:55px;height:55px}.symbol.symbol-lg-55px.symbol-fixed>img{width:55px;height:55px;max-width:auto}.symbol.symbol-lg-55px.symbol-2by3 .symbol-label{height:55px;width:82.5px}.symbol.symbol-lg-55px.symbol-2by3>img{height:55px;width:82.5px;max-width:auto}.symbol.symbol-lg-60px.symbol-fixed .symbol-label,.symbol.symbol-lg-60px .symbol-label,.symbol.symbol-lg-60px>img{width:60px;height:60px}.symbol.symbol-lg-60px.symbol-fixed>img{width:60px;height:60px;max-width:auto}.symbol.symbol-lg-60px.symbol-2by3 .symbol-label{height:60px;width:90px}.symbol.symbol-lg-60px.symbol-2by3>img{height:60px;width:90px;max-width:auto}.symbol.symbol-lg-65px.symbol-fixed .symbol-label,.symbol.symbol-lg-65px .symbol-label,.symbol.symbol-lg-65px>img{width:65px;height:65px}.symbol.symbol-lg-65px.symbol-fixed>img{width:65px;height:65px;max-width:auto}.symbol.symbol-lg-65px.symbol-2by3 .symbol-label{height:65px;width:97.5px}.symbol.symbol-lg-65px.symbol-2by3>img{height:65px;width:97.5px;max-width:auto}.symbol.symbol-lg-70px.symbol-fixed .symbol-label,.symbol.symbol-lg-70px .symbol-label,.symbol.symbol-lg-70px>img{width:70px;height:70px}.symbol.symbol-lg-70px.symbol-fixed>img{width:70px;height:70px;max-width:auto}.symbol.symbol-lg-70px.symbol-2by3 .symbol-label{height:70px;width:105px}.symbol.symbol-lg-70px.symbol-2by3>img{height:70px;width:105px;max-width:auto}.symbol.symbol-lg-75px.symbol-fixed .symbol-label,.symbol.symbol-lg-75px .symbol-label,.symbol.symbol-lg-75px>img{width:75px;height:75px}.symbol.symbol-lg-75px.symbol-fixed>img{width:75px;height:75px;max-width:auto}.symbol.symbol-lg-75px.symbol-2by3 .symbol-label{height:75px;width:112.5px}.symbol.symbol-lg-75px.symbol-2by3>img{height:75px;width:112.5px;max-width:auto}.symbol.symbol-lg-80px.symbol-fixed .symbol-label,.symbol.symbol-lg-80px .symbol-label,.symbol.symbol-lg-80px>img{width:80px;height:80px}.symbol.symbol-lg-80px.symbol-fixed>img{width:80px;height:80px;max-width:auto}.symbol.symbol-lg-80px.symbol-2by3 .symbol-label{height:80px;width:120px}.symbol.symbol-lg-80px.symbol-2by3>img{height:80px;width:120px;max-width:auto}.symbol.symbol-lg-85px.symbol-fixed .symbol-label,.symbol.symbol-lg-85px .symbol-label,.symbol.symbol-lg-85px>img{width:85px;height:85px}.symbol.symbol-lg-85px.symbol-fixed>img{width:85px;height:85px;max-width:auto}.symbol.symbol-lg-85px.symbol-2by3 .symbol-label{height:85px;width:127.5px}.symbol.symbol-lg-85px.symbol-2by3>img{height:85px;width:127.5px;max-width:auto}.symbol.symbol-lg-90px.symbol-fixed .symbol-label,.symbol.symbol-lg-90px .symbol-label,.symbol.symbol-lg-90px>img{width:90px;height:90px}.symbol.symbol-lg-90px.symbol-fixed>img{width:90px;height:90px;max-width:auto}.symbol.symbol-lg-90px.symbol-2by3 .symbol-label{height:90px;width:135px}.symbol.symbol-lg-90px.symbol-2by3>img{height:90px;width:135px;max-width:auto}.symbol.symbol-lg-100px.symbol-fixed .symbol-label,.symbol.symbol-lg-100px .symbol-label,.symbol.symbol-lg-100px>img{width:100px;height:100px}.symbol.symbol-lg-100px.symbol-fixed>img{width:100px;height:100px;max-width:auto}.symbol.symbol-lg-100px.symbol-2by3 .symbol-label{height:100px;width:150px}.symbol.symbol-lg-100px.symbol-2by3>img{height:100px;width:150px;max-width:auto}.symbol.symbol-lg-125px.symbol-fixed .symbol-label,.symbol.symbol-lg-125px .symbol-label,.symbol.symbol-lg-125px>img{width:125px;height:125px}.symbol.symbol-lg-125px.symbol-fixed>img{width:125px;height:125px;max-width:auto}.symbol.symbol-lg-125px.symbol-2by3 .symbol-label{height:125px;width:187.5px}.symbol.symbol-lg-125px.symbol-2by3>img{height:125px;width:187.5px;max-width:auto}.symbol.symbol-lg-150px.symbol-fixed .symbol-label,.symbol.symbol-lg-150px .symbol-label,.symbol.symbol-lg-150px>img{width:150px;height:150px}.symbol.symbol-lg-150px.symbol-fixed>img{width:150px;height:150px;max-width:auto}.symbol.symbol-lg-150px.symbol-2by3 .symbol-label{height:150px;width:225px}.symbol.symbol-lg-150px.symbol-2by3>img{height:150px;width:225px;max-width:auto}.symbol.symbol-lg-160px.symbol-fixed .symbol-label,.symbol.symbol-lg-160px .symbol-label,.symbol.symbol-lg-160px>img{width:160px;height:160px}.symbol.symbol-lg-160px.symbol-fixed>img{width:160px;height:160px;max-width:auto}.symbol.symbol-lg-160px.symbol-2by3 .symbol-label{height:160px;width:240px}.symbol.symbol-lg-160px.symbol-2by3>img{height:160px;width:240px;max-width:auto}.symbol.symbol-lg-175px.symbol-fixed .symbol-label,.symbol.symbol-lg-175px .symbol-label,.symbol.symbol-lg-175px>img{width:175px;height:175px}.symbol.symbol-lg-175px.symbol-fixed>img{width:175px;height:175px;max-width:auto}.symbol.symbol-lg-175px.symbol-2by3 .symbol-label{height:175px;width:262.5px}.symbol.symbol-lg-175px.symbol-2by3>img{height:175px;width:262.5px;max-width:auto}.symbol.symbol-lg-200px.symbol-fixed .symbol-label,.symbol.symbol-lg-200px .symbol-label,.symbol.symbol-lg-200px>img{width:200px;height:200px}.symbol.symbol-lg-200px.symbol-fixed>img{width:200px;height:200px;max-width:auto}.symbol.symbol-lg-200px.symbol-2by3 .symbol-label{height:200px;width:300px}.symbol.symbol-lg-200px.symbol-2by3>img{height:200px;width:300px;max-width:auto}}@media (min-width:1200px){.symbol.symbol-xl-20px.symbol-fixed .symbol-label,.symbol.symbol-xl-20px .symbol-label,.symbol.symbol-xl-20px>img{width:20px;height:20px}.symbol.symbol-xl-20px.symbol-fixed>img{width:20px;height:20px;max-width:auto}.symbol.symbol-xl-20px.symbol-2by3 .symbol-label{height:20px;width:30px}.symbol.symbol-xl-20px.symbol-2by3>img{height:20px;width:30px;max-width:auto}.symbol.symbol-xl-25px.symbol-fixed .symbol-label,.symbol.symbol-xl-25px .symbol-label,.symbol.symbol-xl-25px>img{width:25px;height:25px}.symbol.symbol-xl-25px.symbol-fixed>img{width:25px;height:25px;max-width:auto}.symbol.symbol-xl-25px.symbol-2by3 .symbol-label{height:25px;width:37.5px}.symbol.symbol-xl-25px.symbol-2by3>img{height:25px;width:37.5px;max-width:auto}.symbol.symbol-xl-30px.symbol-fixed .symbol-label,.symbol.symbol-xl-30px .symbol-label,.symbol.symbol-xl-30px>img{width:30px;height:30px}.symbol.symbol-xl-30px.symbol-fixed>img{width:30px;height:30px;max-width:auto}.symbol.symbol-xl-30px.symbol-2by3 .symbol-label{height:30px;width:45px}.symbol.symbol-xl-30px.symbol-2by3>img{height:30px;width:45px;max-width:auto}.symbol.symbol-xl-32px.symbol-fixed .symbol-label,.symbol.symbol-xl-32px .symbol-label,.symbol.symbol-xl-32px>img{width:32px;height:32px}.symbol.symbol-xl-32px.symbol-fixed>img{width:32px;height:32px;max-width:auto}.symbol.symbol-xl-32px.symbol-2by3 .symbol-label{height:32px;width:48px}.symbol.symbol-xl-32px.symbol-2by3>img{height:32px;width:48px;max-width:auto}.symbol.symbol-xl-35px.symbol-fixed .symbol-label,.symbol.symbol-xl-35px .symbol-label,.symbol.symbol-xl-35px>img{width:35px;height:35px}.symbol.symbol-xl-35px.symbol-fixed>img{width:35px;height:35px;max-width:auto}.symbol.symbol-xl-35px.symbol-2by3 .symbol-label{height:35px;width:52.5px}.symbol.symbol-xl-35px.symbol-2by3>img{height:35px;width:52.5px;max-width:auto}.symbol.symbol-xl-40px.symbol-fixed .symbol-label,.symbol.symbol-xl-40px .symbol-label,.symbol.symbol-xl-40px>img{width:40px;height:40px}.symbol.symbol-xl-40px.symbol-fixed>img{width:40px;height:40px;max-width:auto}.symbol.symbol-xl-40px.symbol-2by3 .symbol-label{height:40px;width:60px}.symbol.symbol-xl-40px.symbol-2by3>img{height:40px;width:60px;max-width:auto}.symbol.symbol-xl-45px.symbol-fixed .symbol-label,.symbol.symbol-xl-45px .symbol-label,.symbol.symbol-xl-45px>img{width:45px;height:45px}.symbol.symbol-xl-45px.symbol-fixed>img{width:45px;height:45px;max-width:auto}.symbol.symbol-xl-45px.symbol-2by3 .symbol-label{height:45px;width:67.5px}.symbol.symbol-xl-45px.symbol-2by3>img{height:45px;width:67.5px;max-width:auto}.symbol.symbol-xl-50px.symbol-fixed .symbol-label,.symbol.symbol-xl-50px .symbol-label,.symbol.symbol-xl-50px>img{width:50px;height:50px}.symbol.symbol-xl-50px.symbol-fixed>img{width:50px;height:50px;max-width:auto}.symbol.symbol-xl-50px.symbol-2by3 .symbol-label{height:50px;width:75px}.symbol.symbol-xl-50px.symbol-2by3>img{height:50px;width:75px;max-width:auto}.symbol.symbol-xl-55px.symbol-fixed .symbol-label,.symbol.symbol-xl-55px .symbol-label,.symbol.symbol-xl-55px>img{width:55px;height:55px}.symbol.symbol-xl-55px.symbol-fixed>img{width:55px;height:55px;max-width:auto}.symbol.symbol-xl-55px.symbol-2by3 .symbol-label{height:55px;width:82.5px}.symbol.symbol-xl-55px.symbol-2by3>img{height:55px;width:82.5px;max-width:auto}.symbol.symbol-xl-60px.symbol-fixed .symbol-label,.symbol.symbol-xl-60px .symbol-label,.symbol.symbol-xl-60px>img{width:60px;height:60px}.symbol.symbol-xl-60px.symbol-fixed>img{width:60px;height:60px;max-width:auto}.symbol.symbol-xl-60px.symbol-2by3 .symbol-label{height:60px;width:90px}.symbol.symbol-xl-60px.symbol-2by3>img{height:60px;width:90px;max-width:auto}.symbol.symbol-xl-65px.symbol-fixed .symbol-label,.symbol.symbol-xl-65px .symbol-label,.symbol.symbol-xl-65px>img{width:65px;height:65px}.symbol.symbol-xl-65px.symbol-fixed>img{width:65px;height:65px;max-width:auto}.symbol.symbol-xl-65px.symbol-2by3 .symbol-label{height:65px;width:97.5px}.symbol.symbol-xl-65px.symbol-2by3>img{height:65px;width:97.5px;max-width:auto}.symbol.symbol-xl-70px.symbol-fixed .symbol-label,.symbol.symbol-xl-70px .symbol-label,.symbol.symbol-xl-70px>img{width:70px;height:70px}.symbol.symbol-xl-70px.symbol-fixed>img{width:70px;height:70px;max-width:auto}.symbol.symbol-xl-70px.symbol-2by3 .symbol-label{height:70px;width:105px}.symbol.symbol-xl-70px.symbol-2by3>img{height:70px;width:105px;max-width:auto}.symbol.symbol-xl-75px.symbol-fixed .symbol-label,.symbol.symbol-xl-75px .symbol-label,.symbol.symbol-xl-75px>img{width:75px;height:75px}.symbol.symbol-xl-75px.symbol-fixed>img{width:75px;height:75px;max-width:auto}.symbol.symbol-xl-75px.symbol-2by3 .symbol-label{height:75px;width:112.5px}.symbol.symbol-xl-75px.symbol-2by3>img{height:75px;width:112.5px;max-width:auto}.symbol.symbol-xl-80px.symbol-fixed .symbol-label,.symbol.symbol-xl-80px .symbol-label,.symbol.symbol-xl-80px>img{width:80px;height:80px}.symbol.symbol-xl-80px.symbol-fixed>img{width:80px;height:80px;max-width:auto}.symbol.symbol-xl-80px.symbol-2by3 .symbol-label{height:80px;width:120px}.symbol.symbol-xl-80px.symbol-2by3>img{height:80px;width:120px;max-width:auto}.symbol.symbol-xl-85px.symbol-fixed .symbol-label,.symbol.symbol-xl-85px .symbol-label,.symbol.symbol-xl-85px>img{width:85px;height:85px}.symbol.symbol-xl-85px.symbol-fixed>img{width:85px;height:85px;max-width:auto}.symbol.symbol-xl-85px.symbol-2by3 .symbol-label{height:85px;width:127.5px}.symbol.symbol-xl-85px.symbol-2by3>img{height:85px;width:127.5px;max-width:auto}.symbol.symbol-xl-90px.symbol-fixed .symbol-label,.symbol.symbol-xl-90px .symbol-label,.symbol.symbol-xl-90px>img{width:90px;height:90px}.symbol.symbol-xl-90px.symbol-fixed>img{width:90px;height:90px;max-width:auto}.symbol.symbol-xl-90px.symbol-2by3 .symbol-label{height:90px;width:135px}.symbol.symbol-xl-90px.symbol-2by3>img{height:90px;width:135px;max-width:auto}.symbol.symbol-xl-100px.symbol-fixed .symbol-label,.symbol.symbol-xl-100px .symbol-label,.symbol.symbol-xl-100px>img{width:100px;height:100px}.symbol.symbol-xl-100px.symbol-fixed>img{width:100px;height:100px;max-width:auto}.symbol.symbol-xl-100px.symbol-2by3 .symbol-label{height:100px;width:150px}.symbol.symbol-xl-100px.symbol-2by3>img{height:100px;width:150px;max-width:auto}.symbol.symbol-xl-125px.symbol-fixed .symbol-label,.symbol.symbol-xl-125px .symbol-label,.symbol.symbol-xl-125px>img{width:125px;height:125px}.symbol.symbol-xl-125px.symbol-fixed>img{width:125px;height:125px;max-width:auto}.symbol.symbol-xl-125px.symbol-2by3 .symbol-label{height:125px;width:187.5px}.symbol.symbol-xl-125px.symbol-2by3>img{height:125px;width:187.5px;max-width:auto}.symbol.symbol-xl-150px.symbol-fixed .symbol-label,.symbol.symbol-xl-150px .symbol-label,.symbol.symbol-xl-150px>img{width:150px;height:150px}.symbol.symbol-xl-150px.symbol-fixed>img{width:150px;height:150px;max-width:auto}.symbol.symbol-xl-150px.symbol-2by3 .symbol-label{height:150px;width:225px}.symbol.symbol-xl-150px.symbol-2by3>img{height:150px;width:225px;max-width:auto}.symbol.symbol-xl-160px.symbol-fixed .symbol-label,.symbol.symbol-xl-160px .symbol-label,.symbol.symbol-xl-160px>img{width:160px;height:160px}.symbol.symbol-xl-160px.symbol-fixed>img{width:160px;height:160px;max-width:auto}.symbol.symbol-xl-160px.symbol-2by3 .symbol-label{height:160px;width:240px}.symbol.symbol-xl-160px.symbol-2by3>img{height:160px;width:240px;max-width:auto}.symbol.symbol-xl-175px.symbol-fixed .symbol-label,.symbol.symbol-xl-175px .symbol-label,.symbol.symbol-xl-175px>img{width:175px;height:175px}.symbol.symbol-xl-175px.symbol-fixed>img{width:175px;height:175px;max-width:auto}.symbol.symbol-xl-175px.symbol-2by3 .symbol-label{height:175px;width:262.5px}.symbol.symbol-xl-175px.symbol-2by3>img{height:175px;width:262.5px;max-width:auto}.symbol.symbol-xl-200px.symbol-fixed .symbol-label,.symbol.symbol-xl-200px .symbol-label,.symbol.symbol-xl-200px>img{width:200px;height:200px}.symbol.symbol-xl-200px.symbol-fixed>img{width:200px;height:200px;max-width:auto}.symbol.symbol-xl-200px.symbol-2by3 .symbol-label{height:200px;width:300px}.symbol.symbol-xl-200px.symbol-2by3>img{height:200px;width:300px;max-width:auto}}@media (min-width:1400px){.symbol.symbol-xxl-20px.symbol-fixed .symbol-label,.symbol.symbol-xxl-20px .symbol-label,.symbol.symbol-xxl-20px>img{width:20px;height:20px}.symbol.symbol-xxl-20px.symbol-fixed>img{width:20px;height:20px;max-width:auto}.symbol.symbol-xxl-20px.symbol-2by3 .symbol-label{height:20px;width:30px}.symbol.symbol-xxl-20px.symbol-2by3>img{height:20px;width:30px;max-width:auto}.symbol.symbol-xxl-25px.symbol-fixed .symbol-label,.symbol.symbol-xxl-25px .symbol-label,.symbol.symbol-xxl-25px>img{width:25px;height:25px}.symbol.symbol-xxl-25px.symbol-fixed>img{width:25px;height:25px;max-width:auto}.symbol.symbol-xxl-25px.symbol-2by3 .symbol-label{height:25px;width:37.5px}.symbol.symbol-xxl-25px.symbol-2by3>img{height:25px;width:37.5px;max-width:auto}.symbol.symbol-xxl-30px.symbol-fixed .symbol-label,.symbol.symbol-xxl-30px .symbol-label,.symbol.symbol-xxl-30px>img{width:30px;height:30px}.symbol.symbol-xxl-30px.symbol-fixed>img{width:30px;height:30px;max-width:auto}.symbol.symbol-xxl-30px.symbol-2by3 .symbol-label{height:30px;width:45px}.symbol.symbol-xxl-30px.symbol-2by3>img{height:30px;width:45px;max-width:auto}.symbol.symbol-xxl-32px.symbol-fixed .symbol-label,.symbol.symbol-xxl-32px .symbol-label,.symbol.symbol-xxl-32px>img{width:32px;height:32px}.symbol.symbol-xxl-32px.symbol-fixed>img{width:32px;height:32px;max-width:auto}.symbol.symbol-xxl-32px.symbol-2by3 .symbol-label{height:32px;width:48px}.symbol.symbol-xxl-32px.symbol-2by3>img{height:32px;width:48px;max-width:auto}.symbol.symbol-xxl-35px.symbol-fixed .symbol-label,.symbol.symbol-xxl-35px .symbol-label,.symbol.symbol-xxl-35px>img{width:35px;height:35px}.symbol.symbol-xxl-35px.symbol-fixed>img{width:35px;height:35px;max-width:auto}.symbol.symbol-xxl-35px.symbol-2by3 .symbol-label{height:35px;width:52.5px}.symbol.symbol-xxl-35px.symbol-2by3>img{height:35px;width:52.5px;max-width:auto}.symbol.symbol-xxl-40px.symbol-fixed .symbol-label,.symbol.symbol-xxl-40px .symbol-label,.symbol.symbol-xxl-40px>img{width:40px;height:40px}.symbol.symbol-xxl-40px.symbol-fixed>img{width:40px;height:40px;max-width:auto}.symbol.symbol-xxl-40px.symbol-2by3 .symbol-label{height:40px;width:60px}.symbol.symbol-xxl-40px.symbol-2by3>img{height:40px;width:60px;max-width:auto}.symbol.symbol-xxl-45px.symbol-fixed .symbol-label,.symbol.symbol-xxl-45px .symbol-label,.symbol.symbol-xxl-45px>img{width:45px;height:45px}.symbol.symbol-xxl-45px.symbol-fixed>img{width:45px;height:45px;max-width:auto}.symbol.symbol-xxl-45px.symbol-2by3 .symbol-label{height:45px;width:67.5px}.symbol.symbol-xxl-45px.symbol-2by3>img{height:45px;width:67.5px;max-width:auto}.symbol.symbol-xxl-50px.symbol-fixed .symbol-label,.symbol.symbol-xxl-50px .symbol-label,.symbol.symbol-xxl-50px>img{width:50px;height:50px}.symbol.symbol-xxl-50px.symbol-fixed>img{width:50px;height:50px;max-width:auto}.symbol.symbol-xxl-50px.symbol-2by3 .symbol-label{height:50px;width:75px}.symbol.symbol-xxl-50px.symbol-2by3>img{height:50px;width:75px;max-width:auto}.symbol.symbol-xxl-55px.symbol-fixed .symbol-label,.symbol.symbol-xxl-55px .symbol-label,.symbol.symbol-xxl-55px>img{width:55px;height:55px}.symbol.symbol-xxl-55px.symbol-fixed>img{width:55px;height:55px;max-width:auto}.symbol.symbol-xxl-55px.symbol-2by3 .symbol-label{height:55px;width:82.5px}.symbol.symbol-xxl-55px.symbol-2by3>img{height:55px;width:82.5px;max-width:auto}.symbol.symbol-xxl-60px.symbol-fixed .symbol-label,.symbol.symbol-xxl-60px .symbol-label,.symbol.symbol-xxl-60px>img{width:60px;height:60px}.symbol.symbol-xxl-60px.symbol-fixed>img{width:60px;height:60px;max-width:auto}.symbol.symbol-xxl-60px.symbol-2by3 .symbol-label{height:60px;width:90px}.symbol.symbol-xxl-60px.symbol-2by3>img{height:60px;width:90px;max-width:auto}.symbol.symbol-xxl-65px.symbol-fixed .symbol-label,.symbol.symbol-xxl-65px .symbol-label,.symbol.symbol-xxl-65px>img{width:65px;height:65px}.symbol.symbol-xxl-65px.symbol-fixed>img{width:65px;height:65px;max-width:auto}.symbol.symbol-xxl-65px.symbol-2by3 .symbol-label{height:65px;width:97.5px}.symbol.symbol-xxl-65px.symbol-2by3>img{height:65px;width:97.5px;max-width:auto}.symbol.symbol-xxl-70px.symbol-fixed .symbol-label,.symbol.symbol-xxl-70px .symbol-label,.symbol.symbol-xxl-70px>img{width:70px;height:70px}.symbol.symbol-xxl-70px.symbol-fixed>img{width:70px;height:70px;max-width:auto}.symbol.symbol-xxl-70px.symbol-2by3 .symbol-label{height:70px;width:105px}.symbol.symbol-xxl-70px.symbol-2by3>img{height:70px;width:105px;max-width:auto}.symbol.symbol-xxl-75px.symbol-fixed .symbol-label,.symbol.symbol-xxl-75px .symbol-label,.symbol.symbol-xxl-75px>img{width:75px;height:75px}.symbol.symbol-xxl-75px.symbol-fixed>img{width:75px;height:75px;max-width:auto}.symbol.symbol-xxl-75px.symbol-2by3 .symbol-label{height:75px;width:112.5px}.symbol.symbol-xxl-75px.symbol-2by3>img{height:75px;width:112.5px;max-width:auto}.symbol.symbol-xxl-80px.symbol-fixed .symbol-label,.symbol.symbol-xxl-80px .symbol-label,.symbol.symbol-xxl-80px>img{width:80px;height:80px}.symbol.symbol-xxl-80px.symbol-fixed>img{width:80px;height:80px;max-width:auto}.symbol.symbol-xxl-80px.symbol-2by3 .symbol-label{height:80px;width:120px}.symbol.symbol-xxl-80px.symbol-2by3>img{height:80px;width:120px;max-width:auto}.symbol.symbol-xxl-85px.symbol-fixed .symbol-label,.symbol.symbol-xxl-85px .symbol-label,.symbol.symbol-xxl-85px>img{width:85px;height:85px}.symbol.symbol-xxl-85px.symbol-fixed>img{width:85px;height:85px;max-width:auto}.symbol.symbol-xxl-85px.symbol-2by3 .symbol-label{height:85px;width:127.5px}.symbol.symbol-xxl-85px.symbol-2by3>img{height:85px;width:127.5px;max-width:auto}.symbol.symbol-xxl-90px.symbol-fixed .symbol-label,.symbol.symbol-xxl-90px .symbol-label,.symbol.symbol-xxl-90px>img{width:90px;height:90px}.symbol.symbol-xxl-90px.symbol-fixed>img{width:90px;height:90px;max-width:auto}.symbol.symbol-xxl-90px.symbol-2by3 .symbol-label{height:90px;width:135px}.symbol.symbol-xxl-90px.symbol-2by3>img{height:90px;width:135px;max-width:auto}.symbol.symbol-xxl-100px.symbol-fixed .symbol-label,.symbol.symbol-xxl-100px .symbol-label,.symbol.symbol-xxl-100px>img{width:100px;height:100px}.symbol.symbol-xxl-100px.symbol-fixed>img{width:100px;height:100px;max-width:auto}.symbol.symbol-xxl-100px.symbol-2by3 .symbol-label{height:100px;width:150px}.symbol.symbol-xxl-100px.symbol-2by3>img{height:100px;width:150px;max-width:auto}.symbol.symbol-xxl-125px.symbol-fixed .symbol-label,.symbol.symbol-xxl-125px .symbol-label,.symbol.symbol-xxl-125px>img{width:125px;height:125px}.symbol.symbol-xxl-125px.symbol-fixed>img{width:125px;height:125px;max-width:auto}.symbol.symbol-xxl-125px.symbol-2by3 .symbol-label{height:125px;width:187.5px}.symbol.symbol-xxl-125px.symbol-2by3>img{height:125px;width:187.5px;max-width:auto}.symbol.symbol-xxl-150px.symbol-fixed .symbol-label,.symbol.symbol-xxl-150px .symbol-label,.symbol.symbol-xxl-150px>img{width:150px;height:150px}.symbol.symbol-xxl-150px.symbol-fixed>img{width:150px;height:150px;max-width:auto}.symbol.symbol-xxl-150px.symbol-2by3 .symbol-label{height:150px;width:225px}.symbol.symbol-xxl-150px.symbol-2by3>img{height:150px;width:225px;max-width:auto}.symbol.symbol-xxl-160px.symbol-fixed .symbol-label,.symbol.symbol-xxl-160px .symbol-label,.symbol.symbol-xxl-160px>img{width:160px;height:160px}.symbol.symbol-xxl-160px.symbol-fixed>img{width:160px;height:160px;max-width:auto}.symbol.symbol-xxl-160px.symbol-2by3 .symbol-label{height:160px;width:240px}.symbol.symbol-xxl-160px.symbol-2by3>img{height:160px;width:240px;max-width:auto}.symbol.symbol-xxl-175px.symbol-fixed .symbol-label,.symbol.symbol-xxl-175px .symbol-label,.symbol.symbol-xxl-175px>img{width:175px;height:175px}.symbol.symbol-xxl-175px.symbol-fixed>img{width:175px;height:175px;max-width:auto}.symbol.symbol-xxl-175px.symbol-2by3 .symbol-label{height:175px;width:262.5px}.symbol.symbol-xxl-175px.symbol-2by3>img{height:175px;width:262.5px;max-width:auto}.symbol.symbol-xxl-200px.symbol-fixed .symbol-label,.symbol.symbol-xxl-200px .symbol-label,.symbol.symbol-xxl-200px>img{width:200px;height:200px}.symbol.symbol-xxl-200px.symbol-fixed>img{width:200px;height:200px;max-width:auto}.symbol.symbol-xxl-200px.symbol-2by3 .symbol-label{height:200px;width:300px}.symbol.symbol-xxl-200px.symbol-2by3>img{height:200px;width:300px;max-width:auto}}.symbol-group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-left:10px}.symbol-group .symbol{position:relative;z-index:0;margin-left:-10px;border:2px solid #fff}.symbol-group .symbol,.symbol-group .symbol:hover{-webkit-transition:all .3s ease;transition:all .3s ease}.symbol-group .symbol:hover{z-index:1}.symbol-group.symbol-hover .symbol{cursor:pointer}.table{width:100%}.table>:not(:last-child)>:last-child>*{border-bottom-color:inherit}.table td,.table th,.table tr{border:inherit;text-transform:inherit;font-weight:inherit;font-size:inherit;color:inherit;height:inherit;min-height:inherit}.table td:first-child,.table th:first-child,.table tr:first-child{padding-left:0}.table td:last-child,.table th:last-child,.table tr:last-child{padding-right:0}.table tbody tr:last-child,.table tbody tr:last-child td,.table tbody tr:last-child th,.table tfoot tr:last-child,.table tfoot tr:last-child td,.table tfoot tr:last-child th{border-bottom-width:0!important}.table tfoot td,.table tfoot th{border-top:inherit}.table tr.strikeout td{position:relative}.table tr.strikeout td :before{content:" ";position:absolute;top:50%;left:0;border-bottom:1px solid #111;width:100%}.table.table-rounded{border-radius:.475rem;border-spacing:0;border-collapse:separate}.table.table-flush td,.table.table-flush th,.table.table-flush tr{padding:inherit}.table.table-row-bordered tr{border-bottom:1px solid #eff2f5}.table.table-row-bordered tfoot td,.table.table-row-bordered tfoot th{border-top-width:1px!important}.table.table-row-dashed tr{border-bottom:1px dashed #eff2f5}.table.table-row-dashed tfoot td,.table.table-row-dashed tfoot th{border-top-width:1px!important}.table.table-row-dashed tr:last-child,.table.table-row-dashed tr:last-child td,.table.table-row-dashed tr:last-child th{border-bottom-width:1px!important}.table.table-bordered tbody tr td,.table.table-bordered tbody tr th{border-width:1px!important}.table.table-bordered tbody tr td.cell-white,.table.table-bordered tbody tr th.cell-white{color:#fff}.table.table-bordered tbody tr td.cell-light,.table.table-bordered tbody tr th.cell-light{color:#f2f1f6}.table.table-bordered tbody tr td.cell-primary,.table.table-bordered tbody tr th.cell-primary{color:#2996ce;background-color:#cde8f1}.table.table-bordered tbody tr td.cell-secondary,.table.table-bordered tbody tr th.cell-secondary{color:#0f3f62;background-color:#cfd9e0}.table.table-bordered tbody tr td.cell-success,.table.table-bordered tbody tr th.cell-success{color:#14937e;background-color:#d3f2ed}.table.table-bordered tbody tr td.cell-info,.table.table-bordered tbody tr th.cell-info{color:#4974a6;background-color:#c9d8e9}.table.table-bordered tbody tr td.cell-warning,.table.table-bordered tbody tr th.cell-warning{color:#fe7f2d;background-color:#ffe5d5}.table.table-bordered tbody tr td.cell-danger,.table.table-bordered tbody tr th.cell-danger{color:#f64e60;background-color:#ffe2e5}.table.table-bordered tbody tr td.cell-dark,.table.table-bordered tbody tr th.cell-dark{color:#0f3f62;background-color:#eff2f5}.table.table-bordered tbody tr td.cell-purple,.table.table-bordered tbody tr th.cell-purple{color:#c12d58;background-color:#ffafc6}.table.table-bordered tbody tr td.cell-yellow,.table.table-bordered tbody tr th.cell-yellow{color:#ffae03;background-color:#ffefcd}.table.table-bordered tbody tr:last-child td,.table.table-bordered tbody tr:last-child th{border-width:1px!important}.table.table-row-gray-100 tr{border-bottom-color:#f2f1f6}.table.table-row-gray-200 tr{border-bottom-color:#eff2f5}.table.table-row-gray-300 tr{border-bottom-color:#e4e6ef}.table.table-row-gray-400 tr{border-bottom-color:#b5b5c3}.table.table-row-gray-500 tr{border-bottom-color:#a1a5b7}.table.table-row-gray-600 tr{border-bottom-color:#7e8299}.table.table-row-gray-700 tr{border-bottom-color:#5e6278}.table.table-row-gray-800 tr{border-bottom-color:#3f4254}.table.table-row-gray-900 tr{border-bottom-color:#0f3f62}.table.g-0 td,.table.g-0 th{padding:0}.table.gy-0 td,.table.gy-0 th{padding-top:0;padding-bottom:0}.table.gx-0 td,.table.gx-0 th{padding-left:0;padding-right:0}.table.gs-0 td:first-child,.table.gs-0 th:first-child{padding-left:0}.table.gs-0 td:last-child,.table.gs-0 th:last-child{padding-right:0}.table.g-1 td,.table.g-1 th{padding:.25rem}.table.gy-1 td,.table.gy-1 th{padding-top:.25rem;padding-bottom:.25rem}.table.gx-1 td,.table.gx-1 th{padding-left:.25rem;padding-right:.25rem}.table.gs-1 td:first-child,.table.gs-1 th:first-child{padding-left:.25rem}.table.gs-1 td:last-child,.table.gs-1 th:last-child{padding-right:.25rem}.table.g-2 td,.table.g-2 th{padding:.5rem}.table.gy-2 td,.table.gy-2 th{padding-top:.5rem;padding-bottom:.5rem}.table.gx-2 td,.table.gx-2 th{padding-left:.5rem;padding-right:.5rem}.table.gs-2 td:first-child,.table.gs-2 th:first-child{padding-left:.5rem}.table.gs-2 td:last-child,.table.gs-2 th:last-child{padding-right:.5rem}.table.g-3 td,.table.g-3 th{padding:.75rem}.table.gy-3 td,.table.gy-3 th{padding-top:.75rem;padding-bottom:.75rem}.table.gx-3 td,.table.gx-3 th{padding-left:.75rem;padding-right:.75rem}.table.gs-3 td:first-child,.table.gs-3 th:first-child{padding-left:.75rem}.table.gs-3 td:last-child,.table.gs-3 th:last-child{padding-right:.75rem}.table.g-4 td,.table.g-4 th{padding:1rem}.table.gy-4 td,.table.gy-4 th{padding-top:1rem;padding-bottom:1rem}.table.gx-4 td,.table.gx-4 th{padding-left:1rem;padding-right:1rem}.table.gs-4 td:first-child,.table.gs-4 th:first-child{padding-left:1rem}.table.gs-4 td:last-child,.table.gs-4 th:last-child{padding-right:1rem}.table.g-5 td,.table.g-5 th{padding:1.25rem}.table.gy-5 td,.table.gy-5 th{padding-top:1.25rem;padding-bottom:1.25rem}.table.gx-5 td,.table.gx-5 th{padding-left:1.25rem;padding-right:1.25rem}.table.gs-5 td:first-child,.table.gs-5 th:first-child{padding-left:1.25rem}.table.gs-5 td:last-child,.table.gs-5 th:last-child{padding-right:1.25rem}.table.g-6 td,.table.g-6 th{padding:1.5rem}.table.gy-6 td,.table.gy-6 th{padding-top:1.5rem;padding-bottom:1.5rem}.table.gx-6 td,.table.gx-6 th{padding-left:1.5rem;padding-right:1.5rem}.table.gs-6 td:first-child,.table.gs-6 th:first-child{padding-left:1.5rem}.table.gs-6 td:last-child,.table.gs-6 th:last-child{padding-right:1.5rem}.table.g-7 td,.table.g-7 th{padding:1.75rem}.table.gy-7 td,.table.gy-7 th{padding-top:1.75rem;padding-bottom:1.75rem}.table.gx-7 td,.table.gx-7 th{padding-left:1.75rem;padding-right:1.75rem}.table.gs-7 td:first-child,.table.gs-7 th:first-child{padding-left:1.75rem}.table.gs-7 td:last-child,.table.gs-7 th:last-child{padding-right:1.75rem}.table.g-8 td,.table.g-8 th{padding:2rem}.table.gy-8 td,.table.gy-8 th{padding-top:2rem;padding-bottom:2rem}.table.gx-8 td,.table.gx-8 th{padding-left:2rem;padding-right:2rem}.table.gs-8 td:first-child,.table.gs-8 th:first-child{padding-left:2rem}.table.gs-8 td:last-child,.table.gs-8 th:last-child{padding-right:2rem}.table.g-9 td,.table.g-9 th{padding:2.25rem}.table.gy-9 td,.table.gy-9 th{padding-top:2.25rem;padding-bottom:2.25rem}.table.gx-9 td,.table.gx-9 th{padding-left:2.25rem;padding-right:2.25rem}.table.gs-9 td:first-child,.table.gs-9 th:first-child{padding-left:2.25rem}.table.gs-9 td:last-child,.table.gs-9 th:last-child{padding-right:2.25rem}.table.g-10 td,.table.g-10 th{padding:2.5rem}.table.gy-10 td,.table.gy-10 th{padding-top:2.5rem;padding-bottom:2.5rem}.table.gx-10 td,.table.gx-10 th{padding-left:2.5rem;padding-right:2.5rem}.table.gs-10 td:first-child,.table.gs-10 th:first-child{padding-left:2.5rem}.table.gs-10 td:last-child,.table.gs-10 th:last-child{padding-right:2.5rem}@media (min-width:576px){.table.g-sm-0 td,.table.g-sm-0 th{padding:0}.table.gy-sm-0 td,.table.gy-sm-0 th{padding-top:0;padding-bottom:0}.table.gx-sm-0 td,.table.gx-sm-0 th{padding-left:0;padding-right:0}.table.gs-sm-0 td:first-child,.table.gs-sm-0 th:first-child{padding-left:0}.table.gs-sm-0 td:last-child,.table.gs-sm-0 th:last-child{padding-right:0}.table.g-sm-1 td,.table.g-sm-1 th{padding:.25rem}.table.gy-sm-1 td,.table.gy-sm-1 th{padding-top:.25rem;padding-bottom:.25rem}.table.gx-sm-1 td,.table.gx-sm-1 th{padding-left:.25rem;padding-right:.25rem}.table.gs-sm-1 td:first-child,.table.gs-sm-1 th:first-child{padding-left:.25rem}.table.gs-sm-1 td:last-child,.table.gs-sm-1 th:last-child{padding-right:.25rem}.table.g-sm-2 td,.table.g-sm-2 th{padding:.5rem}.table.gy-sm-2 td,.table.gy-sm-2 th{padding-top:.5rem;padding-bottom:.5rem}.table.gx-sm-2 td,.table.gx-sm-2 th{padding-left:.5rem;padding-right:.5rem}.table.gs-sm-2 td:first-child,.table.gs-sm-2 th:first-child{padding-left:.5rem}.table.gs-sm-2 td:last-child,.table.gs-sm-2 th:last-child{padding-right:.5rem}.table.g-sm-3 td,.table.g-sm-3 th{padding:.75rem}.table.gy-sm-3 td,.table.gy-sm-3 th{padding-top:.75rem;padding-bottom:.75rem}.table.gx-sm-3 td,.table.gx-sm-3 th{padding-left:.75rem;padding-right:.75rem}.table.gs-sm-3 td:first-child,.table.gs-sm-3 th:first-child{padding-left:.75rem}.table.gs-sm-3 td:last-child,.table.gs-sm-3 th:last-child{padding-right:.75rem}.table.g-sm-4 td,.table.g-sm-4 th{padding:1rem}.table.gy-sm-4 td,.table.gy-sm-4 th{padding-top:1rem;padding-bottom:1rem}.table.gx-sm-4 td,.table.gx-sm-4 th{padding-left:1rem;padding-right:1rem}.table.gs-sm-4 td:first-child,.table.gs-sm-4 th:first-child{padding-left:1rem}.table.gs-sm-4 td:last-child,.table.gs-sm-4 th:last-child{padding-right:1rem}.table.g-sm-5 td,.table.g-sm-5 th{padding:1.25rem}.table.gy-sm-5 td,.table.gy-sm-5 th{padding-top:1.25rem;padding-bottom:1.25rem}.table.gx-sm-5 td,.table.gx-sm-5 th{padding-left:1.25rem;padding-right:1.25rem}.table.gs-sm-5 td:first-child,.table.gs-sm-5 th:first-child{padding-left:1.25rem}.table.gs-sm-5 td:last-child,.table.gs-sm-5 th:last-child{padding-right:1.25rem}.table.g-sm-6 td,.table.g-sm-6 th{padding:1.5rem}.table.gy-sm-6 td,.table.gy-sm-6 th{padding-top:1.5rem;padding-bottom:1.5rem}.table.gx-sm-6 td,.table.gx-sm-6 th{padding-left:1.5rem;padding-right:1.5rem}.table.gs-sm-6 td:first-child,.table.gs-sm-6 th:first-child{padding-left:1.5rem}.table.gs-sm-6 td:last-child,.table.gs-sm-6 th:last-child{padding-right:1.5rem}.table.g-sm-7 td,.table.g-sm-7 th{padding:1.75rem}.table.gy-sm-7 td,.table.gy-sm-7 th{padding-top:1.75rem;padding-bottom:1.75rem}.table.gx-sm-7 td,.table.gx-sm-7 th{padding-left:1.75rem;padding-right:1.75rem}.table.gs-sm-7 td:first-child,.table.gs-sm-7 th:first-child{padding-left:1.75rem}.table.gs-sm-7 td:last-child,.table.gs-sm-7 th:last-child{padding-right:1.75rem}.table.g-sm-8 td,.table.g-sm-8 th{padding:2rem}.table.gy-sm-8 td,.table.gy-sm-8 th{padding-top:2rem;padding-bottom:2rem}.table.gx-sm-8 td,.table.gx-sm-8 th{padding-left:2rem;padding-right:2rem}.table.gs-sm-8 td:first-child,.table.gs-sm-8 th:first-child{padding-left:2rem}.table.gs-sm-8 td:last-child,.table.gs-sm-8 th:last-child{padding-right:2rem}.table.g-sm-9 td,.table.g-sm-9 th{padding:2.25rem}.table.gy-sm-9 td,.table.gy-sm-9 th{padding-top:2.25rem;padding-bottom:2.25rem}.table.gx-sm-9 td,.table.gx-sm-9 th{padding-left:2.25rem;padding-right:2.25rem}.table.gs-sm-9 td:first-child,.table.gs-sm-9 th:first-child{padding-left:2.25rem}.table.gs-sm-9 td:last-child,.table.gs-sm-9 th:last-child{padding-right:2.25rem}.table.g-sm-10 td,.table.g-sm-10 th{padding:2.5rem}.table.gy-sm-10 td,.table.gy-sm-10 th{padding-top:2.5rem;padding-bottom:2.5rem}.table.gx-sm-10 td,.table.gx-sm-10 th{padding-left:2.5rem;padding-right:2.5rem}.table.gs-sm-10 td:first-child,.table.gs-sm-10 th:first-child{padding-left:2.5rem}.table.gs-sm-10 td:last-child,.table.gs-sm-10 th:last-child{padding-right:2.5rem}}@media (min-width:768px){.table.g-md-0 td,.table.g-md-0 th{padding:0}.table.gy-md-0 td,.table.gy-md-0 th{padding-top:0;padding-bottom:0}.table.gx-md-0 td,.table.gx-md-0 th{padding-left:0;padding-right:0}.table.gs-md-0 td:first-child,.table.gs-md-0 th:first-child{padding-left:0}.table.gs-md-0 td:last-child,.table.gs-md-0 th:last-child{padding-right:0}.table.g-md-1 td,.table.g-md-1 th{padding:.25rem}.table.gy-md-1 td,.table.gy-md-1 th{padding-top:.25rem;padding-bottom:.25rem}.table.gx-md-1 td,.table.gx-md-1 th{padding-left:.25rem;padding-right:.25rem}.table.gs-md-1 td:first-child,.table.gs-md-1 th:first-child{padding-left:.25rem}.table.gs-md-1 td:last-child,.table.gs-md-1 th:last-child{padding-right:.25rem}.table.g-md-2 td,.table.g-md-2 th{padding:.5rem}.table.gy-md-2 td,.table.gy-md-2 th{padding-top:.5rem;padding-bottom:.5rem}.table.gx-md-2 td,.table.gx-md-2 th{padding-left:.5rem;padding-right:.5rem}.table.gs-md-2 td:first-child,.table.gs-md-2 th:first-child{padding-left:.5rem}.table.gs-md-2 td:last-child,.table.gs-md-2 th:last-child{padding-right:.5rem}.table.g-md-3 td,.table.g-md-3 th{padding:.75rem}.table.gy-md-3 td,.table.gy-md-3 th{padding-top:.75rem;padding-bottom:.75rem}.table.gx-md-3 td,.table.gx-md-3 th{padding-left:.75rem;padding-right:.75rem}.table.gs-md-3 td:first-child,.table.gs-md-3 th:first-child{padding-left:.75rem}.table.gs-md-3 td:last-child,.table.gs-md-3 th:last-child{padding-right:.75rem}.table.g-md-4 td,.table.g-md-4 th{padding:1rem}.table.gy-md-4 td,.table.gy-md-4 th{padding-top:1rem;padding-bottom:1rem}.table.gx-md-4 td,.table.gx-md-4 th{padding-left:1rem;padding-right:1rem}.table.gs-md-4 td:first-child,.table.gs-md-4 th:first-child{padding-left:1rem}.table.gs-md-4 td:last-child,.table.gs-md-4 th:last-child{padding-right:1rem}.table.g-md-5 td,.table.g-md-5 th{padding:1.25rem}.table.gy-md-5 td,.table.gy-md-5 th{padding-top:1.25rem;padding-bottom:1.25rem}.table.gx-md-5 td,.table.gx-md-5 th{padding-left:1.25rem;padding-right:1.25rem}.table.gs-md-5 td:first-child,.table.gs-md-5 th:first-child{padding-left:1.25rem}.table.gs-md-5 td:last-child,.table.gs-md-5 th:last-child{padding-right:1.25rem}.table.g-md-6 td,.table.g-md-6 th{padding:1.5rem}.table.gy-md-6 td,.table.gy-md-6 th{padding-top:1.5rem;padding-bottom:1.5rem}.table.gx-md-6 td,.table.gx-md-6 th{padding-left:1.5rem;padding-right:1.5rem}.table.gs-md-6 td:first-child,.table.gs-md-6 th:first-child{padding-left:1.5rem}.table.gs-md-6 td:last-child,.table.gs-md-6 th:last-child{padding-right:1.5rem}.table.g-md-7 td,.table.g-md-7 th{padding:1.75rem}.table.gy-md-7 td,.table.gy-md-7 th{padding-top:1.75rem;padding-bottom:1.75rem}.table.gx-md-7 td,.table.gx-md-7 th{padding-left:1.75rem;padding-right:1.75rem}.table.gs-md-7 td:first-child,.table.gs-md-7 th:first-child{padding-left:1.75rem}.table.gs-md-7 td:last-child,.table.gs-md-7 th:last-child{padding-right:1.75rem}.table.g-md-8 td,.table.g-md-8 th{padding:2rem}.table.gy-md-8 td,.table.gy-md-8 th{padding-top:2rem;padding-bottom:2rem}.table.gx-md-8 td,.table.gx-md-8 th{padding-left:2rem;padding-right:2rem}.table.gs-md-8 td:first-child,.table.gs-md-8 th:first-child{padding-left:2rem}.table.gs-md-8 td:last-child,.table.gs-md-8 th:last-child{padding-right:2rem}.table.g-md-9 td,.table.g-md-9 th{padding:2.25rem}.table.gy-md-9 td,.table.gy-md-9 th{padding-top:2.25rem;padding-bottom:2.25rem}.table.gx-md-9 td,.table.gx-md-9 th{padding-left:2.25rem;padding-right:2.25rem}.table.gs-md-9 td:first-child,.table.gs-md-9 th:first-child{padding-left:2.25rem}.table.gs-md-9 td:last-child,.table.gs-md-9 th:last-child{padding-right:2.25rem}.table.g-md-10 td,.table.g-md-10 th{padding:2.5rem}.table.gy-md-10 td,.table.gy-md-10 th{padding-top:2.5rem;padding-bottom:2.5rem}.table.gx-md-10 td,.table.gx-md-10 th{padding-left:2.5rem;padding-right:2.5rem}.table.gs-md-10 td:first-child,.table.gs-md-10 th:first-child{padding-left:2.5rem}.table.gs-md-10 td:last-child,.table.gs-md-10 th:last-child{padding-right:2.5rem}}@media (min-width:992px){.table.g-lg-0 td,.table.g-lg-0 th{padding:0}.table.gy-lg-0 td,.table.gy-lg-0 th{padding-top:0;padding-bottom:0}.table.gx-lg-0 td,.table.gx-lg-0 th{padding-left:0;padding-right:0}.table.gs-lg-0 td:first-child,.table.gs-lg-0 th:first-child{padding-left:0}.table.gs-lg-0 td:last-child,.table.gs-lg-0 th:last-child{padding-right:0}.table.g-lg-1 td,.table.g-lg-1 th{padding:.25rem}.table.gy-lg-1 td,.table.gy-lg-1 th{padding-top:.25rem;padding-bottom:.25rem}.table.gx-lg-1 td,.table.gx-lg-1 th{padding-left:.25rem;padding-right:.25rem}.table.gs-lg-1 td:first-child,.table.gs-lg-1 th:first-child{padding-left:.25rem}.table.gs-lg-1 td:last-child,.table.gs-lg-1 th:last-child{padding-right:.25rem}.table.g-lg-2 td,.table.g-lg-2 th{padding:.5rem}.table.gy-lg-2 td,.table.gy-lg-2 th{padding-top:.5rem;padding-bottom:.5rem}.table.gx-lg-2 td,.table.gx-lg-2 th{padding-left:.5rem;padding-right:.5rem}.table.gs-lg-2 td:first-child,.table.gs-lg-2 th:first-child{padding-left:.5rem}.table.gs-lg-2 td:last-child,.table.gs-lg-2 th:last-child{padding-right:.5rem}.table.g-lg-3 td,.table.g-lg-3 th{padding:.75rem}.table.gy-lg-3 td,.table.gy-lg-3 th{padding-top:.75rem;padding-bottom:.75rem}.table.gx-lg-3 td,.table.gx-lg-3 th{padding-left:.75rem;padding-right:.75rem}.table.gs-lg-3 td:first-child,.table.gs-lg-3 th:first-child{padding-left:.75rem}.table.gs-lg-3 td:last-child,.table.gs-lg-3 th:last-child{padding-right:.75rem}.table.g-lg-4 td,.table.g-lg-4 th{padding:1rem}.table.gy-lg-4 td,.table.gy-lg-4 th{padding-top:1rem;padding-bottom:1rem}.table.gx-lg-4 td,.table.gx-lg-4 th{padding-left:1rem;padding-right:1rem}.table.gs-lg-4 td:first-child,.table.gs-lg-4 th:first-child{padding-left:1rem}.table.gs-lg-4 td:last-child,.table.gs-lg-4 th:last-child{padding-right:1rem}.table.g-lg-5 td,.table.g-lg-5 th{padding:1.25rem}.table.gy-lg-5 td,.table.gy-lg-5 th{padding-top:1.25rem;padding-bottom:1.25rem}.table.gx-lg-5 td,.table.gx-lg-5 th{padding-left:1.25rem;padding-right:1.25rem}.table.gs-lg-5 td:first-child,.table.gs-lg-5 th:first-child{padding-left:1.25rem}.table.gs-lg-5 td:last-child,.table.gs-lg-5 th:last-child{padding-right:1.25rem}.table.g-lg-6 td,.table.g-lg-6 th{padding:1.5rem}.table.gy-lg-6 td,.table.gy-lg-6 th{padding-top:1.5rem;padding-bottom:1.5rem}.table.gx-lg-6 td,.table.gx-lg-6 th{padding-left:1.5rem;padding-right:1.5rem}.table.gs-lg-6 td:first-child,.table.gs-lg-6 th:first-child{padding-left:1.5rem}.table.gs-lg-6 td:last-child,.table.gs-lg-6 th:last-child{padding-right:1.5rem}.table.g-lg-7 td,.table.g-lg-7 th{padding:1.75rem}.table.gy-lg-7 td,.table.gy-lg-7 th{padding-top:1.75rem;padding-bottom:1.75rem}.table.gx-lg-7 td,.table.gx-lg-7 th{padding-left:1.75rem;padding-right:1.75rem}.table.gs-lg-7 td:first-child,.table.gs-lg-7 th:first-child{padding-left:1.75rem}.table.gs-lg-7 td:last-child,.table.gs-lg-7 th:last-child{padding-right:1.75rem}.table.g-lg-8 td,.table.g-lg-8 th{padding:2rem}.table.gy-lg-8 td,.table.gy-lg-8 th{padding-top:2rem;padding-bottom:2rem}.table.gx-lg-8 td,.table.gx-lg-8 th{padding-left:2rem;padding-right:2rem}.table.gs-lg-8 td:first-child,.table.gs-lg-8 th:first-child{padding-left:2rem}.table.gs-lg-8 td:last-child,.table.gs-lg-8 th:last-child{padding-right:2rem}.table.g-lg-9 td,.table.g-lg-9 th{padding:2.25rem}.table.gy-lg-9 td,.table.gy-lg-9 th{padding-top:2.25rem;padding-bottom:2.25rem}.table.gx-lg-9 td,.table.gx-lg-9 th{padding-left:2.25rem;padding-right:2.25rem}.table.gs-lg-9 td:first-child,.table.gs-lg-9 th:first-child{padding-left:2.25rem}.table.gs-lg-9 td:last-child,.table.gs-lg-9 th:last-child{padding-right:2.25rem}.table.g-lg-10 td,.table.g-lg-10 th{padding:2.5rem}.table.gy-lg-10 td,.table.gy-lg-10 th{padding-top:2.5rem;padding-bottom:2.5rem}.table.gx-lg-10 td,.table.gx-lg-10 th{padding-left:2.5rem;padding-right:2.5rem}.table.gs-lg-10 td:first-child,.table.gs-lg-10 th:first-child{padding-left:2.5rem}.table.gs-lg-10 td:last-child,.table.gs-lg-10 th:last-child{padding-right:2.5rem}}@media (min-width:1200px){.table.g-xl-0 td,.table.g-xl-0 th{padding:0}.table.gy-xl-0 td,.table.gy-xl-0 th{padding-top:0;padding-bottom:0}.table.gx-xl-0 td,.table.gx-xl-0 th{padding-left:0;padding-right:0}.table.gs-xl-0 td:first-child,.table.gs-xl-0 th:first-child{padding-left:0}.table.gs-xl-0 td:last-child,.table.gs-xl-0 th:last-child{padding-right:0}.table.g-xl-1 td,.table.g-xl-1 th{padding:.25rem}.table.gy-xl-1 td,.table.gy-xl-1 th{padding-top:.25rem;padding-bottom:.25rem}.table.gx-xl-1 td,.table.gx-xl-1 th{padding-left:.25rem;padding-right:.25rem}.table.gs-xl-1 td:first-child,.table.gs-xl-1 th:first-child{padding-left:.25rem}.table.gs-xl-1 td:last-child,.table.gs-xl-1 th:last-child{padding-right:.25rem}.table.g-xl-2 td,.table.g-xl-2 th{padding:.5rem}.table.gy-xl-2 td,.table.gy-xl-2 th{padding-top:.5rem;padding-bottom:.5rem}.table.gx-xl-2 td,.table.gx-xl-2 th{padding-left:.5rem;padding-right:.5rem}.table.gs-xl-2 td:first-child,.table.gs-xl-2 th:first-child{padding-left:.5rem}.table.gs-xl-2 td:last-child,.table.gs-xl-2 th:last-child{padding-right:.5rem}.table.g-xl-3 td,.table.g-xl-3 th{padding:.75rem}.table.gy-xl-3 td,.table.gy-xl-3 th{padding-top:.75rem;padding-bottom:.75rem}.table.gx-xl-3 td,.table.gx-xl-3 th{padding-left:.75rem;padding-right:.75rem}.table.gs-xl-3 td:first-child,.table.gs-xl-3 th:first-child{padding-left:.75rem}.table.gs-xl-3 td:last-child,.table.gs-xl-3 th:last-child{padding-right:.75rem}.table.g-xl-4 td,.table.g-xl-4 th{padding:1rem}.table.gy-xl-4 td,.table.gy-xl-4 th{padding-top:1rem;padding-bottom:1rem}.table.gx-xl-4 td,.table.gx-xl-4 th{padding-left:1rem;padding-right:1rem}.table.gs-xl-4 td:first-child,.table.gs-xl-4 th:first-child{padding-left:1rem}.table.gs-xl-4 td:last-child,.table.gs-xl-4 th:last-child{padding-right:1rem}.table.g-xl-5 td,.table.g-xl-5 th{padding:1.25rem}.table.gy-xl-5 td,.table.gy-xl-5 th{padding-top:1.25rem;padding-bottom:1.25rem}.table.gx-xl-5 td,.table.gx-xl-5 th{padding-left:1.25rem;padding-right:1.25rem}.table.gs-xl-5 td:first-child,.table.gs-xl-5 th:first-child{padding-left:1.25rem}.table.gs-xl-5 td:last-child,.table.gs-xl-5 th:last-child{padding-right:1.25rem}.table.g-xl-6 td,.table.g-xl-6 th{padding:1.5rem}.table.gy-xl-6 td,.table.gy-xl-6 th{padding-top:1.5rem;padding-bottom:1.5rem}.table.gx-xl-6 td,.table.gx-xl-6 th{padding-left:1.5rem;padding-right:1.5rem}.table.gs-xl-6 td:first-child,.table.gs-xl-6 th:first-child{padding-left:1.5rem}.table.gs-xl-6 td:last-child,.table.gs-xl-6 th:last-child{padding-right:1.5rem}.table.g-xl-7 td,.table.g-xl-7 th{padding:1.75rem}.table.gy-xl-7 td,.table.gy-xl-7 th{padding-top:1.75rem;padding-bottom:1.75rem}.table.gx-xl-7 td,.table.gx-xl-7 th{padding-left:1.75rem;padding-right:1.75rem}.table.gs-xl-7 td:first-child,.table.gs-xl-7 th:first-child{padding-left:1.75rem}.table.gs-xl-7 td:last-child,.table.gs-xl-7 th:last-child{padding-right:1.75rem}.table.g-xl-8 td,.table.g-xl-8 th{padding:2rem}.table.gy-xl-8 td,.table.gy-xl-8 th{padding-top:2rem;padding-bottom:2rem}.table.gx-xl-8 td,.table.gx-xl-8 th{padding-left:2rem;padding-right:2rem}.table.gs-xl-8 td:first-child,.table.gs-xl-8 th:first-child{padding-left:2rem}.table.gs-xl-8 td:last-child,.table.gs-xl-8 th:last-child{padding-right:2rem}.table.g-xl-9 td,.table.g-xl-9 th{padding:2.25rem}.table.gy-xl-9 td,.table.gy-xl-9 th{padding-top:2.25rem;padding-bottom:2.25rem}.table.gx-xl-9 td,.table.gx-xl-9 th{padding-left:2.25rem;padding-right:2.25rem}.table.gs-xl-9 td:first-child,.table.gs-xl-9 th:first-child{padding-left:2.25rem}.table.gs-xl-9 td:last-child,.table.gs-xl-9 th:last-child{padding-right:2.25rem}.table.g-xl-10 td,.table.g-xl-10 th{padding:2.5rem}.table.gy-xl-10 td,.table.gy-xl-10 th{padding-top:2.5rem;padding-bottom:2.5rem}.table.gx-xl-10 td,.table.gx-xl-10 th{padding-left:2.5rem;padding-right:2.5rem}.table.gs-xl-10 td:first-child,.table.gs-xl-10 th:first-child{padding-left:2.5rem}.table.gs-xl-10 td:last-child,.table.gs-xl-10 th:last-child{padding-right:2.5rem}}@media (min-width:1400px){.table.g-xxl-0 td,.table.g-xxl-0 th{padding:0}.table.gy-xxl-0 td,.table.gy-xxl-0 th{padding-top:0;padding-bottom:0}.table.gx-xxl-0 td,.table.gx-xxl-0 th{padding-left:0;padding-right:0}.table.gs-xxl-0 td:first-child,.table.gs-xxl-0 th:first-child{padding-left:0}.table.gs-xxl-0 td:last-child,.table.gs-xxl-0 th:last-child{padding-right:0}.table.g-xxl-1 td,.table.g-xxl-1 th{padding:.25rem}.table.gy-xxl-1 td,.table.gy-xxl-1 th{padding-top:.25rem;padding-bottom:.25rem}.table.gx-xxl-1 td,.table.gx-xxl-1 th{padding-left:.25rem;padding-right:.25rem}.table.gs-xxl-1 td:first-child,.table.gs-xxl-1 th:first-child{padding-left:.25rem}.table.gs-xxl-1 td:last-child,.table.gs-xxl-1 th:last-child{padding-right:.25rem}.table.g-xxl-2 td,.table.g-xxl-2 th{padding:.5rem}.table.gy-xxl-2 td,.table.gy-xxl-2 th{padding-top:.5rem;padding-bottom:.5rem}.table.gx-xxl-2 td,.table.gx-xxl-2 th{padding-left:.5rem;padding-right:.5rem}.table.gs-xxl-2 td:first-child,.table.gs-xxl-2 th:first-child{padding-left:.5rem}.table.gs-xxl-2 td:last-child,.table.gs-xxl-2 th:last-child{padding-right:.5rem}.table.g-xxl-3 td,.table.g-xxl-3 th{padding:.75rem}.table.gy-xxl-3 td,.table.gy-xxl-3 th{padding-top:.75rem;padding-bottom:.75rem}.table.gx-xxl-3 td,.table.gx-xxl-3 th{padding-left:.75rem;padding-right:.75rem}.table.gs-xxl-3 td:first-child,.table.gs-xxl-3 th:first-child{padding-left:.75rem}.table.gs-xxl-3 td:last-child,.table.gs-xxl-3 th:last-child{padding-right:.75rem}.table.g-xxl-4 td,.table.g-xxl-4 th{padding:1rem}.table.gy-xxl-4 td,.table.gy-xxl-4 th{padding-top:1rem;padding-bottom:1rem}.table.gx-xxl-4 td,.table.gx-xxl-4 th{padding-left:1rem;padding-right:1rem}.table.gs-xxl-4 td:first-child,.table.gs-xxl-4 th:first-child{padding-left:1rem}.table.gs-xxl-4 td:last-child,.table.gs-xxl-4 th:last-child{padding-right:1rem}.table.g-xxl-5 td,.table.g-xxl-5 th{padding:1.25rem}.table.gy-xxl-5 td,.table.gy-xxl-5 th{padding-top:1.25rem;padding-bottom:1.25rem}.table.gx-xxl-5 td,.table.gx-xxl-5 th{padding-left:1.25rem;padding-right:1.25rem}.table.gs-xxl-5 td:first-child,.table.gs-xxl-5 th:first-child{padding-left:1.25rem}.table.gs-xxl-5 td:last-child,.table.gs-xxl-5 th:last-child{padding-right:1.25rem}.table.g-xxl-6 td,.table.g-xxl-6 th{padding:1.5rem}.table.gy-xxl-6 td,.table.gy-xxl-6 th{padding-top:1.5rem;padding-bottom:1.5rem}.table.gx-xxl-6 td,.table.gx-xxl-6 th{padding-left:1.5rem;padding-right:1.5rem}.table.gs-xxl-6 td:first-child,.table.gs-xxl-6 th:first-child{padding-left:1.5rem}.table.gs-xxl-6 td:last-child,.table.gs-xxl-6 th:last-child{padding-right:1.5rem}.table.g-xxl-7 td,.table.g-xxl-7 th{padding:1.75rem}.table.gy-xxl-7 td,.table.gy-xxl-7 th{padding-top:1.75rem;padding-bottom:1.75rem}.table.gx-xxl-7 td,.table.gx-xxl-7 th{padding-left:1.75rem;padding-right:1.75rem}.table.gs-xxl-7 td:first-child,.table.gs-xxl-7 th:first-child{padding-left:1.75rem}.table.gs-xxl-7 td:last-child,.table.gs-xxl-7 th:last-child{padding-right:1.75rem}.table.g-xxl-8 td,.table.g-xxl-8 th{padding:2rem}.table.gy-xxl-8 td,.table.gy-xxl-8 th{padding-top:2rem;padding-bottom:2rem}.table.gx-xxl-8 td,.table.gx-xxl-8 th{padding-left:2rem;padding-right:2rem}.table.gs-xxl-8 td:first-child,.table.gs-xxl-8 th:first-child{padding-left:2rem}.table.gs-xxl-8 td:last-child,.table.gs-xxl-8 th:last-child{padding-right:2rem}.table.g-xxl-9 td,.table.g-xxl-9 th{padding:2.25rem}.table.gy-xxl-9 td,.table.gy-xxl-9 th{padding-top:2.25rem;padding-bottom:2.25rem}.table.gx-xxl-9 td,.table.gx-xxl-9 th{padding-left:2.25rem;padding-right:2.25rem}.table.gs-xxl-9 td:first-child,.table.gs-xxl-9 th:first-child{padding-left:2.25rem}.table.gs-xxl-9 td:last-child,.table.gs-xxl-9 th:last-child{padding-right:2.25rem}.table.g-xxl-10 td,.table.g-xxl-10 th{padding:2.5rem}.table.gy-xxl-10 td,.table.gy-xxl-10 th{padding-top:2.5rem;padding-bottom:2.5rem}.table.gx-xxl-10 td,.table.gx-xxl-10 th{padding-left:2.5rem;padding-right:2.5rem}.table.gs-xxl-10 td:first-child,.table.gs-xxl-10 th:first-child{padding-left:2.5rem}.table.gs-xxl-10 td:last-child,.table.gs-xxl-10 th:last-child{padding-right:2.5rem}}.table-column-delimiters-100>:not(:last-child){border-right:1px solid #f2f1f6}.table-column-delimiters-200>:not(:last-child){border-right:1px solid #eff2f5}.table-column-delimiters-300>:not(:last-child){border-right:1px solid #e4e6ef}.table-column-delimiters-400>:not(:last-child){border-right:1px solid #b5b5c3}.table-column-delimiters-500>:not(:last-child){border-right:1px solid #a1a5b7}.table-column-delimiters-600>:not(:last-child){border-right:1px solid #7e8299}.table-column-delimiters-700>:not(:last-child){border-right:1px solid #5e6278}.table-column-delimiters-800>:not(:last-child){border-right:1px solid #3f4254}.table-column-delimiters-900>:not(:last-child){border-right:1px solid #0f3f62}.bordered-table-row{border-bottom:1px solid #eff2f5;padding:0 .5rem}.bordered-table-row .bordered-table-data{border-right:1px solid #eff2f5;padding:.5rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bordered-table-row .bordered-table-data:first-child{border-left:1px solid #eff2f5}.separator{display:block;height:0;border-bottom:1px solid #e4e6ef}.separator.separator-dotted{border-bottom-style:dotted;border-bottom-color:#e4e6ef}.separator.separator-dashed{border-bottom-style:dashed;border-bottom-color:#e4e6ef}.word-separator{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;color:#b5b5c3}.word-separator:after,.word-separator:before{content:"";-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;border-bottom:1px solid #e4e6ef}.word-separator:not(:empty):before{margin-right:1em}.word-separator:not(:empty):after{margin-left:1em}.word-separator.separator-primary:after,.word-separator.separator-primary:before{border-color:#2996ce}.animation{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes animationSlideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes animationSlideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animation-slide-in-down{-webkit-animation-name:animationSlideInDown;animation-name:animationSlideInDown}@-webkit-keyframes animationSlideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes animationSlideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animation-slide-in-up{-webkit-animation-name:animationSlideInUp;animation-name:animationSlideInUp}@-webkit-keyframes animationFadeIn{0%{opacity:0}to{opacity:1}}@keyframes animationFadeIn{0%{opacity:0}to{opacity:1}}.animation-fade-in{-webkit-animation-name:animationFadeIn;animation-name:animationFadeIn}@-webkit-keyframes animationFadeOut{0%{opacity:1}to{opacity:0}}@keyframes animationFadeOut{0%{opacity:1}to{opacity:0}}.animation-fade-out{-webkit-animation-name:animationFadeOut;animation-name:animationFadeOut}.animation-blink{-webkit-animation:animationBlink 1s steps(5,start) infinite;animation:animationBlink 1s steps(5,start) infinite}@-webkit-keyframes animationBlink{to{visibility:hidden}}@keyframes animationBlink{to{visibility:hidden}}.animation-shake{-webkit-animation:shake .5s cubic-bezier(.36,.07,.19,.97) both;animation:shake .5s cubic-bezier(.36,.07,.19,.97) both;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}@-webkit-keyframes shake{10%,90%{-webkit-transform:translate3d(-1px,0,0);transform:translate3d(-1px,0,0)}20%,80%{-webkit-transform:translate3d(2px,0,0);transform:translate3d(2px,0,0)}30%,50%,70%{-webkit-transform:translate3d(-4px,0,0);transform:translate3d(-4px,0,0)}40%,60%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0)}}@keyframes shake{10%,90%{-webkit-transform:translate3d(-1px,0,0);transform:translate3d(-1px,0,0)}20%,80%{-webkit-transform:translate3d(2px,0,0);transform:translate3d(2px,0,0)}30%,50%,70%{-webkit-transform:translate3d(-4px,0,0);transform:translate3d(-4px,0,0)}40%,60%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0)}}.page-link{border-radius:50%}.pagination-hide{position:relative}.pagination-hide:before{content:"";position:absolute;background-color:#fff;width:100%;height:100%;z-index:1000}.pulse{position:relative}.pulse.pulse-white:before{outline:3px solid hsla(0,0%,100%,.5)}.pulse.pulse-light:before{outline:3px solid rgba(242,241,246,.5)}.pulse.pulse-primary:before{outline:3px solid rgba(41,150,206,.5)}.pulse.pulse-secondary:before{outline:3px solid rgba(15,63,98,.5)}.pulse.pulse-success:before{outline:3px solid rgba(20,147,126,.5)}.pulse.pulse-info:before{outline:3px solid rgba(73,116,166,.5)}.pulse.pulse-warning:before{outline:3px solid rgba(254,127,45,.5)}.pulse.pulse-danger:before{outline:3px solid rgba(246,78,96,.5)}.pulse.pulse-dark:before{outline:3px solid rgba(15,63,98,.5)}.pulse.pulse-purple:before{outline:3px solid rgba(193,45,88,.5)}.pulse.pulse-yellow:before{outline:3px solid rgba(255,174,3,.5)}.pulse:before{content:"";outline:3px solid rgba(161,165,183,.5);position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;-webkit-animation:animation-pulse 3s ease-out infinite;animation:animation-pulse 3s ease-out infinite;border-radius:5px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.pulse.pulse-rounded:before{border-radius:50%}.pulse:hover:before{outline:none;-webkit-animation:none;animation:none;width:0;height:0}.pulse-hover:hover{position:relative}.pulse-hover:hover.pulse-white:before{outline:3px solid hsla(0,0%,100%,.5)}.pulse-hover:hover.pulse-light:before{outline:3px solid rgba(242,241,246,.5)}.pulse-hover:hover.pulse-primary:before{outline:3px solid rgba(41,150,206,.5)}.pulse-hover:hover.pulse-secondary:before{outline:3px solid rgba(15,63,98,.5)}.pulse-hover:hover.pulse-success:before{outline:3px solid rgba(20,147,126,.5)}.pulse-hover:hover.pulse-info:before{outline:3px solid rgba(73,116,166,.5)}.pulse-hover:hover.pulse-warning:before{outline:3px solid rgba(254,127,45,.5)}.pulse-hover:hover.pulse-danger:before{outline:3px solid rgba(246,78,96,.5)}.pulse-hover:hover.pulse-dark:before{outline:3px solid rgba(15,63,98,.5)}.pulse-hover:hover.pulse-purple:before{outline:3px solid rgba(193,45,88,.5)}.pulse-hover:hover.pulse-yellow:before{outline:3px solid rgba(255,174,3,.5)}.pulse-hover:hover:before{content:"";outline:3px solid rgba(161,165,183,.5);position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;-webkit-animation:animation-pulse 3s ease-out infinite;animation:animation-pulse 3s ease-out infinite;border-radius:5px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.pulse-hover:hover.pulse-rounded:before{border-radius:50%}@-webkit-keyframes animation-pulse{0%{-webkit-transform:scale(1);transform:scale(1);opacity:0}70%{-webkit-transform:scale(1);transform:scale(1);opacity:0}75%{opacity:.8}to{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes animation-pulse{0%{-webkit-transform:scale(1);transform:scale(1);opacity:0}70%{-webkit-transform:scale(1);transform:scale(1);opacity:0}75%{opacity:.8}to{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.pulse-string{display:inline-block;-webkit-transition:all .5s ease-in;transition:all .5s ease-in}.pulse-string,.pulse-string span{position:relative}.pulse-string:before{content:"";background-color:#47a3f3;border-radius:5px;display:block;position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transform:scale(.001);transform:scale(.001)}.pulse-string.pulse-string-pulse{outline:0;color:#fff}.pulse-string.pulse-string-pulse:before{-webkit-animation:animation-pulse-string .8s ease-out;animation:animation-pulse-string .8s ease-out}@-webkit-keyframes animation-pulse-string{50%{-webkit-transform:scale(2,1.5);transform:scale(2,1.5);opacity:0}99%{-webkit-transform:scale(.001);transform:scale(.001);opacity:0}to{-webkit-transform:scale(.001);transform:scale(.001);opacity:1}}@keyframes animation-pulse-string{50%{-webkit-transform:scale(2,1.5);transform:scale(2,1.5);opacity:0}99%{-webkit-transform:scale(.001);transform:scale(.001);opacity:0}to{-webkit-transform:scale(.001);transform:scale(.001);opacity:1}}.svg-icon{line-height:1}.svg-icon svg{height:1.15rem;width:1.15rem}.svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#a1a5b7}.svg-icon svg :not(.permanent):not(g) path{fill:#a1a5b7}.svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.svg-icon svg [stroke]{stroke:#a1a5b7}.svg-icon.svg-icon-white svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.svg-icon.svg-icon-white svg :not(.permanent):not(g) path{fill:#fff}.svg-icon.svg-icon-white svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.svg-icon.svg-icon-white svg [stroke]{stroke:#fff}.svg-icon.svg-icon-primary svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#2996ce}.svg-icon.svg-icon-primary svg :not(.permanent):not(g) path{fill:#2996ce}.svg-icon.svg-icon-primary svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.svg-icon.svg-icon-primary svg [stroke]{stroke:#2996ce}.svg-icon.svg-icon-secondary svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.svg-icon.svg-icon-secondary svg :not(.permanent):not(g) path{fill:#0f3f62}.svg-icon.svg-icon-secondary svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.svg-icon.svg-icon-secondary svg [stroke]{stroke:#0f3f62}.svg-icon.svg-icon-light svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#f2f1f6}.svg-icon.svg-icon-light svg :not(.permanent):not(g) path{fill:#f2f1f6}.svg-icon.svg-icon-light svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.svg-icon.svg-icon-light svg [stroke]{stroke:#f2f1f6}.svg-icon.svg-icon-success svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#14937e}.svg-icon.svg-icon-success svg :not(.permanent):not(g) path{fill:#14937e}.svg-icon.svg-icon-success svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.svg-icon.svg-icon-success svg [stroke]{stroke:#14937e}.svg-icon.svg-icon-info svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#4974a6}.svg-icon.svg-icon-info svg :not(.permanent):not(g) path{fill:#4974a6}.svg-icon.svg-icon-info svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.svg-icon.svg-icon-info svg [stroke]{stroke:#4974a6}.svg-icon.svg-icon-warning svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fe7f2d}.svg-icon.svg-icon-warning svg :not(.permanent):not(g) path{fill:#fe7f2d}.svg-icon.svg-icon-warning svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.svg-icon.svg-icon-warning svg [stroke]{stroke:#fe7f2d}.svg-icon.svg-icon-danger svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#f64e60}.svg-icon.svg-icon-danger svg :not(.permanent):not(g) path{fill:#f64e60}.svg-icon.svg-icon-danger svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.svg-icon.svg-icon-danger svg [stroke]{stroke:#f64e60}.svg-icon.svg-icon-purple svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#c12d58}.svg-icon.svg-icon-purple svg :not(.permanent):not(g) path{fill:#c12d58}.svg-icon.svg-icon-purple svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.svg-icon.svg-icon-purple svg [stroke]{stroke:#c12d58}.svg-icon.svg-icon-dark svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.svg-icon.svg-icon-dark svg :not(.permanent):not(g) path{fill:#0f3f62}.svg-icon.svg-icon-dark svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.svg-icon.svg-icon-dark svg [stroke]{stroke:#0f3f62}.svg-icon.svg-icon-muted svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#a1a5b7}.svg-icon.svg-icon-muted svg :not(.permanent):not(g) path{fill:#a1a5b7}.svg-icon.svg-icon-muted svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.svg-icon.svg-icon-muted svg [stroke]{stroke:#a1a5b7}.svg-icon.svg-icon-gray-100 svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#f2f1f6}.svg-icon.svg-icon-gray-100 svg :not(.permanent):not(g) path{fill:#f2f1f6}.svg-icon.svg-icon-gray-100 svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.svg-icon.svg-icon-gray-100 svg [stroke]{stroke:#f2f1f6}.svg-icon.svg-icon-gray-200 svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#eff2f5}.svg-icon.svg-icon-gray-200 svg :not(.permanent):not(g) path{fill:#eff2f5}.svg-icon.svg-icon-gray-200 svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.svg-icon.svg-icon-gray-200 svg [stroke]{stroke:#eff2f5}.svg-icon.svg-icon-gray-300 svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#e4e6ef}.svg-icon.svg-icon-gray-300 svg :not(.permanent):not(g) path{fill:#e4e6ef}.svg-icon.svg-icon-gray-300 svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.svg-icon.svg-icon-gray-300 svg [stroke]{stroke:#e4e6ef}.svg-icon.svg-icon-gray-400 svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#b5b5c3}.svg-icon.svg-icon-gray-400 svg :not(.permanent):not(g) path{fill:#b5b5c3}.svg-icon.svg-icon-gray-400 svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.svg-icon.svg-icon-gray-400 svg [stroke]{stroke:#b5b5c3}.svg-icon.svg-icon-gray-500 svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#a1a5b7}.svg-icon.svg-icon-gray-500 svg :not(.permanent):not(g) path{fill:#a1a5b7}.svg-icon.svg-icon-gray-500 svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.svg-icon.svg-icon-gray-500 svg [stroke]{stroke:#a1a5b7}.svg-icon.svg-icon-gray-600 svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#7e8299}.svg-icon.svg-icon-gray-600 svg :not(.permanent):not(g) path{fill:#7e8299}.svg-icon.svg-icon-gray-600 svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.svg-icon.svg-icon-gray-600 svg [stroke]{stroke:#7e8299}.svg-icon.svg-icon-gray-700 svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#5e6278}.svg-icon.svg-icon-gray-700 svg :not(.permanent):not(g) path{fill:#5e6278}.svg-icon.svg-icon-gray-700 svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.svg-icon.svg-icon-gray-700 svg [stroke]{stroke:#5e6278}.svg-icon.svg-icon-gray-800 svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#3f4254}.svg-icon.svg-icon-gray-800 svg :not(.permanent):not(g) path{fill:#3f4254}.svg-icon.svg-icon-gray-800 svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.svg-icon.svg-icon-gray-800 svg [stroke]{stroke:#3f4254}.svg-icon.svg-icon-gray-900 svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.svg-icon.svg-icon-gray-900 svg :not(.permanent):not(g) path{fill:#0f3f62}.svg-icon.svg-icon-gray-900 svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.svg-icon.svg-icon-gray-900 svg [stroke]{stroke:#0f3f62}.svg-icon.svg-icon-1 svg{height:1.75rem!important;width:1.75rem!important}.svg-icon.svg-icon-2 svg{height:1.5rem!important;width:1.5rem!important}.svg-icon.svg-icon-3 svg{height:1.35rem!important;width:1.35rem!important}.svg-icon.svg-icon-4 svg{height:1.25rem!important;width:1.25rem!important}.svg-icon.svg-icon-5 svg{height:1.15rem!important;width:1.15rem!important}.svg-icon.svg-icon-6 svg{height:1.075rem!important;width:1.075rem!important}.svg-icon.svg-icon-7 svg{height:.95rem!important;width:.95rem!important}.svg-icon.svg-icon-8 svg{height:.85rem!important;width:.85rem!important}.svg-icon.svg-icon-9 svg{height:.75rem!important;width:.75rem!important}.svg-icon.svg-icon-10 svg{height:.5rem!important;width:.5rem!important}.svg-icon.svg-icon-base svg{height:1rem!important;width:1rem!important}.svg-icon.svg-icon-fluid svg{height:100%!important;width:100%!important}.svg-icon.svg-icon-2x svg{height:2rem!important;width:2rem!important}.svg-icon.svg-icon-2qx svg{height:2.25rem!important;width:2.25rem!important}.svg-icon.svg-icon-2hx svg{height:2.5rem!important;width:2.5rem!important}.svg-icon.svg-icon-2tx svg{height:2.75rem!important;width:2.75rem!important}.svg-icon.svg-icon-3x svg{height:3rem!important;width:3rem!important}.svg-icon.svg-icon-3qx svg{height:3.25rem!important;width:3.25rem!important}.svg-icon.svg-icon-3hx svg{height:3.5rem!important;width:3.5rem!important}.svg-icon.svg-icon-3tx svg{height:3.75rem!important;width:3.75rem!important}.svg-icon.svg-icon-4x svg{height:4rem!important;width:4rem!important}.svg-icon.svg-icon-4qx svg{height:4.25rem!important;width:4.25rem!important}.svg-icon.svg-icon-4hx svg{height:4.5rem!important;width:4.5rem!important}.svg-icon.svg-icon-4tx svg{height:4.75rem!important;width:4.75rem!important}.svg-icon.svg-icon-5x svg{height:5rem!important;width:5rem!important}.svg-icon.svg-icon-5qx svg{height:5.25rem!important;width:5.25rem!important}.svg-icon.svg-icon-5hx svg{height:5.5rem!important;width:5.5rem!important}.svg-icon.svg-icon-5tx svg{height:5.75rem!important;width:5.75rem!important}@media (min-width:576px){.svg-icon.svg-icon-sm-1 svg{height:1.75rem!important;width:1.75rem!important}.svg-icon.svg-icon-sm-2 svg{height:1.5rem!important;width:1.5rem!important}.svg-icon.svg-icon-sm-3 svg{height:1.35rem!important;width:1.35rem!important}.svg-icon.svg-icon-sm-4 svg{height:1.25rem!important;width:1.25rem!important}.svg-icon.svg-icon-sm-5 svg{height:1.15rem!important;width:1.15rem!important}.svg-icon.svg-icon-sm-6 svg{height:1.075rem!important;width:1.075rem!important}.svg-icon.svg-icon-sm-7 svg{height:.95rem!important;width:.95rem!important}.svg-icon.svg-icon-sm-8 svg{height:.85rem!important;width:.85rem!important}.svg-icon.svg-icon-sm-9 svg{height:.75rem!important;width:.75rem!important}.svg-icon.svg-icon-sm-10 svg{height:.5rem!important;width:.5rem!important}.svg-icon.svg-icon-sm-base svg{height:1rem!important;width:1rem!important}.svg-icon.svg-icon-sm-fluid svg{height:100%!important;width:100%!important}.svg-icon.svg-icon-sm-2x svg{height:2rem!important;width:2rem!important}.svg-icon.svg-icon-sm-2qx svg{height:2.25rem!important;width:2.25rem!important}.svg-icon.svg-icon-sm-2hx svg{height:2.5rem!important;width:2.5rem!important}.svg-icon.svg-icon-sm-2tx svg{height:2.75rem!important;width:2.75rem!important}.svg-icon.svg-icon-sm-3x svg{height:3rem!important;width:3rem!important}.svg-icon.svg-icon-sm-3qx svg{height:3.25rem!important;width:3.25rem!important}.svg-icon.svg-icon-sm-3hx svg{height:3.5rem!important;width:3.5rem!important}.svg-icon.svg-icon-sm-3tx svg{height:3.75rem!important;width:3.75rem!important}.svg-icon.svg-icon-sm-4x svg{height:4rem!important;width:4rem!important}.svg-icon.svg-icon-sm-4qx svg{height:4.25rem!important;width:4.25rem!important}.svg-icon.svg-icon-sm-4hx svg{height:4.5rem!important;width:4.5rem!important}.svg-icon.svg-icon-sm-4tx svg{height:4.75rem!important;width:4.75rem!important}.svg-icon.svg-icon-sm-5x svg{height:5rem!important;width:5rem!important}.svg-icon.svg-icon-sm-5qx svg{height:5.25rem!important;width:5.25rem!important}.svg-icon.svg-icon-sm-5hx svg{height:5.5rem!important;width:5.5rem!important}.svg-icon.svg-icon-sm-5tx svg{height:5.75rem!important;width:5.75rem!important}}@media (min-width:768px){.svg-icon.svg-icon-md-1 svg{height:1.75rem!important;width:1.75rem!important}.svg-icon.svg-icon-md-2 svg{height:1.5rem!important;width:1.5rem!important}.svg-icon.svg-icon-md-3 svg{height:1.35rem!important;width:1.35rem!important}.svg-icon.svg-icon-md-4 svg{height:1.25rem!important;width:1.25rem!important}.svg-icon.svg-icon-md-5 svg{height:1.15rem!important;width:1.15rem!important}.svg-icon.svg-icon-md-6 svg{height:1.075rem!important;width:1.075rem!important}.svg-icon.svg-icon-md-7 svg{height:.95rem!important;width:.95rem!important}.svg-icon.svg-icon-md-8 svg{height:.85rem!important;width:.85rem!important}.svg-icon.svg-icon-md-9 svg{height:.75rem!important;width:.75rem!important}.svg-icon.svg-icon-md-10 svg{height:.5rem!important;width:.5rem!important}.svg-icon.svg-icon-md-base svg{height:1rem!important;width:1rem!important}.svg-icon.svg-icon-md-fluid svg{height:100%!important;width:100%!important}.svg-icon.svg-icon-md-2x svg{height:2rem!important;width:2rem!important}.svg-icon.svg-icon-md-2qx svg{height:2.25rem!important;width:2.25rem!important}.svg-icon.svg-icon-md-2hx svg{height:2.5rem!important;width:2.5rem!important}.svg-icon.svg-icon-md-2tx svg{height:2.75rem!important;width:2.75rem!important}.svg-icon.svg-icon-md-3x svg{height:3rem!important;width:3rem!important}.svg-icon.svg-icon-md-3qx svg{height:3.25rem!important;width:3.25rem!important}.svg-icon.svg-icon-md-3hx svg{height:3.5rem!important;width:3.5rem!important}.svg-icon.svg-icon-md-3tx svg{height:3.75rem!important;width:3.75rem!important}.svg-icon.svg-icon-md-4x svg{height:4rem!important;width:4rem!important}.svg-icon.svg-icon-md-4qx svg{height:4.25rem!important;width:4.25rem!important}.svg-icon.svg-icon-md-4hx svg{height:4.5rem!important;width:4.5rem!important}.svg-icon.svg-icon-md-4tx svg{height:4.75rem!important;width:4.75rem!important}.svg-icon.svg-icon-md-5x svg{height:5rem!important;width:5rem!important}.svg-icon.svg-icon-md-5qx svg{height:5.25rem!important;width:5.25rem!important}.svg-icon.svg-icon-md-5hx svg{height:5.5rem!important;width:5.5rem!important}.svg-icon.svg-icon-md-5tx svg{height:5.75rem!important;width:5.75rem!important}}@media (min-width:992px){.svg-icon.svg-icon-lg-1 svg{height:1.75rem!important;width:1.75rem!important}.svg-icon.svg-icon-lg-2 svg{height:1.5rem!important;width:1.5rem!important}.svg-icon.svg-icon-lg-3 svg{height:1.35rem!important;width:1.35rem!important}.svg-icon.svg-icon-lg-4 svg{height:1.25rem!important;width:1.25rem!important}.svg-icon.svg-icon-lg-5 svg{height:1.15rem!important;width:1.15rem!important}.svg-icon.svg-icon-lg-6 svg{height:1.075rem!important;width:1.075rem!important}.svg-icon.svg-icon-lg-7 svg{height:.95rem!important;width:.95rem!important}.svg-icon.svg-icon-lg-8 svg{height:.85rem!important;width:.85rem!important}.svg-icon.svg-icon-lg-9 svg{height:.75rem!important;width:.75rem!important}.svg-icon.svg-icon-lg-10 svg{height:.5rem!important;width:.5rem!important}.svg-icon.svg-icon-lg-base svg{height:1rem!important;width:1rem!important}.svg-icon.svg-icon-lg-fluid svg{height:100%!important;width:100%!important}.svg-icon.svg-icon-lg-2x svg{height:2rem!important;width:2rem!important}.svg-icon.svg-icon-lg-2qx svg{height:2.25rem!important;width:2.25rem!important}.svg-icon.svg-icon-lg-2hx svg{height:2.5rem!important;width:2.5rem!important}.svg-icon.svg-icon-lg-2tx svg{height:2.75rem!important;width:2.75rem!important}.svg-icon.svg-icon-lg-3x svg{height:3rem!important;width:3rem!important}.svg-icon.svg-icon-lg-3qx svg{height:3.25rem!important;width:3.25rem!important}.svg-icon.svg-icon-lg-3hx svg{height:3.5rem!important;width:3.5rem!important}.svg-icon.svg-icon-lg-3tx svg{height:3.75rem!important;width:3.75rem!important}.svg-icon.svg-icon-lg-4x svg{height:4rem!important;width:4rem!important}.svg-icon.svg-icon-lg-4qx svg{height:4.25rem!important;width:4.25rem!important}.svg-icon.svg-icon-lg-4hx svg{height:4.5rem!important;width:4.5rem!important}.svg-icon.svg-icon-lg-4tx svg{height:4.75rem!important;width:4.75rem!important}.svg-icon.svg-icon-lg-5x svg{height:5rem!important;width:5rem!important}.svg-icon.svg-icon-lg-5qx svg{height:5.25rem!important;width:5.25rem!important}.svg-icon.svg-icon-lg-5hx svg{height:5.5rem!important;width:5.5rem!important}.svg-icon.svg-icon-lg-5tx svg{height:5.75rem!important;width:5.75rem!important}}@media (min-width:1200px){.svg-icon.svg-icon-xl-1 svg{height:1.75rem!important;width:1.75rem!important}.svg-icon.svg-icon-xl-2 svg{height:1.5rem!important;width:1.5rem!important}.svg-icon.svg-icon-xl-3 svg{height:1.35rem!important;width:1.35rem!important}.svg-icon.svg-icon-xl-4 svg{height:1.25rem!important;width:1.25rem!important}.svg-icon.svg-icon-xl-5 svg{height:1.15rem!important;width:1.15rem!important}.svg-icon.svg-icon-xl-6 svg{height:1.075rem!important;width:1.075rem!important}.svg-icon.svg-icon-xl-7 svg{height:.95rem!important;width:.95rem!important}.svg-icon.svg-icon-xl-8 svg{height:.85rem!important;width:.85rem!important}.svg-icon.svg-icon-xl-9 svg{height:.75rem!important;width:.75rem!important}.svg-icon.svg-icon-xl-10 svg{height:.5rem!important;width:.5rem!important}.svg-icon.svg-icon-xl-base svg{height:1rem!important;width:1rem!important}.svg-icon.svg-icon-xl-fluid svg{height:100%!important;width:100%!important}.svg-icon.svg-icon-xl-2x svg{height:2rem!important;width:2rem!important}.svg-icon.svg-icon-xl-2qx svg{height:2.25rem!important;width:2.25rem!important}.svg-icon.svg-icon-xl-2hx svg{height:2.5rem!important;width:2.5rem!important}.svg-icon.svg-icon-xl-2tx svg{height:2.75rem!important;width:2.75rem!important}.svg-icon.svg-icon-xl-3x svg{height:3rem!important;width:3rem!important}.svg-icon.svg-icon-xl-3qx svg{height:3.25rem!important;width:3.25rem!important}.svg-icon.svg-icon-xl-3hx svg{height:3.5rem!important;width:3.5rem!important}.svg-icon.svg-icon-xl-3tx svg{height:3.75rem!important;width:3.75rem!important}.svg-icon.svg-icon-xl-4x svg{height:4rem!important;width:4rem!important}.svg-icon.svg-icon-xl-4qx svg{height:4.25rem!important;width:4.25rem!important}.svg-icon.svg-icon-xl-4hx svg{height:4.5rem!important;width:4.5rem!important}.svg-icon.svg-icon-xl-4tx svg{height:4.75rem!important;width:4.75rem!important}.svg-icon.svg-icon-xl-5x svg{height:5rem!important;width:5rem!important}.svg-icon.svg-icon-xl-5qx svg{height:5.25rem!important;width:5.25rem!important}.svg-icon.svg-icon-xl-5hx svg{height:5.5rem!important;width:5.5rem!important}.svg-icon.svg-icon-xl-5tx svg{height:5.75rem!important;width:5.75rem!important}}@media (min-width:1400px){.svg-icon.svg-icon-xxl-1 svg{height:1.75rem!important;width:1.75rem!important}.svg-icon.svg-icon-xxl-2 svg{height:1.5rem!important;width:1.5rem!important}.svg-icon.svg-icon-xxl-3 svg{height:1.35rem!important;width:1.35rem!important}.svg-icon.svg-icon-xxl-4 svg{height:1.25rem!important;width:1.25rem!important}.svg-icon.svg-icon-xxl-5 svg{height:1.15rem!important;width:1.15rem!important}.svg-icon.svg-icon-xxl-6 svg{height:1.075rem!important;width:1.075rem!important}.svg-icon.svg-icon-xxl-7 svg{height:.95rem!important;width:.95rem!important}.svg-icon.svg-icon-xxl-8 svg{height:.85rem!important;width:.85rem!important}.svg-icon.svg-icon-xxl-9 svg{height:.75rem!important;width:.75rem!important}.svg-icon.svg-icon-xxl-10 svg{height:.5rem!important;width:.5rem!important}.svg-icon.svg-icon-xxl-base svg{height:1rem!important;width:1rem!important}.svg-icon.svg-icon-xxl-fluid svg{height:100%!important;width:100%!important}.svg-icon.svg-icon-xxl-2x svg{height:2rem!important;width:2rem!important}.svg-icon.svg-icon-xxl-2qx svg{height:2.25rem!important;width:2.25rem!important}.svg-icon.svg-icon-xxl-2hx svg{height:2.5rem!important;width:2.5rem!important}.svg-icon.svg-icon-xxl-2tx svg{height:2.75rem!important;width:2.75rem!important}.svg-icon.svg-icon-xxl-3x svg{height:3rem!important;width:3rem!important}.svg-icon.svg-icon-xxl-3qx svg{height:3.25rem!important;width:3.25rem!important}.svg-icon.svg-icon-xxl-3hx svg{height:3.5rem!important;width:3.5rem!important}.svg-icon.svg-icon-xxl-3tx svg{height:3.75rem!important;width:3.75rem!important}.svg-icon.svg-icon-xxl-4x svg{height:4rem!important;width:4rem!important}.svg-icon.svg-icon-xxl-4qx svg{height:4.25rem!important;width:4.25rem!important}.svg-icon.svg-icon-xxl-4hx svg{height:4.5rem!important;width:4.5rem!important}.svg-icon.svg-icon-xxl-4tx svg{height:4.75rem!important;width:4.75rem!important}.svg-icon.svg-icon-xxl-5x svg{height:5rem!important;width:5rem!important}.svg-icon.svg-icon-xxl-5qx svg{height:5.25rem!important;width:5.25rem!important}.svg-icon.svg-icon-xxl-5hx svg{height:5.5rem!important;width:5.5rem!important}.svg-icon.svg-icon-xxl-5tx svg{height:5.75rem!important;width:5.75rem!important}}.svg-stroke.svg-stroke-white{stroke:#fff}.svg-stroke.svg-stroke-primary{stroke:#2996ce}.svg-stroke.svg-stroke-secondary{stroke:#0f3f62}.svg-stroke.svg-stroke-light{stroke:#f2f1f6}.svg-stroke.svg-stroke-success{stroke:#14937e}.svg-stroke.svg-stroke-info{stroke:#4974a6}.svg-stroke.svg-stroke-warning{stroke:#fe7f2d}.svg-stroke.svg-stroke-danger{stroke:#f64e60}.svg-stroke.svg-stroke-purple{stroke:#c12d58}.svg-stroke.svg-stroke-dark{stroke:#0f3f62}.svg-stroke.svg-stroke-muted{stroke:#a1a5b7}.svg-stroke.svg-stroke-gray-100{stroke:#f2f1f6}.svg-stroke.svg-stroke-gray-200{stroke:#eff2f5}.svg-stroke.svg-stroke-gray-300{stroke:#e4e6ef}.svg-stroke.svg-stroke-gray-400{stroke:#b5b5c3}.svg-stroke.svg-stroke-gray-500{stroke:#a1a5b7}.svg-stroke.svg-stroke-gray-600{stroke:#7e8299}.svg-stroke.svg-stroke-gray-700{stroke:#5e6278}.svg-stroke.svg-stroke-gray-800{stroke:#3f4254}.svg-stroke.svg-stroke-gray-900{stroke:#0f3f62}.item-bg-hover{border-radius:6px}.item-bg-hover:hover{background-color:#f2f1f6;cursor:pointer;-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.item-border-hover{border:1px solid transparent;border-radius:6px}.item-border-hover:hover{border:1px solid #eff2f5;cursor:pointer}.item-border-hover:hover,.item-border-hover:hover .label{-webkit-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.item-border-hover:hover .label{background-color:#2996ce!important;color:#fff}.item-border-hover .label{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:6px;color:#a1a5b7}.sweet-icon-icon{border-radius:50%;border:4px solid grey;-webkit-box-sizing:content-box;box-sizing:content-box;height:80px;margin:20px auto;padding:0;position:relative;width:80px}.sweet-icon-icon.sweet-icon-error,.sweet-icon-icon.sweet-icon-success{border-color:#a5dc86}.sweet-icon-icon.sweet-icon-error:after,.sweet-icon-icon.sweet-icon-error:before,.sweet-icon-icon.sweet-icon-success:after,.sweet-icon-icon.sweet-icon-success:before{background:#fff;content:"";height:120px;position:absolute;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:60px}.sweet-icon-icon.sweet-icon-error:before,.sweet-icon-icon.sweet-icon-success:before{border-radius:120px 0 0 120px;left:-33px;top:-7px;-webkit-transform-origin:60px 60px;transform-origin:60px 60px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.sweet-icon-icon.sweet-icon-error:after,.sweet-icon-icon.sweet-icon-success:after{border-radius:0 120px 120px 0;left:30px;top:-11px;-webkit-transform-origin:0 60px;transform-origin:0 60px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.sweet-icon-icon.sweet-icon-error .sweet-icon-placeholder,.sweet-icon-icon.sweet-icon-success .sweet-icon-placeholder{border-radius:50%;border:4px solid rgba(165,220,134,.2);-webkit-box-sizing:content-box;box-sizing:content-box;height:80px;left:-4px;position:absolute;top:-4px;width:80px;z-index:2}.sweet-icon-icon.sweet-icon-error .sweet-icon-fix,.sweet-icon-icon.sweet-icon-success .sweet-icon-fix{background-color:#fff;height:90px;left:28px;position:absolute;top:8px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:5px;z-index:1}.sweet-icon-icon.sweet-icon-error .sweet-icon-line,.sweet-icon-icon.sweet-icon-success .sweet-icon-line{background-color:#a5dc86;border-radius:2px;display:block;height:5px;position:absolute;z-index:2}.sweet-icon-icon.sweet-icon-error .sweet-icon-line.sweet-icon-tip,.sweet-icon-icon.sweet-icon-success .sweet-icon-line.sweet-icon-tip{left:14px;top:46px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:25px}.sweet-icon-icon.sweet-icon-error .sweet-icon-line.sweet-icon-long,.sweet-icon-icon.sweet-icon-success .sweet-icon-line.sweet-icon-long{right:8px;top:38px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:47px}.sweet-icon-icon.sweet-icon-error{border-color:#f27474}.sweet-icon-icon.sweet-icon-error .sweet-icon-x-mark{display:block;position:relative;z-index:2}.sweet-icon-icon.sweet-icon-error .sweet-icon-placeholder{border:4px solid rgba(200,0,0,.2)}.sweet-icon-icon.sweet-icon-error .sweet-icon-line{background-color:#f27474;top:37px;width:47px}.sweet-icon-icon.sweet-icon-error .sweet-icon-line.sweet-icon-left{left:17px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.sweet-icon-icon.sweet-icon-error .sweet-icon-line.sweet-icon-right{right:16px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.sweet-icon-icon.sweet-icon-question{border-color:#a3c6ec}.sweet-icon-icon.sweet-icon-question:before{-webkit-animation:pulseQuestion 2s linear infinite;animation:pulseQuestion 2s linear infinite;background-color:#fff;border-radius:50%;content:"";display:inline-block;height:100%;opacity:0;position:absolute;width:100%;left:0}.sweet-icon-icon.sweet-icon-question .sweet-icon-content{font-size:5rem;color:#2996ce;height:70px;width:80px;top:4px;position:absolute;text-align:center}.sweet-icon-icon.sweet-icon-question+.sweet-icon-icon{margin-top:50px}.sweet-icon-icon.sweet-icon-warning{border-color:#f8bb86}.sweet-icon-icon.sweet-icon-warning:before{-webkit-animation:pulseWarning 2s linear infinite;animation:pulseWarning 2s linear infinite;display:inline-block;opacity:0;left:0}.sweet-icon-icon.sweet-icon-warning:after,.sweet-icon-icon.sweet-icon-warning:before{background-color:#fff;border-radius:50%;content:"";height:100%;position:absolute;width:100%}.sweet-icon-icon.sweet-icon-warning:after{display:block;z-index:1}.sweet-icon-icon.sweet-icon-warning .sweet-icon-body{background-color:#f8bb86;border-radius:2px;height:47px;left:50%;margin-left:-2px;position:absolute;top:10px;width:5px;z-index:2}.sweet-icon-icon.sweet-icon-warning .sweet-icon-dot{background-color:#f8bb86;border-radius:50%;bottom:10px;height:7px;left:50%;margin-left:-3px;position:absolute;width:7px;z-index:2}.sweet-icon-icon+.sweet-icon-icon{margin-top:50px}.animateSuccessTip{-webkit-animation:animateSuccessTip .75s;animation:animateSuccessTip .75s}.animateSuccessLong{-webkit-animation:animateSuccessLong .75s;animation:animateSuccessLong .75s}.sweet-icon-icon.sweet-icon-error.animate:after,.sweet-icon-icon.sweet-icon-success.animate:after{-webkit-animation:rotatePlaceholder 4.25s ease-in;animation:rotatePlaceholder 4.25s ease-in}.animateErrorIcon{-webkit-animation:animateErrorIcon .5s;animation:animateErrorIcon .5s}.animateXLeft{-webkit-animation:animateXLeft .75s;animation:animateXLeft .75s}.animateXRight{-webkit-animation:animateXRight .75s;animation:animateXRight .75s}.scaleWarning{-webkit-animation:scaleWarning .75s infinite alternate;animation:scaleWarning .75s infinite alternate}.pulseWarningIns{-webkit-animation:pulseWarningIns .75s infinite alternate;animation:pulseWarningIns .75s infinite alternate}@-webkit-keyframes animateSuccessTip{0%,54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}to{width:25px;left:14px;top:45px}}@keyframes animateSuccessTip{0%,54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}to{width:25px;left:14px;top:45px}}@-webkit-keyframes animateSuccessLong{0%,65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}to{width:47px;right:8px;top:38px}}@keyframes animateSuccessLong{0%,65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}to{width:47px;right:8px;top:38px}}@-webkit-keyframes rotatePlaceholder{0%,5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%,to{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@keyframes rotatePlaceholder{0%,5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%,to{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@-webkit-keyframes animateErrorIcon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1}}@keyframes animateErrorIcon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1}}@-webkit-keyframes animateXLeft{0%,65%{left:82px;top:95px;width:0}84%{left:14px;top:33px;width:47px}to{left:17px;top:37px;width:47px}}@keyframes animateXLeft{0%,65%{left:82px;top:95px;width:0}84%{left:14px;top:33px;width:47px}to{left:17px;top:37px;width:47px}}@-webkit-keyframes animateXRight{0%,65%{right:82px;top:95px;width:0}84%{right:14px;top:33px;width:47px}to{right:16px;top:37px;width:47px}}@keyframes animateXRight{0%,65%{right:82px;top:95px;width:0}84%{right:14px;top:33px;width:47px}to{right:16px;top:37px;width:47px}}@-webkit-keyframes scaleWarning{0%{-webkit-transform:scale(1);transform:scale(1)}30%{-webkit-transform:scale(1.02);transform:scale(1.02)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scaleWarning{0%{-webkit-transform:scale(1);transform:scale(1)}30%{-webkit-transform:scale(1.02);transform:scale(1.02)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes pulseWarning{0%{background-color:#fff;-webkit-transform:scale(1);transform:scale(1);opacity:.5}30%{background-color:#fff;-webkit-transform:scale(1);transform:scale(1);opacity:.5}to{background-color:#f8bb86;-webkit-transform:scale(2);transform:scale(2);opacity:0}}@keyframes pulseWarning{0%{background-color:#fff;-webkit-transform:scale(1);transform:scale(1);opacity:.5}30%{background-color:#fff;-webkit-transform:scale(1);transform:scale(1);opacity:.5}to{background-color:#f8bb86;-webkit-transform:scale(2);transform:scale(2);opacity:0}}@-webkit-keyframes pulseWarningIns{0%{background-color:#f8d486}to{background-color:#f8bb86}}@keyframes pulseWarningIns{0%{background-color:#f8d486}to{background-color:#f8bb86}}@-webkit-keyframes pulseQuestion{0%{background-color:#fff;-webkit-transform:scale(1);transform:scale(1);opacity:.5}30%{background-color:#fff;-webkit-transform:scale(1);transform:scale(1);opacity:.5}to{background-color:#86c7f8;-webkit-transform:scale(2);transform:scale(2);opacity:0}}@keyframes pulseQuestion{0%{background-color:#fff;-webkit-transform:scale(1);transform:scale(1);opacity:.5}30%{background-color:#fff;-webkit-transform:scale(1);transform:scale(1);opacity:.5}to{background-color:#86c7f8;-webkit-transform:scale(2);transform:scale(2);opacity:0}}.popover{-webkit-box-shadow:0 1rem 2rem 1rem rgba(0,0,0,.1);box-shadow:0 1rem 2rem 1rem rgba(0,0,0,.1);max-width:none}.popover .popover-header{font-size:1rem;font-weight:500;border-bottom:1px solid #f2f1f6}.popover .popover-dismiss{position:absolute;top:.85rem;right:.85rem;height:1.5rem;width:1.5rem}.popover .popover-dismiss i{color:#a1a5b7}.popover .popover-dismiss:hover i{color:#2996ce}.popover .popover-dismiss+.popover-header{padding-right:2.75rem}.popover-dark{background-color:#0f3f62;border:0}.popover-dark .popover-header{background-color:#0f3f62;color:#eff2f5;border-bottom-color:#3f4254}.popover-dark .popover-body{color:#b5b5c3}.popover-dark.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.popover-dark.bs-popover-top>.popover-arrow:before{border-top-color:#f2f1f6}.popover-dark.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.popover-dark.bs-popover-top>.popover-arrow:after{border-top-color:#0f3f62}.popover-dark.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.popover-dark.bs-popover-end>.popover-arrow:before{border-right-color:#f2f1f6}.popover-dark.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.popover-dark.bs-popover-end>.popover-arrow:after{border-right-color:#0f3f62}.popover-dark.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.popover-dark.bs-popover-bottom>.popover-arrow:before{border-bottom-color:#f2f1f6}.popover-dark.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.popover-dark.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.popover-dark.bs-popover-bottom .popover-header:before,.popover-dark.bs-popover-bottom>.popover-arrow:after{border-bottom-color:#0f3f62}.popover-dark.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.popover-dark.bs-popover-start>.popover-arrow:before{border-left-color:#f2f1f6}.popover-dark.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.popover-dark.bs-popover-start>.popover-arrow:after{border-left-color:#0f3f62}.list-group-item:not(.active):not(.selected):first-child{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.list-group-item.selected{border-top-left-radius:inherit;border-top-right-radius:inherit;border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}@media (min-width:576px){div,ol,pre,span,ul{scrollbar-width:thin;scrollbar-color:#b5b5c3 transparent}div::-webkit-scrollbar,ol::-webkit-scrollbar,pre::-webkit-scrollbar,span::-webkit-scrollbar,ul::-webkit-scrollbar{width:8px;height:8px}div::-webkit-scrollbar-thumb,ol::-webkit-scrollbar-thumb,pre::-webkit-scrollbar-thumb,span::-webkit-scrollbar-thumb,ul::-webkit-scrollbar-thumb{background-color:#b5b5c3}div:hover,ol:hover,pre:hover,span:hover,ul:hover{scrollbar-color:#dee0eb transparent}div:hover::-webkit-scrollbar-thumb,ol:hover::-webkit-scrollbar-thumb,pre:hover::-webkit-scrollbar-thumb,span:hover::-webkit-scrollbar-thumb,ul:hover::-webkit-scrollbar-thumb{background-color:#dee0eb}}.scroll{overflow:scroll;position:relative}@media (max-width:991.98px){.scroll{overflow:auto}}.scroll-x{overflow-x:scroll;position:relative}@media (max-width:991.98px){.scroll-x{overflow-x:auto}}.scroll-y{overflow-y:scroll;position:relative}@media (max-width:991.98px){.scroll-y{overflow-y:auto}}.hover-scroll{position:relative}@media (min-width:992px){.hover-scroll{overflow:hidden;border-right:8px solid transparent;border-bottom:8px solid transparent;margin-right:-8px;margin-bottom:-8px}.hover-scroll:hover{overflow:scroll;border-right:0;border-bottom:0}@-moz-document url-prefix(){.hover-scroll{overflow:scroll;position:relative;border-right:0;border-bottom:0}}}@media (max-width:991.98px){.hover-scroll{overflow:auto}}.hover-scroll-y{position:relative}@media (min-width:992px){.hover-scroll-y{overflow-y:hidden;padding-right:var(--scrollbar-width)}.hover-scroll-y:hover{overflow-y:scroll;padding-right:0}@-moz-document url-prefix(){.hover-scroll-y{overflow-y:scroll;position:relative;padding-right:0}}}@media (max-width:991.98px){.hover-scroll-y{overflow-y:auto}}.hover-scroll-x{position:relative}@media (min-width:992px){.hover-scroll-x{overflow-x:hidden;border-bottom:8px solid transparent}.hover-scroll-x:hover{overflow-x:scroll;border-bottom:0}@-moz-document url-prefix(){.hover-scroll-x{overflow-x:scroll;position:relative;border-bottom:0}}}@media (max-width:991.98px){.hover-scroll-x{overflow-x:auto}}.hover-scroll-overlay-y{overflow-y:hidden;position:relative;--scrollbar-space:8px}.hover-scroll-overlay-y::-webkit-scrollbar{width:calc(8px + var(--scrollbar-space))}.hover-scroll-overlay-y::-webkit-scrollbar-thumb{background-clip:content-box;border-right:var(--scrollbar-space) solid transparent}.hover-scroll-overlay-y:hover{overflow-y:overlay}@-moz-document url-prefix(){.hover-scroll-overlay-y{overflow-y:scroll;position:relative}}.pwa-install{width:100%;background-color:#fff;padding:.5rem 1rem;z-index:10}@media (min-width:992px){.pwa-install{position:fixed;background-color:transparent}}.button-card{background-color:#fff;border-radius:15px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:20px}.button-card .svg-icon{pointer-events:none}.button-card .svg-icon svg{height:20px;width:20px}.button-card:hover{cursor:pointer}.button-card-icon-white .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.button-card-icon-white .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.button-card-icon-white .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-icon-white .svg-icon svg [stroke]{stroke:#fff}.button-card-hover-white:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fff}.button-card-hover-white:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g) path{fill:#fff}.button-card-hover-white:hover:not(.disabled):not(.active) .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-hover-white:hover:not(.disabled):not(.active) .svg-icon svg [stroke]{stroke:#fff}.button-card-icon-primary .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#2996ce}.button-card-icon-primary .svg-icon svg :not(.permanent):not(g) path{fill:#2996ce}.button-card-icon-primary .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-icon-primary .svg-icon svg [stroke]{stroke:#2996ce}.button-card-hover-primary:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#2996ce}.button-card-hover-primary:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g) path{fill:#2996ce}.button-card-hover-primary:hover:not(.disabled):not(.active) .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-hover-primary:hover:not(.disabled):not(.active) .svg-icon svg [stroke]{stroke:#2996ce}.button-card-icon-secondary .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.button-card-icon-secondary .svg-icon svg :not(.permanent):not(g) path{fill:#0f3f62}.button-card-icon-secondary .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-icon-secondary .svg-icon svg [stroke]{stroke:#0f3f62}.button-card-hover-secondary:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.button-card-hover-secondary:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g) path{fill:#0f3f62}.button-card-hover-secondary:hover:not(.disabled):not(.active) .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-hover-secondary:hover:not(.disabled):not(.active) .svg-icon svg [stroke]{stroke:#0f3f62}.button-card-icon-light .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#f2f1f6}.button-card-icon-light .svg-icon svg :not(.permanent):not(g) path{fill:#f2f1f6}.button-card-icon-light .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-icon-light .svg-icon svg [stroke]{stroke:#f2f1f6}.button-card-hover-light:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#f2f1f6}.button-card-hover-light:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g) path{fill:#f2f1f6}.button-card-hover-light:hover:not(.disabled):not(.active) .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-hover-light:hover:not(.disabled):not(.active) .svg-icon svg [stroke]{stroke:#f2f1f6}.button-card-icon-success .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#14937e}.button-card-icon-success .svg-icon svg :not(.permanent):not(g) path{fill:#14937e}.button-card-icon-success .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-icon-success .svg-icon svg [stroke]{stroke:#14937e}.button-card-hover-success:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#14937e}.button-card-hover-success:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g) path{fill:#14937e}.button-card-hover-success:hover:not(.disabled):not(.active) .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-hover-success:hover:not(.disabled):not(.active) .svg-icon svg [stroke]{stroke:#14937e}.button-card-icon-info .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#4974a6}.button-card-icon-info .svg-icon svg :not(.permanent):not(g) path{fill:#4974a6}.button-card-icon-info .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-icon-info .svg-icon svg [stroke]{stroke:#4974a6}.button-card-hover-info:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#4974a6}.button-card-hover-info:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g) path{fill:#4974a6}.button-card-hover-info:hover:not(.disabled):not(.active) .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-hover-info:hover:not(.disabled):not(.active) .svg-icon svg [stroke]{stroke:#4974a6}.button-card-icon-warning .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fe7f2d}.button-card-icon-warning .svg-icon svg :not(.permanent):not(g) path{fill:#fe7f2d}.button-card-icon-warning .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-icon-warning .svg-icon svg [stroke]{stroke:#fe7f2d}.button-card-hover-warning:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#fe7f2d}.button-card-hover-warning:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g) path{fill:#fe7f2d}.button-card-hover-warning:hover:not(.disabled):not(.active) .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-hover-warning:hover:not(.disabled):not(.active) .svg-icon svg [stroke]{stroke:#fe7f2d}.button-card-icon-danger .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#f64e60}.button-card-icon-danger .svg-icon svg :not(.permanent):not(g) path{fill:#f64e60}.button-card-icon-danger .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-icon-danger .svg-icon svg [stroke]{stroke:#f64e60}.button-card-hover-danger:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#f64e60}.button-card-hover-danger:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g) path{fill:#f64e60}.button-card-hover-danger:hover:not(.disabled):not(.active) .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-hover-danger:hover:not(.disabled):not(.active) .svg-icon svg [stroke]{stroke:#f64e60}.button-card-icon-purple .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#c12d58}.button-card-icon-purple .svg-icon svg :not(.permanent):not(g) path{fill:#c12d58}.button-card-icon-purple .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-icon-purple .svg-icon svg [stroke]{stroke:#c12d58}.button-card-hover-purple:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#c12d58}.button-card-hover-purple:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g) path{fill:#c12d58}.button-card-hover-purple:hover:not(.disabled):not(.active) .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-hover-purple:hover:not(.disabled):not(.active) .svg-icon svg [stroke]{stroke:#c12d58}.button-card-icon-dark .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.button-card-icon-dark .svg-icon svg :not(.permanent):not(g) path{fill:#0f3f62}.button-card-icon-dark .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-icon-dark .svg-icon svg [stroke]{stroke:#0f3f62}.button-card-hover-dark:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.button-card-hover-dark:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g) path{fill:#0f3f62}.button-card-hover-dark:hover:not(.disabled):not(.active) .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-hover-dark:hover:not(.disabled):not(.active) .svg-icon svg [stroke]{stroke:#0f3f62}.button-card-icon-muted .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#a1a5b7}.button-card-icon-muted .svg-icon svg :not(.permanent):not(g) path{fill:#a1a5b7}.button-card-icon-muted .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-icon-muted .svg-icon svg [stroke]{stroke:#a1a5b7}.button-card-hover-muted:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#a1a5b7}.button-card-hover-muted:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g) path{fill:#a1a5b7}.button-card-hover-muted:hover:not(.disabled):not(.active) .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-hover-muted:hover:not(.disabled):not(.active) .svg-icon svg [stroke]{stroke:#a1a5b7}.button-card-icon-gray-100 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#f2f1f6}.button-card-icon-gray-100 .svg-icon svg :not(.permanent):not(g) path{fill:#f2f1f6}.button-card-icon-gray-100 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-icon-gray-100 .svg-icon svg [stroke]{stroke:#f2f1f6}.button-card-hover-gray-100:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#f2f1f6}.button-card-hover-gray-100:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g) path{fill:#f2f1f6}.button-card-hover-gray-100:hover:not(.disabled):not(.active) .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-hover-gray-100:hover:not(.disabled):not(.active) .svg-icon svg [stroke]{stroke:#f2f1f6}.button-card-icon-gray-200 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#eff2f5}.button-card-icon-gray-200 .svg-icon svg :not(.permanent):not(g) path{fill:#eff2f5}.button-card-icon-gray-200 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-icon-gray-200 .svg-icon svg [stroke]{stroke:#eff2f5}.button-card-hover-gray-200:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#eff2f5}.button-card-hover-gray-200:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g) path{fill:#eff2f5}.button-card-hover-gray-200:hover:not(.disabled):not(.active) .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-hover-gray-200:hover:not(.disabled):not(.active) .svg-icon svg [stroke]{stroke:#eff2f5}.button-card-icon-gray-300 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#e4e6ef}.button-card-icon-gray-300 .svg-icon svg :not(.permanent):not(g) path{fill:#e4e6ef}.button-card-icon-gray-300 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-icon-gray-300 .svg-icon svg [stroke]{stroke:#e4e6ef}.button-card-hover-gray-300:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#e4e6ef}.button-card-hover-gray-300:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g) path{fill:#e4e6ef}.button-card-hover-gray-300:hover:not(.disabled):not(.active) .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-hover-gray-300:hover:not(.disabled):not(.active) .svg-icon svg [stroke]{stroke:#e4e6ef}.button-card-icon-gray-400 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#b5b5c3}.button-card-icon-gray-400 .svg-icon svg :not(.permanent):not(g) path{fill:#b5b5c3}.button-card-icon-gray-400 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-icon-gray-400 .svg-icon svg [stroke]{stroke:#b5b5c3}.button-card-hover-gray-400:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#b5b5c3}.button-card-hover-gray-400:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g) path{fill:#b5b5c3}.button-card-hover-gray-400:hover:not(.disabled):not(.active) .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-hover-gray-400:hover:not(.disabled):not(.active) .svg-icon svg [stroke]{stroke:#b5b5c3}.button-card-icon-gray-500 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#a1a5b7}.button-card-icon-gray-500 .svg-icon svg :not(.permanent):not(g) path{fill:#a1a5b7}.button-card-icon-gray-500 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-icon-gray-500 .svg-icon svg [stroke]{stroke:#a1a5b7}.button-card-hover-gray-500:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#a1a5b7}.button-card-hover-gray-500:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g) path{fill:#a1a5b7}.button-card-hover-gray-500:hover:not(.disabled):not(.active) .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-hover-gray-500:hover:not(.disabled):not(.active) .svg-icon svg [stroke]{stroke:#a1a5b7}.button-card-icon-gray-600 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#7e8299}.button-card-icon-gray-600 .svg-icon svg :not(.permanent):not(g) path{fill:#7e8299}.button-card-icon-gray-600 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-icon-gray-600 .svg-icon svg [stroke]{stroke:#7e8299}.button-card-hover-gray-600:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#7e8299}.button-card-hover-gray-600:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g) path{fill:#7e8299}.button-card-hover-gray-600:hover:not(.disabled):not(.active) .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-hover-gray-600:hover:not(.disabled):not(.active) .svg-icon svg [stroke]{stroke:#7e8299}.button-card-icon-gray-700 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#5e6278}.button-card-icon-gray-700 .svg-icon svg :not(.permanent):not(g) path{fill:#5e6278}.button-card-icon-gray-700 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-icon-gray-700 .svg-icon svg [stroke]{stroke:#5e6278}.button-card-hover-gray-700:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#5e6278}.button-card-hover-gray-700:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g) path{fill:#5e6278}.button-card-hover-gray-700:hover:not(.disabled):not(.active) .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-hover-gray-700:hover:not(.disabled):not(.active) .svg-icon svg [stroke]{stroke:#5e6278}.button-card-icon-gray-800 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#3f4254}.button-card-icon-gray-800 .svg-icon svg :not(.permanent):not(g) path{fill:#3f4254}.button-card-icon-gray-800 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-icon-gray-800 .svg-icon svg [stroke]{stroke:#3f4254}.button-card-hover-gray-800:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#3f4254}.button-card-hover-gray-800:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g) path{fill:#3f4254}.button-card-hover-gray-800:hover:not(.disabled):not(.active) .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-hover-gray-800:hover:not(.disabled):not(.active) .svg-icon svg [stroke]{stroke:#3f4254}.button-card-icon-gray-900 .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.button-card-icon-gray-900 .svg-icon svg :not(.permanent):not(g) path{fill:#0f3f62}.button-card-icon-gray-900 .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-icon-gray-900 .svg-icon svg [stroke]{stroke:#0f3f62}.button-card-hover-gray-900:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease;fill:#0f3f62}.button-card-hover-gray-900:hover:not(.disabled):not(.active) .svg-icon svg :not(.permanent):not(g) path{fill:#0f3f62}.button-card-hover-gray-900:hover:not(.disabled):not(.active) .svg-icon svg:hover :not(.permanent):not(g){-webkit-transition:fill .3s ease;transition:fill .3s ease}.button-card-hover-gray-900:hover:not(.disabled):not(.active) .svg-icon svg [stroke]{stroke:#0f3f62}@media (max-width:991.98px){.header .button-card{height:3rem;width:3rem;padding:0;border-radius:10px}.header .button-card svg{height:18px;width:18px}}.ui-address-picker{position:relative}.ui-address-picker .ui-address-picker-open{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.ui-address-picker .ui-address-picker-menu{position:absolute;z-index:20000;width:100%;background-color:#fff;border:1px solid #b5b5c3;border-top:none;-webkit-box-shadow:none;box-shadow:none;outline:0!important;color:#0f3f62}.ui-address-picker .ui-address-picker-menu .ui-address-picker-menu-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row;-ms-flex-flow:row;flex-flow:row;padding:1em}.ui-address-picker .ui-address-picker-menu .ui-address-picker-menu-item .item-label{font-weight:600}.ui-address-picker .ui-address-picker-menu .ui-address-picker-menu-item.highlighted,.ui-address-picker .ui-address-picker-menu .ui-address-picker-menu-item:hover{cursor:pointer;background-color:#2996ce;color:#fff}.ui-date-time-picker .ui-time-picker{max-width:120px;background-position:right .5rem center}.ui-cal-m{height:100%;width:100%;max-height:250px;max-width:200px}.ui-cal-m-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0 10px 15px}.ui-cal-m-header-month-year{font-size:1.1rem;font-weight:700}.ui-cal-m-header-month-year:only-child{margin:0 auto}.ui-cal-m-header-buttons{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ui-cal-m-header-button,.ui-cal-m-header-buttons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ui-cal-m-header-button{font-size:1.25rem;width:20px;border-radius:60%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ui-cal-m-header-button:hover{background-color:rgba(3,140,187,.3137254901960784);cursor:pointer}.ui-cal-m-top-row{height:10%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.ui-cal-m-top-row-container{width:14.3%;height:100%;text-align:center}.ui-cal-m-grid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ui-cal-m-grid-row{-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ui-cal-m-cell,.ui-cal-m-grid-row{-webkit-box-flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ui-cal-m-cell{-webkit-flex:1;-ms-flex:1;flex:1;height:30px}.ui-cal-m-cell-day-nbr{font-size:1rem;width:80%;height:80%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:60%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ui-cal-m-cell-day-nbr:hover{background-color:#038cbb;cursor:pointer}.ui-cal-m-cell-day-nbr-current{background-color:#fead03;color:#fff}.ui-cal-m-cell-day-nbr-shadow{color:rgba(90,89,88,.51)}.ui-cal-m-cell-day-nbr-work{background-color:#4dcdb8;color:#fff}.ui-cal-m-cell-day-nbr-abstain{background-color:#fb6388;color:#fff}.contrast-1 .aside.aside-default,.contrast-1 .wrapper{background:#dbdae0}.contrast-1 .aside.aside-default .aside-logo svg :not(g){fill:#39a2d8}.contrast-1 .aside.aside-default .aside-logo a{color:#39a2d8}.contrast-1 .aside.aside-default .menu-item .menu-link:not(.active) .menu-icon .svg-icon svg :not(.permanent):not(g){fill:#819097}.contrast-1 .aside.aside-default .menu-item .menu-link:not(.active) .menu-title{color:#819097}.contrast-1 .aside.aside-default .menu-item .menu-link:hover:not(.disabled) .menu-icon .svg-icon svg :not(.permanent):not(g){fill:#39a2d8}.contrast-1 .aside.aside-default .menu-item .menu-link:hover:not(.disabled) .menu-title{color:#39a2d8}.contrast-1 .aside.aside-default .menu-item .menu-link.active:not(.disabled) .menu-icon .svg-icon svg :not(.permanent):not(g){fill:#39a2d8}.contrast-1 .aside.aside-default .menu-item .menu-link.active:not(.disabled) .menu-title{color:#39a2d8}.contrast-1 .app-calendar-week-body .app-calendar-week-break{background-color:rgba(204,204,208,.4)}.contrast-1 .app-calendar-week-body .app-calendar-week-body-timeaxis{background-image:linear-gradient(180deg,transparent calc(var(--hour-height) - 1px),#bbb 1px)!important}.contrast-1 .app-calendar-week-body .app-calendar-week-body-dayview{background-image:linear-gradient(180deg,transparent,transparent var(--half-hour-height),#bbb 1px,transparent calc(var(--half-hour-height) + 1px),transparent calc(var(--hour-height) - 1px),#ccc 1px)!important}.contrast-2 .aside.aside-default,.contrast-2 .wrapper{background:#91909b}.contrast-2 .aside.aside-default .aside-logo svg :not(g){fill:#fff}.contrast-2 .aside.aside-default .aside-logo a{color:#fff}.contrast-2 .aside.aside-default .menu-item .menu-link:not(.active) .menu-icon .svg-icon svg :not(.permanent):not(g){fill:#394b54}.contrast-2 .aside.aside-default .menu-item .menu-link:not(.active) .menu-title{color:#394b54}.contrast-2 .aside.aside-default .menu-item .menu-link:hover:not(.disabled) .menu-icon .svg-icon svg :not(.permanent):not(g){fill:#fff}.contrast-2 .aside.aside-default .menu-item .menu-link:hover:not(.disabled) .menu-title{color:#fff}.contrast-2 .aside.aside-default .menu-item .menu-link.active:not(.disabled) .menu-icon .svg-icon svg :not(.permanent):not(g){fill:#fff}.contrast-2 .aside.aside-default .menu-item .menu-link.active:not(.disabled) .menu-title{color:#fff}.contrast-2 .app-calendar-week-body .app-calendar-week-break{background-color:rgba(189,189,193,.4)}.contrast-2 .app-calendar-week-body .app-calendar-week-body-timeaxis{background-image:linear-gradient(180deg,transparent calc(var(--hour-height) - 1px),#bbb 1px)!important}.contrast-2 .app-calendar-week-body .app-calendar-week-body-dayview{background-image:linear-gradient(180deg,transparent,transparent var(--half-hour-height),#bbb 1px,transparent calc(var(--half-hour-height) + 1px),transparent calc(var(--hour-height) - 1px),#ccc 1px)!important}.custom-control[data-priority="1"]:after,.custom-control[data-priority="2"]:after,div[data-priority="1"]:after,div[data-priority="2"]:after,label[data-priority="1"]:after,label[data-priority="2"]:after,legend[data-priority="1"]:after,legend[data-priority="2"]:after,span[data-priority="1"]:after,span[data-priority="2"]:after{line-height:.5rem;position:absolute;margin-left:0;font-size:30px;font-weight:300;content:"\2022";height:1rem;display:inline;margin-top:-.15rem}.custom-control[data-priority="3"]:after,div[data-priority="3"]:after,label[data-priority="3"]:after,legend[data-priority="3"]:after,span[data-priority="3"]:after{display:none}.custom-control[data-priority="1"]:after,div[data-priority="1"]:after,label[data-priority="1"]:after,legend[data-priority="1"]:after,span[data-priority="1"]:after{color:#f64e60!important}.custom-control[data-priority="2"]:after,div[data-priority="2"]:after,label[data-priority="2"]:after,legend[data-priority="2"]:after,span[data-priority="2"]:after{color:#fe7f2d}ul.form-display{padding-left:0;margin-bottom:0}ul.form-display ul{padding-left:1rem;border-left:1px solid #ddd;margin-left:.5rem}ul.form-display li{list-style:none;display:block}ul.form-display ul[data-type=group]{margin-bottom:.5rem}ul.form-display .form-display-question[data-toto=group]{margin-bottom:1rem}ul.form-display .question{position:relative;margin:.25rem 0 0}ul.form-display .question[data-type=group]{color:inherit!important;font-size:1rem;margin-top:.5rem;margin-bottom:.25rem;font-weight:700}ul.form-display .question[data-empty]{display:none}ul.form-display .answer{display:block;padding-left:1rem}ul.form-display .answer[data-has-label=false]{padding-left:0}.form-input{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.form-input .form-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin-top:.5rem;margin-bottom:.5rem}.form-input .form-item:first-of-type{margin-top:0}.form-input .form-item .form-item-number{margin-right:1em;min-width:1rem}.form-input .form-item .form-item-content{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.form-input .form-item .form-item-content:first-of-type>.form-item-response .form-item-question-label[data-type=group]{margin-top:0}.form-input .form-item .form-item-content .form-item-question-label{font-weight:500;padding-bottom:3px}.form-input .form-item .form-item-content .form-item-question-label[data-type=group]{color:inherit!important;font-size:1rem;margin-top:.5rem;margin-bottom:.5rem}.form-input .form-item .form-item-content .form-item-question-label[data-type=comment][data-priority="1"]{color:#f64e60!important}.form-input .form-item .form-item-content .form-item-question-label[data-type=comment][data-priority="2"]{color:#fe7f2d!important}.form-input .form-item .form-item-content .form-item-response div[data-type=date] .dateTimePicker .b-form-datepicker .btn{padding:.375rem .5rem}.form-input .form-item .form-item-content .form-item-response .form-check{padding-bottom:3px;margin-bottom:2px;margin-top:1px}.form-input .form-item .form-item-content .form-item-children{margin-left:.75rem;padding-left:1.2rem;border-left:1px solid #ddd}.form-input .form-item .form-item-content .form-item-children[data-type=group]{border-left:none}.form-input .form-item label{margin-bottom:0;padding-top:1px;padding-bottom:1px;cursor:pointer}.form-input .form-item .custom-control-label{line-height:1.45rem}.form-input .form-item .invalid-feedback{background-color:#f64e60;color:#fff;border-radius:5px}.badge-dot{position:relative}.badge-dot:before{line-height:1.5rem;position:absolute;top:-.2rem;font-size:30px;content:"\2022"}.substitute-dot{position:relative}.substitute-dot:before{width:12px;height:12px;position:absolute;border-radius:50%;border:1px solid #fff;top:-6px;right:5px;z-index:10;background-color:#007bff;content:""}.grid-list .grid-list-item{padding-top:1rem;padding-bottom:1rem;border-bottom:1px solid #eff2f5}.grid-list .grid-list-item:last-child{border-bottom:none}.grid-list .grid-1{grid-template-columns:1fr}.grid-list.grid-2{grid-template-columns:1fr 1fr}.grid-list .grid-3{grid-template-columns:1fr 1fr 1fr}.grid-list .grid-4{grid-template-columns:1fr 1fr 1fr 1fr}.grid-list .grid-12,.grid-list .grid-container{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr}.grid-list .grid-container .grid-item[data-width="1"]{grid-column-end:span 1}.grid-list .grid-container .grid-item[data-width="2"]{grid-column-end:span 2}.grid-list .grid-container .grid-item[data-width="3"]{grid-column-end:span 3}.grid-list .grid-container .grid-item[data-width="4"]{grid-column-end:span 4}.grid-list .grid-container .grid-item[data-width="5"]{grid-column-end:span 5}.grid-list .grid-container .grid-item[data-width="6"]{grid-column-end:span 6}.grid-list .grid-container .grid-item[data-width="7"]{grid-column-end:span 7}.grid-list .grid-container .grid-item[data-width="8"]{grid-column-end:span 8}.grid-list .grid-container .grid-item[data-width="9"]{grid-column-end:span 9}.grid-list .grid-container .grid-item[data-width="10"]{grid-column-end:span 10}.grid-list .grid-container .grid-item[data-width="11"]{grid-column-end:span 11}.grid-list .grid-container .grid-item[data-width="12"]{grid-column-end:span 12}.chat{margin-bottom:0;padding-bottom:0}.chat .chat-messages-container{padding:0 1rem}.chat .chat-input-container .chat-buttons{min-width:100px;margin:auto}.chat .chat-input-container .chat-buttons button{padding:9px 10px 8px}.chat .chat-input-container .chat-buttons .spinner-grow{display:block;margin:auto}.chat .chat-input-container .chat-input{width:100%}.chat .chat-input-container .chat-reference-badge{cursor:pointer}.chat-messages{padding:0;height:100%}.chat-messages .chat-message-separation{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.chat-messages .chat-message-separation .chat-message-separation-label{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;text-align:center;color:#f64e60;font-weight:700}.chat-messages .chat-message-separation .chat-message-separation-line{margin:auto;-webkit-box-flex:8;-webkit-flex-grow:8;-ms-flex-positive:8;flex-grow:8;height:1px;background-color:#f64e60}.chat-messages .chat-message{list-style:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:auto auto .5rem}.chat-messages .chat-message .chat-message-content{padding:0 1rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.chat-messages .chat-message .chat-message-content .chat-message-content-bubble{padding:1rem;margin-bottom:0;background-color:#e4e6ef;border-radius:8px;position:relative}.chat-messages .chat-message .chat-message-content .chat-message-content-bubble:before{position:absolute;width:0;height:0;content:"";bottom:0;left:-12px;border-color:transparent #e4e6ef transparent transparent;border-style:solid;border-width:20px 20px 0 0}.chat-messages .chat-message .chat-message-content .chat-message-content-bubble.message-green{background-color:#14937e;color:#fff}.chat-messages .chat-message .chat-message-content .chat-message-content-bubble.message-green:before{border-color:transparent #14937e transparent transparent}.chat-messages .chat-message .chat-message-content .chat-message-content-bubble.message-primary{background-color:#2996ce;color:#fff}.chat-messages .chat-message .chat-message-content .chat-message-content-bubble.message-primary:before{border-color:transparent #2996ce transparent transparent}.chat-messages .chat-message .chat-message-content .chat-message-content-bubble.message-info{background-color:#4974a6;color:#fff}.chat-messages .chat-message .chat-message-content .chat-message-content-bubble.message-info:before{border-color:transparent #4974a6 transparent transparent}.chat-messages .chat-message .chat-message-content .message-receivers{color:#7e8299}.chat-messages .chat-message .chat-message-attachments{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.chat-messages .chat-message .chat-message-attachments[data-attachment-count="1"]{display:block;max-width:40%}@media (max-width:575.98px){.chat-messages .chat-message .chat-message-attachments[data-attachment-count="1"]{max-width:60%}}.chat-messages .chat-message .chat-message-attachments .attachment-thumbnail{margin:.5rem}.chat-messages .chat-message.chat-message-own{padding:0;margin-left:auto;text-align:end}.chat-messages .chat-message.chat-message-own .chat-message-attachments{margin-left:auto}.chat-messages .chat-message.chat-message-own .chat-message-content{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;margin-left:0}.chat-messages .chat-message.chat-message-own .chat-message-content .chat-message-content-bubble{color:#fff;background-color:#2996ce}.chat-messages .chat-message.chat-message-own .chat-message-content .chat-message-content-bubble:before{border-width:20px 0 0 20px;border-color:transparent transparent transparent #2996ce;right:-12px;left:auto}.chat-messages .chat-message.chat-message-own .chat-message-content .message-receivers{color:#e4e6ef}.chat-messages .chat-message-author{padding:.25rem 1.15rem;color:#555}.chat-input{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.chat-input,.chat-input .chat-input-editor{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.chat-input .chat-input-editor{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;width:100%;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border:1px solid transparent;background-color:#fff;border-radius:10px}.chat-input .chat-input-editor.is-focused{border:1px solid #a1a5b7}.chat-input .chat-input-editor.is-invalid{border-color:#f64e60}.chat-input .chat-input-editor.has-files .chat-input-content-files{border-bottom:1px solid #b5b5c3;padding:.75rem .75rem .5rem 0;margin-right:.75rem}.chat-input .chat-input-editor.has-files .chat-input-content,.chat-input .chat-input-editor.has-files .chat-input-content-text{padding-top:.5rem}.chat-input .chat-input-editor .is-disabled{background-color:#eff2f5}.chat-input .chat-input-editor .chat-input-editor-upload-icon{padding:10px 10px 14px;cursor:pointer;margin-right:.5rem}.chat-input .chat-input-editor .chat-input-content{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.chat-input .chat-input-editor .chat-input-content .chat-input-content-files{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.chat-input .chat-input-editor .chat-input-content .chat-input-content-text{position:relative}.chat-input .chat-input-editor .chat-input-content .chat-input-content-text .chat-input-content-text-placeholder{position:absolute;pointer-events:none;z-index:10003;top:0;left:0;color:#a1a5b7}.chat-input .chat-input-editor .chat-input-content .chat-input-content-text .chat-input-content-text-editable,.chat-input .chat-input-editor .chat-input-content .chat-input-content-text .chat-input-content-text-editable textarea{max-height:300px;overflow-wrap:break-word;width:100%;margin-right:15px;border:none;background:transparent;resize:none;padding:.375rem 0 0;line-height:1.25rem}.chat-input .chat-input-editor .chat-input-content .chat-input-content-text .chat-input-content-text-editable:focus,.chat-input .chat-input-editor .chat-input-content .chat-input-content-text .chat-input-content-text-editable textarea:focus{outline:none}.mapbox{overflow:hidden}.mapbox .mapMenu{width:250px;height:100%;top:0;right:0;position:absolute;z-index:1000}.mapbox .mapMenu:before{content:" ";top:0;left:0;position:absolute;background:#fff;width:100%;height:100%;opacity:.8}.mapbox .mapMenu .mapMenu-content{position:absolute;z-index:10;width:100%;height:100%}.mapbox .map-menu{height:100%;position:fixed;top:0;bottom:0;left:100%;width:100%;-webkit-transition:visibility .3s ease,-webkit-transform .3s ease;transition:visibility .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,visibility .3s ease;transition:transform .3s ease,visibility .3s ease,-webkit-transform .3s ease;overflow-y:auto;overflow-x:hidden;-webkit-box-shadow:0 0 60px -15px rgba(0,0,0,.2);box-shadow:0 0 60px -15px rgba(0,0,0,.2);background-color:hsla(0,0%,100%,.8)}.mapbox .map-menu .map-menu-content{z-index:100}@media (min-width:992px){.mapbox .map-menu{z-index:1025;position:absolute;border-left:1px solid #e4e6ef;visibility:hidden;width:0;height:100%}}@media (min-width:992px){.mapbox .map-menu.map-menu-visible{top:0;bottom:0;right:0;-webkit-transform:translateX(-100%);transform:translateX(-100%);border-left:1px solid #e5e9f2;visibility:visible;min-width:21.875rem;width:21.875rem}}.mapbox .mapboxgl-popup{max-width:500px}.mapbox .mapboxgl-popup-close-button{padding:.5rem .75rem}.mapbox .mapboxgl-popup-close-button:focus-visible{outline:none!important}.mapbox .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{margin-top:-1px;border:15px solid transparent;border-top-color:#fff}.mapbox .mapboxgl-popup-content{padding:15px 20px;border-radius:12px;-webkit-box-shadow:0 0 18px rgba(0,0,0,.3);box-shadow:0 0 18px rgba(0,0,0,.3)}.mapbox .mapboxgl-popup-content .top-badge{position:absolute;top:-10px;left:15px}.mapbox .mapboxgl-ctrl-bottom-right{display:none!important}.app-calendar-week{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;padding:0;-webkit-box-flex:1;-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%;overflow:hidden;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;background-color:#fff;color:#606060;outline:none;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.app-calendar-week .app-calendar-week-weekend-color{color:#e53f2c}.app-calendar-week .app-calendar-week-title-day{font-size:.8em}.app-calendar-week .app-calendar-week-title-date{font-size:1.35rem;border-radius:50%;width:2.25rem;height:2.25rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:background-color .4s;transition:background-color .4s;margin:0 .2em}.app-calendar-week .app-calendar-week-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:start;-ms-flex-align:start;align-items:start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;max-height:50%;color:#606060;margin-bottom:.25rem}.app-calendar-week .app-calendar-week-header .app-calendar-week-header-startingcell{-webkit-box-flex:0;-webkit-flex:0 0 3em;-ms-flex:0 0 3em;flex:0 0 3em;min-width:3em}.app-calendar-week .app-calendar-week-header .app-calendar-week-header-cell{-webkit-box-flex:1;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;height:100%;min-width:var(--min-day-width);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding:.2em 0;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color:#fff;cursor:pointer}.app-calendar-week .app-calendar-week-header .app-calendar-week-header-cell:not(:last-child){border-right:12px solid #fff}.app-calendar-week .app-calendar-week-header .app-calendar-week-header-cell:hover>.app-calendar-week-title-date{background-color:#2996ce;color:#fff}.app-calendar-week .app-calendar-week-header .app-calendar-week-header-cell.app-calendar-week-header-today-color>:first-child{color:#fe7f2d}.app-calendar-week .app-calendar-week-header .app-calendar-week-header-cell.app-calendar-week-header-today-color .app-calendar-week-title-date,.app-calendar-week .app-calendar-week-header .app-calendar-week-header-cell.app-calendar-week-header-today-color:hover>.app-calendar-week-title-date{background-color:#fead03;color:#fff}.app-calendar-week .app-calendar-week-body{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-flex:1;-webkit-flex:1 1 0;-ms-flex:1 1 0px;flex:1 1 0;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;outline:none;position:relative;z-index:1;overflow-y:auto;min-height:var(--calendar-height)}.app-calendar-week .app-calendar-week-body .app-calendar-week-body-dayview .app-calendar-week-day:first-child .app-calendar-week-current-time:before{content:"";width:10px;height:10px;background-color:#c00;border-radius:50%;position:absolute;top:-4px;left:-6px}.app-calendar-week .app-calendar-week-body .app-calendar-week-current-time{position:absolute;top:var(--current-time-top);height:2px;border-bottom:3px solid #c00;pointer-events:none;opacity:.5;z-index:1200;width:100%}.app-calendar-week .app-calendar-week-body .app-calendar-week-body-timeaxis{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;overflow:hidden;background-color:#fff;background-position-x:100%;background-repeat:repeat-y;-webkit-box-flex:0;-webkit-flex:0 0 3em;-ms-flex:0 0 3em;flex:0 0 3em;min-width:3em;height:var(--day-height);background-image:linear-gradient(180deg,transparent calc(var(--hour-height) - 1px),#ddd 1px);background-size:.5em var(--hour-height);background-position-y:0}.app-calendar-week .app-calendar-week-body .app-calendar-week-body-timeaxis .app-calendar-week-body-timeaxis-child{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-webkit-flex:0 0 var(--hour-height);-ms-flex:0 0 var(--hour-height);flex:0 0 var(--hour-height);-webkit-box-align:start;-webkit-align-items:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;padding:0 1.15em 0 0;font-size:.8em;white-space:nowrap;position:relative}.app-calendar-week .app-calendar-week-body .app-calendar-week-body-timeaxis .app-calendar-week-body-timeaxis-child:first-child{-webkit-box-flex:0;-webkit-flex:0 0 calc(var(--hour-height) - 5px);-ms-flex:0 0 calc(var(--hour-height) - 5px);flex:0 0 calc(var(--hour-height) - 5px)}.app-calendar-week .app-calendar-week-body .app-calendar-week-body-dayview{-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;overscroll-behavior:contain auto;contain:layout style;background-image:linear-gradient(180deg,transparent,transparent var(--half-hour-height),#d4d4d4 1px,transparent calc(var(--half-hour-height) + 1px),transparent calc(var(--hour-height) - 1px),#ddd 1px);background-size:100% var(--hour-height);background-position-y:0;background-repeat:repeat-y}.app-calendar-week .app-calendar-week-body .app-calendar-week-body-dayview:not(:last-child){border-right:12px solid #fff}.app-calendar-week .app-calendar-week-body .app-calendar-week-body-dayview .app-calendar-week-body-dayview-column{-webkit-box-flex:1;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;height:var(--day-height);position:relative;overflow:visible;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.app-calendar-week .app-calendar-week-body .app-calendar-week-body-dayview .app-calendar-week-body-dayview-column:not(:last-child){border-right:1px solid #afafaf}.app-calendar-week-modal{position:absolute;left:0;top:0;width:100%;height:100%;z-index:9}.app-calendar-week-modal .app-calendar-week-modal-card{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:50vh;background-color:#fff;border:1px solid #ddd;border-radius:8px;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.25);box-shadow:0 2px 8px rgba(0,0,0,.25);top:0;left:var(--modal-left);z-index:10}.app-calendar-week-modal .app-calendar-week-modal-card>*{position:relative;width:100%}.app-calendar-week-modal .app-calendar-week-modal-card .app-calendar-week-modal-card-header{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;background-color:#f2f1f6;border-radius:8px 8px 0 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.app-calendar-week-modal .app-calendar-week-modal-card .app-calendar-week-modal-card-header .close{border:0;background-color:transparent;opacity:.5;font-size:2.5rem;height:3rem;width:3rem}.app-calendar-week-modal .app-calendar-week-modal-card .app-calendar-week-modal-card-body{padding:2rem 3rem}.app-calendar-week-day{-webkit-box-flex:1;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;height:var(--day-height);position:relative;overflow:visible;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.app-calendar-week-break{background-color:rgba(238,232,240,.4);pointer-events:none;top:var(--break-top);left:var(--break-left);height:var(--break-height);width:var(--break-width);position:absolute}.app-calendar-week-items{position:relative}.app-calendar-week-items:not(:first-child){border-left:1px solid #ddd}.app-calendar-week-body-dayview .app-calendar-week-items:not([data-type=planning]){border-right:1px solid #ddd}.app-calendar-week-items-dragarea>.droppable:hover{background-color:#cde8f1}.app-calendar-week-items-dragarea>.over{background-color:#37a9f5;opacity:.3;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.app-calendar-week-items-dragarea.with-cursor-point[data-type=appointment] div:hover{opacity:1;background-color:rgba(41,150,206,.3);border-radius:5px;margin-left:2px;margin-right:2px;position:relative;display:block;height:12px!important;width:auto;min-height:12px}.app-calendar-week-items-dragarea.with-cursor-point[data-type=appointment] div:hover:before{display:block;float:left;position:absolute;content:attr(data-time);text-align:center;line-height:18px;font-size:.85rem;color:#fff;width:40px;height:20px;border-radius:5px;border:1px solid transparent;z-index:10000;-webkit-transform:translate(-46px,-4px);transform:translate(-46px,-4px);background-color:#2996ce}.app-calendar-week-items-dragarea.with-cursor-point[data-type=planning] div:hover{opacity:.5;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.app-calendar-week-items-dragarea.with-cursor-point[data-type=planning] div:hover:before{content:"";width:12px;height:12px;border-radius:50%;border:1px solid #fff;z-index:10;background-color:#37a9f5}.app-calendar-week-item{position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:var(--item-width);height:var(--item-height);top:var(--item-top);left:var(--item-left);-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-radius:4px;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin:0 2px;color:#fff}.app-calendar-week-item *{position:relative}.app-calendar-week-item.is-moving{-webkit-box-shadow:rgba(0,0,0,.19) 0 10px 20px,rgba(0,0,0,.23) 0 6px 6px;box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23)}.app-calendar-week-item .acwi-edit{display:none;position:absolute;width:1.75rem;height:1.5rem;top:0;right:0;z-index:10}.app-calendar-week-item .acwi-edit *{padding:0}.app-calendar-week-item .acwi-edit .svg-icon svg{height:1rem!important;width:1rem!important}.app-calendar-week-item .acwi-edit .svg-icon svg path{fill:var(--text-color)}.app-calendar-week-item.is-dragging .acwi-edit,.app-calendar-week-item:hover .acwi-edit{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.app-calendar-week-item .acwi-content{width:100%;height:calc(100% - 1px);font-size:12px;font-weight:500;border-radius:4px;margin-bottom:1px}.app-calendar-week-item .acwi-content .acwi-bg{width:100%;height:100%;background-color:var(--background-color);position:absolute;border-radius:4px;top:0;left:0}.app-calendar-week-item .acwi-label{color:var(--text-color);font-weight:600;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.app-calendar-week-item .acwi-footer{-webkit-box-flex:1;-webkit-flex:1 1 0;-ms-flex:1 1 0px;flex:1 1 0}.app-calendar-week-item[data-type=appointment] .acwi-edit{border-top-right-radius:7px;border-bottom-right-radius:7px;height:100%;-webkit-box-align:start;-webkit-align-items:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.app-calendar-week-item[data-type=appointment] .acwi-bg>:before{content:"";width:4px;background-color:var(--background-color);height:100%;position:absolute;top:0;left:0}.app-calendar-week-item[data-type=appointment] .acwi-bg.monochrome{-webkit-filter:grayscale(100%);filter:grayscale(100%);opacity:.6}.app-calendar-week-item[data-type=appointment] .acwi-label{font-size:10px;padding:5px 8px}.app-calendar-week-item[data-type=appointment].is-past .acwi-bg,.app-calendar-week-item[data-type=appointment][data-status=canceled] .acwi-bg,.app-calendar-week-item[data-type=appointment][data-status=closed] .acwi-bg,.app-calendar-week-item[data-type=appointment][data-status=patient_absent] .acwi-bg,.app-calendar-week-item[data-type=appointment][data-status=patient_excused] .acwi-bg{opacity:.3}.app-calendar-week-item[data-type=appointment][data-status=canceled] .acwi-label:before,.app-calendar-week-item[data-type=appointment][data-status=patient_absent] .acwi-label:before,.app-calendar-week-item[data-type=appointment][data-status=patient_excused] .acwi-label:before{position:absolute;content:"";left:0;top:50%;right:0;border-color:var(--text-color);border-top:1px solid;border-top-color:var(--text-color);-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}.app-calendar-week-item[data-type=appointment][data-status=patient_absent]:before,.app-calendar-week-item[data-type=appointment][data-status=patient_confirmed]:before,.app-calendar-week-item[data-type=appointment][data-status=patient_excused]:before,.app-calendar-week-item[data-type=appointment][data-status=patient_waiting]:before,.app-calendar-week-item[data-type=appointment][data-status=waiting_patient_confirmation]:before{content:"";width:12px;height:12px;position:absolute;border-radius:50%;border:1px solid #fff;top:-6px;right:5px;z-index:10}.app-calendar-week-item[data-type=appointment][data-status=patient_absent] .acwi-bg,.app-calendar-week-item[data-type=appointment][data-status=patient_excused] .acwi-bg{background:repeating-linear-gradient(-45deg,transparent,transparent 10px,rgba(0,0,0,.2) 0,rgba(0,0,0,.2) 20px)}.app-calendar-week-item[data-type=appointment][data-status=patient_excused]:before{background-color:#ffac00}.app-calendar-week-item[data-type=appointment][data-status=patient_absent]:before{background-color:#c80000}.app-calendar-week-item[data-type=appointment][data-status=patient_waiting]:before{background-color:#007dac;-webkit-animation:animationBlink 2s steps(5,start) infinite;animation:animationBlink 2s steps(5,start) infinite}.app-calendar-week-item[data-type=appointment][data-status=patient_confirmed]:before{background-color:#36c800}.app-calendar-week-item[data-type=appointment][data-status=waiting_patient_confirmation]:before{background-color:#ffac00}.app-calendar-week-item[data-type=planning] .acwi-bg{opacity:.4}.app-calendar-week-item[data-type=planning] .acwi-bg.monochrome{-webkit-filter:grayscale(100%);filter:grayscale(100%);opacity:.6}.app-calendar-week-item[data-type=planning] .acwi-bg.sepia{-webkit-filter:sepia(100%);filter:sepia(100%)}.app-calendar-week-item[data-type=planning] .acwi-edit{width:100%;padding-top:3px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border-top-left-radius:7px;border-top-right-radius:7px}.app-calendar-week-item[data-type=planning] .acwi-label{font-weight:500;-webkit-transform-origin:bottom left;transform-origin:bottom left;-webkit-transform:rotate(-90deg) translateY(100%);transform:rotate(-90deg) translateY(100%);position:absolute;bottom:20px;left:3px;width:calc(var(--item-inner-height) - 16px);line-height:var(--item-dom-width);height:var(--item-dom-width);overflow:hidden}.app-calendar-week-item[data-type=planning].collides .acwi-label,.app-calendar-week-item[data-type=planning].hide-label .acwi-label{display:none}.app-calendar-week-item[data-type=planning].has-substitute .acwi-bg{background:repeating-linear-gradient(-45deg,var(--background-color),var(--background-color) 10px,transparent 0,transparent 20px)}.app-calendar-week-item .acwi-drag{color:var(--text-color);position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;bottom:0;width:100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0;opacity:0;z-index:2;border-bottom-left-radius:7px;border-bottom-right-radius:7px}.app-calendar-week-item.is-dragging .acwi-drag,.app-calendar-week-item:hover .acwi-drag{opacity:1;cursor:pointer}.app-calendar-week-item.is-dragging .acwi-bg{opacity:.5}.app-calendar-week-item.acwi-sm .acwi-label{padding-top:2px;padding-bottom:2px}.app-calendar-week-item.acwi-sm .acwi-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.calendar-line{border-bottom:1px solid #f0f0f0}.calendar-line .calendar-date{border-right:1px solid #f0f0f0}.calendar-line.calendar-line-we{background-color:#f5f5f5}.calendar-line.calendar-line-we .calendar-date{border-right:1px solid #eaeaea}.calendar-line.calendar-line-we .calendar-icon{background-color:#fff!important}.calendar-icon{font-size:.6em;display:block;position:relative;width:6em;height:6em;background-color:#f3f2f1;border-radius:.7em;-moz-border-radius:.7em;overflow:hidden}.calendar-icon *{display:block;width:100%;font-size:1em;font-weight:700;font-style:normal;text-align:center}.calendar-icon strong{position:absolute;top:0;padding:.28em 0;color:#fff;background-color:#2996ce}.calendar-icon.calendar-icon-we strong{background-color:#a1a5b7}.calendar-icon em{position:absolute;bottom:0;color:#777;height:1.6em}.calendar-icon span{font-size:2.2em;letter-spacing:-.05em;padding-top:.85em;color:#2f2f2f}.app-calendar-month.app-calendar-month-small{height:100%;width:100%}.app-calendar-month.app-calendar-month-small .header{height:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.app-calendar-month.app-calendar-month-small .header-month-year{font-size:1.1rem;font-weight:700}.app-calendar-month.app-calendar-month-small .header-month-year:only-child{margin:0 auto}.app-calendar-month.app-calendar-month-small .header-buttons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.app-calendar-month.app-calendar-month-small .header-button{font-size:1.25rem;width:20px;border-radius:60%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.app-calendar-month.app-calendar-month-small .header-button:hover{background-color:rgba(3,140,187,.3137254901960784);cursor:pointer}.app-calendar-month.app-calendar-month-small .top-row{height:10%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.app-calendar-month.app-calendar-month-small .top-row-container{width:14.3%;height:100%;text-align:center}.app-calendar-month.app-calendar-month-small .grid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.app-calendar-month.app-calendar-month-small .grid-row{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.app-calendar-month.app-calendar-month-small .cell{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:30px;width:30px}.app-calendar-month.app-calendar-month-small .cell.cell-today{border-radius:50%;font-weight:700}.app-calendar-month.app-calendar-month-small .cell .cell-content{height:30px;width:30px;background-color:transparent}.app-calendar-month.app-calendar-month-small .cell .cell-content,.app-calendar-month.app-calendar-month-small .cell .cell-content .cell-content-date{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.app-calendar-month.app-calendar-month-small .cell .cell-content .cell-content-date{font-size:1rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:85%;height:85%;border-radius:50%}.app-calendar-month.app-calendar-month-small .cell .cell-content .cell-content-date.cell-content-date-muted{color:rgba(90,89,88,.51)}.app-calendar-month.app-calendar-month-small .cell .cell-content .cell-content-date.cell-content-date-week{background-color:#4dcdb8;color:#fff}.app-calendar-month.app-calendar-month-small .cell .cell-content .cell-content-date.cell-content-date-highlight{background-color:#2996ce;color:#fff}.app-calendar-month.app-calendar-month-small .cell .cell-content .cell-content-date.cell-content-date-today{background-color:#fead03;color:#fff}.app-calendar-month.app-calendar-month-small .cell .cell-content .cell-content-date:hover{background-color:#2996ce;color:#fff;cursor:pointer}.app-calendar-month.app-calendar-month-big{width:100%;min-width:var(--cal-min-width);height:var(--cal-min-height)}.app-calendar-month.app-calendar-month-big .top-row{padding:1px;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.app-calendar-month.app-calendar-month-big .top-row-container{width:100%;min-width:100px;max-width:140px;height:100%;text-align:center}.app-calendar-month.app-calendar-month-big .grid{margin-top:1px;width:100%;height:90%}.app-calendar-month.app-calendar-month-big .grid-row{width:100%;height:16.7%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.app-calendar-month.app-calendar-month-big .cell{border:1px solid grey;height:100%;width:100%;min-height:90px;min-width:100px;max-width:140px;max-height:130px;background-color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.app-calendar-month.app-calendar-month-big .cell.cell-mutted{background-color:#e6e6e6}.app-calendar-month.app-calendar-month-big .cell.cell-week{background-color:#fff}.app-calendar-month.app-calendar-month-big .cell.cell-weekend{background-color:#e6e6e6}.app-calendar-month.app-calendar-month-big .cell.cell-today{background-color:#fff}.app-calendar-month.app-calendar-month-big .cell .cell-content .content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:0 0 0 5px}.app-calendar-month.app-calendar-month-big .cell .cell-content .cell-content-date,.app-calendar-month.app-calendar-month-big .cell .cell-content .content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.app-calendar-month.app-calendar-month-big .cell .cell-content .cell-content-date{font-size:1rem;color:#000;width:100%;height:auto;padding:5px 8px 0 0;-webkit-box-pack:right;-webkit-justify-content:right;-ms-flex-pack:right;justify-content:right}.app-calendar-month.app-calendar-month-big .cell .cell-content .cell-content-date.cell-content-date-muted{color:#969696}.app-calendar-month.app-calendar-month-big .cell .cell-content .cell-content-date.cell-content-date-today{color:#00a3ff}.app-calendar-month.app-calendar-month-big .cell:hover{background-color:#038cbb;cursor:pointer}.calendar-abstain{background-color:#fb6388}.discussion-content{-webkit-box-flex:2;-webkit-flex:2 1;-ms-flex:2 1;flex:2 1;overflow-y:auto;overflow-x:hidden;padding:.75rem}.discussion-content.has-smooth-scroll{scroll-behavior:smooth}.discussion-info{height:100%;position:fixed;top:0;bottom:0;left:100%;width:100%;background:#fff;-webkit-transition:visibility .3s ease,-webkit-transform .3s ease;transition:visibility .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,visibility .3s ease;transition:transform .3s ease,visibility .3s ease,-webkit-transform .3s ease;overflow-y:auto;overflow-x:hidden}.discussion-info.discussion-info-visible{visibility:visible}@media (min-width:992px){.discussion-info{z-index:1;position:static;border-left:1px solid #e4e6ef;visibility:hidden;width:0}}.discussion-info.discussion-info-visible{z-index:4;position:fixed;-webkit-transform:translateX(-100%);transform:translateX(-100%)}@media (min-width:992px){.discussion-info.discussion-info-visible{position:static;top:0;bottom:0;right:0;-webkit-transform:translateX(0);transform:translateX(0);margin-left:20px;border-left:1px solid #e5e9f2;visibility:visible;min-width:21.875rem;width:21.875rem}}.discussion-info .discussion-info-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;min-height:3.85rem;padding:0 1rem}html.discussions.is-mobile,html.discussions.is-mobile .discussions-main-container,html.discussions.is-mobile body,html.discussions.is-mobile body>div:first-child{height:100%}html.discussions.is-mobile .main-panel{height:100%;min-height:100%}.discussion-avatar{background-color:#d9ebff}.discussion-avatar .b-avatar-text{color:#2996ce}.discussions .main-panel .content{padding:0;height:100%}.discussions .discussions-main-container{height:100vh}.discussions-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;height:100%!important}.discussions-container .discussion-sidebar{display:block;overflow-y:auto;overflow-x:hidden;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;height:100%!important;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0}.discussions-container .discussion-sidebar .discussion-sidebar-scroll{overflow-y:auto;overflow-x:hidden;height:100%;-ms-overflow-style:none;scrollbar-width:none}.discussions-container .discussion-sidebar .discussion-sidebar-scroll::-webkit-scrollbar{display:none}.discussions-container .discussion-sidebar .discussion-sidebar-header{position:-webkit-sticky;position:sticky;top:0;z-index:1010;background:#fff;padding:.5rem}.discussions-container .discussion-sidebar .discussion-sidebar-header .discussion-sidebar-sub-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.discussions-container .discussion-sidebar .discussion-list{padding:.5rem;width:100%}.discussions-container .discussion-sidebar .discussion-list .discussion-list-item{cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-webkit-flex:0 1 0;-ms-flex:0 1 0px;flex:0 1 0;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;overflow:hidden;max-width:100%;padding:.5rem}.discussions-container .discussion-sidebar .discussion-list .discussion-list-item.selected{background-color:#eceeef;border-radius:10px}.discussions-container .discussion-sidebar .discussion-list .discussion-list-item .b-avatar{position:relative;margin-right:.5rem}.discussions-container .discussion-sidebar .discussion-list .discussion-list-item .discussion-list-item-content{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;max-width:250px}.discussions-container .discussion-sidebar .discussion-list .discussion-list-item .discussion-list-item-content .discussion-list-item-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:15px}.discussions-container .discussion-sidebar .discussion-list .discussion-list-item .discussion-list-item-content .discussion-list-item-info .discussion-list-item-info-name{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;text-overflow:ellipsis;overflow:hidden;margin-right:.5rem}.discussions-container .discussion-sidebar .discussion-list .discussion-list-item .discussion-list-item-content .discussion-list-item-info .discussion-list-item-info-name p{margin:0;padding:0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.discussions-container .discussion-sidebar .discussion-list .discussion-list-item .discussion-list-item-content .discussion-list-item-info .badge{border-radius:6.5rem;font-size:.7rem;font-weight:700;padding:3px;width:20px;height:20px;margin:0}.discussions-container .discussion-sidebar .discussion-list .discussion-list-item .discussion-list-item-content .discussion-list-item-text{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.discussions-container .discussion-sidebar .discussion-list .discussion-list-item .discussion-list-item-content .discussion-list-item-text p{margin:0;padding:0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}@media (max-width:991.98px){.discussions-container .discussion-sidebar{-webkit-box-flex:2;-webkit-flex-grow:2;-ms-flex-positive:2;flex-grow:2}.discussions-container .discussion-sidebar .discussion-sidebar-header{padding-left:4rem}.discussions-container .discussion-sidebar .discussion-list .discussion-list-item .discussion-list-item-content,.discussions-container .discussion-sidebar .discussion-list .discussion-list-item .discussion-list-item-info-name{max-width:90%}}.discussions-container .discussion-main{height:100%;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-webkit-flex:1 1;-ms-flex:1 1;flex:1 1;-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}@media (max-width:991.98px){.discussions-container .discussion-main{position:fixed;top:0;left:0;bottom:0;height:100%;width:100%;z-index:1020;visibility:hidden}.discussions-container .discussion-main.discussion-main-visible{visibility:visible;-webkit-transform:translateX(0);transform:translateX(0)}.discussions-container .discussion-main.discussion-main-visible .dicussion-header-back-button{visibility:visible!important;width:1.5rem!important;cursor:pointer}}.discussions-container .discussion-main .discussion-main-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.discussions-container .discussion-main .discussion-main-container .discussion-body{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column;-ms-flex-flow:column;flex-flow:column;min-width:0;width:100%;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.discussions-container .discussion-main .discussion-main-container .discussion-body .discussion-header{padding:.75rem 1.25rem;border-bottom:1px solid #b5b5c3;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.discussions-container .discussion-main .discussion-main-container .discussion-body .discussion-header .dicussion-header-back-button{visibility:hidden;width:0}.discussions-container .discussion-main .discussion-main-container .discussion-body .discussion-header .media{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1 1;-ms-flex:1 1;flex:1 1}.discussions-container .discussion-main .discussion-main-container .discussion-body .discussion-content{-webkit-box-flex:2;-webkit-flex:2 1;-ms-flex:2 1;flex:2 1;overflow-y:auto;overflow-x:hidden;padding:.75rem}.discussions-container .discussion-main .discussion-main-container .discussion-body .discussion-content.has-smooth-scroll{scroll-behavior:smooth}.discussions-container .discussion-main .discussion-main-container .discussion-body .discussion-footer{background:#f2f1f6}.discussions-container .discussion-main .discussion-main-container .discussion-body .discussion-footer .dicussion-footer-content{padding:.75rem 1.25rem}.discussions-container .discussion-main .discussion-main-container .discussion-body .discussion-footer .btn-send{height:3rem;width:3rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.discussions-container .discussion-main .discussion-main-container .discussion-info{height:100%;position:fixed;top:0;bottom:0;left:100%;width:100%;background:#fff;-webkit-transition:visibility .3s ease,-webkit-transform .3s ease;transition:visibility .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,visibility .3s ease;transition:transform .3s ease,visibility .3s ease,-webkit-transform .3s ease;overflow-y:auto;overflow-x:hidden}.discussions-container .discussion-main .discussion-main-container .discussion-info.discussion-info-visible{visibility:visible}@media (min-width:992px){.discussions-container .discussion-main .discussion-main-container .discussion-info{z-index:1025;position:static;border-left:1px solid #e4e6ef;visibility:hidden;width:0;height:100vh}}.discussions-container .discussion-main .discussion-main-container .discussion-info.discussion-info-visible{z-index:1030;position:fixed;-webkit-transform:translateX(-100%);transform:translateX(-100%)}@media (min-width:992px){.discussions-container .discussion-main .discussion-main-container .discussion-info.discussion-info-visible{position:static;top:0;bottom:0;right:0;-webkit-transform:translateX(0);transform:translateX(0);border-left:1px solid #e5e9f2;visibility:visible;min-width:21.875rem;width:21.875rem}}.discussions-container .discussion-main .discussion-main-container .discussion-info .discussion-info-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;min-height:3.85rem;padding:0 1rem}.discussions-container .nav-link svg{height:1.25rem;width:1.25rem}.discussion-member-list .b-avatar{background-color:#d9ebff}.discussion-member-list .b-avatar .b-avatar-text{color:#2996ce}.hide-scrollbar{overflow-y:auto;overflow-x:hidden}.attachment-thumbnail{margin-right:1rem;margin-bottom:.5rem;position:relative}.attachment-thumbnail .attachment-thumbnail-remove{position:absolute;z-index:20;top:-12px;right:-12px;cursor:pointer}.attachment-thumbnail .attachment-thumbnail-src{width:60px;height:60px;overflow:hidden;border-radius:5px}.attachment-thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.attachment-thumbnail.is-large .attachment-thumbnail-src{width:100%;height:100%}.attachment-thumbnail.type-file{width:140px}.attachment-thumbnail.type-file .attachment-thumbnail-src{width:100%;background:#a1a5b7;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.attachment-thumbnail.type-file .attachment-thumbnail-src .file-icon{padding:5px;background:#fff;border-radius:50%;text-align:center;margin-right:.5rem}.attachment-thumbnail.type-file .attachment-thumbnail-src .attachment-thumbnail-file{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 .5rem}.attachment-thumbnail.type-file .attachment-thumbnail-src .attachment-thumbnail-file .file-name{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;overflow-wrap:anywhere;font-size:.7rem;margin:0;text-overflow:ellipsis;overflow:hidden;height:50px}.terminal{background-color:#30353a;padding:1.5em 1em 1em 2em;color:#fafafa;font-family:Courier New,Courier,monospace;overflow-y:scroll}.size-switcher-size-s{font-size:1rem}.size-switcher-size-m{font-size:1.5rem}.size-switcher-size-l{font-size:2rem}.tab-cards{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0}.tab-card{margin:0 .25rem}.tab-card:first-child{margin-left:0}.tab-card-link{background-color:#fff;border-top-left-radius:.5rem;border-top-right-radius:.5rem;cursor:pointer;padding:.85rem 1rem;position:relative;color:#a1a5b7;font-weight:500}.tab-card-link.active{padding-top:.95rem;padding-bottom:.95rem;color:#2996ce;font-weight:500}.tab-card-link .badge{position:absolute;top:-5px;right:-4px}.tab-card-link .badge.badge-sm{font-size:.7rem;font-weight:600}.tab-card-link .badge.badge-sm.badge-circle{width:1.3rem;height:1.3rem}:root{--progress-step-line-border-fill:#3498db;--progress-step-line-border-empty:#e0e0e0}.progress-step{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;position:relative;max-width:100%}.progress-step:before{content:"";background-color:var(--progress-step-line-border-empty);position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);height:4px;width:100%}.progress-step .progress-circle{background-color:#fff;color:#999;border-radius:50%;height:30px;width:30px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border:3px solid var(--progress-step-line-border-empty);-webkit-transition:.4s ease;transition:.4s ease;z-index:1}.progress-step .progress-circle.active{border-color:var(--progress-step-line-border-fill)}.form-editor .form-item .form-item-header .form-item-header-left{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.form-editor .form-item .form-item-header textarea{padding:2px 5px;border:none;border-bottom:1px solid #e4e6ef}.form-editor .form-item .form-item-header input[type=text]{height:inherit;padding:.25rem}.form-editor .form-item .form-item-content{margin-left:2.75rem;border-left:1px solid #e4e6ef;padding-left:1rem;padding-bottom:.5rem;border-bottom:1px solid #e4e6ef}.form-editor .form-item .form-item-content input[type=text]{padding:3px 5px;height:auto;border-radius:0;border:none;border-bottom:1px solid #e4e6ef}.form-editor .form-item .form-item-content .form-item-type-choice input[type=checkbox]{margin-top:.35rem}.form-editor .form-item .form-item-label-code,.form-editor .form-item .form-item-label-name,.form-editor .form-item .form-item-label-value{font-family:Courier New,monospace!important;font-size:.9rem!important}.form-editor .form-item .form-item-label-code input[type=text],.form-editor .form-item .form-item-label-name input[type=text],.form-editor .form-item .form-item-label-value input[type=text]{padding:2px 5px;border:none;border-bottom:1px solid #e4e6ef;font-family:Courier New,monospace;font-size:.9rem}.form-editor .form-item .form-item-label-code{color:#2996ce!important}.form-editor .form-item .form-item-label-name:not([data-type=comment]){margin-left:1rem;padding-left:1rem;border-left:1px solid #ddd}.form-editor .form-item select.form-control{height:auto;padding:2px 5px;max-width:120px;font-weight:600;font-size:.8571rem}.form-editor .form-item .btn,.form-editor .form-item .btn-group .btn{padding:2px 10px!important;border-radius:3px!important;text-transform:none!important}.form-editor .form-item .input-checkbox-fake,.form-editor .form-item .input-radio-fake{width:15px;height:15px;border:1px solid #ddd;border-radius:2px;background-color:#f3f3f3}.form-editor .form-item .input-radio-fake{border-radius:50%}.form-editor .sortable-ghost{opacity:.5;background-color:#eee}.mapbox{position:relative}.mapbox .mapboxDraw{height:65px;width:200px;position:absolute;top:0;left:0;padding:15px;z-index:10}.tiptap-editor .tiptap-toolbar{background-color:#2996ce;border-top-left-radius:.25rem;border-top-right-radius:.25rem;border-bottom:4px solid #2996ce;border-top:4px solid #2996ce}.tiptap-editor .tiptap-toolbar .tt-icon{padding:.35rem .5rem .6rem;margin-left:.25rem;border-radius:.4rem;cursor:pointer}.tiptap-editor .tiptap-toolbar .tt-icon.is-active,.tiptap-editor .tiptap-toolbar .tt-icon:hover{background-color:#303030}.tiptap-editor .tiptap-content{border:1px solid #e4e6ef;border-radius:0 0 4px 4px}.ProseMirror{outline:none;min-height:100px;margin-top:1rem}html{font-family:sans-serif;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body,html{height:100%;margin:0;padding:0;font-size:13px!important;font-weight:400;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body a:active,body a:focus,body a:hover,html a:active,html a:focus,html a:hover{text-decoration:none!important}body{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;color:#0f3f62}canvas{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media print{.print-content-only{padding:0!important;background:none!important}.print-content-only .container,.print-content-only .container-fluid,.print-content-only .container-lg,.print-content-only .container-md,.print-content-only .container-sm,.print-content-only .container-xl,.print-content-only .container-xxl,.print-content-only .content,.print-content-only .page,.print-content-only .page-title,.print-content-only .wrapper{background:none!important;padding:0!important;margin:0!important}.print-content-only .aside,.print-content-only .btn,.print-content-only .drawer,.print-content-only .footer,.print-content-only .header,.print-content-only .scrolltop,.print-content-only .sidebar,.print-content-only .toolbar{display:none!important}}body{background-color:#fff}.wrapper{background-color:#f2f1f6}@media (min-width:992px){.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{padding:0 30px}.wrapper.wrapper-drawer{padding-right:20px;-webkit-transition:padding-left .3s ease,margin-right .3s ease;transition:padding-left .3s ease,margin-right .3s ease}.aside-default-enabled.aside-fixed .wrapper.wrapper-drawer{-webkit-transition:padding-left .3s ease;transition:padding-left .3s ease;padding-left:120px}.aside-default-enabled.aside-fixed[data-kt-aside-minimize=on] .wrapper.wrapper-drawer{-webkit-transition:padding-left .3s ease;transition:padding-left .3s ease;padding-left:90px}.aside-extended-enabled.aside-secondary-enabled.aside-fixed .wrapper.wrapper-drawer{-webkit-transition:padding-left .3s ease;transition:padding-left .3s ease;padding-left:340px}.aside-extended-enabled.aside-secondary-enabled.aside-fixed[data-kt-aside-minimize=on] .wrapper.wrapper-drawer{-webkit-transition:padding-left .3s ease;transition:padding-left .3s ease;padding-left:120px}.aside-extended-enabled.aside-secondary-disabled.aside-fixed .wrapper.wrapper-drawer{-webkit-transition:padding-left .3s ease;transition:padding-left .3s ease;padding-left:100px;padding-right:25px}.aside-hidden .wrapper.wrapper-drawer{padding-left:20px}.header-fixed[data-kt-sticky-header=on] .wrapper.wrapper-drawer{padding-top:90px}.aside-default-enabled.aside-fixed.admin .wrapper,.aside-default-enabled.aside-fixed.patient .wrapper{padding-left:220px!important}.wrapper.wrapper-reduceable{padding-right:20px}}@media (max-width:991.98px){.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:none;padding:0 15px}.header-tablet-and-mobile-fixed[data-kt-sticky-header=on] .wrapper{padding-top:55px}}@media (min-width:992px){.header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;position:relative;z-index:2;height:90px;-webkit-transition:left .3s ease;transition:left .3s ease}.header-fixed[data-kt-sticky-header=on] .header{position:fixed;top:0;right:0;left:0;z-index:97;background-color:#f2f1f6;-webkit-box-shadow:0 10px 30px 0 rgba(82,63,105,.08);box-shadow:0 10px 30px 0 rgba(82,63,105,.08);height:65px;padding:0}.aside-default-enabled.aside-fixed[data-kt-sticky-header=on] .header{left:120px;-webkit-transition:left .3s ease;transition:left .3s ease}.aside-default-enabled.aside-fixed[data-kt-sticky-header=on][data-kt-aside-minimize=on] .header{left:90px;-webkit-transition:left .3s ease;transition:left .3s ease}.aside-extended-enabled.aside-fixed.aside-secondary-enabled[data-kt-sticky-header=on] .header,.aside-extended-enabled.aside-fixed[data-kt-sticky-header=on] .header{left:340px;-webkit-transition:left .3s ease;transition:left .3s ease}.aside-extended-enabled.aside-fixed.aside-secondary-disabled[data-kt-sticky-header=on] .header,.aside-extended-enabled.aside-fixed.aside-secondary-enabled[data-kt-sticky-header=on][data-kt-aside-minimize=on] .header{left:100px;-webkit-transition:left .3s ease;transition:left .3s ease}}@media (max-width:991.98px){.header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;height:60px;position:relative;z-index:3}.header-tablet-and-mobile-fixed[data-kt-sticky-header=on] .header{position:fixed;top:0;right:0;left:0;z-index:97;height:55px;min-height:55px;background-color:#f2f1f6;-webkit-box-shadow:0 10px 30px 0 rgba(82,63,105,.08);box-shadow:0 10px 30px 0 rgba(82,63,105,.08)}}.aside.aside-default{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-shadow:none;box-shadow:none;background-color:#f2f1f6}.aside.aside-default,.aside.aside-default .aside-logo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.aside.aside-default .aside-logo{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.aside.aside-default .aside-logo .logo-default{display:inline-block;height:14px}.aside.aside-default .aside-logo .logo-minimize{display:none;height:16px}.aside.aside-default .menu-item .menu-link{padding:1.25rem 1rem}.aside.aside-default .menu.menu-compact .menu-item .menu-link{padding:.65rem 1rem}.aside.aside-default .menu.menu-compact .menu-sub .menu-link{padding:.35rem 0 .35rem 2.6rem}.aside.aside-default .menu .menu-sub{margin-bottom:.75rem}.aside.aside-default .menu .menu-sub .menu-link{padding:.35rem 0 .35rem 2.6rem}.aside.aside-default.aside-reduced .menu .menu-item .menu-link{padding-top:.75rem;padding-bottom:.75rem}body.admin .aside.aside-default .aside-logo{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}body.admin .aside.aside-default .aside-logo .logo-default{display:inline-block;height:20px}body.patient .aside.aside-default .aside-logo{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}body.patient .aside.aside-default .aside-logo .logo-default{display:inline-block;height:20px}@media (min-width:992px){.aside.aside-default{padding:0;width:120px;-webkit-transition:width .3s ease;transition:width .3s ease}.aside.aside-default.aside-reduced{width:56px}.aside.aside-default.aside-reduced .menu .hover-scroll-y{padding-right:0}.aside.aside-default.aside-reduced .menu .hover-scroll-y:hover{overflow-y:hidden}.aside-fixed .aside.aside-default.aside-hoverable{position:fixed;top:0;bottom:0;left:0;z-index:98;overflow:hidden}.aside-static .aside.aside-default{position:relative;z-index:1}[data-kt-aside-minimize=on] .aside.aside-default{width:90px;-webkit-transition:width .3s ease;transition:width .3s ease}[data-kt-aside-minimize=on] .aside.aside-default .aside-logo .logo-default{display:inline-block}[data-kt-aside-minimize=on] .aside.aside-default .aside-logo .logo-minimize{display:none}[data-kt-aside-minimize=on] .aside.aside-default.aside-hoverable:hover{-webkit-transition:width .3s ease;transition:width .3s ease;width:120px}[data-kt-aside-minimize=on] .aside.aside-default:not(.aside-hoverable) .aside-logo .logo-default,[data-kt-aside-minimize=on] .aside.aside-default:not(:hover) .aside-logo .logo-default{display:none}[data-kt-aside-minimize=on] .aside.aside-default:not(.aside-hoverable) .aside-logo .logo-minimize,[data-kt-aside-minimize=on] .aside.aside-default:not(:hover) .aside-logo .logo-minimize{display:inline-block}[data-kt-aside-minimize=on] .aside.aside-default:not(.aside-hoverable) .aside-menu .menu-content,[data-kt-aside-minimize=on] .aside.aside-default:not(.aside-hoverable) .aside-menu .menu-title,[data-kt-aside-minimize=on] .aside.aside-default:not(:hover) .aside-menu .menu-content,[data-kt-aside-minimize=on] .aside.aside-default:not(:hover) .aside-menu .menu-title{opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}[data-kt-aside-minimize=on] .aside.aside-default:not(.aside-hoverable) .aside-menu .menu-item.show>.menu-sub,[data-kt-aside-minimize=on] .aside.aside-default:not(:hover) .aside-menu .menu-item.show>.menu-sub{height:0;overflow:hidden;-webkit-transition:height .3s ease;transition:height .3s ease}body.admin .aside.aside-default{padding:0 20px;width:220px}body.admin .aside.aside-default .aside-logo{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}body.admin .aside.aside-default .aside-menu{width:180px}body.patient .aside.aside-default{padding:0 20px;width:220px}body.patient .aside.aside-default .aside-logo{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}body.patient .aside.aside-default .aside-menu{width:180px}}@media (max-width:991.98px){.aside.aside-default{display:none}}.aside-minimal{background:linear-gradient(140deg,#000153,#000153 35%,#02d2ff 95%)}.app-patient .aside-minimal{background:linear-gradient(220deg,#54ebcb,#0f4c4c)}.custom-shape-divider-bottom-1671300328{position:absolute;bottom:0;left:0;width:100%;overflow:hidden;line-height:0}.custom-shape-divider-bottom-1671300328 svg{position:relative;display:block;width:calc(100% + 1.3px);height:120px}.custom-shape-divider-bottom-1671300328 .shape-fill{fill:#f2f1f6}.grid-container{display:grid;grid-template-columns:1fr 1fr 1fr 1fr}.grid-container.grid-gap-10,.grid-container.grid-gap-15{gap:10px}.grid-container.grid-gap-20{gap:20px}.grid-container.grid-1{grid-template-columns:1fr}.grid-container.grid-2,.grid-container.grid-3,.grid-container.grid-4,.grid-container.grid-12{grid-template-columns:1fr 1fr}@media (min-width:576px){.grid-container.grid-sm-1{grid-template-columns:1fr}.grid-container.grid-sm-2{grid-template-columns:1fr 1fr}.grid-container.grid-sm-3{grid-template-columns:1fr 1fr 1fr}.grid-container.grid-sm-4{grid-template-columns:1fr 1fr 1fr 1fr}.grid-container.grid-sm-12{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr}}@media (min-width:992px){.grid-container.grid-lg-1{grid-template-columns:1fr}.grid-container.grid-lg-2{grid-template-columns:1fr 1fr}.grid-container.grid-lg-3{grid-template-columns:1fr 1fr 1fr}.grid-container.grid-lg-4{grid-template-columns:1fr 1fr 1fr 1fr}}.grid-container .grid-item[data-width="1"],.grid-container .grid-item[data-width="2"],.grid-container .grid-item[data-width="3"],.grid-container .grid-item[data-width="4"],.grid-container .grid-item[data-width="5"],.grid-container .grid-item[data-width="7"],.grid-container .grid-item[data-width="8"],.grid-container .grid-item[data-width="9"],.grid-container .grid-item[data-width="10"],.grid-container .grid-item[data-width="11"],.grid-container .grid-item[data-width="12"]{grid-column-end:span 2}@media (min-width:576px){.grid-container .grid-item[data-width="1"]{grid-column-end:span 1}.grid-container .grid-item[data-width="2"]{grid-column-end:span 2}.grid-container .grid-item[data-width="3"]{grid-column-end:span 3}.grid-container .grid-item[data-width="4"]{grid-column-end:span 4}.grid-container .grid-item[data-width="5"]{grid-column-end:span 5}.grid-container .grid-item[data-width="6"]{grid-column-end:span 6}.grid-container .grid-item[data-width="7"]{grid-column-end:span 7}.grid-container .grid-item[data-width="8"]{grid-column-end:span 8}.grid-container .grid-item[data-width="9"]{grid-column-end:span 9}.grid-container .grid-item[data-width="10"]{grid-column-end:span 10}.grid-container .grid-item[data-width="11"]{grid-column-end:span 11}.grid-container .grid-item[data-width="12"]{grid-column-end:span 12}}:root{--vs-border-color:#b5b5c3;--vs-selected-color:$gray-900;--vs-padding-xxl:1.5rem;--vs-border-radius-xxl:15px;--vs-font-size-xxl:1.15rem;--vs-font-size-md:1rem}.vue-select-invalid-feedback{width:100%;margin-top:.25rem;color:#b4352f}.v-select .is-invalid,.v-select .is-vue-select-invalid{background-color:inherit;display:block;padding:0}.v-select .is-invalid .dropdown-toggle,.v-select .is-vue-select-invalid .dropdown-toggle{border-color:#b4352f}.v-select .vs__actions .vs__open-indicator{margin-top:3px}.v-select.is-invalid .vs__dropdown-toggle{border:1px solid #f64e60}.v-select .vs__dropdown-toggle{padding:0!important;border:1px solid #f2f1f6;background-color:#f2f1f6;font-size:1rem;font-weight:500;line-height:1.15}.v-select .vs__dropdown-toggle .vs__actions{padding:0 8px 0 3px!important}.v-select .vs__dropdown-toggle .vs__actions .vs__open-indicator{-webkit-transform:scale(.8)!important;transform:scale(.8)!important}.v-select .vs__dropdown-toggle .vs__actions .vs__open-indicator:before{border-width:2px 2px 0 0!important}.v-select .vs__dropdown-option--disabled{height:30px;cursor:default}.v-select.vs--open .vs__dropdown-toggle{background-color:#fff;border-color:#b5b5c3}.v-select.vs--open .vs__dropdown-toggle .vs__actions .vs__open-indicator{-webkit-transform:rotate(180deg) scale(.8)!important;transform:rotate(180deg) scale(.8)!important}.v-select.vs--searching .vs__dropdown-toggle{background-color:#fff;border-color:#b5b5c3}.v-select.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:1}.v-select .vs__spinner{width:4em;height:4em;border-width:.2rem;-webkit-animation-duration:.8s;animation-duration:.8s}.v-select input[type=search],.v-select input[type=search]:focus{font-size:1rem;font-weight:500;padding:inherit;margin:0}.v-select .vs__search::-moz-placeholder{color:#a1a5b7;opacity:1}.v-select .vs__search:-ms-input-placeholder{color:#a1a5b7}.v-select .vs__search::-webkit-input-placeholder{color:#a1a5b7}.v-select .vs__selected{font-size:1rem;font-weight:500;line-height:1.15;padding:.35rem 1rem .35rem .8rem;border:none;background-color:transparent}.v-select .vs__selected .vs__selected-options .badge{margin-bottom:0}.v-select.vs--single input[type=search]{padding:.5rem 1rem}.v-select.vs--single .vs__selected{margin:0;line-height:inherit}.v-select.vs--single.vs--open .vs__selected{margin:0;position:relative}.v-select.vs--multiple input[type=search]{padding:.35rem 1rem}.v-select.vs--multiple .vs__dropdown-toggle{min-height:2.65rem}.v-select.vs--multiple .vs__selected{margin:0}.v-select.vs--multiple .vs__selected:hover{background-color:#e4e6ef}.v-select.vs--multiple .vs__deselect{margin-left:.75rem;text-shadow:none;opacity:1}.v-select.vs--multiple .vs__deselect span{display:none}.v-select.vs--multiple.v-select-sm input[type=search],.v-select.vs--multiple.v-select-sm input[type=search]:focus{padding:.25rem .65rem}.v-select .badge{margin-bottom:0}.vs__dropdown-menu{padding:0;overflow-y:none;-webkit-box-shadow:none;box-shadow:none}.vs__dropdown-menu .vs__dropdown-option{padding-top:.25rem;padding-bottom:.25rem;font-size:1rem}.vs__dropdown-menu .vs__dropdown-option .badge{margin-bottom:0}.vs__dropdown-menu .vs__dropdown-option a:not([href]):hover{text-decoration:none}.vs__dropdown-menu .vs__dropdown-option.vs__dropdown-option--highlight{background-color:#2996ce!important}.vs__dropdown-menu .vs__dropdown-option.vs__dropdown-option--highlight .text-danger,.vs__dropdown-menu .vs__dropdown-option.vs__dropdown-option--highlight .text-info,.vs__dropdown-menu .vs__dropdown-option.vs__dropdown-option--highlight .text-muted,.vs__dropdown-menu .vs__dropdown-option.vs__dropdown-option--highlight .text-success,.vs__dropdown-menu .vs__dropdown-option.vs__dropdown-option--highlight .text-warning{color:#fff!important}.vs__dropdown-menu .vs__dropdown-option.vs__dropdown-option--highlight>a{background-color:#2996ce!important}.vs__dropdown-menu .vs__dropdown-option.vs__dropdown-option--highlight .badge{border-color:#0f3f62;background-color:#0f3f62}.vs__dropdown-menu .vs__dropdown-option .row{padding-top:.25rem;padding-bottom:.25rem}.vs__dropdown-menu .vs__dropdown-option .col{padding:0}.v-select.v-select-xxl.vs--single input[type=search]{font-size:var(--vs-font-size-xxl);padding-top:.15rem;padding-bottom:.15rem}.v-select.v-select-xxl.vs--single .vs__selected-options{padding:var(--vs-padding-xxl)}.v-select.v-select-xxl.vs--single .vs__dropdown-toggle{border-radius:var(--vs-border-radius-xxl)}.v-select.v-select-xxl.vs--single .vs__dropdown-menu{border-top:15px;border-bottom-left-radius:var(--vs-border-radius-xxl);border-bottom-right-radius:var(--vs-border-radius-xxl)}.v-select.v-select-xxl.vs--single.vs--open .vs__dropdown-toggle{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.v-select.v-select-xxl .vs__selected+input[type=search]{position:absolute;top:0;left:0;margin:var(--vs-padding-xxl);width:95%}.v-select.v-select-xxl .vs__selected+input[type=search]:focus{margin:var(--vs-padding-xxl);padding:.15rem .65rem}.v-select.v-select-xxl.vs--searching .vs__selected+input[type=search]{position:relative;margin:0}.v-select.v-select-xxl .vs__selected{font-size:var(--vs-font-size-md)}.v-select.v-select-xxl .vs__clear{position:absolute;top:-10px;right:-15px}.b-calendar{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.b-calendar .b-calendar-inner{min-width:250px}.b-calendar .b-calendar-header,.b-calendar .b-calendar-nav{margin-bottom:.25rem}.b-calendar .b-calendar-nav .btn{padding:.25rem}.b-calendar output{padding:.25rem;font-size:80%}.b-calendar output.readonly{background-color:#eff2f5;opacity:1}.b-calendar .b-calendar-footer{margin-top:.5rem}.b-calendar .b-calendar-grid{padding:0;margin:0;overflow:hidden}.b-calendar .b-calendar-grid .row{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.b-calendar .b-calendar-grid-caption{padding:.25rem}.b-calendar .b-calendar-grid-body .col[data-date] .btn{width:32px;height:32px;font-size:14px;line-height:1;margin:3px auto;padding:9px 0}.b-calendar .btn.disabled,.b-calendar .btn:disabled,.b-calendar .btn[aria-disabled=true]{cursor:default;pointer-events:none}.b-calendar{-webkit-box-shadow:0 0 50px 0 rgba(82,63,105,.1);box-shadow:0 0 50px 0 rgba(82,63,105,.1)}.b-calendar .b-calendar-grid{border:none}.b-calendar .b-calendar-grid-caption{padding:0 0 .5rem;font-weight:bolder}.b-calendar .b-calendar-grid-body .col[data-date] .btn{font-weight:400;line-height:1.75rem;font-size:1rem;margin:0}.b-calendar .b-calendar-grid-body .col[data-date] .btn-outline-primary{font-weight:900!important;background-color:#cde8f1}.b-calendar .b-calendar-grid-weekdays.border-bottom{border-bottom:none!important}.b-calendar .b-calendar-grid-weekdays .small,.b-calendar .b-calendar-grid-weekdays small{height:1.25rem;font-size:.85rem;color:#a1a5b7}.b-calendar .b-calendar-grid-weekdays .small:first-child:after,.b-calendar .b-calendar-grid-weekdays small:first-child:after{content:"u"}.b-calendar .b-calendar-grid-weekdays .small:nth-child(2):after,.b-calendar .b-calendar-grid-weekdays small:nth-child(2):after{content:"a"}.b-calendar .b-calendar-grid-weekdays .small:nth-child(3):after,.b-calendar .b-calendar-grid-weekdays .small:nth-child(4):after,.b-calendar .b-calendar-grid-weekdays .small:nth-child(5):after,.b-calendar .b-calendar-grid-weekdays small:nth-child(3):after,.b-calendar .b-calendar-grid-weekdays small:nth-child(4):after,.b-calendar .b-calendar-grid-weekdays small:nth-child(5):after{content:"e"}.b-calendar .b-calendar-grid-weekdays .small:nth-child(6):after,.b-calendar .b-calendar-grid-weekdays small:nth-child(6):after{content:"a"}.b-calendar .b-calendar-grid-weekdays .small:nth-child(7):after,.b-calendar .b-calendar-grid-weekdays small:nth-child(7):after{content:"i"}.b-calendar .b-calendar-nav{margin-bottom:0;margin-top:5px}.b-calendar .b-calendar-nav .btn:hover{background-color:transparent}.b-calendar .b-calendar-nav button:first-of-type,.b-calendar .b-calendar-nav button:last-of-type,.b-calendar footer{display:none}.b-calendar footer.border-top{border-top:none!important}.b-calendar .form-control{background-color:transparent}.b-form-datepicker{margin-bottom:0!important;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.b-form-datepicker.form-control{padding:0 0 0 .5rem;min-width:180px}.b-form-datepicker label{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border:none!important;margin-bottom:0;background-color:transparent!important;height:2rem;font-size:1rem!important;font-weight:500!important;color:#0f3f62;padding-left:.5rem}.b-form-datepicker .btn{padding:.375rem .75rem!important}.b-form-datepicker .dropdown-menu{padding:0!important}.dateTimePicker.input-group>.form-control{width:auto!important}.mapboxgl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);text-align:left}.mapboxgl-map:-webkit-full-screen{width:100%;height:100%}.mapboxgl-canary{background-color:salmon}.mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-group>button.mapboxgl-ctrl-compass{cursor:-webkit-grab;cursor:grab;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer{cursor:pointer}.mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-group>button.mapboxgl-ctrl-compass:active{cursor:-webkit-grabbing;cursor:grabbing}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas{-ms-touch-action:none;touch-action:none}.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-top-left,.mapboxgl-ctrl-top-right{position:absolute;pointer-events:none;z-index:2}.mapboxgl-ctrl-top-left{top:0;left:0}.mapboxgl-ctrl-top-right{top:0;right:0}.mapboxgl-ctrl-bottom-left{bottom:0;left:0}.mapboxgl-ctrl-bottom-right{right:0;bottom:0}.mapboxgl-ctrl{clear:both;pointer-events:auto;-webkit-transform:translate(0);transform:translate(0)}.mapboxgl-ctrl-top-left .mapboxgl-ctrl{margin:10px 0 0 10px;float:left}.mapboxgl-ctrl-top-right .mapboxgl-ctrl{margin:10px 10px 0 0;float:right}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl{margin:0 0 10px 10px;float:left}.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl{margin:0 10px 10px 0;float:right}.mapboxgl-ctrl-group{border-radius:4px;background:#fff}.mapboxgl-ctrl-group:not(:empty){-webkit-box-shadow:none;box-shadow:none}.mapboxgl-ctrl-group>button{width:30px;height:30px;display:block;padding:0;outline:none;border:0;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent;cursor:pointer}.mapboxgl-ctrl-group>button+button{border-top:1px solid #ddd}.mapboxgl-ctrl>button::-moz-focus-inner{border:0;padding:0}.mapboxgl-ctrl-group>button:focus{-webkit-box-shadow:0 0 2px 2px #0096ff;box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl>button:not(:disabled):hover{background-color:rgba(0,0,0,.05)}.mapboxgl-ctrl-group>button:focus:focus-visible{-webkit-box-shadow:0 0 2px 2px #0096ff;box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl-group>button:focus:not(:focus-visible){-webkit-box-shadow:none;box-shadow:none}.mapboxgl-ctrl-group>button:focus:first-child{border-radius:4px 4px 0 0}.mapboxgl-ctrl-group>button:focus:last-child{border-radius:0 0 4px 4px}.mapboxgl-ctrl-group>button:focus:only-child{border-radius:inherit}.mapboxgl-ctrl-icon,.mapboxgl-ctrl-icon>.mapboxgl-ctrl-compass-arrow{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mapboxgl-ctrl-icon{padding:5px}.mapboxgl-ctrl-icon.mapboxgl-ctrl-icon-disabled{opacity:.25;border-color:#373737}.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-out{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 9c-.554 0-1 .446-1 1s.446 1 1 1h6c.554 0 1-.446 1-1s-.446-1-1-1z' fill='%23333'/%3E%3C/svg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 6c-.554 0-1 .446-1 1v2H7c-.554 0-1 .446-1 1s.446 1 1 1h2v2c0 .554.446 1 1 1s1-.446 1-1v-2h2c.554 0 1-.446 1-1s-.446-1-1-1h-2V7c0-.554-.446-1-1-1z' fill='%23333'/%3E%3C/svg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 013.5 3.5 3.5 3.5 0 01-3.5 3.5A3.5 3.5 0 016.5 10 3.5 3.5 0 0110 6.5zm0 1.8A1.8 1.8 0 008.3 10a1.8 1.8 0 001.7 1.8 1.8 1.8 0 001.8-1.8A1.8 1.8 0 0010 8.3z'/%3E%3C/svg%3E");content:"";display:block;width:100%;height:100%}.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate:disabled:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M14.434 7.688c.213.407.371.848.466 1.312h.1s1 0 1 1-1 1-1 1h-.1a5.01 5.01 0 01-3.9 3.9v.1s0 1-1 1-1-1-1-1v-.1a4.977 4.977 0 01-1.347-.484l1.151-1.129c.374.138.777.213 1.196.213 1.92 0 3.5-1.58 3.5-3.5 0-.403-.07-.791-.197-1.153.379-.384.756-.77 1.131-1.159zM5.1 9C5.5 7.039 7.04 5.5 9 5.1V5s0-1 1-1 1 1 1 1v.1c.477.097.93.262 1.347.484l-1.151 1.129A3.448 3.448 0 0010 6.5c-1.92 0-3.5 1.58-3.5 3.5 0 .403.07.791.197 1.153-.379.384-.756.77-1.131 1.159A4.984 4.984 0 015.1 11H5c-.005 0-1-.003-1-1s.995-1 1-1h.1zM14 5l1 1-9 9-1-1 9-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 013.5 3.5 3.5 3.5 0 01-3.5 3.5A3.5 3.5 0 016.5 10 3.5 3.5 0 0110 6.5zm0 1.8A1.8 1.8 0 008.3 10a1.8 1.8 0 001.7 1.8 1.8 1.8 0 001.8-1.8A1.8 1.8 0 0010 8.3z'/%3E%3C/svg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 013.5 3.5 3.5 3.5 0 01-3.5 3.5A3.5 3.5 0 016.5 10 3.5 3.5 0 0110 6.5zm0 1.8A1.8 1.8 0 008.3 10a1.8 1.8 0 001.7 1.8 1.8 1.8 0 001.8-1.8A1.8 1.8 0 0010 8.3z'/%3E%3C/svg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 010-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 010-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting:before{-webkit-animation:mapboxgl-spin 2s linear infinite;animation:mapboxgl-spin 2s linear infinite}@-webkit-keyframes mapboxgl-spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes mapboxgl-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mapboxgl-ctrl-icon.mapboxgl-ctrl-fullscreen{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 4c-.5 0-1 .5-1 1v4h.5l1.277-1.703c1 .763 2.059 1.66 3.114 2.703a30.38 30.38 0 01-3.11 2.707L4.5 11H4v4c0 .5.5 1 1 1h4v-.5l-1.727-1.295a35.498 35.498 0 012.688-3.137 30.312 30.312 0 012.746 3.15L11 15.5v.5h4c.5 0 1-.5 1-1v-4h-.5l-1.295 1.727a35.513 35.513 0 01-3.168-2.717 47.787 47.787 0 013.192-2.705L15.5 9h.5V5c0-.5-.5-1-1-1h-4v.5l1.703 1.277A32.243 32.243 0 019.971 8.92 47.761 47.761 0 017.305 5.77L9 4.5V4H5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-shrink{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.242 3.492a.75.75 0 00-.523 1.29l2.246 2.245L4 8.5V9h4c.5 0 1-.5 1-1V4h-.5L7.018 5.955 4.78 3.72a.75.75 0 00-.539-.227zm11.492 0a.75.75 0 00-.515.227l-2.235 2.234L11.5 4H11v4c0 .5.5 1 1 1h4v-.5l-1.965-1.473 2.246-2.246a.75.75 0 00-.547-1.289zM4 11v.5l1.965 1.473-2.246 2.246A.751.751 0 104.78 16.28l2.246-2.246L8.5 16H9v-4c0-.5-.5-1-1-1H4zm8 0c-.5 0-1 .5-1 1v4h.5l1.473-1.965 2.246 2.246a.751.751 0 101.062-1.062l-2.246-2.246L16 11.5V11h-4z'/%3E%3C/svg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-compass>.mapboxgl-ctrl-compass-arrow{width:20px;height:20px;margin:5px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23333' d='M6 9l4-8 4 8z'/%3E%3Cpath fill='%23CCC' d='M6 11l4 8 4-8z'/%3E%3C/svg%3E");background-repeat:no-repeat;display:inline-block}a.mapboxgl-ctrl-logo{width:85px;height:21px;margin:0 0 -3px -3px;display:block;background-repeat:no-repeat;cursor:pointer;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84.49 21'%3E%3Cpath class='st0' d='M83.25 14.26c0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.39-1.44 2.39a.34.34 0 01-.3.17h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.68-2.39-3.64a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.36 1.4-2.35a.34.34 0 01.3-.17H83c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.63 2.43 3.67c0 .05.01.09.01.13zM66.24 9.59c-.39-1.88-1.96-3.28-3.84-3.28-1.03 0-2.03.42-2.73 1.18V3.51c0-.13-.1-.23-.23-.23h-1.4c-.13 0-.23.11-.23.23v10.72c0 .13.1.23.23.23h1.4c.13 0 .23-.11.23-.23v-.73c.71.75 1.7 1.18 2.73 1.18 1.88 0 3.45-1.41 3.84-3.29.13-.6.13-1.21 0-1.8zM62.08 13c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51S63.41 13 62.08 13zM71.67 6.32a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19s-1.9-4.17-4.27-4.17zm-.02 6.69c-1.33 0-2.42-1.12-2.42-2.51s1.08-2.52 2.42-2.52c1.33 0 2.42 1.12 2.42 2.51s-1.08 2.51-2.42 2.52z' opacity='.9' fill='%23fff'/%3E%3Cpath class='st1' d='M62.08 7.98c-1.32 0-2.39 1.11-2.41 2.48v.06c.01 1.38 1.08 2.48 2.41 2.48s2.42-1.12 2.42-2.51-1.09-2.51-2.42-2.51zm0 3.78c-.63 0-1.14-.56-1.17-1.25v-.04c.01-.69.54-1.25 1.17-1.25.63 0 1.17.57 1.17 1.27-.01.71-.52 1.27-1.17 1.27zM71.65 7.98c-1.33 0-2.42 1.12-2.42 2.51S70.32 13 71.65 13s2.42-1.12 2.42-2.51-1.08-2.51-2.42-2.51zm0 3.78c-.64 0-1.17-.57-1.17-1.27 0-.7.53-1.26 1.17-1.26s1.17.57 1.17 1.27c0 .71-.53 1.26-1.17 1.26z' opacity='.35'/%3E%3Cpath class='st0' d='M45.74 6.53h-1.4c-.13 0-.23.11-.23.23v.73c-.71-.75-1.7-1.18-2.73-1.18-2.17 0-3.94 1.87-3.94 4.19s1.77 4.19 3.94 4.19c1.04 0 2.03-.43 2.73-1.19v.73c0 .13.1.23.23.23h1.4c.13 0 .23-.11.23-.23V6.74c0-.12-.09-.22-.22-.22 0 .01 0 .01-.01.01zm-1.62 4C44.11 11.9 43.03 13 41.71 13s-2.42-1.12-2.42-2.51 1.08-2.52 2.4-2.52c1.33 0 2.39 1.11 2.41 2.48l.02.08z' opacity='.9' fill='%23fff'/%3E%3Cpath class='st1' d='M41.71 7.98c-1.33 0-2.42 1.12-2.42 2.51S40.37 13 41.71 13s2.39-1.11 2.41-2.48v-.06c-.02-1.37-1.09-2.48-2.41-2.48zm-1.16 2.51c0-.7.52-1.27 1.17-1.27.64 0 1.14.56 1.17 1.25v.04c-.01.68-.53 1.24-1.17 1.24-.64 0-1.17-.56-1.17-1.26z' opacity='.35'/%3E%3Cpath class='st0' d='M52.41 6.32c-1.03 0-2.03.42-2.73 1.18v-.75c0-.13-.1-.23-.23-.23h-1.4c-.13 0-.23.11-.23.23v10.72c0 .13.1.23.23.23h1.4c.13 0 .23-.1.23-.23V13.5c.71.75 1.7 1.18 2.74 1.18 2.17 0 3.94-1.87 3.94-4.19s-1.78-4.17-3.95-4.17zm-.33 6.69c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51S53.4 13 52.08 13.01z' opacity='.9' fill='%23fff'/%3E%3Cpath class='st1' d='M52.08 7.98c-1.32 0-2.39 1.11-2.42 2.48v.06c.03 1.38 1.1 2.48 2.42 2.48s2.41-1.12 2.41-2.51-1.09-2.51-2.41-2.51zm0 3.78c-.63 0-1.14-.56-1.17-1.25v-.04c.01-.69.54-1.25 1.17-1.25.63 0 1.17.58 1.17 1.27s-.53 1.27-1.17 1.27z' opacity='.35'/%3E%3Cpath class='st0' d='M36.08 14.24c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23V9.68c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.66c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23V9.68c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.48c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.11-.23-.23V6.74c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.66c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.17z' opacity='.9' fill='%23fff'/%3E%3Cpath class='st1' d='M84.34 13.59l-.07-.13-1.96-2.99 1.94-2.95c.44-.67.26-1.56-.41-2.02-.02 0-.03 0-.04-.01-.23-.15-.5-.22-.78-.22h-1.61c-.56 0-1.08.29-1.37.78l-.32.55-.34-.56c-.29-.48-.81-.77-1.38-.77h-1.6c-.6 0-1.13.37-1.35.92a5.59 5.59 0 00-7.26.45c-.35.34-.65.72-.89 1.14-.9-1.62-2.58-2.72-4.5-2.72-.5 0-1.01.07-1.48.23V3.51c0-.82-.66-1.48-1.47-1.48h-1.4c-.81 0-1.47.66-1.47 1.47v3.75a5.12 5.12 0 00-4.17-2.19c-.74 0-1.46.16-2.12.47-.24-.17-.54-.26-.84-.26h-1.4c-.45 0-.87.21-1.15.56a1.498 1.498 0 00-1.16-.55h-1.39c-.3 0-.6.09-.84.26-.67-.3-1.39-.46-2.12-.46-1.83 0-3.43 1-4.37 2.5-.2-.46-.48-.89-.83-1.25-.8-.81-1.89-1.25-3.02-1.25h-.01c-.89.01-1.75.33-2.46.88-.74-.57-1.64-.88-2.57-.88h-.03c-.29 0-.58.03-.86.11-.28.06-.56.16-.82.28-.21-.12-.45-.18-.7-.18h-1.4c-.82 0-1.47.66-1.47 1.47v7.5c0 .82.66 1.47 1.47 1.47h1.4c.82 0 1.48-.66 1.48-1.48V9.79c.03-.36.23-.59.36-.59.18 0 .38.18.38.47v4.57c0 .82.66 1.47 1.47 1.47h1.41c.82 0 1.47-.66 1.47-1.47l-.01-4.57c.06-.32.25-.47.35-.47.18 0 .38.18.38.47v4.57c0 .82.66 1.47 1.47 1.47h1.41c.82 0 1.47-.66 1.47-1.47v-.38a5.068 5.068 0 004.06 2.06c.74 0 1.46-.16 2.12-.47.24.17.54.26.84.26h1.39c.3 0 .6-.09.84-.26v2.01c0 .82.66 1.47 1.47 1.47h1.4c.82 0 1.47-.66 1.47-1.47v-1.77c.48.15.99.23 1.49.22 1.7 0 3.22-.87 4.17-2.2v.52c0 .82.66 1.47 1.47 1.47h1.4c.3 0 .6-.09.84-.26.66.31 1.39.47 2.12.47 1.92 0 3.6-1.1 4.49-2.73 1.54 2.65 4.95 3.53 7.58 1.98.18-.11.36-.22.53-.36.22.55.76.91 1.35.9H78c.56 0 1.08-.29 1.37-.78l.37-.61.37.61c.29.48.81.78 1.38.78h1.6c.81 0 1.46-.66 1.45-1.46-.05-.22-.1-.44-.2-.65zm-48.48.88h-1.41c-.13 0-.23-.11-.23-.23V9.68c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.66c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23V9.68c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.48c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.11-.23-.23V6.74a.23.23 0 01.23-.22h1.4c.13 0 .22.11.23.22v.66c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.01 5.16c.02.13-.09.23-.21.24zm10.11-.23c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.11-.23-.23v-.74c-.7.76-1.69 1.18-2.72 1.18-2.17 0-3.94-1.87-3.94-4.19s1.77-4.19 3.94-4.19c1.03 0 2.02.43 2.73 1.18v-.74c0-.13.1-.23.23-.23h1.4c.12-.01.22.08.23.21V14.25h-.01v-.01zm6.44.43c-1.03 0-2.02-.43-2.73-1.18v3.97c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V6.75c0-.13.1-.22.23-.22h1.4c.13 0 .23.11.23.23v.73a3.73 3.73 0 012.73-1.18c2.17 0 3.94 1.86 3.94 4.18s-1.77 4.18-3.94 4.18zm13.83-3.28c-.39 1.87-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.73c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.11-.23-.23V3.51c0-.13.1-.23.23-.23h1.4c.13 0 .23.11.23.23v3.97a3.72 3.72 0 012.73-1.17c1.88 0 3.45 1.4 3.84 3.28.13.6.13 1.21 0 1.8zm5.43 3.29c-2 .01-3.73-1.35-4.17-3.3-.13-.59-.13-1.19 0-1.77a4.243 4.243 0 014.17-3.3c2.36 0 4.26 1.87 4.26 4.19s-1.9 4.18-4.26 4.18zm11.37-.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.39-1.44 2.39a.34.34 0 01-.3.17h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.68-2.39-3.64a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.36 1.41-2.36a.34.34 0 01.3-.17h1.61c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.38 3.64 2.43 3.67c.02.03.03.07.03.12-.03.13-.12.22-.24.22z' opacity='.35'/%3E%3Cpath class='st0' d='M10.5 1.24c-5.11 0-9.25 4.15-9.25 9.25s4.15 9.25 9.25 9.25 9.25-4.15 9.25-9.25c0-5.11-4.14-9.25-9.25-9.25zm4.39 11.53c-1.93 1.93-4.78 2.31-6.7 2.31-.7 0-1.41-.05-2.1-.16 0 0-1.02-5.64 2.14-8.81a4.4 4.4 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42 1.84 1.84 1.89 4.75.14 6.52z' opacity='.9' fill='%23fff'/%3E%3Cpath class='st1' d='M10.5-.01C4.7-.01 0 4.7 0 10.49s4.7 10.5 10.5 10.5S21 16.29 21 10.49C20.99 4.7 16.3-.01 10.5-.01zm0 19.75c-5.11 0-9.25-4.15-9.25-9.25s4.14-9.26 9.25-9.26 9.25 4.15 9.25 9.25c0 5.13-4.14 9.26-9.25 9.26z' opacity='.35'/%3E%3Cpath class='st1' d='M14.74 6.25c-1.84-1.84-4.76-1.9-6.51-.15-3.16 3.17-2.14 8.81-2.14 8.81s5.64 1.02 8.81-2.14c1.74-1.77 1.69-4.68-.16-6.52zm-2.27 4.09l-.91 1.87-.9-1.87-1.86-.91 1.86-.9.9-1.87.91 1.87 1.86.9-1.86.91z' opacity='.35'/%3E%3Cpath class='st0' opacity='.9' fill='%23fff' d='M14.33 9.43l-1.86.91-.91 1.87-.9-1.87-1.86-.91 1.86-.9.9-1.87.91 1.87z'/%3E%3C/svg%3E")}a.mapboxgl-ctrl-logo.mapboxgl-compact{width:21px;height:21px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21'%3E%3Cpath d='M10.5 1.25c-5.11 0-9.25 4.15-9.25 9.25s4.15 9.25 9.25 9.25 9.25-4.15 9.25-9.25c0-5.11-4.14-9.25-9.25-9.25zm4.39 11.53c-1.93 1.93-4.78 2.31-6.7 2.31-.7 0-1.41-.05-2.1-.16 0 0-1.02-5.64 2.14-8.81a4.4 4.4 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42 1.84 1.84 1.89 4.75.14 6.52z' class='st0' opacity='.9' fill='%23fff'/%3E%3Cpath d='M10.5 0C4.7 0 0 4.71 0 10.5S4.7 21 10.5 21 21 16.3 21 10.5C20.99 4.71 16.3 0 10.5 0zm0 19.75c-5.11 0-9.25-4.15-9.25-9.25s4.14-9.26 9.25-9.26 9.25 4.15 9.25 9.25c0 5.13-4.14 9.26-9.25 9.26z' class='st1' opacity='.35'/%3E%3Cpath d='M14.74 6.26c-1.84-1.84-4.76-1.9-6.51-.15-3.16 3.17-2.14 8.81-2.14 8.81s5.64 1.02 8.81-2.14c1.74-1.77 1.69-4.68-.16-6.52zm-2.27 4.09l-.91 1.87-.9-1.87-1.86-.91 1.86-.9.9-1.87.91 1.87 1.86.9z' class='st1' opacity='.35'/%3E%3Cpath class='st0' opacity='.9' fill='%23fff' d='M11.56 12.22l-.9-1.87-1.86-.91 1.86-.9.9-1.87.91 1.87 1.86.9-1.86.91z'/%3E%3C/svg%3E")}.mapboxgl-ctrl.mapboxgl-ctrl-attrib{padding:0 5px;background-color:hsla(0,0%,100%,.5);margin:0}@media screen{.mapboxgl-ctrl-attrib.mapboxgl-compact{min-height:20px;padding:0;margin:10px;position:relative;background-color:#fff;border-radius:3px 12px 12px 3px}.mapboxgl-ctrl-attrib.mapboxgl-compact:hover{padding:2px 24px 2px 4px;visibility:visible;margin-top:6px}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:hover,.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:hover{padding:2px 4px 2px 24px;border-radius:12px 3px 3px 12px}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner{display:none}.mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapboxgl-ctrl-attrib-inner{display:block}.mapboxgl-ctrl-attrib.mapboxgl-compact:after{content:"";cursor:pointer;position:absolute;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E");background-color:hsla(0,0%,100%,.5);width:24px;height:24px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:12px}.mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;right:0}.mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{top:0;right:0}.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{top:0;left:0}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;left:0}}.mapboxgl-ctrl-attrib a{color:rgba(0,0,0,.75);text-decoration:none}.mapboxgl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.mapboxgl-ctrl-attrib .mapbox-improve-map{font-weight:700;margin-left:2px}.mapboxgl-attrib-empty{display:none}.mapboxgl-ctrl-scale{background-color:hsla(0,0%,100%,.75);font-size:10px;border:2px solid #333;border-top:#333;padding:0 5px;color:#333;-webkit-box-sizing:border-box;box-sizing:border-box}.mapboxgl-popup{position:absolute;max-width:270px;top:0;left:0;display:-webkit-flex;display:-webkit-box;display:-ms-flexbox;display:flex;will-change:transform;pointer-events:none}.mapboxgl-popup-anchor-top,.mapboxgl-popup-anchor-top-left,.mapboxgl-popup-anchor-top-right{-webkit-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right{-webkit-flex-direction:column-reverse;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.mapboxgl-popup-anchor-left{-webkit-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.mapboxgl-popup-anchor-right{-webkit-flex-direction:row-reverse;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.mapboxgl-popup-tip{width:0;height:0;border:10px solid transparent;z-index:1}.mapboxgl-popup-anchor-top .mapboxgl-popup-tip{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;border-top:none;border-bottom-color:#fff}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;border-top:none;border-left:none;border-bottom-color:#fff}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;border-top:none;border-right:none;border-bottom-color:#fff}.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.mapboxgl-popup-anchor-left .mapboxgl-popup-tip{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;border-left:none;border-right-color:#fff}.mapboxgl-popup-anchor-right .mapboxgl-popup-tip{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;border-right:none;border-left-color:#fff}.mapboxgl-popup-close-button{position:absolute;font-size:1.5rem;padding:.25rem .75rem;color:#a1a5b7;right:0;top:0;border:0;border-radius:0 3px 0 0;cursor:pointer;background-color:transparent}.mapboxgl-popup-close-button:hover{background-color:rgba(0,0,0,.05)}.mapboxgl-popup-content{position:relative;background:#fff;border-radius:3px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:0 1px 2px rgba(0,0,0,.1);padding:20px 10px 15px;pointer-events:auto;line-height:1rem}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content{border-top-left-radius:0}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content{border-top-right-radius:0}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content{border-bottom-left-radius:0}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content{border-bottom-right-radius:0}.mapboxgl-popup-track-pointer{display:none}.mapboxgl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mapboxgl-map:hover .mapboxgl-popup-track-pointer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.mapboxgl-map:active .mapboxgl-popup-track-pointer{display:none}.mapboxgl-marker{position:absolute;top:0;left:0;will-change:transform}.mapboxgl-user-location-dot,.mapboxgl-user-location-dot:before{background-color:#1da1f2;width:15px;height:15px;border-radius:50%}.mapboxgl-user-location-dot:before{content:"";position:absolute;-webkit-animation:mapboxgl-user-location-dot-pulse 2s infinite;animation:mapboxgl-user-location-dot-pulse 2s infinite}.mapboxgl-user-location-dot:after{border-radius:50%;border:2px solid #fff;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 0 3px rgba(0,0,0,.35);box-shadow:0 0 3px rgba(0,0,0,.35)}@-webkit-keyframes mapboxgl-user-location-dot-pulse{0%{-webkit-transform:scale(1);opacity:1}70%{-webkit-transform:scale(3);opacity:0}to{-webkit-transform:scale(1);opacity:0}}@keyframes mapboxgl-user-location-dot-pulse{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}70%{-webkit-transform:scale(3);transform:scale(3);opacity:0}to{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.mapboxgl-user-location-dot-stale{background-color:#aaa}.mapboxgl-user-location-dot-stale:after{display:none}.mapboxgl-crosshair,.mapboxgl-crosshair .mapboxgl-interactive,.mapboxgl-crosshair .mapboxgl-interactive:active{cursor:crosshair}.mapboxgl-boxzoom{position:absolute;top:0;left:0;width:0;height:0;background:#fff;border:2px dotted #202020;opacity:.5}@media print{.mapbox-improve-map{display:none}}.mapboxgl-ctrl-bottom-right,a.mapboxgl-ctrl-logo{display:none!important}.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon,.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon,.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{width:100%;height:100%;background-image:none}.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon:before,.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon:before,.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon:before{display:inline-block}.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon:before{content:"\2318"}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon:before{font-weight:500;content:"+";font-size:2.2rem;margin-top:5px}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon:before{font-weight:500;content:"-";font-size:2.2rem;margin-top:2px}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon:before{font-weight:700;content:"\2299"}.mapboxgl-popup-close-button{font-size:2rem;color:#7e8299}.mapboxgl-map{position:relative}.mapboxgl-map .mapboxgl-canvas{position:absolute}.mapboxgl-map .marker{position:absolute;background-image:url(/build/assets/shared/theme/divomed/media/mapbox/marker_default.0a015394.svg);background-size:cover;width:50px;height:50px;cursor:pointer}.mapboxgl-map .marker.marker-doctor{background-image:url(/build/assets/shared/theme/divomed/media/mapbox/marker_doctor.ca0d7cfe.svg)}.mapboxgl-map .marker.marker-group{background-image:url(/build/assets/shared/theme/divomed/media/mapbox/marker_group.cf168e63.svg)}.mapboxgl-map .marker.marker-organization{background-image:url(/build/assets/shared/theme/divomed/media/mapbox/marker_organization.f093b4a3.svg)}.mapboxgl-touch-pan-blocker{display:none}.jv-container{background-color:transparent!important;font-size:.85rem!important}.jv-container .jv-code{padding:1rem .25rem!important}.jv-container.compact .jv-code{padding:0!important}.signature-pad{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;font-size:10px;width:100%;height:100%;max-width:640px;max-height:480px;background-color:#fff}.signature-pad--body{position:relative;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.signature-pad--body canvas{position:absolute;left:0;top:0;width:100%;height:100%}.table .vue-ads-cursor-pointer{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.table .vue-ads-pr-2{margin-right:.5rem}.table.no-header thead{display:none}.table.no-header thead+tbody>tr:first-child>td{border-top:none}.table.no-bottom-border tbody>tr:last-child>td{border-bottom:none}.table.cim-10 thead{display:none}.table.cim-10 thead+tbody>tr:first-child>td{border-top:none}.table.cim-10 .fa{color:#2996ce;margin-right:.5rem}.table.cim-10 .chapter{text-transform:uppercase;color:#5e6278}.table.cim-10 td.cim10-label>span{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.table.cim-10 td.cim10-label>span,.table.vue-ads-w-full td>span{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.vue-dropzone{border:none}.vue-dropzone .dz-message{padding:0 .5rem}.vue-dropzone .dz-message i{display:block;font-size:50px;margin-bottom:20px;-webkit-animation:zoominoutsinglefeatured 3s infinite;animation:zoominoutsinglefeatured 3s infinite}.vue-dropzone .dz-preview .dz-remove{border:none;width:100%;margin-left:0}.vue-dropzone .dz-image-preview{max-width:100%;max-height:100%;margin:0}.vue-dropzone .dz-progress{margin-top:0}.vue-dropzone .dz-filename{white-space:normal}.vue-dropzone .dz-filename span{padding:0}.vue-dropzone.vue-dropzone-hidden{padding:0;min-height:0;display:none}.vue-dropzone.vue-dropzone-hidden .dz-details,.vue-dropzone.vue-dropzone-hidden .dz-image,.vue-dropzone.vue-dropzone-hidden .dz-message,.vue-dropzone.vue-dropzone-hidden .dz-preview,.vue-dropzone.vue-dropzone-hidden .dz-progress,.vue-dropzone.vue-dropzone-hidden .dz-success-mark{display:none}@-webkit-keyframes move{0%{-webkit-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg)}to{-webkit-transform:scale(2) rotate(.1deg);transform:scale(2) rotate(.1deg)}}@keyframes move{0%{-webkit-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg)}to{-webkit-transform:scale(2) rotate(.1deg);transform:scale(2) rotate(.1deg)}}@-webkit-keyframes zoominoutsinglefeatured{0%{-webkit-transform:scale(1);transform:scale(1)}5%{-webkit-transform:scale(1.2);transform:scale(1.2)}10%{-webkit-transform:scale(1);transform:scale(1)}15%{-webkit-transform:scale(1.2);transform:scale(1.2)}20%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes zoominoutsinglefeatured{0%{-webkit-transform:scale(1);transform:scale(1)}5%{-webkit-transform:scale(1.2);transform:scale(1.2)}10%{-webkit-transform:scale(1);transform:scale(1)}15%{-webkit-transform:scale(1.2);transform:scale(1.2)}20%{-webkit-transform:scale(1);transform:scale(1)}}.org-tree-container,.org-tree-node-label .node-bg-default{background-color:#fff}.org-tree-container{display:inline-block}.org-tree{display:table;text-align:center}.org-tree:after,.org-tree:before{content:"";display:table}.org-tree:after{clear:both}.org-tree-node,.org-tree-node-children{position:relative;margin:0;padding:0;list-style-type:none}.org-tree-node-children:after,.org-tree-node-children:before,.org-tree-node:after,.org-tree-node:before{-webkit-transition:all .35s;transition:all .35s}.org-tree-node-label{position:relative;display:inline-block}.org-tree-node-label .org-tree-node-label-inner{padding:10px 15px;text-align:left;border-radius:10px;border:1px solid #ccc}.org-tree-node-label .org-tree-node-label-inner .small,.org-tree-node-label .org-tree-node-label-inner .text-small,.org-tree-node-label .org-tree-node-label-inner small{font-size:.7rem}.org-tree-node-btn{position:absolute;top:100%;left:50%;width:20px;height:20px;z-index:10;margin-left:-11px;margin-top:9px;background-color:#fff;border:1px solid #ccc;border-radius:50%;-webkit-box-shadow:0 0 2px rgba(0,0,0,.15);box-shadow:0 0 2px rgba(0,0,0,.15);cursor:pointer;-webkit-transition:all .35s ease;transition:all .35s ease}.org-tree-node-btn:hover{background-color:#e7e8e9;-webkit-transform:scale(1.15);transform:scale(1.15)}.org-tree-node-btn:after,.org-tree-node-btn:before{content:"";position:absolute}.org-tree-node-btn:before{top:50%;left:4px;right:4px;height:0;border-top:1px solid #ccc}.org-tree-node-btn:after{top:4px;left:50%;bottom:4px;width:0;border-left:1px solid #ccc}.org-tree-node-btn.expanded:after{border:none}.org-tree-node{padding-top:20px;display:table-cell;vertical-align:top}.org-tree-node.collapsed,.org-tree-node.is-leaf{padding-left:10px;padding-right:10px}.org-tree-node:after,.org-tree-node:before{content:"";position:absolute;top:0;left:0;width:50%;height:19px}.org-tree-node:after{left:50%;border-left:1px solid #ddd}.org-tree-node:not(:first-child):before,.org-tree-node:not(:last-child):after{border-top:1px solid #ddd}.collapsable .org-tree-node.collapsed{padding-bottom:30px}.collapsable .org-tree-node.collapsed .org-tree-node-label:after{content:"";position:absolute;top:100%;left:0;width:50%;height:20px;border-right:1px solid #ddd}.org-tree>.org-tree-node{padding-top:0}.org-tree>.org-tree-node:after{border-left:0}.org-tree-node-children{padding-top:20px;display:table}.org-tree-node-children:before{content:"";position:absolute;top:0;left:50%;width:0;height:20px;border-left:1px solid #ddd}.org-tree-node-children:after{content:"";display:table;clear:both}.horizontal .org-tree-node{display:table-cell;float:none;padding-top:0;padding-bottom:0;padding-left:10px}.horizontal .org-tree-node.collapsed,.horizontal .org-tree-node.is-leaf{padding-top:10px;padding-bottom:10px}.horizontal .org-tree-node:after,.horizontal .org-tree-node:before{width:10px;height:50%}.horizontal .org-tree-node:after{top:50%;left:0;border-left:0}.horizontal .org-tree-node:only-child:before{top:1px;border-bottom:1px solid #ddd}.horizontal .org-tree-node:not(:first-child):before,.horizontal .org-tree-node:not(:last-child):after{border-top:0;border-left:1px solid #ddd}.horizontal .org-tree-node:not(:only-child):after{border-top:1px solid #ddd}.horizontal .org-tree-node .org-tree-node-inner{display:table}.horizontal>.org-tree-node{padding-left:0}.horizontal .org-tree-node-label{display:table-cell;vertical-align:middle}.horizontal.collapsable .org-tree-node.collapsed{padding-right:30px}.horizontal.collapsable .org-tree-node.collapsed .org-tree-node-label:after{top:0;left:100%;width:20px;height:50%;border-right:0;border-bottom:1px solid #ddd}.horizontal .org-tree-node-btn{top:50%;left:100%;margin-top:-11px;margin-left:9px}.horizontal>.org-tree-node:only-child:before{border-bottom:0}.horizontal .org-tree-node-children{display:table-cell;padding-top:0;padding-left:10px}.horizontal .org-tree-node-children:before{top:50%;left:0;width:20px;height:0;border-left:0;border-top:1px solid #ddd}.horizontal .org-tree-node-children:after{display:none}.horizontal .org-tree-node-children>.org-tree-node{display:block}.vue-slider{max-width:250px;margin-top:.5rem}.vue-slider.with-marks,.vue-slider.with-tooltip{margin-bottom:2rem}.vue-slider-dot-tooltip-inner-top:after{margin-top:-1px}.vue-slider-dot-tooltip-inner{border-radius:0;font-size:1rem}.vue-slider-mark-label{color:#a1a5b7;font-size:.75rem;margin-top:1rem!important}.vue-slider-reset-value{position:absolute;right:-45px;top:-10px;z-index:1000}.Vue-Toastification__container{z-index:9999;position:fixed;padding:4px;width:600px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:100%;color:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;pointer-events:none}@media only screen and (min-width:600px){.Vue-Toastification__container.top-center,.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right{top:1em}.Vue-Toastification__container.bottom-center,.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right{bottom:1em;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.top-left{left:1em}.Vue-Toastification__container.bottom-left .Vue-Toastification__toast,.Vue-Toastification__container.top-left .Vue-Toastification__toast{margin-right:auto}.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.top-right{right:1em}.Vue-Toastification__container.bottom-right .Vue-Toastification__toast,.Vue-Toastification__container.top-right .Vue-Toastification__toast{margin-left:auto}.Vue-Toastification__container.bottom-center,.Vue-Toastification__container.top-center{left:50%;margin-left:-300px}.Vue-Toastification__container.bottom-center .Vue-Toastification__toast,.Vue-Toastification__container.top-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (max-width:600px){.Vue-Toastification__container{width:100vw;padding:0;left:0;margin:0}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-center,.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right{top:0}.Vue-Toastification__container.bottom-center,.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right{bottom:0;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.Vue-Toastification__toast{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;position:relative;max-height:800px;min-height:64px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:1rem;padding:22px 24px;border-radius:8px;-webkit-box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;max-width:600px;min-width:326px;pointer-events:auto;overflow:hidden}.Vue-Toastification__toast--default{background-color:#f2f1f6;color:#0f3f62}.Vue-Toastification__toast--info{background-color:#4974a6;color:#fff}.Vue-Toastification__toast--success{background-color:#14937e;color:#fff}.Vue-Toastification__toast--error{background-color:#f64e60;color:#fff}.Vue-Toastification__toast--warning{background-color:#fe7f2d;color:#fff}@media only screen and (max-width:600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{line-height:24px;font-size:16px;word-break:break-word}.Vue-Toastification__toast-body,.Vue-Toastification__toast-component-body{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.Vue-Toastification__toast.disable-transition{-webkit-transition:none!important;transition:none!important;-webkit-animation:none!important;animation:none!important}.Vue-Toastification__close-button{font-weight:700;font-size:16px;background:transparent;outline:none;border:none;padding:0 0 0 10px;cursor:pointer;opacity:.7;-webkit-transition:.3s ease;transition:.3s ease;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#fff;opacity:.3}.Vue-Toastification__close-button:focus,.Vue-Toastification__close-button:hover{opacity:1}@-webkit-keyframes scale-x-frames{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes scale-x-frames{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Vue-Toastification__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:10000;background-color:hsla(0,0%,100%,.7);-webkit-transform-origin:left;transform-origin:left;-webkit-animation:scale-x-frames linear 1 forwards;animation:scale-x-frames linear 1 forwards}.Vue-Toastification__icon{margin:auto 18px auto 0;background:transparent;outline:none;border:none;padding:0;-webkit-transition:.3s ease;transition:.3s ease;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:20px;height:100%}@-webkit-keyframes fadeOutTop{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(-50px);transform:translateY(-50px);opacity:0}}@keyframes fadeOutTop{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(-50px);transform:translateY(-50px);opacity:0}}@-webkit-keyframes fadeOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(-50px);transform:translateX(-50px);opacity:0}}@keyframes fadeOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(-50px);transform:translateX(-50px);opacity:0}}@-webkit-keyframes fadeOutBottom{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0}}@keyframes fadeOutBottom{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0}}@-webkit-keyframes fadeOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(50px);transform:translateX(50px);opacity:0}}@keyframes fadeOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(50px);transform:translateX(50px);opacity:0}}@-webkit-keyframes fadeInLeft{0%{-webkit-transform:translateX(-50px);transform:translateX(-50px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fadeInLeft{0%{-webkit-transform:translateX(-50px);transform:translateX(-50px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@-webkit-keyframes fadeInRight{0%{-webkit-transform:translateX(50px);transform:translateX(50px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fadeInRight{0%{-webkit-transform:translateX(50px);transform:translateX(50px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@-webkit-keyframes fadeInTop{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fadeInTop{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@-webkit-keyframes fadeInBottom{0%{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fadeInBottom{0%{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.Vue-Toastification__fade-enter-active.bottom-left,.Vue-Toastification__fade-enter-active.top-left{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.bottom-right,.Vue-Toastification__fade-enter-active.top-right{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{-webkit-animation-name:fadeInTop;animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{-webkit-animation-name:fadeInBottom;animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active.bottom-left,.Vue-Toastification__fade-leave-active.top-left{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active.bottom-right,.Vue-Toastification__fade-leave-active.top-right{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active.top-center{-webkit-animation-name:fadeOutTop;animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active.bottom-center{-webkit-animation-name:fadeOutBottom;animation-name:fadeOutBottom}.Vue-Toastification__fade-move{-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-property:all;transition-property:all;-webkit-transition-duration:.4s;transition-duration:.4s}.Vue-Toastification__toast--default .Vue-Toastification__close-button{color:#0f3f62}.Vue-Toastification__close-button,.Vue-Toastification__icon{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.Vue-Toastification__close-button{display:none}.Vue-Toastification__custom-close{position:absolute;top:8px;right:8px}.viewer-button{width:100px;height:100px;background-color:#000}.viewer-button:before{bottom:20px;left:20px}.viewer-title{white-space:pre-wrap;background-color:#000;opacity:1;padding:1rem;font-size:1rem;line-height:1.25rem;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.viewer-title:first-line{font-weight:700;font-size:.95rem}.viewer-toolbar>ul>li{width:30px;height:30px}.viewer-toolbar>ul>li:before{margin:5px}.viewer-toolbar>ul>.viewer-large{width:36px;height:36px}.viewer-toolbar>ul>.viewer-large:before{margin:8px}