.TourFeedPreviewTour{max-width:calc(100vw - 20px);width:475px;background-color:#2b3036;border-radius:10px;margin-bottom:10px;box-shadow:0 3px 2px rgba(0,0,0,.4);overflow:hidden;position:relative}.TourFeedPreviewTour i.Loading{display:none}.TourFeedPreviewTour .pin{position:absolute;height:33px;width:33px;border-radius:16.5px;background-color:rgba(26,30,35,.95);display:flex;justify-content:center;align-items:center;top:7px;left:7px;z-index:10}.TourFeedPreviewTourTop{display:flex;width:100%}.TourFeedPreviewTourTop img{display:block}.TourFeedPreviewTourTop .RideUrlLogo{background-color:rgba(38,43,49,.75);padding:4px;border-radius:10px}.TourFeedPreviewTourTopLeftWrapper{flex:auto;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;display:flex;justify-content:center;align-items:center}.TourFeedPreviewTourTopLeftWrapper .TourFeedPreviewTourTopLeft{position:relative;width:100%;padding-top:61.8%}.TourFeedPreviewTourTopLeftWrapper i,.TourFeedPreviewTourTopLeftWrapper img:first-child{position:absolute;top:0;left:0;bottom:0;right:0}.TourFeedPreviewTourTopLeftWrapper i{font-size:100px;animation:spin 4s linear 0s infinite;display:flex;justify-content:center;align-items:center}.TourFeedPreviewTourTopLeftWrapper .RideUrlLogo{position:absolute;left:9px;bottom:8px;height:30px}.TourFeedPreviewTourTopRight{position:relative;width:86px;flex-shrink:0}.TourFeedPreviewTourTopRightContent{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column}.TourFeedPreviewTourTopRightContent div{display:flex;flex-direction:column;align-items:center;justify-content:center}.TourFeedPreviewTourTopRightContent>div{flex-grow:1;background-size:cover;background-position:50%;background-repeat:no-repeat}.TourFeedPreviewTourTopRightContent>div>div{position:absolute;height:44px;width:44px;background-color:rgba(26,30,35,.95);border-radius:22px}.TourFeedPreviewTourBottom{padding:9px}.TourFeedPreviewTourBottomTourDistanceAndTags{display:flex;align-items:center}.TourFeedPreviewTourBottomTourDistanceAndTags span{margin-left:5px}.TourFeedPreviewTourBottomTourDistanceAndTags img{height:25px;width:25px;margin-left:5px}.TourFeedPreviewTourBottomName{font-weight:700}.TourFeedPreviewTourBottomComment,.TourFeedPreviewTourBottomName{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media(min-width:800px){.TourFeedPreviewTour{margin:7.5px}}.TourFeedContent{max-width:1200px;margin-right:auto;margin-left:auto;display:flex;flex-wrap:wrap;justify-content:center}.TourFeedContentNoToursFound{margin-top:100px}.TourFeedContentNoMoreTours{margin-top:50px;margin-bottom:50px}.TourFeedTextAfterXPreviews{display:inline-block;padding:20px}html{width:100vw;overflow-x:hidden}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes animationOpacityShow{0%{opacity:0}to{opacity:1}}@keyframes animationOpacityHide{0%{opacity:1}to{opacity:0}}.Switch{display:block;position:relative;cursor:pointer;outline:0;-webkit-user-select:none;-ms-user-select:none;user-select:none;padding:2px;min-width:38px;width:38px;height:20px;background-color:#fff;border-radius:20px;box-sizing:border-box;margin-right:10px}.Switch:after,.Switch:before{display:block;position:absolute;top:1px;left:1px;bottom:1px;content:""}.Switch:before{width:36px;right:1px;background-color:#262b31;border-radius:15px;transition:background .4s}.Switch:after{width:20px;background-color:#fff;border-radius:100%;box-shadow:0 2px 5px rgba(0,0,0,.3);transition:margin .4s}.Switch.Active:before{background-color:#dc3333!important}.Switch.Active:after{margin-left:17px}.BlueText{color:#1db0e6}.RedText{color:#dc3333}.Bold{font-weight:700}.Underlined{text-decoration:underline}.Spin{animation:spin 4s linear 0s infinite}img:not([src]){visibility:hidden}.DividedButtons{display:flex;flex-direction:row;justify-content:space-between;width:100%}.DividedButtons>:first-of-type{width:calc(50% - 2px);border-bottom-right-radius:0;border-top-right-radius:0}.DividedButtons>:last-of-type{width:calc(50% - 2px);border-bottom-left-radius:0;border-top-left-radius:0}.FlexScroll,.FlexScroll_BesideContent{flex-grow:1;overflow-x:hidden!important;overflow:auto;scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.3) #383d44}.FlexScroll_BesideContent{width:calc(100% + 15px)}.TourFeed{margin-right:auto;margin-left:auto;display:flex;flex-direction:column;align-items:center;padding:7.5px 15px;width:100%;box-sizing:border-box}@media(max-width:768px){.TourFeed{padding:7.5px 10px}}@media(max-width:480px){.TourFeed{padding:5px 8px}}@media(max-width:375px){.TourFeed{padding:5px}}.TourFeed .autorenew{animation:spin 4s linear 0s infinite}.TourFeedText{display:inline;margin-top:20px;margin-bottom:20px;max-width:980px;white-space:break-spaces}@media(max-width:375px){.TourFeedText{margin-top:15px;margin-bottom:15px;font-size:.9em}}.TourFeedSearchBar{background-color:#383d44;padding:15px 0;display:flex;flex-direction:column;align-items:center;max-width:980px;margin-left:auto;margin-right:auto;width:100%;box-sizing:border-box}@media(max-width:1024px){.TourFeedSearchBar{max-width:100%}}@media(max-width:768px){.TourFeedSearchBar{align-items:stretch;padding:15px 10px}}@media(max-width:480px){.TourFeedSearchBar{padding:10px 8px}}@media(max-width:375px){.TourFeedSearchBar{padding:8px 5px}}.TourFeedSearchBar>div{display:flex;flex-direction:row}@media(max-width:768px){.TourFeedSearchBar>div{box-sizing:border-box}}@media(max-width:480px){.TourFeedSearchBar>div{width:100%}}.TourFeedSearchBar .ButtonColorized{background-color:#1db0e6}.TourFeedSearchBar .Button,.TourFeedSearchBar .Button *{cursor:pointer}.TourFeedSearchBar .AddressSearchAutocomplete{width:350px;margin-right:15px}@media(max-width:768px){.TourFeedSearchBar .AddressSearchAutocomplete{width:90%;margin-left:auto;margin-right:auto}}@media(max-width:480px){.TourFeedSearchBar .AddressSearchAutocomplete{width:100%}}.TourFeedRegionPath{width:100%;height:20px;font-size:11px}.TourFeedSearchBarTop{margin-bottom:15px;width:100%;align-items:center}@media(max-width:768px){.TourFeedSearchBarTop{justify-content:center}}.TourFeedSearchBarRegionButton{width:150px}.TourFeedSearchBarBottom{font-size:11px;margin-bottom:25px;justify-content:space-around;width:980px}@media(max-width:1024px){.TourFeedSearchBarBottom{width:100%}}@media(max-width:768px){.TourFeedSearchBarBottom{flex-direction:column;align-items:center;padding:0 10px}}@media(max-width:480px){.TourFeedSearchBarBottom{flex-direction:column!important;display:flex!important;padding:0 8px}}@media(max-width:375px){.TourFeedSearchBarBottom{margin-bottom:15px;padding:0 5px}}.TourFeedSearchBarBottom .rc-slider-track{background-color:#1db0e6}.TourFeedSearchBarBottom>div{width:475px}@media(max-width:768px){.TourFeedSearchBarBottom>div{width:100%;margin-bottom:15px}}@media(max-width:480px){.TourFeedSearchBarBottom>div{width:100%!important;margin-bottom:25px!important;display:block!important}}.TourFeedSearchBarBottom img{width:30px}.TourFeedSearchBarFilterTitle{font-size:medium;justify-content:center;margin-top:10px;margin-bottom:10px;opacity:.3}.TourFeedSearchBarSliderWrapper{display:flex;flex-direction:column;align-items:center}.TourFeedSearchBarSlider{top:10px;width:420px!important;margin-left:10px;margin-right:10px}@media(max-width:1024px){.TourFeedSearchBarSlider{width:95%!important}}@media(max-width:768px){.TourFeedSearchBarSlider{width:95%!important}}@media(max-width:480px){.TourFeedSearchBarSlider{margin-left:auto;margin-right:auto}}@media(max-width:375px){.TourFeedSearchBarSlider{width:98%!important}}.TourFeedLengthDescription{display:flex;justify-content:space-between;margin-top:20px;width:445px}@media(max-width:1024px){.TourFeedLengthDescription{width:95%}}@media(max-width:768px){.TourFeedLengthDescription{width:95%}}@media(max-width:480px){.TourFeedLengthDescription{width:95%}}@media(max-width:375px){.TourFeedLengthDescription{width:98%}}.TourFeedSearchBarTagListContent{display:flex;justify-content:center;align-items:center;flex-direction:row;justify-content:space-around;margin-left:auto}@media(max-width:1024px){.TourFeedSearchBarTagListContent{flex-wrap:wrap;width:100%;margin:0 auto}}@media(max-width:768px){.TourFeedSearchBarTagListContent{flex-wrap:wrap}}.TourFeedSearchBarTagListContent>div{display:flex;flex-direction:column;align-items:center;margin-left:2.5px;margin-right:2.5px}@media(max-width:768px){.TourFeedSearchBarTagListContent>div{margin:5px 10px}}@media(max-width:480px){.TourFeedSearchBarTagListContent>div{margin:5px}}@media(max-width:375px){.TourFeedSearchBarTagListContent>div{margin:3px}}