.DesktopBioPage{flex-direction:column;gap:1rem;width:min(100%,1290px);margin:0 auto;display:flex}@media screen and (max-width:992px){.DesktopBioPage{padding:2rem 2rem 4rem}}.DesktopBioPage__container{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;display:flex}.DesktopBioPage__content{flex-direction:row;justify-content:center;gap:3rem;width:min(100%,860px);padding-bottom:7rem;display:flex}.DesktopBioPage__content>div{flex:1}
.BioCard{flex-direction:column;justify-content:center;align-items:start;gap:2em;width:100%;height:100%;display:flex;position:relative}.BioCard .smooth-mt{transition:margin 1s ease-in-out}.BioCard__container{flex-direction:column;align-items:flex-start;gap:2em;width:100%;display:flex}.BioCard__header{flex-direction:column;align-items:flex-start;gap:1em;width:100%;display:flex}@media (max-width:959px){.BioCard__header{align-items:center}}.BioCard__name{white-space:nowrap;text-overflow:ellipsis;min-width:0;max-width:100%;color:var(--clr-text);letter-spacing:-.02em;padding-top:.125em;padding-bottom:.125em;font-size:2em;font-weight:600;line-height:1;display:block;overflow:hidden}.BioCard__profession{white-space:nowrap;text-overflow:ellipsis;background-color:var(--clr-gray-50);min-width:0;max-width:100%;color:var(--clr-gray-600);border:1px solid var(--clr-gray-200);border-radius:99px;justify-content:center;align-items:center;gap:1em;padding:.5em 1em;font-size:.75em;font-weight:600;line-height:1;display:flex;overflow:hidden}.BioCard__about{width:100%;color:var(--clr-gray-600);letter-spacing:-.02em;font-size:.875rem;font-weight:400;line-height:1.5}@media (max-width:959px){.BioCard__about{text-align:center}}.BioCard .CallButtons{grid-template-columns:minmax(0,1fr);gap:1em;width:100%;display:grid}.BioCard .CallButtons:has(>:nth-child(2)){grid-template-columns:repeat(2,minmax(0,1fr))}@media screen and (max-width:768px){.BioCard{max-width:100%}.BioCard__container{align-items:center}}@media screen and (min-width:1024px){.BioCard{max-width:min(365px,100%)}}
.FlexCol{flex-direction:column;gap:0;width:100%;display:flex}.FlexCol.gap-100{gap:.1rem}.FlexCol.gap-500{gap:.5rem}.FlexCol.gap-1000{gap:1rem}.FlexCol.justify-center{justify-content:center}.FlexCol.align-center{align-items:center}.FlexCol.align-start{align-items:flex-start}.FlexCol.align-end{align-items:flex-end}.FlexCol.align-stretch{align-items:stretch}
.ProgressBar{z-index:1;width:100%;position:relative;overflow:hidden;margin:0!important;padding:0!important}.ProgressBar>div{background:linear-gradient(to bottom,var(--clr-primary-600),var(--clr-primary-400));height:5px;animation:roundtime calc(var(--duration)*1s)steps(var(--duration))forwards;transform-origin:0}.ProgressBar[data-style=smooth] div{animation:roundtime calc(var(--duration)*1s)linear forwards}.ProgressBar[data-style=fixed] div{width:calc(var(--duration)*5%)}.ProgressBar[data-style=fill] div{animation:filltime calc(var(--duration)*1s)linear forwards;transform-origin:0;width:100%}.ProgressBar[data-gradient=to-right]>div{background:linear-gradient(to right,var(--clr-primary-600),var(--clr-primary-400))}@keyframes roundtime{to{transform:scaleX(0)}}@keyframes filltime{0%{transform:scaleX(0)}to{transform:scaleX(1)}}
.CardLoader{background-color:var(--clr-bg,#fff);width:100%;height:100%;position:relative}.CardLoader .Loader{z-index:999;width:200px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.LinkButton{--clr-bg:var(--clr-white);--clr-bg-hover:#f5f5f5;--clr-text:var(--clr-gray-925);--clr-border:#f5f5f5;--clr-border-hover:#e5e5e5;--clr-icon-border:#d9d9d9;border-style:solid;border-width:1px;border-color:var(--clr-border);background:var(--clr-bg);border-radius:.75rem;flex-direction:row;align-items:center;gap:.375rem;width:100%;min-width:0;max-width:100%;height:46px;padding:.75rem;display:flex}.LinkButton__icon{background:var(--clr-white);border:.5px solid var(--clr-icon-border);border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;width:2em;height:2em;padding:2px;display:flex;overflow:hidden;box-shadow:0 2px 15px rgba(0,0,0,.05)}.LinkButton__title{min-width:0;max-width:100%;color:var(--clr-text);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.875rem;font-weight:400;line-height:1.25rem;overflow:hidden}.LinkButton__arrow{width:1.25rem;height:1.25rem;color:var(--clr-text);flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.LinkButton:hover{--clr-bg:var(--clr-bg-hover);--clr-border:var(--clr-border-hover)}.LinkButton:hover .LinkButton__arrow{transform:rotate(45deg)}.LinkButton.primary{--clr-bg:var(--clr-gray-925);--clr-text:var(--clr-white);justify-content:center;min-width:0;display:flex}.LinkButton.primary:hover{gap:1.5rem}.LinkButton.primary .LinkButton__title{color:var(--clr-text);flex:0 auto;min-width:0}.LinkButton.primary .LinkButton__icon{display:none}.LinkButton.fancy .LinkButton__arrow,.LinkButton.fancy .LinkButton__title{z-index:9}
.ai-background{--border-size:.625rem;--color-bg:(0,0%,100%);width:100%;height:100%;padding:0;padding:calc(var(--border-size)*1);background:linear-gradient(270deg,rgba(255,88,51,.5),rgba(51,255,88,.5),rgba(51,88,255,.5),rgba(255,51,160,.5),rgba(255,218,51,.5),rgba(51,255,245,.5),rgba(245,51,255,.5),rgba(255,88,51,.5)) 0 0/1200% 1200%;margin:0;transition:all 1s;animation:24s infinite gradientAnimation2;display:block}.ai-background>div{border-radius:calc(var(--border-size)*2);width:100%;height:100%;padding:0 calc(var(--border-size)*1);-webkit-backdrop-filter:blur(120px);backdrop-filter:blur(120px);background:#fff;border:2px solid #fff;transition:all 1s;display:block;box-shadow:0 0 19px 1px rgba(0,0,0,.25)}.ai-background.large{padding:calc(var(--border-size)*2)}@media screen and (min-width:1024px){.ai-background{--border-size:1.875rem}.ai-background>div{border-radius:calc(var(--border-size)*.5)}}@keyframes gradientAnimation{0%{background-position:0 0}25%{background-position:200% 0}50%{background-position:200% 200%}75%{background-position:0 200%}to{background-position:0 0}}@keyframes gradientAnimation2{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}
.ai-button{cursor:pointer;background:0 0;border:none;outline:none;height:3.625rem;padding:0;text-decoration:none;transition:all .3s;display:inline-block}.ai-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.ai-button__background{--border-size:8px;border-radius:1rem;justify-content:center;align-items:center;height:100%;display:flex}.ai-button__content,.ai-button .ai-background>div{box-shadow:0px 0px 0px 1px var(--ThemeNeutral200-800,transparent),0px 2px 4px 0px rgba(0,0,0,.06),0px 1px 2px 0px rgba(0,0,0,.04),0px 1px 2px 0px rgba(0,0,0,.02);background-color:rgba(255,255,255,.898);border-width:1px;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;line-height:1;display:flex}.ai-button__content:hover,.ai-button .ai-background>div:hover{background-color:#fff}.ai-button__icon{flex-shrink:0;width:1rem;height:1rem}.ai-button.secondary .ai-button__content{color:#6b7280}
.Footer{width:100%;display:flex}@media screen and (max-width:992px){.Footer{flex:1;justify-content:end;align-items:end;width:100%;margin-top:2rem;display:flex}.Footer__container{flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}}.Footer__cookie-preferences-text{color:#6b7280;letter-spacing:-.072px;background-color:#f1f2f3;border-radius:.5rem;padding:.5rem 1rem;font-size:.625rem;font-weight:500;line-height:1rem;transition:color .3s}.Footer__cookie-preferences-text:hover{cursor:pointer;color:#1f2937}.Footer__bio-popover{background-color:var(--clr-bg);cursor:pointer;border-radius:.5rem}@media screen and (min-width:993px){.Footer{display:block}.Footer__bio-popover{position:fixed;bottom:1rem;right:1rem}.Footer__cookie-preferences-text{position:fixed;bottom:1rem;left:1rem}}
.Card{border-radius:1.256rem;display:flex;overflow:hidden}
.LoaderOverlay{z-index:999999;background-color:var(--clr-bg,#fff);width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.LoaderOverlay .Loader{z-index:9999999;width:100px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.LoaderOverlay .ProgressBar{z-index:9999999;background-color:#f5f5f5;border-radius:999px;width:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin-top:100px!important}.LoaderOverlay .ProgressBar .ProgressBar__bar{border-radius:15px;display:block}
.ButtonClose{--clr-border:#000;--clr-border-hover:#000;background-color:var(--clr-bg,transparent);cursor:pointer;border:1px solid var(--clr-bg,transparent);width:1.5em;height:1.5em;box-shadow:var(--box-shadow-1);border-radius:.5em;place-items:center;padding:.3em;display:flex}.ButtonClose svg{stroke:var(--clr-border,#ccc);border-radius:.5em;width:100%;height:100%;transition:transform .2s ease-in-out}.ButtonClose:hover{--clr-border:var(--clr-border-hover,#000)}.ButtonClose:hover svg{background-color:var(--clr-bg,transparent);transform:rotate(90deg)}.ButtonClose.small{width:1em;height:1em}.ButtonClose.medium{width:1.5em;height:1.5em}.ButtonClose.large{width:2em;height:2em}.ButtonClose.rounded{border-radius:50%}.ButtonClose.top-right{z-index:99999;position:absolute;top:2rem;right:2rem}@media screen and (max-width:992px){.ButtonClose.top-right{top:.5rem;right:.5rem}}.ButtonClose.top-right body:has(.ButtonClose.top-right){position:relative}
.SwiperSlideImage .Img__container{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.SwiperSlideImage .Img__container img{object-fit:contain;border-radius:10px;max-width:100%;max-height:100%;overflow:hidden}@media screen and (max-width:992px){.SwiperSlideImage .Img__container{padding-left:17px;padding-right:17px}}
.Carousel .SwiperSlideText .Card{text-align:left;width:min(90%,599px);letter-spacing:-0.6%;margin-top:4rem;font-size:23px;font-weight:400;line-height:40px;display:block;overflow:auto}.Carousel .SwiperSlideText .Card span{font-weight:600;font-style:solid;text-decoration:underline}
:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-left:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child:not(:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-left:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-left:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-top:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow-left{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow-right{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow-top{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow-left{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow-right{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow-top{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(transparent,rgba(0,0,0,.5))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:transparent;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}

.swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translate(0,0)}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination{display:none!important}.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);width:100%;left:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);display:inline-block}button.swiper-pagination-bullet{box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px)0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:100% 0}.swiper-horizontal>.swiper-pagination-progressbar{width:100%;height:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}.swiper-pagination-progressbar.swiper-pagination-horizontal{width:100%;height:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}.swiper-pagination-progressbar.swiper-pagination-vertical{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}.swiper-pagination-lock{display:none}
.ImageHover{flex:1;position:relative}.hoveringImg{aspect-ratio:3/4;object-fit:cover;object-position:center;will-change:transform;border-radius:1rem;width:100%;transition:transform .3s ease-out}.StickyImgContainer{transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden;position:-webkit-sticky;position:sticky;top:8rem}
.Gallery{grid-template-columns:repeat(4,1fr);gap:3rem 1.875rem;max-width:100%;display:grid}@media screen and (max-width:992px){.Gallery{grid-template-columns:repeat(2,1fr)}}.Gallery .GalleryCard{cursor:pointer;overflow:hidden}.Gallery .GalleryCard.GalleryCard--multiple{position:relative}.Gallery .GalleryCard.GalleryCard--multiple svg{z-index:9999;fill:var(--clr-bg);position:absolute;top:1rem;right:1rem}.Gallery .smooth-mt{transition:margin 1s ease-in-out}.Gallery .Card{width:100%;display:flex;overflow:hidden;aspect-ratio:1!important}.Gallery .Card .CardImage{object-fit:cover;background-color:#f2f2f2;width:100%;max-width:100%;height:100%}.Gallery .Card .CardImage:hover{transform:scale(1.125)}.Gallery .Gallery__Title{font-size:var(--text-lg,1.125rem);letter-spacing:-1%;color:var(--clr-header,#000);word-wrap:break-word;text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;max-width:min(100%,300px);font-weight:600;line-height:1;display:-webkit-box;overflow:hidden}@media screen and (max-height:458px){.Carousel .Img__container img{object-fit:contain!important}}
:root{--swiper-navigation-size:44px}.swiper-button-prev,.swiper-button-next{width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;color:var(--swiper-navigation-color,var(--swiper-theme-color));justify-content:center;align-items:center;display:flex;position:absolute}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) svg{object-fit:contain;transform-origin:50%;fill:currentColor;pointer-events:none;width:100%;height:100%}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size)/2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal .swiper-button-prev{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size)/2));margin-left:0}.swiper-horizontal .swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size)/2));margin-left:0}.swiper-horizontal~.swiper-button-prev{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size)/2));margin-left:0}.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size)/2));margin-left:0}.swiper-horizontal .swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-horizontal~.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-horizontal.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-horizontal .swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal~.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal .swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-horizontal~.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon{transform:rotate(180deg)}.swiper-horizontal.swiper-rtl~.swiper-button-next .swiper-navigation-icon{transform:rotate(180deg)}.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon{transform:rotate(0)}.swiper-horizontal.swiper-rtl~.swiper-button-prev .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - (var(--swiper-navigation-size)/2));margin-top:0;right:auto}.swiper-vertical .swiper-button-next{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - (var(--swiper-navigation-size)/2));margin-top:0;right:auto}.swiper-vertical~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - (var(--swiper-navigation-size)/2));margin-top:0;right:auto}.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - (var(--swiper-navigation-size)/2));margin-top:0;right:auto}.swiper-vertical .swiper-button-prev{top:var(--swiper-navigation-sides-offset,4px);bottom:auto}.swiper-vertical .swiper-button-prev .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset,4px);bottom:auto}.swiper-vertical~.swiper-button-prev .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto}.swiper-vertical .swiper-button-next .swiper-navigation-icon{transform:rotate(90deg)}.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto}.swiper-vertical~.swiper-button-next .swiper-navigation-icon{transform:rotate(90deg)}
body:has(.Carousel) :focus{outline:none!important}.Carousel{height:100%}.Carousel .swiper-slide{height:auto;max-height:100%;display:flex}.Carousel .FlexCol{justify-content:center;align-items:center;display:flex}.Carousel .Card{border-radius:var(--s-2_5);justify-content:center;align-items:center;height:100%;display:flex;overflow:hidden}.swiper-container{width:100%;max-width:600px;margin:auto;position:relative}.custom-prev,.custom-next{z-index:10;background:0 0;border:none;width:500px;max-width:33vw;height:100%;position:absolute;top:50%;transform:translateY(-50%)}.custom-prev{cursor:w-resize;left:10px}.custom-next{cursor:e-resize;right:10px}.icon{width:32px;height:32px}.custom-prev:hover svg,.custom-next:hover svg{transition:transform .3s;transform:scale(1.1)}@media screen and (max-width:600px){.custom-next,.custom-prev{display:none}}
.MobileDraver{background-color:var(--clr-bg)}@media (min-width:768px){.MobileDraver .BioCard{padding-top:2em}}.MobileDraver .PageTabs+.BioCard{padding-top:0}
body:has(.CarouselPage){width:100%;height:100%}.top-left{position:absolute;top:2em;left:2em}.CarouselPage{width:max(300px,min(100%,100vw));height:max(300px,min(100%,100dvh));padding:var(--s-20)}@media screen and (max-width:992px){.CarouselPage{padding-top:var(--s-12);padding-bottom:var(--s-12);padding-right:var(--s-0);padding-left:var(--s-0)}}.CarouselPage .CarouselPage__Title{justify-content:center;align-items:center;height:1.725rem;font-size:1.125rem;font-weight:600;line-height:1;display:flex;position:absolute;top:2em;left:2em}@media screen and (max-width:992px){.CarouselPage .CarouselPage__Title{justify-content:center;align-items:center;height:1.5rem;font-size:1rem;display:flex;top:1rem;left:50%;transform:translate(-50%)}}.CarouselPage .CarouselPage__Description{color:#737373;pointer-events:none;position:absolute;bottom:2em;left:2em}@media screen and (max-width:992px){.CarouselPage .CarouselPage__Description{bottom:1em;left:50%;transform:translate(-50%)}}
.PageTabs:has(+.GalleryPage){padding-left:18px;padding-right:18px}.GalleryPage{flex-direction:column;gap:1rem;width:min(100%,1290px);height:calc(100% - 6rem);margin:0 auto;padding-bottom:4rem;padding-left:18px;padding-right:18px;display:flex}@media screen and (max-width:992px){.GalleryPage{padding-top:2rem;padding-bottom:4rem}}.GalleryPage__container{flex-direction:column;flex:1;gap:1rem;padding-bottom:4rem;display:flex}
.ButtonClosee{--clr-border:#000;--clr-border-hover:#000;cursor:pointer;width:1.5em;height:1.5em;box-shadow:var(--box-shadow-1);background-color:#262626;border:1px solid #262626;border-radius:.5em;place-items:center;padding:.3em;display:flex}.ButtonClosee svg{stroke:#fff;fill:#fff;border-radius:.5em;width:100%;height:100%;transition:transform .2s ease-in-out}.ButtonClosee:hover{--clr-border:var(--clr-border-hover,#000)}.ButtonClosee:hover svg{transform:rotate(90deg)}.ButtonClosee.small{width:1em;height:1em}.ButtonClosee.medium{width:1.5em;height:1.5em}.ButtonClosee.large{width:2em;height:2em}.ButtonClosee.rounded{border-radius:50%}.ButtonClosee.top-right{z-index:99999;position:absolute;top:2rem;right:2rem}@media screen and (max-width:992px){.ButtonClosee.top-right{top:.5rem;right:.5rem}}.ButtonClosee.top-right body:has(.ButtonClose.top-right){position:relative}
.CardLoader{background-color:#f9f95d;width:100%;height:100%;position:relative}.CardLoader .Loader{z-index:999;width:200px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.SwiperSlideImage .Img__container{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.SwiperSlideImage .Img__container img{object-fit:contain;border-radius:10px;max-width:100%;max-height:100%;overflow:hidden}@media screen and (max-width:992px){.SwiperSlideImage .Img__container{padding-left:17px;padding-right:17px}}
.Carousel .SwiperSlideText .Card{text-align:left;width:min(90%,599px);letter-spacing:-0.6%;margin-top:4rem;font-size:23px;font-weight:400;line-height:40px;display:block;overflow:auto}.Carousel .SwiperSlideText .Card span{font-weight:600;font-style:solid;text-decoration:underline}
body:has(.Carousel) :focus{outline:none!important}.Carousel{height:100%}.Carousel .swiper-slide{height:auto;max-height:100%;display:flex}.Carousel .FlexCol{justify-content:center;align-items:center;display:flex}.Carousel .Card{border-radius:var(--s-2_5);justify-content:center;align-items:center;height:100%;display:flex;overflow:hidden}.swiper-container{width:100%;max-width:600px;margin:auto;position:relative}.custom-prev,.custom-next{z-index:10;background:0 0;border:none;width:500px;max-width:33vw;height:100%;position:absolute;top:50%;transform:translateY(-50%)}.custom-prev{cursor:w-resize;left:10px}.custom-next{cursor:e-resize;right:10px}.icon{width:32px;height:32px}.custom-prev:hover svg,.custom-next:hover svg{transition:transform .3s;transform:scale(1.1)}@media screen and (max-width:600px){.custom-next,.custom-prev{display:none}}
body:has(.CarouselPage){background:#f9f95d;width:100%;height:100%}.top-left{position:absolute;top:2em;left:2em}.CarouselPage{width:max(300px,min(100%,100vw));height:max(300px,min(100%,100dvh));padding:var(--s-20)}@media screen and (max-width:992px){.CarouselPage{padding-top:var(--s-12);padding-bottom:var(--s-12);padding-right:var(--s-0);padding-left:var(--s-0)}}.CarouselPage .CarouselPage__Title{justify-content:center;align-items:center;height:1.725rem;font-size:1.125rem;font-weight:600;line-height:1;display:flex;position:absolute;top:2em;left:2em}@media screen and (max-width:992px){.CarouselPage .CarouselPage__Title{justify-content:center;align-items:center;height:1.5rem;font-size:1rem;display:flex;top:1rem;left:50%;transform:translate(-50%)}}.CarouselPage .CarouselPage__Description{color:#737373;pointer-events:none;position:absolute;bottom:2em;left:2em}@media screen and (max-width:992px){.CarouselPage .CarouselPage__Description{bottom:1em;left:50%;transform:translate(-50%)}}
.ai-background{--border-size:.625rem;--color-bg:(0,0%,100%);width:100%;height:100%;padding:0;padding:calc(var(--border-size)*1);background:linear-gradient(270deg,rgba(255,88,51,.5),rgba(51,255,88,.5),rgba(51,88,255,.5),rgba(255,51,160,.5),rgba(255,218,51,.5),rgba(51,255,245,.5),rgba(245,51,255,.5),rgba(255,88,51,.5)) 0 0/1200% 1200%;margin:0;transition:all 1s;animation:24s infinite gradientAnimation2;display:block}.ai-background>div{border-radius:calc(var(--border-size)*2);width:100%;height:100%;padding:0 calc(var(--border-size)*1);-webkit-backdrop-filter:blur(120px);backdrop-filter:blur(120px);background:#fff;border:2px solid #fff;transition:all 1s;display:block;box-shadow:0 0 19px 1px rgba(0,0,0,.25)}.ai-background.large{padding:calc(var(--border-size)*2)}@media screen and (min-width:1024px){.ai-background{--border-size:1.875rem}.ai-background>div{border-radius:calc(var(--border-size)*.5)}}@keyframes gradientAnimation{0%{background-position:0 0}25%{background-position:200% 0}50%{background-position:200% 200%}75%{background-position:0 200%}to{background-position:0 0}}@keyframes gradientAnimation2{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}
.ai-button{cursor:pointer;background:0 0;border:none;outline:none;height:3.625rem;padding:0;text-decoration:none;transition:all .3s;display:inline-block}.ai-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.ai-button__background{--border-size:8px;border-radius:1rem;justify-content:center;align-items:center;height:100%;display:flex}.ai-button__content,.ai-button .ai-background>div{box-shadow:0px 0px 0px 1px var(--ThemeNeutral200-800,transparent),0px 2px 4px 0px rgba(0,0,0,.06),0px 1px 2px 0px rgba(0,0,0,.04),0px 1px 2px 0px rgba(0,0,0,.02);background-color:rgba(255,255,255,.898);border-width:1px;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;line-height:1;display:flex}.ai-button__content:hover,.ai-button .ai-background>div:hover{background-color:#fff}.ai-button .full{border-radius:99px!important}.ai-button__icon{flex-shrink:0;width:1rem;height:1rem}.ai-button.secondary .ai-button__content{color:#6b7280}
.ButtonClosee{--clr-border:#000;--clr-border-hover:#000;cursor:pointer;width:1.5em;height:1.5em;box-shadow:var(--box-shadow-1);background-color:#262626;border:1px solid #262626;border-radius:.5em;place-items:center;padding:.3em;display:flex}.ButtonClosee svg{stroke:#fff;fill:#fff;border-radius:.5em;width:100%;height:100%;transition:transform .2s ease-in-out}.ButtonClosee:hover{--clr-border:var(--clr-border-hover,#000)}.ButtonClosee:hover svg{transform:rotate(90deg)}.ButtonClosee.blue-theme{background-color:#1e3a8a!important;border-color:rgba(30,58,138,.1)!important}.ButtonClosee.blue-theme svg{stroke:#fff!important;fill:#fff!important}.ButtonClosee.blue-theme:hover{background-color:rgba(30,58,138,.8)!important}.ButtonClosee.small{width:1em;height:1em}.ButtonClosee.medium{width:1.5em;height:1.5em}.ButtonClosee.large{width:2em;height:2em}.ButtonClosee.rounded{border-radius:50%}.ButtonClosee.top-right{z-index:99999;position:absolute;top:2rem;right:2rem}@media screen and (max-width:992px){.ButtonClosee.top-right{top:.5rem;right:.5rem}}.ButtonClosee.top-right body:has(.ButtonClose.top-right){position:relative}
.CardLoader{background-color:#f9f95d;width:100%;height:100%;position:relative}.CardLoader .Loader{z-index:999;width:200px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.blue-theme-bg{background-color:#f7faff!important}
.SwiperSlideImage .Img__container{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.SwiperSlideImage .Img__container img{object-fit:contain;border-radius:10px;max-width:100%;max-height:100%;overflow:hidden}@media screen and (max-width:992px){.SwiperSlideImage .Img__container{padding-left:17px;padding-right:17px}}
.Carousel .SwiperSlideText .Card{text-align:left;width:min(90%,599px);letter-spacing:-0.6%;margin-top:4rem;font-size:23px;font-weight:400;line-height:40px;display:block;overflow:auto}.Carousel .SwiperSlideText .Card span{font-weight:600;font-style:solid;text-decoration:underline}
body:has(.Carousel) :focus{outline:none!important}.Carousel{height:100%}.Carousel .swiper-slide{height:auto;max-height:100%;display:flex}.Carousel .FlexCol{justify-content:center;align-items:center;display:flex}.Carousel .Card{border-radius:var(--s-2_5);justify-content:center;align-items:center;height:100%;display:flex;overflow:hidden}.swiper-container{width:100%;max-width:600px;margin:auto;position:relative}.custom-prev,.custom-next{z-index:10;background:0 0;border:none;width:500px;max-width:33vw;height:100%;position:absolute;top:50%;transform:translateY(-50%)}.custom-prev{cursor:w-resize;left:10px}.custom-next{cursor:e-resize;right:10px}.icon{width:32px;height:32px}.custom-prev:hover svg,.custom-next:hover svg{transition:transform .3s;transform:scale(1.1)}@media screen and (max-width:600px){.custom-next,.custom-prev{display:none}}
body:has(.CarouselPage){background:#f9f95d;width:100%;height:100%}.top-left{position:absolute;top:2em;left:2em}.CarouselPage{width:max(300px,min(100%,100vw));height:max(300px,min(100%,100dvh));padding:var(--s-20)}@media screen and (max-width:992px){.CarouselPage{padding-top:var(--s-12);padding-bottom:var(--s-12);padding-right:var(--s-0);padding-left:var(--s-0)}}.CarouselPage .CarouselPage__Title{justify-content:center;align-items:center;height:1.725rem;font-size:1.125rem;font-weight:600;line-height:1;display:flex;position:absolute;top:2em;left:2em}@media screen and (max-width:992px){.CarouselPage .CarouselPage__Title{justify-content:center;align-items:center;height:1.5rem;font-size:1rem;display:flex;top:1rem;left:50%;transform:translate(-50%)}}.CarouselPage .CarouselPage__Description{color:#737373;pointer-events:none;position:absolute;bottom:2em;left:2em}@media screen and (max-width:992px){.CarouselPage .CarouselPage__Description{bottom:1em;left:50%;transform:translate(-50%)}}
.ButtonClosee{--clr-border:#000;--clr-border-hover:#000;cursor:pointer;width:1.5em;height:1.5em;box-shadow:var(--box-shadow-1);background-color:#262626;border:1px solid #262626;border-radius:.5em;place-items:center;padding:.3em;display:flex}.ButtonClosee svg{stroke:#fff;fill:#fff;border-radius:.5em;width:100%;height:100%;transition:transform .2s ease-in-out}.ButtonClosee:hover{--clr-border:var(--clr-border-hover,#000)}.ButtonClosee:hover svg{transform:rotate(90deg)}.ButtonClosee.blue-theme{background-color:#1e3a8a!important;border-color:rgba(30,58,138,.1)!important}.ButtonClosee.blue-theme svg{stroke:#fff!important;fill:#fff!important}.ButtonClosee.blue-theme:hover{background-color:rgba(30,58,138,.8)!important}.ButtonClosee.dark-theme{background-color:#262626!important;border-color:rgba(30,58,138,.1)!important}.ButtonClosee.dark-theme svg{stroke:#fff!important;fill:#fff!important}.ButtonClosee.dark-theme:hover{background-color:#262526!important}.ButtonClosee.small{width:1em;height:1em}.ButtonClosee.medium{width:1.5em;height:1.5em}.ButtonClosee.large{width:2em;height:2em}.ButtonClosee.rounded{border-radius:50%}.ButtonClosee.top-right{z-index:99999;position:absolute;top:2rem;right:2rem}@media screen and (max-width:992px){.ButtonClosee.top-right{top:.5rem;right:.5rem}}.ButtonClosee.top-right body:has(.ButtonClose.top-right){position:relative}
.CardLoader{background-color:#f9f95d;width:100%;height:100%;position:relative}.CardLoader .Loader{z-index:999;width:200px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.blue-theme-bg{background-color:#f7faff!important}
.SwiperSlideImage .Img__container{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.SwiperSlideImage .Img__container img{object-fit:contain;border-radius:10px;max-width:100%;max-height:100%;overflow:hidden}@media screen and (max-width:992px){.SwiperSlideImage .Img__container{padding-left:17px;padding-right:17px}}
.Carousel .SwiperSlideText .Card{text-align:left;width:min(90%,599px);letter-spacing:-0.6%;margin-top:4rem;font-size:23px;font-weight:400;line-height:40px;display:block;overflow:auto}.Carousel .SwiperSlideText .Card span{font-weight:600;font-style:solid;text-decoration:underline}
body:has(.Carousel) :focus{outline:none!important}.Carousel{height:100%}.Carousel .swiper-slide{height:auto;max-height:100%;display:flex}.Carousel .FlexCol{justify-content:center;align-items:center;display:flex}.Carousel .Card{border-radius:var(--s-2_5);justify-content:center;align-items:center;height:100%;display:flex;overflow:hidden}.swiper-container{width:100%;max-width:600px;margin:auto;position:relative}.custom-prev,.custom-next{z-index:10;background:0 0;border:none;width:500px;max-width:33vw;height:100%;position:absolute;top:50%;transform:translateY(-50%)}.custom-prev{cursor:w-resize;left:10px}.custom-next{cursor:e-resize;right:10px}.icon{width:32px;height:32px}.custom-prev:hover svg,.custom-next:hover svg{transition:transform .3s;transform:scale(1.1)}@media screen and (max-width:600px){.custom-next,.custom-prev{display:none}}
body:has(.CarouselPage){background:#f9f95d;width:100%;height:100%}.top-left{position:absolute;top:2em;left:2em}.CarouselPage{width:max(300px,min(100%,100vw));height:max(300px,min(100%,100dvh));padding:var(--s-20)}@media screen and (max-width:992px){.CarouselPage{padding-top:var(--s-12);padding-bottom:var(--s-12);padding-right:var(--s-0);padding-left:var(--s-0)}}.CarouselPage .CarouselPage__Title{justify-content:center;align-items:center;height:1.725rem;font-size:1.125rem;font-weight:600;line-height:1;display:flex;position:absolute;top:2em;left:2em}@media screen and (max-width:992px){.CarouselPage .CarouselPage__Title{justify-content:center;align-items:center;height:1.5rem;font-size:1rem;display:flex;top:1rem;left:50%;transform:translate(-50%)}}.CarouselPage .CarouselPage__Description{color:#737373;pointer-events:none;position:absolute;bottom:2em;left:2em}@media screen and (max-width:992px){.CarouselPage .CarouselPage__Description{bottom:1em;left:50%;transform:translate(-50%)}}
.ButtonClosee{--clr-border:#000;--clr-border-hover:#000;cursor:pointer;width:1.5em;height:1.5em;box-shadow:var(--box-shadow-1);background-color:#262626;border:1px solid #262626;border-radius:.5em;place-items:center;padding:.3em;display:flex}.ButtonClosee svg{stroke:#fff;fill:#fff;border-radius:.5em;width:100%;height:100%;transition:transform .2s ease-in-out}.ButtonClosee:hover{--clr-border:var(--clr-border-hover,#000)}.ButtonClosee:hover svg{transform:rotate(90deg)}.ButtonClosee.small{width:1em;height:1em}.ButtonClosee.medium{width:1.5em;height:1.5em}.ButtonClosee.large{width:2em;height:2em}.ButtonClosee.rounded{border-radius:50%}.ButtonClosee.top-right{z-index:99999;position:absolute;top:2rem;right:2rem}@media screen and (max-width:992px){.ButtonClosee.top-right{top:.5rem;right:.5rem}}.ButtonClosee.top-right body:has(.ButtonClose.top-right){position:relative}
.CardLoader{background-color:#f9f95d;width:100%;height:100%;position:relative}.CardLoader .Loader{z-index:999;width:200px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.bg-blaze{background-color:#fb923c}
.SwiperSlideImage .Img__container{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.SwiperSlideImage .Img__container img{object-fit:contain;border-radius:10px;max-width:100%;max-height:100%;overflow:hidden}@media screen and (max-width:992px){.SwiperSlideImage .Img__container{padding-left:17px;padding-right:17px}}
.Carousel .SwiperSlideText .Card{text-align:left;width:min(90%,599px);letter-spacing:-0.6%;margin-top:4rem;font-size:23px;font-weight:400;line-height:40px;display:block;overflow:auto}.Carousel .SwiperSlideText .Card span{font-weight:600;font-style:solid;text-decoration:underline}
body:has(.Carousel) :focus{outline:none!important}.Carousel{height:100%}.Carousel .swiper-slide{height:auto;max-height:100%;display:flex}.Carousel .FlexCol{justify-content:center;align-items:center;display:flex}.Carousel .Card{border-radius:var(--s-2_5);justify-content:center;align-items:center;height:100%;display:flex;overflow:hidden}.swiper-container{width:100%;max-width:600px;margin:auto;position:relative}.custom-prev,.custom-next{z-index:10;background:0 0;border:none;width:500px;max-width:33vw;height:100%;position:absolute;top:50%;transform:translateY(-50%)}.custom-prev{cursor:w-resize;left:10px}.custom-next{cursor:e-resize;right:10px}.icon{width:32px;height:32px}.custom-prev:hover svg,.custom-next:hover svg{transition:transform .3s;transform:scale(1.1)}@media screen and (max-width:600px){.custom-next,.custom-prev{display:none}}
body:has(.CarouselPage){background:#f9f95d;width:100%;height:100%}.top-left{position:absolute;top:2em;left:2em}.CarouselPage{width:max(300px,min(100%,100vw));height:max(300px,min(100%,100dvh));padding:var(--s-20)}@media screen and (max-width:992px){.CarouselPage{padding-top:var(--s-12);padding-bottom:var(--s-12);padding-right:var(--s-0);padding-left:var(--s-0)}}.CarouselPage .CarouselPage__Title{color:#fff;justify-content:center;align-items:center;height:1.725rem;font-size:1.125rem;font-weight:600;line-height:1;display:flex;position:absolute;top:2em;left:2em}@media screen and (max-width:992px){.CarouselPage .CarouselPage__Title{justify-content:center;align-items:center;height:1.5rem;font-size:1rem;display:flex;top:1rem;left:50%;transform:translate(-50%)}}.CarouselPage .CarouselPage__Description{color:#737373;pointer-events:none;position:absolute;bottom:2em;left:2em}@media screen and (max-width:992px){.CarouselPage .CarouselPage__Description{bottom:1em;left:50%;transform:translate(-50%)}}
@font-face{font-family:Boldonse;font-style:normal;font-weight:400;font-display:swap;src:url(../media/214f55243a4db907.8e633f38.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Boldonse;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e1d05e69696bf0b3.p.e0b21038.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.boldonse_cb6ed9c1-module__1qVsTG__className{font-family:Boldonse;font-style:normal;font-weight:400}.boldonse_cb6ed9c1-module__1qVsTG__variable{--font-boldonse:"Boldonse"}
.ButtonClosee{--clr-border:#000;--clr-border-hover:#000;cursor:pointer;width:1.5em;height:1.5em;box-shadow:var(--box-shadow-1);background-color:#262626;border:1px solid #262626;border-radius:.5em;place-items:center;padding:.3em;display:flex}.ButtonClosee svg{stroke:#fff;fill:#fff;border-radius:.5em;width:100%;height:100%;transition:transform .2s ease-in-out}.ButtonClosee:hover{--clr-border:var(--clr-border-hover,#000)}.ButtonClosee:hover svg{transform:rotate(90deg)}.ButtonClosee.small{width:1em;height:1em}.ButtonClosee.medium{width:1.5em;height:1.5em}.ButtonClosee.large{width:2em;height:2em}.ButtonClosee.rounded{border-radius:50%}.ButtonClosee.top-right{z-index:99999;position:absolute;top:2rem;right:2rem}@media screen and (max-width:992px){.ButtonClosee.top-right{top:.5rem;right:.5rem}}.ButtonClosee.top-right body:has(.ButtonClose.top-right){position:relative}
.CardLoader{background-color:#f9f95d;width:100%;height:100%;position:relative}.CardLoader .Loader{z-index:999;width:200px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.blueberry{background-color:#fff7ed!important}
.SwiperSlideImage .Img__container{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.SwiperSlideImage .Img__container img{object-fit:contain;border-radius:10px;max-width:100%;max-height:100%;overflow:hidden}@media screen and (max-width:992px){.SwiperSlideImage .Img__container{padding-left:17px;padding-right:17px}}
.Carousel .SwiperSlideText .Card{text-align:left;width:min(90%,599px);letter-spacing:-0.6%;margin-top:4rem;font-size:23px;font-weight:400;line-height:40px;display:block;overflow:auto}.Carousel .SwiperSlideText .Card span{font-weight:600;font-style:solid;text-decoration:underline}
body:has(.Carousel) :focus{outline:none!important}.Carousel{height:100%}.Carousel .swiper-slide{height:auto;max-height:100%;display:flex}.Carousel .FlexCol{justify-content:center;align-items:center;display:flex}.Carousel .Card{border-radius:var(--s-2_5);justify-content:center;align-items:center;height:100%;display:flex;overflow:hidden}.swiper-container{width:100%;max-width:600px;margin:auto;position:relative}.custom-prev,.custom-next{z-index:10;background:0 0;border:none;width:500px;max-width:33vw;height:100%;position:absolute;top:50%;transform:translateY(-50%)}.custom-prev{cursor:w-resize;left:10px}.custom-next{cursor:e-resize;right:10px}.icon{width:32px;height:32px}.custom-prev:hover svg,.custom-next:hover svg{transition:transform .3s;transform:scale(1.1)}@media screen and (max-width:600px){.custom-next,.custom-prev{display:none}}
body:has(.CarouselPage){background:#f9f95d;width:100%;height:100%}.top-left{position:absolute;top:2em;left:2em}.CarouselPage{width:max(300px,min(100%,100vw));height:max(300px,min(100%,100dvh));padding:var(--s-20)}@media screen and (max-width:992px){.CarouselPage{padding-top:var(--s-12);padding-bottom:var(--s-12);padding-right:var(--s-0);padding-left:var(--s-0)}}.CarouselPage .CarouselPage__Title{justify-content:center;align-items:center;height:1.725rem;font-size:1.125rem;font-weight:600;line-height:1;display:flex;position:absolute;top:2em;left:2em}@media screen and (max-width:992px){.CarouselPage .CarouselPage__Title{justify-content:center;align-items:center;height:1.5rem;font-size:1rem;display:flex;top:1rem;left:50%;transform:translate(-50%)}}.CarouselPage .CarouselPage__Description{color:#737373;pointer-events:none;position:absolute;bottom:2em;left:2em}@media screen and (max-width:992px){.CarouselPage .CarouselPage__Description{bottom:1em;left:50%;transform:translate(-50%)}}
@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:400;font-display:swap;src:url(../media/6904b01ec6723ae8-s.d1f1e2b4.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:400;font-display:swap;src:url(../media/6496f2fc586f042c-s.c3b5fc98.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:400;font-display:swap;src:url(../media/f4b3fe4ab46fd701-s.2e163f79.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:400;font-display:swap;src:url(../media/82a8dd882eed3098-s.53a641b6.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:400;font-display:swap;src:url(../media/f663543fe684c847-s.d0b6e9fa.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:400;font-display:swap;src:url(../media/0e9203af7ce4a8b4-s.2376c9bd.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ae8ec3d6f9cbc31c-s.p.df414bae.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto Condensed Fallback;src:local(Arial);ascent-override:104.44%;descent-override:27.48%;line-gap-override:0.0%;size-adjust:88.83%}.roboto_condensed_55aab0cb-module__LaK4gq__className{font-family:Roboto Condensed,Roboto Condensed Fallback;font-style:normal;font-weight:400}.roboto_condensed_55aab0cb-module__LaK4gq__variable{--font-roboto-condensed:"Roboto Condensed","Roboto Condensed Fallback"}
@font-face{font-family:Unbounded;font-style:normal;font-weight:400;font-display:swap;src:url(../media/4c07a5cbe3363fd9-s.d3d3ae0f.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Unbounded;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ddb14f13176149af-s.8902d61f.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Unbounded;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e5ab1d4b6760ac48-s.ca705bd6.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Unbounded;font-style:normal;font-weight:400;font-display:swap;src:url(../media/7fa4456329a10f7a-s.ff1591b5.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Unbounded;font-style:normal;font-weight:400;font-display:swap;src:url(../media/656c08d008828468-s.p.b31c9641.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Unbounded Fallback;src:local(Arial);ascent-override:73.93%;descent-override:18.2%;line-gap-override:0.0%;size-adjust:134.59%}.unbounded_b8a8475f-module__V6khEa__className{font-family:Unbounded,Unbounded Fallback;font-style:normal;font-weight:400}.unbounded_b8a8475f-module__V6khEa__variable{--font-unbounded:"Unbounded","Unbounded Fallback"}
@font-face{font-family:UnifrakturMaguntia;font-style:normal;font-weight:400;font-display:swap;src:url(../media/40a3cd74afdfe30c-s.p.174c66f3.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:UnifrakturMaguntia Fallback;src:local(Arial);ascent-override:88.12%;descent-override:28.13%;line-gap-override:0.0%;size-adjust:89.05%}.unifrakturmaguntia_e6a2e528-module__Gwpa6G__className{font-family:UnifrakturMaguntia,UnifrakturMaguntia Fallback;font-style:normal;font-weight:400}.unifrakturmaguntia_e6a2e528-module__Gwpa6G__variable{--font-unifraktur-maguntia:"UnifrakturMaguntia","UnifrakturMaguntia Fallback"}
.ButtonClosee{--clr-border:#000;--clr-border-hover:#000;cursor:pointer;width:1.5em;height:1.5em;box-shadow:var(--box-shadow-1);background-color:#262626;border:1px solid #262626;border-radius:.5em;place-items:center;padding:.3em;display:flex}.ButtonClosee svg{stroke:#fff;fill:#fff;border-radius:.5em;width:100%;height:100%;transition:transform .2s ease-in-out}.ButtonClosee:hover{--clr-border:var(--clr-border-hover,#000)}.ButtonClosee:hover svg{transform:rotate(90deg)}.ButtonClosee.small{width:1em;height:1em}.ButtonClosee.medium{width:1.5em;height:1.5em}.ButtonClosee.large{width:2em;height:2em}.ButtonClosee.rounded{border-radius:50%}.ButtonClosee.top-right{z-index:99999;position:absolute;top:2rem;right:2rem}@media screen and (max-width:992px){.ButtonClosee.top-right{top:.5rem;right:.5rem}}.ButtonClosee.top-right body:has(.ButtonClose.top-right){position:relative}
.CardLoader{background-color:#f9f95d;width:100%;height:100%;position:relative}.CardLoader .Loader{z-index:999;width:200px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.bg-brutal{background-color:#000!important}
.SwiperSlideImage .Img__container{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.SwiperSlideImage .Img__container img{object-fit:contain;border-radius:10px;max-width:100%;max-height:100%;overflow:hidden}@media screen and (max-width:992px){.SwiperSlideImage .Img__container{padding-left:17px;padding-right:17px}}
.Carousel .SwiperSlideText .Card{text-align:left;width:min(90%,599px);letter-spacing:-0.6%;margin-top:4rem;font-size:23px;font-weight:400;line-height:40px;display:block;overflow:auto}.Carousel .SwiperSlideText .Card span{font-weight:600;font-style:solid;text-decoration:underline}
body:has(.Carousel) :focus{outline:none!important}.Carousel{height:100%}.Carousel .swiper-slide{height:auto;max-height:100%;display:flex}.Carousel .FlexCol{justify-content:center;align-items:center;display:flex}.Carousel .Card{border-radius:var(--s-2_5);justify-content:center;align-items:center;height:100%;display:flex;overflow:hidden}.swiper-container{width:100%;max-width:600px;margin:auto;position:relative}.custom-prev,.custom-next{z-index:10;background:0 0;border:none;width:500px;max-width:33vw;height:100%;position:absolute;top:50%;transform:translateY(-50%)}.custom-prev{cursor:w-resize;left:10px}.custom-next{cursor:e-resize;right:10px}.icon{width:32px;height:32px}.custom-prev:hover svg,.custom-next:hover svg{transition:transform .3s;transform:scale(1.1)}@media screen and (max-width:600px){.custom-next,.custom-prev{display:none}}
body:has(.CarouselPage){background:#f9f95d;width:100%;height:100%}.top-left{position:absolute;top:2em;left:2em}.CarouselPage{width:max(300px,min(100%,100vw));height:max(300px,min(100%,100dvh));padding:var(--s-20)}@media screen and (max-width:992px){.CarouselPage{padding-top:var(--s-12);padding-bottom:var(--s-12);padding-right:var(--s-0);padding-left:var(--s-0)}}.CarouselPage .CarouselPage__Title{color:#dc2626;justify-content:center;align-items:center;height:1.725rem;font-size:1.125rem;font-weight:600;line-height:1;display:flex;position:absolute;top:2em;left:2em}@media screen and (max-width:992px){.CarouselPage .CarouselPage__Title{justify-content:center;align-items:center;height:1.5rem;font-size:1rem;display:flex;top:1rem;left:50%;transform:translate(-50%)}}.CarouselPage .CarouselPage__Description{color:#737373;pointer-events:none;position:absolute;bottom:2em;left:2em}@media screen and (max-width:992px){.CarouselPage .CarouselPage__Description{bottom:1em;left:50%;transform:translate(-50%)}}
@font-face{font-family:Rubik Gemstones;font-style:normal;font-weight:400;font-display:swap;src:url(../media/14ef7006016d5d82-s.2bbbc53b.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Rubik Gemstones;font-style:normal;font-weight:400;font-display:swap;src:url(../media/bc70743a08303e46-s.c0cc28d7.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Rubik Gemstones;font-style:normal;font-weight:400;font-display:swap;src:url(../media/77466a7307d020cd-s.0ee85e79.woff2)format("woff2");unicode-range:U+307-308,U+590-5FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-family:Rubik Gemstones;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1b2148202c743aea-s.37c48642.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Rubik Gemstones;font-style:normal;font-weight:400;font-display:swap;src:url(../media/c8b06f339b35789a-s.p.37a3fb63.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Rubik Gemstones Fallback;src:local(Arial);ascent-override:78.94%;descent-override:21.11%;line-gap-override:0.0%;size-adjust:118.44%}.rubik_gemstones_6cfd6651-module__Vx-LnG__className{font-family:Rubik Gemstones,Rubik Gemstones Fallback;font-style:normal;font-weight:400}.rubik_gemstones_6cfd6651-module__Vx-LnG__variable{--font-cookie:"Rubik Gemstones","Rubik Gemstones Fallback"}
@font-face{font-family:Nunito;font-style:normal;font-weight:400;font-display:swap;src:url(../media/0359dce6a79fdfff-s.1547ae16.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Nunito;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e825f61ba969a7f4-s.bb0d4af5.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Nunito;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a50289932bf4b141-s.c45f1a25.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Nunito;font-style:normal;font-weight:400;font-display:swap;src:url(../media/08df1004e9d5586c-s.c36c0a8a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Nunito;font-style:normal;font-weight:400;font-display:swap;src:url(../media/55fd798f4ce42d8e-s.p.b11076b0.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Nunito Fallback;src:local(Arial);ascent-override:99.71%;descent-override:34.82%;line-gap-override:0.0%;size-adjust:101.39%}.nunito_4acb4cdb-module__O0P9yG__className{font-family:Nunito,Nunito Fallback;font-style:normal;font-weight:400}.nunito_4acb4cdb-module__O0P9yG__variable{--font-nunito:"Nunito","Nunito Fallback"}
.ButtonClosee{--clr-border:#000;--clr-border-hover:#000;cursor:pointer;width:1.5em;height:1.5em;box-shadow:var(--box-shadow-1);background-color:#262626;border:1px solid #262626;border-radius:.5em;place-items:center;padding:.3em;display:flex}.ButtonClosee svg{stroke:#fff;fill:#fff;border-radius:.5em;width:100%;height:100%;transition:transform .2s ease-in-out}.ButtonClosee:hover{--clr-border:var(--clr-border-hover,#000)}.ButtonClosee:hover svg{transform:rotate(90deg)}.ButtonClosee.small{width:1em;height:1em}.ButtonClosee.medium{width:1.5em;height:1.5em}.ButtonClosee.large{width:2em;height:2em}.ButtonClosee.rounded{border-radius:50%}.ButtonClosee.top-right{z-index:99999;position:absolute;top:2rem;right:2rem}@media screen and (max-width:992px){.ButtonClosee.top-right{top:.5rem;right:.5rem}}.ButtonClosee.top-right body:has(.ButtonClose.top-right){position:relative}
.CardLoader{background-color:#f9f95d;width:100%;height:100%;position:relative}.CardLoader .Loader{z-index:999;width:200px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cookie{background-color:#f2e6d0!important}
.SwiperSlideImage .Img__container{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.SwiperSlideImage .Img__container img{object-fit:contain;border-radius:10px;max-width:100%;max-height:100%;overflow:hidden}@media screen and (max-width:992px){.SwiperSlideImage .Img__container{padding-left:17px;padding-right:17px}}
.Carousel .SwiperSlideText .Card{text-align:left;width:min(90%,599px);letter-spacing:-0.6%;margin-top:4rem;font-size:23px;font-weight:400;line-height:40px;display:block;overflow:auto}.Carousel .SwiperSlideText .Card span{font-weight:600;font-style:solid;text-decoration:underline}
body:has(.Carousel) :focus{outline:none!important}.Carousel{height:100%}.Carousel .swiper-slide{height:auto;max-height:100%;display:flex}.Carousel .FlexCol{justify-content:center;align-items:center;display:flex}.Carousel .Card{border-radius:var(--s-2_5);justify-content:center;align-items:center;height:100%;display:flex;overflow:hidden}.swiper-container{width:100%;max-width:600px;margin:auto;position:relative}.custom-prev,.custom-next{z-index:10;background:0 0;border:none;width:500px;max-width:33vw;height:100%;position:absolute;top:50%;transform:translateY(-50%)}.custom-prev{cursor:w-resize;left:10px}.custom-next{cursor:e-resize;right:10px}.icon{width:32px;height:32px}.custom-prev:hover svg,.custom-next:hover svg{transition:transform .3s;transform:scale(1.1)}@media screen and (max-width:600px){.custom-next,.custom-prev{display:none}}
body:has(.CarouselPage){background:#f9f95d;width:100%;height:100%}.top-left{position:absolute;top:2em;left:2em}.CarouselPage{width:max(300px,min(100%,100vw));height:max(300px,min(100%,100dvh));padding:var(--s-20)}@media screen and (max-width:992px){.CarouselPage{padding-top:var(--s-12);padding-bottom:var(--s-12);padding-right:var(--s-0);padding-left:var(--s-0)}}.CarouselPage .CarouselPage__Title{justify-content:center;align-items:center;height:1.725rem;font-size:1.125rem;font-weight:600;line-height:1;display:flex;position:absolute;top:2em;left:2em}@media screen and (max-width:992px){.CarouselPage .CarouselPage__Title{justify-content:center;align-items:center;height:1.5rem;font-size:1rem;display:flex;top:1rem;left:50%;transform:translate(-50%)}}.CarouselPage .CarouselPage__Description{color:#737373;pointer-events:none;position:absolute;bottom:2em;left:2em}@media screen and (max-width:992px){.CarouselPage .CarouselPage__Description{bottom:1em;left:50%;transform:translate(-50%)}}
.ButtonClosee{--clr-border:#000;--clr-border-hover:#000;cursor:pointer;width:1.5em;height:1.5em;box-shadow:var(--box-shadow-1);background-color:#262626;border:1px solid #262626;border-radius:.5em;place-items:center;padding:.3em;display:flex}.ButtonClosee svg{stroke:#fff;fill:#fff;border-radius:.5em;width:100%;height:100%;transition:transform .2s ease-in-out}.ButtonClosee:hover{--clr-border:var(--clr-border-hover,#000)}.ButtonClosee:hover svg{transform:rotate(90deg)}.ButtonClosee.small{width:1em;height:1em}.ButtonClosee.medium{width:1.5em;height:1.5em}.ButtonClosee.large{width:2em;height:2em}.ButtonClosee.rounded{border-radius:50%}.ButtonClosee.top-right{z-index:99999;position:absolute;top:2rem;right:2rem}@media screen and (max-width:992px){.ButtonClosee.top-right{top:.5rem;right:.5rem}}.ButtonClosee.top-right body:has(.ButtonClose.top-right){position:relative}
.CardLoader{background-color:#f9f95d;width:100%;height:100%;position:relative}.CardLoader .Loader{z-index:999;width:200px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.bg-flame{background-color:#ef4444}
.SwiperSlideImage .Img__container{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.SwiperSlideImage .Img__container img{object-fit:contain;border-radius:10px;max-width:100%;max-height:100%;overflow:hidden}@media screen and (max-width:992px){.SwiperSlideImage .Img__container{padding-left:17px;padding-right:17px}}
.Carousel .SwiperSlideText .Card{text-align:left;width:min(90%,599px);letter-spacing:-0.6%;margin-top:4rem;font-size:23px;font-weight:400;line-height:40px;display:block;overflow:auto}.Carousel .SwiperSlideText .Card span{font-weight:600;font-style:solid;text-decoration:underline}
body:has(.Carousel) :focus{outline:none!important}.Carousel{height:100%}.Carousel .swiper-slide{height:auto;max-height:100%;display:flex}.Carousel .FlexCol{justify-content:center;align-items:center;display:flex}.Carousel .Card{border-radius:var(--s-2_5);justify-content:center;align-items:center;height:100%;display:flex;overflow:hidden}.swiper-container{width:100%;max-width:600px;margin:auto;position:relative}.custom-prev,.custom-next{z-index:10;background:0 0;border:none;width:500px;max-width:33vw;height:100%;position:absolute;top:50%;transform:translateY(-50%)}.custom-prev{cursor:w-resize;left:10px}.custom-next{cursor:e-resize;right:10px}.icon{width:32px;height:32px}.custom-prev:hover svg,.custom-next:hover svg{transition:transform .3s;transform:scale(1.1)}@media screen and (max-width:600px){.custom-next,.custom-prev{display:none}}
body:has(.CarouselPage){background:#f9f95d;width:100%;height:100%}.top-left{position:absolute;top:2em;left:2em}.CarouselPage{width:max(300px,min(100%,100vw));height:max(300px,min(100%,100dvh));padding:var(--s-20)}@media screen and (max-width:992px){.CarouselPage{padding-top:var(--s-12);padding-bottom:var(--s-12);padding-right:var(--s-0);padding-left:var(--s-0)}}.CarouselPage .CarouselPage__Title{color:#fdba74;justify-content:center;align-items:center;height:1.725rem;font-size:1.125rem;font-weight:600;line-height:1;display:flex;position:absolute;top:2em;left:2em}@media screen and (max-width:992px){.CarouselPage .CarouselPage__Title{justify-content:center;align-items:center;height:1.5rem;font-size:1rem;display:flex;top:1rem;left:50%;transform:translate(-50%)}}.CarouselPage .CarouselPage__Description{color:#737373;pointer-events:none;position:absolute;bottom:2em;left:2em}@media screen and (max-width:992px){.CarouselPage .CarouselPage__Description{bottom:1em;left:50%;transform:translate(-50%)}}
@font-face{font-family:Righteous;font-style:normal;font-weight:400;font-display:swap;src:url(../media/3dfcff4a0a051f3e-s.aca21e9c.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Righteous;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2290fed2b3404919-s.p.ed928179.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Righteous Fallback;src:local(Arial);ascent-override:93.08%;descent-override:24.27%;line-gap-override:0.0%;size-adjust:105.81%}.righteous_3bcb5693-module__anGe5a__className{font-family:Righteous,Righteous Fallback;font-style:normal;font-weight:400}.righteous_3bcb5693-module__anGe5a__variable{--font-righteous:"Righteous","Righteous Fallback"}
@font-face{font-family:Emilys Candy;font-style:normal;font-weight:400;font-display:swap;src:url(../media/f06aa8c34ef898f5-s.5185ac9e.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Emilys Candy;font-style:normal;font-weight:400;font-display:swap;src:url(../media/94d4c3b3bc2d87cd-s.p.cc4d70a3.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Emilys Candy Fallback;src:local(Arial);ascent-override:101.61%;descent-override:29.18%;line-gap-override:0.0%;size-adjust:95.73%}.emilys_candy_1461552b-module__XcZO3a__className{font-family:Emilys Candy,Emilys Candy Fallback;font-style:normal;font-weight:400}.emilys_candy_1461552b-module__XcZO3a__variable{--font-emilys-candy:"Emilys Candy","Emilys Candy Fallback"}
.ButtonClosee{--clr-border:#000;--clr-border-hover:#000;cursor:pointer;width:1.5em;height:1.5em;box-shadow:var(--box-shadow-1);background-color:#262626;border:1px solid #262626;border-radius:.5em;place-items:center;padding:.3em;display:flex}.ButtonClosee svg{stroke:#fff;fill:#fff;border-radius:.5em;width:100%;height:100%;transition:transform .2s ease-in-out}.ButtonClosee:hover{--clr-border:var(--clr-border-hover,#000)}.ButtonClosee:hover svg{transform:rotate(90deg)}.ButtonClosee.small{width:1em;height:1em}.ButtonClosee.medium{width:1.5em;height:1.5em}.ButtonClosee.large{width:2em;height:2em}.ButtonClosee.rounded{border-radius:50%}.ButtonClosee.top-right{z-index:99999;position:absolute;top:2rem;right:2rem}@media screen and (max-width:992px){.ButtonClosee.top-right{top:.5rem;right:.5rem}}.ButtonClosee.top-right body:has(.ButtonClose.top-right){position:relative}
.CardLoader{background-color:#f9f95d;width:100%;height:100%;position:relative}.CardLoader .Loader{z-index:999;width:200px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.bg-heart{background-color:#f9a8d4!important}
.SwiperSlideImage .Img__container{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.SwiperSlideImage .Img__container img{object-fit:contain;border-radius:10px;max-width:100%;max-height:100%;overflow:hidden}@media screen and (max-width:992px){.SwiperSlideImage .Img__container{padding-left:17px;padding-right:17px}}
.Carousel .SwiperSlideText .Card{text-align:left;width:min(90%,599px);letter-spacing:-0.6%;margin-top:4rem;font-size:23px;font-weight:400;line-height:40px;display:block;overflow:auto}.Carousel .SwiperSlideText .Card span{font-weight:600;font-style:solid;text-decoration:underline}
body:has(.Carousel) :focus{outline:none!important}.Carousel{height:100%}.Carousel .swiper-slide{height:auto;max-height:100%;display:flex}.Carousel .FlexCol{justify-content:center;align-items:center;display:flex}.Carousel .Card{border-radius:var(--s-2_5);justify-content:center;align-items:center;height:100%;display:flex;overflow:hidden}.swiper-container{width:100%;max-width:600px;margin:auto;position:relative}.custom-prev,.custom-next{z-index:10;background:0 0;border:none;width:500px;max-width:33vw;height:100%;position:absolute;top:50%;transform:translateY(-50%)}.custom-prev{cursor:w-resize;left:10px}.custom-next{cursor:e-resize;right:10px}.icon{width:32px;height:32px}.custom-prev:hover svg,.custom-next:hover svg{transition:transform .3s;transform:scale(1.1)}@media screen and (max-width:600px){.custom-next,.custom-prev{display:none}}
body:has(.CarouselPage){background:#f9f95d;width:100%;height:100%}.top-left{position:absolute;top:2em;left:2em}.CarouselPage{width:max(300px,min(100%,100vw));height:max(300px,min(100%,100dvh));padding:var(--s-20)}@media screen and (max-width:992px){.CarouselPage{padding-top:var(--s-12);padding-bottom:var(--s-12);padding-right:var(--s-0);padding-left:var(--s-0)}}.CarouselPage .CarouselPage__Title{color:#dc2626;justify-content:center;align-items:center;height:1.725rem;font-size:1.125rem;font-weight:600;line-height:1;display:flex;position:absolute;top:2em;left:2em}@media screen and (max-width:992px){.CarouselPage .CarouselPage__Title{justify-content:center;align-items:center;height:1.5rem;font-size:1rem;display:flex;top:1rem;left:50%;transform:translate(-50%)}}.CarouselPage .CarouselPage__Description{color:#737373;pointer-events:none;position:absolute;bottom:2em;left:2em}@media screen and (max-width:992px){.CarouselPage .CarouselPage__Description{bottom:1em;left:50%;transform:translate(-50%)}}
@font-face{font-family:Geist;font-style:normal;font-weight:400;font-display:swap;src:url(../media/b6881088e584ae19-s.c6fe8d2e.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a9cb977e395cb244-s.e5d715ed.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist;font-style:normal;font-weight:400;font-display:swap;src:url(../media/14d32964abd62bba-s.p.d002d515.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Fallback;src:local(Arial);ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.0%;size-adjust:104.76%}.geist_305175f4-module__5aiSra__className{font-family:Geist,Geist Fallback;font-style:normal;font-weight:400}.geist_305175f4-module__5aiSra__variable{--font-geist:"Geist","Geist Fallback"}
.ButtonClosee{--clr-border:#000;--clr-border-hover:#000;cursor:pointer;width:1.5em;height:1.5em;box-shadow:var(--box-shadow-1);background-color:#262626;border:1px solid #262626;border-radius:.5em;place-items:center;padding:.3em;display:flex}.ButtonClosee svg{stroke:#fff;fill:#fff;border-radius:.5em;width:100%;height:100%;transition:transform .2s ease-in-out}.ButtonClosee:hover{--clr-border:var(--clr-border-hover,#000)}.ButtonClosee:hover svg{transform:rotate(90deg)}.ButtonClosee.blue-theme{background-color:#1e3a8a!important;border-color:rgba(30,58,138,.1)!important}.ButtonClosee.blue-theme svg{stroke:#fff!important;fill:#fff!important}.ButtonClosee.blue-theme:hover{background-color:rgba(30,58,138,.8)!important}.ButtonClosee.dark-theme{background-color:#262626!important;border-color:rgba(30,58,138,.1)!important}.ButtonClosee.dark-theme svg{stroke:#fff!important;fill:#fff!important}.ButtonClosee.dark-theme:hover{background-color:#262526!important}.ButtonClosee.small{width:1em;height:1em}.ButtonClosee.medium{width:1.5em;height:1.5em}.ButtonClosee.large{width:2em;height:2em}.ButtonClosee.rounded{border-radius:50%}.ButtonClosee.top-right{z-index:99999;position:absolute;top:2rem;right:2rem}@media screen and (max-width:992px){.ButtonClosee.top-right{top:.5rem;right:.5rem}}.ButtonClosee.top-right body:has(.ButtonClose.top-right){position:relative}
.CardLoader{background-color:#f9f95d;width:100%;height:100%;position:relative}.CardLoader .Loader{z-index:999;width:200px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.iron{background-color:#fff!important}
.SwiperSlideImage .Img__container{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.SwiperSlideImage .Img__container img{object-fit:contain;border-radius:10px;max-width:100%;max-height:100%;overflow:hidden}@media screen and (max-width:992px){.SwiperSlideImage .Img__container{padding-left:17px;padding-right:17px}}
.Carousel .SwiperSlideText .Card{text-align:left;width:min(90%,599px);letter-spacing:-0.6%;margin-top:4rem;font-size:23px;font-weight:400;line-height:40px;display:block;overflow:auto}.Carousel .SwiperSlideText .Card span{font-weight:600;font-style:solid;text-decoration:underline}
body:has(.Carousel) :focus{outline:none!important}.Carousel{height:100%}.Carousel .swiper-slide{height:auto;max-height:100%;display:flex}.Carousel .FlexCol{justify-content:center;align-items:center;display:flex}.Carousel .Card{border-radius:var(--s-2_5);justify-content:center;align-items:center;height:100%;display:flex;overflow:hidden}.swiper-container{width:100%;max-width:600px;margin:auto;position:relative}.custom-prev,.custom-next{z-index:10;background:0 0;border:none;width:500px;max-width:33vw;height:100%;position:absolute;top:50%;transform:translateY(-50%)}.custom-prev{cursor:w-resize;left:10px}.custom-next{cursor:e-resize;right:10px}.icon{width:32px;height:32px}.custom-prev:hover svg,.custom-next:hover svg{transition:transform .3s;transform:scale(1.1)}@media screen and (max-width:600px){.custom-next,.custom-prev{display:none}}
body:has(.CarouselPage){background:#f9f95d;width:100%;height:100%}.top-left{position:absolute;top:2em;left:2em}.CarouselPage{width:max(300px,min(100%,100vw));height:max(300px,min(100%,100dvh));padding:var(--s-20)}@media screen and (max-width:992px){.CarouselPage{padding-top:var(--s-12);padding-bottom:var(--s-12);padding-right:var(--s-0);padding-left:var(--s-0)}}.CarouselPage .CarouselPage__Title{justify-content:center;align-items:center;height:1.725rem;font-size:1.125rem;font-weight:600;line-height:1;display:flex;position:absolute;top:2em;left:2em}@media screen and (max-width:992px){.CarouselPage .CarouselPage__Title{justify-content:center;align-items:center;height:1.5rem;font-size:1rem;display:flex;top:1rem;left:50%;transform:translate(-50%)}}.CarouselPage .CarouselPage__Description{color:#737373;pointer-events:none;position:absolute;bottom:2em;left:2em}@media screen and (max-width:992px){.CarouselPage .CarouselPage__Description{bottom:1em;left:50%;transform:translate(-50%)}}
@font-face{font-family:Unbounded;font-style:normal;font-weight:400;font-display:swap;src:url(../media/4c07a5cbe3363fd9-s.d3d3ae0f.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Unbounded;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ddb14f13176149af-s.8902d61f.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Unbounded;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e5ab1d4b6760ac48-s.ca705bd6.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Unbounded;font-style:normal;font-weight:400;font-display:swap;src:url(../media/7fa4456329a10f7a-s.ff1591b5.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Unbounded;font-style:normal;font-weight:400;font-display:swap;src:url(../media/656c08d008828468-s.p.b31c9641.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Unbounded Fallback;src:local(Arial);ascent-override:73.93%;descent-override:18.2%;line-gap-override:0.0%;size-adjust:134.59%}.unbounded_13f880f9-module___Ygoia__className{font-family:Unbounded,Unbounded Fallback;font-style:normal;font-weight:400}.unbounded_13f880f9-module___Ygoia__variable{--font-unbounded:"Unbounded","Unbounded Fallback"}
.ButtonClosee{--clr-border:#000;--clr-border-hover:#000;cursor:pointer;width:1.5em;height:1.5em;box-shadow:var(--box-shadow-1);background-color:#262626;border:1px solid #262626;border-radius:.5em;place-items:center;padding:.3em;display:flex}.ButtonClosee svg{stroke:#fff;fill:#fff;border-radius:.5em;width:100%;height:100%;transition:transform .2s ease-in-out}.ButtonClosee:hover{--clr-border:var(--clr-border-hover,#000)}.ButtonClosee:hover svg{transform:rotate(90deg)}.ButtonClosee.small{width:1em;height:1em}.ButtonClosee.medium{width:1.5em;height:1.5em}.ButtonClosee.large{width:2em;height:2em}.ButtonClosee.rounded{border-radius:50%}.ButtonClosee.top-right{z-index:99999;position:absolute;top:2rem;right:2rem}@media screen and (max-width:992px){.ButtonClosee.top-right{top:.5rem;right:.5rem}}.ButtonClosee.top-right body:has(.ButtonClose.top-right){position:relative}
.CardLoader{background-color:#f9f95d;width:100%;height:100%;position:relative}.CardLoader .Loader{z-index:999;width:200px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.bg-lime{background-color:#bef264}
.SwiperSlideImage .Img__container{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.SwiperSlideImage .Img__container img{object-fit:contain;border-radius:10px;max-width:100%;max-height:100%;overflow:hidden}@media screen and (max-width:992px){.SwiperSlideImage .Img__container{padding-left:17px;padding-right:17px}}
.Carousel .SwiperSlideText .Card{text-align:left;width:min(90%,599px);letter-spacing:-0.6%;margin-top:4rem;font-size:23px;font-weight:400;line-height:40px;display:block;overflow:auto}.Carousel .SwiperSlideText .Card span{font-weight:600;font-style:solid;text-decoration:underline}
body:has(.Carousel) :focus{outline:none!important}.Carousel{height:100%}.Carousel .swiper-slide{height:auto;max-height:100%;display:flex}.Carousel .FlexCol{justify-content:center;align-items:center;display:flex}.Carousel .Card{border-radius:var(--s-2_5);justify-content:center;align-items:center;height:100%;display:flex;overflow:hidden}.swiper-container{width:100%;max-width:600px;margin:auto;position:relative}.custom-prev,.custom-next{z-index:10;background:0 0;border:none;width:500px;max-width:33vw;height:100%;position:absolute;top:50%;transform:translateY(-50%)}.custom-prev{cursor:w-resize;left:10px}.custom-next{cursor:e-resize;right:10px}.icon{width:32px;height:32px}.custom-prev:hover svg,.custom-next:hover svg{transition:transform .3s;transform:scale(1.1)}@media screen and (max-width:600px){.custom-next,.custom-prev{display:none}}
body:has(.CarouselPage){background:#f9f95d;width:100%;height:100%}.top-left{position:absolute;top:2em;left:2em}.CarouselPage{width:max(300px,min(100%,100vw));height:max(300px,min(100%,100dvh));padding:var(--s-20)}@media screen and (max-width:992px){.CarouselPage{padding-top:var(--s-12);padding-bottom:var(--s-12);padding-right:var(--s-0);padding-left:var(--s-0)}}.CarouselPage .CarouselPage__Title{color:#365314;justify-content:center;align-items:center;height:1.725rem;font-size:1.125rem;font-weight:600;line-height:1;display:flex;position:absolute;top:2em;left:2em}@media screen and (max-width:992px){.CarouselPage .CarouselPage__Title{justify-content:center;align-items:center;height:1.5rem;font-size:1rem;display:flex;top:1rem;left:50%;transform:translate(-50%)}}.CarouselPage .CarouselPage__Description{color:#737373;pointer-events:none;position:absolute;bottom:2em;left:2em}@media screen and (max-width:992px){.CarouselPage .CarouselPage__Description{bottom:1em;left:50%;transform:translate(-50%)}}
@font-face{font-family:Pacifico;font-style:normal;font-weight:400;font-display:swap;src:url(../media/da4caa5346f1c7fb-s.bb046a1f.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Pacifico;font-style:normal;font-weight:400;font-display:swap;src:url(../media/8637c86382b2cab5-s.123bc403.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Pacifico;font-style:normal;font-weight:400;font-display:swap;src:url(../media/75a8566361c6e74e-s.3f87e328.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Pacifico;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ffc3a3dc9f8ed46f-s.49376688.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Pacifico;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a624dffa201843ff-s.p.91936907.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Pacifico Fallback;src:local(Arial);ascent-override:137.32%;descent-override:47.74%;line-gap-override:0.0%;size-adjust:94.89%}.pacifico_946a121e-module__hrCgUq__className{font-family:Pacifico,Pacifico Fallback;font-style:normal;font-weight:400}.pacifico_946a121e-module__hrCgUq__variable{--font-pacifico:"Pacifico","Pacifico Fallback"}
.ButtonClosee{--clr-border:#000;--clr-border-hover:#000;cursor:pointer;width:1.5em;height:1.5em;box-shadow:var(--box-shadow-1);background-color:#262626;border:1px solid #262626;border-radius:.5em;place-items:center;padding:.3em;display:flex}.ButtonClosee svg{stroke:#fff;fill:#fff;border-radius:.5em;width:100%;height:100%;transition:transform .2s ease-in-out}.ButtonClosee:hover{--clr-border:var(--clr-border-hover,#000)}.ButtonClosee:hover svg{transform:rotate(90deg)}.ButtonClosee.blue-theme{background-color:#1e3a8a!important;border-color:rgba(30,58,138,.1)!important}.ButtonClosee.blue-theme svg{stroke:#fff!important;fill:#fff!important}.ButtonClosee.blue-theme:hover{background-color:rgba(30,58,138,.8)!important}.ButtonClosee.dark-theme{background-color:#262626!important;border-color:rgba(30,58,138,.1)!important}.ButtonClosee.dark-theme svg{stroke:#fff!important;fill:#fff!important}.ButtonClosee.dark-theme:hover{background-color:#262526!important}.ButtonClosee.small{width:1em;height:1em}.ButtonClosee.medium{width:1.5em;height:1.5em}.ButtonClosee.large{width:2em;height:2em}.ButtonClosee.rounded{border-radius:50%}.ButtonClosee.top-right{z-index:99999;position:absolute;top:2rem;right:2rem}@media screen and (max-width:992px){.ButtonClosee.top-right{top:.5rem;right:.5rem}}.ButtonClosee.top-right body:has(.ButtonClose.top-right){position:relative}
.CardLoader{background-color:#f9f95d;width:100%;height:100%;position:relative}.CardLoader .Loader{z-index:999;width:200px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ocean{background-color:#3730a3!important}
.SwiperSlideImage .Img__container{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.SwiperSlideImage .Img__container img{object-fit:contain;border-radius:10px;max-width:100%;max-height:100%;overflow:hidden}@media screen and (max-width:992px){.SwiperSlideImage .Img__container{padding-left:17px;padding-right:17px}}
.Carousel .SwiperSlideText .Card{text-align:left;width:min(90%,599px);letter-spacing:-0.6%;margin-top:4rem;font-size:23px;font-weight:400;line-height:40px;display:block;overflow:auto}.Carousel .SwiperSlideText .Card span{font-weight:600;font-style:solid;text-decoration:underline}
body:has(.Carousel) :focus{outline:none!important}.Carousel{height:100%}.Carousel .swiper-slide{height:auto;max-height:100%;display:flex}.Carousel .FlexCol{justify-content:center;align-items:center;display:flex}.Carousel .Card{border-radius:var(--s-2_5);justify-content:center;align-items:center;height:100%;display:flex;overflow:hidden}.swiper-container{width:100%;max-width:600px;margin:auto;position:relative}.custom-prev,.custom-next{z-index:10;background:0 0;border:none;width:500px;max-width:33vw;height:100%;position:absolute;top:50%;transform:translateY(-50%)}.custom-prev{cursor:w-resize;left:10px}.custom-next{cursor:e-resize;right:10px}.icon{width:32px;height:32px}.custom-prev:hover svg,.custom-next:hover svg{transition:transform .3s;transform:scale(1.1)}@media screen and (max-width:600px){.custom-next,.custom-prev{display:none}}
body:has(.CarouselPage){background:#f9f95d;width:100%;height:100%}.top-left{position:absolute;top:2em;left:2em}.CarouselPage{width:max(300px,min(100%,100vw));height:max(300px,min(100%,100dvh));padding:var(--s-20)}@media screen and (max-width:992px){.CarouselPage{padding-top:var(--s-12);padding-bottom:var(--s-12);padding-right:var(--s-0);padding-left:var(--s-0)}}.CarouselPage .CarouselPage__Title{justify-content:center;align-items:center;height:1.725rem;font-size:1.125rem;font-weight:600;line-height:1;display:flex;position:absolute;top:2em;left:2em}@media screen and (max-width:992px){.CarouselPage .CarouselPage__Title{justify-content:center;align-items:center;height:1.5rem;font-size:1rem;display:flex;top:1rem;left:50%;transform:translate(-50%)}}.CarouselPage .CarouselPage__Description{color:#737373;pointer-events:none;position:absolute;bottom:2em;left:2em}@media screen and (max-width:992px){.CarouselPage .CarouselPage__Description{bottom:1em;left:50%;transform:translate(-50%)}}
@font-face{font-family:IM Fell DW Pica;font-style:normal;font-weight:400;font-display:swap;src:url(../media/8fd9d9a9305fd4d2-s.p.e98478b9.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IM Fell DW Pica Fallback;src:local(Times New Roman);ascent-override:93.11%;descent-override:34.49%;line-gap-override:0.0%;size-adjust:97.96%}.im_fell_dw_pica_f6ff1608-module__jUu3NW__className{font-family:IM Fell DW Pica,IM Fell DW Pica Fallback;font-style:normal;font-weight:400}.im_fell_dw_pica_f6ff1608-module__jUu3NW__variable{--font-pica:"IM Fell DW Pica","IM Fell DW Pica Fallback"}
.ButtonClosee{--clr-border:#000;--clr-border-hover:#000;cursor:pointer;width:1.5em;height:1.5em;box-shadow:var(--box-shadow-1);background-color:#262626;border:1px solid #262626;border-radius:.5em;place-items:center;padding:.3em;display:flex}.ButtonClosee svg{stroke:#fff;fill:#fff;border-radius:.5em;width:100%;height:100%;transition:transform .2s ease-in-out}.ButtonClosee:hover{--clr-border:var(--clr-border-hover,#000)}.ButtonClosee:hover svg{transform:rotate(90deg)}.ButtonClosee.blue-theme{background-color:#1e3a8a!important;border-color:rgba(30,58,138,.1)!important}.ButtonClosee.blue-theme svg{stroke:#fff!important;fill:#fff!important}.ButtonClosee.blue-theme:hover{background-color:rgba(30,58,138,.8)!important}.ButtonClosee.dark-theme{background-color:#262626!important;border-color:rgba(30,58,138,.1)!important}.ButtonClosee.dark-theme svg{stroke:#fff!important;fill:#fff!important}.ButtonClosee.dark-theme:hover{background-color:#262526!important}.ButtonClosee.small{width:1em;height:1em}.ButtonClosee.medium{width:1.5em;height:1.5em}.ButtonClosee.large{width:2em;height:2em}.ButtonClosee.rounded{border-radius:50%}.ButtonClosee.top-right{z-index:99999;position:absolute;top:2rem;right:2rem}@media screen and (max-width:992px){.ButtonClosee.top-right{top:.5rem;right:.5rem}}.ButtonClosee.top-right body:has(.ButtonClose.top-right){position:relative}
.CardLoader{background-color:#f9f95d;width:100%;height:100%;position:relative}.CardLoader .Loader{z-index:999;width:200px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.olive{background-color:#14532d!important}
.SwiperSlideImage .Img__container{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.SwiperSlideImage .Img__container img{object-fit:contain;border-radius:10px;max-width:100%;max-height:100%;overflow:hidden}@media screen and (max-width:992px){.SwiperSlideImage .Img__container{padding-left:17px;padding-right:17px}}
.Carousel .SwiperSlideText .Card{text-align:left;width:min(90%,599px);letter-spacing:-0.6%;margin-top:4rem;font-size:23px;font-weight:400;line-height:40px;display:block;overflow:auto}.Carousel .SwiperSlideText .Card span{font-weight:600;font-style:solid;text-decoration:underline}
body:has(.Carousel) :focus{outline:none!important}.Carousel{height:100%}.Carousel .swiper-slide{height:auto;max-height:100%;display:flex}.Carousel .FlexCol{justify-content:center;align-items:center;display:flex}.Carousel .Card{border-radius:var(--s-2_5);justify-content:center;align-items:center;height:100%;display:flex;overflow:hidden}.swiper-container{width:100%;max-width:600px;margin:auto;position:relative}.custom-prev,.custom-next{z-index:10;background:0 0;border:none;width:500px;max-width:33vw;height:100%;position:absolute;top:50%;transform:translateY(-50%)}.custom-prev{cursor:w-resize;left:10px}.custom-next{cursor:e-resize;right:10px}.icon{width:32px;height:32px}.custom-prev:hover svg,.custom-next:hover svg{transition:transform .3s;transform:scale(1.1)}@media screen and (max-width:600px){.custom-next,.custom-prev{display:none}}
body:has(.CarouselPage){background:#f9f95d;width:100%;height:100%}.top-left{position:absolute;top:2em;left:2em}.CarouselPage{width:max(300px,min(100%,100vw));height:max(300px,min(100%,100dvh));padding:var(--s-20)}@media screen and (max-width:992px){.CarouselPage{padding-top:var(--s-12);padding-bottom:var(--s-12);padding-right:var(--s-0);padding-left:var(--s-0)}}.CarouselPage .CarouselPage__Title{justify-content:center;align-items:center;height:1.725rem;font-size:1.125rem;font-weight:600;line-height:1;display:flex;position:absolute;top:2em;left:2em}@media screen and (max-width:992px){.CarouselPage .CarouselPage__Title{justify-content:center;align-items:center;height:1.5rem;font-size:1rem;display:flex;top:1rem;left:50%;transform:translate(-50%)}}.CarouselPage .CarouselPage__Description{color:#737373;pointer-events:none;position:absolute;bottom:2em;left:2em}@media screen and (max-width:992px){.CarouselPage .CarouselPage__Description{bottom:1em;left:50%;transform:translate(-50%)}}
@font-face{font-family:Nunito;font-style:normal;font-weight:400;font-display:swap;src:url(../media/0359dce6a79fdfff-s.1547ae16.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Nunito;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e825f61ba969a7f4-s.bb0d4af5.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Nunito;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a50289932bf4b141-s.c45f1a25.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Nunito;font-style:normal;font-weight:400;font-display:swap;src:url(../media/08df1004e9d5586c-s.c36c0a8a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Nunito;font-style:normal;font-weight:400;font-display:swap;src:url(../media/55fd798f4ce42d8e-s.p.b11076b0.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Nunito Fallback;src:local(Arial);ascent-override:99.71%;descent-override:34.82%;line-gap-override:0.0%;size-adjust:101.39%}.nunito_6eae7e62-module__FVpY7W__className{font-family:Nunito,Nunito Fallback;font-style:normal;font-weight:400}.nunito_6eae7e62-module__FVpY7W__variable{--font-nunito:"Nunito","Nunito Fallback"}
.ButtonClosee{--clr-border:#000;--clr-border-hover:#000;cursor:pointer;width:1.5em;height:1.5em;box-shadow:var(--box-shadow-1);background-color:#262626;border:1px solid #262626;border-radius:.5em;place-items:center;padding:.3em;display:flex}.ButtonClosee svg{stroke:#fff;fill:#fff;border-radius:.5em;width:100%;height:100%;transition:transform .2s ease-in-out}.ButtonClosee:hover{--clr-border:var(--clr-border-hover,#000)}.ButtonClosee:hover svg{transform:rotate(90deg)}.ButtonClosee.small{width:1em;height:1em}.ButtonClosee.medium{width:1.5em;height:1.5em}.ButtonClosee.large{width:2em;height:2em}.ButtonClosee.rounded{border-radius:50%}.ButtonClosee.top-right{z-index:99999;position:absolute;top:2rem;right:2rem}@media screen and (max-width:992px){.ButtonClosee.top-right{top:.5rem;right:.5rem}}.ButtonClosee.top-right body:has(.ButtonClose.top-right){position:relative}
.CardLoader{background-color:#f9f95d;width:100%;height:100%;position:relative}.CardLoader .Loader{z-index:999;width:200px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.peach{background-color:#f2855d!important}
.SwiperSlideImage .Img__container{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.SwiperSlideImage .Img__container img{object-fit:contain;border-radius:10px;max-width:100%;max-height:100%;overflow:hidden}@media screen and (max-width:992px){.SwiperSlideImage .Img__container{padding-left:17px;padding-right:17px}}
.Carousel .SwiperSlideText .Card{text-align:left;width:min(90%,599px);letter-spacing:-0.6%;margin-top:4rem;font-size:23px;font-weight:400;line-height:40px;display:block;overflow:auto}.Carousel .SwiperSlideText .Card span{font-weight:600;font-style:solid;text-decoration:underline}
body:has(.Carousel) :focus{outline:none!important}.Carousel{height:100%}.Carousel .swiper-slide{height:auto;max-height:100%;display:flex}.Carousel .FlexCol{justify-content:center;align-items:center;display:flex}.Carousel .Card{border-radius:var(--s-2_5);justify-content:center;align-items:center;height:100%;display:flex;overflow:hidden}.swiper-container{width:100%;max-width:600px;margin:auto;position:relative}.custom-prev,.custom-next{z-index:10;background:0 0;border:none;width:500px;max-width:33vw;height:100%;position:absolute;top:50%;transform:translateY(-50%)}.custom-prev{cursor:w-resize;left:10px}.custom-next{cursor:e-resize;right:10px}.icon{width:32px;height:32px}.custom-prev:hover svg,.custom-next:hover svg{transition:transform .3s;transform:scale(1.1)}@media screen and (max-width:600px){.custom-next,.custom-prev{display:none}}
body:has(.CarouselPage){background:#f9f95d;width:100%;height:100%}.top-left{position:absolute;top:2em;left:2em}.CarouselPage{width:max(300px,min(100%,100vw));height:max(300px,min(100%,100dvh));padding:var(--s-20)}@media screen and (max-width:992px){.CarouselPage{padding-top:var(--s-12);padding-bottom:var(--s-12);padding-right:var(--s-0);padding-left:var(--s-0)}}.CarouselPage .CarouselPage__Title{justify-content:center;align-items:center;height:1.725rem;font-size:1.125rem;font-weight:600;line-height:1;display:flex;position:absolute;top:2em;left:2em}@media screen and (max-width:992px){.CarouselPage .CarouselPage__Title{justify-content:center;align-items:center;height:1.5rem;font-size:1rem;display:flex;top:1rem;left:50%;transform:translate(-50%)}}.CarouselPage .CarouselPage__Description{color:#737373;pointer-events:none;position:absolute;bottom:2em;left:2em}@media screen and (max-width:992px){.CarouselPage .CarouselPage__Description{bottom:1em;left:50%;transform:translate(-50%)}}
@font-face{font-family:Bowlby One;font-style:normal;font-weight:400;font-display:swap;src:url(../media/b04a7861492a4193-s.p.260c1adc.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Bowlby One Fallback;src:local(Arial);ascent-override:80.02%;descent-override:32.77%;line-gap-override:0.0%;size-adjust:138.88%}.bowlby_one_121e87f6-module__FF40ea__className{font-family:Bowlby One,Bowlby One Fallback;font-style:normal;font-weight:400}.bowlby_one_121e87f6-module__FF40ea__variable{--font-bowlby-one:"Bowlby One","Bowlby One Fallback"}
.ai-background{--border-size:.625rem;--color-bg:(0,0%,100%);width:100%;height:100%;padding:0;padding:calc(var(--border-size)*1);background:linear-gradient(270deg,rgba(255,88,51,.5),rgba(51,255,88,.5),rgba(51,88,255,.5),rgba(255,51,160,.5),rgba(255,218,51,.5),rgba(51,255,245,.5),rgba(245,51,255,.5),rgba(255,88,51,.5)) 0 0/1200% 1200%;margin:0;transition:all 1s;animation:24s infinite gradientAnimation2;display:block}.ai-background>div{border-radius:calc(var(--border-size)*2);width:100%;height:100%;padding:0 calc(var(--border-size)*1);-webkit-backdrop-filter:blur(120px);backdrop-filter:blur(120px);background:#fff;border:2px solid #fff;transition:all 1s;display:block;box-shadow:0 0 19px 1px rgba(0,0,0,.25)}.ai-background.large{padding:calc(var(--border-size)*2)}@media screen and (min-width:1024px){.ai-background{--border-size:1.875rem}.ai-background>div{border-radius:calc(var(--border-size)*.5)}}@keyframes gradientAnimation{0%{background-position:0 0}25%{background-position:200% 0}50%{background-position:200% 200%}75%{background-position:0 200%}to{background-position:0 0}}@keyframes gradientAnimation2{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}
.ai-button{cursor:pointer;background:0 0;border:none;outline:none;height:3.625rem;padding:0;text-decoration:none;transition:all .3s;display:inline-block}.ai-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.ai-button__background{--border-size:8px;border-radius:1rem;justify-content:center;align-items:center;height:100%;display:flex}.ai-button__content,.ai-button .ai-background>div{box-shadow:0px 0px 0px 1px var(--ThemeNeutral200-800,transparent),0px 2px 4px 0px rgba(0,0,0,.06),0px 1px 2px 0px rgba(0,0,0,.04),0px 1px 2px 0px rgba(0,0,0,.02);background-color:rgba(255,255,255,.898);border-width:1px;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;line-height:1;display:flex}.ai-button__content:hover,.ai-button .ai-background>div:hover{background-color:#fff}.ai-button .full{border-radius:99px!important}.ai-button__icon{flex-shrink:0;width:1rem;height:1rem}.ai-button.secondary .ai-button__content{color:#6b7280}
.ButtonClosePebble{--clr-border:#000;--clr-border-hover:#000;cursor:pointer;width:1.5em;height:1.5em;box-shadow:var(--box-shadow-1);border:1px solid #262626;border-radius:.5em;place-items:center;padding:.3em;display:flex;background-color:#56534f!important}.ButtonClosePebble svg{stroke:#fff;fill:#fff;border-radius:.5em;width:100%;height:100%;transition:transform .2s ease-in-out}.ButtonClosePebble:hover{--clr-border:var(--clr-border-hover,#000)}.ButtonClosePebble:hover svg{transform:rotate(90deg)}.ButtonClosePebble.small{width:1em;height:1em}.ButtonClosePebble.medium{width:1.5em;height:1.5em}.ButtonClosePebble.large{width:2em;height:2em}.ButtonClosePebble.rounded{border-radius:50%}.ButtonClosePebble.top-right{z-index:99999;position:absolute;top:2rem;right:2rem}@media screen and (max-width:992px){.ButtonClosePebble.top-right{top:.5rem;right:.5rem}}.ButtonClosePebble.top-right body:has(.ButtonClose.top-right){position:relative}
.CardLoader{background-color:#f9f95d;width:100%;height:100%;position:relative}.CardLoader .Loader{z-index:999;width:200px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pebble{background-color:#f5f5f4!important}
.SwiperSlideImage .Img__container{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.SwiperSlideImage .Img__container img{object-fit:contain;border-radius:10px;max-width:100%;max-height:100%;overflow:hidden}@media screen and (max-width:992px){.SwiperSlideImage .Img__container{padding-left:17px;padding-right:17px}}
.Carousel .SwiperSlideText .Card{text-align:left;width:min(90%,599px);letter-spacing:-0.6%;margin-top:4rem;font-size:23px;font-weight:400;line-height:40px;display:block;overflow:auto}.Carousel .SwiperSlideText .Card span{font-weight:600;font-style:solid;text-decoration:underline}
body:has(.Carousel) :focus{outline:none!important}.Carousel{height:100%}.Carousel .swiper-slide{height:auto;max-height:100%;display:flex}.Carousel .FlexCol{justify-content:center;align-items:center;display:flex}.Carousel .Card{border-radius:var(--s-2_5);justify-content:center;align-items:center;height:100%;display:flex;overflow:hidden}.swiper-container{width:100%;max-width:600px;margin:auto;position:relative}.custom-prev,.custom-next{z-index:10;background:0 0;border:none;width:500px;max-width:33vw;height:100%;position:absolute;top:50%;transform:translateY(-50%)}.custom-prev{cursor:w-resize;left:10px}.custom-next{cursor:e-resize;right:10px}.icon{width:32px;height:32px}.custom-prev:hover svg,.custom-next:hover svg{transition:transform .3s;transform:scale(1.1)}@media screen and (max-width:600px){.custom-next,.custom-prev{display:none}}
body:has(.CarouselPage){background:#f9f95d;width:100%;height:100%}.top-left{position:absolute;top:2em;left:2em}.CarouselPage{width:max(300px,min(100%,100vw));height:max(300px,min(100%,100dvh));padding:var(--s-20)}@media screen and (max-width:992px){.CarouselPage{padding-top:var(--s-12);padding-bottom:var(--s-12);padding-right:var(--s-0);padding-left:var(--s-0)}}.CarouselPage .CarouselPage__Title{color:#5eead4;justify-content:center;align-items:center;height:1.725rem;font-size:1.125rem;font-weight:600;line-height:1;display:flex;position:absolute;top:2em;left:2em}@media screen and (max-width:992px){.CarouselPage .CarouselPage__Title{justify-content:center;align-items:center;height:1.5rem;font-size:1rem;display:flex;top:1rem;left:50%;transform:translate(-50%)}}.CarouselPage .CarouselPage__Description{color:#737373;pointer-events:none;position:absolute;bottom:2em;left:2em}@media screen and (max-width:992px){.CarouselPage .CarouselPage__Description{bottom:1em;left:50%;transform:translate(-50%)}}
@font-face{font-family:Pixelify Sans;font-style:normal;font-weight:400;font-display:swap;src:url(../media/3ca129bff991e0fd-s.a70f702e.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Pixelify Sans;font-style:normal;font-weight:400;font-display:swap;src:url(../media/900a631fd275b021-s.5f6bb4f7.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Pixelify Sans;font-style:normal;font-weight:400;font-display:swap;src:url(../media/803fa0dc28654d6f-s.p.58ae713a.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Pixelify Sans Fallback;src:local(Arial);ascent-override:81.7%;descent-override:24.87%;line-gap-override:0.0%;size-adjust:112.61%}.pixelify_sans_724a28d-module__xmtUEW__className{font-family:Pixelify Sans,Pixelify Sans Fallback;font-style:normal;font-weight:400}.pixelify_sans_724a28d-module__xmtUEW__variable{--font-pixelify-sans:"Pixelify Sans","Pixelify Sans Fallback"}
.ai-background{--border-size:.625rem;--color-bg:(0,0%,100%);width:100%;height:100%;padding:0;padding:calc(var(--border-size)*1);background:linear-gradient(270deg,rgba(255,88,51,.5),rgba(51,255,88,.5),rgba(51,88,255,.5),rgba(255,51,160,.5),rgba(255,218,51,.5),rgba(51,255,245,.5),rgba(245,51,255,.5),rgba(255,88,51,.5)) 0 0/1200% 1200%;margin:0;transition:all 1s;animation:24s infinite gradientAnimation2;display:block}.ai-background>div{border-radius:calc(var(--border-size)*2);width:100%;height:100%;padding:0 calc(var(--border-size)*1);-webkit-backdrop-filter:blur(120px);backdrop-filter:blur(120px);background:#fff;border:2px solid #fff;transition:all 1s;display:block;box-shadow:0 0 19px 1px rgba(0,0,0,.25)}.ai-background.large{padding:calc(var(--border-size)*2)}@media screen and (min-width:1024px){.ai-background{--border-size:1.875rem}.ai-background>div{border-radius:calc(var(--border-size)*.5)}}@keyframes gradientAnimation{0%{background-position:0 0}25%{background-position:200% 0}50%{background-position:200% 200%}75%{background-position:0 200%}to{background-position:0 0}}@keyframes gradientAnimation2{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}
.ai-button{cursor:pointer;background:0 0;border:none;outline:none;height:3.625rem;padding:0;text-decoration:none;transition:all .3s;display:inline-block}.ai-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.ai-button__background{--border-size:8px;border-radius:1rem;justify-content:center;align-items:center;height:100%;display:flex}.ai-button__content,.ai-button .ai-background>div{box-shadow:0px 0px 0px 1px var(--ThemeNeutral200-800,transparent),0px 2px 4px 0px rgba(0,0,0,.06),0px 1px 2px 0px rgba(0,0,0,.04),0px 1px 2px 0px rgba(0,0,0,.02);background-color:rgba(255,255,255,.898);border-width:1px;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;line-height:1;display:flex}.ai-button__content:hover,.ai-button .ai-background>div:hover{background-color:#fff}.ai-button .full{border-radius:99px!important}.ai-button__icon{flex-shrink:0;width:1rem;height:1rem}.ai-button.secondary .ai-button__content{color:#6b7280}
.ButtonCloseez{--clr-border:#000;--clr-border-hover:#000;cursor:pointer;width:1.5em;height:1.5em;box-shadow:var(--box-shadow-1);background-color:#5eead4;border:1px solid #262626;border-radius:.5em;place-items:center;padding:.3em;display:flex}.ButtonCloseez .pixel{background-color:#5eead4!important}.ButtonCloseez svg{stroke:#fff;fill:#fff;border-radius:.5em;width:100%;height:100%;transition:transform .2s ease-in-out}.ButtonCloseez:hover{--clr-border:var(--clr-border-hover,#000)}.ButtonCloseez:hover svg{transform:rotate(90deg)}.ButtonCloseez.small{width:1em;height:1em}.ButtonCloseez.medium{width:1.5em;height:1.5em}.ButtonCloseez.large{width:2em;height:2em}.ButtonCloseez.rounded{border-radius:50%}.ButtonCloseez.top-right{z-index:99999;position:absolute;top:2rem;right:2rem}@media screen and (max-width:992px){.ButtonCloseez.top-right{top:.5rem;right:.5rem}}.ButtonCloseez.top-right body:has(.ButtonClose.top-right){position:relative}
.CardLoader{background-color:#f9f95d;width:100%;height:100%;position:relative}.CardLoader .Loader{z-index:999;width:200px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pixel{background-color:#5eead4!important}
.SwiperSlideImage .Img__container{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.SwiperSlideImage .Img__container img{object-fit:contain;border-radius:10px;max-width:100%;max-height:100%;overflow:hidden}@media screen and (max-width:992px){.SwiperSlideImage .Img__container{padding-left:17px;padding-right:17px}}
.Carousel .SwiperSlideText .Card{text-align:left;width:min(90%,599px);letter-spacing:-0.6%;margin-top:4rem;font-size:23px;font-weight:400;line-height:40px;display:block;overflow:auto}.Carousel .SwiperSlideText .Card span{font-weight:600;font-style:solid;text-decoration:underline}
body:has(.Carousel) :focus{outline:none!important}.Carousel{height:100%}.Carousel .swiper-slide{height:auto;max-height:100%;display:flex}.Carousel .FlexCol{justify-content:center;align-items:center;display:flex}.Carousel .Card{border-radius:var(--s-2_5);justify-content:center;align-items:center;height:100%;display:flex;overflow:hidden}.swiper-container{width:100%;max-width:600px;margin:auto;position:relative}.custom-prev,.custom-next{z-index:10;background:0 0;border:none;width:500px;max-width:33vw;height:100%;position:absolute;top:50%;transform:translateY(-50%)}.custom-prev{cursor:w-resize;left:10px}.custom-next{cursor:e-resize;right:10px}.icon{width:32px;height:32px}.custom-prev:hover svg,.custom-next:hover svg{transition:transform .3s;transform:scale(1.1)}@media screen and (max-width:600px){.custom-next,.custom-prev{display:none}}
body:has(.CarouselPage){background:#f9f95d;width:100%;height:100%}.top-left{position:absolute;top:2em;left:2em}.CarouselPage{width:max(300px,min(100%,100vw));height:max(300px,min(100%,100dvh));padding:var(--s-20)}@media screen and (max-width:992px){.CarouselPage{padding-top:var(--s-12);padding-bottom:var(--s-12);padding-right:var(--s-0);padding-left:var(--s-0)}}.CarouselPage .CarouselPage__Title{color:#5eead4;justify-content:center;align-items:center;height:1.725rem;font-size:1.125rem;font-weight:600;line-height:1;display:flex;position:absolute;top:2em;left:2em}@media screen and (max-width:992px){.CarouselPage .CarouselPage__Title{justify-content:center;align-items:center;height:1.5rem;font-size:1rem;display:flex;top:1rem;left:50%;transform:translate(-50%)}}.CarouselPage .CarouselPage__Description{color:#737373;pointer-events:none;position:absolute;bottom:2em;left:2em}@media screen and (max-width:992px){.CarouselPage .CarouselPage__Description{bottom:1em;left:50%;transform:translate(-50%)}}
