.stories-fs{position:relative;padding:20px 0;overflow:hidden}.stories-fs__bg{height:100%;background-color:#c94141}.stories-fs.fade{-webkit-animation:fadeAnim 1s ease;animation:fadeAnim 1s ease}@-webkit-keyframes fadeAnim{from{opacity:0}to{opacity:1}}@keyframes fadeAnim{from{opacity:0}to{opacity:1}}.stories-fs__wrapper.fullscreen{position:fixed;z-index:1000;padding:0;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.8)}.stories-fs__wrapper.fullscreen .stories-fs__btn-close{display:block}.stories-fs__wrapper.fullscreen .stories-fs__sub-wrapper{display:block}.stories-fs__wrapper.fullscreen .stories-fs__slide{-ms-flex-preferred-size:100% !important;flex-basis:100% !important}.stories-fs__wrapper.fullscreen .stories-fs__slide{min-height:100vh;padding:40px 60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(max-width: 768px){.stories-fs__wrapper.fullscreen .stories-fs__slide{padding:40px 0}}.stories-fs__wrapper.fullscreen .stories-fs__slide:hover{border:1px solid rgba(0,0,0,0) !important}.stories-fs__wrapper.fullscreen .stories-fs__preview{display:none}.stories-fs__wrapper.fullscreen .stories-fs__arrow--prev{left:6px}.stories-fs__wrapper.fullscreen .stories-fs__arrow--next{right:6px}.stories-fs__wrapper.fullscreen .stories-fs__btn-item{display:block;background-color:rgba(0,0,0,0)}@media(max-width: 768px){.stories-fs__wrapper.fullscreen .stories-fs__btn-item{display:block}}.stories-fs__wrapper.fullscreen .hide-arrows{display:block !important}.stories-fs__track{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.stories-fs__track.aspect-ratio .stories-fs__slide{border:1px solid rgba(0,0,0,0);border-radius:50%}.stories-fs__track.aspect-ratio .stories-fs__slide:hover{border:1px solid #e2e2e2}.stories-fs__track.aspect-ratio .stories-fs__preview:after{position:relative;display:block;content:"";z-index:10;width:100%;padding-bottom:100%}.stories-fs__track.aspect-ratio .stories-fs__preview img{position:absolute;top:0;left:0;border-radius:50%}.stories-fs__sub-wrapper{position:relative;max-width:520px;max-height:1000px;z-index:1000;top:0;left:0;width:100%;height:100%;display:none}@media(max-width: 768px){.stories-fs__sub-wrapper{max-width:96%}}.stories-fs__inner{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.stories-fs__inner.active{display:block}.stories-fs__inner.active img{opacity:1}.stories-fs__inner img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:4px;opacity:0;-webkit-transition:.2s;transition:.2s}.stories-fs__text{position:absolute;bottom:24px;width:96%;left:2%;background-color:#fff;padding:12px;border-radius:8px;text-align:center;line-height:110%}.stories-fs__date{position:absolute;bottom:0px;font-size:13px;color:blue;width:100%;text-align:center}.stories-fs__slide{position:relative;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;height:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px}.stories-fs__progress{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;z-index:2;top:20px;width:100%;height:4px;padding:0 6px;background-color:rgba(20,20,20,.6)}.stories-fs__progress.hide{display:none}.stories-fs__progress-item{cursor:pointer;position:relative;height:12px;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 4px;border-left:2px solid rgba(128,128,128,0);border-right:2px solid rgba(128,128,128,0)}.stories-fs__progress-item:before{position:absolute;content:"";top:0;left:0;width:100%;height:4px;background-color:rgba(184,184,184,.26)}.stories-fs__progress-bg{position:absolute;top:0;left:0;width:0;height:4px;border-radius:1px;background-color:#fff;-webkit-transition:.1;transition:.1}@-webkit-keyframes progressBG{from{width:0}to{width:100%}}@keyframes progressBG{from{width:0}to{width:100%}}.stories-fs__preview{position:relative;width:100%;height:100%;z-index:2;cursor:pointer}.stories-fs__preview img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.stories-fs__btn-close{cursor:pointer;position:fixed;z-index:1001;top:20px;right:20px;width:32px;height:32px;-webkit-transition:.25s;transition:.25s;border-radius:50%;background-color:rgba(255,255,255,.582);background-position:center center;background-repeat:no-repeat;background-size:50% 50%;background-image:url("data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" fill=\"none\"%3E%3Cpath d=\"M3.21898 2.15408L9.99698 8.92708L16.703 2.22208C17.16 1.81508 17.633 2.05808 17.822 2.26208C17.9432 2.40981 18.0057 2.59704 17.9976 2.78798C17.9895 2.97892 17.9113 3.16017 17.778 3.29708L11.071 10.0011L17.778 16.7031C18.076 16.9531 18.076 17.4431 17.837 17.7171C17.597 17.9901 17.157 18.1481 16.742 17.8241L9.99698 11.0751L3.24398 17.8271C2.94798 18.0921 2.45998 18.0381 2.21898 17.7751C1.97698 17.5111 1.88498 17.0551 2.19398 16.7331L8.92298 10.0011L2.22198 3.29708C1.97698 3.02708 1.89198 2.53308 2.22198 2.22208C2.55198 1.91108 3.04398 1.95408 3.21898 2.15408Z\" fill=\"black\"/%3E%3C/svg%3E");display:none}@media(max-width: 768px){.stories-fs__btn-close{top:8px}}.stories-fs__btn-close:hover{background-color:#fff}.stories-fs img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.stories-fs__btn-item{position:absolute;display:none;top:72px;height:80%;width:35%;background-color:#000;z-index:2}.stories-fs__btn-item--prev{left:0}.stories-fs__btn-item--next{right:0}body.overflow{overflow:hidden}.stories-fs__arrows.hide-arrows{display:none}@media(max-width: 768px){.stories-fs__arrows{display:none}}.stories-fs__arrow{cursor:pointer;position:absolute;z-index:10;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:42px;height:42px;border:1px solid #d8d8d8;border-radius:50%;background-repeat:no-repeat;background-position:center center;background-size:20% 100%;opacity:.8;-webkit-transition:.25s;transition:.25s;background-color:rgba(255,255,255,.233)}.stories-fs__arrow:hover{background-color:rgba(255,255,255,.767);opacity:1}.stories-fs__arrow.disabled{opacity:.2}.stories-fs__arrow.disabled:hover{cursor:auto;background-color:rgba(255,255,255,.233);opacity:.2}.stories-fs__arrow--prev{left:0;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2713%27 height=%2725%27 viewBox=%270 0 13 25%27 fill=%27none%27%3e%3cpath d=%27M10.2971 23.4972C10.6943 23.4979 11.0792 23.3703 11.385 23.1365C11.5572 23.0049 11.6995 22.8432 11.8038 22.6608C11.908 22.4784 11.9723 22.2788 11.9928 22.0734C12.0133 21.8681 11.9898 21.661 11.9234 21.464C11.857 21.2671 11.7492 21.0842 11.606 20.9257L3.99049 12.5215L11.334 4.1016C11.4753 3.94122 11.5807 3.75668 11.6443 3.55859C11.708 3.36049 11.7285 3.15275 11.7048 2.94731C11.6811 2.74186 11.6136 2.54276 11.5063 2.36145C11.3989 2.18013 11.2537 2.02018 11.0791 1.89079C10.9032 1.74805 10.6972 1.64038 10.4741 1.57455C10.2509 1.50871 10.0155 1.48613 9.78242 1.50821C9.54938 1.53029 9.3238 1.59657 9.11984 1.70288C8.91589 1.80919 8.73795 1.95324 8.59721 2.12598L0.386705 11.5337C0.136682 11.8143 0 12.1662 0 12.5293C0 12.8925 0.136682 13.2444 0.386705 13.525L8.88619 22.9327C9.05672 23.1224 9.27335 23.2724 9.51849 23.3705C9.76363 23.4686 10.0304 23.512 10.2971 23.4972Z%27 fill=%27%23000E29%27/%3e%3c/svg%3e")}.stories-fs__arrow--next{right:0;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2713%27 height=%2725%27 viewBox=%270 0 13 25%27 fill=%27none%27%3e%3cpath d=%27M2.70289 23.4972C2.30571 23.4979 1.92079 23.3703 1.61495 23.1365C1.44283 23.0049 1.30054 22.8432 1.19625 22.6608C1.09196 22.4784 1.02771 22.2788 1.00718 22.0734C0.986652 21.8681 1.01025 21.661 1.07662 21.464C1.14299 21.2671 1.25083 21.0842 1.39397 20.9257L9.00951 12.5215L1.66595 4.1016C1.52475 3.94122 1.4193 3.75668 1.35567 3.55859C1.29204 3.36049 1.27148 3.15275 1.29518 2.94731C1.31887 2.74186 1.38635 2.54276 1.49374 2.36145C1.60113 2.18013 1.74631 2.02018 1.92094 1.89079C2.09682 1.74805 2.30279 1.64038 2.52592 1.57455C2.74905 1.50871 2.98453 1.48613 3.21758 1.50821C3.45062 1.53029 3.6762 1.59657 3.88016 1.70288C4.08411 1.80919 4.26205 1.95324 4.40279 2.12598L12.6133 11.5337C12.8633 11.8143 13 12.1662 13 12.5293C13 12.8925 12.8633 13.2444 12.6133 13.525L4.11381 22.9327C3.94328 23.1224 3.72665 23.2724 3.48151 23.3705C3.23637 23.4686 2.96961 23.512 2.70289 23.4972Z%27 fill=%27%23000E29%27/%3e%3c/svg%3e")}
