.timeline{margin:0 12px;position:relative;height:3px;z-index:5;display:flex}.timeline--paused .timeline__itemFill--current{animation-play-state:paused}.timeline__item{position:relative;border-radius:32px;margin:0 4px 0 0;overflow:hidden}.timeline__item:last-child{margin:0}.timeline__itemBackground{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgb(255 255 255 / .35)}.timeline__itemFill{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:32px}.timeline__itemFill--past{background:#fff}.timeline__itemFill--current{background:linear-gradient(to right,#fff,#fff);background-size:0% 100%;background-repeat:no-repeat;animation:fillProgress var(--duration) linear forwards}@keyframes fillProgress{from{background-size:0% 100%}to{background-size:100% 100%}}
.frame{position:absolute;top:0;bottom:0;left:0;right:0}.frame__img{position:absolute;top:0;bottom:0;left:0;right:0;z-index:2;width:100%;height:100%;object-fit:cover}.frame__video{position:absolute;top:0;bottom:0;left:0;right:0;z-index:2;width:100%;height:100%;object-fit:cover}.frame__loading{position:absolute;top:0;bottom:0;left:0;right:0;z-index:4;width:100%;height:100%;background:#000;color:#fff;display:flex;align-items:center;justify-content:center}.frame__spinner{width:48px;height:48px;border:2px solid #FFF;border-bottom-color:#fff0;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}.frame__loadingFade-leave-active{transition:opacity 0.5s}.frame__loadingFade-leave-to{opacity:0}@keyframes rotation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.action{overflow:hidden;background:rgb(0 0 0 / .5);color:#fff;display:flex;align-items:center;justify-content:center;font:600 17px/21px sans-serif;min-height:55px;border-radius:12px;position:absolute;bottom:32px;right:32px;left:32px;z-index:3;text-wrap:nowrap;text-overflow:ellipsis;cursor:pointer;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:.3s ease}.action:hover{background:#000}.action--clicked{animation:pressAnimation 200ms ease}@keyframes pressAnimation{0%{transform:scale(1)}50%{transform:scale(.95)}100%{transform:scale(1)}}.action__appliedIco{position:absolute;top:3px;left:-28px;width:18px;height:13px}.action__animationShine{position:relative;background:linear-gradient(to right,#959595 20%,#D0CCCC 25%,#FFFFFF 36%,#959595 83%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0;text-fill-color:#fff0;background-size:500% auto;animation:textShine 2s linear infinite}.action__animationShine--start{animation:textShine 1s linear infinite}@keyframes textShine{0%{background-position:100% 50%}100%{background-position:0% 50%}}.action__animationRipple{position:absolute;border-radius:50%;background-color:#fff;width:100px;height:100px;margin-top:-50px;margin-left:-50px;animation:ripple 1s;opacity:0}@keyframes ripple{from{opacity:1;transform:scale(0)}to{opacity:0;transform:scale(10)}}@media(max-width:700px){.action__appliedIco{top:4px}.action:hover{background:rgb(0 0 0 / .5)}}
.story{position:absolute;width:100%;height:100%;border-radius:24px;overflow:hidden;transform-style:preserve-3d;backface-visibility:hidden;z-index:3}.story--prev{z-index:2}.story--next{z-index:2}.story__header{padding:10px 0 0 0;position:relative;z-index:5;transition:opacity 0.5s ease;opacity:1}.story__header--hidden{opacity:0}.story__nav{position:absolute;top:0;bottom:0;left:0;right:0;z-index:2;display:flex}.story__navRight,.story__navLeft{width:50%;height:100%}.story__close{z-index:80;position:absolute;top:20px;right:12px;width:30px;height:30px;border-radius:30px;background:rgb(0 0 0 / .3) url(data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1.75781%2012.2438L7.00081%207.00081L12.2438%2012.2438M12.2438%201.75781L6.99981%207.00081L1.75781%201.75781%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A) no-repeat 50% 50%;cursor:pointer;transition:.2s ease}.story__close:hover{background-color:rgb(0 0 0 / .8)}.story__shadow{position:absolute;top:0;right:0;left:0;height:73px;background:linear-gradient(180deg,rgb(0 0 0 / .2) 0%,#fff0 100%);z-index:1}@media(max-width:700px){.story{width:100%;border-radius:0;background:#000}}
.swipeble{position:relative;width:100%;max-width:1080px;max-height:1920px;height:calc(100vh - 100px);overflow:hidden;margin:0 auto;transform-style:preserve-3d;perspective:1000px;aspect-ratio:9 / 16}@media(max-width:700px){.swipeble{width:100vw;max-width:unset;max-height:unset;aspect-ratio:unset;transition:height 0.2s linear}.swipeble--hideSlides .story--prev,.swipeble--hideSlides .story--next{display:none}}
.storiesViewer{position:fixed;background:#000;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);right:0;left:0;bottom:0;top:0;display:flex;align-items:center;justify-content:center;z-index:999999;overflow:hidden;touch-action:none}.storiesViewer__bgCurrent,.storiesViewer__bgNext{position:fixed;top:-60px;left:-60px;width:calc(100% + 120px);height:calc(100% + 120px);background-position:center;background-repeat:no-repeat;background-size:cover;filter:blur(30px);-webkit-filter:blur(30px);z-index:0;transition:opacity 1s}.storiesViewer__bgNext{z-index:1;opacity:0}.storiesViewer__wrapper{display:flex;align-items:center;z-index:2;transform:translateY(50px);transition:all 0.3s ease;opacity:0}.storiesViewer__wrapper--visible{transform:translateY(0);opacity:1}.stories__arrow{color:#fff;width:25px;height:25px;margin:0 30px;cursor:pointer;opacity:.5;transition:opacity 0.3s ease}.stories__arrow--right{transform:rotate(180deg)}.stories__arrow--disabled{color:#464646;cursor:not-allowed}.stories__arrow:not(.stories__arrow--disabled):hover{opacity:1}@media(max-width:700px){.storiesViewer{background:#fff0;backdrop-filter:unset}.storiesViewer__bgNext{display:none}.stories__arrow{display:none}}
#promoStories__module{height:296px}.stories{position:relative;display:block}.stories::-webkit-scrollbar{display:none}.stories__wrapper{position:relative;overflow:hidden;overflow-x:auto;display:flex;align-items:center;scrollbar-width:none;-webkit-overflow-scrolling:touch;width:calc(100% + 20px);padding:10px 10px 20px 10px;margin:-10px -10px 0 -10px}.stories__wrapper::-webkit-scrollbar{display:none}.stories__card{cursor:pointer;position:relative;border-radius:12px;overflow:hidden;width:calc(25% - 15px);height:266px;margin:0 20px 0 0;flex-shrink:0;user-select:none;transition:transform .2s ease}.stories__card:hover{transform:scale(1.05)}.stories__card:nth-last-child(2){margin:0}.stories--many .stories__card{width:190px;height:246px}.stories__cardWrap{position:absolute;top:0;bottom:0;left:0;right:0}.stories__cardImg{width:100%;height:100%;object-fit:cover;pointer-events:none}.stories__card--hide{width:0!important;height:0!important;margin:0!important;padding:0}.stories__shadow{position:absolute;top:-10px;left:0;bottom:0;width:129px;background:linear-gradient(-270deg,#FFFFFF -1.16%,#fff0 100%);z-index:3;pointer-events:none;transform-origin:left;opacity:0;transition:opacity .15s ease-out}.stories__shadow~.stories__shadow{border-radius:0;left:auto;right:0;transform-origin:right;background:linear-gradient(270deg,#FFFFFF -1.16%,#fff0 100%)}.stories__shadowLeft .stories__shadow:first-child{opacity:1}.stories__shadowRight .stories__shadow:not(:first-child){opacity:1}.stories__wrapArrow{position:absolute;top:calc(50% - 20px);width:32px;height:32px;border-radius:50%;border:2px solid #f2f2f2;z-index:4;transition:visibility .15s ease,opacity .15s ease-out,filter .3s ease;cursor:pointer;opacity:0;visibility:hidden;background:#fff url(data:image/svg+xml,%3Csvg%20width%3D%226%22%20height%3D%2210%22%20viewBox%3D%220%200%206%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1%201L4.85858%204.85858C4.93668%204.93668%204.93668%205.06332%204.85858%205.14142L1%209%22%20stroke%3D%22black%22%20stroke-width%3D%221.6%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A) no-repeat 55% 50%}.stories__wrapArrow:hover{filter:invert(1);-webkit-filter:invert(1)}.stories__wrapArrow--left{left:-16px;transform:rotate(180deg)}.stories__shadowLeft .stories__wrapArrow--left{visibility:visible;opacity:1}.stories__wrapArrow--right{right:-16px}.stories__shadowRight .stories__wrapArrow--right{visibility:visible;opacity:1}.stories__before,.stories__after{position:absolute;top:0;width:10px;height:100%;background:#fff;z-index:1;opacity:0;transition:opacity .15s ease-out}.stories__before{left:-10px}.stories__after{right:-10px}.stories__shadowLeft .stories__before{opacity:1}.stories__shadowRight .stories__after{opacity:1}.fade-enter-active{transition:all 0.3s ease-out}.fade-leave-active{transition:all 0.2s ease-in}.fade-enter,.fade-leave-to{opacity:0}
.html--default .stories__card{height:345px}.html--default .stories__shadow{display:none}.html--default .stories__wrapArrow{width:50px;height:50px;border:none;background:rgb(255 255 255 / .65) url(data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2220%22%20viewBox%3D%220%200%2013%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M2%202L10%2010L2%2018%22%20stroke%3D%22black%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A) no-repeat 55% 50%;;transition:background-color .2s ease}.html--default .stories__wrapArrow:hover{background-color:rgb(235 235 235 / .65);filter:none}.html--default .stories__wrapArrow--right{right:20px}.html--default .stories__wrapArrow--left{left:20px}.html--default .stories__before,.html--default .stories__after{display:none}
.html--air .stories{margin:14px 0 0 0}.html--air .stories__card{height:0;padding-bottom:30.264%}.html--air .stories__shadow{display:none}.html--air .stories__wrapArrow{width:50px;height:50px;border:none;background:rgb(255 255 255 / .65) url(data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2220%22%20viewBox%3D%220%200%2013%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M2%202L10%2010L2%2018%22%20stroke%3D%22black%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A) no-repeat 55% 50%;;transition:background-color .2s ease;top:calc(50% - 30px)}.html--air .stories__wrapArrow:hover{background-color:rgb(235 235 235 / .65);filter:none}.html--air .stories__wrapArrow--right{right:20px}.html--air .stories__wrapArrow--left{left:20px}.html--air .stories__before,.html--air .stories__after{display:none}
