.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel :after,.carousel :before{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(.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + .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-next,.carousel__button.is-prev{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:rgba(0,0,0,0);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,.4))}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{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,rgba(1,210,232,.94))}@media (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,rgba(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(.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;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:after,.fancybox__slide:before{content:"";flex:0 0 0;margin:auto}@media (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;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 (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media (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 (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{to{transform:rotate(1turn)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.carousel__button.is-close,.carousel__dots,.fancybox__backdrop,.fancybox__caption,.fancybox__nav{opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.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{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .carousel__button.is-close,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav{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{0%{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{0%{transform:scale(.97) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translateZ(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 fancybox-throwOutDown{to{transform:translate3d(0,30%,0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc hsla(0,0%,100%,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:hsla(0,0%,100%,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0 3px;opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width,96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:5px solid var(--fancybox-accent-color,rgba(34,213,233,.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:50%;background-color:hsla(0,0%,100%,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(0deg,transparent 0,rgba(0,0,0,.006) 8.1%,rgba(0,0,0,.021) 15.5%,rgba(0,0,0,.046) 22.5%,rgba(0,0,0,.077) 29%,rgba(0,0,0,.114) 35.3%,rgba(0,0,0,.155) 41.2%,rgba(0,0,0,.198) 47.1%,rgba(0,0,0,.242) 52.9%,rgba(0,0,0,.285) 58.8%,rgba(0,0,0,.326) 64.7%,rgba(0,0,0,.363) 71%,rgba(0,0,0,.394) 77.5%,rgba(0,0,0,.419) 84.5%,rgba(0,0,0,.434) 91.9%,rgba(0,0,0,.44));padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.4))}@media (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height,48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color,rgba(34,213,233,.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2),.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2),.fancybox__container.has-slideshow .fancybox__button--slideshow g:first-child{display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}.bx-bg-bel-black1.bx-bg-bel-black1.bx-bg-bel-black1{background-color:#555}.bx-text-bel-black1.bx-text-bel-black1.bx-text-bel-black1{color:#555}.bx-outline-bel-black1.bx-outline-bel-black1.bx-outline-bel-black1{border:1px solid #555}.bx-bg-bel-black2.bx-bg-bel-black2.bx-bg-bel-black2{background-color:#333}.bx-text-bel-black2.bx-text-bel-black2.bx-text-bel-black2{color:#333}.bx-outline-bel-black2.bx-outline-bel-black2.bx-outline-bel-black2{border:1px solid #333}.bx-bg-bel-black3.bx-bg-bel-black3.bx-bg-bel-black3{background-color:#333}.bx-text-bel-black3.bx-text-bel-black3.bx-text-bel-black3{color:#333}.bx-outline-bel-black3.bx-outline-bel-black3.bx-outline-bel-black3{border:1px solid #333}.bx-bg-bel-black4.bx-bg-bel-black4.bx-bg-bel-black4{background-color:rgba(0,0,0,.7019607843)}.bx-text-bel-black4.bx-text-bel-black4.bx-text-bel-black4{color:rgba(0,0,0,.7019607843)}.bx-outline-bel-black4.bx-outline-bel-black4.bx-outline-bel-black4{border:1px solid rgba(0,0,0,.7019607843)}.bx-bg-bel-blue1.bx-bg-bel-blue1.bx-bg-bel-blue1{background-color:#ebf3fe}.bx-text-bel-blue1.bx-text-bel-blue1.bx-text-bel-blue1{color:#ebf3fe}.bx-outline-bel-blue1.bx-outline-bel-blue1.bx-outline-bel-blue1{border:1px solid #ebf3fe}.bx-bg-bel-blue2.bx-bg-bel-blue2.bx-bg-bel-blue2{background-color:#2f80ed}.bx-text-bel-blue2.bx-text-bel-blue2.bx-text-bel-blue2{color:#2f80ed}.bx-outline-bel-blue2.bx-outline-bel-blue2.bx-outline-bel-blue2{border:1px solid #2f80ed}.bx-bg-bel-blue3.bx-bg-bel-blue3.bx-bg-bel-blue3{background-color:#0d6efd}.bx-text-bel-blue3.bx-text-bel-blue3.bx-text-bel-blue3{color:#0d6efd}.bx-outline-bel-blue3.bx-outline-bel-blue3.bx-outline-bel-blue3{border:1px solid #0d6efd}.bx-bg-bel-blue4.bx-bg-bel-blue4.bx-bg-bel-blue4{background-color:#1d3994}.bx-text-bel-blue4.bx-text-bel-blue4.bx-text-bel-blue4{color:#1d3994}.bx-outline-bel-blue4.bx-outline-bel-blue4.bx-outline-bel-blue4{border:1px solid #1d3994}.bx-bg-bel-gray1.bx-bg-bel-gray1.bx-bg-bel-gray1{background-color:#f7f7f7}.bx-text-bel-gray1.bx-text-bel-gray1.bx-text-bel-gray1{color:#f7f7f7}.bx-outline-bel-gray1.bx-outline-bel-gray1.bx-outline-bel-gray1{border:1px solid #f7f7f7}.bx-bg-bel-gray2.bx-bg-bel-gray2.bx-bg-bel-gray2{background-color:#d7d7d7}.bx-text-bel-gray2.bx-text-bel-gray2.bx-text-bel-gray2{color:#d7d7d7}.bx-outline-bel-gray2.bx-outline-bel-gray2.bx-outline-bel-gray2{border:1px solid #d7d7d7}.bx-bg-bel-gray3.bx-bg-bel-gray3.bx-bg-bel-gray3{background-color:#ccc}.bx-text-bel-gray3.bx-text-bel-gray3.bx-text-bel-gray3{color:#ccc}.bx-outline-bel-gray3.bx-outline-bel-gray3.bx-outline-bel-gray3{border:1px solid #ccc}.bx-bg-bel-gray4.bx-bg-bel-gray4.bx-bg-bel-gray4{background-color:#bbb}.bx-text-bel-gray4.bx-text-bel-gray4.bx-text-bel-gray4{color:#bbb}.bx-outline-bel-gray4.bx-outline-bel-gray4.bx-outline-bel-gray4{border:1px solid #bbb}.bx-bg-bel-gray5.bx-bg-bel-gray5.bx-bg-bel-gray5{background-color:#aaa}.bx-text-bel-gray5.bx-text-bel-gray5.bx-text-bel-gray5{color:#aaa}.bx-outline-bel-gray5.bx-outline-bel-gray5.bx-outline-bel-gray5{border:1px solid #aaa}.bx-bg-bel-gray6.bx-bg-bel-gray6.bx-bg-bel-gray6{background-color:#999}.bx-text-bel-gray6.bx-text-bel-gray6.bx-text-bel-gray6{color:#999}.bx-outline-bel-gray6.bx-outline-bel-gray6.bx-outline-bel-gray6{border:1px solid #999}.bx-bg-bel-gray7.bx-bg-bel-gray7.bx-bg-bel-gray7{background-color:#888}.bx-text-bel-gray7.bx-text-bel-gray7.bx-text-bel-gray7{color:#888}.bx-outline-bel-gray7.bx-outline-bel-gray7.bx-outline-bel-gray7{border:1px solid #888}.bx-bg-bel-green1.bx-bg-bel-green1.bx-bg-bel-green1{background-color:#75c33c}.bx-text-bel-green1.bx-text-bel-green1.bx-text-bel-green1{color:#75c33c}.bx-outline-bel-green1.bx-outline-bel-green1.bx-outline-bel-green1{border:1px solid #75c33c}.bx-bg-bel-green2.bx-bg-bel-green2.bx-bg-bel-green2{background-color:#27ae60}.bx-text-bel-green2.bx-text-bel-green2.bx-text-bel-green2{color:#27ae60}.bx-outline-bel-green2.bx-outline-bel-green2.bx-outline-bel-green2{border:1px solid #27ae60}.bx-bg-bel-green3.bx-bg-bel-green3.bx-bg-bel-green3{background-color:#2e9b49}.bx-text-bel-green3.bx-text-bel-green3.bx-text-bel-green3{color:#2e9b49}.bx-outline-bel-green3.bx-outline-bel-green3.bx-outline-bel-green3{border:1px solid #2e9b49}.bx-bg-bel-green4.bx-bg-bel-green4.bx-bg-bel-green4{background-color:#309a4c}.bx-text-bel-green4.bx-text-bel-green4.bx-text-bel-green4{color:#309a4c}.bx-outline-bel-green4.bx-outline-bel-green4.bx-outline-bel-green4{border:1px solid #309a4c}.bx-bg-bel-green5.bx-bg-bel-green5.bx-bg-bel-green5{background-color:rgba(117,195,60,.7019607843)}.bx-text-bel-green5.bx-text-bel-green5.bx-text-bel-green5{color:rgba(117,195,60,.7019607843)}.bx-outline-bel-green5.bx-outline-bel-green5.bx-outline-bel-green5{border:1px solid rgba(117,195,60,.7019607843)}.bx-bg-bel-orange.bx-bg-bel-orange.bx-bg-bel-orange{background-color:#ff8e00}.bx-text-bel-orange.bx-text-bel-orange.bx-text-bel-orange{color:#ff8e00}.bx-outline-bel-orange.bx-outline-bel-orange.bx-outline-bel-orange{border:1px solid #ff8e00}.bx-bg-bel-purple1.bx-bg-bel-purple1.bx-bg-bel-purple1{background-color:#e490a1}.bx-text-bel-purple1.bx-text-bel-purple1.bx-text-bel-purple1{color:#e490a1}.bx-outline-bel-purple1.bx-outline-bel-purple1.bx-outline-bel-purple1{border:1px solid #e490a1}.bx-bg-bel-purple2.bx-bg-bel-purple2.bx-bg-bel-purple2{background-color:#c1aed2}.bx-text-bel-purple2.bx-text-bel-purple2.bx-text-bel-purple2{color:#c1aed2}.bx-outline-bel-purple2.bx-outline-bel-purple2.bx-outline-bel-purple2{border:1px solid #c1aed2}.bx-bg-bel-red1.bx-bg-bel-red1.bx-bg-bel-red1{background-color:#fff2f2}.bx-text-bel-red1.bx-text-bel-red1.bx-text-bel-red1{color:#fff2f2}.bx-outline-bel-red1.bx-outline-bel-red1.bx-outline-bel-red1{border:1px solid #fff2f2}.bx-bg-bel-red2.bx-bg-bel-red2.bx-bg-bel-red2{background-color:#f5727f}.bx-text-bel-red2.bx-text-bel-red2.bx-text-bel-red2{color:#f5727f}.bx-outline-bel-red2.bx-outline-bel-red2.bx-outline-bel-red2{border:1px solid #f5727f}.bx-bg-bel-red3.bx-bg-bel-red3.bx-bg-bel-red3{background-color:#e00}.bx-text-bel-red3.bx-text-bel-red3.bx-text-bel-red3{color:#e00}.bx-outline-bel-red3.bx-outline-bel-red3.bx-outline-bel-red3{border:1px solid #e00}.bx-bg-bel-red4.bx-bg-bel-red4.bx-bg-bel-red4{background-color:#c00}.bx-text-bel-red4.bx-text-bel-red4.bx-text-bel-red4{color:#c00}.bx-outline-bel-red4.bx-outline-bel-red4.bx-outline-bel-red4{border:1px solid #c00}.bx-bg-bel-red5.bx-bg-bel-red5.bx-bg-bel-red5{background-color:#bf1e1e}.bx-text-bel-red5.bx-text-bel-red5.bx-text-bel-red5{color:#bf1e1e}.bx-outline-bel-red5.bx-outline-bel-red5.bx-outline-bel-red5{border:1px solid #bf1e1e}.bx-bg-bel-white.bx-bg-bel-white.bx-bg-bel-white{background-color:#fff}.bx-text-bel-white.bx-text-bel-white.bx-text-bel-white{color:#fff}.bx-outline-bel-white.bx-outline-bel-white.bx-outline-bel-white{border:1px solid #fff}.bx-bg-bel-yellow1.bx-bg-bel-yellow1.bx-bg-bel-yellow1{background-color:#e5c800}.bx-text-bel-yellow1.bx-text-bel-yellow1.bx-text-bel-yellow1{color:#e5c800}.bx-outline-bel-yellow1.bx-outline-bel-yellow1.bx-outline-bel-yellow1{border:1px solid #e5c800}.bx-bg-bel-yellow2.bx-bg-bel-yellow2.bx-bg-bel-yellow2{background-color:#f2ce86}.bx-text-bel-yellow2.bx-text-bel-yellow2.bx-text-bel-yellow2{color:#f2ce86}.bx-outline-bel-yellow2.bx-outline-bel-yellow2.bx-outline-bel-yellow2{border:1px solid #f2ce86}.bx-bg-bel-yellow3.bx-bg-bel-yellow3.bx-bg-bel-yellow3{background-color:#b89762}.bx-text-bel-yellow3.bx-text-bel-yellow3.bx-text-bel-yellow3{color:#b89762}.bx-outline-bel-yellow3.bx-outline-bel-yellow3.bx-outline-bel-yellow3{border:1px solid #b89762}.bx-bg-bel-Gray-1.bx-bg-bel-Gray-1.bx-bg-bel-Gray-1{background-color:#fff}.bx-text-bel-Gray-1.bx-text-bel-Gray-1.bx-text-bel-Gray-1{color:#fff}.bx-outline-bel-Gray-1.bx-outline-bel-Gray-1.bx-outline-bel-Gray-1{border:1px solid #fff}.bx-bg-bel-Gray-2.bx-bg-bel-Gray-2.bx-bg-bel-Gray-2{background-color:#f0f0f0}.bx-text-bel-Gray-2.bx-text-bel-Gray-2.bx-text-bel-Gray-2{color:#f0f0f0}.bx-outline-bel-Gray-2.bx-outline-bel-Gray-2.bx-outline-bel-Gray-2{border:1px solid #f0f0f0}.bx-bg-bel-Gray-3.bx-bg-bel-Gray-3.bx-bg-bel-Gray-3{background-color:#d9d9d9}.bx-text-bel-Gray-3.bx-text-bel-Gray-3.bx-text-bel-Gray-3{color:#d9d9d9}.bx-outline-bel-Gray-3.bx-outline-bel-Gray-3.bx-outline-bel-Gray-3{border:1px solid #d9d9d9}.bx-bg-bel-Gray-4.bx-bg-bel-Gray-4.bx-bg-bel-Gray-4{background-color:#a9a9a9}.bx-text-bel-Gray-4.bx-text-bel-Gray-4.bx-text-bel-Gray-4{color:#a9a9a9}.bx-outline-bel-Gray-4.bx-outline-bel-Gray-4.bx-outline-bel-Gray-4{border:1px solid #a9a9a9}.bx-bg-bel-Gray-5.bx-bg-bel-Gray-5.bx-bg-bel-Gray-5{background-color:#8c8c8c}.bx-text-bel-Gray-5.bx-text-bel-Gray-5.bx-text-bel-Gray-5{color:#8c8c8c}.bx-outline-bel-Gray-5.bx-outline-bel-Gray-5.bx-outline-bel-Gray-5{border:1px solid #8c8c8c}.bx-bg-bel-Gray-6.bx-bg-bel-Gray-6.bx-bg-bel-Gray-6{background-color:#575757}.bx-text-bel-Gray-6.bx-text-bel-Gray-6.bx-text-bel-Gray-6{color:#575757}.bx-outline-bel-Gray-6.bx-outline-bel-Gray-6.bx-outline-bel-Gray-6{border:1px solid #575757}.bx-bg-bel-Gray-7.bx-bg-bel-Gray-7.bx-bg-bel-Gray-7{background-color:#434343}.bx-text-bel-Gray-7.bx-text-bel-Gray-7.bx-text-bel-Gray-7{color:#434343}.bx-outline-bel-Gray-7.bx-outline-bel-Gray-7.bx-outline-bel-Gray-7{border:1px solid #434343}.bx-bg-bel-Gray-8.bx-bg-bel-Gray-8.bx-bg-bel-Gray-8{background-color:#1f1f1f}.bx-text-bel-Gray-8.bx-text-bel-Gray-8.bx-text-bel-Gray-8{color:#1f1f1f}.bx-outline-bel-Gray-8.bx-outline-bel-Gray-8.bx-outline-bel-Gray-8{border:1px solid #1f1f1f}.bx-bg-bel-Gray-9.bx-bg-bel-Gray-9.bx-bg-bel-Gray-9{background-color:#111}.bx-text-bel-Gray-9.bx-text-bel-Gray-9.bx-text-bel-Gray-9{color:#111}.bx-outline-bel-Gray-9.bx-outline-bel-Gray-9.bx-outline-bel-Gray-9{border:1px solid #111}.bx-bg-bel-Gray-10.bx-bg-bel-Gray-10.bx-bg-bel-Gray-10{background-color:#000}.bx-text-bel-Gray-10.bx-text-bel-Gray-10.bx-text-bel-Gray-10{color:#000}.bx-outline-bel-Gray-10.bx-outline-bel-Gray-10.bx-outline-bel-Gray-10{border:1px solid #000}.bx-bg-bel-Red-1.bx-bg-bel-Red-1.bx-bg-bel-Red-1{background-color:#fff1f0}.bx-text-bel-Red-1.bx-text-bel-Red-1.bx-text-bel-Red-1{color:#fff1f0}.bx-outline-bel-Red-1.bx-outline-bel-Red-1.bx-outline-bel-Red-1{border:1px solid #fff1f0}.bx-bg-bel-Red-2.bx-bg-bel-Red-2.bx-bg-bel-Red-2{background-color:#ffccc7}.bx-text-bel-Red-2.bx-text-bel-Red-2.bx-text-bel-Red-2{color:#ffccc7}.bx-outline-bel-Red-2.bx-outline-bel-Red-2.bx-outline-bel-Red-2{border:1px solid #ffccc7}.bx-bg-bel-Red-3.bx-bg-bel-Red-3.bx-bg-bel-Red-3{background-color:#ffa39e}.bx-text-bel-Red-3.bx-text-bel-Red-3.bx-text-bel-Red-3{color:#ffa39e}.bx-outline-bel-Red-3.bx-outline-bel-Red-3.bx-outline-bel-Red-3{border:1px solid #ffa39e}.bx-bg-bel-Red-4.bx-bg-bel-Red-4.bx-bg-bel-Red-4{background-color:#ff7875}.bx-text-bel-Red-4.bx-text-bel-Red-4.bx-text-bel-Red-4{color:#ff7875}.bx-outline-bel-Red-4.bx-outline-bel-Red-4.bx-outline-bel-Red-4{border:1px solid #ff7875}.bx-bg-bel-Red-5.bx-bg-bel-Red-5.bx-bg-bel-Red-5{background-color:#ff4d4f}.bx-text-bel-Red-5.bx-text-bel-Red-5.bx-text-bel-Red-5{color:#ff4d4f}.bx-outline-bel-Red-5.bx-outline-bel-Red-5.bx-outline-bel-Red-5{border:1px solid #ff4d4f}.bx-bg-bel-Red-6.bx-bg-bel-Red-6.bx-bg-bel-Red-6{background-color:#f5222d}.bx-text-bel-Red-6.bx-text-bel-Red-6.bx-text-bel-Red-6{color:#f5222d}.bx-outline-bel-Red-6.bx-outline-bel-Red-6.bx-outline-bel-Red-6{border:1px solid #f5222d}.bx-bg-bel-Red-7.bx-bg-bel-Red-7.bx-bg-bel-Red-7{background-color:#cf1322}.bx-text-bel-Red-7.bx-text-bel-Red-7.bx-text-bel-Red-7{color:#cf1322}.bx-outline-bel-Red-7.bx-outline-bel-Red-7.bx-outline-bel-Red-7{border:1px solid #cf1322}.bx-bg-bel-Red-8.bx-bg-bel-Red-8.bx-bg-bel-Red-8{background-color:#a8071a}.bx-text-bel-Red-8.bx-text-bel-Red-8.bx-text-bel-Red-8{color:#a8071a}.bx-outline-bel-Red-8.bx-outline-bel-Red-8.bx-outline-bel-Red-8{border:1px solid #a8071a}.bx-bg-bel-Red-9.bx-bg-bel-Red-9.bx-bg-bel-Red-9{background-color:#111}.bx-text-bel-Red-9.bx-text-bel-Red-9.bx-text-bel-Red-9{color:#111}.bx-outline-bel-Red-9.bx-outline-bel-Red-9.bx-outline-bel-Red-9{border:1px solid #111}.bx-bg-bel-Red-10.bx-bg-bel-Red-10.bx-bg-bel-Red-10{background-color:#5c0011}.bx-text-bel-Red-10.bx-text-bel-Red-10.bx-text-bel-Red-10{color:#5c0011}.bx-outline-bel-Red-10.bx-outline-bel-Red-10.bx-outline-bel-Red-10{border:1px solid #5c0011}.bx-bg-bel-Yelow-1.bx-bg-bel-Yelow-1.bx-bg-bel-Yelow-1{background-color:#fffbe6}.bx-text-bel-Yelow-1.bx-text-bel-Yelow-1.bx-text-bel-Yelow-1{color:#fffbe6}.bx-outline-bel-Yelow-1.bx-outline-bel-Yelow-1.bx-outline-bel-Yelow-1{border:1px solid #fffbe6}.bx-bg-bel-Yelow-2.bx-bg-bel-Yelow-2.bx-bg-bel-Yelow-2{background-color:#fff1b8}.bx-text-bel-Yelow-2.bx-text-bel-Yelow-2.bx-text-bel-Yelow-2{color:#fff1b8}.bx-outline-bel-Yelow-2.bx-outline-bel-Yelow-2.bx-outline-bel-Yelow-2{border:1px solid #fff1b8}.bx-bg-bel-Yelow-3.bx-bg-bel-Yelow-3.bx-bg-bel-Yelow-3{background-color:#ffe58f}.bx-text-bel-Yelow-3.bx-text-bel-Yelow-3.bx-text-bel-Yelow-3{color:#ffe58f}.bx-outline-bel-Yelow-3.bx-outline-bel-Yelow-3.bx-outline-bel-Yelow-3{border:1px solid #ffe58f}.bx-bg-bel-Yelow-4.bx-bg-bel-Yelow-4.bx-bg-bel-Yelow-4{background-color:#ffd666}.bx-text-bel-Yelow-4.bx-text-bel-Yelow-4.bx-text-bel-Yelow-4{color:#ffd666}.bx-outline-bel-Yelow-4.bx-outline-bel-Yelow-4.bx-outline-bel-Yelow-4{border:1px solid #ffd666}.bx-bg-bel-Yelow-5.bx-bg-bel-Yelow-5.bx-bg-bel-Yelow-5{background-color:#ffc53d}.bx-text-bel-Yelow-5.bx-text-bel-Yelow-5.bx-text-bel-Yelow-5{color:#ffc53d}.bx-outline-bel-Yelow-5.bx-outline-bel-Yelow-5.bx-outline-bel-Yelow-5{border:1px solid #ffc53d}.bx-bg-bel-Yelow-6.bx-bg-bel-Yelow-6.bx-bg-bel-Yelow-6{background-color:#faad14}.bx-text-bel-Yelow-6.bx-text-bel-Yelow-6.bx-text-bel-Yelow-6{color:#faad14}.bx-outline-bel-Yelow-6.bx-outline-bel-Yelow-6.bx-outline-bel-Yelow-6{border:1px solid #faad14}.bx-bg-bel-Yelow-7.bx-bg-bel-Yelow-7.bx-bg-bel-Yelow-7{background-color:#d48806}.bx-text-bel-Yelow-7.bx-text-bel-Yelow-7.bx-text-bel-Yelow-7{color:#d48806}.bx-outline-bel-Yelow-7.bx-outline-bel-Yelow-7.bx-outline-bel-Yelow-7{border:1px solid #d48806}.bx-bg-bel-Yelow-8.bx-bg-bel-Yelow-8.bx-bg-bel-Yelow-8{background-color:#ad6800}.bx-text-bel-Yelow-8.bx-text-bel-Yelow-8.bx-text-bel-Yelow-8{color:#ad6800}.bx-outline-bel-Yelow-8.bx-outline-bel-Yelow-8.bx-outline-bel-Yelow-8{border:1px solid #ad6800}.bx-bg-bel-Yelow-9.bx-bg-bel-Yelow-9.bx-bg-bel-Yelow-9{background-color:#874d00}.bx-text-bel-Yelow-9.bx-text-bel-Yelow-9.bx-text-bel-Yelow-9{color:#874d00}.bx-outline-bel-Yelow-9.bx-outline-bel-Yelow-9.bx-outline-bel-Yelow-9{border:1px solid #874d00}.bx-bg-bel-Yelow-10.bx-bg-bel-Yelow-10.bx-bg-bel-Yelow-10{background-color:#613400}.bx-text-bel-Yelow-10.bx-text-bel-Yelow-10.bx-text-bel-Yelow-10{color:#613400}.bx-outline-bel-Yelow-10.bx-outline-bel-Yelow-10.bx-outline-bel-Yelow-10{border:1px solid #613400}.bx-bg-bel-Green-1.bx-bg-bel-Green-1.bx-bg-bel-Green-1{background-color:#f6ffed}.bx-text-bel-Green-1.bx-text-bel-Green-1.bx-text-bel-Green-1{color:#f6ffed}.bx-outline-bel-Green-1.bx-outline-bel-Green-1.bx-outline-bel-Green-1{border:1px solid #f6ffed}.bx-bg-bel-Green-2.bx-bg-bel-Green-2.bx-bg-bel-Green-2{background-color:#d9f7be}.bx-text-bel-Green-2.bx-text-bel-Green-2.bx-text-bel-Green-2{color:#d9f7be}.bx-outline-bel-Green-2.bx-outline-bel-Green-2.bx-outline-bel-Green-2{border:1px solid #d9f7be}.bx-bg-bel-Green-3.bx-bg-bel-Green-3.bx-bg-bel-Green-3{background-color:#b7eb8f}.bx-text-bel-Green-3.bx-text-bel-Green-3.bx-text-bel-Green-3{color:#b7eb8f}.bx-outline-bel-Green-3.bx-outline-bel-Green-3.bx-outline-bel-Green-3{border:1px solid #b7eb8f}.bx-bg-bel-Green-4.bx-bg-bel-Green-4.bx-bg-bel-Green-4{background-color:#95de64}.bx-text-bel-Green-4.bx-text-bel-Green-4.bx-text-bel-Green-4{color:#95de64}.bx-outline-bel-Green-4.bx-outline-bel-Green-4.bx-outline-bel-Green-4{border:1px solid #95de64}.bx-bg-bel-Green-5.bx-bg-bel-Green-5.bx-bg-bel-Green-5{background-color:#73d13d}.bx-text-bel-Green-5.bx-text-bel-Green-5.bx-text-bel-Green-5{color:#73d13d}.bx-outline-bel-Green-5.bx-outline-bel-Green-5.bx-outline-bel-Green-5{border:1px solid #73d13d}.bx-bg-bel-Green-6.bx-bg-bel-Green-6.bx-bg-bel-Green-6{background-color:#52c41a}.bx-text-bel-Green-6.bx-text-bel-Green-6.bx-text-bel-Green-6{color:#52c41a}.bx-outline-bel-Green-6.bx-outline-bel-Green-6.bx-outline-bel-Green-6{border:1px solid #52c41a}.bx-bg-bel-Green-7.bx-bg-bel-Green-7.bx-bg-bel-Green-7{background-color:#389e0d}.bx-text-bel-Green-7.bx-text-bel-Green-7.bx-text-bel-Green-7{color:#389e0d}.bx-outline-bel-Green-7.bx-outline-bel-Green-7.bx-outline-bel-Green-7{border:1px solid #389e0d}.bx-bg-bel-Green-8.bx-bg-bel-Green-8.bx-bg-bel-Green-8{background-color:#237804}.bx-text-bel-Green-8.bx-text-bel-Green-8.bx-text-bel-Green-8{color:#237804}.bx-outline-bel-Green-8.bx-outline-bel-Green-8.bx-outline-bel-Green-8{border:1px solid #237804}.bx-bg-bel-Green-9.bx-bg-bel-Green-9.bx-bg-bel-Green-9{background-color:#135200}.bx-text-bel-Green-9.bx-text-bel-Green-9.bx-text-bel-Green-9{color:#135200}.bx-outline-bel-Green-9.bx-outline-bel-Green-9.bx-outline-bel-Green-9{border:1px solid #135200}.bx-bg-bel-Green-10.bx-bg-bel-Green-10.bx-bg-bel-Green-10{background-color:#092b00}.bx-text-bel-Green-10.bx-text-bel-Green-10.bx-text-bel-Green-10{color:#092b00}.bx-outline-bel-Green-10.bx-outline-bel-Green-10.bx-outline-bel-Green-10{border:1px solid #092b00}.bx-bg-bel-Blue-1.bx-bg-bel-Blue-1.bx-bg-bel-Blue-1{background-color:#e6f7ff}.bx-text-bel-Blue-1.bx-text-bel-Blue-1.bx-text-bel-Blue-1{color:#e6f7ff}.bx-outline-bel-Blue-1.bx-outline-bel-Blue-1.bx-outline-bel-Blue-1{border:1px solid #e6f7ff}.bx-bg-bel-Blue-2.bx-bg-bel-Blue-2.bx-bg-bel-Blue-2{background-color:#bae7ff}.bx-text-bel-Blue-2.bx-text-bel-Blue-2.bx-text-bel-Blue-2{color:#bae7ff}.bx-outline-bel-Blue-2.bx-outline-bel-Blue-2.bx-outline-bel-Blue-2{border:1px solid #bae7ff}.bx-bg-bel-Blue-3.bx-bg-bel-Blue-3.bx-bg-bel-Blue-3{background-color:#91d5ff}.bx-text-bel-Blue-3.bx-text-bel-Blue-3.bx-text-bel-Blue-3{color:#91d5ff}.bx-outline-bel-Blue-3.bx-outline-bel-Blue-3.bx-outline-bel-Blue-3{border:1px solid #91d5ff}.bx-bg-bel-Blue-4.bx-bg-bel-Blue-4.bx-bg-bel-Blue-4{background-color:#69c0ff}.bx-text-bel-Blue-4.bx-text-bel-Blue-4.bx-text-bel-Blue-4{color:#69c0ff}.bx-outline-bel-Blue-4.bx-outline-bel-Blue-4.bx-outline-bel-Blue-4{border:1px solid #69c0ff}.bx-bg-bel-Blue-5.bx-bg-bel-Blue-5.bx-bg-bel-Blue-5{background-color:#40a9ff}.bx-text-bel-Blue-5.bx-text-bel-Blue-5.bx-text-bel-Blue-5{color:#40a9ff}.bx-outline-bel-Blue-5.bx-outline-bel-Blue-5.bx-outline-bel-Blue-5{border:1px solid #40a9ff}.bx-bg-bel-Blue-6.bx-bg-bel-Blue-6.bx-bg-bel-Blue-6{background-color:#1890ff}.bx-text-bel-Blue-6.bx-text-bel-Blue-6.bx-text-bel-Blue-6{color:#1890ff}.bx-outline-bel-Blue-6.bx-outline-bel-Blue-6.bx-outline-bel-Blue-6{border:1px solid #1890ff}.bx-bg-bel-Blue-7.bx-bg-bel-Blue-7.bx-bg-bel-Blue-7{background-color:#096dd9}.bx-text-bel-Blue-7.bx-text-bel-Blue-7.bx-text-bel-Blue-7{color:#096dd9}.bx-outline-bel-Blue-7.bx-outline-bel-Blue-7.bx-outline-bel-Blue-7{border:1px solid #096dd9}.bx-bg-bel-Blue-8.bx-bg-bel-Blue-8.bx-bg-bel-Blue-8{background-color:#0050b3}.bx-text-bel-Blue-8.bx-text-bel-Blue-8.bx-text-bel-Blue-8{color:#0050b3}.bx-outline-bel-Blue-8.bx-outline-bel-Blue-8.bx-outline-bel-Blue-8{border:1px solid #0050b3}.bx-bg-bel-Blue-9.bx-bg-bel-Blue-9.bx-bg-bel-Blue-9{background-color:#003a8c}.bx-text-bel-Blue-9.bx-text-bel-Blue-9.bx-text-bel-Blue-9{color:#003a8c}.bx-outline-bel-Blue-9.bx-outline-bel-Blue-9.bx-outline-bel-Blue-9{border:1px solid #003a8c}.bx-bg-bel-Blue-10.bx-bg-bel-Blue-10.bx-bg-bel-Blue-10{background-color:#002766}.bx-text-bel-Blue-10.bx-text-bel-Blue-10.bx-text-bel-Blue-10{color:#002766}.bx-outline-bel-Blue-10.bx-outline-bel-Blue-10.bx-outline-bel-Blue-10{border:1px solid #002766}.bx-text-underline-hover-black.bx-text-underline-hover-black.bx-text-underline-hover-black:hover{color:#333!important;text-decoration:underline!important}#order-from-catalog{margin-bottom:50px}#order-from-catalog .col-md-4{border-bottom:2px solid #fff}#order-from-catalog .col-md-4:nth-of-type(2){border-left:2px solid #fff;border-right:2px solid #fff}@media screen and (max-width:520px){#order-from-catalog .col-md-4:nth-of-type(2){border-right:0}}#order-from-catalog .order-from-catalog-title{height:40px;border-bottom:2px solid #fff}@media screen and (max-width:520px){#order-from-catalog .order-from-catalog-title{border:0}#order-from-catalog .order-from-catalog-title p{font-size:14px}}#order-from-catalog .order-from-catalog-inner{display:-ms-grid;display:grid}#order-from-catalog .search-button-wrapper{grid-column:1/3}#order-from-catalog .form-group{margin:0;padding:1rem}.carousel__button.is-close{top:calc(env(safe-area-inset-top, 0px) + 50% - 50vw - 10px);transform:translateY(-90%)}@media screen and (min-width:521px){.carousel__button.is-close{top:calc(env(safe-area-inset-top, 0px) + 10%);transform:translateY(0)}}#maincontent{font-family:Noto Sans JP,verdana,Lucida Grande,\\30E1\30A4\30EA\30AA,meiryo,\\30D2\30E9\30AE\30CE\89D2\30B4 ProN W3,Hiragino Kaku Gothic ProN,"\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF",MS PGothic,sans-serif}#maincontent .h1,#maincontent .h2,#maincontent .h3,#maincontent .h4,#maincontent .h5,#maincontent .h6,#maincontent h1,#maincontent h2,#maincontent h3,#maincontent h4,#maincontent h5,#maincontent h6{font-family:Noto Sans JP,verdana,Lucida Grande,\\30E1\30A4\30EA\30AA,meiryo,\\30D2\30E9\30AE\30CE\89D2\30B4 ProN W3,Hiragino Kaku Gothic ProN,"\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF",MS PGothic,sans-serif!important}.bx-product-detail-images .bx-product-detail-images__product__slider--sub{display:none!important}@media screen and (min-width:521px){.bx-product-detail-images .navigation-wrapper .arrow{top:200px!important}}.bx-product-detail-images__product__slider--main__button{display:block!important}.bx-product-detail-images__product__slider--main p{font-size:10px!important;line-height:16px!important;font-weight:400!important}.bx-product-detail-images .caption{padding:6px 16px 0;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:18px}@media screen and (min-width:521px){.bx-product-detail-images #bx-product-detail-modal-images-wrapper{-ms-grid-columns:(1fr)[6];grid-template-columns:repeat(6,1fr)}}@media screen and (max-width:520px){.bx-product-detail__container{margin-bottom:56px}}@media screen and (min-width:521px){.bx-product-detail__container{margin-bottom:80px}}.bx-product-detail button:focus{outline:0;box-shadow:none}@media screen and (min-width:521px){.bx-product-detail--sticky{max-width:432px;width:100%}}.bx-product-detail--sticky__shippingdate img{width:16px}.bx-product-detail__message{color:#575757!important}.bx-product-detail__message p{margin-bottom:8px}@media screen and (max-width:520px){.bx-product-detail__heading{font-size:20px;line-height:28px;font-weight:700;margin-bottom:24px;text-align:center}}@media screen and (min-width:521px){.bx-product-detail__heading{font-size:24px;line-height:32px;font-weight:700;margin-bottom:32px;text-align:center}}.bx-product-detail__fancybox .fancybox__slide{padding:0!important}.bx-product-detail__fancybox .fancybox__nav .bx-fancybox-arrow{fill:#fff;cursor:pointer}.bx-product-detail__fancybox .fancybox__nav .bx-fancybox-arrow--left{width:30px;height:30px;margin-left:-34px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167L16.67 24 4.5 12.004z'/%3E%3C/svg%3E");background-color:rgba(0,0,0,.33);padding:25px 3.5px;background-repeat:no-repeat;background-position:50%;background-size:22.29px 13px}.bx-product-detail__fancybox .fancybox__nav .bx-fancybox-arrow--left.arrow--disabled{background-color:inherit;background-image:none}.bx-product-detail__fancybox .fancybox__nav .bx-fancybox-arrow--right{width:30px;height:30px;margin-right:-34px;background-color:rgba(0,0,0,.33);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M5 3l3.057-3L20 12 8.057 24 5 21l9-9z'/%3E%3C/svg%3E");padding:25px 3.5px;background-repeat:no-repeat;background-position:50%;background-size:22.29px 13px}.bx-product-detail__fancybox .fancybox__nav .bx-fancybox-arrow--right.arrow--disabled{background-color:inherit;background-image:none}@media screen and (min-width:521px){.bx-product-detail__wrapper{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between}}@media screen and (min-width:521px){.bx-product-detail__left{max-width:400px!important}}@media screen and (min-width:521px){.bx-product-detail__right{max-width:432px;width:100%}}.bx-product-detail .caption{width:100%;display:block;text-align:center;overflow:hidden;text-align:left;word-break:break-all}@media screen and (max-width:520px){.bx-product-detail .caption{padding:6px 16px 0;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:18px}}@media screen and (min-width:521px){.bx-product-detail .caption{padding-top:12px;font-size:14px;line-height:20px}}@media screen and (max-width:520px){.bx-product-detail_color .keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide__container{padding:0 16px;overflow:hidden!important}}#bx-product-detail-modal-images-wrapper .current{border:3px solid #333}@media screen and (max-width:520px){.bx-product-detail_color__hedding{margin:24px 16px 16px}}@media screen and (min-width:521px){.bx-product-detail_color__hedding{margin-bottom:12px}}@media screen and (max-width:520px){.bx-product-detail_color__container{padding:0 16px;overflow:hidden!important}}@media screen and (max-width:520px){.bx-product-detail_color .keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide{min-width:71px;max-width:71px}}.fancybox__carousel .fancybox__caption{position:absolute;bottom:0;width:100%;background:rgba(0,0,0,.5);display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:center;justify-content:center;padding:1rem;z-index:20;word-break:break-all}@media screen and (max-width:520px){.bx-product-detail-images__product__slider--main div img{width:100%!important;height:auto}}@media screen and (min-width:521px){.bx-product-detail-images__product__slider--main div img{width:400px!important;min-height:400px;height:auto}}@media screen and (max-width:520px){.bx-product-detail-images__product__slider--main{min-width:320px;min-height:320px}}.bx-product-detail-images__product__slider--sub .keen-slider__slide{width:64px;max-width:72px!important;border:2px solid transparent;transform:none!important}.bx-product-detail-images__product__slider--sub .keen-slider__slide img{max-width:64px;width:100%;height:auto;padding:2px;box-sizing:content-box}.bx-product-detail-images__product__slider--sub .keen-slider__slide.active{border:2px solid #111}.bx-product-detail-images__product__slider--color{overflow:visible!important}.bx-product-detail-images__product__slider--color .keen-slider__slide{border:2px solid transparent}.bx-product-detail-images__product__slider--color .keen-slider__slide.active{border:2px solid #111}.bx-product-detail-images__product__slider--color img{width:100%;height:auto;padding:2px}.bx-product-detail-images__product__slider--color-pc{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row}.bx-product-detail-images__product__slider--color-pc .keen-slider__slide{width:64px;max-width:72px!important;border:2px solid transparent;transform:none!important}.bx-product-detail-images__product__slider--color-pc .keen-slider__slide img{max-width:64px;width:100%;height:auto;padding:2px;box-sizing:content-box}.bx-product-detail-images__product__slider--color-pc .keen-slider__slide.active{border:2px solid #111}.bx-product-detail-images__product__slider__counter{left:calc(50% - 19.5px);height:20px;border-radius:0;padding:0;width:49px;background:rgba(0,0,0,.5);bottom:40px;line-height:1}.bx-product-detail-images__product__slider__counter--divider{margin:0 2px;width:auto;height:auto;background:transparent}.bx-product-detail-images__product__slider__counter--divider:before{content:"/";display:block}.bx-catalog_guidance_modal__header.modal-header{-ms-flex-align:center;align-items:center;border:none}@media screen and (min-width:521px){.bx-catalog_guidance_modal__dialog{width:900px!important;max-width:900px!important}}@media screen and (max-width:520px){.bx-catalog_guidance_modal__body{padding:0}}@media screen and (min-width:521px){.bx-catalog_guidance_modal__body_wrapper{-ms-grid-columns:1fr!important;grid-template-columns:1fr!important}}.bx-catalog_guidance_modal__body button{border-radius:0}.bx-catalog_guidance_modal__details{display:block!important}.bx-catalog_guidance_modal__favorite_button{background-color:#fff;color:#f5727f!important;border:2px solid #f5727f;border-radius:3px;line-height:18px}@media screen and (min-width:521px){.bx-modal-width{width:fit-content!important;max-width:none!important}}@media screen and (max-width:520px){.bx-modal-width{width:350px!important}}@media screen and (min-width:521px){.bx-added-favorite-modal{width:616px}}.bx-added-favorite-modal__button-wrapper{margin-top:16px}@media screen and (min-width:521px){.bx-added-favorite-modal__button-btn{width:343px}}@media screen and (max-width:520px){.bx-added-favorite-modal__button-btn{width:311px}}.bx-added-favorite-modal__button-btn a{position:relative;padding-right:36px}.bx-added-favorite-modal__button-btn a:after{content:"";background-image:url("../../../default/images/arrow_right.svg");display:block;background-position:50%;background-repeat:no-repeat;background-size:contain;width:24px;height:24px;position:absolute;right:12px}.bx-quick_view_modal__sales_banner{margin-bottom:8px;padding:4px;width:max-content;color:#fff;background-color:#f5222d}.bx-product-detail__right .veil{max-width:432px;left:auto!important;top:0!important;bottom:0!important;position:sticky!important}.bx-product-detail__right .spinner{position:absolute!important}.bx-product-detail__left>.d-block .veil{height:100%;left:auto!important;top:0!important;bottom:0!important;position:absolute!important}.bx-product-detail__left>.d-block .spinner{position:absolute!important}.bx-product-detail__left>.d-block .bx-product-add-to-cart__detail_button__bottom .veil{left:-10px!important;width:calc(100% + 20px)}.bx-product-detail_color .veil{left:auto!important;top:0!important;bottom:0!important;position:absolute!important}.bx-product-detail_color .spinner{position:absolute!important}.underlay.underlay.underlay{background:hsla(0,0%,100%,.5);opacity:1}.bx-product-detail-images .bx-product-detail-images__product__slider--sub,.bx-product-detail_color__container .keen-slider__slide{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.veil.veil.veil{position:absolute!important;height:100%!important}@media screen and (min-width:521px){.bx-offcanvas{transition:unset;transform:unset;display:none;background-color:transparent}}@media screen and (max-width:520px){.bx-offcanvas{left:0}}@media screen and (min-width:521px){.bx-offcanvas{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh}}@media screen and (min-width:521px){.bx-offcanvas.open{background-color:rgba(0,0,0,.7019607843)}}@media screen and (min-width:521px){.bx-offcanvas-wrapper{width:898px;margin-left:-8px;margin-top:25px;background-color:#fff;display:block;position:absolute;left:50%;transform:translateX(-50%)}.bx-offcanvas-wrapper>div:nth-of-type(2){padding:0 1rem 1rem}}@media screen and (max-width:520px){.bx-offcanvas-wrapper{height:100vh;background-color:#fff}.bx-offcanvas-wrapper>div:nth-of-type(2){padding-bottom:1rem}}.bx-catalog-guidance-empty-modal{text-align:center;margin:13px 0}@media screen and (min-width:521px){.bx-catalog-guidance-empty-modal{width:616px}}@media screen and (max-width:520px){#order-from-catalog .invalid-feedback{padding:0 1rem 1rem!important;margin-top:-.75rem}}@media screen and (max-width:520px){#order-from-catalog .col-md-4:not(.search-button-wrapper){background-color:#f7f7f7}}