[data-type=bc-ripple-button--from-bottom] .bc-ripple-button__pseudo::after,[data-type=bc-ripple-button--from-left] .bc-ripple-button__pseudo::after,[data-type=bc-ripple-button--from-right] .bc-ripple-button__pseudo::after{top:-300%}.bc-highlight-title__element,.bc-ripple-button,.bc-swap-title__element,.bc-underlined-title__element{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif}a.bc-anyside-button,a.bc-anyside-button:hover,a.bc-crystal-button,a.bc-crystal-button:hover,a.bc-layer-button,a.bc-layer-button:hover,a.bc-marquee-button,a.bc-marquee-button:hover,a.bc-ripple-button,a.bc-ripple-button:hover{color:unset}.bc-anyside-button{display:block;width:fit-content;white-space:wrap;--colortransition:800ms;--pathtransition:800ms;--hover-color:#fff;border:1px solid #c9c9c9;position:relative;cursor:pointer;overflow:hidden;background:#fff;color:#1a1a1a;border-radius:15px;text-align:center;padding:40px}.bc-anyside-button__title{position:relative;z-index:2;transition:color var(--colortransition) ease}.bc-anyside-button__anyside-div{position:absolute;left:0;top:0;transform:translate(-50%,-50%);border-radius:50%;background:#252527;clip-path:circle(0% at 50% 50%);transition:clip-path var(--pathtransition) ease;z-index:1}.bc-anyside-button:hover .bc-anyside-button__title{color:var(--hover-color)}.bc-anyside-button:hover .bc-anyside-button__anyside-div{clip-path:circle(100% at 50% 50%)}.bc-arrow-button{white-space:wrap;text-decoration:unset!important;color:unset!important;display:flex;justify-content:center;align-items:center;flex-direction:row-reverse;width:fit-content;height:fit-content;--scale:1.25;--transitionduration:0.5s;--dimensions:23px}.bc-arrow-button__title{outline:0;border:none;padding:15px 20px;background-color:#2c2b2b;border-radius:100px;color:#fff;text-align:center}.bc-arrow-button__circle{padding:25px;background-color:#2c2b2b;border-radius:50%;position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center;transition:scale cubic-bezier(.1, 0, .3, 1);transition-duration:var(--transitionduration)}.bc-arrow-button__arrow{position:absolute;transition:transform cubic-bezier(.1, 0, .3, 1);transition-duration:var(--transitionduration);width:var(--dimensions);height:var(--dimensions);min-width:unset!important;min-height:unset!important;rotate:-45deg;--fill:white;stroke-width:.1;stroke:var(--fill);fill:var(--fill)}.bc-arrow-button .bc-arrow-button__arrow-right{transform:translateX(-300%)}.bc-arrow-button:hover .bc-arrow-button__circle{scale:var(--scale)}.bc-arrow-button:hover .bc-arrow-button__arrow-left{transform:translateX(300%)}.bc-arrow-button:hover .bc-arrow-button__arrow-right{transform:translateX(0)}.bc-layer-button:hover .bc-layer-button__first-layer,.bc-layer-button:hover .bc-layer-button__fourth-layer,.bc-layer-button:hover .bc-layer-button__original-layer,.bc-layer-button:hover .bc-layer-button__second-layer,.bc-layer-button:hover .bc-layer-button__third-layer{transform:translate3d(var(--translate3dpxto),var(--translate3dpxto),0);color:var(--color)!important;background:var(--background)!important;z-index:var(--z-index)!important}.bc-crystal-button{display:block;width:fit-content;box-sizing:border-box;white-space:wrap;--radius:15px;--filter:0.7;--border:1px;--padding:1px;border-radius:var(--radius);border:1px solid #d1d1d1;position:relative;place-items:center;padding:12px 36px;transition:transform .1s}.bc-crystal-button:is(:hover,:focus-visible){--hover:1}.bc-crystal-button:before{content:"";position:absolute;inset:0px;border-radius:calc(var(--radius) - var(--border));background:conic-gradient(from calc(var(--rx,0) * 180deg) at calc(var(--x,0) * 100%) calc(var(--y,0) * 100%),hsl(10 90% 70%),hsl(140 80% 70%),hsl(320 80% 70%),hsl(210 80% 70%),hsl(10 80% 70%));filter:saturate(var(--filter));opacity:var(--hover, 0);transition:opacity .2s}.bc-crystal-button__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:calc(var(--radius) - var(--padding));display:block;grid-column:1;grid-row:1;--blur:20px;--brightness:1.2;--saturate:1;background:hsla(0,0%,0%,.3);backdrop-filter:blur(var(--blur)) brightness(var(--brightness)) saturate(var(--saturate))}.bc-crystal-button__title{grid-row:1;grid-column:1;position:relative;z-index:2;display:flex;align-items:center;gap:.5rem}.bc-crystal-button--dark{outline:0}.bc-crystal-button--dark:after{background:hsl(0 0% 10% / calc(1 - var(--hover,0) * .25))}.bc-glowing-button{--border-radius:15px;--transition-duration:0.4s;--dimensions:1px;isolation:isolate;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;width:fit-content;height:fit-content;padding:var(--dimensions);text-decoration:none;border-radius:var(--border-radius);transition:all var(--transition-duration)}.bc-highlight-title,.bc-swap-title,.bc-underlined-title{text-decoration:unset!important}.bc-glowing-button__background{position:relative;z-index:0;--padding:20px 40px;padding:var(--padding);background-color:#f5f5f5;border-radius:var(--border-radius)}.bc-layer-button__first-layer,.bc-layer-button__original-layer{padding:20px 40px;--translate3dpxto:0px;transition:color .3s,background .3s,transform .3s}.bc-glowing-button__title{opacity:1;--color:black;background:var(--color);white-space:nowrap;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.bc-glowing-button__border-gradient{width:100%;min-height:500%;position:absolute;z-index:-1;transform:rotate(0);--animation-duration:3s;animation:spin var(--animation-duration) linear infinite;--first-color:rgba(0,0,0,.5);--second-color:rgba(255,255,255,0);background:conic-gradient(from 0 at 50% 50%,var(--first-color) 0deg,var(--second-color) 60deg,var(--second-color) 310deg,var(--first-color) 360deg)}.bc-layer-button{position:relative;cursor:pointer;display:flex;width:fit-content;height:fit-content;background:unset}.bc-layer-button__original-layer{position:relative;background:#080808;color:#fff;border-radius:5px;transform:translate3d(0,0,0);--color:white;--background:#080808;transition-timing-function:cubic-bezier(0.7,0,0.2,1);z-index:1;--z-index:1}.bc-layer-button__first-layer{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:#3754f5;border:0;border-radius:5px;color:#080808;pointer-events:none;--translate3dpxfrom:6px;transform:translate3d(var(--translate3dpxfrom),var(--translate3dpxfrom),0);--color:#080808;--background:#3754F5;transition-timing-function:cubic-bezier(0.7,0,0.2,1);z-index:0;--z-index:0}.bc-layer-button__second-layer,.bc-layer-button__third-layer{justify-content:center;border:0;transition:color .3s,background .3s,transform .3s;position:absolute;top:0;left:0;width:100%;height:100%;padding:20px 40px;display:flex;color:#080808;pointer-events:none;--translate3dpxto:0;transform:translate3d(var(--translate3dpxfrom),var(--translate3dpxfrom),0);--color:#080808}.bc-layer-button__second-layer{align-items:center;background:#d95ff8;border-radius:5px;--translate3dpxfrom:12px;--background:#D95FF8;transition-timing-function:cubic-bezier(0.7,0,0.2,1);z-index:-1;--z-index:-1}.bc-layer-button__third-layer{align-items:center;background:#3754f5;border-radius:5px;--translate3dpxfrom:18px;--background:#3754F5;transition-timing-function:cubic-bezier(0.7,0,0.2,1);z-index:-2;--z-index:-2}.bc-layer-button__fourth-layer{position:absolute;top:0;left:0;width:100%;height:100%;padding:20px 40px;display:flex;justify-content:center;align-items:center;background:#d95ff8;border:0;border-radius:5px;color:#080808;pointer-events:none;--translate3dpxfrom:24px;--translate3dpxto:0;transform:translate3d(var(--translate3dpxfrom),var(--translate3dpxfrom),0);--color:#080808;--background:#D95FF8;transition:color .3s,background .3s,transform .3s;transition-timing-function:cubic-bezier(0.7,0,0.2,1);z-index:-3;--z-index:-3}.bc-marquee-button{display:block;width:fit-content;white-space:wrap;pointer-events:auto;cursor:pointer;border:1px solid #c9c9c9;position:relative;background:#fff;padding:20px 50px;border-radius:15px}.bc-marquee-button::after,.bc-marquee-button::before,.bc-marquee-button__marquee{position:absolute;width:100%;height:100%;top:0;left:0}.bc-marquee-button__title,.bc-scribble-title__element>*,.bc-scribble-title__element>*>div{display:inline-block}.bc-back-to-top__to-hide,.bc-blade-title__to-hide,.bc-core-slider-wrapper.splide,.bc-grained__to-hide,.bc-letter-launcher__to-hide,.bc-lottie__to-hide,.bc-marquee-button:hover .bc-marquee-button__title,.bc-parallax__to-hide,.bc-particles__to-hide,.bc-reel__to-hide,.bc-scroll-reading__to-hide,.bc-to-hide{opacity:0}.bc-marquee-button__marquee{overflow:hidden;pointer-events:none}.bc-marquee-button__units-wrapper{width:fit-content;height:100%;display:flex;align-items:center;justify-content:center;gap:10px;position:relative;--offset:1rem;--move-initial:calc(-25% + var(--offset));--move-final:calc(-50% + var(--offset));transform:translate3d(var(--move-initial),0,0);animation:4s linear infinite paused marquee;opacity:0;--transition-duration:0.4s}.bc-microbox-button,.bc-microbox-button__grid{width:calc(300px * var(--multiply));height:calc(100px * var(--multiply));justify-content:center}.bc-marquee-button:hover .bc-marquee-button__units-wrapper{animation-play-state:running;opacity:1;transition-duration:.4s}.bc-marquee-button__unit{text-align:center;white-space:nowrap}@keyframes marquee{0%{transform:translate3d(var(--move-initial),0,0)}100%{transform:translate3d(var(--move-final),0,0)}}.bc-microbox-button{position:relative;--multiply:0.75;display:flex;align-items:center;border:0;border-radius:15px;overflow:hidden;white-space:wrap}.bc-microbox-button__grid{position:absolute;display:grid;align-items:center;grid-auto-columns:1fr;grid-template-areas:". . . . . . . . . . . . . ." ". . . . . . . . . . . . . ." ". . . . . . . . . . . . . ." ". . . . . . . . . . . . . ." ". . . . . . . . . . . . . ." ". . . . . . . . . . . . . ." ". . . . . . . . . . . . . ." ". . . . . . . . . . . . . ." ". . . . . . . . . . . . . ." ". . . . . . . . . . . . . ." ". . . . . . . . . . . . . ." ". . . . . . . . . . . . . Area";grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;grid-template-rows:auto auto auto auto auto auto auto auto auto auto;background:#2d61f0}.bc-microbox-button__square{-webkit-box-direction:normal;box-sizing:border-box;width:calc(10px * var(--multiply));height:calc(10px * var(--multiply));background:#1f1f1f;transform:scale(1)}.bc-microbox-button__title{position:absolute;color:#fff}.bc-ripple-button,.bc-ripple-button__pseudo{position:relative;will-change:transform;overflow:hidden}.bc-ripple-button{display:block;width:fit-content;white-space:nowrap;color:#080808;line-height:normal;border:1px solid #c9c9c9;padding:15px 50px;border-radius:50px;background:0 0;cursor:pointer;transition:var(--transition-duration) var(--transition-ease);transform:translateZ(0);backface-visibility:hidden;-webkit-font-smoothing:subpixel-antialiased;-webkit-perspective:1000;--transition-duration:0.8s;--transition-ease:cubic-bezier(0.22, 1, 0.36, 1);--skew-text:10deg}.bc-ripple-button__text{opacity:0;will-change:transform}.bc-ripple-button__hover-fill,.bc-ripple-button__pseudo::after,.bc-ripple-button__pseudo::before{position:absolute;transition:var(--transition-duration) var(--transition-ease)}.bc-ripple-button__pseudo::before{content:attr(data-content);top:0;transform:skewY(0);will-change:transform}.bc-ripple-button__pseudo::after{content:attr(data-content);top:300%;left:0;transform:skewY(var(--skew-text));z-index:5;color:#fff;will-change:transform}.bc-ripple-button__hover-fill{top:-155%;left:0;height:150%;width:100%;background:#080808;z-index:-5;border-radius:0 0 50% 50%}.bc-ripple-button:focus .bc-ripple-button__pseudo::before,.bc-ripple-button:hover .bc-ripple-button__pseudo::before{transform:skewY(var(--skew-text));top:-300%;will-change:transform}.bc-ripple-button:focus .bc-ripple-button__pseudo::after,.bc-ripple-button:hover .bc-ripple-button__pseudo::after{transform:skewY(0);top:0;will-change:transform}[data-type=bc-ripple-button--from-bottom]:focus .bc-ripple-button__pseudo::before,[data-type=bc-ripple-button--from-bottom]:hover .bc-ripple-button__pseudo::before,[data-type=bc-ripple-button--from-left]:focus .bc-ripple-button__pseudo::before,[data-type=bc-ripple-button--from-left]:hover .bc-ripple-button__pseudo::before,[data-type=bc-ripple-button--from-right]:focus .bc-ripple-button__pseudo::before,[data-type=bc-ripple-button--from-right]:hover .bc-ripple-button__pseudo::before{top:300%}.bc-ripple-button:focus .bc-ripple-button__hover-fill,.bc-ripple-button:hover .bc-ripple-button__hover-fill{transform:translateY(100%)}[data-type=bc-ripple-button--from-bottom] .bc-ripple-button__hover-fill{border-radius:50% 50% 0 0;top:105%}[data-type=bc-ripple-button--from-bottom]:focus .bc-ripple-button__hover-fill,[data-type=bc-ripple-button--from-bottom]:hover .bc-ripple-button__hover-fill{transform:translateY(-100%)}[data-type=bc-ripple-button--from-left] .bc-ripple-button__hover-fill{border-radius:0;top:-25%;left:-155%;width:150%}[data-type=bc-ripple-button--from-left]:focus .bc-ripple-button__hover-fill,[data-type=bc-ripple-button--from-left]:hover .bc-ripple-button__hover-fill{transform:translateX(100%)}[data-type=bc-ripple-button--from-right] .bc-ripple-button__hover-fill{border-radius:0;top:-25%;left:105%;width:150%}[data-type=bc-ripple-button--from-right]:focus .bc-ripple-button__hover-fill,[data-type=bc-ripple-button--from-right]:hover .bc-ripple-button__hover-fill{transform:translateX(-100%)}.bc-blade-title,.bc-circular-title,.bc-dark-mode,.bc-parallax,.bc-random-letters-wrapper,.bc-svg-title,.bc-twist-title,.bc-zoom-lens{display:block;width:fit-content;height:fit-content}.bc-blade-title__span{line-height:unset;clip-path:polygon(0 0,100% 0,100% 100%,0% 100%);color:#080808}.bc-circular-title__element{opacity:0;width:200px;height:200px;display:flex;justify-content:center;align-items:center}.bc-circular-title__span-wrapper{animation:15s linear infinite round;transform-origin:center}@keyframes round{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.bc-highlight-title{color:unset!important;display:block;height:fit-content;width:fit-content}.bc-highlight-title__element{color:#080808;width:fit-content;position:relative;z-index:0;--after-background:#73fddf;--height:7px;--duration:0.3s;--ease:cubic-bezier(0.16, 1, 0.3, 1)}.bc-highlight-title__bottom-to-full::after,.bc-highlight-title__full-to-bottom::after,.bc-highlight-title__full-to-left::after,.bc-highlight-title__left-to-full::after{background-color:var(--after-background)}.bc-highlight-title__bottom-to-full:after{content:'';position:absolute;z-index:-1;bottom:0;left:0;width:100%;height:var(--height);transition:var(--duration) var(--ease)}.bc-highlight-title__bottom-to-full:hover:after{height:100%}.bc-highlight-title__full-to-bottom:after,.bc-highlight-title__full-to-left:after{content:'';position:absolute;z-index:-1;bottom:0;left:0;width:100%;height:100%;transition:var(--duration) var(--ease)}.bc-highlight-title__full-to-bottom:hover:after{height:var(--height)}.bc-highlight-title__left-to-full:after{content:'';position:absolute;z-index:-1;bottom:0;left:0;width:var(--height);height:100%;transition:var(--duration) var(--ease)}.bc-swap-title__span,.bc-swap-title__span .char,.bc-swap-title__span .char::after,.bc-swap-title__span .word,.bc-swap-title__span .word::after,.bc-swap-title__span::after{transition:transform var(--duration) var(--ease),-webkit-transform var(--duration) var(--ease),-moz-transform var(--duration) var(--ease),-o-transform var(--duration) var(--ease)}.bc-highlight-title__left-to-full:hover:after,.bc-underlined-title__one-sided:hover:after,.bc-underlined-title__two-sided:hover:after{width:100%}.bc-highlight-title__full-to-left:hover:after{width:var(--height)}.bc-letter-launcher{display:block;width:fit-content;height:fit-content;color:#080808}.bc-letter-launcher__span{color:#080808}.bc-random-letters{color:#080808;text-align:center}.bc-scroll-reading{display:block;width:100%;height:fit-content}.bc-scroll-reading__element{font-size:8rem}.bc-scroll-reading__element .line{position:relative}.bc-scroll-reading__line-mask{position:absolute;top:0;right:0;background-color:#fff;--opacity:0.1;opacity:calc(1 - var(--opacity));height:100%;width:100%;z-index:9999}.bc-svg-title__element{display:flex;width:250px;height:auto}.bc-swap-title,.bc-title-images{width:fit-content;height:fit-content}.bc-svg-title__element text{fill:transparent;stroke:black;stroke-width:1;font-family:helvetica;visibility:hidden}.bc-svg-title__animation text{visibility:visible;stroke-dasharray:0 50%;animation:5s .2s forwards textAnimate}@keyframes textAnimate{0%{stroke-dasharray:0 50%}100%{stroke-dasharray:50% 0}}.bc-swap-title{color:unset!important;display:block;line-height:0}.bc-swap-title *{will-change:transform}.bc-swap-title__element{display:inline-block;position:relative;line-height:normal;color:#080808;padding:0}.bc-swap-title__span-wrapper{display:block;overflow:hidden}.bc-swap-title__span,.bc-swap-title__span .char,.bc-swap-title__span .word{--duration:1s;--ease:cubic-bezier(0.19, 1, 0.22, 1);display:block;position:relative;-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.bc-swap-title__span .char::after,.bc-swap-title__span .word::after,.bc-swap-title__span::after{content:var(--after-content);display:block;position:absolute;top:100%;left:0;-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.bc-swap-title__element:hover .bc-swap-title__span,.bc-swap-title__element:hover .bc-swap-title__span .char,.bc-swap-title__element:hover .bc-swap-title__span .word{-webkit-transform:translateY(-100%) skewY(0);-moz-transform:translateY(-100%) skewY(0);-ms-transform:translateY(-100%) skewY(0);-o-transform:translateY(-100%) skewY(0);transform:translateY(-100%) skewY(0)}.bc-swap-title__remove-line:hover .bc-swap-title__span-wrapper .bc-swap-title__span{-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;-o-transform:none!important;transform:none!important}.bc-swap-title__element:hover .bc-swap-title__span .char::after,.bc-swap-title__element:hover .bc-swap-title__span .word::after,.bc-swap-title__element:hover .bc-swap-title__span::after{-webkit-transform:skewY(0);-moz-transform:skewY(0);-ms-transform:skewY(0);-o-transform:skewY(0);transform:skewY(0)}@media (pointer:coarse){.bc-swap-title__element:hover .bc-swap-title__span,.bc-swap-title__element:hover .bc-swap-title__span .char,.bc-swap-title__element:hover .bc-swap-title__span .char::after,.bc-swap-title__element:hover .bc-swap-title__span .word,.bc-swap-title__element:hover .bc-swap-title__span .word::after,.bc-swap-title__element:hover .bc-swap-title__span::after{-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}}.bc-title-images__wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}.bc-inline-div{margin-block:0px;display:flex;flex-direction:row!important;justify-content:center!important;align-items:center!important}.bc-inline-div video,.bc-inline-img{border-radius:15px;width:100px;height:65px;background-position:center;background-repeat:no-repeat;background-size:cover;display:inline-block;margin:0 14px}.bc-inline-span div{display:inline}.bc-twist-title__element{width:fit-content;color:#080808}.bc-twist-title__span{display:block;opacity:0;transform-origin:center top;transform-style:preserve-3d;transform:translateY(100%) rotateX(-80deg);transition:opacity cubic-bezier(.215, .61, .355, 1),transform cubic-bezier(.215, .61, .355, 1)}.bc-twist-title__is-ready .bc-twist-title__span{transform:none;opacity:1}.bc-underlined-title{color:unset!important;display:block;width:fit-content;height:fit-content}.bc-underlined-title__element{color:#080808;position:relative;display:inline-block;--height:1px;--duration:0.7s;--ease:cubic-bezier(0.16, 1, 0.3, 1)}.bc-underlined-title__side-to-side:before{content:"";display:block;position:absolute;left:0;right:0;bottom:0;height:var(--height);-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:right center;-moz-transform-origin:right center;-ms-transform-origin:right center;-o-transform-origin:right center;transform-origin:right center;background:currentColor;-webkit-transition:-webkit-transform var(--duration) var(--ease);transition:-webkit-transform var(--duration) var(--ease);-o-transition:-o-transform var(--duration) var(--ease);-moz-transition:transform var(--duration) var(--ease),-moz-transform var(--duration) var(--ease);transition:transform var(--duration) var(--ease);transition:transform var(--duration) var(--ease),-webkit-transform var(--duration) var(--ease),-moz-transform var(--duration) var(--ease),-o-transform var(--duration) var(--ease)}.bc-underlined-title__full-sided::after,.bc-underlined-title__side-to-side:hover:before{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1)}.bc-underlined-title__side-to-side:hover:before{transform:scaleX(1);-webkit-transform-origin:left center;-moz-transform-origin:left center;-ms-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;transition-delay:unset;-webkit-transition-delay:unset;-o-transition-delay:unset;-moz-transition-delay:unset}.bc-underlined-title__one-sided:after{content:'';position:absolute;bottom:0;left:0;width:0;border-bottom:var(--height) solid currentColor;transition:var(--duration) var(--ease)}.bc-underlined-title__two-sided:after{content:'';display:block;margin:auto;bottom:0;left:0;width:0;height:var(--height);background:currentColor;transition:width var(--duration) var(--ease);position:unset;border-bottom:unset}.bc-underlined-title__one-sided:hover::after,.bc-underlined-title__two-sided:hover::after{-webkit-transition:width var(--duration) var(--ease);transition:width var(--duration) var(--ease);-o-transition:width var(--duration) var(--ease);-moz-transition:width var(--duration) var(--ease);transition:width var(--duration) var(--ease);transition:width var(--duration) var(--ease)}.bc-underlined-title__full-sided::after,.bc-underlined-title__full-sided::before{content:"";position:absolute;left:0;right:0;bottom:0;height:var(--height);background:currentColor}.bc-underlined-title__full-sided::before{-webkit-transform-origin:left;-moz-transform-origin:left;-ms-transform-origin:left;-o-transform-origin:left;transform-origin:left;-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0)}.bc-underlined-title__full-sided::after{-webkit-transform-origin:right;-moz-transform-origin:right;-ms-transform-origin:right;-o-transform-origin:right;transform-origin:right;transform:scaleX(1)}.bc-underlined-title__full-sided:hover::before{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1);-webkit-transition:-webkit-transform var(--duration) var(--ease);transition:-webkit-transform var(--duration) var(--ease);-o-transition:-o-transform var(--duration) var(--ease);-moz-transition:transform var(--duration) var(--ease),-moz-transform var(--duration) var(--ease);transition:transform var(--duration) var(--ease);transition:transform var(--duration) var(--ease),-webkit-transform var(--duration) var(--ease),-moz-transform var(--duration) var(--ease),-o-transform var(--duration) var(--ease);transition-delay:0.25s;-webkit-transition-delay:0.25s;-o-transition-delay:0.25s;-moz-transition-delay:0.25s}.bc-underlined-title__full-sided:hover::after{width:unset;-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0);-webkit-transition:-webkit-transform var(--duration) var(--ease);transition:-webkit-transform var(--duration) var(--ease);-o-transition:-o-transform var(--duration) var(--ease);-moz-transition:transform var(--duration) var(--ease),-moz-transform var(--duration) var(--ease);transition:transform var(--duration) var(--ease);transition:transform var(--duration) var(--ease),-webkit-transform var(--duration) var(--ease),-moz-transform var(--duration) var(--ease),-o-transform var(--duration) var(--ease)}.bc-back-to-top{position:fixed;right:50px;bottom:50px;height:46px;width:46px;cursor:pointer;border-radius:50px;box-shadow:inset 0 0 0 2px;color:rgba(255,255,255,.2);background-color:none;z-index:10000;opacity:0;visibility:hidden;transform:translateY(15px)!important;transition-duration:.2s;transition-timing-function:linear;display:flex;justify-content:center;align-items:center}.bc-back-to-top__active-progress{opacity:1;visibility:visible;transform:translateY(0)!important}.bc-back-to-top__arrow-svg{position:absolute;fill:grey;width:25px;height:100%;cursor:pointer;display:block;z-index:1}.bc-back-to-top__circle-path{fill:none;stroke:grey;stroke-width:4;box-sizing:border-box}.theme-toggle{--duration:1s;--theme-toggle__classic--duration:var(--duration)!important;--theme-toggle__lightbulb--duration:var(--duration)!important;--theme-toggle__eclipse--duration:var(--duration)!important;--theme-toggle__horizon--duration:var(--duration)!important;--theme-toggle__simple--duration:var(--duration)!important;--theme-toggle__around--duration:var(--duration)!important;--theme-toggle__within--duration:var(--duration)!important;--theme-toggle__expand--duration:var(--duration)!important;--theme-toggle__inner-moon--duration:var(--duration)!important;color:#000;line-height:0}.theme-toggle--toggled{color:#000}.bc-dark-mode__list--backgrounds,.bc-dark-mode__list--borders,.bc-dark-mode__list--colors{display:none}.bc-dark-mode__transition{transition:color,background,border-color}.bc-grained__element{height:500px;width:100%;background:grey}.bc-grained__child{z-index:100;width:100%;height:100%;pointer-events:none;opacity:.05}.bc-img-reveal{overflow:hidden;display:block;width:fit-content;height:auto}.bc-img-reveal__element{visibility:hidden;overflow:hidden;width:100%;height:auto}.bc-img-reveal__element .bc-img-reveal__img{height:auto;width:100%;object-fit:cover;transform-origin:left}.bc-lottie{display:block;width:350px;height:fit-content}.bc-lottie__element,.bc-parallax__element{width:100%;height:auto}.bc-reel__wrapper{display:flex}.bc-reel__item{display:flex;align-items:center;justify-content:center}.bc-reel__nestable{visibility:hidden;min-width:1px}.bc-reel__example-heading{background:#080808;padding:10px 20px;color:#fff}.bc-particles__element{width:100%;height:300px;position:relative;overflow:hidden;background:#424242}.bc-particles__item{position:absolute}.bc-particles__example-heading{background:#f8d405;padding:10px 20px;color:#080808;border-radius:15px}.bc-data-scrollbar{--track-color:rgba(0,0,0,0);--track-hovercolor:rgba(0,0,0,0);--track-activecolor:rgba(0,0,0,0);--thumb-color:rgba(0,0,0,0.44);--thumb-hovercolor:rgba(0,0,0,0.55);--thumb-activecolor:rgba(0,0,0,0.66)}.bc-sharer{cursor:pointer;width:fit-content}.bc-zoom-lens__image{position:relative;display:block;object-fit:contain;width:100%;height:auto;--bgimage:url(https://images.pexels.com/photos/17050728/pexels-photo-17050728/free-photo-of-madera-carretera-paisaje-agua.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1)}.bc-zoom-lens__glass{position:absolute;--glasstop:0;--glassleft:0;--width:20rem;top:calc(var(--glasstop) - var(--width)/ 2);left:calc(var(--glassleft) - var(--width)/ 2);width:var(--width);height:var(--width);background-image:var(--bgimage);border:3px solid #fff;border-radius:50%;pointer-events:none;opacity:0;transform:scale(0);--scale-duration:200ms;transition:transform var(--scale-duration);z-index:9999}.bc-zoom-lens__show{opacity:1;--scale:1.3;transform:scale(var(--scale))}.wrapper-bc-expander .bc-expander-container{width:600px;background-color:#000;border-radius:20px}.wrapper-bc-expander .bc-expander-question{padding:10px 20px;position:relative;display:flex;align-items:center;justify-content:space-between;flex-direction:row;width:100%;cursor:pointer;--icon-transition-duration:0.2s}.wrapper-bc-expander .bc-expander-question-heading{font-size:16px;color:#fff}.wrapper-bc-expander .bc-expander-question-icon{font-size:16px;color:#fff;transition:var(--icon-transition-duration)}.wrapper-bc-expander .bc-expander-question.bc-expander-active>.bc-expander-question-icon{--rotate-degree:180deg;transform:rotate(var(--rotate-degree))}.wrapper-bc-expander .bc-expander-answercont{max-height:0;overflow:hidden;transition:.3s;width:100%}.wrapper-bc-expander .bc-expander-answer{font-size:1.6rem;line-height:1.5;color:#fff;padding:0 20px 15px}.bc-core-slider-wrapper .splide__slide{border:unset!important;cursor:grab!important}.bc-core-slider-wrapper .splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid transparent}.bc-core-slider-wrapper .splide__arrow{--scale-arrow:1;font-size:100%;align-items:center;background:#ccc;cursor:pointer;display:flex;height:30px;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%) scale(var(--scale-arrow));width:30px;z-index:1}.bc-core-slider-wrapper .splide__arrow--prev{background-color:#6200ed;left:15px;outline:0!important}.bc-core-slider-wrapper .splide__arrow--next{background-color:#6200ed;right:15px;outline:0!important}.bc-core-slider-wrapper .splide__arrow--next .nextarrowicon,.bc-core-slider-wrapper .splide__arrow--prev .prevarrowicon{color:#fff}.bc-core-slider-wrapper .splide__pagination .splide__pagination__page.is-active{background-color:#6200ed}.bc-core-slider-wrapper .splide__pagination .splide__pagination__page{background-color:#c6afe6;outline:0!important;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px;z-index:1}.bc-core-slider-wrapper .splide__pagination{bottom:unset;left:0;padding:0 1em;position:absolute;right:0;z-index:1;transform:unset;margin-top:20px}.bc-core-slider-wrapper img{width:100%;height:300px;object-fit:cover}.bc-core-slider-wrapper .splide__slide{outline:0!important;width:fit-content}.bc-core-slider-wrapper .bc-slider-block{width:100%;height:500px;background-color:#c6afe6;display:flex;justify-content:center;align-items:center}.bc-core-slider-wrapper .bc-slider-block-heading{color:#fff;text-align:center;max-width:600px}.bc-click-and-copy,.bc-parallax-hover{width:fit-content}.bc-click-and-copy>i:first-child{border:unset;background-color:#1c1c1c;border-radius:10px;padding:10px;color:#fff;cursor:pointer;--icon-size:auto}.bc-click-and-copy>i:first-child::before{font-size:var(--icon-size)}.bc-click-and-copy .bc-click-and-copy__icon--hidden{visibility:hidden;display:none}.bc-before-after-image{width:fit-content;height:auto;overflow:hidden;position:relative}.bc-before-after-image ::selection{background:0 0}.bc-before-after-image__after,.bc-before-after-image__before{width:100%;height:100%;background-repeat:no-repeat;background-size:cover;background-position:center;position:absolute;top:0;left:0;pointer-events:none;overflow:hidden}.bc-before-after-image__before{width:auto;height:auto}.bc-before-after-image__content-image{max-width:unset;outline:unset;vertical-align:unset;height:100%}.bc-before-after-image__scroller{width:50px;height:50px;position:absolute;top:50%;--size:1;--transition-duration:0.2s;transform:translateY(-50%) scale(var(--size));opacity:.8;transition:opacity var(--transition-duration);pointer-events:auto;cursor:pointer;background:0 0;border-radius:50%;border:2px solid #fff;--color-line:white;--width:5px}.bc-before-after-image__scroller:hover{opacity:1!important}.bc-before-after-image__scrolling{pointer-events:none;opacity:1!important}.bc-before-after-image__scroller--thumb{width:100%;height:100%;padding:5px;fill:white}.bc-before-after-image__scroller:after,.bc-before-after-image__scroller:before{content:" ";display:block;width:10px;height:9999px;position:absolute;left:50%;width:var(--width);margin-left:calc(var(--width)/ -2 - .5px);z-index:30;transition:.1s;background:var(--color-line)}.bc-before-after-image__scroller:before{top:100%}.bc-before-after-image__scroller:after{bottom:100%}.bc-parallax-hover .atropos-inner{width:auto;height:auto;background-color:#b53df6;border-radius:15px}.bc-parallax-hover__heading{width:550px}.bc-scribble-title{width:fit-content;height:auto}.bc-scribble-title__element em{position:relative;z-index:1;font-style:normal;width:fit-content;height:fit-content}.bc-scribble-title__svg{z-index:-1;position:absolute;top:60%;left:0;width:100%;overflow:visible!important;transform:scaleX(1.01) scaleY(1.01) scaleZ(1.01);--svg-duration:1.3s;--svg-easing:cubic-bezier(0.65,0,0.35,1)}.bc-scribble-title__svg path{fill:none;stroke:#ffc107;stroke-width:75px;opacity:0}.bc-scribble-title__active-scribble path{animation:move var(--svg-duration) var(--svg-easing) forwards}@keyframes move{1%{opacity:1}100%{opacity:1;stroke-dashoffset:0}}.bc-scribble-title__line{stroke-dasharray:2947.2548828125;stroke-dashoffset:2947.2548828125}.bc-scribble-title__stacked{stroke-dasharray:3822.566162109375;stroke-dashoffset:3822.566162109375}.bc-scribble-title__stacked2{stroke-dasharray:3436.10302734375;stroke-dashoffset:3436.10302734375}.bc-scribble-title__stacked3{stroke-dasharray:6885.6689453125;stroke-dashoffset:6885.6689453125}.bc-scribble-title__scratch1{stroke-dasharray:2775.923828125;stroke-dashoffset:2775.923828125}.bc-scribble-title__scratch2{stroke-dasharray:1729.8441162109375;stroke-dashoffset:1729.8441162109375}.bc-scribble-title__scratch3{stroke-dasharray:4528.685546875;stroke-dashoffset:4528.685546875}.bc-scribble-title__signature{stroke-dasharray:5843.31396484375;stroke-dashoffset:5843.31396484375}.bc-scribble-title__svg-circle{top:-25%}.bc-scribble-title__circle{stroke-dasharray:6136.572265625;stroke-dashoffset:6136.572265625}