
@keyframes vueContentPlaceholdersAnimation {
0% {
    transform: translate3d(-30%, 0, 0);
}
100% {
    transform: translate3d(100%, 0, 0);
}
}
.vue-content-placeholders-heading {
  display: flex;
}
[class^="vue-content-placeholders-"] + .vue-content-placeholders-heading {
    margin-top: 20px;
}
.vue-content-placeholders-heading__img {
    position: relative;
    overflow: hidden;
    height: 15px;
    background: #eee;
    width: 60px;
    height: 60px;
    margin-right: 15px;
}
.vue-content-placeholders-is-rounded .vue-content-placeholders-heading__img {
      border-radius: 6px;
}
.vue-content-placeholders-is-centered .vue-content-placeholders-heading__img {
      margin-left: auto;
      margin-right: auto;
}
.vue-content-placeholders-is-animated .vue-content-placeholders-heading__img::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100vw;
      max-width: 1000px;
      height: 100%;
      background: linear-gradient(to right, transparent 0%, #e1e1e1 15%, transparent 30%);
      animation-duration: 1.5s;
      animation-fill-mode: forwards;
      animation-iteration-count: infinite;
      animation-name: vueContentPlaceholdersAnimation;
      animation-timing-function: linear;
}
.vue-content-placeholders-heading__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
}
.vue-content-placeholders-heading__title {
    position: relative;
    overflow: hidden;
    height: 15px;
    background: #eee;
    width: 85%;
    margin-bottom: 10px;
    background: #ccc;
}
.vue-content-placeholders-is-rounded .vue-content-placeholders-heading__title {
      border-radius: 6px;
}
.vue-content-placeholders-is-centered .vue-content-placeholders-heading__title {
      margin-left: auto;
      margin-right: auto;
}
.vue-content-placeholders-is-animated .vue-content-placeholders-heading__title::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100vw;
      max-width: 1000px;
      height: 100%;
      background: linear-gradient(to right, transparent 0%, #e1e1e1 15%, transparent 30%);
      animation-duration: 1.5s;
      animation-fill-mode: forwards;
      animation-iteration-count: infinite;
      animation-name: vueContentPlaceholdersAnimation;
      animation-timing-function: linear;
}
.vue-content-placeholders-heading__subtitle {
    position: relative;
    overflow: hidden;
    height: 15px;
    background: #eee;
    width: 90%;
}
.vue-content-placeholders-is-rounded .vue-content-placeholders-heading__subtitle {
      border-radius: 6px;
}
.vue-content-placeholders-is-centered .vue-content-placeholders-heading__subtitle {
      margin-left: auto;
      margin-right: auto;
}
.vue-content-placeholders-is-animated .vue-content-placeholders-heading__subtitle::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100vw;
      max-width: 1000px;
      height: 100%;
      background: linear-gradient(to right, transparent 0%, #e1e1e1 15%, transparent 30%);
      animation-duration: 1.5s;
      animation-fill-mode: forwards;
      animation-iteration-count: infinite;
      animation-name: vueContentPlaceholdersAnimation;
      animation-timing-function: linear;
}
[class^="vue-content-placeholders-"] + .vue-content-placeholders-text {
  margin-top: 20px;
}
.vue-content-placeholders-text__line {
  position: relative;
  overflow: hidden;
  height: 15px;
  background: #eee;
  width: 100%;
  margin-bottom: 10px;
}
.vue-content-placeholders-is-rounded .vue-content-placeholders-text__line {
    border-radius: 6px;
}
.vue-content-placeholders-is-centered .vue-content-placeholders-text__line {
    margin-left: auto;
    margin-right: auto;
}
.vue-content-placeholders-is-animated .vue-content-placeholders-text__line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    max-width: 1000px;
    height: 100%;
    background: linear-gradient(to right, transparent 0%, #e1e1e1 15%, transparent 30%);
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: vueContentPlaceholdersAnimation;
    animation-timing-function: linear;
}
.vue-content-placeholders-text__line:nth-child(4n + 1) {
    width: 80%;
}
.vue-content-placeholders-text__line:nth-child(4n + 2) {
    width: 100%;
}
.vue-content-placeholders-text__line:nth-child(4n + 3) {
    width: 70%;
}
.vue-content-placeholders-text__line:nth-child(4n + 4) {
    width: 85%;
}
.vue-content-placeholders-img {
  position: relative;
  overflow: hidden;
  height: 15px;
  background: #eee;
  width: 100%;
  height: 120px;
}
.vue-content-placeholders-is-rounded .vue-content-placeholders-img {
    border-radius: 6px;
}
.vue-content-placeholders-is-centered .vue-content-placeholders-img {
    margin-left: auto;
    margin-right: auto;
}
.vue-content-placeholders-is-animated .vue-content-placeholders-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    max-width: 1000px;
    height: 100%;
    background: linear-gradient(to right, transparent 0%, #e1e1e1 15%, transparent 30%);
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: vueContentPlaceholdersAnimation;
    animation-timing-function: linear;
}
[class^="vue-content-placeholders-"] + .vue-content-placeholders-img {
    margin-top: 20px;
}

/* stylelint-disable */
.track-container[data-v-08ccb936] {
  width: 100%;
  position: relative;
  cursor: pointer;
  margin-top: 4rem;
  height: 0.5rem;
}
.track-container .range-value[data-v-08ccb936] {
    position: absolute;
    top: -3rem;
    display: none;
}
.track-container .range-value.min[data-v-08ccb936] {
      left: 0;
}
.track-container .range-value.max[data-v-08ccb936] {
      right: 0;
}
.track-container .track[data-v-08ccb936],
  .track-container .track-highlight[data-v-08ccb936] {
    display: block;
    position: absolute;
    width: 100%;
    height: 0.5rem;
}
.track-container .track[data-v-08ccb936] {
    background-color: #ddd;
}
.track-container .track-highlight[data-v-08ccb936] {
    background-color: black;
    z-index: 2;
}
.track-container .track-btn[data-v-08ccb936] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 2;
    width: 1.5rem;
    height: 1.5rem;
    top: calc(-50% - 0.25rem);
    margin-left: -1rem;
    border: none;
    background-color: black;
    touch-action: pan-x;
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out, background-color 0.3s ease;
}

/* stylelint-disable */
.slider__title[data-v-9b0ba95a] {
  margin-bottom: 2rem;
}
.slider__selected[data-v-9b0ba95a] {
  margin-top: 2rem;
}

/* stylelint-disable */
.slider__title[data-v-054f33b0] {
  margin-bottom: 2rem;
}
.slider__selected[data-v-054f33b0] {
  margin-top: 2rem;
}

