:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:rgba(0,0,0,0.1);--f-spinner-color-2:rgba(17,24,28,0.8);--f-spinner-stroke:2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:.175s ease-out both f-throwOutUp}.f-throwOutDown{animation:.175s ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,-150px,0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,150px,0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration,0.2s) ease-out .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,0.2s) ease-out both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0,16px,0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration,0.2s) ease both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,0.2s) ease both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration,0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration,0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration,0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration,0.2s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration,0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration,0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0,0,0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0,0,0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-hover-bg:#e0e0e0;--f-button-active-bg:#d0d0d0;--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover:hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin,0px) + var(--fancybox-scrollbar-compensate,0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:rgba(24,24,27,0.98);--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:rgba(255,255,255,0.1);--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex,1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity,1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0,0,0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0,0,0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,.is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content{visibility:hidden}.is-animating .fancybox__content,.is-dragging .fancybox__content{filter:blur(0px);will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity,1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width:2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width:34px;--f-button-height:34px;--f-button-border-radius:4px;--f-button-color:var(--fancybox-color,#fff);--f-button-hover-color:var(--fancybox-color,#fff);--f-button-bg:transparent;--f-button-hover-bg:transparent;--f-button-active-bg:transparent;--f-button-svg-width:22px;--f-button-svg-height:22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity,1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius:50%;--f-button-color:#fff;--f-button-hover-color:#fff;--f-button-outline-color:#000;--f-button-bg:rgba(0,0,0,0.6);--f-button-active-bg:rgba(0,0,0,0.6);--f-button-hover-bg:rgba(0,0,0,0.6);--f-button-svg-width:18px;--f-button-svg-height:18px;--f-button-svg-filter:none;top:5px;right:5px}.fancybox__nav{--f-button-width:50px;--f-button-height:50px;--f-button-border:0;--f-button-border-radius:50%;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:transparent;--f-button-hover-bg:rgba(24,24,27,0.3);--f-button-active-bg:rgba(24,24,27,0.5);--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:26px;--f-button-svg-height:26px;--f-button-svg-stroke-width:2.5;--f-button-svg-fill:none;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,0.5));--f-button-svg-disabled-opacity:0.65;--f-button-next-pos:1rem;--f-button-prev-pos:1rem;opacity:var(--fancybox-opacity,1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top,calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:.25s ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:.35s ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:.15s ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:.35s ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:100%;height:100%}.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,.fancybox__container:not(.is-compact) .has-map .fancybox__content,.fancybox__container:not(.is-compact) .has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px,1px,1px,1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-outline:0;--f-thumb-outline-color:#5eb0ef;--f-thumb-opacity:1;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1;--f-thumb-border-radius:2px;--f-thumb-offset:0;--f-button-next-pos:0;--f-button-prev-pos:0}.f-carousel__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.f-carousel__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:20px;--f-thumb-clip-width:46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2,#e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden}.f-thumbs__track{display:flex;will-change:transform}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);min-width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc(var(--left,0)*1px);width:calc(100% - var(--width,0)*1px);cursor:pointer}.is-modern .f-thumbs__slide{--clip-path:inset( 0 calc( (var(--f-thumb-width,0) - var(--f-thumb-clip-width,0)) * 0.5 * (1 - var(--progress,0)) ) round var(--f-thumb-border-radius,0) );transform:translate3d(calc(var(--shift,0) * -1px),0,0);transition:none;pointer-events:none}.is-modern .f-thumbs__slide>*{clip-path:var(--clip-path)}.is-modern:not(.is-using-mouse) .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0px -1px 0 var(--f-thumb-outline-color)) drop-shadow(0px 2px 0 var(--f-thumb-outline-color))}.is-modern.in-touch .f-thumbs__slide{filter:none}.is-modern.is-resting .f-thumbs__slide{transition:all .33s ease}.is-modern.is-resting .f-thumbs__slide>*{transition:all .33s ease}.f-thumbs__slide__button{appearance:none;width:100%;height:100%;margin:0;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline,0) solid var(--f-thumb-outline-color,transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{position:absolute;overflow:hidden;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover}.f-thumbs.is-horizontal .f-thumbs__track{margin:0 auto;padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;margin:auto 0;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-border-radius:2px;--f-thumb-outline:2px;--f-thumb-outline-color:#ededed;position:relative;opacity:var(--fancybox-opacity,1);transition:max-height .35s cubic-bezier(0.23,1,0.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:20px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width:64px;--f-thumb-clip-width:32px;--f-thumb-height:48px;--f-thumb-extra-gap:10px}.fancybox__thumbs.is-masked{max-height:0 !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color,rgba(255,255,255,0.94));--f-button-width:46px;--f-button-height:46px;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:rgba(24,24,27,0.65);--f-button-hover-bg:rgba(70,70,73,0.65);--f-button-active-bg:rgba(90,90,93,0.65);--f-button-border-radius:0;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.5;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,0.15));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));z-index:30;user-select:none;pointer-events:none}
.nice-select{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#fff;border-radius:5px;border:solid 1px #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:normal;height:38px;line-height:36px;outline:none;padding-left:18px;padding-right:30px;position:relative;text-align:left !important;transition:all .2s ease-in-out;user-select:none;white-space:nowrap;width:auto}.nice-select:hover{border-color:#dbdbdb}.nice-select:active,.nice-select.open,.nice-select:focus{border-color:#999}.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:"";display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;transform-origin:66% 66%;transform:rotate(45deg);transition:all .15s ease-in-out;width:5px}.nice-select.open:after{transform:rotate(-135deg)}.nice-select.open .nice-select-dropdown{opacity:1;pointer-events:auto;transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .nice-select-dropdown{left:0 !important;right:0 !important}.nice-select.right{float:right}.nice-select.right .nice-select-dropdown{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .nice-select-dropdown{margin-top:4px;background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,.11);pointer-events:none;position:absolute;top:100%;left:0;transform-origin:50% 0;transform:scale(0.75) translateY(19px);transition:all .2s cubic-bezier(0.5,0,0,1.25),opacity .15s ease-out;z-index:9;opacity:0}.nice-select .list{border-radius:5px;box-sizing:border-box;overflow:hidden;padding:0;max-height:210px;overflow-y:auto}.nice-select .list:hover .option:not(:hover){background-color:rgba(0,0,0,0) !important}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;outline:none;padding-left:18px;padding-right:29px;text-align:left;transition:all .2s}.nice-select .option:hover,.nice-select .option.focus,.nice-select .option.selected.focus{background-color:#f6f6f6}.nice-select .option.selected{font-weight:bold}.nice-select .option.disabled{background-color:rgba(0,0,0,0);color:#999;cursor:default}.nice-select .optgroup{font-weight:bold}.no-csspointerevents .nice-select .nice-select-dropdown{display:none}.no-csspointerevents .nice-select.open .nice-select-dropdown{display:block}.nice-select .list::-webkit-scrollbar{width:0}.nice-select .has-multiple{white-space:inherit;height:auto;padding:7px 12px;min-height:36px;line-height:22px}.nice-select .has-multiple span.current{border:1px solid #ccc;background:#eee;padding:0 10px;border-radius:3px;display:inline-block;line-height:24px;font-size:14px;margin-bottom:3px;margin-right:3px}.nice-select .has-multiple .multiple-options{display:block;line-height:24px;padding:0}.nice-select .nice-select-search-box{box-sizing:border-box;width:100%;padding:5px;pointer-events:none;border-radius:5px 5px 0 0}.nice-select .nice-select-search{box-sizing:border-box;background-color:#fff;border:1px solid #e8e8e8;border-radius:3px;color:#444;display:inline-block;vertical-align:middle;padding:7px 12px;margin:0 10px 0 0;width:100%;min-height:36px;line-height:22px;height:auto;outline:0 !important;font-size:14px}
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.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{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.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{margin-inline-start: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-block-start: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,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.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));display:inline-block;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)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.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-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.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));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
@import "../themes/colba-redesign/assets/styles/app/libraries/bootstrap/maps";
@import "../themes/colba-redesign/assets/styles/app/libraries/bootstrap/containers";
@import "../themes/colba-redesign/assets/styles/app/libraries/bootstrap/helpers";
@import "../themes/colba-redesign/assets/styles/app/libraries/bootstrap/utilities/api";
@import "../themes/colba-redesign/assets/styles/import/variable";*,*::before,*::after {box-sizing:border-box }html {-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none }body,h1,h2,h3,h4,p,figure,blockquote,dl,dd {margin:0 }ul,ol {list-style:none;padding:0;margin:0 }body {min-height:100vh;line-height:1.5 }h1,h2,h3,h4,button,input,label {line-height:1.1 }h1,h2,h3,h4 {text-wrap:balance }a {text-decoration-skip-ink:auto;color:currentColor }a {text-decoration:none }img,picture {max-width:100%;display:block }input,button,textarea,select {font:inherit }textarea:not([rows]) {min-height:10em }:target {scroll-margin-block:5ex }.align-baseline {vertical-align:baseline !important }.align-top {vertical-align:top !important }.align-middle {vertical-align:middle !important }.align-bottom {vertical-align:bottom !important }.align-text-bottom {vertical-align:text-bottom !important }.align-text-top {vertical-align:text-top !important }.bg-primary {background-color:#007bff !important }a.bg-primary:hover,button.bg-primary:hover,a.bg-primary:focus,button.bg-primary:focus {background-color:#0062cc !important }.bg-secondary {background-color:#6c757d !important }a.bg-secondary:hover,button.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:focus {background-color:#545b62 !important }.bg-success {background-color:#28a745 !important }a.bg-success:hover,button.bg-success:hover,a.bg-success:focus,button.bg-success:focus {background-color:#1e7e34 !important }.bg-info {background-color:#17a2b8 !important }a.bg-info:hover,button.bg-info:hover,a.bg-info:focus,button.bg-info:focus {background-color:#117a8b !important }.bg-warning {background-color:#ffc107 !important }a.bg-warning:hover,button.bg-warning:hover,a.bg-warning:focus,button.bg-warning:focus {background-color:#d39e00 !important }.bg-danger {background-color:#dc3545 !important }a.bg-danger:hover,button.bg-danger:hover,a.bg-danger:focus,button.bg-danger:focus {background-color:#bd2130 !important }.bg-light {background-color:#f8f9fa !important }a.bg-light:hover,button.bg-light:hover,a.bg-light:focus,button.bg-light:focus {background-color:#dae0e5 !important }.bg-dark {background-color:#343a40 !important }a.bg-dark:hover,button.bg-dark:hover,a.bg-dark:focus,button.bg-dark:focus {background-color:#1d2124 !important }.bg-white {background-color:#fff !important }.bg-transparent {background-color:transparent !important }.border {border:1px solid #dee2e6 !important }.border-top {border-top:1px solid #dee2e6 !important }.border-right {border-right:1px solid #dee2e6 !important }.border-bottom {border-bottom:1px solid #dee2e6 !important }.border-left {border-left:1px solid #dee2e6 !important }.border-0 {border:0 !important }.border-top-0 {border-top:0 !important }.border-right-0 {border-right:0 !important }.border-bottom-0 {border-bottom:0 !important }.border-left-0 {border-left:0 !important }.border-primary {border-color:#007bff !important }.border-secondary {border-color:#6c757d !important }.border-success {border-color:#28a745 !important }.border-info {border-color:#17a2b8 !important }.border-warning {border-color:#ffc107 !important }.border-danger {border-color:#dc3545 !important }.border-light {border-color:#f8f9fa !important }.border-dark {border-color:#343a40 !important }.border-white {border-color:#fff !important }.rounded {border-radius:0.25rem !important }.rounded-top {border-top-left-radius:0.25rem !important;border-top-right-radius:0.25rem !important }.rounded-right {border-top-right-radius:0.25rem !important;border-bottom-right-radius:0.25rem !important }.rounded-bottom {border-bottom-right-radius:0.25rem !important;border-bottom-left-radius:0.25rem !important }.rounded-left {border-top-left-radius:0.25rem !important;border-bottom-left-radius:0.25rem !important }.rounded-circle {border-radius:50% !important }.rounded-0 {border-radius:0 !important }.clearfix::after {display:block;clear:both;content:"" }.d-none {display:none !important }.d-inline {display:inline !important }.d-inline-block {display:inline-block !important }.d-block {display:block !important }.d-table {display:table !important }.d-table-row {display:table-row !important }.d-table-cell {display:table-cell !important }.d-flex {display:flex !important }.d-inline-flex {display:inline-flex !important }@media (min-width:576px) {.d-sm-none {display:none !important }.d-sm-inline {display:inline !important }.d-sm-inline-block {display:inline-block !important }.d-sm-block {display:block !important }.d-sm-table {display:table !important }.d-sm-table-row {display:table-row !important }.d-sm-table-cell {display:table-cell !important }.d-sm-flex {display:flex !important }.d-sm-inline-flex {display:inline-flex !important }}@media (min-width:768px) {.d-md-none {display:none !important }.d-md-inline {display:inline !important }.d-md-inline-block {display:inline-block !important }.d-md-block {display:block !important }.d-md-table {display:table !important }.d-md-table-row {display:table-row !important }.d-md-table-cell {display:table-cell !important }.d-md-flex {display:flex !important }.d-md-inline-flex {display:inline-flex !important }}@media (min-width:1024px) {.d-lg-none {display:none !important }.d-lg-inline {display:inline !important }.d-lg-inline-block {display:inline-block !important }.d-lg-block {display:block !important }.d-lg-table {display:table !important }.d-lg-table-row {display:table-row !important }.d-lg-table-cell {display:table-cell !important }.d-lg-flex {display:flex !important }.d-lg-inline-flex {display:inline-flex !important }}@media (min-width:1200px) {.d-xl-none {display:none !important }.d-xl-inline {display:inline !important }.d-xl-inline-block {display:inline-block !important }.d-xl-block {display:block !important }.d-xl-table {display:table !important }.d-xl-table-row {display:table-row !important }.d-xl-table-cell {display:table-cell !important }.d-xl-flex {display:flex !important }.d-xl-inline-flex {display:inline-flex !important }}@media (min-width:1440px) {.d-2xl-none {display:none !important }.d-2xl-inline {display:inline !important }.d-2xl-inline-block {display:inline-block !important }.d-2xl-block {display:block !important }.d-2xl-table {display:table !important }.d-2xl-table-row {display:table-row !important }.d-2xl-table-cell {display:table-cell !important }.d-2xl-flex {display:flex !important }.d-2xl-inline-flex {display:inline-flex !important }}@media (min-width:1920px) {.d-3xl-none {display:none !important }.d-3xl-inline {display:inline !important }.d-3xl-inline-block {display:inline-block !important }.d-3xl-block {display:block !important }.d-3xl-table {display:table !important }.d-3xl-table-row {display:table-row !important }.d-3xl-table-cell {display:table-cell !important }.d-3xl-flex {display:flex !important }.d-3xl-inline-flex {display:inline-flex !important }}@media print {.d-print-none {display:none !important }.d-print-inline {display:inline !important }.d-print-inline-block {display:inline-block !important }.d-print-block {display:block !important }.d-print-table {display:table !important }.d-print-table-row {display:table-row !important }.d-print-table-cell {display:table-cell !important }.d-print-flex {display:flex !important }.d-print-inline-flex {display:inline-flex !important }}.embed-responsive {position:relative;display:block;width:100%;padding:0;overflow:hidden }.embed-responsive::before {display:block;content:"" }.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video {position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0 }.embed-responsive-21by9::before {padding-top:42.8571428571% }.embed-responsive-16by9::before {padding-top:56.25% }.embed-responsive-4by3::before {padding-top:75% }.embed-responsive-1by1::before {padding-top:100% }.flex-row {flex-direction:row !important }.flex-column {flex-direction:column !important }.flex-row-reverse {flex-direction:row-reverse !important }.flex-column-reverse {flex-direction:column-reverse !important }.flex-wrap {flex-wrap:wrap !important }.flex-nowrap {flex-wrap:nowrap !important }.flex-wrap-reverse {flex-wrap:wrap-reverse !important }.justify-content-start {justify-content:flex-start !important }.justify-content-end {justify-content:flex-end !important }.justify-content-center {justify-content:center !important }.justify-content-between {justify-content:space-between !important }.justify-content-around {justify-content:space-around !important }.align-items-start {align-items:flex-start !important }.align-items-end {align-items:flex-end !important }.align-items-center {align-items:center !important }.align-items-baseline {align-items:baseline !important }.align-items-stretch {align-items:stretch !important }.align-content-start {align-content:flex-start !important }.align-content-end {align-content:flex-end !important }.align-content-center {align-content:center !important }.align-content-between {align-content:space-between !important }.align-content-around {align-content:space-around !important }.align-content-stretch {align-content:stretch !important }.align-self-auto {align-self:auto !important }.align-self-start {align-self:flex-start !important }.align-self-end {align-self:flex-end !important }.align-self-center {align-self:center !important }.align-self-baseline {align-self:baseline !important }.align-self-stretch {align-self:stretch !important }@media (min-width:576px) {.flex-sm-row {flex-direction:row !important }.flex-sm-column {flex-direction:column !important }.flex-sm-row-reverse {flex-direction:row-reverse !important }.flex-sm-column-reverse {flex-direction:column-reverse !important }.flex-sm-wrap {flex-wrap:wrap !important }.flex-sm-nowrap {flex-wrap:nowrap !important }.flex-sm-wrap-reverse {flex-wrap:wrap-reverse !important }.justify-content-sm-start {justify-content:flex-start !important }.justify-content-sm-end {justify-content:flex-end !important }.justify-content-sm-center {justify-content:center !important }.justify-content-sm-between {justify-content:space-between !important }.justify-content-sm-around {justify-content:space-around !important }.align-items-sm-start {align-items:flex-start !important }.align-items-sm-end {align-items:flex-end !important }.align-items-sm-center {align-items:center !important }.align-items-sm-baseline {align-items:baseline !important }.align-items-sm-stretch {align-items:stretch !important }.align-content-sm-start {align-content:flex-start !important }.align-content-sm-end {align-content:flex-end !important }.align-content-sm-center {align-content:center !important }.align-content-sm-between {align-content:space-between !important }.align-content-sm-around {align-content:space-around !important }.align-content-sm-stretch {align-content:stretch !important }.align-self-sm-auto {align-self:auto !important }.align-self-sm-start {align-self:flex-start !important }.align-self-sm-end {align-self:flex-end !important }.align-self-sm-center {align-self:center !important }.align-self-sm-baseline {align-self:baseline !important }.align-self-sm-stretch {align-self:stretch !important }}@media (min-width:768px) {.flex-md-row {flex-direction:row !important }.flex-md-column {flex-direction:column !important }.flex-md-row-reverse {flex-direction:row-reverse !important }.flex-md-column-reverse {flex-direction:column-reverse !important }.flex-md-wrap {flex-wrap:wrap !important }.flex-md-nowrap {flex-wrap:nowrap !important }.flex-md-wrap-reverse {flex-wrap:wrap-reverse !important }.justify-content-md-start {justify-content:flex-start !important }.justify-content-md-end {justify-content:flex-end !important }.justify-content-md-center {justify-content:center !important }.justify-content-md-between {justify-content:space-between !important }.justify-content-md-around {justify-content:space-around !important }.align-items-md-start {align-items:flex-start !important }.align-items-md-end {align-items:flex-end !important }.align-items-md-center {align-items:center !important }.align-items-md-baseline {align-items:baseline !important }.align-items-md-stretch {align-items:stretch !important }.align-content-md-start {align-content:flex-start !important }.align-content-md-end {align-content:flex-end !important }.align-content-md-center {align-content:center !important }.align-content-md-between {align-content:space-between !important }.align-content-md-around {align-content:space-around !important }.align-content-md-stretch {align-content:stretch !important }.align-self-md-auto {align-self:auto !important }.align-self-md-start {align-self:flex-start !important }.align-self-md-end {align-self:flex-end !important }.align-self-md-center {align-self:center !important }.align-self-md-baseline {align-self:baseline !important }.align-self-md-stretch {align-self:stretch !important }}@media (min-width:1024px) {.flex-lg-row {flex-direction:row !important }.flex-lg-column {flex-direction:column !important }.flex-lg-row-reverse {flex-direction:row-reverse !important }.flex-lg-column-reverse {flex-direction:column-reverse !important }.flex-lg-wrap {flex-wrap:wrap !important }.flex-lg-nowrap {flex-wrap:nowrap !important }.flex-lg-wrap-reverse {flex-wrap:wrap-reverse !important }.justify-content-lg-start {justify-content:flex-start !important }.justify-content-lg-end {justify-content:flex-end !important }.justify-content-lg-center {justify-content:center !important }.justify-content-lg-between {justify-content:space-between !important }.justify-content-lg-around {justify-content:space-around !important }.align-items-lg-start {align-items:flex-start !important }.align-items-lg-end {align-items:flex-end !important }.align-items-lg-center {align-items:center !important }.align-items-lg-baseline {align-items:baseline !important }.align-items-lg-stretch {align-items:stretch !important }.align-content-lg-start {align-content:flex-start !important }.align-content-lg-end {align-content:flex-end !important }.align-content-lg-center {align-content:center !important }.align-content-lg-between {align-content:space-between !important }.align-content-lg-around {align-content:space-around !important }.align-content-lg-stretch {align-content:stretch !important }.align-self-lg-auto {align-self:auto !important }.align-self-lg-start {align-self:flex-start !important }.align-self-lg-end {align-self:flex-end !important }.align-self-lg-center {align-self:center !important }.align-self-lg-baseline {align-self:baseline !important }.align-self-lg-stretch {align-self:stretch !important }}@media (min-width:1200px) {.flex-xl-row {flex-direction:row !important }.flex-xl-column {flex-direction:column !important }.flex-xl-row-reverse {flex-direction:row-reverse !important }.flex-xl-column-reverse {flex-direction:column-reverse !important }.flex-xl-wrap {flex-wrap:wrap !important }.flex-xl-nowrap {flex-wrap:nowrap !important }.flex-xl-wrap-reverse {flex-wrap:wrap-reverse !important }.justify-content-xl-start {justify-content:flex-start !important }.justify-content-xl-end {justify-content:flex-end !important }.justify-content-xl-center {justify-content:center !important }.justify-content-xl-between {justify-content:space-between !important }.justify-content-xl-around {justify-content:space-around !important }.align-items-xl-start {align-items:flex-start !important }.align-items-xl-end {align-items:flex-end !important }.align-items-xl-center {align-items:center !important }.align-items-xl-baseline {align-items:baseline !important }.align-items-xl-stretch {align-items:stretch !important }.align-content-xl-start {align-content:flex-start !important }.align-content-xl-end {align-content:flex-end !important }.align-content-xl-center {align-content:center !important }.align-content-xl-between {align-content:space-between !important }.align-content-xl-around {align-content:space-around !important }.align-content-xl-stretch {align-content:stretch !important }.align-self-xl-auto {align-self:auto !important }.align-self-xl-start {align-self:flex-start !important }.align-self-xl-end {align-self:flex-end !important }.align-self-xl-center {align-self:center !important }.align-self-xl-baseline {align-self:baseline !important }.align-self-xl-stretch {align-self:stretch !important }}@media (min-width:1440px) {.flex-2xl-row {flex-direction:row !important }.flex-2xl-column {flex-direction:column !important }.flex-2xl-row-reverse {flex-direction:row-reverse !important }.flex-2xl-column-reverse {flex-direction:column-reverse !important }.flex-2xl-wrap {flex-wrap:wrap !important }.flex-2xl-nowrap {flex-wrap:nowrap !important }.flex-2xl-wrap-reverse {flex-wrap:wrap-reverse !important }.justify-content-2xl-start {justify-content:flex-start !important }.justify-content-2xl-end {justify-content:flex-end !important }.justify-content-2xl-center {justify-content:center !important }.justify-content-2xl-between {justify-content:space-between !important }.justify-content-2xl-around {justify-content:space-around !important }.align-items-2xl-start {align-items:flex-start !important }.align-items-2xl-end {align-items:flex-end !important }.align-items-2xl-center {align-items:center !important }.align-items-2xl-baseline {align-items:baseline !important }.align-items-2xl-stretch {align-items:stretch !important }.align-content-2xl-start {align-content:flex-start !important }.align-content-2xl-end {align-content:flex-end !important }.align-content-2xl-center {align-content:center !important }.align-content-2xl-between {align-content:space-between !important }.align-content-2xl-around {align-content:space-around !important }.align-content-2xl-stretch {align-content:stretch !important }.align-self-2xl-auto {align-self:auto !important }.align-self-2xl-start {align-self:flex-start !important }.align-self-2xl-end {align-self:flex-end !important }.align-self-2xl-center {align-self:center !important }.align-self-2xl-baseline {align-self:baseline !important }.align-self-2xl-stretch {align-self:stretch !important }}@media (min-width:1920px) {.flex-3xl-row {flex-direction:row !important }.flex-3xl-column {flex-direction:column !important }.flex-3xl-row-reverse {flex-direction:row-reverse !important }.flex-3xl-column-reverse {flex-direction:column-reverse !important }.flex-3xl-wrap {flex-wrap:wrap !important }.flex-3xl-nowrap {flex-wrap:nowrap !important }.flex-3xl-wrap-reverse {flex-wrap:wrap-reverse !important }.justify-content-3xl-start {justify-content:flex-start !important }.justify-content-3xl-end {justify-content:flex-end !important }.justify-content-3xl-center {justify-content:center !important }.justify-content-3xl-between {justify-content:space-between !important }.justify-content-3xl-around {justify-content:space-around !important }.align-items-3xl-start {align-items:flex-start !important }.align-items-3xl-end {align-items:flex-end !important }.align-items-3xl-center {align-items:center !important }.align-items-3xl-baseline {align-items:baseline !important }.align-items-3xl-stretch {align-items:stretch !important }.align-content-3xl-start {align-content:flex-start !important }.align-content-3xl-end {align-content:flex-end !important }.align-content-3xl-center {align-content:center !important }.align-content-3xl-between {align-content:space-between !important }.align-content-3xl-around {align-content:space-around !important }.align-content-3xl-stretch {align-content:stretch !important }.align-self-3xl-auto {align-self:auto !important }.align-self-3xl-start {align-self:flex-start !important }.align-self-3xl-end {align-self:flex-end !important }.align-self-3xl-center {align-self:center !important }.align-self-3xl-baseline {align-self:baseline !important }.align-self-3xl-stretch {align-self:stretch !important }}.float-left {float:left !important }.float-right {float:right !important }.float-none {float:none !important }@media (min-width:576px) {.float-sm-left {float:left !important }.float-sm-right {float:right !important }.float-sm-none {float:none !important }}@media (min-width:768px) {.float-md-left {float:left !important }.float-md-right {float:right !important }.float-md-none {float:none !important }}@media (min-width:1024px) {.float-lg-left {float:left !important }.float-lg-right {float:right !important }.float-lg-none {float:none !important }}@media (min-width:1200px) {.float-xl-left {float:left !important }.float-xl-right {float:right !important }.float-xl-none {float:none !important }}@media (min-width:1440px) {.float-2xl-left {float:left !important }.float-2xl-right {float:right !important }.float-2xl-none {float:none !important }}@media (min-width:1920px) {.float-3xl-left {float:left !important }.float-3xl-right {float:right !important }.float-3xl-none {float:none !important }}.position-static {position:static !important }.position-relative {position:relative !important }.position-absolute {position:absolute !important }.position-fixed {position:fixed !important }.position-sticky {position:sticky !important }.fixed-top {position:fixed;top:0;right:0;left:0;z-index:1030 }.fixed-bottom {position:fixed;right:0;bottom:0;left:0;z-index:1030 }@supports (position:sticky) {.sticky-top {position:sticky;top:0;z-index:1020 }}.sr-only {position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;clip-path:inset(50%);border:0 }.sr-only-focusable:active,.sr-only-focusable:focus {position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;clip-path:none }.w-25 {width:25% !important }.w-50 {width:50% !important }.w-75 {width:75% !important }.w-100 {width:100% !important }.h-25 {height:25% !important }.h-50 {height:50% !important }.h-75 {height:75% !important }.h-100 {height:100% !important }.mw-100 {max-width:100% !important }.mh-100 {max-height:100% !important }.m-0 {margin:0 !important }.mt-0,.my-0 {margin-top:0 !important }.mr-0,.mx-0 {margin-right:0 !important }.mb-0,.my-0 {margin-bottom:0 !important }.ml-0,.mx-0 {margin-left:0 !important }.m-1 {margin:0.25rem !important }.mt-1,.my-1 {margin-top:0.25rem !important }.mr-1,.mx-1 {margin-right:0.25rem !important }.mb-1,.my-1 {margin-bottom:0.25rem !important }.ml-1,.mx-1 {margin-left:0.25rem !important }.m-2 {margin:0.5rem !important }.mt-2,.my-2 {margin-top:0.5rem !important }.mr-2,.mx-2 {margin-right:0.5rem !important }.mb-2,.my-2 {margin-bottom:0.5rem !important }.ml-2,.mx-2 {margin-left:0.5rem !important }.m-3 {margin:1rem !important }.mt-3,.my-3 {margin-top:1rem !important }.mr-3,.mx-3 {margin-right:1rem !important }.mb-3,.my-3 {margin-bottom:1rem !important }.ml-3,.mx-3 {margin-left:1rem !important }.m-4 {margin:1.5rem !important }.mt-4,.my-4 {margin-top:1.5rem !important }.mr-4,.mx-4 {margin-right:1.5rem !important }.mb-4,.my-4 {margin-bottom:1.5rem !important }.ml-4,.mx-4 {margin-left:1.5rem !important }.m-5 {margin:3rem !important }.mt-5,.my-5 {margin-top:3rem !important }.mr-5,.mx-5 {margin-right:3rem !important }.mb-5,.my-5 {margin-bottom:3rem !important }.ml-5,.mx-5 {margin-left:3rem !important }.m-24 {margin:24px !important }.mt-24,.my-24 {margin-top:24px !important }.mr-24,.mx-24 {margin-right:24px !important }.mb-24,.my-24 {margin-bottom:24px !important }.ml-24,.mx-24 {margin-left:24px !important }.m-6 {margin:52px !important }.mt-6,.my-6 {margin-top:52px !important }.mr-6,.mx-6 {margin-right:52px !important }.mb-6,.my-6 {margin-bottom:52px !important }.ml-6,.mx-6 {margin-left:52px !important }.m-7 {margin:56px !important }.mt-7,.my-7 {margin-top:56px !important }.mr-7,.mx-7 {margin-right:56px !important }.mb-7,.my-7 {margin-bottom:56px !important }.ml-7,.mx-7 {margin-left:56px !important }.m-8 {margin:64px !important }.mt-8,.my-8 {margin-top:64px !important }.mr-8,.mx-8 {margin-right:64px !important }.mb-8,.my-8 {margin-bottom:64px !important }.ml-8,.mx-8 {margin-left:64px !important }.m-9 {margin:72px !important }.mt-9,.my-9 {margin-top:72px !important }.mr-9,.mx-9 {margin-right:72px !important }.mb-9,.my-9 {margin-bottom:72px !important }.ml-9,.mx-9 {margin-left:72px !important }.m-10 {margin:92px !important }.mt-10,.my-10 {margin-top:92px !important }.mr-10,.mx-10 {margin-right:92px !important }.mb-10,.my-10 {margin-bottom:92px !important }.ml-10,.mx-10 {margin-left:92px !important }.m-n4 {margin:-24px !important }.mt-n4,.my-n4 {margin-top:-24px !important }.mr-n4,.mx-n4 {margin-right:-24px !important }.mb-n4,.my-n4 {margin-bottom:-24px !important }.ml-n4,.mx-n4 {margin-left:-24px !important }.m-n5 {margin:-48px !important }.mt-n5,.my-n5 {margin-top:-48px !important }.mr-n5,.mx-n5 {margin-right:-48px !important }.mb-n5,.my-n5 {margin-bottom:-48px !important }.ml-n5,.mx-n5 {margin-left:-48px !important }.p-0 {padding:0 !important }.pt-0,.py-0 {padding-top:0 !important }.pr-0,.px-0 {padding-right:0 !important }.pb-0,.py-0 {padding-bottom:0 !important }.pl-0,.px-0 {padding-left:0 !important }.p-1 {padding:0.25rem !important }.pt-1,.py-1 {padding-top:0.25rem !important }.pr-1,.px-1 {padding-right:0.25rem !important }.pb-1,.py-1 {padding-bottom:0.25rem !important }.pl-1,.px-1 {padding-left:0.25rem !important }.p-2 {padding:0.5rem !important }.pt-2,.py-2 {padding-top:0.5rem !important }.pr-2,.px-2 {padding-right:0.5rem !important }.pb-2,.py-2 {padding-bottom:0.5rem !important }.pl-2,.px-2 {padding-left:0.5rem !important }.p-3 {padding:1rem !important }.pt-3,.py-3 {padding-top:1rem !important }.pr-3,.px-3 {padding-right:1rem !important }.pb-3,.py-3 {padding-bottom:1rem !important }.pl-3,.px-3 {padding-left:1rem !important }.p-4 {padding:1.5rem !important }.pt-4,.py-4 {padding-top:1.5rem !important }.pr-4,.px-4 {padding-right:1.5rem !important }.pb-4,.py-4 {padding-bottom:1.5rem !important }.pl-4,.px-4 {padding-left:1.5rem !important }.p-5 {padding:3rem !important }.pt-5,.py-5 {padding-top:3rem !important }.pr-5,.px-5 {padding-right:3rem !important }.pb-5,.py-5 {padding-bottom:3rem !important }.pl-5,.px-5 {padding-left:3rem !important }.p-24 {padding:24px !important }.pt-24,.py-24 {padding-top:24px !important }.pr-24,.px-24 {padding-right:24px !important }.pb-24,.py-24 {padding-bottom:24px !important }.pl-24,.px-24 {padding-left:24px !important }.p-6 {padding:52px !important }.pt-6,.py-6 {padding-top:52px !important }.pr-6,.px-6 {padding-right:52px !important }.pb-6,.py-6 {padding-bottom:52px !important }.pl-6,.px-6 {padding-left:52px !important }.p-7 {padding:56px !important }.pt-7,.py-7 {padding-top:56px !important }.pr-7,.px-7 {padding-right:56px !important }.pb-7,.py-7 {padding-bottom:56px !important }.pl-7,.px-7 {padding-left:56px !important }.p-8 {padding:64px !important }.pt-8,.py-8 {padding-top:64px !important }.pr-8,.px-8 {padding-right:64px !important }.pb-8,.py-8 {padding-bottom:64px !important }.pl-8,.px-8 {padding-left:64px !important }.p-9 {padding:72px !important }.pt-9,.py-9 {padding-top:72px !important }.pr-9,.px-9 {padding-right:72px !important }.pb-9,.py-9 {padding-bottom:72px !important }.pl-9,.px-9 {padding-left:72px !important }.p-10 {padding:92px !important }.pt-10,.py-10 {padding-top:92px !important }.pr-10,.px-10 {padding-right:92px !important }.pb-10,.py-10 {padding-bottom:92px !important }.pl-10,.px-10 {padding-left:92px !important }.p-n4 {padding:-24px !important }.pt-n4,.py-n4 {padding-top:-24px !important }.pr-n4,.px-n4 {padding-right:-24px !important }.pb-n4,.py-n4 {padding-bottom:-24px !important }.pl-n4,.px-n4 {padding-left:-24px !important }.p-n5 {padding:-48px !important }.pt-n5,.py-n5 {padding-top:-48px !important }.pr-n5,.px-n5 {padding-right:-48px !important }.pb-n5,.py-n5 {padding-bottom:-48px !important }.pl-n5,.px-n5 {padding-left:-48px !important }.m-auto {margin:auto !important }.mt-auto,.my-auto {margin-top:auto !important }.mr-auto,.mx-auto {margin-right:auto !important }.mb-auto,.my-auto {margin-bottom:auto !important }.ml-auto,.mx-auto {margin-left:auto !important }@media (min-width:576px) {.m-sm-0 {margin:0 !important }.mt-sm-0,.my-sm-0 {margin-top:0 !important }.mr-sm-0,.mx-sm-0 {margin-right:0 !important }.mb-sm-0,.my-sm-0 {margin-bottom:0 !important }.ml-sm-0,.mx-sm-0 {margin-left:0 !important }.m-sm-1 {margin:0.25rem !important }.mt-sm-1,.my-sm-1 {margin-top:0.25rem !important }.mr-sm-1,.mx-sm-1 {margin-right:0.25rem !important }.mb-sm-1,.my-sm-1 {margin-bottom:0.25rem !important }.ml-sm-1,.mx-sm-1 {margin-left:0.25rem !important }.m-sm-2 {margin:0.5rem !important }.mt-sm-2,.my-sm-2 {margin-top:0.5rem !important }.mr-sm-2,.mx-sm-2 {margin-right:0.5rem !important }.mb-sm-2,.my-sm-2 {margin-bottom:0.5rem !important }.ml-sm-2,.mx-sm-2 {margin-left:0.5rem !important }.m-sm-3 {margin:1rem !important }.mt-sm-3,.my-sm-3 {margin-top:1rem !important }.mr-sm-3,.mx-sm-3 {margin-right:1rem !important }.mb-sm-3,.my-sm-3 {margin-bottom:1rem !important }.ml-sm-3,.mx-sm-3 {margin-left:1rem !important }.m-sm-4 {margin:1.5rem !important }.mt-sm-4,.my-sm-4 {margin-top:1.5rem !important }.mr-sm-4,.mx-sm-4 {margin-right:1.5rem !important }.mb-sm-4,.my-sm-4 {margin-bottom:1.5rem !important }.ml-sm-4,.mx-sm-4 {margin-left:1.5rem !important }.m-sm-5 {margin:3rem !important }.mt-sm-5,.my-sm-5 {margin-top:3rem !important }.mr-sm-5,.mx-sm-5 {margin-right:3rem !important }.mb-sm-5,.my-sm-5 {margin-bottom:3rem !important }.ml-sm-5,.mx-sm-5 {margin-left:3rem !important }.m-sm-24 {margin:24px !important }.mt-sm-24,.my-sm-24 {margin-top:24px !important }.mr-sm-24,.mx-sm-24 {margin-right:24px !important }.mb-sm-24,.my-sm-24 {margin-bottom:24px !important }.ml-sm-24,.mx-sm-24 {margin-left:24px !important }.m-sm-6 {margin:52px !important }.mt-sm-6,.my-sm-6 {margin-top:52px !important }.mr-sm-6,.mx-sm-6 {margin-right:52px !important }.mb-sm-6,.my-sm-6 {margin-bottom:52px !important }.ml-sm-6,.mx-sm-6 {margin-left:52px !important }.m-sm-7 {margin:56px !important }.mt-sm-7,.my-sm-7 {margin-top:56px !important }.mr-sm-7,.mx-sm-7 {margin-right:56px !important }.mb-sm-7,.my-sm-7 {margin-bottom:56px !important }.ml-sm-7,.mx-sm-7 {margin-left:56px !important }.m-sm-8 {margin:64px !important }.mt-sm-8,.my-sm-8 {margin-top:64px !important }.mr-sm-8,.mx-sm-8 {margin-right:64px !important }.mb-sm-8,.my-sm-8 {margin-bottom:64px !important }.ml-sm-8,.mx-sm-8 {margin-left:64px !important }.m-sm-9 {margin:72px !important }.mt-sm-9,.my-sm-9 {margin-top:72px !important }.mr-sm-9,.mx-sm-9 {margin-right:72px !important }.mb-sm-9,.my-sm-9 {margin-bottom:72px !important }.ml-sm-9,.mx-sm-9 {margin-left:72px !important }.m-sm-10 {margin:92px !important }.mt-sm-10,.my-sm-10 {margin-top:92px !important }.mr-sm-10,.mx-sm-10 {margin-right:92px !important }.mb-sm-10,.my-sm-10 {margin-bottom:92px !important }.ml-sm-10,.mx-sm-10 {margin-left:92px !important }.m-sm-n4 {margin:-24px !important }.mt-sm-n4,.my-sm-n4 {margin-top:-24px !important }.mr-sm-n4,.mx-sm-n4 {margin-right:-24px !important }.mb-sm-n4,.my-sm-n4 {margin-bottom:-24px !important }.ml-sm-n4,.mx-sm-n4 {margin-left:-24px !important }.m-sm-n5 {margin:-48px !important }.mt-sm-n5,.my-sm-n5 {margin-top:-48px !important }.mr-sm-n5,.mx-sm-n5 {margin-right:-48px !important }.mb-sm-n5,.my-sm-n5 {margin-bottom:-48px !important }.ml-sm-n5,.mx-sm-n5 {margin-left:-48px !important }.p-sm-0 {padding:0 !important }.pt-sm-0,.py-sm-0 {padding-top:0 !important }.pr-sm-0,.px-sm-0 {padding-right:0 !important }.pb-sm-0,.py-sm-0 {padding-bottom:0 !important }.pl-sm-0,.px-sm-0 {padding-left:0 !important }.p-sm-1 {padding:0.25rem !important }.pt-sm-1,.py-sm-1 {padding-top:0.25rem !important }.pr-sm-1,.px-sm-1 {padding-right:0.25rem !important }.pb-sm-1,.py-sm-1 {padding-bottom:0.25rem !important }.pl-sm-1,.px-sm-1 {padding-left:0.25rem !important }.p-sm-2 {padding:0.5rem !important }.pt-sm-2,.py-sm-2 {padding-top:0.5rem !important }.pr-sm-2,.px-sm-2 {padding-right:0.5rem !important }.pb-sm-2,.py-sm-2 {padding-bottom:0.5rem !important }.pl-sm-2,.px-sm-2 {padding-left:0.5rem !important }.p-sm-3 {padding:1rem !important }.pt-sm-3,.py-sm-3 {padding-top:1rem !important }.pr-sm-3,.px-sm-3 {padding-right:1rem !important }.pb-sm-3,.py-sm-3 {padding-bottom:1rem !important }.pl-sm-3,.px-sm-3 {padding-left:1rem !important }.p-sm-4 {padding:1.5rem !important }.pt-sm-4,.py-sm-4 {padding-top:1.5rem !important }.pr-sm-4,.px-sm-4 {padding-right:1.5rem !important }.pb-sm-4,.py-sm-4 {padding-bottom:1.5rem !important }.pl-sm-4,.px-sm-4 {padding-left:1.5rem !important }.p-sm-5 {padding:3rem !important }.pt-sm-5,.py-sm-5 {padding-top:3rem !important }.pr-sm-5,.px-sm-5 {padding-right:3rem !important }.pb-sm-5,.py-sm-5 {padding-bottom:3rem !important }.pl-sm-5,.px-sm-5 {padding-left:3rem !important }.p-sm-24 {padding:24px !important }.pt-sm-24,.py-sm-24 {padding-top:24px !important }.pr-sm-24,.px-sm-24 {padding-right:24px !important }.pb-sm-24,.py-sm-24 {padding-bottom:24px !important }.pl-sm-24,.px-sm-24 {padding-left:24px !important }.p-sm-6 {padding:52px !important }.pt-sm-6,.py-sm-6 {padding-top:52px !important }.pr-sm-6,.px-sm-6 {padding-right:52px !important }.pb-sm-6,.py-sm-6 {padding-bottom:52px !important }.pl-sm-6,.px-sm-6 {padding-left:52px !important }.p-sm-7 {padding:56px !important }.pt-sm-7,.py-sm-7 {padding-top:56px !important }.pr-sm-7,.px-sm-7 {padding-right:56px !important }.pb-sm-7,.py-sm-7 {padding-bottom:56px !important }.pl-sm-7,.px-sm-7 {padding-left:56px !important }.p-sm-8 {padding:64px !important }.pt-sm-8,.py-sm-8 {padding-top:64px !important }.pr-sm-8,.px-sm-8 {padding-right:64px !important }.pb-sm-8,.py-sm-8 {padding-bottom:64px !important }.pl-sm-8,.px-sm-8 {padding-left:64px !important }.p-sm-9 {padding:72px !important }.pt-sm-9,.py-sm-9 {padding-top:72px !important }.pr-sm-9,.px-sm-9 {padding-right:72px !important }.pb-sm-9,.py-sm-9 {padding-bottom:72px !important }.pl-sm-9,.px-sm-9 {padding-left:72px !important }.p-sm-10 {padding:92px !important }.pt-sm-10,.py-sm-10 {padding-top:92px !important }.pr-sm-10,.px-sm-10 {padding-right:92px !important }.pb-sm-10,.py-sm-10 {padding-bottom:92px !important }.pl-sm-10,.px-sm-10 {padding-left:92px !important }.p-sm-n4 {padding:-24px !important }.pt-sm-n4,.py-sm-n4 {padding-top:-24px !important }.pr-sm-n4,.px-sm-n4 {padding-right:-24px !important }.pb-sm-n4,.py-sm-n4 {padding-bottom:-24px !important }.pl-sm-n4,.px-sm-n4 {padding-left:-24px !important }.p-sm-n5 {padding:-48px !important }.pt-sm-n5,.py-sm-n5 {padding-top:-48px !important }.pr-sm-n5,.px-sm-n5 {padding-right:-48px !important }.pb-sm-n5,.py-sm-n5 {padding-bottom:-48px !important }.pl-sm-n5,.px-sm-n5 {padding-left:-48px !important }.m-sm-auto {margin:auto !important }.mt-sm-auto,.my-sm-auto {margin-top:auto !important }.mr-sm-auto,.mx-sm-auto {margin-right:auto !important }.mb-sm-auto,.my-sm-auto {margin-bottom:auto !important }.ml-sm-auto,.mx-sm-auto {margin-left:auto !important }}@media (min-width:768px) {.m-md-0 {margin:0 !important }.mt-md-0,.my-md-0 {margin-top:0 !important }.mr-md-0,.mx-md-0 {margin-right:0 !important }.mb-md-0,.my-md-0 {margin-bottom:0 !important }.ml-md-0,.mx-md-0 {margin-left:0 !important }.m-md-1 {margin:0.25rem !important }.mt-md-1,.my-md-1 {margin-top:0.25rem !important }.mr-md-1,.mx-md-1 {margin-right:0.25rem !important }.mb-md-1,.my-md-1 {margin-bottom:0.25rem !important }.ml-md-1,.mx-md-1 {margin-left:0.25rem !important }.m-md-2 {margin:0.5rem !important }.mt-md-2,.my-md-2 {margin-top:0.5rem !important }.mr-md-2,.mx-md-2 {margin-right:0.5rem !important }.mb-md-2,.my-md-2 {margin-bottom:0.5rem !important }.ml-md-2,.mx-md-2 {margin-left:0.5rem !important }.m-md-3 {margin:1rem !important }.mt-md-3,.my-md-3 {margin-top:1rem !important }.mr-md-3,.mx-md-3 {margin-right:1rem !important }.mb-md-3,.my-md-3 {margin-bottom:1rem !important }.ml-md-3,.mx-md-3 {margin-left:1rem !important }.m-md-4 {margin:1.5rem !important }.mt-md-4,.my-md-4 {margin-top:1.5rem !important }.mr-md-4,.mx-md-4 {margin-right:1.5rem !important }.mb-md-4,.my-md-4 {margin-bottom:1.5rem !important }.ml-md-4,.mx-md-4 {margin-left:1.5rem !important }.m-md-5 {margin:3rem !important }.mt-md-5,.my-md-5 {margin-top:3rem !important }.mr-md-5,.mx-md-5 {margin-right:3rem !important }.mb-md-5,.my-md-5 {margin-bottom:3rem !important }.ml-md-5,.mx-md-5 {margin-left:3rem !important }.m-md-24 {margin:24px !important }.mt-md-24,.my-md-24 {margin-top:24px !important }.mr-md-24,.mx-md-24 {margin-right:24px !important }.mb-md-24,.my-md-24 {margin-bottom:24px !important }.ml-md-24,.mx-md-24 {margin-left:24px !important }.m-md-6 {margin:52px !important }.mt-md-6,.my-md-6 {margin-top:52px !important }.mr-md-6,.mx-md-6 {margin-right:52px !important }.mb-md-6,.my-md-6 {margin-bottom:52px !important }.ml-md-6,.mx-md-6 {margin-left:52px !important }.m-md-7 {margin:56px !important }.mt-md-7,.my-md-7 {margin-top:56px !important }.mr-md-7,.mx-md-7 {margin-right:56px !important }.mb-md-7,.my-md-7 {margin-bottom:56px !important }.ml-md-7,.mx-md-7 {margin-left:56px !important }.m-md-8 {margin:64px !important }.mt-md-8,.my-md-8 {margin-top:64px !important }.mr-md-8,.mx-md-8 {margin-right:64px !important }.mb-md-8,.my-md-8 {margin-bottom:64px !important }.ml-md-8,.mx-md-8 {margin-left:64px !important }.m-md-9 {margin:72px !important }.mt-md-9,.my-md-9 {margin-top:72px !important }.mr-md-9,.mx-md-9 {margin-right:72px !important }.mb-md-9,.my-md-9 {margin-bottom:72px !important }.ml-md-9,.mx-md-9 {margin-left:72px !important }.m-md-10 {margin:92px !important }.mt-md-10,.my-md-10 {margin-top:92px !important }.mr-md-10,.mx-md-10 {margin-right:92px !important }.mb-md-10,.my-md-10 {margin-bottom:92px !important }.ml-md-10,.mx-md-10 {margin-left:92px !important }.m-md-n4 {margin:-24px !important }.mt-md-n4,.my-md-n4 {margin-top:-24px !important }.mr-md-n4,.mx-md-n4 {margin-right:-24px !important }.mb-md-n4,.my-md-n4 {margin-bottom:-24px !important }.ml-md-n4,.mx-md-n4 {margin-left:-24px !important }.m-md-n5 {margin:-48px !important }.mt-md-n5,.my-md-n5 {margin-top:-48px !important }.mr-md-n5,.mx-md-n5 {margin-right:-48px !important }.mb-md-n5,.my-md-n5 {margin-bottom:-48px !important }.ml-md-n5,.mx-md-n5 {margin-left:-48px !important }.p-md-0 {padding:0 !important }.pt-md-0,.py-md-0 {padding-top:0 !important }.pr-md-0,.px-md-0 {padding-right:0 !important }.pb-md-0,.py-md-0 {padding-bottom:0 !important }.pl-md-0,.px-md-0 {padding-left:0 !important }.p-md-1 {padding:0.25rem !important }.pt-md-1,.py-md-1 {padding-top:0.25rem !important }.pr-md-1,.px-md-1 {padding-right:0.25rem !important }.pb-md-1,.py-md-1 {padding-bottom:0.25rem !important }.pl-md-1,.px-md-1 {padding-left:0.25rem !important }.p-md-2 {padding:0.5rem !important }.pt-md-2,.py-md-2 {padding-top:0.5rem !important }.pr-md-2,.px-md-2 {padding-right:0.5rem !important }.pb-md-2,.py-md-2 {padding-bottom:0.5rem !important }.pl-md-2,.px-md-2 {padding-left:0.5rem !important }.p-md-3 {padding:1rem !important }.pt-md-3,.py-md-3 {padding-top:1rem !important }.pr-md-3,.px-md-3 {padding-right:1rem !important }.pb-md-3,.py-md-3 {padding-bottom:1rem !important }.pl-md-3,.px-md-3 {padding-left:1rem !important }.p-md-4 {padding:1.5rem !important }.pt-md-4,.py-md-4 {padding-top:1.5rem !important }.pr-md-4,.px-md-4 {padding-right:1.5rem !important }.pb-md-4,.py-md-4 {padding-bottom:1.5rem !important }.pl-md-4,.px-md-4 {padding-left:1.5rem !important }.p-md-5 {padding:3rem !important }.pt-md-5,.py-md-5 {padding-top:3rem !important }.pr-md-5,.px-md-5 {padding-right:3rem !important }.pb-md-5,.py-md-5 {padding-bottom:3rem !important }.pl-md-5,.px-md-5 {padding-left:3rem !important }.p-md-24 {padding:24px !important }.pt-md-24,.py-md-24 {padding-top:24px !important }.pr-md-24,.px-md-24 {padding-right:24px !important }.pb-md-24,.py-md-24 {padding-bottom:24px !important }.pl-md-24,.px-md-24 {padding-left:24px !important }.p-md-6 {padding:52px !important }.pt-md-6,.py-md-6 {padding-top:52px !important }.pr-md-6,.px-md-6 {padding-right:52px !important }.pb-md-6,.py-md-6 {padding-bottom:52px !important }.pl-md-6,.px-md-6 {padding-left:52px !important }.p-md-7 {padding:56px !important }.pt-md-7,.py-md-7 {padding-top:56px !important }.pr-md-7,.px-md-7 {padding-right:56px !important }.pb-md-7,.py-md-7 {padding-bottom:56px !important }.pl-md-7,.px-md-7 {padding-left:56px !important }.p-md-8 {padding:64px !important }.pt-md-8,.py-md-8 {padding-top:64px !important }.pr-md-8,.px-md-8 {padding-right:64px !important }.pb-md-8,.py-md-8 {padding-bottom:64px !important }.pl-md-8,.px-md-8 {padding-left:64px !important }.p-md-9 {padding:72px !important }.pt-md-9,.py-md-9 {padding-top:72px !important }.pr-md-9,.px-md-9 {padding-right:72px !important }.pb-md-9,.py-md-9 {padding-bottom:72px !important }.pl-md-9,.px-md-9 {padding-left:72px !important }.p-md-10 {padding:92px !important }.pt-md-10,.py-md-10 {padding-top:92px !important }.pr-md-10,.px-md-10 {padding-right:92px !important }.pb-md-10,.py-md-10 {padding-bottom:92px !important }.pl-md-10,.px-md-10 {padding-left:92px !important }.p-md-n4 {padding:-24px !important }.pt-md-n4,.py-md-n4 {padding-top:-24px !important }.pr-md-n4,.px-md-n4 {padding-right:-24px !important }.pb-md-n4,.py-md-n4 {padding-bottom:-24px !important }.pl-md-n4,.px-md-n4 {padding-left:-24px !important }.p-md-n5 {padding:-48px !important }.pt-md-n5,.py-md-n5 {padding-top:-48px !important }.pr-md-n5,.px-md-n5 {padding-right:-48px !important }.pb-md-n5,.py-md-n5 {padding-bottom:-48px !important }.pl-md-n5,.px-md-n5 {padding-left:-48px !important }.m-md-auto {margin:auto !important }.mt-md-auto,.my-md-auto {margin-top:auto !important }.mr-md-auto,.mx-md-auto {margin-right:auto !important }.mb-md-auto,.my-md-auto {margin-bottom:auto !important }.ml-md-auto,.mx-md-auto {margin-left:auto !important }}@media (min-width:1024px) {.m-lg-0 {margin:0 !important }.mt-lg-0,.my-lg-0 {margin-top:0 !important }.mr-lg-0,.mx-lg-0 {margin-right:0 !important }.mb-lg-0,.my-lg-0 {margin-bottom:0 !important }.ml-lg-0,.mx-lg-0 {margin-left:0 !important }.m-lg-1 {margin:0.25rem !important }.mt-lg-1,.my-lg-1 {margin-top:0.25rem !important }.mr-lg-1,.mx-lg-1 {margin-right:0.25rem !important }.mb-lg-1,.my-lg-1 {margin-bottom:0.25rem !important }.ml-lg-1,.mx-lg-1 {margin-left:0.25rem !important }.m-lg-2 {margin:0.5rem !important }.mt-lg-2,.my-lg-2 {margin-top:0.5rem !important }.mr-lg-2,.mx-lg-2 {margin-right:0.5rem !important }.mb-lg-2,.my-lg-2 {margin-bottom:0.5rem !important }.ml-lg-2,.mx-lg-2 {margin-left:0.5rem !important }.m-lg-3 {margin:1rem !important }.mt-lg-3,.my-lg-3 {margin-top:1rem !important }.mr-lg-3,.mx-lg-3 {margin-right:1rem !important }.mb-lg-3,.my-lg-3 {margin-bottom:1rem !important }.ml-lg-3,.mx-lg-3 {margin-left:1rem !important }.m-lg-4 {margin:1.5rem !important }.mt-lg-4,.my-lg-4 {margin-top:1.5rem !important }.mr-lg-4,.mx-lg-4 {margin-right:1.5rem !important }.mb-lg-4,.my-lg-4 {margin-bottom:1.5rem !important }.ml-lg-4,.mx-lg-4 {margin-left:1.5rem !important }.m-lg-5 {margin:3rem !important }.mt-lg-5,.my-lg-5 {margin-top:3rem !important }.mr-lg-5,.mx-lg-5 {margin-right:3rem !important }.mb-lg-5,.my-lg-5 {margin-bottom:3rem !important }.ml-lg-5,.mx-lg-5 {margin-left:3rem !important }.m-lg-24 {margin:24px !important }.mt-lg-24,.my-lg-24 {margin-top:24px !important }.mr-lg-24,.mx-lg-24 {margin-right:24px !important }.mb-lg-24,.my-lg-24 {margin-bottom:24px !important }.ml-lg-24,.mx-lg-24 {margin-left:24px !important }.m-lg-6 {margin:52px !important }.mt-lg-6,.my-lg-6 {margin-top:52px !important }.mr-lg-6,.mx-lg-6 {margin-right:52px !important }.mb-lg-6,.my-lg-6 {margin-bottom:52px !important }.ml-lg-6,.mx-lg-6 {margin-left:52px !important }.m-lg-7 {margin:56px !important }.mt-lg-7,.my-lg-7 {margin-top:56px !important }.mr-lg-7,.mx-lg-7 {margin-right:56px !important }.mb-lg-7,.my-lg-7 {margin-bottom:56px !important }.ml-lg-7,.mx-lg-7 {margin-left:56px !important }.m-lg-8 {margin:64px !important }.mt-lg-8,.my-lg-8 {margin-top:64px !important }.mr-lg-8,.mx-lg-8 {margin-right:64px !important }.mb-lg-8,.my-lg-8 {margin-bottom:64px !important }.ml-lg-8,.mx-lg-8 {margin-left:64px !important }.m-lg-9 {margin:72px !important }.mt-lg-9,.my-lg-9 {margin-top:72px !important }.mr-lg-9,.mx-lg-9 {margin-right:72px !important }.mb-lg-9,.my-lg-9 {margin-bottom:72px !important }.ml-lg-9,.mx-lg-9 {margin-left:72px !important }.m-lg-10 {margin:92px !important }.mt-lg-10,.my-lg-10 {margin-top:92px !important }.mr-lg-10,.mx-lg-10 {margin-right:92px !important }.mb-lg-10,.my-lg-10 {margin-bottom:92px !important }.ml-lg-10,.mx-lg-10 {margin-left:92px !important }.m-lg-n4 {margin:-24px !important }.mt-lg-n4,.my-lg-n4 {margin-top:-24px !important }.mr-lg-n4,.mx-lg-n4 {margin-right:-24px !important }.mb-lg-n4,.my-lg-n4 {margin-bottom:-24px !important }.ml-lg-n4,.mx-lg-n4 {margin-left:-24px !important }.m-lg-n5 {margin:-48px !important }.mt-lg-n5,.my-lg-n5 {margin-top:-48px !important }.mr-lg-n5,.mx-lg-n5 {margin-right:-48px !important }.mb-lg-n5,.my-lg-n5 {margin-bottom:-48px !important }.ml-lg-n5,.mx-lg-n5 {margin-left:-48px !important }.p-lg-0 {padding:0 !important }.pt-lg-0,.py-lg-0 {padding-top:0 !important }.pr-lg-0,.px-lg-0 {padding-right:0 !important }.pb-lg-0,.py-lg-0 {padding-bottom:0 !important }.pl-lg-0,.px-lg-0 {padding-left:0 !important }.p-lg-1 {padding:0.25rem !important }.pt-lg-1,.py-lg-1 {padding-top:0.25rem !important }.pr-lg-1,.px-lg-1 {padding-right:0.25rem !important }.pb-lg-1,.py-lg-1 {padding-bottom:0.25rem !important }.pl-lg-1,.px-lg-1 {padding-left:0.25rem !important }.p-lg-2 {padding:0.5rem !important }.pt-lg-2,.py-lg-2 {padding-top:0.5rem !important }.pr-lg-2,.px-lg-2 {padding-right:0.5rem !important }.pb-lg-2,.py-lg-2 {padding-bottom:0.5rem !important }.pl-lg-2,.px-lg-2 {padding-left:0.5rem !important }.p-lg-3 {padding:1rem !important }.pt-lg-3,.py-lg-3 {padding-top:1rem !important }.pr-lg-3,.px-lg-3 {padding-right:1rem !important }.pb-lg-3,.py-lg-3 {padding-bottom:1rem !important }.pl-lg-3,.px-lg-3 {padding-left:1rem !important }.p-lg-4 {padding:1.5rem !important }.pt-lg-4,.py-lg-4 {padding-top:1.5rem !important }.pr-lg-4,.px-lg-4 {padding-right:1.5rem !important }.pb-lg-4,.py-lg-4 {padding-bottom:1.5rem !important }.pl-lg-4,.px-lg-4 {padding-left:1.5rem !important }.p-lg-5 {padding:3rem !important }.pt-lg-5,.py-lg-5 {padding-top:3rem !important }.pr-lg-5,.px-lg-5 {padding-right:3rem !important }.pb-lg-5,.py-lg-5 {padding-bottom:3rem !important }.pl-lg-5,.px-lg-5 {padding-left:3rem !important }.p-lg-24 {padding:24px !important }.pt-lg-24,.py-lg-24 {padding-top:24px !important }.pr-lg-24,.px-lg-24 {padding-right:24px !important }.pb-lg-24,.py-lg-24 {padding-bottom:24px !important }.pl-lg-24,.px-lg-24 {padding-left:24px !important }.p-lg-6 {padding:52px !important }.pt-lg-6,.py-lg-6 {padding-top:52px !important }.pr-lg-6,.px-lg-6 {padding-right:52px !important }.pb-lg-6,.py-lg-6 {padding-bottom:52px !important }.pl-lg-6,.px-lg-6 {padding-left:52px !important }.p-lg-7 {padding:56px !important }.pt-lg-7,.py-lg-7 {padding-top:56px !important }.pr-lg-7,.px-lg-7 {padding-right:56px !important }.pb-lg-7,.py-lg-7 {padding-bottom:56px !important }.pl-lg-7,.px-lg-7 {padding-left:56px !important }.p-lg-8 {padding:64px !important }.pt-lg-8,.py-lg-8 {padding-top:64px !important }.pr-lg-8,.px-lg-8 {padding-right:64px !important }.pb-lg-8,.py-lg-8 {padding-bottom:64px !important }.pl-lg-8,.px-lg-8 {padding-left:64px !important }.p-lg-9 {padding:72px !important }.pt-lg-9,.py-lg-9 {padding-top:72px !important }.pr-lg-9,.px-lg-9 {padding-right:72px !important }.pb-lg-9,.py-lg-9 {padding-bottom:72px !important }.pl-lg-9,.px-lg-9 {padding-left:72px !important }.p-lg-10 {padding:92px !important }.pt-lg-10,.py-lg-10 {padding-top:92px !important }.pr-lg-10,.px-lg-10 {padding-right:92px !important }.pb-lg-10,.py-lg-10 {padding-bottom:92px !important }.pl-lg-10,.px-lg-10 {padding-left:92px !important }.p-lg-n4 {padding:-24px !important }.pt-lg-n4,.py-lg-n4 {padding-top:-24px !important }.pr-lg-n4,.px-lg-n4 {padding-right:-24px !important }.pb-lg-n4,.py-lg-n4 {padding-bottom:-24px !important }.pl-lg-n4,.px-lg-n4 {padding-left:-24px !important }.p-lg-n5 {padding:-48px !important }.pt-lg-n5,.py-lg-n5 {padding-top:-48px !important }.pr-lg-n5,.px-lg-n5 {padding-right:-48px !important }.pb-lg-n5,.py-lg-n5 {padding-bottom:-48px !important }.pl-lg-n5,.px-lg-n5 {padding-left:-48px !important }.m-lg-auto {margin:auto !important }.mt-lg-auto,.my-lg-auto {margin-top:auto !important }.mr-lg-auto,.mx-lg-auto {margin-right:auto !important }.mb-lg-auto,.my-lg-auto {margin-bottom:auto !important }.ml-lg-auto,.mx-lg-auto {margin-left:auto !important }}@media (min-width:1200px) {.m-xl-0 {margin:0 !important }.mt-xl-0,.my-xl-0 {margin-top:0 !important }.mr-xl-0,.mx-xl-0 {margin-right:0 !important }.mb-xl-0,.my-xl-0 {margin-bottom:0 !important }.ml-xl-0,.mx-xl-0 {margin-left:0 !important }.m-xl-1 {margin:0.25rem !important }.mt-xl-1,.my-xl-1 {margin-top:0.25rem !important }.mr-xl-1,.mx-xl-1 {margin-right:0.25rem !important }.mb-xl-1,.my-xl-1 {margin-bottom:0.25rem !important }.ml-xl-1,.mx-xl-1 {margin-left:0.25rem !important }.m-xl-2 {margin:0.5rem !important }.mt-xl-2,.my-xl-2 {margin-top:0.5rem !important }.mr-xl-2,.mx-xl-2 {margin-right:0.5rem !important }.mb-xl-2,.my-xl-2 {margin-bottom:0.5rem !important }.ml-xl-2,.mx-xl-2 {margin-left:0.5rem !important }.m-xl-3 {margin:1rem !important }.mt-xl-3,.my-xl-3 {margin-top:1rem !important }.mr-xl-3,.mx-xl-3 {margin-right:1rem !important }.mb-xl-3,.my-xl-3 {margin-bottom:1rem !important }.ml-xl-3,.mx-xl-3 {margin-left:1rem !important }.m-xl-4 {margin:1.5rem !important }.mt-xl-4,.my-xl-4 {margin-top:1.5rem !important }.mr-xl-4,.mx-xl-4 {margin-right:1.5rem !important }.mb-xl-4,.my-xl-4 {margin-bottom:1.5rem !important }.ml-xl-4,.mx-xl-4 {margin-left:1.5rem !important }.m-xl-5 {margin:3rem !important }.mt-xl-5,.my-xl-5 {margin-top:3rem !important }.mr-xl-5,.mx-xl-5 {margin-right:3rem !important }.mb-xl-5,.my-xl-5 {margin-bottom:3rem !important }.ml-xl-5,.mx-xl-5 {margin-left:3rem !important }.m-xl-24 {margin:24px !important }.mt-xl-24,.my-xl-24 {margin-top:24px !important }.mr-xl-24,.mx-xl-24 {margin-right:24px !important }.mb-xl-24,.my-xl-24 {margin-bottom:24px !important }.ml-xl-24,.mx-xl-24 {margin-left:24px !important }.m-xl-6 {margin:52px !important }.mt-xl-6,.my-xl-6 {margin-top:52px !important }.mr-xl-6,.mx-xl-6 {margin-right:52px !important }.mb-xl-6,.my-xl-6 {margin-bottom:52px !important }.ml-xl-6,.mx-xl-6 {margin-left:52px !important }.m-xl-7 {margin:56px !important }.mt-xl-7,.my-xl-7 {margin-top:56px !important }.mr-xl-7,.mx-xl-7 {margin-right:56px !important }.mb-xl-7,.my-xl-7 {margin-bottom:56px !important }.ml-xl-7,.mx-xl-7 {margin-left:56px !important }.m-xl-8 {margin:64px !important }.mt-xl-8,.my-xl-8 {margin-top:64px !important }.mr-xl-8,.mx-xl-8 {margin-right:64px !important }.mb-xl-8,.my-xl-8 {margin-bottom:64px !important }.ml-xl-8,.mx-xl-8 {margin-left:64px !important }.m-xl-9 {margin:72px !important }.mt-xl-9,.my-xl-9 {margin-top:72px !important }.mr-xl-9,.mx-xl-9 {margin-right:72px !important }.mb-xl-9,.my-xl-9 {margin-bottom:72px !important }.ml-xl-9,.mx-xl-9 {margin-left:72px !important }.m-xl-10 {margin:92px !important }.mt-xl-10,.my-xl-10 {margin-top:92px !important }.mr-xl-10,.mx-xl-10 {margin-right:92px !important }.mb-xl-10,.my-xl-10 {margin-bottom:92px !important }.ml-xl-10,.mx-xl-10 {margin-left:92px !important }.m-xl-n4 {margin:-24px !important }.mt-xl-n4,.my-xl-n4 {margin-top:-24px !important }.mr-xl-n4,.mx-xl-n4 {margin-right:-24px !important }.mb-xl-n4,.my-xl-n4 {margin-bottom:-24px !important }.ml-xl-n4,.mx-xl-n4 {margin-left:-24px !important }.m-xl-n5 {margin:-48px !important }.mt-xl-n5,.my-xl-n5 {margin-top:-48px !important }.mr-xl-n5,.mx-xl-n5 {margin-right:-48px !important }.mb-xl-n5,.my-xl-n5 {margin-bottom:-48px !important }.ml-xl-n5,.mx-xl-n5 {margin-left:-48px !important }.p-xl-0 {padding:0 !important }.pt-xl-0,.py-xl-0 {padding-top:0 !important }.pr-xl-0,.px-xl-0 {padding-right:0 !important }.pb-xl-0,.py-xl-0 {padding-bottom:0 !important }.pl-xl-0,.px-xl-0 {padding-left:0 !important }.p-xl-1 {padding:0.25rem !important }.pt-xl-1,.py-xl-1 {padding-top:0.25rem !important }.pr-xl-1,.px-xl-1 {padding-right:0.25rem !important }.pb-xl-1,.py-xl-1 {padding-bottom:0.25rem !important }.pl-xl-1,.px-xl-1 {padding-left:0.25rem !important }.p-xl-2 {padding:0.5rem !important }.pt-xl-2,.py-xl-2 {padding-top:0.5rem !important }.pr-xl-2,.px-xl-2 {padding-right:0.5rem !important }.pb-xl-2,.py-xl-2 {padding-bottom:0.5rem !important }.pl-xl-2,.px-xl-2 {padding-left:0.5rem !important }.p-xl-3 {padding:1rem !important }.pt-xl-3,.py-xl-3 {padding-top:1rem !important }.pr-xl-3,.px-xl-3 {padding-right:1rem !important }.pb-xl-3,.py-xl-3 {padding-bottom:1rem !important }.pl-xl-3,.px-xl-3 {padding-left:1rem !important }.p-xl-4 {padding:1.5rem !important }.pt-xl-4,.py-xl-4 {padding-top:1.5rem !important }.pr-xl-4,.px-xl-4 {padding-right:1.5rem !important }.pb-xl-4,.py-xl-4 {padding-bottom:1.5rem !important }.pl-xl-4,.px-xl-4 {padding-left:1.5rem !important }.p-xl-5 {padding:3rem !important }.pt-xl-5,.py-xl-5 {padding-top:3rem !important }.pr-xl-5,.px-xl-5 {padding-right:3rem !important }.pb-xl-5,.py-xl-5 {padding-bottom:3rem !important }.pl-xl-5,.px-xl-5 {padding-left:3rem !important }.p-xl-24 {padding:24px !important }.pt-xl-24,.py-xl-24 {padding-top:24px !important }.pr-xl-24,.px-xl-24 {padding-right:24px !important }.pb-xl-24,.py-xl-24 {padding-bottom:24px !important }.pl-xl-24,.px-xl-24 {padding-left:24px !important }.p-xl-6 {padding:52px !important }.pt-xl-6,.py-xl-6 {padding-top:52px !important }.pr-xl-6,.px-xl-6 {padding-right:52px !important }.pb-xl-6,.py-xl-6 {padding-bottom:52px !important }.pl-xl-6,.px-xl-6 {padding-left:52px !important }.p-xl-7 {padding:56px !important }.pt-xl-7,.py-xl-7 {padding-top:56px !important }.pr-xl-7,.px-xl-7 {padding-right:56px !important }.pb-xl-7,.py-xl-7 {padding-bottom:56px !important }.pl-xl-7,.px-xl-7 {padding-left:56px !important }.p-xl-8 {padding:64px !important }.pt-xl-8,.py-xl-8 {padding-top:64px !important }.pr-xl-8,.px-xl-8 {padding-right:64px !important }.pb-xl-8,.py-xl-8 {padding-bottom:64px !important }.pl-xl-8,.px-xl-8 {padding-left:64px !important }.p-xl-9 {padding:72px !important }.pt-xl-9,.py-xl-9 {padding-top:72px !important }.pr-xl-9,.px-xl-9 {padding-right:72px !important }.pb-xl-9,.py-xl-9 {padding-bottom:72px !important }.pl-xl-9,.px-xl-9 {padding-left:72px !important }.p-xl-10 {padding:92px !important }.pt-xl-10,.py-xl-10 {padding-top:92px !important }.pr-xl-10,.px-xl-10 {padding-right:92px !important }.pb-xl-10,.py-xl-10 {padding-bottom:92px !important }.pl-xl-10,.px-xl-10 {padding-left:92px !important }.p-xl-n4 {padding:-24px !important }.pt-xl-n4,.py-xl-n4 {padding-top:-24px !important }.pr-xl-n4,.px-xl-n4 {padding-right:-24px !important }.pb-xl-n4,.py-xl-n4 {padding-bottom:-24px !important }.pl-xl-n4,.px-xl-n4 {padding-left:-24px !important }.p-xl-n5 {padding:-48px !important }.pt-xl-n5,.py-xl-n5 {padding-top:-48px !important }.pr-xl-n5,.px-xl-n5 {padding-right:-48px !important }.pb-xl-n5,.py-xl-n5 {padding-bottom:-48px !important }.pl-xl-n5,.px-xl-n5 {padding-left:-48px !important }.m-xl-auto {margin:auto !important }.mt-xl-auto,.my-xl-auto {margin-top:auto !important }.mr-xl-auto,.mx-xl-auto {margin-right:auto !important }.mb-xl-auto,.my-xl-auto {margin-bottom:auto !important }.ml-xl-auto,.mx-xl-auto {margin-left:auto !important }}@media (min-width:1440px) {.m-2xl-0 {margin:0 !important }.mt-2xl-0,.my-2xl-0 {margin-top:0 !important }.mr-2xl-0,.mx-2xl-0 {margin-right:0 !important }.mb-2xl-0,.my-2xl-0 {margin-bottom:0 !important }.ml-2xl-0,.mx-2xl-0 {margin-left:0 !important }.m-2xl-1 {margin:0.25rem !important }.mt-2xl-1,.my-2xl-1 {margin-top:0.25rem !important }.mr-2xl-1,.mx-2xl-1 {margin-right:0.25rem !important }.mb-2xl-1,.my-2xl-1 {margin-bottom:0.25rem !important }.ml-2xl-1,.mx-2xl-1 {margin-left:0.25rem !important }.m-2xl-2 {margin:0.5rem !important }.mt-2xl-2,.my-2xl-2 {margin-top:0.5rem !important }.mr-2xl-2,.mx-2xl-2 {margin-right:0.5rem !important }.mb-2xl-2,.my-2xl-2 {margin-bottom:0.5rem !important }.ml-2xl-2,.mx-2xl-2 {margin-left:0.5rem !important }.m-2xl-3 {margin:1rem !important }.mt-2xl-3,.my-2xl-3 {margin-top:1rem !important }.mr-2xl-3,.mx-2xl-3 {margin-right:1rem !important }.mb-2xl-3,.my-2xl-3 {margin-bottom:1rem !important }.ml-2xl-3,.mx-2xl-3 {margin-left:1rem !important }.m-2xl-4 {margin:1.5rem !important }.mt-2xl-4,.my-2xl-4 {margin-top:1.5rem !important }.mr-2xl-4,.mx-2xl-4 {margin-right:1.5rem !important }.mb-2xl-4,.my-2xl-4 {margin-bottom:1.5rem !important }.ml-2xl-4,.mx-2xl-4 {margin-left:1.5rem !important }.m-2xl-5 {margin:3rem !important }.mt-2xl-5,.my-2xl-5 {margin-top:3rem !important }.mr-2xl-5,.mx-2xl-5 {margin-right:3rem !important }.mb-2xl-5,.my-2xl-5 {margin-bottom:3rem !important }.ml-2xl-5,.mx-2xl-5 {margin-left:3rem !important }.m-2xl-24 {margin:24px !important }.mt-2xl-24,.my-2xl-24 {margin-top:24px !important }.mr-2xl-24,.mx-2xl-24 {margin-right:24px !important }.mb-2xl-24,.my-2xl-24 {margin-bottom:24px !important }.ml-2xl-24,.mx-2xl-24 {margin-left:24px !important }.m-2xl-6 {margin:52px !important }.mt-2xl-6,.my-2xl-6 {margin-top:52px !important }.mr-2xl-6,.mx-2xl-6 {margin-right:52px !important }.mb-2xl-6,.my-2xl-6 {margin-bottom:52px !important }.ml-2xl-6,.mx-2xl-6 {margin-left:52px !important }.m-2xl-7 {margin:56px !important }.mt-2xl-7,.my-2xl-7 {margin-top:56px !important }.mr-2xl-7,.mx-2xl-7 {margin-right:56px !important }.mb-2xl-7,.my-2xl-7 {margin-bottom:56px !important }.ml-2xl-7,.mx-2xl-7 {margin-left:56px !important }.m-2xl-8 {margin:64px !important }.mt-2xl-8,.my-2xl-8 {margin-top:64px !important }.mr-2xl-8,.mx-2xl-8 {margin-right:64px !important }.mb-2xl-8,.my-2xl-8 {margin-bottom:64px !important }.ml-2xl-8,.mx-2xl-8 {margin-left:64px !important }.m-2xl-9 {margin:72px !important }.mt-2xl-9,.my-2xl-9 {margin-top:72px !important }.mr-2xl-9,.mx-2xl-9 {margin-right:72px !important }.mb-2xl-9,.my-2xl-9 {margin-bottom:72px !important }.ml-2xl-9,.mx-2xl-9 {margin-left:72px !important }.m-2xl-10 {margin:92px !important }.mt-2xl-10,.my-2xl-10 {margin-top:92px !important }.mr-2xl-10,.mx-2xl-10 {margin-right:92px !important }.mb-2xl-10,.my-2xl-10 {margin-bottom:92px !important }.ml-2xl-10,.mx-2xl-10 {margin-left:92px !important }.m-2xl-n4 {margin:-24px !important }.mt-2xl-n4,.my-2xl-n4 {margin-top:-24px !important }.mr-2xl-n4,.mx-2xl-n4 {margin-right:-24px !important }.mb-2xl-n4,.my-2xl-n4 {margin-bottom:-24px !important }.ml-2xl-n4,.mx-2xl-n4 {margin-left:-24px !important }.m-2xl-n5 {margin:-48px !important }.mt-2xl-n5,.my-2xl-n5 {margin-top:-48px !important }.mr-2xl-n5,.mx-2xl-n5 {margin-right:-48px !important }.mb-2xl-n5,.my-2xl-n5 {margin-bottom:-48px !important }.ml-2xl-n5,.mx-2xl-n5 {margin-left:-48px !important }.p-2xl-0 {padding:0 !important }.pt-2xl-0,.py-2xl-0 {padding-top:0 !important }.pr-2xl-0,.px-2xl-0 {padding-right:0 !important }.pb-2xl-0,.py-2xl-0 {padding-bottom:0 !important }.pl-2xl-0,.px-2xl-0 {padding-left:0 !important }.p-2xl-1 {padding:0.25rem !important }.pt-2xl-1,.py-2xl-1 {padding-top:0.25rem !important }.pr-2xl-1,.px-2xl-1 {padding-right:0.25rem !important }.pb-2xl-1,.py-2xl-1 {padding-bottom:0.25rem !important }.pl-2xl-1,.px-2xl-1 {padding-left:0.25rem !important }.p-2xl-2 {padding:0.5rem !important }.pt-2xl-2,.py-2xl-2 {padding-top:0.5rem !important }.pr-2xl-2,.px-2xl-2 {padding-right:0.5rem !important }.pb-2xl-2,.py-2xl-2 {padding-bottom:0.5rem !important }.pl-2xl-2,.px-2xl-2 {padding-left:0.5rem !important }.p-2xl-3 {padding:1rem !important }.pt-2xl-3,.py-2xl-3 {padding-top:1rem !important }.pr-2xl-3,.px-2xl-3 {padding-right:1rem !important }.pb-2xl-3,.py-2xl-3 {padding-bottom:1rem !important }.pl-2xl-3,.px-2xl-3 {padding-left:1rem !important }.p-2xl-4 {padding:1.5rem !important }.pt-2xl-4,.py-2xl-4 {padding-top:1.5rem !important }.pr-2xl-4,.px-2xl-4 {padding-right:1.5rem !important }.pb-2xl-4,.py-2xl-4 {padding-bottom:1.5rem !important }.pl-2xl-4,.px-2xl-4 {padding-left:1.5rem !important }.p-2xl-5 {padding:3rem !important }.pt-2xl-5,.py-2xl-5 {padding-top:3rem !important }.pr-2xl-5,.px-2xl-5 {padding-right:3rem !important }.pb-2xl-5,.py-2xl-5 {padding-bottom:3rem !important }.pl-2xl-5,.px-2xl-5 {padding-left:3rem !important }.p-2xl-24 {padding:24px !important }.pt-2xl-24,.py-2xl-24 {padding-top:24px !important }.pr-2xl-24,.px-2xl-24 {padding-right:24px !important }.pb-2xl-24,.py-2xl-24 {padding-bottom:24px !important }.pl-2xl-24,.px-2xl-24 {padding-left:24px !important }.p-2xl-6 {padding:52px !important }.pt-2xl-6,.py-2xl-6 {padding-top:52px !important }.pr-2xl-6,.px-2xl-6 {padding-right:52px !important }.pb-2xl-6,.py-2xl-6 {padding-bottom:52px !important }.pl-2xl-6,.px-2xl-6 {padding-left:52px !important }.p-2xl-7 {padding:56px !important }.pt-2xl-7,.py-2xl-7 {padding-top:56px !important }.pr-2xl-7,.px-2xl-7 {padding-right:56px !important }.pb-2xl-7,.py-2xl-7 {padding-bottom:56px !important }.pl-2xl-7,.px-2xl-7 {padding-left:56px !important }.p-2xl-8 {padding:64px !important }.pt-2xl-8,.py-2xl-8 {padding-top:64px !important }.pr-2xl-8,.px-2xl-8 {padding-right:64px !important }.pb-2xl-8,.py-2xl-8 {padding-bottom:64px !important }.pl-2xl-8,.px-2xl-8 {padding-left:64px !important }.p-2xl-9 {padding:72px !important }.pt-2xl-9,.py-2xl-9 {padding-top:72px !important }.pr-2xl-9,.px-2xl-9 {padding-right:72px !important }.pb-2xl-9,.py-2xl-9 {padding-bottom:72px !important }.pl-2xl-9,.px-2xl-9 {padding-left:72px !important }.p-2xl-10 {padding:92px !important }.pt-2xl-10,.py-2xl-10 {padding-top:92px !important }.pr-2xl-10,.px-2xl-10 {padding-right:92px !important }.pb-2xl-10,.py-2xl-10 {padding-bottom:92px !important }.pl-2xl-10,.px-2xl-10 {padding-left:92px !important }.p-2xl-n4 {padding:-24px !important }.pt-2xl-n4,.py-2xl-n4 {padding-top:-24px !important }.pr-2xl-n4,.px-2xl-n4 {padding-right:-24px !important }.pb-2xl-n4,.py-2xl-n4 {padding-bottom:-24px !important }.pl-2xl-n4,.px-2xl-n4 {padding-left:-24px !important }.p-2xl-n5 {padding:-48px !important }.pt-2xl-n5,.py-2xl-n5 {padding-top:-48px !important }.pr-2xl-n5,.px-2xl-n5 {padding-right:-48px !important }.pb-2xl-n5,.py-2xl-n5 {padding-bottom:-48px !important }.pl-2xl-n5,.px-2xl-n5 {padding-left:-48px !important }.m-2xl-auto {margin:auto !important }.mt-2xl-auto,.my-2xl-auto {margin-top:auto !important }.mr-2xl-auto,.mx-2xl-auto {margin-right:auto !important }.mb-2xl-auto,.my-2xl-auto {margin-bottom:auto !important }.ml-2xl-auto,.mx-2xl-auto {margin-left:auto !important }}@media (min-width:1920px) {.m-3xl-0 {margin:0 !important }.mt-3xl-0,.my-3xl-0 {margin-top:0 !important }.mr-3xl-0,.mx-3xl-0 {margin-right:0 !important }.mb-3xl-0,.my-3xl-0 {margin-bottom:0 !important }.ml-3xl-0,.mx-3xl-0 {margin-left:0 !important }.m-3xl-1 {margin:0.25rem !important }.mt-3xl-1,.my-3xl-1 {margin-top:0.25rem !important }.mr-3xl-1,.mx-3xl-1 {margin-right:0.25rem !important }.mb-3xl-1,.my-3xl-1 {margin-bottom:0.25rem !important }.ml-3xl-1,.mx-3xl-1 {margin-left:0.25rem !important }.m-3xl-2 {margin:0.5rem !important }.mt-3xl-2,.my-3xl-2 {margin-top:0.5rem !important }.mr-3xl-2,.mx-3xl-2 {margin-right:0.5rem !important }.mb-3xl-2,.my-3xl-2 {margin-bottom:0.5rem !important }.ml-3xl-2,.mx-3xl-2 {margin-left:0.5rem !important }.m-3xl-3 {margin:1rem !important }.mt-3xl-3,.my-3xl-3 {margin-top:1rem !important }.mr-3xl-3,.mx-3xl-3 {margin-right:1rem !important }.mb-3xl-3,.my-3xl-3 {margin-bottom:1rem !important }.ml-3xl-3,.mx-3xl-3 {margin-left:1rem !important }.m-3xl-4 {margin:1.5rem !important }.mt-3xl-4,.my-3xl-4 {margin-top:1.5rem !important }.mr-3xl-4,.mx-3xl-4 {margin-right:1.5rem !important }.mb-3xl-4,.my-3xl-4 {margin-bottom:1.5rem !important }.ml-3xl-4,.mx-3xl-4 {margin-left:1.5rem !important }.m-3xl-5 {margin:3rem !important }.mt-3xl-5,.my-3xl-5 {margin-top:3rem !important }.mr-3xl-5,.mx-3xl-5 {margin-right:3rem !important }.mb-3xl-5,.my-3xl-5 {margin-bottom:3rem !important }.ml-3xl-5,.mx-3xl-5 {margin-left:3rem !important }.m-3xl-24 {margin:24px !important }.mt-3xl-24,.my-3xl-24 {margin-top:24px !important }.mr-3xl-24,.mx-3xl-24 {margin-right:24px !important }.mb-3xl-24,.my-3xl-24 {margin-bottom:24px !important }.ml-3xl-24,.mx-3xl-24 {margin-left:24px !important }.m-3xl-6 {margin:52px !important }.mt-3xl-6,.my-3xl-6 {margin-top:52px !important }.mr-3xl-6,.mx-3xl-6 {margin-right:52px !important }.mb-3xl-6,.my-3xl-6 {margin-bottom:52px !important }.ml-3xl-6,.mx-3xl-6 {margin-left:52px !important }.m-3xl-7 {margin:56px !important }.mt-3xl-7,.my-3xl-7 {margin-top:56px !important }.mr-3xl-7,.mx-3xl-7 {margin-right:56px !important }.mb-3xl-7,.my-3xl-7 {margin-bottom:56px !important }.ml-3xl-7,.mx-3xl-7 {margin-left:56px !important }.m-3xl-8 {margin:64px !important }.mt-3xl-8,.my-3xl-8 {margin-top:64px !important }.mr-3xl-8,.mx-3xl-8 {margin-right:64px !important }.mb-3xl-8,.my-3xl-8 {margin-bottom:64px !important }.ml-3xl-8,.mx-3xl-8 {margin-left:64px !important }.m-3xl-9 {margin:72px !important }.mt-3xl-9,.my-3xl-9 {margin-top:72px !important }.mr-3xl-9,.mx-3xl-9 {margin-right:72px !important }.mb-3xl-9,.my-3xl-9 {margin-bottom:72px !important }.ml-3xl-9,.mx-3xl-9 {margin-left:72px !important }.m-3xl-10 {margin:92px !important }.mt-3xl-10,.my-3xl-10 {margin-top:92px !important }.mr-3xl-10,.mx-3xl-10 {margin-right:92px !important }.mb-3xl-10,.my-3xl-10 {margin-bottom:92px !important }.ml-3xl-10,.mx-3xl-10 {margin-left:92px !important }.m-3xl-n4 {margin:-24px !important }.mt-3xl-n4,.my-3xl-n4 {margin-top:-24px !important }.mr-3xl-n4,.mx-3xl-n4 {margin-right:-24px !important }.mb-3xl-n4,.my-3xl-n4 {margin-bottom:-24px !important }.ml-3xl-n4,.mx-3xl-n4 {margin-left:-24px !important }.m-3xl-n5 {margin:-48px !important }.mt-3xl-n5,.my-3xl-n5 {margin-top:-48px !important }.mr-3xl-n5,.mx-3xl-n5 {margin-right:-48px !important }.mb-3xl-n5,.my-3xl-n5 {margin-bottom:-48px !important }.ml-3xl-n5,.mx-3xl-n5 {margin-left:-48px !important }.p-3xl-0 {padding:0 !important }.pt-3xl-0,.py-3xl-0 {padding-top:0 !important }.pr-3xl-0,.px-3xl-0 {padding-right:0 !important }.pb-3xl-0,.py-3xl-0 {padding-bottom:0 !important }.pl-3xl-0,.px-3xl-0 {padding-left:0 !important }.p-3xl-1 {padding:0.25rem !important }.pt-3xl-1,.py-3xl-1 {padding-top:0.25rem !important }.pr-3xl-1,.px-3xl-1 {padding-right:0.25rem !important }.pb-3xl-1,.py-3xl-1 {padding-bottom:0.25rem !important }.pl-3xl-1,.px-3xl-1 {padding-left:0.25rem !important }.p-3xl-2 {padding:0.5rem !important }.pt-3xl-2,.py-3xl-2 {padding-top:0.5rem !important }.pr-3xl-2,.px-3xl-2 {padding-right:0.5rem !important }.pb-3xl-2,.py-3xl-2 {padding-bottom:0.5rem !important }.pl-3xl-2,.px-3xl-2 {padding-left:0.5rem !important }.p-3xl-3 {padding:1rem !important }.pt-3xl-3,.py-3xl-3 {padding-top:1rem !important }.pr-3xl-3,.px-3xl-3 {padding-right:1rem !important }.pb-3xl-3,.py-3xl-3 {padding-bottom:1rem !important }.pl-3xl-3,.px-3xl-3 {padding-left:1rem !important }.p-3xl-4 {padding:1.5rem !important }.pt-3xl-4,.py-3xl-4 {padding-top:1.5rem !important }.pr-3xl-4,.px-3xl-4 {padding-right:1.5rem !important }.pb-3xl-4,.py-3xl-4 {padding-bottom:1.5rem !important }.pl-3xl-4,.px-3xl-4 {padding-left:1.5rem !important }.p-3xl-5 {padding:3rem !important }.pt-3xl-5,.py-3xl-5 {padding-top:3rem !important }.pr-3xl-5,.px-3xl-5 {padding-right:3rem !important }.pb-3xl-5,.py-3xl-5 {padding-bottom:3rem !important }.pl-3xl-5,.px-3xl-5 {padding-left:3rem !important }.p-3xl-24 {padding:24px !important }.pt-3xl-24,.py-3xl-24 {padding-top:24px !important }.pr-3xl-24,.px-3xl-24 {padding-right:24px !important }.pb-3xl-24,.py-3xl-24 {padding-bottom:24px !important }.pl-3xl-24,.px-3xl-24 {padding-left:24px !important }.p-3xl-6 {padding:52px !important }.pt-3xl-6,.py-3xl-6 {padding-top:52px !important }.pr-3xl-6,.px-3xl-6 {padding-right:52px !important }.pb-3xl-6,.py-3xl-6 {padding-bottom:52px !important }.pl-3xl-6,.px-3xl-6 {padding-left:52px !important }.p-3xl-7 {padding:56px !important }.pt-3xl-7,.py-3xl-7 {padding-top:56px !important }.pr-3xl-7,.px-3xl-7 {padding-right:56px !important }.pb-3xl-7,.py-3xl-7 {padding-bottom:56px !important }.pl-3xl-7,.px-3xl-7 {padding-left:56px !important }.p-3xl-8 {padding:64px !important }.pt-3xl-8,.py-3xl-8 {padding-top:64px !important }.pr-3xl-8,.px-3xl-8 {padding-right:64px !important }.pb-3xl-8,.py-3xl-8 {padding-bottom:64px !important }.pl-3xl-8,.px-3xl-8 {padding-left:64px !important }.p-3xl-9 {padding:72px !important }.pt-3xl-9,.py-3xl-9 {padding-top:72px !important }.pr-3xl-9,.px-3xl-9 {padding-right:72px !important }.pb-3xl-9,.py-3xl-9 {padding-bottom:72px !important }.pl-3xl-9,.px-3xl-9 {padding-left:72px !important }.p-3xl-10 {padding:92px !important }.pt-3xl-10,.py-3xl-10 {padding-top:92px !important }.pr-3xl-10,.px-3xl-10 {padding-right:92px !important }.pb-3xl-10,.py-3xl-10 {padding-bottom:92px !important }.pl-3xl-10,.px-3xl-10 {padding-left:92px !important }.p-3xl-n4 {padding:-24px !important }.pt-3xl-n4,.py-3xl-n4 {padding-top:-24px !important }.pr-3xl-n4,.px-3xl-n4 {padding-right:-24px !important }.pb-3xl-n4,.py-3xl-n4 {padding-bottom:-24px !important }.pl-3xl-n4,.px-3xl-n4 {padding-left:-24px !important }.p-3xl-n5 {padding:-48px !important }.pt-3xl-n5,.py-3xl-n5 {padding-top:-48px !important }.pr-3xl-n5,.px-3xl-n5 {padding-right:-48px !important }.pb-3xl-n5,.py-3xl-n5 {padding-bottom:-48px !important }.pl-3xl-n5,.px-3xl-n5 {padding-left:-48px !important }.m-3xl-auto {margin:auto !important }.mt-3xl-auto,.my-3xl-auto {margin-top:auto !important }.mr-3xl-auto,.mx-3xl-auto {margin-right:auto !important }.mb-3xl-auto,.my-3xl-auto {margin-bottom:auto !important }.ml-3xl-auto,.mx-3xl-auto {margin-left:auto !important }}.text-justify {text-align:justify !important }.text-nowrap {white-space:nowrap !important }.text-truncate {overflow:hidden;text-overflow:ellipsis;white-space:nowrap }.text-left {text-align:left !important }.text-right {text-align:right !important }.text-center {text-align:center !important }@media (min-width:576px) {.text-sm-left {text-align:left !important }.text-sm-right {text-align:right !important }.text-sm-center {text-align:center !important }}@media (min-width:768px) {.text-md-left {text-align:left !important }.text-md-right {text-align:right !important }.text-md-center {text-align:center !important }}@media (min-width:1024px) {.text-lg-left {text-align:left !important }.text-lg-right {text-align:right !important }.text-lg-center {text-align:center !important }}@media (min-width:1200px) {.text-xl-left {text-align:left !important }.text-xl-right {text-align:right !important }.text-xl-center {text-align:center !important }}@media (min-width:1440px) {.text-2xl-left {text-align:left !important }.text-2xl-right {text-align:right !important }.text-2xl-center {text-align:center !important }}@media (min-width:1920px) {.text-3xl-left {text-align:left !important }.text-3xl-right {text-align:right !important }.text-3xl-center {text-align:center !important }}.text-lowercase {text-transform:lowercase !important }.text-uppercase {text-transform:uppercase !important }.text-capitalize {text-transform:capitalize !important }.font-weight-light {font-weight:300 !important }.font-weight-normal {font-weight:400 !important }.font-weight-bold {font-weight:700 !important }.font-italic {font-style:italic !important }.text-white {color:#fff !important }.text-primary {color:#007bff !important }a.text-primary:hover,a.text-primary:focus {color:#0062cc !important }.text-secondary {color:#6c757d !important }a.text-secondary:hover,a.text-secondary:focus {color:#545b62 !important }.text-success {color:#28a745 !important }a.text-success:hover,a.text-success:focus {color:#1e7e34 !important }.text-info {color:#17a2b8 !important }a.text-info:hover,a.text-info:focus {color:#117a8b !important }.text-warning {color:#ffc107 !important }a.text-warning:hover,a.text-warning:focus {color:#d39e00 !important }.text-danger {color:#dc3545 !important }a.text-danger:hover,a.text-danger:focus {color:#bd2130 !important }.text-light {color:#f8f9fa !important }a.text-light:hover,a.text-light:focus {color:#dae0e5 !important }.text-dark {color:#343a40 !important }a.text-dark:hover,a.text-dark:focus {color:#1d2124 !important }.text-muted {color:#6c757d !important }.text-hide {font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0 }.visible {visibility:visible !important }.invisible {visibility:hidden !important }.container {width:100%;padding-right:12px;padding-left:12px;margin-right:auto;margin-left:auto }@media (min-width:576px) {.container {max-width:100% }}@media (min-width:768px) {.container {max-width:100% }}@media (min-width:1024px) {.container {max-width:100% }}@media (min-width:1200px) {.container {max-width:100% }}@media (min-width:1440px) {.container {max-width:100% }}@media (min-width:1920px) {.container {max-width:1896px }}.container-fluid {width:100%;padding-right:12px;padding-left:12px;margin-right:auto;margin-left:auto }.row {display:flex;flex-wrap:wrap;margin-right:-12px;margin-left:-12px }.no-gutters {margin-right:0;margin-left:0 }.no-gutters >.col,.no-gutters >[class*="col-"] {padding-right:0;padding-left:0 }.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-13,.col-14,.col-15,.col-16,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14,.col-sm-15,.col-sm-16,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-13,.col-md-14,.col-md-15,.col-md-16,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-13,.col-lg-14,.col-lg-15,.col-lg-16,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-13,.col-xl-14,.col-xl-15,.col-xl-16,.col-xl,.col-xl-auto,.col-2xl-1,.col-2xl-2,.col-2xl-3,.col-2xl-4,.col-2xl-5,.col-2xl-6,.col-2xl-7,.col-2xl-8,.col-2xl-9,.col-2xl-10,.col-2xl-11,.col-2xl-12,.col-2xl-13,.col-2xl-14,.col-2xl-15,.col-2xl-16,.col-2xl,.col-2xl-auto,.col-3xl-1,.col-3xl-2,.col-3xl-3,.col-3xl-4,.col-3xl-5,.col-3xl-6,.col-3xl-7,.col-3xl-8,.col-3xl-9,.col-3xl-10,.col-3xl-11,.col-3xl-12,.col-3xl-13,.col-3xl-14,.col-3xl-15,.col-3xl-16,.col-3xl,.col-3xl-auto {position:relative;width:100%;min-height:1px;padding-right:12px;padding-left:12px }.col {flex-basis:0;flex-grow:1;max-width:100% }.col-auto {flex:0 0 auto;width:auto;max-width:none }.col-1 {flex:0 0 6.25%;max-width:6.25% }.col-2 {flex:0 0 12.5%;max-width:12.5% }.col-3 {flex:0 0 18.75%;max-width:18.75% }.col-4 {flex:0 0 25%;max-width:25% }.col-5 {flex:0 0 31.25%;max-width:31.25% }.col-6 {flex:0 0 37.5%;max-width:37.5% }.col-7 {flex:0 0 43.75%;max-width:43.75% }.col-8 {flex:0 0 50%;max-width:50% }.col-9 {flex:0 0 56.25%;max-width:56.25% }.col-10 {flex:0 0 62.5%;max-width:62.5% }.col-11 {flex:0 0 68.75%;max-width:68.75% }.col-12 {flex:0 0 75%;max-width:75% }.col-13 {flex:0 0 81.25%;max-width:81.25% }.col-14 {flex:0 0 87.5%;max-width:87.5% }.col-15 {flex:0 0 93.75%;max-width:93.75% }.col-16 {flex:0 0 100%;max-width:100% }.order-first {order:-1 }.order-last {order:17 }.order-0 {order:0 }.order-1 {order:1 }.order-2 {order:2 }.order-3 {order:3 }.order-4 {order:4 }.order-5 {order:5 }.order-6 {order:6 }.order-7 {order:7 }.order-8 {order:8 }.order-9 {order:9 }.order-10 {order:10 }.order-11 {order:11 }.order-12 {order:12 }.order-13 {order:13 }.order-14 {order:14 }.order-15 {order:15 }.order-16 {order:16 }.offset-1 {margin-left:6.25% }.offset-2 {margin-left:12.5% }.offset-3 {margin-left:18.75% }.offset-4 {margin-left:25% }.offset-5 {margin-left:31.25% }.offset-6 {margin-left:37.5% }.offset-7 {margin-left:43.75% }.offset-8 {margin-left:50% }.offset-9 {margin-left:56.25% }.offset-10 {margin-left:62.5% }.offset-11 {margin-left:68.75% }.offset-12 {margin-left:75% }.offset-13 {margin-left:81.25% }.offset-14 {margin-left:87.5% }.offset-15 {margin-left:93.75% }@media (min-width:576px) {.col-sm {flex-basis:0;flex-grow:1;max-width:100% }.col-sm-auto {flex:0 0 auto;width:auto;max-width:none }.col-sm-1 {flex:0 0 6.25%;max-width:6.25% }.col-sm-2 {flex:0 0 12.5%;max-width:12.5% }.col-sm-3 {flex:0 0 18.75%;max-width:18.75% }.col-sm-4 {flex:0 0 25%;max-width:25% }.col-sm-5 {flex:0 0 31.25%;max-width:31.25% }.col-sm-6 {flex:0 0 37.5%;max-width:37.5% }.col-sm-7 {flex:0 0 43.75%;max-width:43.75% }.col-sm-8 {flex:0 0 50%;max-width:50% }.col-sm-9 {flex:0 0 56.25%;max-width:56.25% }.col-sm-10 {flex:0 0 62.5%;max-width:62.5% }.col-sm-11 {flex:0 0 68.75%;max-width:68.75% }.col-sm-12 {flex:0 0 75%;max-width:75% }.col-sm-13 {flex:0 0 81.25%;max-width:81.25% }.col-sm-14 {flex:0 0 87.5%;max-width:87.5% }.col-sm-15 {flex:0 0 93.75%;max-width:93.75% }.col-sm-16 {flex:0 0 100%;max-width:100% }.order-sm-first {order:-1 }.order-sm-last {order:17 }.order-sm-0 {order:0 }.order-sm-1 {order:1 }.order-sm-2 {order:2 }.order-sm-3 {order:3 }.order-sm-4 {order:4 }.order-sm-5 {order:5 }.order-sm-6 {order:6 }.order-sm-7 {order:7 }.order-sm-8 {order:8 }.order-sm-9 {order:9 }.order-sm-10 {order:10 }.order-sm-11 {order:11 }.order-sm-12 {order:12 }.order-sm-13 {order:13 }.order-sm-14 {order:14 }.order-sm-15 {order:15 }.order-sm-16 {order:16 }.offset-sm-0 {margin-left:0 }.offset-sm-1 {margin-left:6.25% }.offset-sm-2 {margin-left:12.5% }.offset-sm-3 {margin-left:18.75% }.offset-sm-4 {margin-left:25% }.offset-sm-5 {margin-left:31.25% }.offset-sm-6 {margin-left:37.5% }.offset-sm-7 {margin-left:43.75% }.offset-sm-8 {margin-left:50% }.offset-sm-9 {margin-left:56.25% }.offset-sm-10 {margin-left:62.5% }.offset-sm-11 {margin-left:68.75% }.offset-sm-12 {margin-left:75% }.offset-sm-13 {margin-left:81.25% }.offset-sm-14 {margin-left:87.5% }.offset-sm-15 {margin-left:93.75% }}@media (min-width:768px) {.col-md {flex-basis:0;flex-grow:1;max-width:100% }.col-md-auto {flex:0 0 auto;width:auto;max-width:none }.col-md-1 {flex:0 0 6.25%;max-width:6.25% }.col-md-2 {flex:0 0 12.5%;max-width:12.5% }.col-md-3 {flex:0 0 18.75%;max-width:18.75% }.col-md-4 {flex:0 0 25%;max-width:25% }.col-md-5 {flex:0 0 31.25%;max-width:31.25% }.col-md-6 {flex:0 0 37.5%;max-width:37.5% }.col-md-7 {flex:0 0 43.75%;max-width:43.75% }.col-md-8 {flex:0 0 50%;max-width:50% }.col-md-9 {flex:0 0 56.25%;max-width:56.25% }.col-md-10 {flex:0 0 62.5%;max-width:62.5% }.col-md-11 {flex:0 0 68.75%;max-width:68.75% }.col-md-12 {flex:0 0 75%;max-width:75% }.col-md-13 {flex:0 0 81.25%;max-width:81.25% }.col-md-14 {flex:0 0 87.5%;max-width:87.5% }.col-md-15 {flex:0 0 93.75%;max-width:93.75% }.col-md-16 {flex:0 0 100%;max-width:100% }.order-md-first {order:-1 }.order-md-last {order:17 }.order-md-0 {order:0 }.order-md-1 {order:1 }.order-md-2 {order:2 }.order-md-3 {order:3 }.order-md-4 {order:4 }.order-md-5 {order:5 }.order-md-6 {order:6 }.order-md-7 {order:7 }.order-md-8 {order:8 }.order-md-9 {order:9 }.order-md-10 {order:10 }.order-md-11 {order:11 }.order-md-12 {order:12 }.order-md-13 {order:13 }.order-md-14 {order:14 }.order-md-15 {order:15 }.order-md-16 {order:16 }.offset-md-0 {margin-left:0 }.offset-md-1 {margin-left:6.25% }.offset-md-2 {margin-left:12.5% }.offset-md-3 {margin-left:18.75% }.offset-md-4 {margin-left:25% }.offset-md-5 {margin-left:31.25% }.offset-md-6 {margin-left:37.5% }.offset-md-7 {margin-left:43.75% }.offset-md-8 {margin-left:50% }.offset-md-9 {margin-left:56.25% }.offset-md-10 {margin-left:62.5% }.offset-md-11 {margin-left:68.75% }.offset-md-12 {margin-left:75% }.offset-md-13 {margin-left:81.25% }.offset-md-14 {margin-left:87.5% }.offset-md-15 {margin-left:93.75% }}@media (min-width:1024px) {.col-lg {flex-basis:0;flex-grow:1;max-width:100% }.col-lg-auto {flex:0 0 auto;width:auto;max-width:none }.col-lg-1 {flex:0 0 6.25%;max-width:6.25% }.col-lg-2 {flex:0 0 12.5%;max-width:12.5% }.col-lg-3 {flex:0 0 18.75%;max-width:18.75% }.col-lg-4 {flex:0 0 25%;max-width:25% }.col-lg-5 {flex:0 0 31.25%;max-width:31.25% }.col-lg-6 {flex:0 0 37.5%;max-width:37.5% }.col-lg-7 {flex:0 0 43.75%;max-width:43.75% }.col-lg-8 {flex:0 0 50%;max-width:50% }.col-lg-9 {flex:0 0 56.25%;max-width:56.25% }.col-lg-10 {flex:0 0 62.5%;max-width:62.5% }.col-lg-11 {flex:0 0 68.75%;max-width:68.75% }.col-lg-12 {flex:0 0 75%;max-width:75% }.col-lg-13 {flex:0 0 81.25%;max-width:81.25% }.col-lg-14 {flex:0 0 87.5%;max-width:87.5% }.col-lg-15 {flex:0 0 93.75%;max-width:93.75% }.col-lg-16 {flex:0 0 100%;max-width:100% }.order-lg-first {order:-1 }.order-lg-last {order:17 }.order-lg-0 {order:0 }.order-lg-1 {order:1 }.order-lg-2 {order:2 }.order-lg-3 {order:3 }.order-lg-4 {order:4 }.order-lg-5 {order:5 }.order-lg-6 {order:6 }.order-lg-7 {order:7 }.order-lg-8 {order:8 }.order-lg-9 {order:9 }.order-lg-10 {order:10 }.order-lg-11 {order:11 }.order-lg-12 {order:12 }.order-lg-13 {order:13 }.order-lg-14 {order:14 }.order-lg-15 {order:15 }.order-lg-16 {order:16 }.offset-lg-0 {margin-left:0 }.offset-lg-1 {margin-left:6.25% }.offset-lg-2 {margin-left:12.5% }.offset-lg-3 {margin-left:18.75% }.offset-lg-4 {margin-left:25% }.offset-lg-5 {margin-left:31.25% }.offset-lg-6 {margin-left:37.5% }.offset-lg-7 {margin-left:43.75% }.offset-lg-8 {margin-left:50% }.offset-lg-9 {margin-left:56.25% }.offset-lg-10 {margin-left:62.5% }.offset-lg-11 {margin-left:68.75% }.offset-lg-12 {margin-left:75% }.offset-lg-13 {margin-left:81.25% }.offset-lg-14 {margin-left:87.5% }.offset-lg-15 {margin-left:93.75% }}@media (min-width:1200px) {.col-xl {flex-basis:0;flex-grow:1;max-width:100% }.col-xl-auto {flex:0 0 auto;width:auto;max-width:none }.col-xl-1 {flex:0 0 6.25%;max-width:6.25% }.col-xl-2 {flex:0 0 12.5%;max-width:12.5% }.col-xl-3 {flex:0 0 18.75%;max-width:18.75% }.col-xl-4 {flex:0 0 25%;max-width:25% }.col-xl-5 {flex:0 0 31.25%;max-width:31.25% }.col-xl-6 {flex:0 0 37.5%;max-width:37.5% }.col-xl-7 {flex:0 0 43.75%;max-width:43.75% }.col-xl-8 {flex:0 0 50%;max-width:50% }.col-xl-9 {flex:0 0 56.25%;max-width:56.25% }.col-xl-10 {flex:0 0 62.5%;max-width:62.5% }.col-xl-11 {flex:0 0 68.75%;max-width:68.75% }.col-xl-12 {flex:0 0 75%;max-width:75% }.col-xl-13 {flex:0 0 81.25%;max-width:81.25% }.col-xl-14 {flex:0 0 87.5%;max-width:87.5% }.col-xl-15 {flex:0 0 93.75%;max-width:93.75% }.col-xl-16 {flex:0 0 100%;max-width:100% }.order-xl-first {order:-1 }.order-xl-last {order:17 }.order-xl-0 {order:0 }.order-xl-1 {order:1 }.order-xl-2 {order:2 }.order-xl-3 {order:3 }.order-xl-4 {order:4 }.order-xl-5 {order:5 }.order-xl-6 {order:6 }.order-xl-7 {order:7 }.order-xl-8 {order:8 }.order-xl-9 {order:9 }.order-xl-10 {order:10 }.order-xl-11 {order:11 }.order-xl-12 {order:12 }.order-xl-13 {order:13 }.order-xl-14 {order:14 }.order-xl-15 {order:15 }.order-xl-16 {order:16 }.offset-xl-0 {margin-left:0 }.offset-xl-1 {margin-left:6.25% }.offset-xl-2 {margin-left:12.5% }.offset-xl-3 {margin-left:18.75% }.offset-xl-4 {margin-left:25% }.offset-xl-5 {margin-left:31.25% }.offset-xl-6 {margin-left:37.5% }.offset-xl-7 {margin-left:43.75% }.offset-xl-8 {margin-left:50% }.offset-xl-9 {margin-left:56.25% }.offset-xl-10 {margin-left:62.5% }.offset-xl-11 {margin-left:68.75% }.offset-xl-12 {margin-left:75% }.offset-xl-13 {margin-left:81.25% }.offset-xl-14 {margin-left:87.5% }.offset-xl-15 {margin-left:93.75% }}@media (min-width:1440px) {.col-2xl {flex-basis:0;flex-grow:1;max-width:100% }.col-2xl-auto {flex:0 0 auto;width:auto;max-width:none }.col-2xl-1 {flex:0 0 6.25%;max-width:6.25% }.col-2xl-2 {flex:0 0 12.5%;max-width:12.5% }.col-2xl-3 {flex:0 0 18.75%;max-width:18.75% }.col-2xl-4 {flex:0 0 25%;max-width:25% }.col-2xl-5 {flex:0 0 31.25%;max-width:31.25% }.col-2xl-6 {flex:0 0 37.5%;max-width:37.5% }.col-2xl-7 {flex:0 0 43.75%;max-width:43.75% }.col-2xl-8 {flex:0 0 50%;max-width:50% }.col-2xl-9 {flex:0 0 56.25%;max-width:56.25% }.col-2xl-10 {flex:0 0 62.5%;max-width:62.5% }.col-2xl-11 {flex:0 0 68.75%;max-width:68.75% }.col-2xl-12 {flex:0 0 75%;max-width:75% }.col-2xl-13 {flex:0 0 81.25%;max-width:81.25% }.col-2xl-14 {flex:0 0 87.5%;max-width:87.5% }.col-2xl-15 {flex:0 0 93.75%;max-width:93.75% }.col-2xl-16 {flex:0 0 100%;max-width:100% }.order-2xl-first {order:-1 }.order-2xl-last {order:17 }.order-2xl-0 {order:0 }.order-2xl-1 {order:1 }.order-2xl-2 {order:2 }.order-2xl-3 {order:3 }.order-2xl-4 {order:4 }.order-2xl-5 {order:5 }.order-2xl-6 {order:6 }.order-2xl-7 {order:7 }.order-2xl-8 {order:8 }.order-2xl-9 {order:9 }.order-2xl-10 {order:10 }.order-2xl-11 {order:11 }.order-2xl-12 {order:12 }.order-2xl-13 {order:13 }.order-2xl-14 {order:14 }.order-2xl-15 {order:15 }.order-2xl-16 {order:16 }.offset-2xl-0 {margin-left:0 }.offset-2xl-1 {margin-left:6.25% }.offset-2xl-2 {margin-left:12.5% }.offset-2xl-3 {margin-left:18.75% }.offset-2xl-4 {margin-left:25% }.offset-2xl-5 {margin-left:31.25% }.offset-2xl-6 {margin-left:37.5% }.offset-2xl-7 {margin-left:43.75% }.offset-2xl-8 {margin-left:50% }.offset-2xl-9 {margin-left:56.25% }.offset-2xl-10 {margin-left:62.5% }.offset-2xl-11 {margin-left:68.75% }.offset-2xl-12 {margin-left:75% }.offset-2xl-13 {margin-left:81.25% }.offset-2xl-14 {margin-left:87.5% }.offset-2xl-15 {margin-left:93.75% }}@media (min-width:1920px) {.col-3xl {flex-basis:0;flex-grow:1;max-width:100% }.col-3xl-auto {flex:0 0 auto;width:auto;max-width:none }.col-3xl-1 {flex:0 0 6.25%;max-width:6.25% }.col-3xl-2 {flex:0 0 12.5%;max-width:12.5% }.col-3xl-3 {flex:0 0 18.75%;max-width:18.75% }.col-3xl-4 {flex:0 0 25%;max-width:25% }.col-3xl-5 {flex:0 0 31.25%;max-width:31.25% }.col-3xl-6 {flex:0 0 37.5%;max-width:37.5% }.col-3xl-7 {flex:0 0 43.75%;max-width:43.75% }.col-3xl-8 {flex:0 0 50%;max-width:50% }.col-3xl-9 {flex:0 0 56.25%;max-width:56.25% }.col-3xl-10 {flex:0 0 62.5%;max-width:62.5% }.col-3xl-11 {flex:0 0 68.75%;max-width:68.75% }.col-3xl-12 {flex:0 0 75%;max-width:75% }.col-3xl-13 {flex:0 0 81.25%;max-width:81.25% }.col-3xl-14 {flex:0 0 87.5%;max-width:87.5% }.col-3xl-15 {flex:0 0 93.75%;max-width:93.75% }.col-3xl-16 {flex:0 0 100%;max-width:100% }.order-3xl-first {order:-1 }.order-3xl-last {order:17 }.order-3xl-0 {order:0 }.order-3xl-1 {order:1 }.order-3xl-2 {order:2 }.order-3xl-3 {order:3 }.order-3xl-4 {order:4 }.order-3xl-5 {order:5 }.order-3xl-6 {order:6 }.order-3xl-7 {order:7 }.order-3xl-8 {order:8 }.order-3xl-9 {order:9 }.order-3xl-10 {order:10 }.order-3xl-11 {order:11 }.order-3xl-12 {order:12 }.order-3xl-13 {order:13 }.order-3xl-14 {order:14 }.order-3xl-15 {order:15 }.order-3xl-16 {order:16 }.offset-3xl-0 {margin-left:0 }.offset-3xl-1 {margin-left:6.25% }.offset-3xl-2 {margin-left:12.5% }.offset-3xl-3 {margin-left:18.75% }.offset-3xl-4 {margin-left:25% }.offset-3xl-5 {margin-left:31.25% }.offset-3xl-6 {margin-left:37.5% }.offset-3xl-7 {margin-left:43.75% }.offset-3xl-8 {margin-left:50% }.offset-3xl-9 {margin-left:56.25% }.offset-3xl-10 {margin-left:62.5% }.offset-3xl-11 {margin-left:68.75% }.offset-3xl-12 {margin-left:75% }.offset-3xl-13 {margin-left:81.25% }.offset-3xl-14 {margin-left:87.5% }.offset-3xl-15 {margin-left:93.75% }}@font-face {font-family:'Commissioner';font-style:normal;font-weight:900;font-display:swap;src:url('../themes/colba-redesign/assets/fonts/commissioner/Commissioner-Black.ttf') format('truetype') }@font-face {font-family:'Commissioner';font-style:normal;font-weight:800;font-display:swap;src:url('../themes/colba-redesign/assets/fonts/commissioner/Commissioner-ExtraBold.ttf') format('truetype') }@font-face {font-family:'Commissioner';font-style:normal;font-weight:700;font-display:swap;src:url('../themes/colba-redesign/assets/fonts/commissioner/Commissioner-Bold.ttf') format('truetype') }@font-face {font-family:'Commissioner';font-style:normal;font-weight:600;font-display:swap;src:url('../themes/colba-redesign/assets/fonts/commissioner/Commissioner-SemiBold.ttf') format('truetype') }@font-face {font-family:'Commissioner';font-style:normal;font-weight:500;font-display:swap;src:url('../themes/colba-redesign/assets/fonts/commissioner/Commissioner-Medium.ttf') format('truetype') }@font-face {font-family:'Commissioner';font-style:normal;font-weight:400;font-display:swap;src:url('../themes/colba-redesign/assets/fonts/commissioner/Commissioner-Regular.ttf') format('truetype') }@font-face {font-family:'Commissioner';font-style:normal;font-weight:300;font-display:swap;src:url('../themes/colba-redesign/assets/fonts/commissioner/Commissioner-Light.ttf') format('truetype') }@font-face {font-family:'Commissioner';font-style:normal;font-weight:200;font-display:swap;src:url('../themes/colba-redesign/assets/fonts/commissioner/Commissioner-ExtraLight.ttf') format('truetype') }@font-face {font-family:'Commissioner';font-style:normal;font-weight:100;font-display:swap;src:url('../themes/colba-redesign/assets/fonts/commissioner/Commissioner-Thin.ttf') format('truetype') }@font-face {font-family:'Unbounded';font-style:normal;font-weight:900;font-display:swap;src:url('../themes/colba-redesign/assets/fonts/unbounded/Unbounded-Black.ttf') format('truetype') }@font-face {font-family:'Unbounded';font-style:normal;font-weight:800;font-display:swap;src:url('../themes/colba-redesign/assets/fonts/unbounded/Unbounded-ExtraBold.ttf') format('truetype') }@font-face {font-family:'Unbounded';font-style:normal;font-weight:700;font-display:swap;src:url('../themes/colba-redesign/assets/fonts/unbounded/Unbounded-Bold.ttf') format('truetype') }@font-face {font-family:'Unbounded';font-style:normal;font-weight:600;font-display:swap;src:url('../themes/colba-redesign/assets/fonts/unbounded/Unbounded-SemiBold.ttf') format('truetype') }@font-face {font-family:'Unbounded';font-style:normal;font-weight:500;font-display:swap;src:url('../themes/colba-redesign/assets/fonts/unbounded/Unbounded-Medium.ttf') format('truetype') }@font-face {font-family:'Unbounded';font-style:normal;font-weight:400;font-display:swap;src:url('../themes/colba-redesign/assets/fonts/unbounded/Unbounded-Regular.ttf') format('truetype') }@font-face {font-family:'Unbounded';font-style:normal;font-weight:300;font-display:swap;src:url('../themes/colba-redesign/assets/fonts/unbounded/Unbounded-Light.ttf') format('truetype') }@font-face {font-family:'Unbounded';font-style:normal;font-weight:200;font-display:swap;src:url('../themes/colba-redesign/assets/fonts/unbounded/Unbounded-ExtraLight.ttf') format('truetype') }@font-face {font-family:'Montserrat';font-style:normal;font-weight:900;font-display:swap;src:url('../themes/colba-redesign/assets/fonts/montserrat/Montserrat-Black.ttf') format('truetype') }@font-face {font-family:'Montserrat';font-style:normal;font-weight:800;font-display:swap;src:url('../themes/colba-redesign/assets/fonts/montserrat/Montserrat-ExtraBold.ttf') format('truetype') }@font-face {font-family:'Montserrat';font-style:normal;font-weight:700;font-display:swap;src:url('../themes/colba-redesign/assets/fonts/montserrat/Montserrat-Bold.ttf') format('truetype') }@font-face {font-family:'Montserrat';font-style:normal;font-weight:600;font-display:swap;src:url('../themes/colba-redesign/assets/fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype') }@font-face {font-family:'Montserrat';font-style:normal;font-weight:500;font-display:swap;src:url('../themes/colba-redesign/assets/fonts/montserrat/Montserrat-Medium.ttf') format('truetype') }@font-face {font-family:'Montserrat';font-style:normal;font-weight:400;font-display:swap;src:url('../themes/colba-redesign/assets/fonts/montserrat/Montserrat-Regular.ttf') format('truetype') }@font-face {font-family:'Montserrat';font-style:normal;font-weight:300;font-display:swap;src:url('../themes/colba-redesign/assets/fonts/montserrat/Montserrat-Light.ttf') format('truetype') }@font-face {font-family:'Montserrat';font-style:normal;font-weight:200;font-display:swap;src:url('../themes/colba-redesign/assets/fonts/montserrat/Montserrat-ExtraLight.ttf') format('truetype') }@font-face {font-family:'icomoon';src:url('../themes/colba-redesign/assets/icons/icomoon.eot?asdflk');src:url('../themes/colba-redesign/assets/icons/icomoon.eot?asdflk#iefix') format('embedded-opentype'),url('../themes/colba-redesign/assets/icons/icomoon.ttf?asdflk') format('truetype'),url('../themes/colba-redesign/assets/icons/icomoon.woff?asdflk') format('woff'),url('../themes/colba-redesign/assets/icons/icomoon.svg?asdflk#icomoon') format('svg');font-weight:normal;font-style:normal;font-display:block }.icon,.form-controll__select,[class^="icon-"],[class*=" icon-"] {font-family:'icomoon' !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale }.icon-phone:before {content:"\e90f" }.icon-cursor:before {content:"\e90c" }.icon-arrow-right-bold:before,.form-controll__select:before {content:"\e909" }.icon-arrow-left-bold:before {content:"\e90a" }.icon-doc:before {content:"\e905" }.icon-video:before {content:"\e906" }.icon-photo:before {content:"\e907" }.icon-arrow-left:before {content:"\e908" }.icon-vk:before {content:"\e900" }.icon-youtube:before {content:"\e901" }.icon-whatsapp:before {content:"\e902" }.icon-apple:before {content:"\e903" }.icon-google-play:before {content:"\e904" }.icon-exclamation:before {content:"\e90b" }.icon-instagram:before {content:"\e90d" }.icon-facebook:before {content:"\e90e" }.icon-whatsapp-stroke:before {content:"\e910" }.typography-h1 {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:56px;line-height:64px }@media (max-width:767.98px) {.typography-h1 {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:24px;line-height:40px }}.typography-h2 {font-family:'Unbounded';font-style:normal;font-weight:700;font-size:48px;line-height:56px }@media (max-width:767.98px) {.typography-h2 {font-family:'Unbounded';font-style:normal;font-weight:700;font-size:24px;line-height:40px }}.typography-h3 {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:32px;line-height:40px }@media (max-width:767.98px) {.typography-h3 {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:24px;line-height:40px }}.typography-h4 {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:24px;line-height:28px }@media (max-width:767.98px) {.typography-h4 {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:18px;line-height:22px }}.typography-h5 {font-family:'Unbounded';font-style:normal;font-weight:500;font-size:18px;line-height:24px }@media (max-width:767.98px) {.typography-h5 {font-family:'Unbounded';font-style:normal;font-weight:500;font-size:16px;line-height:24px }}.typography-h6 {font-family:'Unbounded';font-style:normal;font-weight:400;font-size:16px;line-height:22px }@media (max-width:767.98px) {.typography-h6 {font-family:'Unbounded';font-style:normal;font-weight:400;font-size:14px;line-height:22px }}.typography-text,body {font-family:'Commissioner';font-style:normal;font-weight:400;font-size:18px;line-height:24px }@media (max-width:767.98px) {.typography-text,body {font-family:'Commissioner';font-style:normal;font-weight:400;font-size:14px;line-height:24px }}.typography-small {font-family:'Commissioner';font-style:normal;font-weight:400;font-size:16px;line-height:20px }@media (max-width:767.98px) {.typography-small {font-family:'Commissioner';font-style:normal;font-weight:400;font-size:14px;line-height:18px }}body {display:flex;flex-direction:column;min-height:100vh;background-color:#eff8f5;color:#2d292a }main.main {flex-grow:1;padding-top:77px }.layout-pt {padding-top:24px }.layout-pb {padding-bottom:24px }.layout-px {padding-left:24px;padding-right:24px }.layout-py {padding-top:24px;padding-bottom:24px }.layout-pt_2 {padding-top:64px }.layout-pb_2 {padding-bottom:64px }.layout-px_2 {padding-left:64px;padding-right:64px }.layout-py_2 {padding-top:64px;padding-bottom:64px }.layout-bt {border-top:1px solid #2d292a }.layout-bb {border-bottom:1px solid #2d292a }.review-card {padding:40px;border-radius:24px;background-color:#fff;height:100% }.review-card__date {color:rgba(45,41,42,0.6);margin-bottom:16px;font-family:Commissioner;font-size:16px;line-height:24px;font-weight:400 }.review-card__rating {margin-bottom:16px }.review-card__name {margin-bottom:40px;font-family:Unbounded;font-size:18px;line-height:24px;font-weight:400 }.review-card__comment {font-family:Commissioner;font-size:18px;line-height:24px;font-weight:400 }.rating-bar {--color:#7796c4 }.rating-bar.s-1 {--color:#7796c4 }.rating-bar.s-2 {--color:#7796c4 }.rating-bar.s-3 {--color:#7796c4 }.rating-bar.s-4 {--color:#7796c4 }.rating-bar.s-5 {--color:#66c2b5 }.rating-bar g:nth-child(1) {stroke:var(--color) }.s-1.rating-bar g:nth-child(1) path:nth-child(-n + 1) {fill:var(--color) }.s-2.rating-bar g:nth-child(1) path:nth-child(-n + 2) {fill:var(--color) }.s-3.rating-bar g:nth-child(1) path:nth-child(-n + 3) {fill:var(--color) }.s-4.rating-bar g:nth-child(1) path:nth-child(-n + 4) {fill:var(--color) }.s-5.rating-bar g:nth-child(1) path:nth-child(-n + 5) {fill:var(--color) }.rating-bar g:nth-child(2) {stroke:var(--color);fill:var(--color) }.circle-label {position:relative;padding:48px 0 }.circle-label svg {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) }.circle-label svg circle:nth-child(2) {stroke-dasharray:108px;stroke-dashoffset:0;animation:rotate 5s linear infinite }.circle-label__text {text-align:center;color:inherit;font-family:'Commissioner';font-style:normal;font-weight:400;font-size:14px;line-height:18px }@keyframes rotate {from {stroke-dashoffset:0 }to {stroke-dashoffset:-216px }}.chip {display:flex;z-index:1;outline:0;border:0;padding:0;background:none;cursor:pointer;color:inherit }.chip__left,.chip__right {flex-shrink:0;height:auto;align-self:stretch;width:auto }.chip__left path,.chip__right path {fill:none;stroke:var(--chip-background-color,#2d292a) }.chip.active .chip__left path,.chip.active .chip__right path {fill:var(--chip-background-color,#2d292a);stroke:var(--chip-background-color,#2d292a) }.chip__right {transform:rotateZ(180deg) }.chip__content {display:block;width:100%;padding:8px 8px 12px;border-top:1.5px solid var(--chip-background-color,#2d292a);border-bottom:1.5px solid var(--chip-background-color,#2d292a);margin:0 -2px;border-radius:2px;color:inherit;font-family:'Commissioner';font-style:normal;font-weight:400;font-size:18px;line-height:24px }@media (max-width:767.98px) {.chip__content {font-family:'Commissioner';font-style:normal;font-weight:400;font-size:14px;line-height:24px }}.chip.active .chip__content {background-color:var(--chip-background-color,#2d292a) }.text-button {cursor:pointer }button.text-button {outline:0;border:0;background:none;font-family:Commissioner;font-size:18px;line-height:24px;font-weight:400 }.qualification-card {display:grid;grid-template-areas:"a b" "a c" "a d";column-gap:24px;row-gap:16px;padding:24px;border-radius:24px;background-color:#eff8f5;mix-blend-mode:multiply }.qualification-card__photo {grid-area:a;max-width:90px;height:120px;border-radius:8px }.qualification-card__photo img {width:100%;height:100%;object-fit:cover }.qualification-card__institution {grid-area:b;font-family:Commissioner;font-size:18px;line-height:24px;font-weight:400 }.qualification-card__speciality {grid-area:c;font-family:Unbounded;font-size:18px;line-height:24px;font-weight:400 }.qualification-card__date {grid-area:d;color:rgba(45,41,42,0.6);font-family:Commissioner;font-size:16px;line-height:24px;font-weight:400 }.letters-slide-animation {overflow:hidden }.letters-slide-animation span {display:inline-block;white-space:pre;transform:translate3d(0,200%,0);animation:letterSlide ease-out forwards;animation-iteration-count:infinite }@keyframes letterSlide {0% {transform:translate3d(0,200%,0) }20% {transform:translate3d(0,0px,0) }90% {transform:translate3d(0,0px,0) }100% {transform:translate3d(0,-200%,0) }}.sides-border {position:relative }.sides-border-container {position:sticky;top:0 }.sides-border::before {content:'';position:absolute;left:0;height:100vh;border-left:1px solid #2d292a }.sides-border::after {content:'';position:absolute;right:0;height:100vh;border-right:1px solid #2d292a }.breadcrumb {list-style:none;color:rgba(45,41,42,0.8) }.breadcrumb__item {display:flex;align-items:center;width:fit-content;padding:0;margin:0;font-family:Unbounded;font-size:12px;line-height:12px;font-weight:300 }.breadcrumb__item:not(:first-child)::before {content:'/';display:inline-block;padding:0 10px }.breadcrumb__item span {white-space:nowrap }.breadcrumb__divider {padding:0 10px }.dropdown {position:relative }.dropdown-content {position:absolute;left:0;top:calc(100% + 16px);visibility:hidden;opacity:0;z-index:10;transition:0.3s;transform:translateY(-10px) }.dropdown-content.js-dropdown_show {opacity:1;visibility:visible;transform:translateY(0px) }.dropdown-content.fluid {width:100% }.dropdown-select__button {font-family:'Unbounded';font-style:normal;font-weight:400;font-size:16px;line-height:22px;color:#2d292a;border:0;outline:0;background:none;cursor:pointer }.dropdown-select__button::after {content:url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.19401 7.05882C5.44112 8.31373 3.55889 8.31372 2.80599 7.05882L0.264982 2.82353C-0.48791 1.56863 0.453205 5.5422e-07 1.95899 4.27541e-07L7.04101 0C8.54679 -1.26679e-07 9.48791 1.56863 8.73502 2.82353L6.19401 7.05882Z' fill='%23D0998C'/%3E%3C/svg%3E%0A");display:inline-block;margin-left:6px }.dropdown-select__content {padding:20px;border-radius:10px;border:1px solid #000;background-color:#eff8f5;width:fit-content;max-height:50vh;overflow-y:auto }.dropdown-select__list {display:grid;grid-template-columns:repeat(1,1fr);gap:10px }.card-collection__image {width:100%;aspect-ratio:0.7943262411;border-radius:24px;object-fit:cover }.card-collection__title {margin-top:14px;text-decoration:underline;font-family:'Unbounded';font-style:normal;font-weight:400;font-size:16px;line-height:22px }.card-product {display:flex;flex-direction:column;overflow:hidden }.card-product__image {width:100%;aspect-ratio:0.9705882353;border-radius:24px;object-fit:contain;background:#fff }.card-product__title {display:block;margin-top:16px;font-family:'Unbounded';font-style:normal;font-weight:600;font-size:24px;line-height:28px }@media (max-width:767.98px) {.card-product__title {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:18px;line-height:22px }}.card-product__subtitle {display:block;margin-top:16px;font-family:'Unbounded';font-style:normal;font-weight:400;font-size:16px;line-height:22px }@media (max-width:767.98px) {.card-product__subtitle {font-family:'Unbounded';font-style:normal;font-weight:400;font-size:14px;line-height:22px }}.card-product__price {display:block;margin-top:20px;font-family:'Unbounded';font-style:normal;font-weight:400;font-size:24px;line-height:28px }@media (max-width:767.98px) {.card-product__price {font-family:'Unbounded';font-style:normal;font-weight:400;font-size:18px;line-height:22px }}.card-product__button {margin-top:24px;width:100% }@media (min-width:576px) {.card-product__button {padding:19px 45px 21px;width:fit-content }}@media (max-width:767.98px) {.card-product__button {padding:27px 45px 26px }}.card-promotion__image {width:100%;aspect-ratio:1.3176470588;margin-bottom:14px;border-radius:24px;object-fit:cover }@media (max-width:767.98px) {.card-promotion__image {margin-bottom:8px }}.card-promotion__date {display:block;margin-bottom:20px;font-family:Unbounded;font-weight:300;font-size:12px;line-height:12px }@media (max-width:767.98px) {.card-promotion__date {margin-bottom:12px }}.card-promotion__title {display:block;text-decoration:underline;font-family:'Unbounded';font-style:normal;font-weight:400;font-size:16px;line-height:22px }@media (max-width:767.98px) {.card-promotion__title {font-family:'Unbounded';font-style:normal;font-weight:400;font-size:14px;line-height:22px }}.card-blog__image {width:100%;aspect-ratio:0.9705882353;margin-bottom:14px;border-radius:24px;object-fit:cover }@media (max-width:767.98px) {.card-blog__image {margin-bottom:8px }}.card-blog__date {display:block;margin-bottom:20px;font-family:Unbounded;font-weight:300;font-size:12px;line-height:12px }@media (max-width:767.98px) {.card-blog__date {margin-bottom:12px }}.card-blog__title {display:block;text-decoration:underline;font-family:'Unbounded';font-style:normal;font-weight:400;font-size:16px;line-height:22px }@media (max-width:767.98px) {.card-blog__title {font-family:'Unbounded';font-style:normal;font-weight:400;font-size:14px;line-height:22px }}.card-photo {border-radius:24px;width:100%;aspect-ratio:0.6297709924;object-fit:cover }.card-video {position:relative;width:100% }.card-video::after {content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:54px;height:60px;background-image:url("data:image/svg+xml,%3Csvg width='54' height='60' viewBox='0 0 54 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M49.9626 22.993C55.3458 26.1072 55.3458 33.8928 49.9626 37.007L12.1121 58.9039C6.72897 62.0182 -2.71708e-07 58.1254 0 51.8969L1.91045e-06 8.10307C2.18216e-06 1.87462 6.72897 -2.01817 12.1122 1.09606L49.9626 22.993Z' fill='%23EFF8F5'/%3E%3C/svg%3E%0A");background-position:center;background-size:contain;background-repeat:no-repeat }@media (max-width:767.98px) {.card-video::after {width:21px;height:23px }}.card-video__preview {border-radius:24px;width:100%;object-fit:cover;aspect-ratio:1.9 }.field {display:flex;flex-direction:column;position:relative }.field__label {margin-bottom:24px;font-family:Unbounded;font-weight:300;font-size:16px;line-height:22px }@media (max-width:767.98px) {.field__label {margin-bottom:12px;font-size:12px;line-height:22px }}.field-text {display:flex;flex-direction:column }.field-text__input {font-family:Commissioner;font-size:18px;line-height:24px;font-weight:400;outline:none;background:none }@media (max-width:767.98px) {.field-text__input {font-size:14px }}input.field-text__input {padding:28px 40px;border-radius:80px;border:1px solid #2d292a;width:100% }@media (max-width:767.98px) {input.field-text__input {padding:23px 40px }}textarea.field-text__input {padding:28px 40px;border-radius:40px;border:1px solid #2d292a;width:100%;resize:none }@media (max-width:767.98px) {textarea.field-text__input {padding:23px 40px }}.checkbox {display:inline-flex;align-items:center;gap:10px;color:inherit;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none }.checkbox input {position:absolute;opacity:0;height:0;width:0 }.checkbox__checkmark {flex-shrink:0;position:relative;height:20px;width:20px;border:1px solid #000;border-radius:6px }.checkbox__checkmark::after {content:'';position:absolute;left:50%;top:50%;width:0;height:8.5px;background-image:url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.5L5.29289 7.79289C5.68342 8.18342 6.31658 8.18342 6.70711 7.79289L13.5 1' stroke='%23EFF8F5' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:left;line-height:0;transform:translate(calc(-50% - (13.5px / 2)),-50%);transition:0.2s ease-out;transition-property:width,transform }.checkbox:hover input:not(:checked,:disabled) ~ .checkbox__checkmark {background-color:transparent }input:checked ~ .checkbox__checkmark {background:#c09a93;border:0;background:radial-gradient(at left top,#c09a93,#868590) }.checkbox input:checked ~ .checkbox__checkmark:after {transform:translate(-50%,-50%);width:13.5px }input:disabled ~ .checkbox__checkmark {opacity:0.6 }input:not(:checked):disabled ~ .checkbox__checkmark {background-color:#ddd }.checkbox__content {font-family:Unbounded;font-size:16px;font-weight:400;line-height:16px }@media (max-width:767.98px) {.checkbox__content {font-size:14px }}.field-rating {align-items:center;flex-direction:row;gap:24px }.field-rating .field__label {margin-bottom:0 }.field-rating__bar {position:relative;z-index:1;display:flex }.field-rating input {width:16px;height:16px;margin:0;opacity:0;cursor:pointer }.field-rating__marks {position:absolute;top:50%;transform:translate(-3px,-50%);left:0;z-index:-1;pointer-events:none }input[value="1"]:checked ~ .field-rating__marks {--color:#ec826c }input[value="1"]:checked ~ .field-rating__marks g:nth-child(1) path {fill:transparent }input[value="1"]:checked ~ .field-rating__marks g:nth-child(1) path:nth-child(-n + 1) {fill:var(--color) }input[value="2"]:checked ~ .field-rating__marks {--color:#ec826c }input[value="2"]:checked ~ .field-rating__marks g:nth-child(1) path {fill:transparent }input[value="2"]:checked ~ .field-rating__marks g:nth-child(1) path:nth-child(-n + 2) {fill:var(--color) }input[value="3"]:checked ~ .field-rating__marks {--color:#c6855b }input[value="3"]:checked ~ .field-rating__marks g:nth-child(1) path {fill:transparent }input[value="3"]:checked ~ .field-rating__marks g:nth-child(1) path:nth-child(-n + 3) {fill:var(--color) }input[value="4"]:checked ~ .field-rating__marks {--color:#7796c4 }input[value="4"]:checked ~ .field-rating__marks g:nth-child(1) path {fill:transparent }input[value="4"]:checked ~ .field-rating__marks g:nth-child(1) path:nth-child(-n + 4) {fill:var(--color) }input[value="5"]:checked ~ .field-rating__marks {--color:#66c2b5 }input[value="5"]:checked ~ .field-rating__marks g:nth-child(1) path {fill:transparent }input[value="5"]:checked ~ .field-rating__marks g:nth-child(1) path:nth-child(-n + 5) {fill:var(--color) }input[value="1"]:hover ~ .field-rating__marks {--color:#ec826c !important }input[value="1"]:hover ~ .field-rating__marks g:nth-child(1) path {fill:transparent !important }input[value="1"]:hover ~ .field-rating__marks g:nth-child(1) path:nth-child(-n + 1) {fill:var(--color) !important }input[value="2"]:hover ~ .field-rating__marks {--color:#ec826c !important }input[value="2"]:hover ~ .field-rating__marks g:nth-child(1) path {fill:transparent !important }input[value="2"]:hover ~ .field-rating__marks g:nth-child(1) path:nth-child(-n + 2) {fill:var(--color) !important }input[value="3"]:hover ~ .field-rating__marks {--color:#c6855b !important }input[value="3"]:hover ~ .field-rating__marks g:nth-child(1) path {fill:transparent !important }input[value="3"]:hover ~ .field-rating__marks g:nth-child(1) path:nth-child(-n + 3) {fill:var(--color) !important }input[value="4"]:hover ~ .field-rating__marks {--color:#7796c4 !important }input[value="4"]:hover ~ .field-rating__marks g:nth-child(1) path {fill:transparent !important }input[value="4"]:hover ~ .field-rating__marks g:nth-child(1) path:nth-child(-n + 4) {fill:var(--color) !important }input[value="5"]:hover ~ .field-rating__marks {--color:#66c2b5 !important }input[value="5"]:hover ~ .field-rating__marks g:nth-child(1) path {fill:transparent !important }input[value="5"]:hover ~ .field-rating__marks g:nth-child(1) path:nth-child(-n + 5) {fill:var(--color) !important }.field-rating g:nth-child(1) {stroke:var(--color) }.field-rating g:nth-child(2) {stroke:var(--color);fill:var(--color) }.field-select .nice-select {font-family:Commissioner;font-size:18px;line-height:24px;font-weight:400;outline:none;background:none;height:unset;padding:28px 40px;border-radius:80px;border:1px solid #2d292a;width:100% }@media (max-width:767.98px) {.field-select .nice-select {font-size:14px;padding:23px 40px }}.field-select .nice-select::after {content:url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.19401 7.05882C5.44112 8.31373 3.55889 8.31372 2.80599 7.05882L0.264982 2.82353C-0.48791 1.56863 0.453205 5.5422e-07 1.95899 4.27541e-07L7.04101 0C8.54679 -1.26679e-07 9.48791 1.56863 8.73502 2.82353L6.19401 7.05882Z' fill='%23D0998C'/%3E%3C/svg%3E%0A");width:unset;height:unset;border:none;top:50%;transform:translateY(-50%);line-height:0;right:40px;margin:0;transform-origin:center;filter:brightness(0.5) grayscale(0.5) }.field-select .nice-select.open::after {transform:translateY(-50%) rotateX(180deg) }.field-select .nice-select-dropdown {margin-top:8px;transform:translateY(-10px);transition:0.3s;border-radius:30px;border:1px solid #2d292a;background-color:#fff;padding:30px 40px;overflow-y:auto;max-height:250px }.field-select .nice-select-dropdown::-webkit-scrollbar {width:10px }@media (max-width:1023.98px) {.field-select .nice-select-dropdown::-webkit-scrollbar {width:5px }}.field-select .nice-select-dropdown::-webkit-scrollbar-track {background-color:rgba(45,41,42,0.08);border-radius:4px }.field-select .nice-select-dropdown::-webkit-scrollbar-thumb {background-color:rgba(45,41,42,0.4);border-radius:30px }.field-select .nice-select-dropdown::-webkit-scrollbar-thumb:hover {background-color:rgba(45,41,42,0.6) }.field-select .list {display:flex;flex-direction:column;gap:14px;max-height:unset;overflow:unset }.field-select .option {background-color:unset !important;padding:0;font-family:'Commissioner';font-style:normal;font-weight:400;font-size:18px;line-height:24px }@media (max-width:767.98px) {.field-select .option {font-family:'Commissioner';font-style:normal;font-weight:400;font-size:14px;line-height:24px }}.field-select_modal .nice-select.wide .nice-select-dropdown {left:unset !important;right:20px !important;height:fit-content;margin:auto }.field-select_modal .nice-select::after {content:'\e909';font-family:'icomoon' !important;font-size:10px }.field-select_modal .nice-select-dropdown {position:fixed;z-index:40;top:20px;bottom:20px;max-width:260px;width:100%;transform:translateX(10px);transition:0.3s;border-radius:24px;background-color:#fff;padding:30px 40px;margin-top:unset;border:none;max-height:unset }.text-area {font-family:'Commissioner';font-style:normal;font-weight:400;font-size:18px;line-height:24px }@media (max-width:767.98px) {.text-area {font-family:'Commissioner';font-style:normal;font-weight:400;font-size:14px;line-height:24px }}.text-area h1 {font-family:'Unbounded';font-style:normal;font-weight:700;font-size:48px;line-height:56px;margin-bottom:20px }@media (max-width:767.98px) {.text-area h1 {font-family:'Unbounded';font-style:normal;font-weight:700;font-size:24px;line-height:40px }}.text-area h2 {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:32px;line-height:40px;margin-bottom:20px }@media (max-width:767.98px) {.text-area h2 {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:24px;line-height:40px }}.text-area h3 {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:24px;line-height:28px;margin-bottom:20px }@media (max-width:767.98px) {.text-area h3 {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:18px;line-height:22px }}.text-area h4 {font-family:'Unbounded';font-style:normal;font-weight:500;font-size:18px;line-height:24px;margin-bottom:20px }@media (max-width:767.98px) {.text-area h4 {font-family:'Unbounded';font-style:normal;font-weight:500;font-size:16px;line-height:24px }}.text-area img {border-radius:24px }.text-area p {margin-bottom:20px }.text-area ol,.text-area ul {margin-bottom:20px }.text-area ol {padding-left:20px;list-style-type:decimal }.text-area ul {padding-left:20px;list-style-type:disc }.button-primary {--border-radius:40px;--border-width:4px;position:relative;padding:32px 20px;overflow:hidden;border-radius:var(--border-radius);width:320px;color:#2d292a;font-family:Unbounded;font-size:16px;line-height:16px;font-weight:500;z-index:1;cursor:pointer;width:fit-content;animation:bga 40s linear infinite }.button-primary:disabled {opacity:0.7;filter:grayscale(0.7);cursor:default }.button-primary_fluid {width:100% }.button-primary_sm {padding:19px 32px 20px }.button-primary__content {text-align:center }.button-primary:not(:disabled):hover .button-primary__content {color:#eff8f5 }a.button-primary {display:block }button.button-primary {outline:0;border:0 }.button-primary::before {content:'';position:absolute;top:var(--border-width);left:var(--border-width);width:calc(100% - var(--border-width) * 2);background:var(--bp-overlay-color,#eff8f5);filter:none;border-radius:calc(var(--border-radius) - var(--border-width));height:calc(100% - var(--border-width) * 2);transition:opacity 0.3s;opacity:1;z-index:-1 }.button-primary_white::before {background-color:#fff }.button-primary:not(:disabled):hover::before {opacity:0 }@keyframes bga {0% {background:radial-gradient(50% 50% at center,var(--bga-color-1,#66c2b5),transparent) -116% 33% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-1,#66c2b5),transparent) 195% -23% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-2,#ec826c),transparent) -95% 86% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-2,#ec826c),transparent) 75% 68% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-3,#7796c4),transparent) 370% 22% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-3,#7796c4),transparent) -13% 63% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-4,#2d292a),transparent) -89% -23% / 80% 200% no-repeat }10% {background:radial-gradient(50% 50% at center,var(--bga-color-1,#66c2b5),transparent) 105% -12% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-1,#66c2b5),transparent) -62% 34% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-2,#ec826c),transparent) 281% -28% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-2,#ec826c),transparent) 124% 99% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-3,#7796c4),transparent) -57% -2% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-3,#7796c4),transparent) 183% 13% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-4,#2d292a),transparent) 134% -6% / 80% 200% no-repeat }20% {background:radial-gradient(50% 50% at center,var(--bga-color-1,#66c2b5),transparent) 318% 1% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-1,#66c2b5),transparent) -163% 91% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-2,#ec826c),transparent) 51% 120% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-2,#ec826c),transparent) -131% 106% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-3,#7796c4),transparent) 297% 19% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-3,#7796c4),transparent) 123% 62% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-4,#2d292a),transparent) 290% 91% / 80% 200% no-repeat }30% {background:radial-gradient(50% 50% at center,var(--bga-color-1,#66c2b5),transparent) -98% 119% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-1,#66c2b5),transparent) -174% 94% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-2,#ec826c),transparent) 322% -43% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-2,#ec826c),transparent) 375% 36% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-3,#7796c4),transparent) 126% 11% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-3,#7796c4),transparent) -194% 4% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-4,#2d292a),transparent) 85% 107% / 80% 200% no-repeat }40% {background:radial-gradient(50% 50% at center,var(--bga-color-1,#66c2b5),transparent) 268% 44% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-1,#66c2b5),transparent) -39% -47% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-2,#ec826c),transparent) -129% 10% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-2,#ec826c),transparent) 106% 90% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-3,#7796c4),transparent) -14% 14% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-3,#7796c4),transparent) 199% 109% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-4,#2d292a),transparent) -141% 0% / 80% 200% no-repeat }50% {background:radial-gradient(50% 50% at center,var(--bga-color-1,#66c2b5),transparent) 196% 39% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-1,#66c2b5),transparent) 74% 19% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-2,#ec826c),transparent) -162% 46% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-2,#ec826c),transparent) 243% -55% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-3,#7796c4),transparent) 138% -22% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-3,#7796c4),transparent) -88% -20% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-4,#2d292a),transparent) 144% 111% / 80% 200% no-repeat }60% {background:radial-gradient(50% 50% at center,var(--bga-color-1,#66c2b5),transparent) -80% 99% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-1,#66c2b5),transparent) -105% 109% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-2,#ec826c),transparent) 167% 99% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-2,#ec826c),transparent) -12% 28% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-3,#7796c4),transparent) -57% -14% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-3,#7796c4),transparent) 83% 102% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-4,#2d292a),transparent) 300% 48% / 80% 200% no-repeat }70% {background:radial-gradient(50% 50% at center,var(--bga-color-1,#66c2b5),transparent) 42% -46% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-1,#66c2b5),transparent) -174% -17% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-2,#ec826c),transparent) -130% 17% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-2,#ec826c),transparent) 102% -47% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-3,#7796c4),transparent) 351% 45% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-3,#7796c4),transparent) 40% 45% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-4,#2d292a),transparent) 258% 41% / 80% 200% no-repeat }80% {background:radial-gradient(50% 50% at center,var(--bga-color-1,#66c2b5),transparent) 376% -34% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-1,#66c2b5),transparent) 57% 92% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-2,#ec826c),transparent) 385% 34% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-2,#ec826c),transparent) 20% 51% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-3,#7796c4),transparent) 289% 66% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-3,#7796c4),transparent) -94% 91% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-4,#2d292a),transparent) -194% -26% / 80% 200% no-repeat }90% {background:radial-gradient(50% 50% at center,var(--bga-color-1,#66c2b5),transparent) -46% 1% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-1,#66c2b5),transparent) 347% 43% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-2,#ec826c),transparent) 137% -45% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-2,#ec826c),transparent) 39% -57% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-3,#7796c4),transparent) 181% 79% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-3,#7796c4),transparent) 201% 115% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-4,#2d292a),transparent) -23% -27% / 80% 200% no-repeat }100% {background:radial-gradient(50% 50% at center,var(--bga-color-1,#66c2b5),transparent) -116% 33% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-1,#66c2b5),transparent) 195% -23% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-2,#ec826c),transparent) -95% 86% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-2,#ec826c),transparent) 75% 68% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-3,#7796c4),transparent) 370% 22% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-3,#7796c4),transparent) -13% 63% / 80% 200% no-repeat,radial-gradient(50% 50% at center,var(--bga-color-4,#2d292a),transparent) -89% -23% / 80% 200% no-repeat }}.button-back {display:flex;align-items:center;column-gap:12px;width:min-content;padding:8px 16px 8px 12px;border-radius:40px;background-color:rgba(45,41,42,0.1);color:rgba(45,41,42,0.6);font-family:Unbounded;font-size:12px;font-weight:300;line-height:12px;cursor:pointer }.button-toggle {padding:0;outline:0;border:0;background:none;text-decoration:underline;cursor:pointer }.button-toggle::before {content:attr(data-more) }.button-toggle.active::before {content:attr(data-less) }.expandable-text-static:not(.active) :nth-child(n + 2) {display:none }.expandable-text__divider {border:none;opacity:0 }.expandable-text .expandable-text:not(.active) p:has(.expandable-text __divider),.expandable-text:not(.active) .expandable-text__divider {margin:0 }.expandable-text .expandable-text:not(.active) p:has(.expandable-text __divider) ~ *,.expandable-text:not(.active) .expandable-text__divider ~ * {display:none }.modal {position:fixed;top:0;left:0;right:0;bottom:0;visibility:hidden;opacity:0;z-index:100;transition:0.3s;--start-transform:translateX(100%);--end-transform:translateX(0) }@media (max-width:1023.98px) {.modal {--start-transform:translateY(100%);--end-transform:translateY(0) }}.modal.js-modal_open {opacity:1;visibility:visible }.modal__backdrop {position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;transition:0.3s }.js-modal_open .modal__backdrop {opacity:1 }.modal__close-button {position:absolute;right:40px;top:40px;display:flex;align-items:center;justify-content:center;height:36px;width:36px;border-radius:50%;outline:0;border:1px solid rgba(0,0,0,0);background-color:rgba(0,0,0,0);cursor:pointer }.modal__close-button:hover {border:1px solid rgba(0,1,0,0);background-color:rgba(0,0,0,0) }@media (max-width:1023.98px) {.modal__close-button {right:20px;top:20px }}.modal__close-button::before,.modal__close-button::after {content:'';position:absolute;top:50%;left:50%;background-color:#000;height:2px;width:16px;border-radius:4px }.modal__close-button::before {transform:translate(-50%,-50%) rotateZ(45deg) }.modal__close-button::after {transform:translate(-50%,-50%) rotateZ(-45deg) }.modal__inner {display:flex;align-items:stretch;margin-left:auto;margin-top:auto;margin-bottom:auto;height:100%;max-width:600px;min-height:100% }@media (max-width:1023.98px) {.modal__inner {flex-direction:column;justify-content:end;max-width:unset;padding-top:24px }}.modal__wrapper {position:relative;display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:40px;background-color:#fff;border-radius:20px 0 0 20px;box-shadow:-96px 0 58px rgba(46,41,42,0.01),-43px 0 43px rgba(46,41,42,0.02),-11px 0 23px rgba(46,41,42,0.02);color:#2d292a;transition:transform 0.3s;transform:var(--start-transform) }@media (max-width:1023.98px) {.modal__wrapper {height:auto;max-height:calc(100vh - 124px);padding:16px;border-radius:20px 20px 0 0 }}.js-modal_open .modal__wrapper {transform:var(--end-transform) }.modal__header {padding-right:40px }.modal__title {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:32px;line-height:40px }@media (max-width:767.98px) {.modal__title {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:24px;line-height:40px }}@media (max-width:1023.98px) {.modal__title {padding-right:20px }}.modal__content {flex-grow:1;overflow-y:auto;overflow-x:hidden;width:100%;padding-right:20px;margin:40px 0 }.modal__content::-webkit-scrollbar {width:10px }@media (max-width:1023.98px) {.modal__content::-webkit-scrollbar {width:5px }}.modal__content::-webkit-scrollbar-track {background-color:rgba(45,41,42,0.08);border-radius:4px }.modal__content::-webkit-scrollbar-thumb {background-color:rgba(45,41,42,0.4);border-radius:30px }.modal__content::-webkit-scrollbar-thumb:hover {background-color:rgba(45,41,42,0.6) }@media (max-width:1023.98px) {.modal__content {margin:16px 0 }}.modal__footer {padding-top:24px }@media (max-width:1023.98px) {.modal__footer {padding-top:16px }}.select-time-modal {display:flex;flex-direction:column;gap:50px;max-width:270px }.select-time-modal__options {display:flex;flex-direction:column;gap:12px;flex-grow:1;overflow:auto;font-family:Commissioner;font-size:18px;line-height:24px;font-weight:400 }.select-time-modal__options::-webkit-scrollbar {width:4px }.select-time-modal__options::-webkit-scrollbar-track {background:#eff8f5;border-radius:4px }.select-time-modal__options::-webkit-scrollbar-thumb {background-color:rgba(45,41,42,0.2);border-radius:4px }.select-time-modal__options::-webkit-scrollbar-thumb:hover {background-color:rgba(45,41,42,0.5) }.select-time-modal__option {cursor:pointer }.select-time-modal__option[selected] {font-weight:600 }.select-time-modal__footer {display:flex;flex-direction:column;align-items:center;gap:24px }.main-nav .modal__inner {max-width:100% }.main-nav__logo {display:inline }.main-nav__grid {display:flex;align-items:stretch;flex-wrap:wrap;padding:57px 0 }@media (max-height:978px) {.main-nav__grid {padding:27px 0 }}.main-nav__section {width:calc(100% / 3);margin-top:30px;margin-bottom:30px }.main-nav__section:nth-child(2) {order:-1 }@media (max-width:1280px) {.main-nav__section {width:50% }}@media (max-width:1024px) {.main-nav__section {margin-top:20px;margin-bottom:20px }}@media (max-width:767px) {.main-nav__section {width:100%;margin-top:15px;margin-bottom:15px }}.main-nav__section--big {position:relative;display:flex;width:calc((100% / 3) * 2);padding-top:64px;padding-bottom:30px }@media (max-width:1280px) {.main-nav__section--big {width:100%;flex-wrap:wrap;order:-1;padding-top:0;padding-bottom:24px }}.main-nav__section--big:after {content:'';position:absolute;bottom:0;left:0;width:calc(100% + 150px);height:1px;background-color:rgba(45,41,42,0.2) }@media (max-width:1680px) {.main-nav__section--big:after {width:calc(100% + 100px) }}@media (max-width:1400px) {.main-nav__section--big:after {width:calc(100% + 60px) }}@media (max-width:1280px) {.main-nav__section--big:after {width:100% }}.main-nav__title {margin-bottom:24px;color:#2d292a;font-family:'Unbounded';font-style:normal;font-weight:600;font-size:32px;line-height:40px }@media (max-width:767.98px) {.main-nav__title {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:24px;line-height:40px }}.main-nav__list {flex-grow:1;padding:0;margin:0;list-style:none }@media (max-width:767px) {.main-nav__list {width:100% }.main-nav__list + .main-nav__list {margin-top:8px }}.main-nav__list:last-of-type {min-width:50% }.main-nav__item {display:block }.main-nav__item + .main-nav__item {margin-top:8px }.main-nav__link {display:inline-block;text-decoration:none }.main-nav__link:hover {text-decoration:underline }.modal-call .modal__inner {padding:12px }.modal-call .modal__backdrop {background:linear-gradient(180deg,rgba(45,41,42,0.3) 0%,rgba(45,41,42,0.8) 100%);backdrop-filter:blur(5px) }.modal-call .modal__wrapper {border-radius:24px;width:100%;padding:0;background-image:url(../themes/colba-redesign/assets/images/call-modal-bg.png);background-position:center;background-repeat:no-repeat;background-size:cover }.modal-call .modal__content {margin:0;padding:60px }@media (max-width:767.98px) {.modal-call .modal__content {padding:20px }}.modal-call .modal__close-button {top:30px;right:30px }.modal-call__header {display:flex;flex-direction:column;justify-content:space-between;gap:80px;padding-bottom:40px }@media (max-width:767.98px) {.modal-call__header {gap:20px;padding-bottom:28px }}.modal-call__count {display:flex;gap:40px;font-family:'Commissioner';font-style:normal;font-weight:400;font-size:18px;line-height:24px }@media (max-width:767.98px) {.modal-call__count {font-family:'Commissioner';font-style:normal;font-weight:400;font-size:14px;line-height:24px }}@media (max-width:767.98px) {.modal-call__count {gap:20px }}.modal-call__title {font-family:'Unbounded';font-style:normal;font-weight:700;font-size:48px;line-height:56px }@media (max-width:767.98px) {.modal-call__title {font-family:'Unbounded';font-style:normal;font-weight:700;font-size:24px;line-height:40px }}.modal-call__title span {display:block;font-family:Unbounded;font-size:160px;line-height:160px;font-weight:600 }.modal-call__form {display:flex;flex-direction:column;gap:40px }@media (max-width:767.98px) {.modal-call__form {gap:20px }}.modal-call__button {max-width:320px }.modal-call .modal-call__agreement {text-align:start }.modal-whatsapp .modal__inner {padding:12px }.modal-whatsapp .modal__backdrop {background:linear-gradient(180deg,rgba(45,41,42,0.3) 0%,rgba(45,41,42,0.8) 100%);backdrop-filter:blur(5px) }.modal-whatsapp .modal__wrapper {border-radius:24px;width:100%;height:unset;align-self:center;background-position:center;background-repeat:no-repeat;background-size:cover }.modal-whatsapp .modal__title {text-align:center }.modal-whatsapp .modal__content {margin:0;display:flex;flex-direction:column;align-items:center;gap:20px }.modal-whatsapp__qr {width:300px;max-width:100% }.modal-whatsapp__link {font-weight:600;text-decoration:underline }.modal-whatsapp-trigger {position:fixed;right:20px;bottom:40px;z-index:10;width:64px;height:64px;border:0;outline:0;border-radius:50%;animation:bga 40s linear infinite;cursor:pointer }@media (max-width:1199.98px) {.modal-whatsapp-trigger {bottom:85px }}.modal-cookie-alert {display:none;position:fixed;left:0;right:0;bottom:24px;z-index:50 }@media (max-width:1023.98px) {.modal-cookie-alert {bottom:10px }}.modal-cookie-alert__button {flex-shrink:0 }.modal-cookie-alert__content {display:flex;align-items:center;column-gap:40px;row-gap:20px;padding:24px;border-radius:24px;background-color:#fff }@media (max-width:1023.98px) {.modal-cookie-alert__content {flex-direction:column;column-gap:40px;row-gap:20px;padding:16px;border-radius:16px }}@media (max-width:1023.98px) {.modal-cookie-alert__text {text-align:center }}.modal-cookie-alert__text a {text-decoration:underline }.quiz {display:none;padding:0;width:100%;max-width:1350px }@media (max-width:992px) {.quiz {height:100%;width:100% }}.quiz .f-button.is-close-btn {top:30px;right:30px;color:#66c2b5 }@media (max-width:992px) {.quiz .f-button.is-close-btn {top:5px;right:5px }}@media (max-width:578px) {.quiz .f-button.is-close-btn {color:#eff8f5 }}.quiz__window {position:relative;max-height:650px;height:calc(100vh - 50px);padding:42px 115px 0;background-color:#fff }@media (max-width:1200px) {.quiz__window {padding:32px 75px 0 }}@media (max-width:992px) {.quiz__window {width:100%;height:100%;max-width:100%;max-height:100%;padding:15px;overflow:auto }}.quiz__window.is-final {background-color:#eff8f5 }.quiz__window.is-start {padding:0;background:#eff8f5 }.quiz__window.is-start .quiz__step {height:100% }@media (max-width:992px) {.quiz__window.is-start .quiz__bottom {position:absolute;bottom:initial;top:50%;left:50%;transform:translate(-50%,50%) }.quiz__window.is-start .quiz__bottom .quiz__btns {justify-content:center;padding:0 20px }.quiz__window.is-start .quiz__bottom .quiz__btn {transition:none;width:100%;max-width:280px }}.quiz__step {display:none }.quiz__step.is-visible {display:block }.quiz__header {display:flex;align-items:center;margin-bottom:30px }@media (max-width:767px) {.quiz__header {align-items:flex-start }}.quiz__progress {position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;flex-shrink:0;width:80px;height:93px;margin-right:35px;font-weight:normal;font-size:13px;letter-spacing:0.02em;line-height:23px;text-align:center;color:#2d292a }@media (max-width:767px) {.quiz__progress {width:65px;height:75px;margin-right:10px;font-size:10px;letter-spacing:0.02em;line-height:16px }}.quiz__progress-img {position:absolute;top:0;left:0;width:100%;height:100% }.quiz__carousel {position:relative }@media (max-width:992px) {.quiz__carousel {position:relative;margin-left:-15px;margin-right:-15px;padding-left:35px;padding-right:35px;overflow:hidden }}.quiz__carousel-button-next {position:absolute;right:-40px;top:50%;z-index:2;transform:translateY(-50%) }@media (max-width:1023.98px) {.quiz__carousel-button-next {right:10px }}.quiz__carousel-button-prev {position:absolute;top:50%;left:-40px;z-index:2;transform:translateY(-50%) }@media (max-width:1023.98px) {.quiz__carousel-button-prev {left:10px }}.quiz__carousel .swiper-button-disabled {opacity:0.5 }.quiz__carousel .swiper-button-lock {display:none }.quiz__carousel .tns-liveregion {display:none }.quiz__carousel .tns-carousel {margin:0 auto }@media (max-width:480px) {.quiz__carousel .tns-ovh {overflow:visible }}.quiz__carousel .tns-controls {position:absolute;top:50%;left:0;z-index:1;display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 45px;pointer-events:none;outline:0 }@media (max-width:1200px) {.quiz__carousel .tns-controls {padding:0 15px }}@media (max-width:992px) {.quiz__carousel .tns-controls {top:calc(50% - 60px);padding:0 }}.quiz__carousel .tns-controls button {width:60px;height:30px;padding:10px;border:none;background-color:transparent;background-image:url("../themes/colba-redesign/assets/images/arrow-slim.svg");background-position:center;background-repeat:no-repeat;color:transparent;pointer-events:visible;transition:all 0.25s ease }.quiz__carousel .tns-controls button:disabled {opacity:0;pointer-events:none }.quiz__carousel .tns-controls button:first-of-type {transform:rotate(180deg) }.quiz__checks {display:flex;width:75%;margin:0 auto }@media (max-width:992px) {.quiz__checks {width:100%;margin-bottom:50px }}@media (max-width:767px) {.quiz__checks {flex-direction:column }}.quiz__checks-group {width:50%;flex-shrink:0;flex-grow:1 }@media (max-width:767px) {.quiz__checks-group {width:100% }.quiz__checks-group + .quiz__checks-group {margin-top:60px }}.quiz__checks-group .check {margin-bottom:20px;font-size:16px }.quiz__checks-group .check:last-of-type {margin-bottom:0 }.quiz__checks-group .check__box {width:16px;height:16px }.quiz__checks-title {margin-bottom:30px }@media (max-width:767px) {.quiz__checks-title {margin-bottom:19px }}.quiz__title {flex-grow:1;margin-bottom:0;line-height:1.25 }@media (max-width:767px) {.quiz__title {font-size:16px;letter-spacing:0.02em;line-height:22px }}.quiz__bottom {position:absolute;bottom:0;left:0;width:100%;display:flex;align-items:center;padding-left:inherit }@media (max-width:992px) {.quiz__bottom {position:relative;flex-direction:column;padding-top:15px;padding-left:0 }}.quiz__description {display:none;flex-grow:1 }@media (max-width:992px) {.quiz__description {text-align:center;font-size:10px;letter-spacing:0.02em;line-height:26px }}.quiz__btns {flex-shrink:0;display:flex;justify-content:flex-end;width:560px;margin-left:auto }@media (max-width:992px) {.quiz__btns {width:100% }}.quiz__btn {width:50% }.quiz__btn-content {position:relative;z-index:1 }.quiz__inputs {width:60%;margin:0 auto;padding-top:90px;padding-bottom:90px }@media (max-width:767px) {.quiz__inputs {width:100% }}.quiz__inputs .field {margin-bottom:20px }@media (max-width:767px) {.quiz__inputs .field {margin-bottom:15px }}.quiz__inputs-politics {font-size:13px;letter-spacing:0.02em;line-height:23px;color:rgba(45,41,42,0.4) }.quiz__inputs-politics a {color:#64c1b1 }.quiz__final {display:flex;width:100%;height:100%;padding-top:70px;color:#fff }@media (max-width:767px) {.quiz__final {flex-direction:column }}.quiz__start {display:flex;justify-content:center;align-items:center;height:100%;width:100%;padding:50px }@media (max-width:1300px) {.quiz__start {padding-top:10px }}@media (max-width:992px) {.quiz__start {padding:0 }}.quiz__start-description {position:relative;z-index:1;width:100% }@media (min-width:992px) {.quiz__start-description {display:flex;flex-direction:column;height:100%;justify-content:space-between }}@media (max-width:1400px) {.quiz__start-description {margin:0 }}@media (max-width:992px) {.quiz__start-description {text-align:center }}.quiz__start-title {font-weight:900;font-size:99px;line-height:140%;text-transform:uppercase;color:#ef806c;align-self:end }@media (max-width:992px) {.quiz__start-title {font-weight:900;font-size:32px }}.quiz__start-text {font-weight:500;font-size:48px;line-height:137.5%;text-transform:uppercase;color:#2d292a }@media (max-width:992px) {.quiz__start-text {font-size:21px }}.quiz__start-header {position:absolute;top:0;left:70px;opacity:0.8 }@media (min-width:992px) {.quiz__start-header {height:470px }}@media (max-height:690px) {.quiz__start-header {width:auto;height:100% }}@media (max-width:992px) {.quiz__start-header {width:100%;height:auto;left:0;max-width:180px }}.quiz__start-footer {position:absolute;bottom:0;right:154px;opacity:0.6 }@media (max-width:992px) {.quiz__start-footer {right:0;max-width:190px }}.quiz__start-bg {position:absolute;top:0;right:0;width:482px;height:100%;background:#ddf9f0 }@media (max-width:992px) {.quiz__start-bg {width:100%;height:200px;top:initial;bottom:0 }}.quiz__final-img {width:calc((100% / 8) * 3);flex-shrink:0;margin-right:calc(100% / 9) }@media (max-width:767px) {.quiz__final-img {width:215px;margin-right:auto }}.quiz__final-text {flex-grow:1 }.quiz__final-text h2 {margin-bottom:40px;font-size:40px;letter-spacing:0.02em;line-height:50px }@media (max-width:767px) {.quiz__final-text h2 {margin-bottom:29px;font-size:16px;letter-spacing:0.02em;line-height:22px }}.quiz__final-text p {font-size:16px;letter-spacing:0.02em;line-height:26px }@media (max-width:767px) {.quiz__final-text p {font-size:12px;letter-spacing:0.02em;line-height:22px }}.quiz__final-text p + .quiz__final-text p {margin-top:26px }@media (max-width:767px) {.quiz__final-text p + .quiz__final-text p {margin-top:22px }}.quiz__final-text p button {padding:0;background-color:transparent;border:none;color:inherit;text-decoration:underline }.check {display:flex;align-items:center;cursor:pointer }.check__input {position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0) }.check__box {width:12px;height:12px;border:solid 1px rgba(45,41,42,0.2);background-color:#fff;transition:all 0.25s ease }.check .check__input:checked + .check__box {border:solid 1px #7a93c4;background-color:#7a93c4 }.check--orange .check .check__input:checked + .check__box {border-color:#ef806c;background-color:#ef806c }.check--mint .check .check__input:checked + .check__box {border-color:#64c1b1;background-color:#64c1b1 }.check--orange .check__input:checked + .check__box {border-color:#ef806c;background-color:#ef806c }.check--mint .check__input:checked + .check__box {border-color:#64c1b1;background-color:#64c1b1 }.check .check__input:disabled + .check__box {border:solid 1px #d6d6d6;background-color:#d6d6d6 }.check .check__input:checked:disabled + .check__box {border:solid 1px #536a8e;background-color:#536a8e }.check--orange .check__input:checked:disabled + .check__box {border-color:#ef806c;background-color:#ef806c }.check--mint .check__input:checked:disabled + .check__box {border-color:#64c1b1;background-color:#64c1b1 }.check__box + .check__label {margin-left:7px }.check__label {font-size:13px;line-height:1;letter-spacing:0.26px;color:#2d292a }.check-card {display:block;cursor:pointer }.check-card__input {position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0) }.check-card__inner {display:block }.check-card__cover {position:relative;display:block;width:100%;padding-bottom:131.19% }.check-card__cover:after {content:'';position:absolute;top:0;right:0;bottom:0;left:0;border-width:0;border-color:#64c1b1;border-style:solid;transition:all 0.25s ease }.check-card__cover:before {content:'';position:absolute;top:0;right:0;z-index:1;display:block;width:40px;height:40px;background-color:#64c1b1;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.292' height='15.203' viewBox='0 0 23.292 15.203'%3E%3Cpath id='Path_2070' data-name='Path 2070' d='M7528.366,315.5l8.572,7.5,11.428-10' transform='translate(-7526.72 -311.119)' fill='none' stroke='%23fff' stroke-width='5'/%3E%3C/svg%3E%0A");background-position:center;background-repeat:no-repeat;opacity:0;transform-origin:100% 0;transform:scale(0.5);transition:all 0.25s ease }.check-card__input:checked + .check-card__inner .check-card__cover:after {border-width:5px }.check-card__input:checked + .check-card__inner .check-card__cover:before {opacity:1;transform:scale(1) }.check-card__cover-img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover }.check-card__label {display:block;font-weight:normal;font-size:16px;letter-spacing:0.02em;line-height:26px;text-align:left;color:#2d292a }@media (max-width:992px) {.check-card__label {text-align:center;font-size:12px;letter-spacing:0.02em;line-height:16px }}.check-card__cover + .check-card__label {margin-top:20px }.btn {display:block;width:100%;height:60px;line-height:54px;font-size:16px;font-weight:800;text-transform:uppercase;text-decoration:none;letter-spacing:0.02em;text-align:center;color:#2d292a;cursor:pointer;outline:0 }.btn:disabled {pointer-events:none;opacity:0.5 }.btn__inner {position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:100%;height:100% }.btn--small {height:40px;line-height:37px;font-size:12px;letter-spacing:0.02em }.btn--black {position:relative;border:5px solid #2d292a;background:#fff;overflow:hidden;transition:all 0.9s ease }.btn--black.btn--small {border-width:3px }.btn--black::before {content:'';position:absolute;left:50%;right:50%;top:0;z-index:0;width:auto;height:100%;background:#2d292a;opacity:0.5;transition:all 0.9s ease }.btn--black:hover {color:#fff }.btn--black:hover::before {left:0%;right:0%;opacity:1 }.btn--white-bg,.btn.white-bg {background:#fff }@media (min-width:576px) {.btn {max-width:315px }}@media (min-width:768px) {.btn {max-width:415px }}.black-btn {border:5px solid #2d292a;position:relative;overflow:hidden;transition:all 0.9s ease }.black-btn.white-bg {background:#fff }.black-btn::after {position:absolute;transition:all 0.9s ease;height:0;z-index:-1;width:60px;left:50%;top:50%;content:'';background:#2d292a;opacity:0.5;-moz-transform:translateY(-50%) translateX(-50%) rotate(90deg);-ms-transform:translateY(-50%) translateX(-50%) rotate(90deg);-webkit-transform:translateY(-50%) translateX(-50%) rotate(90deg);transform:translateY(-50%) translateX(-50%) rotate(90deg) }@media (min-width:768px) {.black-btn:hover {color:#fff }.black-btn:hover::after {opacity:1;height:415px !important }}.white-arrow {display:inline-block;width:100px;height:6px;background:url('../themes/colba-redesign/assets/styles/images/icons/white-arrow.svg') no-repeat center center }.mint-btn {display:flex;align-items:center;justify-content:center;border:unset;font-size:13px;background-color:#64c1b1;border:1px solid #64c1b1;color:#fff;line-height:60px }.mint-btn .white-arrow {margin-left:20px }@media (min-width:576px) {.mint-btn {font-size:16px }}.white-btn {background:transparent;border:5px solid #fff;color:#fff }.form[data-status="pending"] {opacity:0.5;pointer-events:none }.form-group {display:flex;align-items:end;gap:24px }.form-group >* {flex:1 1 100% }.form-group_vertical {flex-direction:column;align-items:stretch }.form-group_horizontal {flex-direction:row;align-items:end }.form-agreement {margin-top:16px;text-align:center;color:red;color:rgba(45,41,42,0.6);font-family:'Commissioner';font-style:normal;font-weight:400;font-size:14px;line-height:18px }.form-agreement a {text-decoration:underline;color:#7796c4 }.form-controll {display:flex;flex-direction:column;justify-content:end;flex:1 1 0 }.form-controll__label {margin-bottom:24px;font-family:Unbounded;font-size:16px;line-height:22px;font-weight:300 }.form-controll__input {font-family:Commissioner;font-size:18px;line-height:24px;font-weight:400;outline:none;background:none }input.form-controll__input {padding:27px 40px;border-radius:80px;border:1px solid #2d292a;width:100% }.form-controll__select {position:relative }.form-controll__select::before {font-size:10px;position:absolute;right:28px;top:50%;transform:translateY(-50%) }.form-controll__select input {cursor:pointer }.form-controll::after {content:attr(data-message);font-family:Unbounded;font-size:16px;line-height:22px;font-weight:300 }[form-controll] {position:relative }[form-controll][data-status="error"]::after {color:#e74512 }[form-controll]::after {content:attr(data-message);position:absolute;top:100%;font-family:Unbounded;font-size:16px;line-height:22px;font-weight:300 }@media (max-width:767.98px) {[form-controll]::after {font-size:12px;line-height:22px }}@media (max-width:1023.98px) {.form-call_default .form-group {flex-direction:column;align-items:stretch }}.slider__content {border-radius:24px;overflow:hidden }.slider__footer {display:flex;justify-content:space-between;align-items:center;gap:20px;padding:0 40px;margin-top:64px }@media (max-width:767.98px) {.slider__footer {display:flex;flex-direction:column;gap:24px;padding:0;margin-top:28px }}.slider__footer >* {flex:1 1 0 }.slider__footer-left {display:flex;align-items:center;justify-content:start }.slider__footer-right {display:flex;align-items:center;justify-content:end }.slider__navigation {display:flex;gap:8px;justify-content:center;flex-grow:1 }@media (max-width:767.98px) {.slider__navigation {order:-1 }}.slider__navigation-button {display:flex;align-items:center;justify-content:center;background-color:#2d292a;border-radius:50%;height:32px;width:32px;color:#eff8f5;font-size:10px;cursor:pointer }.slider__prev-button.disabled,.slider__next-button.disabled {opacity:0.6 }.photo-slider__item {border-radius:24px;width:340px;height:540px;overflow:hidden;margin-right:24px }@media (max-width:767.98px) {.photo-slider__item {width:132px;height:210px }}.photo-slider__item img {width:100%;height:100%;object-fit:cover }.photo-slider__text {font-family:Unbounded;font-size:24px;line-height:32px;font-weight:400 }.photo-slider__more {font-weight:600 }.slider-reviews__head {display:flex;justify-content:space-between;align-items:center;margin-bottom:64px;padding:0 40px }.slider-reviews__title {font-family:Unbounded;font-size:32px;line-height:40px;font-weight:600 }.slider-reviews__content {border-radius:24px;overflow:hidden;align-items:stretch }.slider-reviews__item {max-width:620px;margin-right:16px;height:unset }.slider-reviews__footer {padding:0 40px }@media (max-width:1023.98px) {.slider-reviews__footer {padding:0 }}.slider-reviews__left {font-family:Unbounded;font-size:16px;line-height:24px;font-weight:300 }.slider-reviews__right {display:flex;justify-content:end;font-family:Unbounded;font-size:16px;line-height:16px;font-weight:500 }.qualification-slider__head {display:flex;justify-content:space-between;align-items:center;margin-bottom:64px;padding:0 40px }@media (max-width:767.98px) {.qualification-slider__head {padding:0;margin-bottom:20px }}.qualification-slider__title {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:32px;line-height:40px }@media (max-width:767.98px) {.qualification-slider__title {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:24px;line-height:40px }}.qualification-slider__content {border-radius:24px;overflow:hidden }.qualification-slider__item {width:420px;margin-right:16px;background-color:#eff8f5 }.qualification-slider__footer {padding:0 40px }.qualification-slider__left {font-family:'Unbounded';font-style:normal;font-weight:300;font-size:16px;line-height:22px }@media (max-width:767.98px) {.qualification-slider__left {font-family:'Unbounded';font-style:normal;font-weight:300;font-size:14px;line-height:22px }}.qualification-slider__right {font-family:'Unbounded';font-style:normal;font-weight:500;font-size:16px;line-height:22px }@media (max-width:767.98px) {.qualification-slider__right {font-family:'Unbounded';font-style:normal;font-weight:500;font-size:14px;line-height:22px }}.media-slider__item {border-radius:24px;overflow:hidden;margin-right:24px;display:none }.media-slider__item img {width:100%;height:100%;object-fit:cover }.media-slider[data-media-type="photo"] .media-slider__item-photo {max-width:340px;display:block;aspect-ratio:0.6296296296 }.media-slider[data-media-type="video"] .media-slider__item-video {display:block;max-width:684px;aspect-ratio:1.9 }.media-slider__text {font-family:'Unbounded';font-style:normal;font-weight:300;font-size:16px;line-height:22px }@media (max-width:767.98px) {.media-slider__text {font-family:'Unbounded';font-style:normal;font-weight:300;font-size:14px;line-height:22px }}.media-slider__right {font-family:'Unbounded';font-style:normal;font-weight:500;font-size:16px;line-height:22px }@media (max-width:767.98px) {.media-slider__right {font-family:'Unbounded';font-style:normal;font-weight:500;font-size:14px;line-height:22px }}.media-slider__control-list {display:flex;column-gap:80px;align-items:center }@media (max-width:767.98px) {.media-slider__control-list {column-gap:20px }}.media-slider__control-list >* {order:initial !important }.media-type-button {display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;border:1px dashed #2d292a;background:none;cursor:pointer }.media-type-button.active {background-color:rgba(45,41,42,0.1);border-color:transparent }.header {width:100%;position:fixed;z-index:3;background:#fff;padding:24px;border-bottom:1px solid #2d292a }.header__inner {display:flex;justify-content:space-between }.header__group {display:flex;align-items:center;gap:32px }@media (max-width:1023.98px) {.header__group {gap:20px }}.header__signup-button {border:0;outline:0;background-color:transparent;text-transform:uppercase;cursor:pointer;font-family:Unbounded;font-size:10px;line-height:14px;font-weight:600 }@media (max-width:1199.98px) {.header__content {display:none }}.header__phone {font-family:Unbounded;font-size:10px;line-height:14px;font-weight:400 }.header__phone .icon,.header__phone .form-controll__select {display:none;font-size:20px }@media (max-width:575.98px) {.header__phone .icon,.header__phone .form-controll__select {display:block }}@media (max-width:575.98px) {.header__phone .text {display:none }}.header__whatsapp {display:none;font-size:20px }@media (max-width:1023.98px) {.header__whatsapp {display:block }}.header__menu-button {border:0;outline:0;background:none;cursor:pointer }.navigation {font-family:Unbounded;font-size:10px;line-height:14px;font-weight:400;text-transform:uppercase }.navigation__list {display:flex;gap:32px;list-style:none;margin:0;padding:0 }.navigation__item {position:relative }.navigation__dropdown-button::after {content:url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.19401 7.05882C5.44112 8.31373 3.55889 8.31372 2.80599 7.05882L0.264982 2.82353C-0.48791 1.56863 0.453205 5.5422e-07 1.95899 4.27541e-07L7.04101 0C8.54679 -1.26679e-07 9.48791 1.56863 8.73502 2.82353L6.19401 7.05882Z' fill='%23D0998C'/%3E%3C/svg%3E%0A");margin-left:6px }.navigation__dropdown {position:absolute;top:100%;padding-top:42px;visibility:hidden;opacity:0;transition:0.3s;transform:translateY(-10px) }.navigation__dropdown-button:hover .navigation__dropdown {opacity:1;visibility:visible;transform:translateY(0px) }.navigation__sub-navigation {display:flex;flex-direction:column;gap:8px;width:max-content;min-width:200px;padding:24px;border-radius:10px;background-color:#eff8f5 }.navigation__sub-navigation a:hover {text-decoration:underline;font-weight:600 }.footer {color:rgba(255,255,255,0.6);background-color:#2d292a;margin-top:60px }.footer__inner {display:flex;flex-direction:column;gap:40px;padding:40px 0;padding-bottom:140px }@media (max-width:767.98px) {.footer__inner {gap:20px;padding-bottom:160px }}.footer__row {display:flex;align-items:stretch }.footer__scheme {display:flex;gap:80px }@media (max-width:767.98px) {.footer__scheme {flex-direction:column;align-items:center;gap:28px }}.footer-partners {display:flex;align-items:center;gap:10px;flex-grow:1 }@media (max-width:1023.98px) {.footer-partners {flex-direction:column;align-items:center }}.footer-partners_project {flex-shrink:0 }.footer-partners__list {display:flex;align-items:center;gap:10px;flex-wrap:wrap }@media (max-width:767.98px) {.footer-partners__list {flex-direction:column;align-items:center }}.footer__row-1 >*:nth-child(2),.footer__row-1 >*:nth-child(3) {flex-grow:1;align-items:center }@media (max-width:1023.98px) {.footer__row-1 {flex-direction:column;border-top:none !important;text-align:center }.footer__row-1 >* {border-top:1px solid rgba(239,248,245,0.2);border-right:none !important;width:100% }}@media (max-width:1023.98px) {.footer__row-3 {flex-direction:column;border-top:none !important;text-align:center }.footer__row-3 >* {border-top:1px solid rgba(239,248,245,0.2);border-right:none !important;width:100% }}.footer__navigation-list {display:grid;grid-template-columns:repeat(4,auto);padding:0 40px;column-gap:20px;row-gap:20px }@media (max-width:1023.98px) {.footer__navigation-list {grid-template-columns:repeat(3,auto) }}@media (max-width:575.98px) {.footer__navigation-list {grid-template-columns:repeat(1,auto);text-align:center }}.footer__navigation-item {text-transform:uppercase;font-family:'Unbounded';font-style:normal;font-weight:400;font-size:16px;line-height:22px }@media (max-width:767.98px) {.footer__navigation-item {font-family:'Unbounded';font-style:normal;font-weight:400;font-size:14px;line-height:22px }}.footer__store-list {flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:10px }.footer__description-row {display:flex;border-top:1px solid rgba(255,255,255,0.2);border-bottom:1px solid rgba(255,255,255,0.2) }.footer__description-row >:not(:first-child) {border-left:1px solid rgba(255,255,255,0.2) }.footer__location {padding:40px }.footer__location-address {text-transform:uppercase;font-family:Unbounded;font-size:14px;line-height:24px;font-weight:400 }.footer__location-description {margin-top:40px;font-family:Commissioner;font-size:14px;line-height:22px;font-weight:400 }.footer__phone-list {display:flex;justify-content:center;align-items:center }@media (max-width:767.98px) {.footer__phone-list {flex-direction:column }}.footer__phone-list >:not(:first-child)::before {content:'|';display:inline-block;margin:0 10px }@media (max-width:575.98px) {.footer__phone-list >:not(:first-child)::before {content:none }}@media (max-width:1199.98px) {.footer__row-2 {flex-direction:column;align-items:center }}.footer__information {display:flex;align-items:center;justify-content:space-between;gap:20px;font-family:Commissioner;font-size:14px;line-height:14px;font-weight:400 }@media (max-width:1199.98px) {.footer__information {display:grid;grid-template-columns:repeat(4,1fr) }}@media (max-width:1023.98px) {.footer__information {display:grid;grid-template-columns:repeat(3,1fr) }}@media (max-width:767.98px) {.footer__information {align-items:center;text-align:center;grid-template-columns:repeat(1,1fr) }}.footer__phone {white-space:nowrap }.footer__social-list {display:flex;gap:16px }@media (max-width:767.98px) {.footer__social-list {flex-wrap:wrap;justify-content:center }}.footer__social-link {display:flex;align-items:center;justify-content:center;height:56px;width:56px;border:1px solid rgba(255,255,255,0.6);border-radius:50% }.footer__logo {padding:0 64px }.footer__logo img {width:100% }.footer-section {padding:40px }@media (max-width:767.98px) {.footer-section {padding:28px 20px }}.footer-section_bordered {border-top:1px solid rgba(239,248,245,0.2);border-bottom:1px solid rgba(239,248,245,0.2) }.footer-section_bordered >*:not(:last-child) {border-right:1px solid rgba(239,248,245,0.2) }.footer-section__title {text-transform:uppercase;font-family:'Unbounded';font-style:normal;font-weight:400;font-size:14px;line-height:24px }@media (max-width:767.98px) {.footer-section__title {font-size:12px }}.employee-head {position:relative;padding-top:100px;padding-bottom:100px;overflow:hidden }@media (max-width:767.98px) {.employee-head {padding-top:70px;padding-bottom:60px }}@media (min-width:1200px) {.employee-head::before {content:'';position:absolute;left:0;top:0;width:100%;height:100%;background-image:url(/themes/colba-redesign/assets/images/employee-head-bg.png);background-repeat:no-repeat;background-size:cover;mix-blend-mode:difference;border-radius:24px }}.employee-head__outer {position:relative }@media (max-width:1199.98px) {.employee-head__outer::after {content:'';position:absolute;left:0;top:0;width:100%;height:100%;background-image:url(/themes/colba-redesign/assets/images/employee-head-bg.png);background-repeat:no-repeat;background-size:cover;mix-blend-mode:difference;border-radius:24px;z-index:-1 }}.employee-head__back-button {position:absolute;left:0;top:0 }.employee-head__profession {margin-bottom:40px;font-family:Commissioner;font-size:24px;line-height:32px;font-weight:400 }@media (max-width:767.98px) {.employee-head__profession {margin-bottom:16px;font-size:16px;line-height:24px }}.employee-head__name {margin-bottom:80px;font-family:'Unbounded';font-style:normal;font-weight:600;font-size:56px;line-height:64px }@media (max-width:767.98px) {.employee-head__name {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:24px;line-height:40px }}@media (max-width:767.98px) {.employee-head__name {margin-bottom:12px }}.employee-head__row {display:flex;justify-content:space-between;gap:40px;margin-bottom:80px }@media (max-width:1199.98px) {.employee-head__row {display:grid;grid-template-areas:'p r b';align-items:center }}@media (max-width:767.98px) {.employee-head__row {grid-template-areas:'p r' 'p b' }}@media (max-width:575.98px) {.employee-head__row {grid-template-areas:'p r' 'b b' }}.employee-head__rating {grid-area:r;flex-grow:1;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;padding:12px 0;border-top:1px solid #2d292a;border-bottom:1px solid #2d292a }@media (max-width:1439.98px) {.employee-head__rating {justify-content:end }}.employee-head__review-count {flex-grow:1;text-align:end;white-space:nowrap;font-family:'Unbounded';font-style:normal;font-weight:400;font-size:16px;line-height:22px }@media (max-width:767.98px) {.employee-head__review-count {font-family:'Unbounded';font-style:normal;font-weight:400;font-size:14px;line-height:22px }}.employee-head__signup-button {--bp-overlay-color:#dce5e2;grid-area:b }@media (max-width:767.98px) {.employee-head__signup-button {align-self:flex-start;justify-self:end }}.employee-head__description {font-family:Unbounded;font-size:16px;line-height:28px;font-weight:400 }@media (max-width:767.98px) {.employee-head__description {font-size:12px;line-height:22px }}.employee-head__photo {width:100%;height:700px;object-fit:cover;border-radius:24px }.employee-head__mobile-photo {grid-area:p;display:none;height:auto }@media (max-width:1199.98px) {.employee-head__mobile-photo {width:250px;display:block }}@media (max-width:575.98px) {.employee-head__mobile-photo {width:110px }}.page-header {display:flex;flex-direction:column;justify-content:end;min-height:120px;padding-top:24px;margin-bottom:60px }@media (max-width:767.98px) {.page-header {padding-top:28px;margin-bottom:28px;min-height:68px }}.page-header__back-button {margin-bottom:40px }@media (max-width:767.98px) {.page-header__back-button {margin-bottom:28px }}.page-header__title {text-transform:uppercase;font-family:'Unbounded';font-style:normal;font-weight:700;font-size:48px;line-height:56px }@media (max-width:767.98px) {.page-header__title {font-family:'Unbounded';font-style:normal;font-weight:700;font-size:24px;line-height:40px }}.page-header__breadcrumbs {margin-top:20px }@media (max-width:767.98px) {.page-header__breadcrumbs {margin-top:28px }}.page-collections-list {display:grid;grid-template-columns:repeat(4,1fr);gap:24px }@media (max-width:1439.98px) {.page-collections-list {grid-template-columns:repeat(3,1fr) }}@media (max-width:1199.98px) {.page-collections-list {grid-template-columns:repeat(2,1fr) }}@media (max-width:575.98px) {.page-collections-list {grid-template-columns:repeat(1,1fr) }}.page-collection-detail-list {display:grid;grid-template-columns:repeat(4,1fr);gap:24px }@media (max-width:1439.98px) {.page-collection-detail-list {grid-template-columns:repeat(3,1fr) }}@media (max-width:1199.98px) {.page-collection-detail-list {grid-template-columns:repeat(2,1fr) }}@media (max-width:575.98px) {.page-collection-detail-list {grid-template-columns:repeat(1,1fr) }}.page-collection-detail-card {height:100%;width:100%;object-fit:cover;border-radius:24px }.page-product {--bp-overlay-color:#eff8f5;background-color:#eff8f5 }.page-product-sidebar {position:sticky;top:60px;height:calc(100vh - 120px);border-right:1px solid #2d292a;padding-bottom:20px }@media (max-width:1199.98px) {.page-product-sidebar {position:sticky;height:unset;margin-bottom:20px;border-right:unset;border-bottom:1px solid #2d292a }}.page-product-sidebar__title {margin-bottom:40px;font-family:'Unbounded';font-style:normal;font-weight:600;font-size:32px;line-height:40px }@media (max-width:767.98px) {.page-product-sidebar__title {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:24px;line-height:40px }}@media (max-width:767.98px) {.page-product-sidebar__title {margin-bottom:28px }}.page-product-sidebar__item {font-family:Unbounded;font-size:20px;font-weight:400;line-height:24px }@media (max-width:767.98px) {.page-product-sidebar__item {font-family:Unbounded;font-size:16px;font-weight:400;line-height:20px }}.page-product-sidebar__item.active {text-decoration:underline }.page-product-sidebar__list {display:flex;flex-direction:column;align-items:start;gap:24px }.page-products-mark {display:block;margin-bottom:40px;font-family:Unbounded;font-size:14px;font-weight:400;line-height:18px }@media (max-width:767.98px) {.page-products-mark {margin-bottom:28px }}.page-products-list {display:grid;grid-template-columns:repeat(4,1fr);gap:24px }@media (max-width:1919.98px) {.page-products-list {grid-template-columns:repeat(3,1fr) }}@media (max-width:1199.98px) {.page-products-list {grid-template-columns:repeat(2,1fr) }}@media (max-width:575.98px) {.page-products-list {grid-template-columns:repeat(1,1fr) }}.page-product-detail {--bp-overlay-color:#eff8f5;background-color:#eff8f5 }.page-product-detail__image {width:100%;border-radius:24px }@media (max-width:1023.98px) {.page-product-detail__image {margin-bottom:40px }}.page-product-detail__title {margin-bottom:24px;font-family:'Unbounded';font-style:normal;font-weight:600;font-size:32px;line-height:40px }@media (max-width:767.98px) {.page-product-detail__title {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:24px;line-height:40px }}.page-product-detail__subtitle {display:block;margin-bottom:30px }.page-product-detail__price {display:block;margin-bottom:40px;font-family:'Unbounded';font-style:normal;font-weight:400;font-size:32px;line-height:40px }@media (max-width:767.98px) {.page-product-detail__price {font-family:'Unbounded';font-style:normal;font-weight:400;font-size:24px;line-height:40px }}@media (max-width:1023.98px) {.page-product-detail__price {margin-bottom:28px }}.page-product-detail__divider {margin-bottom:40px }@media (max-width:1023.98px) {.page-product-detail__divider {margin-bottom:28px }}.page-product-detail__text-area {margin-top:40px;font-family:'Commissioner';font-style:normal;font-weight:400;font-size:18px;line-height:24px }@media (max-width:767.98px) {.page-product-detail__text-area {font-family:'Commissioner';font-style:normal;font-weight:400;font-size:14px;line-height:24px }}@media (max-width:1023.98px) {.page-product-detail__text-area {margin-top:28px }}.page-product-detail__text-area p {margin-top:20px }.page-product-detail__text-area ol {list-style:disc;list-style-position:inside }.page-product-detail-other {padding-top:60px;margin-top:60px;border-top:1px solid #2d292a }@media (max-width:767.98px) {.page-product-detail-other {padding-top:40px;margin-top:40px }}.page-product-detail-other__title {font-family:'Unbounded';font-style:normal;font-weight:700;font-size:48px;line-height:56px }@media (max-width:767.98px) {.page-product-detail-other__title {font-family:'Unbounded';font-style:normal;font-weight:700;font-size:24px;line-height:40px }}@media (max-width:575.98px) {.page-product-detail-other__title {display:none }}.page-product-detail-other__slider {margin-top:40px }@media (max-width:575.98px) {.page-product-detail-other__slider {margin-top:unset }.page-product-detail-other__slider .swiper-wrapper {flex-direction:column;gap:20px }}.page-product-detail-other__slide {max-width:330px;width:100% }.page-product-detail-other__slide:not(:last-child) {margin-right:24px }@media (max-width:575.98px) {.page-product-detail-other__slide {max-width:unset;margin-right:unset }}@media (min-width:576px) {.page-product-detail-other__product-card .card-product__subtitle {display:none }.page-product-detail-other__product-card .card-product__button {display:none }}.page-promotions-list {display:grid;grid-template-columns:repeat(4,1fr);column-gap:24px;row-gap:44px }@media (max-width:1919.98px) {.page-promotions-list {grid-template-columns:repeat(3,1fr) }}@media (max-width:1199.98px) {.page-promotions-list {grid-template-columns:repeat(2,1fr) }}@media (max-width:575.98px) {.page-promotions-list {grid-template-columns:repeat(1,1fr);row-gap:28px }}.page-promotion-detail__image {width:100%;aspect-ratio:2.1525;object-fit:cover;object-position:top;border-radius:24px;margin-bottom:20px }@media (max-width:575.98px) {.page-promotion-detail__image {aspect-ratio:0.74 }}.page-promotion-detail__date {display:block;margin-bottom:24px;font-family:'Unbounded';font-style:normal;font-weight:300;font-size:18px;line-height:24px }@media (max-width:767.98px) {.page-promotion-detail__date {font-family:'Unbounded';font-style:normal;font-weight:300;font-size:14px;line-height:22px }}.page-promotion-detail__title {margin-bottom:40px;font-family:'Unbounded';font-style:normal;font-weight:600;font-size:24px;line-height:28px }@media (max-width:767.98px) {.page-promotion-detail__title {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:18px;line-height:22px }}@media (max-width:767.98px) {.page-promotion-detail__title {margin-bottom:28px }}.page-promotion-detail__text-area {margin-bottom:60px;font-family:'Commissioner';font-style:normal;font-weight:400;font-size:18px;line-height:24px }@media (max-width:767.98px) {.page-promotion-detail__text-area {font-family:'Commissioner';font-style:normal;font-weight:400;font-size:14px;line-height:24px }}@media (max-width:767.98px) {.page-promotion-detail__text-area {margin-bottom:40px }}@media (max-width:1023.98px) {.page-promotion-detail__form .form-call__inner {flex-direction:column;align-items:stretch }}@media (max-width:1023.98px) {.page-promotion-detail-other {margin-top:40px }}.page-promotion-detail-other__title {margin-bottom:40px;text-transform:uppercase;font-family:'Unbounded';font-style:normal;font-weight:600;font-size:24px;line-height:28px }@media (max-width:767.98px) {.page-promotion-detail-other__title {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:18px;line-height:22px }}@media (max-width:767.98px) {.page-promotion-detail-other__title {margin-bottom:20px }}.page-promotion-detail-other__list {display:grid;grid-template-columns:repeat(1,1fr);gap:40px }@media (max-width:1023.98px) {.page-promotion-detail-other__list {grid-template-columns:repeat(3,1fr) }}@media (max-width:767.98px) {.page-promotion-detail-other__list {gap:28px;grid-template-columns:repeat(2,1fr) }}@media (max-width:575.98px) {.page-promotion-detail-other__list {grid-template-columns:repeat(1,1fr) }}.page-blog-header__inner {display:flex;gap:50px;align-items:center }@media (max-width:767.98px) {.page-blog-header__inner {justify-content:space-between;gap:20px }}@media (max-width:767.98px) {.page-blog-header .dropdown-content {width:fit-content;right:0;left:unset }}.page-blog-detail-service-card {gap:20px;display:flex;width:100%;height:100% }@media (max-width:575.98px) {.page-blog-detail-service-card {flex-direction:column }}.page-blog-detail-service-card__preview {flex-shrink:0;width:100%;height:auto;max-width:300px;border-radius:24px;object-fit:cover;object-position:top;overflow:hidden }@media (max-width:575.98px) {.page-blog-detail-service-card__preview {max-width:unset;aspect-ratio:1 }}.page-blog-detail-service-card__info {display:flex;flex-direction:column;gap:20px }.page-blog-detail-service-card__title {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:24px;line-height:28px }@media (max-width:767.98px) {.page-blog-detail-service-card__title {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:18px;line-height:22px }}.page-blog-detail-service-card__description {font-family:'Commissioner';font-style:normal;font-weight:400;font-size:18px;line-height:24px }@media (max-width:767.98px) {.page-blog-detail-service-card__description {font-family:'Commissioner';font-style:normal;font-weight:400;font-size:14px;line-height:24px }}.page-blog-detail-service-card__price {color:#ec826c;font-family:'Unbounded';font-style:normal;font-weight:400;font-size:16px;line-height:22px }@media (max-width:767.98px) {.page-blog-detail-service-card__price {font-family:'Unbounded';font-style:normal;font-weight:400;font-size:14px;line-height:22px }}.page-blog-detail-service-card__spacer {flex-grow:1;border:none;background:none }.page-blog-detail__side-image {width:100%;aspect-ratio:0.9720930233;object-fit:cover;border-radius:24px;margin-bottom:60px }@media (max-width:1023.98px) {.page-blog-detail__side-image {display:none }}.page-blog-detail__image {display:none;width:100%;border-radius:24px }@media (max-width:1023.98px) {.page-blog-detail__image {display:block;margin-bottom:20px }}.page-blog-detail__date {display:block;margin-bottom:24px;font-family:'Unbounded';font-style:normal;font-weight:200;font-size:18px;line-height:24px }@media (max-width:767.98px) {.page-blog-detail__date {font-family:'Unbounded';font-style:normal;font-weight:200;font-size:14px;line-height:22px }}.page-blog-detail__category-list {--chip-background-color:#ec826c;display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px;color:#eff8f5 }@media (max-width:767.98px) {.page-blog-detail__category-list {margin-bottom:20px }}.page-blog-detail__title {margin-bottom:40px;font-family:'Unbounded';font-style:normal;font-weight:600;font-size:24px;line-height:28px }@media (max-width:767.98px) {.page-blog-detail__title {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:18px;line-height:22px }}@media (max-width:767.98px) {.page-blog-detail__title {margin-bottom:16px }}.page-blog-detail__text-area {font-family:'Commissioner';font-style:normal;font-weight:400;font-size:18px;line-height:24px }@media (max-width:767.98px) {.page-blog-detail__text-area {font-family:'Commissioner';font-style:normal;font-weight:400;font-size:14px;line-height:24px }}.page-blog-detail__text-area img {border-radius:24px }@media (max-width:767.98px) {.page-blog-detail__text-area img {width:100% !important }}.page-blog-detail__text-area p {margin-top:20px;margin-left:0 !important;margin-right:0 !important }.page-blog-detail__text-area ol {list-style:disc;list-style-position:inside }.page-blog-detail__text-area li {list-style:initial;list-style-position:inside }@media (max-width:767.98px) {.page-blog-detail__text-area {margin-bottom:60px }}.page-blog-detail__text-area a {color:#ec826c }.page-blog-detail__text-area * {text-indent:unset !important }.page-blog-detail__text-area img.fr-dii.fr-fil {float:left;margin:5px 40px 5px 0 }.page-blog-detail__text-area img.fr-dii.fr-fir {float:right;margin:5px 0 5px 40px }@media (max-width:1023.98px) {.page-blog-detail-other {margin-top:40px }}.page-blog-detail-other__title {margin-bottom:40px;text-transform:uppercase;font-family:'Unbounded';font-style:normal;font-weight:600;font-size:24px;line-height:28px }@media (max-width:767.98px) {.page-blog-detail-other__title {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:18px;line-height:22px }}@media (max-width:767.98px) {.page-blog-detail-other__title {margin-bottom:20px }}.page-blog-detail-other__list {display:grid;grid-template-columns:repeat(1,1fr);gap:40px }@media (max-width:1023.98px) {.page-blog-detail-other__list {grid-template-columns:repeat(3,1fr) }}@media (max-width:767.98px) {.page-blog-detail-other__list {gap:28px;grid-template-columns:repeat(2,1fr) }}@media (max-width:575.98px) {.page-blog-detail-other__list {grid-template-columns:repeat(1,1fr) }}.page-blog-detail-recomeded-services__title {margin-bottom:40px;font-family:'Unbounded';font-style:normal;font-weight:600;font-size:32px;line-height:40px }@media (max-width:1023.98px) {.page-blog-detail-recomeded-services__title {margin-bottom:20px }}.page-blog-detail-recomeded-services__item {height:unset;max-width:800px;width:100% }.page-blog-detail-recomeded-services__item:not(:last-child) {margin-right:40px }.page-feedback__header {align-items:center }@media (max-width:767.98px) {.page-feedback__header {row-gap:20px }}@media (max-width:767.98px) {.page-feedback__review-button {width:100% }}.page-feedback-colba {padding-bottom:60px }@media (max-width:767.98px) {.page-feedback-colba {padding-bottom:28px }}.page-feedback-colba__header {display:flex;align-items:center;margin-bottom:30px }@media (max-width:767.98px) {.page-feedback-colba__header {margin-bottom:20px }}.page-feedback-master {padding-top:60px;border-top:1px solid #2d292a }@media (max-width:767.98px) {.page-feedback-master {padding-top:28px }}.page-feedback-master__header {display:flex;align-items:center;margin-bottom:30px }@media (max-width:767.98px) {.page-feedback-master__header {margin-bottom:20px;row-gap:20px }}.page-feedback-master__title {font-family:'Unbounded';font-style:normal;font-weight:500;font-size:18px;line-height:24px }@media (max-width:767.98px) {.page-feedback-master__title {font-family:'Unbounded';font-style:normal;font-weight:500;font-size:16px;line-height:24px }}.page-feedback-master__select-list {grid-template-columns:repeat(2,1fr);max-height:50vh }@media (max-width:767.98px) {.page-feedback-master__select-list {grid-template-columns:repeat(1,1fr) }}.page-feedback-master__select-list .checkbox__content {white-space:nowrap }.page-gallery-header {position:relative;min-height:240px;padding-top:40px;padding-bottom:140px;padding-left:90px;margin-top:24px;background-image:var(--bg);background-position:center;background-size:cover;border-radius:40px }@media (max-width:767.98px) {.page-gallery-header {padding-left:12px;margin-top:20px;margin-left:-12px;margin-right:-12px }}.page-gallery-header__title {font-family:'Unbounded';font-style:normal;font-weight:700;font-size:48px;line-height:56px }@media (max-width:767.98px) {.page-gallery-header__title {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:32px;line-height:40px }}.page-gallery-header__buttons {position:absolute;left:0;bottom:0;display:flex;gap:32px;padding:15px 30px 15px 90px;background-color:#eff8f5;border-top-right-radius:40px }@media (max-width:767.98px) {.page-gallery-header__buttons {padding-left:12px;gap:16px }}.page-gallery-header__buttons::before,.page-gallery-header__buttons::after {content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M 0 40 l 0 -40 c 0 22.091 17.909 40 40 40 Z' fill='%23EFF8F5'/%3E%3C/svg%3E");position:absolute;line-height:0 }.page-gallery-header__buttons::after {right:-40px;bottom:0 }.page-gallery-header__buttons::before {top:-40px;left:0 }.page-gallery-filters {margin-bottom:40px;border-bottom:1px solid #2d292a }@media (max-width:767.98px) {.page-gallery-filters {margin-bottom:28px }}.page-gallery-filters__inner {display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:24px;padding-top:60px;padding-bottom:40px }@media (max-width:767.98px) {.page-gallery-filters__inner {padding-top:28px;padding-bottom:28px }}.gallery-button {display:flex;align-items:center;justify-content:center;width:70px;height:70px;border:1px solid rgba(45,41,42,0.2);border-radius:50%;line-height:0;padding:0;outline:0;background:transparent;color:#2d292a;cursor:pointer }@media (max-width:767.98px) {.gallery-button {width:48px;height:48px }}.gallery-button.active {color:white;--bga-color-1:#296477;--bga-color-2:#893d50;--bga-color-3:#7a126a;--bga-color-4:#727352;animation:bga 60s linear infinite }.gallery-button:nth-child(1) {animation-direction:reverse }@media (max-width:767.98px) {.gallery-button svg {width:15px;height:auto }}@media (min-width:576px) {.page-gallery-photo-list__item {width:25% }}@media (max-width:767.98px) {.page-gallery-photo-list__item {max-width:132px }}@media (min-width:576px) {.page-gallery-video-list__item {width:50% }}@media (max-width:767.98px) {.page-gallery-video-list__item {max-width:260px }}@media (min-width:768px) {.gallery-slider__navigation {display:none }}.gallery-slider__show-button {font-weight:600;text-decoration:underline;cursor:pointer }@media (max-width:767.98px) {.gallery-slider__show-button {display:none }}.gallery-slider__call-button {margin:auto }@media (max-width:767.98px) {.gallery-slider .slider__footer-left {display:none }}@media (min-width:576px) {.gallery-slider__wrapper {margin-left:-12px;margin-right:-12px }}@media (max-width:767.98px) {.gallery-slider__wrapper {position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box }}@media (min-width:768px) {.gallery-slider__item {padding-left:12px;padding-right:12px;margin-bottom:24px }}@media (max-width:767.98px) {.gallery-slider__item {flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block }.gallery-slider__item:not(:last-child) {margin-right:16px }}.gallery-slider__item-show-button {display:flex;align-items:center;justify-content:center;border-radius:24px;height:auto;max-width:260px;color:#eff8f5;animation:bga 40s linear infinite }@media (min-width:768px) {.gallery-slider__item-show-button {display:none }}.page-error {display:flex;align-items:center;justify-content:center;height:100%;padding-top:100px;padding-bottom:100px }.page-error__content {display:grid;grid-template-areas:'c d' 't t';grid-template-columns:auto 1fr;row-gap:20px;column-gap:16px;align-items:center;max-width:540px }@media (max-width:767.98px) {.page-error__content {grid-template-areas:'c' 'd' 't';grid-template-columns:auto;justify-content:center;text-align:center }}.page-error__code {grid-area:c;font-family:'Unbounded';font-style:normal;font-weight:500;font-size:96px;line-height:114px;text-transform:uppercase }@media (max-width:767.98px) {.page-error__code {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:80px;line-height:60px }}.page-error__description {grid-area:d;font-family:'Unbounded';font-style:normal;font-weight:600;font-size:32px;line-height:40px }@media (max-width:767.98px) {.page-error__description {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:24px;line-height:40px }}.page-error__text {grid-area:t;font-family:'Commissioner';font-style:normal;font-weight:400;font-size:14px;line-height:24px }.page-error__text a {text-decoration:underline }.page-contacts__header {align-items:center;row-gap:20px }.page-contacts__map {aspect-ratio:2.0591715976;border-radius:40px;width:100%;overflow:hidden;max-height:450px }@media (max-width:1023.98px) {.page-contacts__map {min-height:250px;border-radius:0 }}@media (max-width:767.98px) {.page-contacts__call-form .form-call__inner {flex-direction:column;align-items:stretch }}.page-contacts-scheme__title {margin-bottom:40px;font-family:'Unbounded';font-style:normal;font-weight:600;font-size:24px;line-height:28px }@media (max-width:767.98px) {.page-contacts-scheme__title {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:18px;line-height:22px }}@media (max-width:1023.98px) {.page-contacts-scheme__title {margin-bottom:20px }}.page-contacts-scheme__description {font-family:'Commissioner';font-style:normal;font-weight:400;font-size:16px;line-height:20px }@media (max-width:767.98px) {.page-contacts-scheme__description {font-family:'Commissioner';font-style:normal;font-weight:400;font-size:14px;line-height:18px }}.page-contacts-item__name {font-family:'Unbounded';font-style:normal;font-weight:500;font-size:18px;line-height:24px }@media (max-width:767.98px) {.page-contacts-item__name {font-family:'Unbounded';font-style:normal;font-weight:500;font-size:16px;line-height:24px }}.page-contacts-item__value {margin-top:10px;font-family:'Commissioner';font-style:normal;font-weight:400;font-size:14px;line-height:24px }@media (max-width:767.98px) {.page-contacts-item__value {margin-top:8px }}.page-certificates__outer {background-image:url('/themes/colba-redesign/assets/images/page-certificate-bg.png');background-repeat:no-repeat;background-size:cover;border-radius:24px }.page-certificates__inner {--bp-overlay-color:#e0e9e6;margin-top:24px;padding-top:110px;padding-bottom:60px }@media (max-width:767.98px) {.page-certificates__inner {padding-top:40px;padding-bottom:0 }}.page-certificates__header {display:flex;align-items:center;gap:20px }.page-certificates__title {font-family:'Unbounded';font-style:normal;font-weight:700;font-size:48px;line-height:56px }@media (max-width:767.98px) {.page-certificates__title {font-family:'Unbounded';font-style:normal;font-weight:700;font-size:24px;line-height:40px }}.page-certificates__image {mix-blend-mode:darken }@media (max-width:1023.98px) {.page-certificates__image {max-width:156px }}@media (max-width:767.98px) {.page-certificates__image {max-width:56px }}.page-certificates-present__title {margin-top:36px;margin-bottom:30px;font-family:'Unbounded';font-style:normal;font-weight:600;font-size:18px;line-height:24px }@media (max-width:767.98px) {.page-certificates-present__title {margin-top:20px;margin-bottom:24px }}@media (max-width:767.98px) {.page-certificates-present__title {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:16px;line-height:24px }}.page-certificates-present__list {display:grid;grid-template-columns:repeat(2,1fr);gap:24px }@media (max-width:767.98px) {.page-certificates-present__list {grid-template-columns:repeat(1,1fr);gap:12px }}.page-certificates-advantages__title {margin-top:60px;margin-bottom:30px;font-family:'Unbounded';font-style:normal;font-weight:500;font-size:18px;line-height:24px }@media (max-width:767.98px) {.page-certificates-advantages__title {margin-top:40px;margin-bottom:20px }}@media (max-width:767.98px) {.page-certificates-advantages__title {font-family:'Unbounded';font-style:normal;font-weight:500;font-size:16px;line-height:24px }}.page-certificates-advantages__list {display:grid;grid-template-columns:repeat(2,1fr);gap:24px;width:100% }@media (max-width:767.98px) {.page-certificates-advantages__list {grid-template-columns:repeat(1,1fr);gap:16px }}.page-certificates-advantages__list li {--border-radius:20px;--border-width:2px;padding:20px;width:100%;font-family:'Commissioner';font-style:normal;font-weight:400;font-size:14px;line-height:18px }@media (max-width:767.98px) {.page-certificates-advantages__list li {padding:15px }}.page-certificates__select-title {margin-top:60px;margin-bottom:30px;font-family:'Unbounded';font-style:normal;font-weight:600;font-size:32px;line-height:40px }@media (max-width:767.98px) {.page-certificates__select-title {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:24px;line-height:40px }}@media (max-width:767.98px) {.page-certificates__select-title {margin-top:40px;margin-bottom:20px;line-height:30px }}.page-certificates__select-button {--bp-overlay-color:#e8f3ef }@media (max-width:767.98px) {.page-certificates__select-button {width:100% }}.teams-head {position:relative }.teams-head__inner {height:524px;position:relative }.teams-head__clipper {position:absolute;width:0;height:0 }.teams-head__image {width:100%;height:100%;border-radius:40px }.teams-head__content {position:absolute;top:50%;left:50%;width:100%;transform:translate(-50%,-50%) }.teams-head__title {text-transform:uppercase;text-align:center;margin-bottom:56px;font-family:'Unbounded';font-style:normal;font-weight:600;font-size:56px;line-height:64px }@media (max-width:767.98px) {.teams-head__title {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:24px;line-height:40px }}.teams-head__back-button-container,.teams-head__button-container {position:absolute;background-color:#eff8f5;-webkit-clip-path:var(--clipper);clip-path:var(--clipper) }.teams-head__back-button-container {display:flex;align-items:start;left:0;top:0;height:94px;width:146px }.teams-head__button-container {right:-0.5px;bottom:0;display:flex;align-items:end;justify-content:end;height:144px;max-width:385px;width:100%;padding-left:60px }.teams-head__menu {display:flex;flex-wrap:wrap;gap:22px;position:absolute;left:22px;bottom:22px;padding:18px 24px;border-radius:40px;backdrop-filter:blur(20px);background-color:rgba(45,41,42,1);max-width:calc(100% - 407px);color:#ab9c8d;font-family:'Commissioner';font-style:normal;font-weight:400;font-size:16px;line-height:20px }@media (max-width:767.98px) {.teams-head__menu {font-family:'Commissioner';font-style:normal;font-weight:400;font-size:14px;line-height:18px }}@media (max-width:1023.98px) {.teams-head__menu {position:static;margin-top:20px;max-width:unset }}.team-list {width:100%;height:auto }@media (max-width:767.98px) {.team-list_desktop {display:none }}@media (min-width:768px) {.team-list_mobile {display:none }}.team-list__background {fill:#ec826c;stroke:#ec826c }.team-list .node {cursor:pointer }.team-list text {fill:#2d292a }.team-list text.name {font-family:'Unbounded';font-style:normal;font-weight:400;font-size:16px;line-height:22px }@media (max-width:767.98px) {.team-list text.name {font-family:'Unbounded';font-style:normal;font-weight:500;font-size:10px;line-height:18px }}.team-list text.special {font-family:'Commissioner';font-style:normal;font-weight:400;font-size:16px;line-height:20px }@media (max-width:767.98px) {.team-list text.special {font-family:'Commissioner';font-style:normal;font-weight:400;font-size:12px;line-height:14px }}.employee-head {position:relative;padding-top:100px;padding-bottom:100px;overflow:hidden }@media (max-width:767.98px) {.employee-head {padding-top:70px;padding-bottom:60px }}@media (min-width:1200px) {.employee-head::before {content:'';position:absolute;left:0;top:0;width:100%;height:100%;background-image:url(/themes/colba-redesign/assets/images/employee-head-bg.png);background-repeat:no-repeat;background-size:cover;mix-blend-mode:difference;border-radius:24px }}.employee-head__outer {position:relative }@media (max-width:1199.98px) {.employee-head__outer::after {content:'';position:absolute;left:0;top:0;width:100%;height:100%;background-image:url(/themes/colba-redesign/assets/images/employee-head-bg.png);background-repeat:no-repeat;background-size:cover;mix-blend-mode:difference;border-radius:24px;z-index:-1 }}.employee-head__back-button {position:absolute;left:0;top:0 }.employee-head__profession {margin-bottom:40px;font-family:Commissioner;font-size:24px;line-height:32px;font-weight:400 }@media (max-width:767.98px) {.employee-head__profession {margin-bottom:16px;font-size:16px;line-height:24px }}.employee-head__name {margin-bottom:80px;font-family:'Unbounded';font-style:normal;font-weight:600;font-size:56px;line-height:64px }@media (max-width:767.98px) {.employee-head__name {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:24px;line-height:40px }}@media (max-width:767.98px) {.employee-head__name {margin-bottom:12px }}.employee-head__row {display:flex;justify-content:space-between;gap:40px;margin-bottom:80px }@media (max-width:1199.98px) {.employee-head__row {display:grid;grid-template-areas:'p r b';align-items:center }}@media (max-width:767.98px) {.employee-head__row {grid-template-areas:'p r' 'p b' }}@media (max-width:575.98px) {.employee-head__row {grid-template-areas:'p r' 'b b' }}.employee-head__rating {grid-area:r;flex-grow:1;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;padding:12px 0;border-top:1px solid #2d292a;border-bottom:1px solid #2d292a }@media (max-width:1439.98px) {.employee-head__rating {justify-content:end }}.employee-head__review-count {flex-grow:1;text-align:end;white-space:nowrap;font-family:'Unbounded';font-style:normal;font-weight:400;font-size:16px;line-height:22px }@media (max-width:767.98px) {.employee-head__review-count {font-family:'Unbounded';font-style:normal;font-weight:400;font-size:14px;line-height:22px }}.employee-head__signup-button {--bp-overlay-color:#dce5e2;grid-area:b }@media (max-width:767.98px) {.employee-head__signup-button {align-self:flex-start;justify-self:end }}.employee-head__description {font-family:Unbounded;font-size:16px;line-height:28px;font-weight:400 }@media (max-width:767.98px) {.employee-head__description {font-size:12px;line-height:22px }}.employee-head__photo {width:100%;height:700px;object-fit:cover;border-radius:24px }.employee-head__mobile-photo {grid-area:p;display:none;height:auto }@media (max-width:1199.98px) {.employee-head__mobile-photo {width:250px;display:block }}@media (max-width:575.98px) {.employee-head__mobile-photo {width:110px }}.card-service-category {display:flex;flex-direction:column;justify-content:space-between;gap:20px;min-height:202px;padding:40px;border-radius:24px;background-color:var(--csc-background-color,#66c2b5) }@media (max-width:767.98px) {.card-service-category {min-height:135px }}.card-service-category__head {display:flex;align-items:center;justify-content:space-between;gap:20px }.card-service-category__title {font-family:'Unbounded';font-style:normal;font-weight:500;font-size:18px;line-height:24px }@media (max-width:767.98px) {.card-service-category__title {font-family:'Unbounded';font-style:normal;font-weight:500;font-size:16px;line-height:24px }}.card-service-category__initial {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:32px;line-height:40px;text-transform:uppercase }@media (max-width:767.98px) {.card-service-category__initial {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:24px;line-height:40px }}.card-service-category__count {text-align:right;font-family:Unbounded;font-size:12px;line-height:16px;font-weight:400 }@media (max-width:767.98px) {.card-service-category__count br {display:none }}.page-services-category {margin-top:40px }@media (max-width:767.98px) {.page-services-category {margin-top:28px }}.page-services-category__title {font-family:'Unbounded';font-style:normal;font-weight:700;font-size:48px;line-height:56px }@media (max-width:767.98px) {.page-services-category__title {font-family:'Unbounded';font-style:normal;font-weight:700;font-size:24px;line-height:40px }}.page-services-category__list {display:grid;grid-template-columns:repeat(2,1fr);gap:8px }@media (max-width:767.98px) {.page-services-category__list {grid-template-columns:repeat(1,1fr);margin-top:20px }}.page-rules__list {display:flex;flex-direction:column;gap:40px }@media (max-width:767.98px) {.page-rules__list {gap:20px }}.download-rules {display:flex;align-items:center;gap:20px }.download-rules__icon {flex-shrink:0;height:auto;width:40px }.download-rules__text {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:24px;line-height:28px }@media (max-width:767.98px) {.download-rules__text {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:18px;line-height:22px }}.loyalty-discount {font-weight:900;font-size:60px;letter-spacing:0.02em;line-height:60px;text-align:left;color:#7a93c4 }@media (min-width:576px) {.loyalty-discount {font-size:80px;letter-spacing:0.02em;line-height:80px }}@media (min-width:1024px) {.loyalty-discount span:last-child {margin-left:120px }.loyalty-day-comment {margin-left:120px }}.vacancy-card {margin-bottom:40px }.vacancy-card:not(:last-child)::after {content:'';display:block;width:100%;height:1px;background:#2d292a;opacity:0.1 }.vacancy-card .vacancy-title {font-weight:900;font-size:40px;letter-spacing:0.02em;line-height:40px;text-align:left;color:#2d292a }.vacancy-card .vacancy-exp {font-weight:normal;font-size:13px;letter-spacing:0.02em;line-height:16px;text-align:right;color:#7a93c4 }.vacancy-card .vacancy-preview {font-weight:normal;font-size:13px;letter-spacing:0.02em;line-height:16px;text-align:left;color:#2d292a }@media (min-width:768px) {.vacancy-preview {margin-top:34px;margin-bottom:41px }}.vacancy-descr {font-weight:900;font-size:13px;letter-spacing:0.02em;line-height:16px;text-align:left;color:#2d292a;margin-bottom:41px }.vacancy-link-super-hover:hover {color:#7796c4;transition:0.3s ease }.other-services-list {padding-left:40px;padding-right:40px }.other-services-list__head {display:flex;justify-content:space-between;gap:40px;margin-bottom:64px }.other-services-list__title {font-size:32px;font-family:Unbounded;font-weight:600;line-height:40px }.other-services-list__table-container {display:grid;grid-template-columns:repeat(2,1fr);column-gap:64px }.other-services-list table {border-collapse:collapse }.other-services-list table tbody tr td {border-top:1px solid #2d292a }.other-services-list table tbody tr:last-child td {border-bottom:1px solid #2d292a }.other-services-list table tbody td {padding:24px 0 }.other-services-list table tbody td:nth-child(1) {width:100%;font-family:Unbounded;font-size:18px;line-height:24px;font-weight:400 }.other-services-list table tbody td:nth-child(2) {color:#66c2b5;text-wrap:nowrap;font-family:Unbounded;font-size:16px;line-height:24px;font-weight:500 }.other-services-item {position:relative }.other-services-item:hover {background-color:#fff }.other-services-item__modal {position:absolute;z-index:1;gap:10px;display:none;background-color:#fff;border-radius:24px;min-height:246px;min-width:600px;padding:8px }.other-services-item:hover .other-services-item__modal {display:flex }.other-services-item__photo {border-radius:16px;overflow:hidden;height:230px;flex-shrink:0 }.other-services-item__photo img {width:100%;height:100%;object-fit:cover }.other-services-item__text {font-family:Commissioner;font-size:16px;line-height:22px;font-weight:400 }.service-detail-head {position:relative }@media (max-width:767.98px) {.service-detail-head {margin:0 -12px }}.service-detail-head__clipper {position:absolute;width:0;height:0 }.service-detail-head__image {width:100%;height:100%;opacity:0.4;mix-blend-mode:exclusion;object-fit:cover }.service-detail-head__image-wrapper {position:absolute;z-index:-1;height:100%;width:100%;border-radius:40px;background-color:#ec826c;overflow:hidden }.service-detail-head__content {width:100%;color:#eff8f5;display:flex;flex-direction:column;padding:120px 20px 160px }@media (max-width:767.98px) {.service-detail-head__content {padding-bottom:250px }}.service-detail-head__title {text-transform:uppercase;text-align:center;margin-bottom:56px;font-family:'Unbounded';font-style:normal;font-weight:600;font-size:56px;line-height:64px }@media (max-width:767.98px) {.service-detail-head__title {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:24px;line-height:40px }}@media (max-width:767.98px) {.service-detail-head__title {margin-bottom:40px }}.service-detail-head__back-button-container {position:absolute;background-color:#eff8f5;-webkit-clip-path:var(--clipper);clip-path:var(--clipper) }@media (max-width:767.98px) {.service-detail-head__back-button-container {padding-left:12px }}.service-detail-head__back-button-container {display:flex;align-items:start;left:0;top:0;height:94px;width:146px }.service-detail-head__button-container {position:absolute;right:0;bottom:0;display:flex;gap:32px;padding:15px 30px 15px 30px;background-color:#eff8f5;border-top-left-radius:40px;width:350px;max-width:calc(100% - 70px) }@media (max-width:767.98px) {.service-detail-head__button-container {padding-left:12px;gap:16px;bottom:90px;border-bottom-left-radius:40px }}.service-detail-head__button-container::before,.service-detail-head__button-container::after {content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M 0 40 l 0 -40 c 0 22.091 17.909 40 40 40 Z' fill='%23EFF8F5'/%3E%3C/svg%3E");position:absolute;line-height:0 }.service-detail-head__button-container::before {right:0;top:-40px;transform:rotateZ(-90deg) }.service-detail-head__button-container::after {bottom:0;left:-40px;transform:rotateZ(-90deg) }@media (max-width:767.98px) {.service-detail-head__button-container::after {right:0;bottom:-40px;transform:rotateZ(180deg) }}@media (max-width:767.98px) {.service-detail-head__button-container .button-primary {padding:19px 32px 20px }}.service-detail-price-list {display:flex;flex-wrap:wrap;gap:24px }.service-detail-price-list >* {flex:1;min-width:30% }@media (max-width:1023.98px) {.service-detail-price-list >* {min-width:45% }}@media (max-width:767.98px) {.service-detail-price-list >* {min-width:100% }}.service-detail-price-list >*:nth-child(3n + 2) {--chip-background-color:#66c2b5 }.service-detail-price-list >*:nth-child(3n + 1) {--chip-background-color:#7796c4 }.service-detail-price-list >*:nth-child(3n) {--chip-background-color:#ec826c }.price-card {display:flex;flex-direction:column;align-items:start;flex-wrap:wrap;gap:64px;padding:64px;border-radius:24px;background-color:#fff }@media (max-width:767.98px) {.price-card {flex-direction:row;justify-content:space-between;align-items:center;gap:30px;padding:20px 12px }}.price-card__value {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:32px;line-height:40px }@media (max-width:767.98px) {.price-card__value {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:24px;line-height:40px }}.price-card__chip {position:relative;margin:0 30px;color:#fff }.price-card__chip .chip__left,.price-card__chip .chip__right {position:absolute;top:0;height:100% }.price-card__chip .chip__left {transform:translateX(-100%) }.price-card__chip .chip__content {width:100% }.price-card__chip .chip__right {right:0;transform:translateX(calc(100% - 4px)) rotateZ(180deg) }.service-detail-about-list {display:flex;flex-wrap:wrap;overflow:hidden }.service-detail-about-list >* {flex:1;min-width:30% }@media (max-width:1023.98px) {.service-detail-about-list >* {min-width:45% }}@media (max-width:767.98px) {.service-detail-about-list >* {min-width:100% }}.service-detail-about-list >* {margin:-1px;border:1px dashed rgba(45,41,42,0.5) }.service-detail-about-card {position:relative;display:flex;flex-direction:column;gap:40px;overflow:hidden;padding:64px }@media (max-width:767.98px) {.service-detail-about-card {padding:20px 12px;gap:20px }}.service-detail-about-card__number {font-family:Unbounded;font-size:16px;line-height:24px;font-weight:300 }.service-detail-about-card__title {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:24px;line-height:28px }@media (max-width:767.98px) {.service-detail-about-card__title {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:18px;line-height:22px }}@media (min-width:768px) {.service-detail-about-card__title {min-height:64px }}.service-detail-about-card__description {font-family:'Commissioner';font-style:normal;font-weight:400;font-size:18px;line-height:24px }@media (max-width:767.98px) {.service-detail-about-card__description {font-family:'Commissioner';font-style:normal;font-weight:400;font-size:14px;line-height:24px }}.service-detail-about-card__description h1 {font-family:'Unbounded';font-style:normal;font-weight:700;font-size:48px;line-height:56px;margin-bottom:20px }@media (max-width:767.98px) {.service-detail-about-card__description h1 {font-family:'Unbounded';font-style:normal;font-weight:700;font-size:24px;line-height:40px }}.service-detail-about-card__description h2 {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:32px;line-height:40px;margin-bottom:20px }@media (max-width:767.98px) {.service-detail-about-card__description h2 {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:24px;line-height:40px }}.service-detail-about-card__description h3 {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:24px;line-height:28px;margin-bottom:20px }@media (max-width:767.98px) {.service-detail-about-card__description h3 {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:18px;line-height:22px }}.service-detail-about-card__description h4 {font-family:'Unbounded';font-style:normal;font-weight:500;font-size:18px;line-height:24px;margin-bottom:20px }@media (max-width:767.98px) {.service-detail-about-card__description h4 {font-family:'Unbounded';font-style:normal;font-weight:500;font-size:16px;line-height:24px }}.service-detail-about-card__description img {border-radius:24px }.service-detail-about-card__description p {margin-bottom:20px }.service-detail-about-card__description ol,.service-detail-about-card__description ul {margin-bottom:20px }.service-detail-about-card__description ol {padding-left:20px;list-style-type:decimal }.service-detail-about-card__description ul {padding-left:20px;list-style-type:disc }.service-detail-about-card__icon {position:absolute;height:174px;top:40px;right:40px }@media (max-width:767.98px) {.service-detail-about-card__icon {top:0;right:0 }}.service-detail-about-card__icon img {width:100%;height:100% }.service-detail-form {--bp-overlay-color:#fff;position:relative;border-top:1px solid #2d292a;border-bottom:1px solid #2d292a;padding:60px 0 }@media (max-width:1023.98px) {.service-detail-form {padding:40px 0 }}.service-detail-form::before {content:'';position:absolute;inset:0;transform:scale(-1,1);background-image:url(../themes/colba-redesign/assets/images/page-service-detail.png);background-repeat:no-repeat;background-size:cover;background-position:center }.service-detail-form__left {display:flex;flex-direction:column;justify-content:space-between;gap:80px;height:100% }@media (max-width:767.98px) {.service-detail-form__left {gap:40px;padding-bottom:28px }}.service-detail-form__count {display:flex;gap:40px;font-family:'Commissioner';font-style:normal;font-weight:400;font-size:18px;line-height:24px }@media (max-width:767.98px) {.service-detail-form__count {font-family:'Commissioner';font-style:normal;font-weight:400;font-size:14px;line-height:24px }}@media (max-width:767.98px) {.service-detail-form__count {gap:20px }}.service-detail-form__title {font-family:'Unbounded';font-style:normal;font-weight:700;font-size:48px;line-height:56px }@media (max-width:767.98px) {.service-detail-form__title {font-family:'Unbounded';font-style:normal;font-weight:700;font-size:24px;line-height:40px }}.service-detail-form__title span {display:block;font-family:Unbounded;font-size:160px;line-height:160px;font-weight:600 }@media (max-width:1023.98px) {.service-detail-form__title span {display:none }}.service-detail-form__form {display:flex;flex-direction:column;justify-content:end;gap:72px;height:100% }@media (max-width:767.98px) {.service-detail-form__form {gap:24px }.service-detail-form__form .form-group {flex-direction:column;align-items:stretch }}.service-detail-form__agreement {text-align:start }.section-header {display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px;margin-bottom:64px;padding:0 40px }@media (max-width:767.98px) {.section-header {flex-direction:column;align-items:stretch;margin-bottom:28px;padding:0 }}.section-header__title {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:32px;line-height:40px }@media (max-width:767.98px) {.section-header__title {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:24px;line-height:40px }}.section-header__actions {display:flex;align-items:center;gap:20px }.bottom-navigation-bar {position:relative;padding:16px 24px 18px;border-radius:40px;border:1px solid #eff8f5;background-color:#2d292a;pointer-events:all }.bottom-navigation-bar::before,.bottom-navigation-bar::after {content:'';position:absolute;top:0;height:100%;width:30px;background:linear-gradient(to left,#2d292a 40%,rgba(33,33,33,0) 100%);z-index:2 }.bottom-navigation-bar::before {left:0;transform:rotateY(180deg) }.bottom-navigation-bar::after {right:0 }.bottom-navigation-bar-wrapper {position:fixed;left:12px;right:12px;bottom:60px;display:flex;justify-content:center;z-index:20;pointer-events:none }@media (max-width:767.98px) {.bottom-navigation-bar-wrapper {bottom:20px }}.bottom-navigation-bar__item {width:fit-content }.bottom-navigation-bar__item:not(:last-child) {margin-right:24px }.bottom-navigation-bar__link {color:rgba(239,248,245,0.6);font-family:Unbounded;font-size:12px;line-height:12px;font-weight:300 }.bottom-navigation-bar__link.active {color:#eff8f5 }.category-catalog-head {display:grid;grid-template-areas:'i t' 'i r';row-gap:40px;column-gap:80px;grid-template-columns:auto 1fr;padding:64px 0 }@media (max-width:1023.98px) {.category-catalog-head {column-gap:40px;row-gap:30px }}@media (max-width:767.98px) {.category-catalog-head {grid-template-areas:'i' 't' 'r';row-gap:40px;column-gap:0;padding:40px 0 }}.category-catalog-head__image {grid-area:i;height:160px;mix-blend-mode:darken }@media (max-width:1023.98px) {.category-catalog-head__image {height:94px }}.category-catalog-head__title {grid-area:t;text-transform:uppercase;font-family:'Unbounded';font-style:normal;font-weight:600;font-size:56px;line-height:64px }@media (max-width:767.98px) {.category-catalog-head__title {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:24px;line-height:40px }}.category-catalog-head__rules {grid-area:r;display:flex;align-items:center;gap:24px;font-family:'Unbounded';font-style:normal;font-weight:400;font-size:16px;line-height:22px }@media (max-width:767.98px) {.category-catalog-head__rules {font-family:'Unbounded';font-style:normal;font-weight:400;font-size:14px;line-height:22px }}.page-category-catalog-drawer {display:flex;--drawer-width:480px }@media (min-width:1200px) {.page-category-catalog-drawer__menu {width:0;flex-shrink:0;overflow:clip;transition:width 0.3s }}@media (max-width:1199.98px) {.page-category-catalog-drawer__menu {position:fixed;background:#eff8f5;left:0;right:0;bottom:0;z-index:30;width:unset;padding-top:30px;padding-bottom:10px }}@media (min-width:1200px) {.page-category-catalog-drawer.active .page-category-catalog-drawer__menu {width:var(--drawer-width) }}@media (min-width:1200px) {.page-category-catalog-drawer__menu-inner {width:var(--drawer-width);position:sticky;top:0;padding:24px 0 24px 24px;direction:rtl;height:100vh;overflow-y:auto }.page-category-catalog-drawer__menu-inner >* {direction:ltr }}.page-category-catalog-drawer__content {transition-property:transform,max-width;transition:0.3s }.page-category-catalog-drawer.active .page-category-catalog-drawer__content {padding-left:30px }@media (min-width:1200px) {.page-category-catalog-drawer.active .page-category-catalog-drawer__content {max-width:calc(100% - var(--drawer-width)) }}.page-category-catalog-drawer__content-inner {border-left:1px solid #2d292a;border-right:1px solid #2d292a;border-bottom:1px solid #2d292a }@media (max-width:1199.98px) {.page-category-catalog-drawer__content-inner {border:none }}.page-category-catalog-drawer__toggle {position:sticky;top:45vh;padding:0;border:0;outline:0;background:none;z-index:10;cursor:pointer;transform-origin:left;transition:transform 0.3s }@media (max-width:1199.98px) {.page-category-catalog-drawer__toggle {display:none }}.page-category-catalog-drawer.active .page-category-catalog-drawer__toggle {transform:rotateY(180deg) }.page-category-catalog-drawer.active .page-category-catalog-drawer__toggle .category-menu__ticker {opacity:0 }.category-menu-container {position:sticky;top:0;z-index:10 }.category-menu__ticker {transform-origin:left;animation:ticker 15s linear 0s infinite forwards }@keyframes ticker {from {transform:rotate(0deg) }to {transform:rotate(-360deg) }}@media (min-width:1200px) {.menu-service-category__list {display:grid;grid-template-columns:repeat(2,1fr);grid-auto-flow:row;gap:8px;margin-top:24px }.menu-service-category__list >* {grid-row-end:span 3 }.menu-service-category__list >*:nth-child(4) {grid-row-end:span 4 }.menu-service-category__list >*:nth-child(5) {grid-row-end:span 4 }.menu-service-category__list >*:nth-child(6) {grid-row-end:span 4 }.menu-service-category__list >*.current {grid-row-end:span 5;grid-row-start:1 }}@media (max-width:1199.98px) {.menu-service-category__list {position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box }.menu-service-category__list >*:not(:last-child) {margin-right:12px }.menu-service-category__list >*:first-child {margin-left:12px }}.card-menu-service-category {display:flex;flex-direction:column;justify-content:space-between;gap:24px;padding:24px;border-radius:24px;background-color:var(--csc-background-color,#66c2b5) }.card-menu-service-category.current {background-image:url(../themes/colba-redesign/assets/images/noise.png);background-blend-mode:soft-light;animation:noise 60s linear infinite }@media (max-width:1199.98px) {.card-menu-service-category {flex-direction:row-reverse;align-items:center;padding:4px 10px }}.card-menu-service-category__head {display:flex;align-items:center;justify-content:space-between;gap:20px }.card-menu-service-category__title {font-family:'Unbounded';font-style:normal;font-weight:500;font-size:18px;line-height:24px }@media (max-width:1199.98px) {.card-menu-service-category__title {white-space:nowrap;font-family:'Commissioner';font-style:normal;font-weight:400;font-size:14px;line-height:24px }}.card-menu-service-category__initial {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:32px;line-height:40px }@media (max-width:767.98px) {.card-menu-service-category__initial {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:24px;line-height:40px }}@media (max-width:1199.98px) {.card-menu-service-category__initial {display:none }}.card-menu-service-category__count {text-align:right;font-family:Unbounded;font-size:12px;line-height:16px;font-weight:400 }@media (max-width:1199.98px) {.card-menu-service-category__count {white-space:nowrap }}@media (max-width:1199.98px) {.card-menu-service-category__count br {display:none }}.card-menu-service-category__list {display:flex;flex-direction:column;gap:8px;border-top:1px dashed #2d292a;padding-top:24px;font-family:'Unbounded';font-weight:300;font-size:12px;line-height:16px }@media (max-width:1199.98px) {.card-menu-service-category__list {display:none }}.card-menu-service-category__list a.active {font-weight:500 }@keyframes noise {0% {background-position:-400px -500px }15% {background-position:-700px -300px }30% {background-position:-1000px -400px }45% {background-position:-700px -560px }60% {background-position:-200px -200px }75% {background-position:-50px -80px }100% {background-position:-400px -500px }}.category-catalog-about {position:relative;display:flex;flex-wrap:wrap;gap:64px;padding:64px;border-top:1px solid #2d292a;border-bottom:1px solid #2d292a }@media (max-width:767.98px) {.category-catalog-about {padding:40px 0;flex-direction:column;gap:24px }}.category-catalog-about::before {content:'';background-image:url(/themes/colba-redesign/assets/images/service-list-about-bg.jpeg);position:absolute;top:0;left:0;right:0;height:100%;filter:saturate(0);opacity:0.1;z-index:-1 }@media (max-width:767.98px) {.category-catalog-about::before {left:-12px;right:-12px }}.category-catalog-about >* {min-width:500px;flex:1 1 auto;width:40% }@media (max-width:767.98px) {.category-catalog-about >* {min-width:unset;width:unset }}.category-catalog-about__title {font-family:Unbounded;font-size:32px;line-height:40px;font-weight:600;margin-bottom:40px }.category-catalog-about__description {font-family:Commissioner;font-size:18px;line-height:24px;font-weight:400;font-family:'Commissioner';font-style:normal;font-weight:400;font-size:18px;line-height:24px }@media (max-width:767.98px) {.category-catalog-about__description {font-family:'Commissioner';font-style:normal;font-weight:400;font-size:14px;line-height:24px }}.category-catalog-about__description h1 {font-family:'Unbounded';font-style:normal;font-weight:700;font-size:48px;line-height:56px;margin-bottom:20px }@media (max-width:767.98px) {.category-catalog-about__description h1 {font-family:'Unbounded';font-style:normal;font-weight:700;font-size:24px;line-height:40px }}.category-catalog-about__description h2 {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:32px;line-height:40px;margin-bottom:20px }@media (max-width:767.98px) {.category-catalog-about__description h2 {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:24px;line-height:40px }}.category-catalog-about__description h3 {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:24px;line-height:28px;margin-bottom:20px }@media (max-width:767.98px) {.category-catalog-about__description h3 {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:18px;line-height:22px }}.category-catalog-about__description h4 {font-family:'Unbounded';font-style:normal;font-weight:500;font-size:18px;line-height:24px;margin-bottom:20px }@media (max-width:767.98px) {.category-catalog-about__description h4 {font-family:'Unbounded';font-style:normal;font-weight:500;font-size:16px;line-height:24px }}.category-catalog-about__description img {border-radius:24px }.category-catalog-about__description p {margin-bottom:20px }.category-catalog-about__description ol,.category-catalog-about__description ul {margin-bottom:20px }.category-catalog-about__description ol {padding-left:20px;list-style-type:decimal }.category-catalog-about__description ul {padding-left:20px;list-style-type:disc }.category-catalog-about__steps-title {font-family:Unbounded;font-size:18px;line-height:24px;font-weight:500;margin-bottom:40px }.category-catalog-about__steps-list {display:flex;flex-direction:column;gap:8px }@media (min-width:1200px) {.category-catalog__review-slider {padding-left:24px;padding-right:24px }}.step-approach-card {display:grid;grid-template-columns:64px auto;grid-template-rows:auto auto;grid-template-areas:"a b" "a c";column-gap:40px;row-gap:16px;padding:40px;background-color:rgba(236,130,108,0.2);border-radius:24px;backdrop-filter:blur(20px) }.step-approach-card__icon {grid-area:a }.step-approach-card__icon img {width:64px;height:64px;object-fit:cover }.step-approach-card__title {grid-area:b;min-height:48px;font-family:Unbounded;font-size:18px;line-height:24px;font-weight:400 }.step-approach-card__description {grid-area:c;font-family:Commissioner;font-size:16px;line-height:22px;font-weight:400 }.services-list {display:flex;flex-direction:column;gap:64px;padding:64px }@media (max-width:767.98px) {.services-list {gap:40px;padding:40px 0 }}.services-list__head {display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:28px }@media (max-width:767.98px) {.services-list__head {flex-direction:column;align-items:stretch }}.services-list__title {font-family:Unbounded;font-size:32px;line-height:40px;font-weight:600 }.services-list__tabs-list {display:flex;flex-wrap:wrap;row-gap:10px;align-items:center }@media (max-width:575.98px) {.services-list__tabs-list >* {flex:1 1 auto }}.services-list__tab.active {color:#eff8f5 }.services-list__hint-list {display:flex;align-items:center;gap:16px;width:100% }@media (max-width:767.98px) {.services-list__hint-list {align-items:stretch;flex-direction:column }}.services-list__hint-list >* {flex:1 1 auto }.services-list__hint {display:flex;align-items:center;gap:24px;color:#ec826c;font-family:Commissioner;font-size:14px;line-height:14px;font-weight:400 }.services-list [data-current-type="1"] td[data-type="1"] {display:table-cell }.services-list [data-current-type="2"] td[data-type="2"] {display:table-cell }.services-list [data-current-type="3"] td[data-type="3"] {display:table-cell }.services-list__table-container {display:grid;grid-template-columns:repeat(2,minmax(520px,1fr));align-items:start;gap:64px }@media (max-width:1439.98px) {.services-list__table-container {grid-template-columns:repeat(auto-fill,minmax(520px,1fr)) }}@media (max-width:767.98px) {.services-list__table-container {gap:40px;grid-template-columns:1fr }}.services-list__table-container a[href]:hover {color:#ec826c }.services-list table {border-spacing:0 8px }@media (max-width:767.98px) {.services-list table {border-spacing:0 16px;display:block;overflow-x:auto;white-space:nowrap }}.services-list thead {font-family:Unbounded;font-size:18px;line-height:24px;font-weight:500 }.services-list thead td {padding-bottom:16px }.services-list tbody {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:16px;line-height:22px }@media (max-width:767.98px) {.services-list tbody {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:14px;line-height:22px }}.services-list tbody td[data-tab-content] {display:none }.services-list tbody td[data-tab-content].active {display:table-cell }@media (max-width:575.98px) {.services-list tbody td {display:inline-block }}.services-list tbody td.name {min-width:280px;max-width:50%;width:100%;font-weight:400 }@media (max-width:575.98px) {.services-list tbody td.name {max-width:unset;width:240px;min-width:240px;max-width:240px;white-space:wrap }}.services-list tbody td.price {min-width:100px;text-align:end }@media (max-width:767.98px) {.services-list tbody td.price {width:50% }}@media (max-width:575.98px) {.services-list tbody td.price {width:unset }}.services-list tbody td.time {min-width:140px;text-align:end }@media (max-width:767.98px) {.services-list tbody td.time {width:50% }}@media (max-width:575.98px) {.services-list tbody td.time {width:unset }}@media (max-width:767.98px) {.services-list tbody td[colspan="2"] {width:100%;padding-left:40px }}.services-list tbody .unavailable {padding:6px 16px;background-color:rgba(236,130,108,0.1);border-radius:40px;color:#ec826c;text-align:center;font-family:Unbounded;font-size:12px;line-height:12px;font-weight:400 }.service-type-list {display:flex;gap:64px;flex-direction:column;padding:64px;background-color:#fff;border-top:1px solid #2d292a;border-bottom:1px solid #2d292a }.service-type-list__title {grid-area:t;font-family:'Unbounded';font-style:normal;font-weight:600;font-size:32px;line-height:40px }@media (max-width:767.98px) {.service-type-list__title {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:24px;line-height:40px }}.service-type-list__list-titles,.service-type-list__list-photos {display:grid;grid-template-columns:repeat(4,1fr);gap:64px }.service-type-list__list-photos {grid-area:pl }.service-type-list__footer {grid-area:dl;display:flex;flex-direction:row;align-items:center;gap:40px;justify-content:space-between }@media (max-width:1023.98px) {.service-type-list__footer {flex-direction:column }}@media (max-width:1199.98px) {.service-type-list__footer {flex-wrap:wrap }}.service-type-list__list-descriptions >*:not(.current) {display:none }.service-type-list__description {font-family:'Commissioner';font-style:normal;font-weight:400;font-size:18px;line-height:24px }@media (max-width:767.98px) {.service-type-list__description {font-family:'Commissioner';font-style:normal;font-weight:400;font-size:14px;line-height:24px }}@media (max-width:1023.98px) {.service-type-list {display:grid;align-items:start;grid-template-areas:'t t' 'pl tl' 'dl dl';padding:40px 24px }.service-type-list__list-photos {display:block }.service-type-list__list-photos >*:not(.current) {display:none }.service-type-list__list-titles {grid-area:tl;display:grid;grid-template-columns:1fr 1fr;gap:64px }}@media (max-width:767.98px) {.service-type-list {grid-template-areas:'t t' 'tl pl' 'dl dl';row-gap:40px;column-gap:20px;padding:40px 12px;margin:0 -12px }.service-type-list__list-titles {grid-template-columns:1fr;gap:20px }}@media (max-width:1439.98px) {.page-category-catalog-drawer.active .service-type-list {display:grid;align-items:start;grid-template-areas:'t t' 'pl tl' 'dl dl';padding:40px 24px }.page-category-catalog-drawer.active .service-type-list__list-photos {display:block }.page-category-catalog-drawer.active .service-type-list__list-photos >*:not(.current) {display:none }.page-category-catalog-drawer.active .service-type-list__list-titles {grid-area:tl;display:grid;grid-template-columns:1fr 1fr;gap:64px }}.service-type-list__actions {display:flex;flex-direction:column;align-items:center;gap:20px;min-width:420px }.service-type-list__actions a {font-weight:600 }.service-type-card {display:flex;flex-direction:column;gap:64px }.service-type-card__photo {width:100%;aspect-ratio:0.7882352941;border-radius:24px;opacity:0.6;object-fit:cover;min-width:124px }.service-type-card.current .service-type-card__photo {opacity:1 }.service-type-card__bottom {display:flex;gap:16px }.service-type-card__title {font-family:'Unbounded';font-style:normal;font-weight:400;font-size:16px;line-height:22px }@media (max-width:767.98px) {.service-type-card__title {font-family:'Unbounded';font-style:normal;font-weight:400;font-size:14px;line-height:22px }}.service-type-card.current .service-type-card__title {text-decoration:underline }.service-type-card__number {font-size:12px;font-family:Unbounded;font-weight:300;line-height:12px }.more-button {padding:24px 32px;border-radius:40px;border:1px solid #2d292a;outline:0;background:none;text-transform:uppercase;font-family:Montserrat;font-style:normal;font-weight:600;font-size:14px;line-height:22px }@media (max-width:767.98px) {.more-button {padding:12px 24px;font-size:12px;line-height:22px }}.page-home-section-title {font-family:Montserrat;font-style:normal;font-weight:200;font-size:88px;line-height:96px;text-transform:uppercase }@media (max-width:767.98px) {.page-home-section-title {font-size:44px;line-height:54px }}.page-home-section {z-index:1;position:relative;background-color:#eff8f5 }.chevron-container {width:28px;height:63px;padding:0;border:none;background-color:transparent;outline:0 }.chevron-container .chevron {position:absolute;top:0;left:0;width:28px;height:8px;opacity:0;transform:scale3d(0.5,0.5,0.5);animation:move 3s ease-out infinite }.chevron-container .chevron:first-child {animation:move 3s ease-out 1s infinite }.chevron-container .chevron:nth-child(2) {animation:move 3s ease-out 2s infinite }.chevron-container .chevron:before,.chevron-container .chevron:after {content:' ';position:absolute;top:0;height:100%;width:51%;background:#64c1b1 }.chevron-container .chevron:before {left:0;transform:skew(0deg,30deg) }.chevron-container .chevron:after {right:0;width:50%;transform:skew(0deg,-30deg) }@keyframes move {25% {opacity:1 }33% {opacity:1;transform:translateY(30px) }67% {opacity:1;transform:translateY(40px) }100% {opacity:0;transform:translateY(55px) scale3d(0.5,0.5,0.5) }}@keyframes pulse {to {opacity:1 }}.page-home-services {position:relative;min-height:900px;padding-top:200px;padding-bottom:130px;overflow:hidden }@media (max-width:767.98px) {.page-home-services {min-height:unset;padding-top:60px;padding-bottom:40px }}.page-home-services__head {display:flex;align-items:center;gap:24px;margin-bottom:120px }@media (max-width:1023.98px) {.page-home-services__head {margin-bottom:24px;flex-wrap:wrap }}.page-home-services__pagination {align-self:flex-start;width:fit-content;color:rgba(45,41,42,0.3);font-family:'Montserrat';font-style:normal;font-weight:300;font-size:16px;line-height:24px;text-transform:uppercase }.page-home-services__spacer {flex:1;margin:0 30px }@media (max-width:575.98px) {.page-home-services__spacer {display:none }}.page-home-services__splash {position:absolute;right:0;top:0;bottom:0;z-index:0;mix-blend-mode:overlay;height:100% }.page-home-services__category-list {display:flex;flex-wrap:wrap;row-gap:24px;column-gap:16px }@media (max-width:767.98px) {.page-home-services__category-list {row-gap:16px;column-gap:8px;margin-bottom:24px }}.page-home-services__category-list-item {display:flex;align-items:center;gap:24px;padding:18px 32px;border-radius:80px;border:1px solid rgba(45,41,42,0.3);background:none;outline:none;color:#2d292a;cursor:pointer;font-family:'Montserrat';font-style:normal;font-weight:300;font-size:24px;line-height:32px }@media (max-width:767.98px) {.page-home-services__category-list-item {padding:12px 16px;font-size:16px;line-height:22px }}.page-home-services__category-list-item.active {color:#fff;--bga-color-1:#296477;--bga-color-2:#893d50;--bga-color-3:#7a126a;--bga-color-4:#727352;animation:bga 40s linear infinite;border:transparent }.page-home-services__category-list-item span {opacity:0.3;font-family:'Montserrat';font-style:normal;font-weight:300;font-size:16px;line-height:22px }@media (max-width:767.98px) {.page-home-services__category-list-item span {font-size:14px;line-height:18px }}.page-home-services__service-list {display:flex;flex-direction:column;gap:12px }.page-home-services__service-list-item {display:flex;align-items:center;justify-content:space-between;gap:20px;font-family:'Montserrat';font-weight:500;font-style:normal;font-size:14px;line-height:22px;white-space:nowrap }.page-home-services__service-list-item a {font-weight:300;white-space:wrap }.page-home-promotions {position:relative;min-height:900px;padding-top:200px;padding-bottom:130px;overflow:hidden }@media (max-width:767.98px) {.page-home-promotions {min-height:unset;padding-top:60px;padding-bottom:40px }}.page-home-promotions__head {display:flex;align-items:center;gap:24px;margin-bottom:90px }@media (max-width:1023.98px) {.page-home-promotions__head {margin-bottom:24px;flex-wrap:wrap }}.page-home-promotions__actions {display:flex;align-items:center;gap:56px }@media (max-width:767.98px) {.page-home-promotions__actions {gap:24px }}.page-home-promotions__navigation {display:flex;align-items:center;gap:16px }.page-home-promotions__navigation-button {outline:0;border:0;border-radius:50%;padding:0;background:none;line-height:0;cursor:pointer }@media (max-width:767.98px) {.page-home-promotions__navigation-button svg {width:48px;height:48px }}.page-home-promotions__spacer {flex:1;margin:0 30px }@media (max-width:1023.98px) {.page-home-promotions__spacer {display:none }}.page-home-promotions__slide {max-width:350px;width:100%;align-self:stretch;height:unset }.page-home-promotions__slide:not(:last-child) {margin-right:56px }@media (max-width:767.98px) {.page-home-promotions__slide:not(:last-child) {margin-right:24px }}.page-home-promotion-card {display:block;padding:56px;border-radius:40px;background-color:rgba(102,194,181,0.2);backdrop-filter:blur(60px);height:100%;border-right:1px solid #3be77b;border-bottom:1px solid #3be77b }@media (max-width:767.98px) {.page-home-promotion-card {padding:24px }}.page-home-promotion-card__image {width:96px;height:96px;margin-bottom:96px;border-radius:50%;object-fit:cover }@media (max-width:767.98px) {.page-home-promotion-card__image {margin-bottom:48px }}.page-home-promotion-card__date {margin-bottom:24px;color:rgba(45,41,42,0.6);font-family:'Montserrat';font-style:normal;font-weight:400;font-size:12px;line-height:20px }@media (max-width:767.98px) {.page-home-promotion-card__date {margin-bottom:12px }}.page-home-promotion-card__title {font-family:'Montserrat';font-style:normal;font-weight:300;font-size:24px;line-height:34px }.page-home-gallery {padding-top:250px }@media (max-width:767.98px) {.page-home-gallery {padding-top:100px }}.page-home-gallery__head {display:flex;flex-direction:column;align-items:center;gap:64px;margin-bottom:38px }@media (max-width:1023.98px) {.page-home-gallery__head {margin-bottom:24px;flex-wrap:wrap;gap:24px }}.page-home-gallery__title {text-align:center }.page-home-gallery__actions {display:flex;align-items:center;gap:56px }@media (max-width:767.98px) {.page-home-gallery__actions {gap:24px }}.page-home-gallery__tab-content:not(.active) {display:none }@media (min-width:768px) {.page-home-gallery-slider__footer {display:none }}@media (max-width:767.98px) {.page-home-gallery-slider__wrapper {position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box }}@media (max-width:767.98px) {.page-home-gallery-slider__item {flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block }}@media (max-width:767.98px) {.page-home-gallery-photo-slider {overflow:hidden }}@media (min-width:768px) {.page-home-gallery-photo-slider__wrapper {display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding-bottom:40px }@include media-breakpoint-down(xl)) {.page-home-gallery-photo-slider__wrapper >*:nth-child(3n+2) {transform:translateY(64px) }}}@media (min-width:1440px) {.page-home-gallery-photo-slider__wrapper {grid-template-columns:repeat(4,1fr) }.page-home-gallery-photo-slider__wrapper >*:nth-child(2n+2) {transform:translateY(64px) }}@media (max-width:767.98px) {.page-home-gallery-photo-slider__item {max-width:240px }.page-home-gallery-photo-slider__item:not(:last-child) {margin-right:24px }}.page-home-gallery-photo-slider__card {border-radius:20px }@media (max-width:767.98px) {.page-home-gallery-video-list {overflow:hidden }}.page-home-gallery-video-list__wrapper {grid-template-columns:repeat(3,1fr) }@media (min-width:768px) {.page-home-gallery-video-list__wrapper {display:grid;grid-template-columns:repeat(2,1fr);gap:24px }}.page-home-gallery-video-list__wrapper {grid-template-columns:repeat(3,1fr) }@media (max-width:767.98px) {.page-home-gallery-video-list__item {max-width:260px }.page-home-gallery-video-list__item:not(:last-child) {margin-right:24px }}.page-home-banner {display:flex;flex-direction:column;justify-content:center;align-items:center;gap:64px;overflow:hidden;min-height:calc(100vh - 77px);pointer-events:none;will-change:contents }@media (max-width:1023.98px) {.page-home-banner {gap:16px }}.page-home-banner .leter:not(.aos-animate) {transform:translate3d(-1200px,0,0) }.page-home-banner .leter {transition-duration:3s !important }.page-home-banner .l-1,.page-home-banner .l-2,.page-home-banner .l-3 {transition-duration:3s !important;will-change:contents }.page-home-banner .l-1[data-aos="fade-right"]:not(.aos-animate) {transform:translate3d(-300px,0,0) }.page-home-banner .l-2[data-aos="fade-left"]:not(.aos-animate) {transform:translate3d(300px,0,0) }.page-home-banner .l-3[data-aos="fade-right"]:not(.aos-animate) {transform:translate3d(-500px,0,0) }.page-home-banner >svg {z-index:2;position:relative;min-width:1400px;width:calc(100% + 200px) }@media (max-width:767.98px) {.page-home-banner >svg {min-width:unset;width:calc(100% + 500px) }}.page-home-banner__inner {position:relative }.page-home-banner__logo {opacity:0.6 }@media (max-width:1023.98px) {.page-home-banner__logo {transform:translate(25%,25%) scale(0.5) }}.page-home-banner__logo path {fill:#fff }.page-home-banner__chevrone {position:relative;z-index:4;cursor:pointer;pointer-events:all }.page-home-banner__signup,.page-home-banner__link {position:relative;z-index:1;pointer-events:all }a.page-home-banner__link {display:flex;align-items:center;gap:10px;color:#fff;position:absolute;right:20px;bottom:20px }a.page-home-banner__link:before {opacity:0 }a.page-home-banner__link svg {flex-shrink:0 }a.page-home-banner__link--fixed {position:fixed;z-index:10;right:100px;bottom:30px }@media (max-width:1199.98px) {a.page-home-banner__link--fixed {right:20px;bottom:2px }}@media (max-width:767.98px) {a.page-home-banner__link {right:unset;padding:12px 18px;font-size:12px;line-height:22px }}.first-screen__canvas {position:absolute;top:0;left:0;position:fixed;width:100%;height:100%;opacity:0;transition:all 0.5s ease }.first-screen__canvas.is-visible {opacity:1 }.page-about__chip {--chip-background-color:#ec826c;margin-bottom:14px;color:#fff }.page-about__markblock {padding:30px;background-color:#fff;border-radius:20px }.page-about__markblock-title {color:#ec826c;font-family:'Unbounded';font-style:normal;font-weight:400;font-size:24px;line-height:28px }@media (max-width:767.98px) {.page-about__markblock-title {font-family:'Unbounded';font-style:normal;font-weight:400;font-size:18px;line-height:22px }}.page-about__markblock-description {font-family:'Commissioner';font-style:normal;font-weight:400;font-size:18px;line-height:24px }@media (max-width:767.98px) {.page-about__markblock-description {font-family:'Commissioner';font-style:normal;font-weight:400;font-size:14px;line-height:24px }}.clipped {-webkit-clip-path:url('../themes/colba-redesign/assets/styles/app/#my-clip-path');clip-path:url('../themes/colba-redesign/assets/styles/app/#my-clip-path') }.page-about-head {position:relative;margin-top:24px }@media (max-width:1023.98px) {.page-about-head {margin:0 -12px;margin-top:20px }}.page-about-head__inner {height:676px;position:relative }.page-about-head__image {width:100%;height:100%;border-radius:40px }.page-about-head__content {position:absolute;top:50%;left:50%;width:100%;transform:translate(-50%,-50%) }.page-about-head__title {text-transform:uppercase;text-align:center;margin-bottom:80px;font-family:'Unbounded';font-style:normal;font-weight:600;font-size:56px;line-height:64px }@media (max-width:767.98px) {.page-about-head__title {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:24px;line-height:40px }}.page-about-founder-card {display:grid;grid-template-areas:'p n' 'p d';grid-template-columns:auto 1fr;row-gap:20px;column-gap:24px }@media (max-width:1439.98px) {.page-about-founder-card {grid-template-areas:'p n' 'd d';row-gap:12px }}.page-about-founder-card__photo {grid-area:p }.page-about-founder-card__name {grid-area:n;align-self:flex-end;font-family:'Unbounded';font-style:normal;font-weight:600;font-size:24px;line-height:28px }@media (max-width:767.98px) {.page-about-founder-card__name {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:18px;line-height:22px }}@media (max-width:1439.98px) {.page-about-founder-card__name {align-self:center }}.page-about-founder-card__description {grid-area:d;align-self:flex-start;font-family:'Commissioner';font-style:normal;font-weight:400;font-size:16px;line-height:20px }@media (max-width:767.98px) {.page-about-founder-card__description {font-family:'Commissioner';font-style:normal;font-weight:400;font-size:14px;line-height:18px }}.page-about-collection-history__list {display:grid;grid-template-columns:1fr 1fr 1fr;row-gap:16px;column-gap:24px }@media (max-width:767.98px) {.page-about-collection-history__list {grid-template-columns:1fr 1fr }}@media (min-width:768px) {.page-about-collection-history__list-item:nth-child(2) {padding-top:72px;transform:translateY(-36px) }}.page-about-collection-history__list-item:nth-child(3) {grid-row-end:span 2;padding-bottom:180px }@media (max-width:767.98px) {.page-about-collection-history__list-item:nth-child(3) {grid-row-start:1;grid-column-start:2;grid-row-end:span 2;padding-top:70px;padding-bottom:unset }}@media (min-width:768px) {.page-about-collection-history__list-item:nth-child(5) {padding-bottom:36px;transform:translateY(-36px) }}.page-about-collection-history__list img {border-radius:20px;width:100%;height:100%;object-fit:cover }.page-about-about__title {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:32px;line-height:40px }@media (max-width:767.98px) {.page-about-about__title {font-family:'Unbounded';font-style:normal;font-weight:600;font-size:24px;line-height:40px }}@media (max-width:767.98px) {.page-about-about__title {font-family:'Unbounded';font-style:normal;font-weight:500;font-size:18px;line-height:24px }}@media (max-width:767.98px) and (max-width:767.98px) {.page-about-about__title {font-family:'Unbounded';font-style:normal;font-weight:500;font-size:16px;line-height:24px }}.page-about-about__image-container {position:relative }.page-about-about__image {position:absolute;right:0;top:calc(50% - 210px) }.yButton {display:none !important }