.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width,60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width,48px);height:var(--carousel-button-height,48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color,currentColor);background:var(--carousel-button-bg,transparent);border-radius:var(--carousel-button-border-radius,50%);box-shadow:var(--carousel-button-shadow,none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width,50%);height:var(--carousel-button-svg-height,50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width,1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter,none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden!important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color,#fff);-webkit-tap-highlight-color:#fff0;overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgb(1 210 232 / .94))}@media all and (min-width:1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg,rgb(24 24 27 / .92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0%;margin:auto}@media all and (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right,0) 0 env(safe-area-inset-left,0);padding:36px;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color,currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color,#fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color,#fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;color:var(--fancybox-color,currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(.97) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(.97) translate3d(0,16px,0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0,-30%,0);opacity:0}}@keyframes fancy@font-face{font-family:"bimber";src:url(https://bitchesgirls.cam/wp-content/themes/bimber/css/9.2.3/bimber/fonts/bimber.eot);src:url("https://bitchesgirls.cam/wp-content/themes/bimber/css/9.2.3/bimber/fonts/bimber.eot?#iefix") format("embedded-opentype"),url(https://bitchesgirls.cam/wp-content/themes/bimber/css/9.2.3/bimber/fonts/bimber.woff) format("woff"),url(https://bitchesgirls.cam/wp-content/themes/bimber/css/9.2.3/bimber/fonts/bimber.ttf) format("truetype"),url("https://bitchesgirls.cam/wp-content/themes/bimber/css/9.2.3/bimber/fonts/bimber.svg#bimber") format("svg");font-weight:400;font-style:normal;font-display:swap}@media screen{:root{--g1-layout-bg-color:#ffffff}body.g1-layout-boxed .g1-body-inner{background-color:#fff;background-color:var(--g1-layout-bg-color)}:root.g1-skinmode{--g1-layout-bg-color:#333333}.g1-layout-boxed .g1-row-layout-page{max-width:1212px}a,.entry-title>a:hover,.entry-meta a:hover,.menu-item>a:hover,.current-menu-item>a,.mtm-drop-expanded>a,.g1-nav-single-prev>a>span:before,.g1-nav-single-next>a>span:after,.g1-nav-single-prev>a:hover>strong,.g1-nav-single-prev>a:hover>span,.g1-nav-single-next>a:hover>strong,.g1-nav-single-next>a:hover>span,.mashsb-count,.archive-title:before,.snax .snax-item-title>a:hover,.woocommerce .star-rating span::before,.woocommerce-page .star-rating span::before{color:#f20c77}input[type="submit"],input[type="reset"],input[type="button"],button,.g1-button-solid,.g1-button-solid:hover,.g1-arrow-solid,.entry-categories .entry-category:hover,.author-link,.author-info .author-link,.g1-box-icon,.g1-collection-ticker .g1-collection-title,.wyr-reaction:hover .wyr-reaction-button,.wyr-reaction-voted .wyr-reaction-button,.wyr-reaction .wyr-reaction-bar{border-color:#f20c77;background-color:#f20c77;color:#fff}.entry-counter:before{border-color:#f20c77;background-color:#f20c77;color:#fff}.g1-quick-nav-tabs .menu-item-type-g1-trending>a,.entry-flag-trending{border-color:#f20c77;background-color:#f20c77;color:#fff}.g1-quick-nav-tabs .menu-item-type-g1-hot>a,.entry-flag-hot{border-color:#f20c77;background-color:#f20c77;color:#fff}.g1-quick-nav-tabs .menu-item-type-g1-popular>a,.entry-flag-popular{border-color:#f20c77;background-color:#f20c77;color:#fff}.entry-flag-members_only{border-color:#ff0036;background-color:#ff0036;color:#fff}.entry-flag-coupon{border-color:#f20c77;background-color:#f20c77;color:#fff}.g1-featured-without-title .entry-tpl-gridxs .entry-header{background-color:#fff0;background-image:linear-gradient(to bottom right,rgb(242 12 119 / .8),rgb(255 102 54 / .8))}.member-header .mycred-my-rank:after{content:"Rank"}@media only screen and (min-width:801px){.g1-hb-row-normal .g1-id{margin-top:10px;margin-bottom:10px}.g1-hb-row-normal .g1-quick-nav{margin-top:5px;margin-bottom:5px}}.g1-hb-row-mobile .g1-id{margin-top:10px;margin-bottom:10px}.g1-hb-row-normal .g1-primary-nav{margin-top:0;margin-bottom:0}:root{--g1-hba-itxt-color:#666666;--g1-hba-atxt-color:#f20c77;--g1-hba-bg-color:#ffffff;--g1-hba-gradient-color:#ffffff;--g1-hba-border-color:#ff0000;--g1-hba-2-itxt-color:#ffffff;--g1-hba-2-bg-color:#000000;--g1-hba-2-border-color:#000000}.g1-hb-row-a .site-description,.g1-hb-row-a .g1-hb-search-form .search-field,.g1-hb-row-a .g1-hb-search-form .search-submit,.g1-hb-row-a .menu-item>a,.g1-hb-row-a .g1-hamburger,.g1-hb-row-a .g1-drop-toggle,.g1-hb-row-a .g1-socials-item-link{color:#666;color:var(--g1-hba-itxt-color)}.g1-hb-row-a .g1-row-background{background-color:#fff;background-color:var(--g1-hba-bg-color);background-image:linear-gradient(to right,#ffffff,#ffffff);background-image:linear-gradient(to right,var(--g1-hba-bg-color),var(--g1-hba-gradient-color))}.g1-hb-row-a .site-title,.g1-hb-row-a .menu-item:hover>a,.g1-hb-row-a .current-menu-item>a,.g1-hb-row-a .current-menu-ancestor>a,.g1-hb-row-a .menu-item-object-post_tag>a:before,.g1-hb-row-a .g1-socials-item-link:hover{color:#f20c77;color:var(--g1-hba-atxt-color)}.g1-hb-row-a .g1-drop-toggle-badge,.g1-hb-row-a .snax-button-create,.g1-hb-row-a .snax-button-create:hover{border-color:#000;border:var(--g1-hba-2-bg-colo