.choices{position:relative;overflow:hidden;margin-bottom:24px;font-size:16px}.choices:focus{outline:0}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:initial}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none!important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.25}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #00bcd4}.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button{display:none}.choices[data-type*=select-one]::after{content:"";height:0;width:0;border-style:solid;border-color:#333 transparent transparent;border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open::after{border-color:transparent transparent #333;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]::after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0 -4px 0 8px;padding-left:16px;border-left:1px solid #008fa1;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#00bcd4;border:1px solid #00a5bb;color:#fff;word-break:break-all;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown{visibility:hidden;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all;will-change:visibility}.choices__list--dropdown.is-active{visibility:visible}.is-open .choices__list--dropdown{border-color:#b7b7b7}.is-flipped .choices__list--dropdown{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item{text-align:right}@media (min-width:640px){.choices__list--dropdown .choices__item--selectable{padding-right:100px}.choices__list--dropdown .choices__item--selectable::after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable::after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted::after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}.choices__button{text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus,.choices__input:focus{outline:0}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}
.cool-lightbox{position:fixed;left:0;bottom:0;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;right:0;-webkit-transition:all .3s ease;transition:all .3s ease}.cool-lightbox .cool-lightbox-zoom{position:absolute;bottom:15px;left:50%;display:-webkit-box;display:-ms-flexbox;display:flex;z-index:99999;background-color:rgba(15,15,15,.8);border-radius:8px;padding:0 12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.cool-lightbox .cool-lightbox-zoom input[type=range]{-webkit-appearance:none;margin:10px 0;width:105px;background:0 0}.cool-lightbox .cool-lightbox-zoom input[type=range]:focus{outline:0}.cool-lightbox .cool-lightbox-zoom input[type=range]::-webkit-slider-runnable-track{width:100%;height:4px;cursor:pointer;animate:.2s;-webkit-box-shadow:0 0 0 #000;box-shadow:0 0 0 #000;background:#e6e6e6;border-radius:11px;border:0 solid #000}.cool-lightbox .cool-lightbox-zoom input[type=range]::-webkit-slider-thumb{-webkit-box-shadow:1px 1px 1px #000;box-shadow:1px 1px 1px #000;border:1px solid #000;height:12px;width:12px;border-radius:13px;background:#fff;cursor:pointer;-webkit-appearance:none;margin-top:-4.5px}.cool-lightbox .cool-lightbox-zoom input[type=range]:focus::-webkit-slider-runnable-track{background:#e6e6e6}.cool-lightbox .cool-lightbox-zoom input[type=range]::-moz-range-track{width:100%;height:4px;cursor:pointer;animate:.2s;box-shadow:0 0 0 #000;background:#e6e6e6;border-radius:11px;border:0 solid #000}.cool-lightbox .cool-lightbox-zoom input[type=range]::-moz-range-thumb{box-shadow:1px 1px 1px #000;border:1px solid #000;height:12px;width:12px;border-radius:13px;background:#fff;cursor:pointer}.cool-lightbox .cool-lightbox-zoom input[type=range]::-ms-track{width:100%;height:4px;cursor:pointer;animate:.2s;background:0 0;border-color:transparent;color:transparent}.cool-lightbox .cool-lightbox-zoom input[type=range]::-ms-fill-lower{background:#e6e6e6;border:0 solid #000;border-radius:22px;box-shadow:0 0 0 #000}.cool-lightbox .cool-lightbox-zoom input[type=range]::-ms-fill-upper{background:#e6e6e6;border:0 solid #000;border-radius:22px;box-shadow:0 0 0 #000}.cool-lightbox .cool-lightbox-zoom input[type=range]::-ms-thumb{box-shadow:1px 1px 1px #000;border:1px solid #000;height:12px;width:12px;border-radius:13px;background:#fff;cursor:pointer}.cool-lightbox .cool-lightbox-zoom input[type=range]:focus::-ms-fill-lower{background:#e6e6e6}.cool-lightbox .cool-lightbox-zoom input[type=range]:focus::-ms-fill-upper{background:#e6e6e6}.cool-lightbox .cool-lightbox-zoom .cool-lightbox-zoom__icon{height:15px;width:15px;color:#fff}.cool-lightbox .cool-lightbox-zoom .cool-lightbox-zoom__icon:first-of-type{margin-right:10px}.cool-lightbox .cool-lightbox-zoom .cool-lightbox-zoom__icon:last-of-type{margin-left:10px}.cool-lightbox .cool-lightbox-thumbs{position:absolute;height:100vh;overflow-y:auto;width:102px;right:-102px;top:0;overflow-x:hidden;-webkit-transition:none;transition:none;background-color:#ddd;scrollbar-width:thin;scrollbar-color:#fa4242 rgba(175,175,175,.9)}@media (min-width:767px){.cool-lightbox .cool-lightbox-thumbs{-webkit-transition:all .3s ease;transition:all .3s ease}}.cool-lightbox .cool-lightbox-thumbs::-webkit-scrollbar{width:6px;height:6px}.cool-lightbox .cool-lightbox-thumbs::-webkit-scrollbar-button{width:0;height:0}.cool-lightbox .cool-lightbox-thumbs::-webkit-scrollbar-thumb{background:#fa4242;border:0 none #fff;border-radius:50px}.cool-lightbox .cool-lightbox-thumbs::-webkit-scrollbar-thumb:hover{background:#fff}.cool-lightbox .cool-lightbox-thumbs::-webkit-scrollbar-thumb:active{background:#000}.cool-lightbox .cool-lightbox-thumbs::-webkit-scrollbar-track{background:#e1e1e1;border:0 none #fff;border-radius:8px}.cool-lightbox .cool-lightbox-thumbs::-webkit-scrollbar-track:hover{background:#666}.cool-lightbox .cool-lightbox-thumbs::-webkit-scrollbar-track:active{background:#333}.cool-lightbox .cool-lightbox-thumbs::-webkit-scrollbar-corner{background:0 0}@media (min-width:767px){.cool-lightbox .cool-lightbox-thumbs{width:212px;right:-212px}}.cool-lightbox .cool-lightbox-thumbs .cool-lightbox-thumbs__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:2px;padding-right:0}.cool-lightbox .cool-lightbox-thumbs .cool-lightbox-thumbs__list .cool-lightbox__thumb{background-color:#000;width:100%;margin-right:2px;margin-bottom:2px;display:block;height:75px;position:relative}@media (min-width:767px){.cool-lightbox .cool-lightbox-thumbs .cool-lightbox-thumbs__list .cool-lightbox__thumb{width:calc(100%/2 - 2px)}}.cool-lightbox .cool-lightbox-thumbs .cool-lightbox-thumbs__list .cool-lightbox__thumb:before{top:0;left:0;right:0;bottom:0;opacity:0;content:'';z-index:150;-webkit-transition:all .3s ease;transition:all .3s ease;position:absolute;visibility:hidden;border:3px solid #fa4242}.cool-lightbox .cool-lightbox-thumbs .cool-lightbox-thumbs__list .cool-lightbox__thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cool-lightbox .cool-lightbox-thumbs .cool-lightbox-thumbs__list .cool-lightbox__thumb.is-video .cool-lightbox__thumb__icon{position:absolute;z-index:100;top:50%;left:50%;width:25px;height:25px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.cool-lightbox .cool-lightbox-thumbs .cool-lightbox-thumbs__list .cool-lightbox__thumb.is-video .cool-lightbox__thumb__icon path{fill:#fff}.cool-lightbox .cool-lightbox-thumbs .cool-lightbox-thumbs__list .cool-lightbox__thumb.is-video:after{content:'';top:0;left:0;right:0;bottom:0;z-index:50;position:absolute;background:rgba(0,0,0,.6)}.cool-lightbox .cool-lightbox-thumbs .cool-lightbox-thumbs__list .cool-lightbox__thumb.active:before,.cool-lightbox .cool-lightbox-thumbs .cool-lightbox-thumbs__list .cool-lightbox__thumb:hover:before{opacity:1;visibility:visible}.cool-lightbox .cool-lightbox__inner{padding:60px 0;position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;-webkit-transition:none;transition:none}@media (min-width:767px){.cool-lightbox .cool-lightbox__inner{-webkit-transition:all .3s ease;transition:all .3s ease}}.cool-lightbox .cool-lightbox__progressbar{position:absolute;top:0;left:0;right:0;height:2px;z-index:500;-webkit-transform-origin:0;transform-origin:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transition:-webkit-transform 3s linear;transition:-webkit-transform 3s linear;transition:transform 3s linear;transition:transform 3s linear, -webkit-transform 3s linear;display:block}.cool-lightbox.cool-lightbox--is-swipping{cursor:-webkit-grabbing;cursor:grabbing}.cool-lightbox.cool-lightbox--is-swipping iframe{pointer-events:none}.cool-lightbox.cool-lightbox--is-swipping .cool-lightbox__slide{-webkit-transition:none;transition:none}.cool-lightbox.cool-lightbox--is-swipping .cool-lightbox__slide.cool-lightbox__slide--hide{display:-webkit-box;display:-ms-flexbox;display:flex;z-index:50}.cool-lightbox.cool-lightbox--zoom-disabled .cool-lightbox__slide .cool-lightbox__slide__img{-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.cool-lightbox.cool-lightbox--can-zoom .cool-lightbox__slide img{cursor:-webkit-zoom-in;cursor:zoom-in}.cool-lightbox.cool-lightbox--is-zooming .cool-lightbox__slide img{cursor:move;cursor:grab;cursor:-webkit-grab}.cool-lightbox.cool-lightbox--is-zooming .cool-lightbox-caption{opacity:0}.cool-lightbox.cool-lightbox--thumbs-right.cool-lightbox--show-thumbs .cool-lightbox__inner{right:102px}@media (min-width:767px){.cool-lightbox.cool-lightbox--thumbs-right.cool-lightbox--show-thumbs .cool-lightbox__inner{right:212px}}.cool-lightbox.cool-lightbox--thumbs-right.cool-lightbox--show-thumbs .cool-lightbox-thumbs{right:0}.cool-lightbox.cool-lightbox--thumbs-bottom .cool-lightbox-thumbs{width:100%;left:0;right:0;top:auto;height:70px;bottom:-70px;overflow:auto}@media (min-width:767px){.cool-lightbox.cool-lightbox--thumbs-bottom .cool-lightbox-thumbs{bottom:-79px;height:79px}}.cool-lightbox.cool-lightbox--thumbs-bottom .cool-lightbox-thumbs .cool-lightbox-thumbs__list{width:100%;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cool-lightbox.cool-lightbox--thumbs-bottom .cool-lightbox-thumbs .cool-lightbox-thumbs__list .cool-lightbox__thumb{width:100px;-ms-flex-negative:0;flex-shrink:0;margin-bottom:0;height:65px}@media (min-width:767px){.cool-lightbox.cool-lightbox--thumbs-bottom .cool-lightbox-thumbs .cool-lightbox-thumbs__list .cool-lightbox__thumb{height:75px}}.cool-lightbox.cool-lightbox--thumbs-bottom.cool-lightbox--show-thumbs .cool-lightbox__inner{bottom:70px}@media (min-width:767px){.cool-lightbox.cool-lightbox--thumbs-bottom.cool-lightbox--show-thumbs .cool-lightbox__inner{bottom:79px}}.cool-lightbox.cool-lightbox--thumbs-bottom.cool-lightbox--show-thumbs .cool-lightbox-thumbs{bottom:0}.cool-lightbox *{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0}.cool-lightbox button{background:0 0;border:none;cursor:pointer;outline:0}.cool-lightbox svg path,.cool-lightbox svg rect{fill:currentColor}.cool-lightbox .cool-lightbox-button{padding:21px 16px 21px 4px;height:100px;opacity:1;z-index:800;color:#ccc;-webkit-transition:all .3s ease;transition:all .3s ease;position:absolute;top:calc(50% - 50px);width:54px;transition:all .3s ease;visibility:visible}@media (min-width:767px){.cool-lightbox .cool-lightbox-button{width:70px;padding:31px 26px 31px 6px}}.cool-lightbox .cool-lightbox-button.hidden{opacity:0;visibility:hidden}.cool-lightbox .cool-lightbox-button:hover{color:#fff}.cool-lightbox .cool-lightbox-button>.cool-lightbox-button__icon{padding:7px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:rgba(30,30,30,.6)}.cool-lightbox .cool-lightbox-button>.cool-lightbox-button__icon>svg{width:100%;height:100%}.cool-lightbox .cool-lightbox-button.cool-lightbox-button--prev{left:0}.cool-lightbox .cool-lightbox-button.cool-lightbox-button--next{right:0;padding:21px 4px 21px 16px}@media (min-width:767px){.cool-lightbox .cool-lightbox-button.cool-lightbox-button--next{padding:31px 6px 31px 26px}}.cool-lightbox .cool-lightbox-pdf{max-width:100%}.cool-lightbox .cool-lightbox__iframe{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;top:50%;left:50%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;-webkit-transform:translate3d(-50%,-50%,0) scale3d(1,1,1);transform:translate3d(-50%,-50%,0) scale3d(1,1,1)}.cool-lightbox .cool-lightbox__iframe iframe{width:100%;height:100%}@media (min-width:767px){.cool-lightbox .cool-lightbox__iframe iframe{max-width:80vw;max-height:80vh}}.cool-lightbox .cool-lightbox__wrapper{width:100%;height:100%;position:relative}.cool-lightbox .cool-lightbox__wrapper.cool-lightbox__wrapper--swipe{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cool-lightbox .cool-lightbox__wrapper.cool-lightbox__wrapper--swipe .cool-lightbox__slide{-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;height:100%;opacity:.4;-webkit-transition:opacity .3s linear;transition:opacity .3s linear}.cool-lightbox .cool-lightbox__wrapper.cool-lightbox__wrapper--swipe .cool-lightbox__slide.cool-lightbox__slide--current{opacity:1}.cool-lightbox .cool-lightbox__slide{width:100%;top:0;bottom:0;left:0;right:0;z-index:100;display:none;position:absolute;margin-right:30px;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}.cool-lightbox .cool-lightbox__slide:last-of-type{margin-right:0}.cool-lightbox .cool-lightbox__slide.cool-lightbox__slide--current{display:-webkit-box;display:-ms-flexbox;display:flex}.cool-lightbox .cool-lightbox__slide .cool-lightbox__slide__img{position:absolute;height:100%;width:100%;left:50%;top:50%;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translate3d(-50%,-50%,0) scale3d(1,1,1);transform:translate3d(-50%,-50%,0) scale3d(1,1,1);-webkit-transition:all .3s ease;transition:all .3s ease;display:-webkit-box;display:-ms-flexbox;display:flex}.cool-lightbox .cool-lightbox__slide img{max-width:100%;max-height:100%;margin:auto;z-index:9999;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-box-shadow:0 0 1.5rem rgba(0,0,0,.45);box-shadow:0 0 1.5rem rgba(0,0,0,.45)}.cool-lightbox .cool-lightbox__slide picture{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-height:100%;height:100%;margin:auto;z-index:9999}.cool-lightbox-toolbar{position:absolute;top:0;right:0;opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:all .3s ease;transition:all .3s ease;visibility:visible}.cool-lightbox-toolbar.hidden{opacity:0;visibility:hidden}.cool-lightbox-toolbar .cool-lightbox-toolbar__btn{background:rgba(30,30,30,.6);border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin:0;padding:9px;position:relative;-webkit-transition:color .2s;transition:color .2s;vertical-align:top;visibility:inherit;width:40px;height:40px;color:#ccc}@media (min-width:767px){.cool-lightbox-toolbar .cool-lightbox-toolbar__btn{width:44px;height:44px;padding:10px}}.cool-lightbox-toolbar .cool-lightbox-toolbar__btn>svg{width:100%;height:100%}.cool-lightbox-toolbar .cool-lightbox-toolbar__btn:hover{color:#fff}.cool-lightbox-caption{bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;opacity:1;line-height:1.5;padding:18px 28px 16px 24px;right:0;text-align:center;direction:ltr;position:absolute;-webkit-transition:opacity .25s ease,visibility 0s ease .25s;transition:opacity .25s ease,visibility 0s ease .25s;z-index:99997;background:-webkit-gradient(linear,left bottom, left top,color-stop(0, rgba(0,0,0,.75)),color-stop(50%, rgba(0,0,0,.3)),color-stop(65%, rgba(0,0,0,.15)),color-stop(75.5%, rgba(0,0,0,.075)),color-stop(82.85%, rgba(0,0,0,.037)),color-stop(88%, rgba(0,0,0,.019)),to(transparent));background:linear-gradient(0deg,rgba(0,0,0,.75) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent)}@media (min-width:767px){.cool-lightbox-caption{padding:22px 30px 23px 30px}}.cool-lightbox-caption a{color:#eee;text-decoration:underline}.cool-lightbox-caption h6{font-size:14px;margin:0 0 6px 0;line-height:130%}@media (min-width:767px){.cool-lightbox-caption h6{font-size:16px;margin:0 0 6px 0}}.cool-lightbox-caption p{font-size:13px;line-height:130%;color:#ccc}@media (min-width:767px){.cool-lightbox-caption p{font-size:15px}}.cool-lightbox-caption p a{color:#ccc}.cool-lightbox-caption p a:hover{color:#eee}.cool-lightbox-modal-enter-active,.cool-lightbox-modal-leave-active{-webkit-transition:opacity .35s;transition:opacity .35s}.cool-lightbox-modal-enter,.cool-lightbox-modal-leave-to{opacity:0}.cool-lightbox-slide-change-enter-active,.cool-lightbox-slide-change-leave-active{-webkit-transition:opacity .27s;transition:opacity .27s}.cool-lightbox-slide-change-enter,.cool-lightbox-slide-change-leave-to{opacity:0}.cool-lightbox-loading-wrapper{top:50%;left:50%;position:absolute;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.cool-lightbox-loading-wrapper .cool-lightbox-loading{-webkit-animation:cool-lightbox-rotate 1s linear infinite;animation:cool-lightbox-rotate 1s linear infinite;background:0 0;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;opacity:.7;padding:0;width:50px;z-index:500}@-webkit-keyframes cool-lightbox-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes cool-lightbox-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
/* stylelint-disable */
img[data-v-b3af2900] {
  max-width: 100%;
  width: 100%;
  cursor: pointer;
}
.images[data-v-b3af2900] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  width: 100%;
}

/* stylelint-disable */
.product__gallery[data-v-33ab039b] {
  width: 30%;
}

/* stylelint-disable */
.previous-viewed[data-v-21a2e5f0] {
  display: grid;
  grid-template-columns: 0.4fr 0.6fr;
  gap: 1rem;
  margin-bottom: 1rem;
  text-decoration: none;
}
.previous-viewed__content[data-v-21a2e5f0] {
    margin: 1rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
}

/* stylelint-disable */
.pagination-row {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 0 2rem;
}
.pagination-row > div .vs--single.vs--open .vs__selected {
    position: relative;
}
.pagination-row > div .vs5__listbox {
    width: 100%;
}
.pagination-row > div .vs--searchable {
    padding: 0 1rem;
}
.pagination-row > div .vs--single {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pagination-row > div .vs--single ul {
      position: absolute;
      top: 100%;
      right: 0;
      left: inherit;
      z-index: 9;
      width: 100%;
      font-size: 1.6rem;
      background-color: white;
      border: 1px solid black;
      border-radius: 0 0 1rem 1rem;
}
.pagination-row > div .vs--single.vs--open .vs__dropdown-toggle {
      border-bottom: 0;
      border-radius: 1rem 1rem 0 0;
}
.pagination-row > div .vs__actions svg {
    transform: scale(0.6);
}
.pagination-row > div .vs__dropdown-menu {
    padding: 0;
}
.pagination-row > div .vs__dropdown-option {
    padding: 1rem 2rem;
    white-space: wrap;
}
.pagination-row > div .vs__dropdown-option--highlight {
      color: white;
      background-color: #006646;
}
.pagination-row > div .vs__dropdown-toggle {
    display: flex;
    gap: 4rem;
    align-items: center;
    padding: 1rem 1.4rem 1rem 2rem;
    background: none;
    border: 1px solid black;
    border-radius: 1rem;
    white-space: normal;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
@media screen and (max-width: 700px) {
.pagination-row > div .vs__dropdown-toggle {
        width: 100%;
        justify-content: space-between;
}
}
.pagination-row > div .vs__selected-options {
    display: flex;
    line-height: 100%;
}
.pagination-row > div .vs__selected-options input {
      display: none;
}
.pagination-row .select-page button.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.pagination-row .pagination {
    display: flex;
}
.pagination-row .pagination-item {
      padding: 0 1rem;
      align-self: center;
}
.pagination-row .select-view button {
    opacity: 0.9;
    transition: all .3s ease-in-out;
}
.pagination-row .select-view button:not(.selected) {
      opacity: 0.3;
}
.pagination-row .select-view button:hover {
      opacity: 1;
}

/* stylelint-disable */
.badges__single[data-v-76221c7c] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  font-size: 1.2rem;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  border-radius: 5rem;
  box-shadow: 0 0.4rem 0.6rem 0 rgba(0, 0, 0, 0.09);
}

/* stylelint-disable */
.single-box__wishlist .wishlist__heart svg[data-v-796ad0fe] {
  width: 2.6rem;
  height: 2.5rem;
}
.wishlist__heart--bouncing[data-v-796ad0fe] {
  animation: bounce-796ad0fe 0.5s;
}
@keyframes bounce-796ad0fe {
0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
}
40% {
    transform: translateY(-10px);
}
60% {
    transform: translateY(-5px);
}
}

/* stylelint-disable */
.single-box[data-v-6c629dc8] {
  display: grid;
  grid-template-columns: 6rem 20rem 0.2fr 0.1fr 0.1fr 0.1fr 0.1fr 0.4fr 12rem;
  padding: 2rem 0;
  border-bottom: 0.1rem solid lightgray;
  gap: 0 2rem;
}
.single-box__name[data-v-6c629dc8] {
    display: block;
    grid-row: 1 / last-line;
    grid-row-start: span 9000;
}

/* stylelint-disable */
.placeholders[data-v-19338986] {
  display: flex;
  flex-direction: column;
}
.placeholders .vue-content-placeholders[data-v-19338986] {
    margin: 2.5rem 0;
}

/* stylelint-disable */
.products-display[data-v-7d53e8b6] {
  padding: 2rem 0;
}

/* stylelint-disable */
.share-button *[data-v-cbff2028] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.share-button[data-v-cbff2028] {
  display: inline-block;
  min-width: 42px;
  min-height: 42px;
  padding: 10px 8px;
  margin: 4px;
  color: #fff;
  background-color: #3b5897;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  vertical-align: top;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-rendering: auto;
  text-indent: 0;
  text-align: center;
  letter-spacing: normal;
  word-spacing: normal;
  text-shadow: none;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.share-button[data-v-cbff2028]:disabled {
    opacity: 0.9;
}
.share-button[data-v-cbff2028]:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 3px rgba(135, 156, 201, 0.4);
            box-shadow: 0 0 0 3px rgba(135, 156, 201, 0.4);
}
.share-button[data-v-cbff2028]:hover {
    background-color: rgba(59, 88, 151, 0.9);
}
.share-button[data-v-cbff2028]:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.share-button[data-v-cbff2028]:last-child {
    margin-right: 0;
}
.share-button__icon[data-v-cbff2028] {
    display: inline-block;
    padding: 0;
    margin: 0 7px;
    font-size: 0;
    vertical-align: middle;
}
.share-button__icon path[data-v-cbff2028] {
      fill: #fff;
}
.share-button__icon[data-v-cbff2028]:last-child {
      margin: 0;
}
.share-button__text[data-v-cbff2028] {
    display: inline-block;
    margin: 0 7px;
    font-size: 16px;
    vertical-align: middle;
}
.share-button__counter[data-v-cbff2028] {
    display: inline-block;
    padding: 3px 10px;
    margin-left: 4px;
    font-size: 12px;
    border-left: 1px solid #fff;
    vertical-align: middle;
}
.share-button--circle[data-v-cbff2028] {
    min-width: 42px;
    min-height: 42px;
    padding: 10px;
    border-radius: 42px;
}
.share-button--outline[data-v-cbff2028] {
    background-color: transparent;
    border: 1px solid #3b5897;
}
.share-button--outline .share-button__text[data-v-cbff2028] {
      color: #3b5897;
}
.share-button--outline .share-button__icon path[data-v-cbff2028] {
      fill: #3b5897;
}
.share-button--outline .share-button__counter[data-v-cbff2028] {
      color: rgba(59, 88, 151, 0.9);
      border-color: rgba(59, 88, 151, 0.9);
}
.share-button--outline[data-v-cbff2028]:hover {
      background-color: transparent;
      border-color: rgba(59, 88, 151, 0.9);
}
.share-button--outline:hover .share-button__text[data-v-cbff2028] {
        color: #3b5897;
}
.share-button--outline:hover .share-button__icon path[data-v-cbff2028] {
        fill: rgba(59, 88, 151, 0.9);
}
.share-button--painted[data-v-cbff2028] {
    position: relative;
    min-width: 42px;
    min-height: 42px;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 42px;
    background-color: transparent;
    border: 3px solid #3e4a60;
}
.share-button--painted[data-v-cbff2028]::before {
      content: "";
      z-index: -1;
      position: absolute;
      top: -1.5px;
      left: -1.5px;
      display: block;
      width: calc(100% + 3px);
      height: calc(100% + 3px);
      background-color: #3b5897;
      border-radius: 50%;
      -webkit-transform: translate3d(3px, 2px, 0);
              transform: translate3d(3px, 2px, 0);
      -webkit-transition: -webkit-transform 0.2s ease-in-out;
      transition: -webkit-transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.share-button--painted .share-button__icon[data-v-cbff2028] {
      width: 30px;
      height: 30px;
      margin: 0;
}
.share-button--painted .share-button__text[data-v-cbff2028] {
      display: none;
}
.share-button--painted .share-button__counter[data-v-cbff2028] {
      position: absolute;
      bottom: -30px;
      right: -7px;
      margin: 0;
      padding: 4px 10px;
      font-size: 8px;
      border-radius: 15px;
      color: #fff;
      border: 3px solid #3e4a60;
}
.share-button--painted .share-button__counter[data-v-cbff2028]::before {
        content: "";
        z-index: -1;
        position: absolute;
        top: -1.65px;
        left: -1.5px;
        display: block;
        width: calc(100% + 3px);
        height: calc(100% + 3px);
        border-radius: 15px;
        -webkit-transform: translate3d(-3px, 1.5px, 0);
                transform: translate3d(-3px, 1.5px, 0);
        -webkit-transition: -webkit-transform 0.2s ease-in-out;
        transition: -webkit-transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
        background-color: #3b5897;
}
.share-button--painted[data-v-cbff2028]:hover::before {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
}
.share-button--painted:hover .share-button__counter[data-v-cbff2028]::before {
      -webkit-transform: translate3d(0px, 0px, 0);
              transform: translate3d(0px, 0px, 0);
}
.share-button--painted[data-v-cbff2028]:focus::before {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
}
.share-button--painted:focus .share-button__counter[data-v-cbff2028]::before {
      -webkit-transform: translate3d(0px, 0px, 0);
              transform: translate3d(0px, 0px, 0);
}
@media (max-width: 768px) {
.share-button[data-v-cbff2028] {
    min-width: 38px;
    min-height: 38px;
    padding: 8px 8px;
    margin: 2px;
}
.share-button__icon[data-v-cbff2028] {
      width: 18px;
      height: 18px;
      margin: 0 4px;
}
.share-button__text[data-v-cbff2028] {
      margin: 0 4px;
      font-size: 14px;
}
.share-button--circle[data-v-cbff2028] {
      border-radius: 38px;
}
.share-button--painted[data-v-cbff2028] {
      min-width: 48px;
      min-height: 48px;
      margin: 4px 4px 20px 4px;
}
.share-button--painted[data-v-cbff2028]::before {
        -webkit-transform: translate3d(2.5px, 1.5px, 0);
                transform: translate3d(2.5px, 1.5px, 0);
}
.share-button--painted .share-button__icon[data-v-cbff2028] {
        width: 20px;
        height: 20px;
}
.share-button--painted .share-button__counter[data-v-cbff2028] {
        bottom: -24px;
        right: -8px;
        padding: 2px 7px;
}
.share-button--painted .share-button__counter[data-v-cbff2028]::before {
          -webkit-transform: translate3d(-2px, 1.75px, 0);
                  transform: translate3d(-2px, 1.75px, 0);
}
}

/* stylelint-disable */
@keyframes animateSuccessTip {
0% {
    width: 0;
    left: 1px;
    top: 19px;
}
54% {
    width: 0;
    left: 1px;
    top: 19px;
}
70% {
    width: 50px;
    left: -8px;
    top: 37px;
}
84% {
    width: 17px;
    left: 21px;
    top: 48px;
}
100% {
    width: 25px;
    left: 14px;
    top: 45px;
}
}
@keyframes animateSuccessLong {
0% {
    width: 0;
    right: 46px;
    top: 54px;
}
65% {
    width: 0;
    right: 46px;
    top: 54px;
}
84% {
    width: 55px;
    right: 0px;
    top: 35px;
}
100% {
    width: 47px;
    right: 8px;
    top: 38px;
}
}
@keyframes rotatePlaceholder {
0% {
    transform: rotate(-45deg);
}
5% {
    transform: rotate(-45deg);
}
12% {
    transform: rotate(-405deg);
}
100% {
    transform: rotate(-405deg);
}
}
.animateSuccessTip {
  animation: animateSuccessTip 0.75s;
}
.animateSuccessLong {
  animation: animateSuccessLong 0.75s;
}
.sweet-modal-icon.sweet-modal-success.animate::after {
  animation: rotatePlaceholder 4.25s ease-in;
}

/* Error Icon */
@keyframes animateErrorIcon {
0% {
    transform: rotateX(100deg);
    opacity: 0;
}
100% {
    transform: rotateX(0deg);
    opacity: 1;
}
}
.animateErrorIcon {
  animation: animateErrorIcon 0.5s;
}
@keyframes animateXMark {
0% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
}
50% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
}
80% {
    transform: scale(1.15);
    margin-top: -6px;
}
100% {
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
}
}
.animateXMark {
  animation: animateXMark 0.5s;
}
@keyframes pulseWarning {
0% {
    border-color: #F8D486;
}
100% {
    border-color: #F8BB86;
}
}
.pulseWarning {
  animation: pulseWarning 0.75s infinite alternate;
}
@keyframes pulseWarningIns {
0% {
    background-color: #F8D486;
}
100% {
    background-color: #F8BB86;
}
}
.pulseWarningIns {
  animation: pulseWarningIns 0.75s infinite alternate;
}
@keyframes rotate-loading {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.sweet-modal-icon {
  position: relative;
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 50%;
  margin: auto;
  padding: 0;
  box-sizing: content-box;
}
.sweet-modal-icon.sweet-modal-error {
    border-color: #F44336;
}
.sweet-modal-icon.sweet-modal-error .sweet-modal-x-mark {
      position: relative;
      display: block;
}
.sweet-modal-icon.sweet-modal-error .sweet-modal-line {
      display: block;
      position: absolute;
      top: 37px;
      height: 5px;
      width: 47px;
      background-color: #F44336;
      border-radius: 2px;
}
.sweet-modal-icon.sweet-modal-error .sweet-modal-line.sweet-modal-left {
        transform: rotate(45deg);
        left: 17px;
}
.sweet-modal-icon.sweet-modal-error .sweet-modal-line.sweet-modal-right {
        transform: rotate(-45deg);
        right: 16px;
}
.sweet-modal-icon.sweet-modal-warning {
    border-color: #FF9800;
}
.sweet-modal-icon.sweet-modal-warning .sweet-modal-body {
      position: absolute;
      width: 5px;
      height: 47px;
      left: 50%;
      top: 10px;
      margin-left: -2px;
      border-radius: 2px;
      background-color: #FF9800;
}
.sweet-modal-icon.sweet-modal-warning .sweet-modal-dot {
      position: absolute;
      left: 50%;
      bottom: 10px;
      width: 7px;
      height: 7px;
      margin-left: -3px;
      border-radius: 50%;
      background-color: #FF9800;
}
.sweet-modal-icon.sweet-modal-info {
    border-color: #039BE5;
}
.sweet-modal-icon.sweet-modal-info::before {
      content: '';
      position: absolute;
      width: 5px;
      height: 29px;
      left: 50%;
      bottom: 17px;
      margin-left: -2px;
      border-radius: 2px;
      background-color: #039BE5;
}
.sweet-modal-icon.sweet-modal-info::after {
      content: '';
      position: absolute;
      width: 7px;
      height: 7px;
      top: 19px;
      margin-left: -3px;
      border-radius: 50%;
      background-color: #039BE5;
}
.sweet-modal-icon.sweet-modal-success {
    border-color: #4CAF50;
}
.sweet-modal-icon.sweet-modal-success::before, .sweet-modal-icon.sweet-modal-success::after {
      content: '';
      position: absolute;
      border-radius: 40px;
      width: 60px;
      height: 120px;
      background: white;
      transform: rotate(45deg);
}
.sweet-modal-icon.sweet-modal-success::before {
      border-radius: 120px 0 0 120px;
      top: -7px;
      left: -33px;
      transform: rotate(-45deg);
      transform-origin: 60px 60px;
}
.sweet-modal-icon.sweet-modal-success::after {
      border-radius: 0 120px 120px 0;
      top: -11px;
      left: 30px;
      transform: rotate(-45deg);
      transform-origin: 0px 60px;
}
.sweet-modal-icon.sweet-modal-success .sweet-modal-placeholder {
      box-sizing: content-box;
      position: absolute;
      left: -4px;
      top: -4px;
      z-index: 2;
      width: 80px;
      height: 80px;
      border: 4px solid rgba(76, 175, 80, 0.2);
      border-radius: 50%;
}
.sweet-modal-icon.sweet-modal-success .sweet-modal-fix {
      position: absolute;
      left: 28px;
      top: 8px;
      z-index: 1;
      width: 7px;
      height: 90px;
      background-color: white;
      transform: rotate(-45deg);
}
.sweet-modal-icon.sweet-modal-success .sweet-modal-line {
      display: block;
      position: absolute;
      z-index: 2;
      height: 5px;
      background-color: #4CAF50;
      border-radius: 2px;
}
.sweet-modal-icon.sweet-modal-success .sweet-modal-line.sweet-modal-tip {
        width: 25px;
        left: 14px;
        top: 46px;
        transform: rotate(45deg);
}
.sweet-modal-icon.sweet-modal-success .sweet-modal-line.sweet-modal-long {
        width: 47px;
        right: 8px;
        top: 38px;
        transform: rotate(-45deg);
}
.sweet-modal-icon.sweet-modal-custom {
    border-radius: 0;
    border: none;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.sweet-modal.theme-dark .sweet-modal-icon.sweet-modal-success::before, .sweet-modal.theme-dark .sweet-modal-icon.sweet-modal-success::after,
.sweet-modal.theme-dark .sweet-modal-icon.sweet-modal-success .sweet-modal-fix {
  background-color: #182028;
}
.sweet-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9001;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: opacity 0.3s;
  transform: translate3D(0, 0, 0);
  -webkit-perspective: 500px;
}
.sweet-modal-overlay.theme-dark {
    background: rgba(24, 32, 40, 0.94);
}
.sweet-modal-overlay.is-visible {
    opacity: 1;
}
.sweet-modal {
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 8px 46px rgba(0, 0, 0, 0.08), 0px 2px 6px rgba(0, 0, 0, 0.03);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 640px;
  max-height: 100vh;
  overflow-y: auto;
  border-radius: 2px;
  transform: scale(0.9) translate(calc(-50% - 32px), -50%);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  transition-delay: 0.05s;
  transition-timing-function: cubic-bezier(0.52, 0.02, 0.19, 1.02);
}
.sweet-modal .sweet-box-actions {
    position: absolute;
    top: 12px;
    right: 12px;
}
.sweet-modal .sweet-box-actions .sweet-action-close {
      display: inline-block;
      cursor: pointer;
      color: #222C38;
      text-align: center;
      width: 42px;
      height: 42px;
      line-height: 42px;
      border-radius: 50%;
}
.sweet-modal .sweet-box-actions .sweet-action-close svg {
        width: 24px;
        height: 24px;
        vertical-align: middle;
        margin-top: -2px;
}
.sweet-modal .sweet-box-actions .sweet-action-close svg path,
        .sweet-modal .sweet-box-actions .sweet-action-close svg polygon,
        .sweet-modal .sweet-box-actions .sweet-action-close svg rect,
        .sweet-modal .sweet-box-actions .sweet-action-close svg circle {
          fill: currentColor;
}
.sweet-modal .sweet-box-actions .sweet-action-close svg {
          fill: currentColor;
}
.sweet-modal .sweet-box-actions .sweet-action-close:hover {
        background: #039BE5;
        color: #fff;
}
.sweet-modal .sweet-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 64px;
    line-height: 64px;
    border-bottom: 1px solid #eaeaea;
    padding-left: 32px;
    padding-right: 64px;
}
.sweet-modal .sweet-title > h2 {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      margin: 0;
      padding: 0;
      font-weight: 500;
      font-size: 22px;
}
.sweet-modal ul.sweet-modal-tabs {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    width: calc(100% + 32px);
    height: 100%;
    margin-left: -32px;
    overflow-x: auto;
}
.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab {
      display: block;
      height: 100%;
}
.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: flex;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
        color: #222C38;
        text-decoration: none;
        text-align: center;
        height: 100%;
}
.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-title {
          display: block;
}
.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon {
          display: block;
          line-height: 1.0;
}
.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon svg, .sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon img {
            width: 16px;
            height: 16px;
}
.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon svg path,
            .sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon svg polygon,
            .sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon svg rect,
            .sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon svg circle, .sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon img path,
            .sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon img polygon,
            .sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon img rect,
            .sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon img circle {
              fill: currentColor;
}
.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon svg, .sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon img {
              fill: currentColor;
}
.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon + span.sweet-modal-tab-title {
          line-height: 1.0;
          margin-top: 8px;
}
.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab:first-child a {
        padding-left: 32px;
}
.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab.active a {
        font-weight: 600;
        color: #039BE5;
}
.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab.disabled a {
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        cursor: default;
        pointer-events: none;
        color: #999;
}
.sweet-modal.has-tabs:not(.has-title) .sweet-title {
    height: 84px;
    line-height: 84px;
}
.sweet-modal.has-tabs.has-title ul.sweet-modal-tabs {
    width: 100%;
    height: 48px;
    margin: 0;
    border-bottom: 1px solid #eaeaea;
}
.sweet-modal.has-tabs.has-title ul.sweet-modal-tabs li.sweet-modal-tab a {
      margin-top: -4px;
}
.sweet-modal.has-tabs.has-title ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon {
        display: inline-block;
}
.sweet-modal.has-tabs.has-title ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon svg, .sweet-modal.has-tabs.has-title ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon img {
          vertical-align: middle;
          margin-top: -2px;
          margin-right: 8px;
}
.sweet-modal.has-tabs.has-title ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-title {
        display: inline-block;
}
.sweet-modal .sweet-content {
    display: flex;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 24px;
    padding-bottom: 24px;
    line-height: 1.5;
}
.sweet-modal .sweet-content .sweet-content-content {
      flex-grow: 1;
}
.sweet-modal .sweet-content .sweet-modal-tab:not(.active) {
      display: none;
}
.sweet-modal .sweet-content .sweet-modal-icon {
      margin-bottom: 36px;
}
.sweet-modal .sweet-buttons {
    text-align: right;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.sweet-modal .sweet-content + .sweet-buttons {
    border-top: 1px solid #eaeaea;
}
.sweet-modal.is-alert .sweet-content {
    display: block;
    text-align: center;
    font-size: 16px;
    padding-top: 64px;
    padding-bottom: 64px;
}
.sweet-modal.has-tabs.has-icon .sweet-content {
    padding-top: 32px;
    padding-bottom: 32px;
}
.sweet-modal.has-tabs.has-icon .sweet-content .sweet-content-content {
      padding-left: 32px;
}
.sweet-modal.has-tabs.has-icon .sweet-content .sweet-modal-icon {
      margin-bottom: 0;
}
.sweet-modal:not(.has-content) .sweet-modal-icon {
    margin-bottom: 0;
}
.sweet-modal.theme-dark {
    background: #182028;
    color: #fff;
}
.sweet-modal.theme-dark .sweet-box-actions .sweet-action-close {
      color: #fff;
}
.sweet-modal.theme-dark .sweet-title {
      border-bottom-color: #090c0f;
      box-shadow: 0px 1px 0px #273442;
}
.sweet-modal.theme-dark ul.sweet-modal-tabs li a {
      color: #fff;
}
.sweet-modal.theme-dark ul.sweet-modal-tabs li.active a {
      color: #039BE5;
}
.sweet-modal.theme-dark ul.sweet-modal-tabs li.disabled a {
      color: #3e5368;
}
.sweet-modal.theme-dark.has-tabs.has-title ul.sweet-modal-tabs {
      border-bottom-color: #090c0f;
      box-shadow: 0px 1px 0px #273442;
}
.sweet-modal.theme-dark .sweet-content + .sweet-buttons {
      border-top-color: #273442;
      box-shadow: 0px -1px 0px #090c0f;
}
.sweet-modal .sweet-buttons,
  .sweet-modal .sweet-content {
    opacity: 0;
    transition-property: transform, opacity;
    transition-duration: 0.3s;
    transition-delay: 0.09s;
    transition-timing-function: cubic-bezier(0.52, 0.02, 0.19, 1.02);
}
.sweet-modal .sweet-content {
    transform: translateY(-8px);
}
.sweet-modal .sweet-buttons {
    transform: translateY(16px);
}
.sweet-modal.is-visible {
    transform: translate(-50%, -50%);
    opacity: 1;
}
.sweet-modal.is-visible .sweet-buttons,
    .sweet-modal.is-visible .sweet-content {
      transform: none;
      opacity: 1;
}
.sweet-modal.bounce {
    animation-name: bounce;
    animation-duration: 0.3s;
    animation-iteration-count: 2;
    animation-direction: alternate;
}
@media screen and (min-width: 601px) {
@keyframes bounce {
0% {
        transform: scale(1) translate(-50%, -50%);
}
50% {
        transform: scale(1.02) translate(calc(-50% + 8px), -50%);
}
100% {
        transform: scale(1) translate(-50%, -50%);
}
}
}
@media screen and (max-width: 600px) {
.sweet-modal.is-mobile-fullscreen {
      width: 100%;
      height: 100vh;
      left: 0;
      top: 0;
      transform: scale(0.9);
}
.sweet-modal.is-mobile-fullscreen.is-visible {
        transform: none;
}
.sweet-modal.is-mobile-fullscreen .sweet-buttons {
      box-sizing: border-box;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
}
}

@charset "UTF-8";
/* stylelint-disable */
.single-product__data[data-v-35171425] {
  display: grid;
  grid-template-columns: 0.3fr 0.5fr 0.2fr;
  gap: 4rem;
}
.back-button[data-v-35171425] {
  padding: 1rem 2rem;
  color: white;
  background-color: #797979;
  display: flex;
}
.back-button[data-v-35171425]:before {
    content: "‹";
    display: block;
    margin-right: 0.5rem;
}
.product-name[data-v-35171425] {
  margin-bottom: 2rem;
}

/* stylelint-disable */
.pagination-row {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 0 2rem;
}
.pagination-row > div .vs--single.vs--open .vs__selected {
    position: relative;
}
.pagination-row > div .vs5__listbox {
    width: 100%;
}
.pagination-row > div .vs--searchable {
    padding: 0 1rem;
}
.pagination-row > div .vs--single {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pagination-row > div .vs--single ul {
      position: absolute;
      top: 100%;
      right: 0;
      left: inherit;
      z-index: 9;
      width: 100%;
      font-size: 1.6rem;
      background-color: white;
      border: 1px solid black;
      border-radius: 0 0 1rem 1rem;
}
.pagination-row > div .vs--single.vs--open .vs__dropdown-toggle {
      border-bottom: 0;
      border-radius: 1rem 1rem 0 0;
}
.pagination-row > div .vs__actions svg {
    transform: scale(0.6);
}
.pagination-row > div .vs__dropdown-menu {
    padding: 0;
}
.pagination-row > div .vs__dropdown-option {
    padding: 1rem 2rem;
    white-space: wrap;
}
.pagination-row > div .vs__dropdown-option--highlight {
      color: white;
      background-color: #006646;
}
.pagination-row > div .vs__dropdown-toggle {
    display: flex;
    gap: 4rem;
    align-items: center;
    padding: 1rem 1.4rem 1rem 2rem;
    background: none;
    border: 1px solid black;
    border-radius: 1rem;
    white-space: normal;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
@media screen and (max-width: 700px) {
.pagination-row > div .vs__dropdown-toggle {
        width: 100%;
        justify-content: space-between;
}
}
.pagination-row > div .vs__selected-options {
    display: flex;
    line-height: 100%;
}
.pagination-row > div .vs__selected-options input {
      display: none;
}
.pagination-row .select-page button.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.pagination-row .pagination {
    display: flex;
}
.pagination-row .pagination-item {
      padding: 0 1rem;
      align-self: center;
}
.pagination-row .select-view button {
    opacity: 0.9;
    transition: all .3s ease-in-out;
}
.pagination-row .select-view button:not(.selected) {
      opacity: 0.3;
}
.pagination-row .select-view button:hover {
      opacity: 1;
}

/* stylelint-disable */
.categories .category[data-v-175377c8] {
  margin: 0.5rem 0;
}
.categories .category .expander[data-v-175377c8] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.categories .category .expander label.faded[data-v-175377c8] {
      pointer-events: none;
      opacity: 0.3;
}
.categories .category .expander label input[data-v-175377c8] {
      display: none;
}
.categories .category .expander__helper[data-v-175377c8] {
      margin-left: 1rem;
}
.categories .category .expander__helper--no-sub[data-v-175377c8], .categories .category .expander__helper--collapsed[data-v-175377c8], .categories .category .expander__helper--expanded[data-v-175377c8] {
        height: 2rem;
        width: 2rem;
        border-radius: 10rem;
        display: inline-flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        padding: 0;
        line-height: 1;
        font-size: 0;
        position: relative;
}
.categories .category .expander__helper--collapsed[data-v-175377c8]:before, .categories .category .expander__helper--expanded[data-v-175377c8]:before {
        content: "";
        width: 1rem;
        height: 0.2rem;
        display: block;
}
.categories .category .expander__helper--collapsed[data-v-175377c8] {
        color: #fff;
}
.categories .category .expander__helper--collapsed[data-v-175377c8]:after {
          content: "";
          width: 0.2rem;
          height: 1rem;
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
}

/* stylelint-disable */
.ad-image[data-v-4096ac8e] {
  width: 300px;
  max-width: 100%;
  height: auto;
  margin: 2rem auto;
  display: block;
}

/* stylelint-disable */
/**
    Support for SASS is deprecated as of v3.18.

    The files remain here if your build is dependent on them
    but they will not receive updates in future releases. All
    SASS variables have been translated into CSS variables, so
    migration should be quite simple if you'd like to move over.

    In v4, these files will be removed.
 */
.v-select[data-v-7ba5bd90] {
  position: relative;
  font-family: inherit;
}
.v-select[data-v-7ba5bd90],
.v-select *[data-v-7ba5bd90] {
  box-sizing: border-box;
}

/* KeyFrames */
@keyframes vSelectSpinner-7ba5bd90 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

/* Dropdown Default Transition */
.vs__fade-enter-active[data-v-7ba5bd90],
.vs__fade-leave-active[data-v-7ba5bd90] {
  pointer-events: none;
  transition: opacity 0.15s cubic-bezier(1, 0.5, 0.8, 1);
}
.vs__fade-enter[data-v-7ba5bd90],
.vs__fade-leave-to[data-v-7ba5bd90] {
  opacity: 0;
}

/** Component States */
/*
 * Disabled
 *
 * When the component is disabled, all interaction
 * should be prevented. Here we modify the bg color,
 * and change the cursor displayed on the interactive
 * components.
 */
.vs--disabled .vs__dropdown-toggle[data-v-7ba5bd90],
.vs--disabled .vs__clear[data-v-7ba5bd90],
.vs--disabled .vs__search[data-v-7ba5bd90],
.vs--disabled .vs__selected[data-v-7ba5bd90],
.vs--disabled .vs__open-indicator[data-v-7ba5bd90] {
  cursor: not-allowed;
  background-color: #f8f8f8;
}

/*
 *  RTL - Right to Left Support
 *
 *  Because we're using a flexbox layout, the `dir="rtl"`
 *  HTML attribute does most of the work for us by
 *  rearranging the child elements visually.
 */
.v-select[dir="rtl"] .vs__actions[data-v-7ba5bd90] {
  padding: 0 3px 0 6px;
}
.v-select[dir="rtl"] .vs__clear[data-v-7ba5bd90] {
  margin-left: 6px;
  margin-right: 0;
}
.v-select[dir="rtl"] .vs__deselect[data-v-7ba5bd90] {
  margin-left: 0;
  margin-right: 2px;
}
.v-select[dir="rtl"] .vs__dropdown-menu[data-v-7ba5bd90] {
  text-align: right;
}

/**
    Dropdown Toggle

    The dropdown toggle is the primary wrapper of the component. It
    has two direct descendants: .vs__selected-options, and .vs__actions.

    .vs__selected-options holds the .vs__selected's as well as the
    main search input.

    .vs__actions holds the clear button and dropdown toggle.
 */
.vs__dropdown-toggle[data-v-7ba5bd90] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  gap: 4rem;
  align-items: center;
  padding: 1rem 1.4rem 1rem 2rem;
  background: none;
  border: 1px solid black;
  border-radius: 1rem;
  white-space: normal;
}
@media screen and (max-width: 700px) {
.vs__dropdown-toggle[data-v-7ba5bd90] {
      justify-content: space-between;
      width: 100%;
}
}
.vs__selected-options[data-v-7ba5bd90] {
  display: flex;
  line-height: 100%;
}
.vs__selected-options input[data-v-7ba5bd90] {
    display: none;
}
.vs__actions[data-v-7ba5bd90] {
  display: flex;
  align-items: center;
}

/* Dropdown Toggle States */
.vs--searchable .vs__dropdown-toggle[data-v-7ba5bd90] {
  cursor: text;
}
.vs--unsearchable .vs__dropdown-toggle[data-v-7ba5bd90] {
  cursor: pointer;
}
.vs--open .vs__dropdown-toggle[data-v-7ba5bd90] {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vs__open-indicator[data-v-7ba5bd90] {
  fill: rgba(60, 60, 60, 0.5);
  transform: scale(1);
  transition: transform 150ms cubic-bezier(1, -0.115, 0.975, 0.855);
  transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
}
.vs--open .vs__open-indicator[data-v-7ba5bd90] {
  transform: rotate(180deg) scale(1);
}
.vs--loading .vs__open-indicator[data-v-7ba5bd90] {
  opacity: 0;
}

/* Clear Button */
.vs__clear[data-v-7ba5bd90] {
  fill: rgba(60, 60, 60, 0.5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px;
}

/* Dropdown Menu */
.vs__dropdown-menu[data-v-7ba5bd90] {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-top-style: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff;
}
.vs__no-options[data-v-7ba5bd90] {
  text-align: center;
}

/* List Items */
.vs__dropdown-option[data-v-7ba5bd90] {
  line-height: 1.42857143;
  /* Normalize line height */
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  /* Overrides most CSS frameworks */
  white-space: nowrap;
  cursor: pointer;
}
.vs__dropdown-option--highlight[data-v-7ba5bd90] {
  background: #5897fb;
  color: #fff;
}
.vs__dropdown-option--deselect[data-v-7ba5bd90] {
  background: #fb5858;
  color: #fff;
}
.vs__dropdown-option--disabled[data-v-7ba5bd90] {
  background: inherit;
  color: rgba(60, 60, 60, 0.5);
  cursor: inherit;
}

/* Selected Tags */
.vs__selected[data-v-7ba5bd90] {
  display: flex;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-radius: 4px;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.4;
}
.vs__deselect[data-v-7ba5bd90] {
  display: inline-flex;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, 0.5);
  text-shadow: 0 1px 0 #fff;
}

/* States */
.vs--single .vs__selected[data-v-7ba5bd90] {
  background-color: transparent;
  border-color: transparent;
}
.vs--single.vs--open .vs__selected[data-v-7ba5bd90],
.vs--single.vs--loading .vs__selected[data-v-7ba5bd90] {
  position: absolute;
  opacity: .4;
}
.vs--single.vs--searching .vs__selected[data-v-7ba5bd90] {
  display: none;
}

/* Search Input */
/**
 * Super weird bug... If this declaration is grouped
 * below, the cancel button will still appear in chrome.
 * If it's up here on it's own, it'll hide it.
 */
.vs__search[data-v-7ba5bd90]::-webkit-search-cancel-button {
  display: none;
}
.vs__search[data-v-7ba5bd90]::-webkit-search-decoration,
.vs__search[data-v-7ba5bd90]::-webkit-search-results-button,
.vs__search[data-v-7ba5bd90]::-webkit-search-results-decoration,
.vs__search[data-v-7ba5bd90]::-ms-clear {
  display: none;
}
.vs__search[data-v-7ba5bd90],
.vs__search[data-v-7ba5bd90]:focus {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1.4;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0 0;
  padding: 0 7px;
  background: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  flex-grow: 1;
  z-index: 1;
}
.vs__search[data-v-7ba5bd90]::-moz-placeholder {
  color: inherit;
}
.vs__search[data-v-7ba5bd90]::placeholder {
  color: inherit;
}

/**
    States
 */
.vs--unsearchable .vs__search[data-v-7ba5bd90] {
  opacity: 1;
}
.vs--unsearchable:not(.vs--disabled) .vs__search[data-v-7ba5bd90] {
  cursor: pointer;
}
.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search[data-v-7ba5bd90] {
  opacity: .2;
}

/* Loading Spinner */
.vs__spinner[data-v-7ba5bd90] {
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border-top: 0.9em solid rgba(100, 100, 100, 0.1);
  border-right: 0.9em solid rgba(100, 100, 100, 0.1);
  border-bottom: 0.9em solid rgba(100, 100, 100, 0.1);
  border-left: 0.9em solid rgba(60, 60, 60, 0.45);
  transform: translateZ(0);
  animation: vSelectSpinner-7ba5bd90 1.1s infinite linear;
  transition: opacity .1s;
}
.vs__spinner[data-v-7ba5bd90],
.vs__spinner[data-v-7ba5bd90]:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

/* Loading Spinner States */
.vs--loading .vs__spinner[data-v-7ba5bd90] {
  opacity: 1;
}
.fade-enter-active[data-v-7ba5bd90],
.fade-leave-active[data-v-7ba5bd90] {
  transition: opacity 0.3s;
}
.fade-enter[data-v-7ba5bd90],
.fade-leave-to[data-v-7ba5bd90] {
  opacity: 0;
}
.sidebar-overlay[data-v-7ba5bd90] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 8;
  display: none;
}
.sidebar-overlay.active[data-v-7ba5bd90] {
  display: block;
}

/* stylelint-disable */
/**
    Support for SASS is deprecated as of v3.18.

    The files remain here if your build is dependent on them
    but they will not receive updates in future releases. All
    SASS variables have been translated into CSS variables, so
    migration should be quite simple if you'd like to move over.

    In v4, these files will be removed.
 */
.v-select[data-v-c68ff51a] {
  position: relative;
  font-family: inherit;
}
.v-select[data-v-c68ff51a],
.v-select *[data-v-c68ff51a] {
  box-sizing: border-box;
}

/* KeyFrames */
@keyframes vSelectSpinner-c68ff51a {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

/* Dropdown Default Transition */
.vs__fade-enter-active[data-v-c68ff51a],
.vs__fade-leave-active[data-v-c68ff51a] {
  pointer-events: none;
  transition: opacity 0.15s cubic-bezier(1, 0.5, 0.8, 1);
}
.vs__fade-enter[data-v-c68ff51a],
.vs__fade-leave-to[data-v-c68ff51a] {
  opacity: 0;
}

/** Component States */
/*
 * Disabled
 *
 * When the component is disabled, all interaction
 * should be prevented. Here we modify the bg color,
 * and change the cursor displayed on the interactive
 * components.
 */
.vs--disabled .vs__dropdown-toggle[data-v-c68ff51a],
.vs--disabled .vs__clear[data-v-c68ff51a],
.vs--disabled .vs__search[data-v-c68ff51a],
.vs--disabled .vs__selected[data-v-c68ff51a],
.vs--disabled .vs__open-indicator[data-v-c68ff51a] {
  cursor: not-allowed;
  background-color: #f8f8f8;
}

/*
 *  RTL - Right to Left Support
 *
 *  Because we're using a flexbox layout, the `dir="rtl"`
 *  HTML attribute does most of the work for us by
 *  rearranging the child elements visually.
 */
.v-select[dir="rtl"] .vs__actions[data-v-c68ff51a] {
  padding: 0 3px 0 6px;
}
.v-select[dir="rtl"] .vs__clear[data-v-c68ff51a] {
  margin-left: 6px;
  margin-right: 0;
}
.v-select[dir="rtl"] .vs__deselect[data-v-c68ff51a] {
  margin-left: 0;
  margin-right: 2px;
}
.v-select[dir="rtl"] .vs__dropdown-menu[data-v-c68ff51a] {
  text-align: right;
}

/**
    Dropdown Toggle

    The dropdown toggle is the primary wrapper of the component. It
    has two direct descendants: .vs__selected-options, and .vs__actions.

    .vs__selected-options holds the .vs__selected's as well as the
    main search input.

    .vs__actions holds the clear button and dropdown toggle.
 */
.vs__dropdown-toggle[data-v-c68ff51a] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  gap: 4rem;
  align-items: center;
  padding: 1rem 1.4rem 1rem 2rem;
  background: none;
  border: 1px solid black;
  border-radius: 1rem;
  white-space: normal;
}
@media screen and (max-width: 700px) {
.vs__dropdown-toggle[data-v-c68ff51a] {
      justify-content: space-between;
      width: 100%;
}
}
.vs__selected-options[data-v-c68ff51a] {
  display: flex;
  line-height: 100%;
}
.vs__selected-options input[data-v-c68ff51a] {
    display: none;
}
.vs__actions[data-v-c68ff51a] {
  display: flex;
  align-items: center;
}

/* Dropdown Toggle States */
.vs--searchable .vs__dropdown-toggle[data-v-c68ff51a] {
  cursor: text;
}
.vs--unsearchable .vs__dropdown-toggle[data-v-c68ff51a] {
  cursor: pointer;
}
.vs--open .vs__dropdown-toggle[data-v-c68ff51a] {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vs__open-indicator[data-v-c68ff51a] {
  fill: rgba(60, 60, 60, 0.5);
  transform: scale(1);
  transition: transform 150ms cubic-bezier(1, -0.115, 0.975, 0.855);
  transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
}
.vs--open .vs__open-indicator[data-v-c68ff51a] {
  transform: rotate(180deg) scale(1);
}
.vs--loading .vs__open-indicator[data-v-c68ff51a] {
  opacity: 0;
}

/* Clear Button */
.vs__clear[data-v-c68ff51a] {
  fill: rgba(60, 60, 60, 0.5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px;
}

/* Dropdown Menu */
.vs__dropdown-menu[data-v-c68ff51a] {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-top-style: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff;
}
.vs__no-options[data-v-c68ff51a] {
  text-align: center;
}

/* List Items */
.vs__dropdown-option[data-v-c68ff51a] {
  line-height: 1.42857143;
  /* Normalize line height */
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  /* Overrides most CSS frameworks */
  white-space: nowrap;
  cursor: pointer;
}
.vs__dropdown-option--highlight[data-v-c68ff51a] {
  background: #5897fb;
  color: #fff;
}
.vs__dropdown-option--deselect[data-v-c68ff51a] {
  background: #fb5858;
  color: #fff;
}
.vs__dropdown-option--disabled[data-v-c68ff51a] {
  background: inherit;
  color: rgba(60, 60, 60, 0.5);
  cursor: inherit;
}

/* Selected Tags */
.vs__selected[data-v-c68ff51a] {
  display: flex;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-radius: 4px;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.4;
}
.vs__deselect[data-v-c68ff51a] {
  display: inline-flex;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, 0.5);
  text-shadow: 0 1px 0 #fff;
}

/* States */
.vs--single .vs__selected[data-v-c68ff51a] {
  background-color: transparent;
  border-color: transparent;
}
.vs--single.vs--open .vs__selected[data-v-c68ff51a],
.vs--single.vs--loading .vs__selected[data-v-c68ff51a] {
  position: absolute;
  opacity: .4;
}
.vs--single.vs--searching .vs__selected[data-v-c68ff51a] {
  display: none;
}

/* Search Input */
/**
 * Super weird bug... If this declaration is grouped
 * below, the cancel button will still appear in chrome.
 * If it's up here on it's own, it'll hide it.
 */
.vs__search[data-v-c68ff51a]::-webkit-search-cancel-button {
  display: none;
}
.vs__search[data-v-c68ff51a]::-webkit-search-decoration,
.vs__search[data-v-c68ff51a]::-webkit-search-results-button,
.vs__search[data-v-c68ff51a]::-webkit-search-results-decoration,
.vs__search[data-v-c68ff51a]::-ms-clear {
  display: none;
}
.vs__search[data-v-c68ff51a],
.vs__search[data-v-c68ff51a]:focus {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1.4;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0 0;
  padding: 0 7px;
  background: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  flex-grow: 1;
  z-index: 1;
}
.vs__search[data-v-c68ff51a]::-moz-placeholder {
  color: inherit;
}
.vs__search[data-v-c68ff51a]::placeholder {
  color: inherit;
}

/**
    States
 */
.vs--unsearchable .vs__search[data-v-c68ff51a] {
  opacity: 1;
}
.vs--unsearchable:not(.vs--disabled) .vs__search[data-v-c68ff51a] {
  cursor: pointer;
}
.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search[data-v-c68ff51a] {
  opacity: .2;
}

/* Loading Spinner */
.vs__spinner[data-v-c68ff51a] {
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border-top: 0.9em solid rgba(100, 100, 100, 0.1);
  border-right: 0.9em solid rgba(100, 100, 100, 0.1);
  border-bottom: 0.9em solid rgba(100, 100, 100, 0.1);
  border-left: 0.9em solid rgba(60, 60, 60, 0.45);
  transform: translateZ(0);
  animation: vSelectSpinner-c68ff51a 1.1s infinite linear;
  transition: opacity .1s;
}
.vs__spinner[data-v-c68ff51a],
.vs__spinner[data-v-c68ff51a]:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

/* Loading Spinner States */
.vs--loading .vs__spinner[data-v-c68ff51a] {
  opacity: 1;
}
.fade-enter-active[data-v-c68ff51a],
.fade-leave-active[data-v-c68ff51a] {
  transition: opacity 0.3s;
}
.fade-enter[data-v-c68ff51a],
.fade-leave-to[data-v-c68ff51a] {
  opacity: 0;
}
.sidebar-overlay[data-v-c68ff51a] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 8;
  display: none;
}
.sidebar-overlay.active[data-v-c68ff51a] {
  display: block;
}

/* stylelint-disable */
/**
    Support for SASS is deprecated as of v3.18.

    The files remain here if your build is dependent on them
    but they will not receive updates in future releases. All
    SASS variables have been translated into CSS variables, so
    migration should be quite simple if you'd like to move over.

    In v4, these files will be removed.
 */
.v-select[data-v-1afd4b26] {
  position: relative;
  font-family: inherit;
}
.v-select[data-v-1afd4b26],
.v-select *[data-v-1afd4b26] {
  box-sizing: border-box;
}

/* KeyFrames */
@keyframes vSelectSpinner-1afd4b26 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

/* Dropdown Default Transition */
.vs__fade-enter-active[data-v-1afd4b26],
.vs__fade-leave-active[data-v-1afd4b26] {
  pointer-events: none;
  transition: opacity 0.15s cubic-bezier(1, 0.5, 0.8, 1);
}
.vs__fade-enter[data-v-1afd4b26],
.vs__fade-leave-to[data-v-1afd4b26] {
  opacity: 0;
}

/** Component States */
/*
 * Disabled
 *
 * When the component is disabled, all interaction
 * should be prevented. Here we modify the bg color,
 * and change the cursor displayed on the interactive
 * components.
 */
.vs--disabled .vs__dropdown-toggle[data-v-1afd4b26],
.vs--disabled .vs__clear[data-v-1afd4b26],
.vs--disabled .vs__search[data-v-1afd4b26],
.vs--disabled .vs__selected[data-v-1afd4b26],
.vs--disabled .vs__open-indicator[data-v-1afd4b26] {
  cursor: not-allowed;
  background-color: #f8f8f8;
}

/*
 *  RTL - Right to Left Support
 *
 *  Because we're using a flexbox layout, the `dir="rtl"`
 *  HTML attribute does most of the work for us by
 *  rearranging the child elements visually.
 */
.v-select[dir="rtl"] .vs__actions[data-v-1afd4b26] {
  padding: 0 3px 0 6px;
}
.v-select[dir="rtl"] .vs__clear[data-v-1afd4b26] {
  margin-left: 6px;
  margin-right: 0;
}
.v-select[dir="rtl"] .vs__deselect[data-v-1afd4b26] {
  margin-left: 0;
  margin-right: 2px;
}
.v-select[dir="rtl"] .vs__dropdown-menu[data-v-1afd4b26] {
  text-align: right;
}

/**
    Dropdown Toggle

    The dropdown toggle is the primary wrapper of the component. It
    has two direct descendants: .vs__selected-options, and .vs__actions.

    .vs__selected-options holds the .vs__selected's as well as the
    main search input.

    .vs__actions holds the clear button and dropdown toggle.
 */
.vs__dropdown-toggle[data-v-1afd4b26] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  gap: 4rem;
  align-items: center;
  padding: 1rem 1.4rem 1rem 2rem;
  background: none;
  border: 1px solid black;
  border-radius: 1rem;
  white-space: normal;
}
@media screen and (max-width: 700px) {
.vs__dropdown-toggle[data-v-1afd4b26] {
      justify-content: space-between;
      width: 100%;
}
}
.vs__selected-options[data-v-1afd4b26] {
  display: flex;
  line-height: 100%;
}
.vs__selected-options input[data-v-1afd4b26] {
    display: none;
}
.vs__actions[data-v-1afd4b26] {
  display: flex;
  align-items: center;
}

/* Dropdown Toggle States */
.vs--searchable .vs__dropdown-toggle[data-v-1afd4b26] {
  cursor: text;
}
.vs--unsearchable .vs__dropdown-toggle[data-v-1afd4b26] {
  cursor: pointer;
}
.vs--open .vs__dropdown-toggle[data-v-1afd4b26] {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vs__open-indicator[data-v-1afd4b26] {
  fill: rgba(60, 60, 60, 0.5);
  transform: scale(1);
  transition: transform 150ms cubic-bezier(1, -0.115, 0.975, 0.855);
  transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
}
.vs--open .vs__open-indicator[data-v-1afd4b26] {
  transform: rotate(180deg) scale(1);
}
.vs--loading .vs__open-indicator[data-v-1afd4b26] {
  opacity: 0;
}

/* Clear Button */
.vs__clear[data-v-1afd4b26] {
  fill: rgba(60, 60, 60, 0.5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px;
}

/* Dropdown Menu */
.vs__dropdown-menu[data-v-1afd4b26] {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-top-style: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff;
}
.vs__no-options[data-v-1afd4b26] {
  text-align: center;
}

/* List Items */
.vs__dropdown-option[data-v-1afd4b26] {
  line-height: 1.42857143;
  /* Normalize line height */
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  /* Overrides most CSS frameworks */
  white-space: nowrap;
  cursor: pointer;
}
.vs__dropdown-option--highlight[data-v-1afd4b26] {
  background: #5897fb;
  color: #fff;
}
.vs__dropdown-option--deselect[data-v-1afd4b26] {
  background: #fb5858;
  color: #fff;
}
.vs__dropdown-option--disabled[data-v-1afd4b26] {
  background: inherit;
  color: rgba(60, 60, 60, 0.5);
  cursor: inherit;
}

/* Selected Tags */
.vs__selected[data-v-1afd4b26] {
  display: flex;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-radius: 4px;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.4;
}
.vs__deselect[data-v-1afd4b26] {
  display: inline-flex;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, 0.5);
  text-shadow: 0 1px 0 #fff;
}

/* States */
.vs--single .vs__selected[data-v-1afd4b26] {
  background-color: transparent;
  border-color: transparent;
}
.vs--single.vs--open .vs__selected[data-v-1afd4b26],
.vs--single.vs--loading .vs__selected[data-v-1afd4b26] {
  position: absolute;
  opacity: .4;
}
.vs--single.vs--searching .vs__selected[data-v-1afd4b26] {
  display: none;
}

/* Search Input */
/**
 * Super weird bug... If this declaration is grouped
 * below, the cancel button will still appear in chrome.
 * If it's up here on it's own, it'll hide it.
 */
.vs__search[data-v-1afd4b26]::-webkit-search-cancel-button {
  display: none;
}
.vs__search[data-v-1afd4b26]::-webkit-search-decoration,
.vs__search[data-v-1afd4b26]::-webkit-search-results-button,
.vs__search[data-v-1afd4b26]::-webkit-search-results-decoration,
.vs__search[data-v-1afd4b26]::-ms-clear {
  display: none;
}
.vs__search[data-v-1afd4b26],
.vs__search[data-v-1afd4b26]:focus {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1.4;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0 0;
  padding: 0 7px;
  background: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  flex-grow: 1;
  z-index: 1;
}
.vs__search[data-v-1afd4b26]::-moz-placeholder {
  color: inherit;
}
.vs__search[data-v-1afd4b26]::placeholder {
  color: inherit;
}

/**
    States
 */
.vs--unsearchable .vs__search[data-v-1afd4b26] {
  opacity: 1;
}
.vs--unsearchable:not(.vs--disabled) .vs__search[data-v-1afd4b26] {
  cursor: pointer;
}
.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search[data-v-1afd4b26] {
  opacity: .2;
}

/* Loading Spinner */
.vs__spinner[data-v-1afd4b26] {
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border-top: 0.9em solid rgba(100, 100, 100, 0.1);
  border-right: 0.9em solid rgba(100, 100, 100, 0.1);
  border-bottom: 0.9em solid rgba(100, 100, 100, 0.1);
  border-left: 0.9em solid rgba(60, 60, 60, 0.45);
  transform: translateZ(0);
  animation: vSelectSpinner-1afd4b26 1.1s infinite linear;
  transition: opacity .1s;
}
.vs__spinner[data-v-1afd4b26],
.vs__spinner[data-v-1afd4b26]:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

/* Loading Spinner States */
.vs--loading .vs__spinner[data-v-1afd4b26] {
  opacity: 1;
}
.fade-enter-active[data-v-1afd4b26],
.fade-leave-active[data-v-1afd4b26] {
  transition: opacity 0.3s;
}
.fade-enter[data-v-1afd4b26],
.fade-leave-to[data-v-1afd4b26] {
  opacity: 0;
}
.sidebar-overlay[data-v-1afd4b26] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 8;
  display: none;
}
.sidebar-overlay.active[data-v-1afd4b26] {
  display: block;
}

