: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:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease 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) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{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.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{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-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)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}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__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.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-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0px)}.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:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.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:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.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:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.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: 0px;--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: 16px;--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;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.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);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(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;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-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .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{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{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;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: 16px;--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:0px !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}@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;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-slide,.swiper-3d .swiper-cube-shadow{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-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{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, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 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, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 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:rgba(0,0,0,0)}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .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-prev,.swiper-button-next{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-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none !important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next 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-prev:after,.swiper-button-next: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:300ms 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-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(0.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(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(0.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, 0.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-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0px, -50%, 0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:200ms transform,200ms 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:200ms transform,200ms left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms 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, 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-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{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, 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-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{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, 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>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{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:0px;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-top,.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{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-top,.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{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}*{padding:0;margin:0;vertical-align:baseline;box-sizing:border-box}html{font-family:"Work Sans"}img{max-width:100%;display:block;margin:0}a{color:#4ab9bb}a:visited{color:#4ab9bb}.m600{margin-left:auto;margin-right:auto;max-width:600px !important}.mb-12{margin-bottom:12px !important}.w100mw400{width:100% !important;max-width:400px !important}.d-none{display:none !important}@keyframes pulse_br{70%{box-shadow:0 0 0 6px rgba(237,22,80,0)}100%{box-shadow:0 0 0 0 rgba(237,22,80,0)}}.mw100{max-width:100%}.mt-20{margin-top:20px !important}.toolTipWrp{position:relative}.toolTipWrp .toolTipText{position:absolute;display:none;top:-24px;left:0px;padding:2px 4px;border:1px solid rgba(74,185,187,.2);background-color:#fff;border-radius:4px;box-shadow:rgba(100,100,111,.2) 0px 7px 29px 0px}.container{padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto;max-width:1240px}.content_container{padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto;max-width:1128px}.body_container{margin-left:auto;margin-right:auto;max-width:1128px;width:100%}.form-group{margin-top:12px}h1{font-size:22px}h2{font-size:17px}h3{font-size:16px}h4{font-size:15px}.mt-12{margin-top:12px !important}.pageTitle{margin-bottom:16px}.mb-12{margin-bottom:12px}.mb-20{margin-bottom:20px !important}.btn{display:flex;height:44px;justify-content:center;align-items:center;background-color:#20a9ac;outline:none;border:none;font-weight:500;color:rgba(255,255,255,.8);font-size:16px;font-variant-numeric:lining-nums tabular-nums;border-radius:8px;cursor:pointer;width:100%}.btn:hover{opacity:.8;color:#fff}.formGroup{margin-bottom:12px}.pRelative{position:relative}.rows{display:flex;flex-wrap:wrap;margin-left:-6px;margin-right:6px}.rows>div{padding-left:6px;padding-right:6px}.rows .col-4{width:33.33333%}.rows .col-4 select{width:100%}.rows .col-6{width:50%}.box-form{padding-top:12px}form label{display:inline-block;margin-bottom:.5rem}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;font-size:14px;height:44px;padding-left:12px;padding-right:12px}.form-control::placeholder{color:#99a1b2}.form-control:focus{color:#212529;background-color:#fff;border-color:rgba(32,169,172,.4);outline:0;box-shadow:0 0 0 .25rem rgba(32,169,172,.25)}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-fcus:focus{color:#212529;background-color:#fff;border-color:rgba(32,169,172,.4);outline:0;box-shadow:0 0 0 .25rem rgba(32,169,172,.25)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.5;color:#495057;vertical-align:middle;background:#fff;background-size:8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:30%}.iconPreviewPassword{position:absolute;right:12px;top:50%;transform:translateY(-50%);cursor:pointer}.iconPreviewPassword:hover path{fill:#000}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0px 10px !important}.swiper-pagination-bullet{width:24px !important}.swiper-pagination-bullet-active{background-color:#ffab4f !important}.pageAuth{display:flex;align-items:center;justify-content:center}.authContainer{display:flex;flex-direction:column;align-items:center;width:100%;max-width:770px}.authContainer .authBg{width:100%;aspect-ratio:1.25/1;overflow:hidden;display:flex;position:relative}.authContainer .authBg .authBannerImage{position:absolute;z-index:10;width:100%}.authContainer .authBg .authBrandImage{position:absolute;z-index:20;height:80%;left:30px;bottom:24px}.authContainer .webLogo{display:flex}.authContainer .authFormWrp{margin-top:16px;display:flex;flex-direction:column;justify-content:center;width:100%;padding-left:16px;padding-right:16px;padding-bottom:24px}.authContainer .webLogo{justify-content:center}.authContainer .slogan{margin-top:8px;width:250px;margin-left:auto;margin-right:auto;text-align:center;margin-bottom:16px;color:#1f2229;font-size:14px;font-weight:400;line-height:20px}.txtForgotPass{margin-left:auto;display:flex;width:fit-content;color:#4ab9bb;font-size:14px;font-weight:500;line-height:20px;text-decoration:none}.txtForgotPass:hover{opacity:.8}.txtNotAccountYet{display:flex;justify-content:center;color:#7b7b7b;font-size:14px;font-weight:400;line-height:20px;margin-left:auto}.txtNotAccountYet a{color:#4ab9bb;font-weight:700;text-decoration:none;display:inline-block;margin-left:4px}.txtNotAccountYet a:hover{opacity:.8}.txtOr{margin-top:24px;font-size:14px;font-weight:400;line-height:20px;color:#7b7b7b;display:flex;align-items:center;width:100%;justify-content:space-between}.txtAccept{font-size:13px;color:#000;font-weight:400;line-height:20px}.txtAccept a{color:#4ab9bb;font-size:13px;font-weight:600;line-height:20px;text-decoration:none}.checkboxContainer{font-size:14px;color:#7b7b7b;display:flex;align-items:center;cursor:pointer;user-select:none}.checkboxContainer input{display:none}.checkboxContainer .checkmark{position:relative;margin-left:4px;display:block;width:20px;height:20px;background-color:#fff;border:1px solid #d3d7de;border-radius:4px;margin-right:8px;cursor:pointer}.checkboxContainer .checkmark:after{content:"";position:absolute;display:none}.checkboxContainer .checkmark.checked{background-color:#20a9ac;border:1px solid #20a9ac}.checkboxContainer .checkmark.checked:after{display:block;left:6px;top:2px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.btnLoginWithGoogle{cursor:pointer;height:44px;display:flex;justify-content:center;width:100%;align-items:center;border-radius:8px;margin-top:12px}.btnLoginWithGoogle svg{margin-right:8px}.btnLoginWithGoogle:hover{opacity:.8}.btnAuthPost .authformloader{display:none}.btnAuthPost.loading{background-color:#29303c}.btnAuthPost.loading .authformloader{display:block}.btnAuthPost.loading .text{display:none}.authErrMsg{color:#ff3d00;font-size:14px;font-weight:400;line-height:20px;width:100%;text-align:center;opacity:0}.authformloader{width:32px;height:32px;border-radius:50%;position:relative;animation:rotate 1s linear infinite}.authformloader::before,.authformloader::after{content:"";box-sizing:border-box;position:absolute;inset:0px;border-radius:50%;border:3px solid #fff;animation:prixClipFix 2s linear infinite}.authformloader::after{border-color:#ff3d00;animation:prixClipFix 2s linear infinite,rotate .5s linear infinite reverse;inset:6px}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes prixClipFix{0%{clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}25%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)}50%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)}75%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)}100%{clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)}}.popup{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.5)}.popup.show{display:block}.popupContent{background-color:#fff;margin:15% auto;padding:20px;border:1px solid #888;width:80%;max-width:500px;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.3)}.popupContent .title{font-size:1.5em;font-weight:bold}.popupContent .closePopup{cursor:pointer;font-size:1.5em;font-weight:bold}.popupHeader{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;padding-bottom:10px;margin-bottom:20px}.popupBody{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #eee}.popupBody .text{margin-right:auto;margin-left:auto;max-width:400px;text-align:center;margin-bottom:16px;line-height:20px}.dropdownWrp{position:relative}.dropdownWrp.disalbed .head svg{display:none}.dropdownWrp .head{display:flex;cursor:pointer;align-items:center}.dropdownWrp .head img{aspect-ratio:18/12;width:24px;margin-right:8px}.dropdownWrp .head svg{width:12px;height:12px;margin-left:2px}.dropdownWrp .head .text{color:#000;font-size:16px}.dropdownWrp .content{position:absolute;top:100%;min-width:130px;box-shadow:rgba(100,100,111,.2) 0px 7px 29px 0px;background-color:#fff;border-radius:8px;padding:8px 16px;display:none}.dropdownWrp.show .head svg{transform:rotate(180deg)}.dropdownWrp.show .content{display:block}body.menuOpen{overflow:hidden}#header{height:56px}#header.hideHeader{display:none !important}#header .nav_container{display:flex;flex-direction:row;height:100%;align-items:center;justify-content:space-between;position:relative;padding-left:16px;padding-right:16px}#header .nav_container .nav_logo{position:absolute;top:50%;right:50%;transform:translate(50%, -50%)}#header .nav_container .nav_logo img{height:40px}#header .nav_right{display:flex;flex-direction:row;align-items:center;height:100%}#header .nav_right .searchIcon{margin-right:16px;cursor:pointer}#header .nav_right .searchIcon:hover{opacity:.8}#header .nav_right .profileIcon{width:24px;height:24px;position:relative}#header .nav_right .profileIcon svg{width:100%;height:100%}#header .nav_right .profileIcon .userAvatar{display:none;width:24px;height:24px;border-radius:50%}#header .nav_right .profileIcon.loggedIn .userAvatar{display:block}#header .nav_right .profileIcon.loggedIn svg{display:none}#header .menuToggleBtn{cursor:pointer}#header .nav_menu{position:fixed;top:0px;left:0px;bottom:0px;right:0px;background:rgba(0,0,0,.31);z-index:1000;display:none}#header .nav_menu.show{display:block}#header .nav_menu .listMenuItem{list-style-type:none;display:flex;flex-direction:column}#header .nav_menu .listMenuItem .menuItem{margin-bottom:24px}#header .nav_menu .listMenuItem .menuLink{text-decoration:none;font-size:16px;font-style:normal;font-weight:600;line-height:20px;color:#29303c}#header .nav_menu .listMenuItem .menuLink.active{color:#20a9ac}#header .nav_menu .listMenuItem .menuLink:hover{color:#4ab9bb}#header .nav_menu .nav_menu_container{background-color:#fff;width:100%;height:100%;padding:20px;max-width:300px}#header .nav_menu .nav_menu_close_icon{width:fit-content;margin-left:auto;cursor:pointer;user-select:none;margin-bottom:4px}#header .nav_menu .nav_menu_close_icon:hover svg path{fill:#20a9ac}#header .nav_menu .lineDivider{height:1px;display:flex;width:100%;background-color:#e5e5e5;margin-bottom:24px}#header .nav_menu .listMenuHeaderPages{list-style-type:none}#header .nav_menu .listMenuHeaderPages .menuItem{display:flex}#header .nav_menu .listMenuHeaderPages .menuLink{text-decoration:none;color:#29303c;font-size:16px;font-style:normal;font-weight:400;line-height:20px;margin-bottom:24px}#header .nav_menu .listMenuHeaderPages .menuLink:hover{color:#4ab9bb}#header .langWrp{display:flex;width:100%;justify-content:space-between}#header .dropdownWrp .head:hover{opacity:.8}#header .dropdownWrp .head:hover .text{color:#4ab9bb}#header .dropdownWrp .head:hover svg path{fill:#4ab9bb}#header .dropdownWrp .content{flex-direction:column;padding:16px;top:calc(100% + 4px)}#header .dropdownWrp .content .langItem{display:flex;align-items:center;width:100%;text-decoration:none;color:#29303c;margin-bottom:16px}#header .dropdownWrp .content .langItem img{margin-right:8px}#header .dropdownWrp .content .langItem:last-child{margin-bottom:0px}#header .dropdownWrp .content .langItem:hover{opacity:.8}#header .dropdownWrp .content .langItem:hover .text{color:#4ab9bb}#header .authUserSec{display:flex}#header .authUserSec .authLink{text-decoration:none;font-size:16px;color:#29303c;margin-right:16px}#header .authUserSec .authLink:hover{opacity:.8}.bannerWrp{width:100%;position:relative;padding-top:16px;padding-bottom:20px;margin-bottom:8px}.bannerWrp .bannerBgImg{position:absolute;top:0px;left:0px;width:100%;height:100%;z-index:0}.bannerWrp .content_container{position:relative;z-index:1}.bannerWrp .sl1{color:#fff;text-align:center;font-size:22px;font-style:normal;font-weight:700;line-height:150%}.bannerWrp .sl2{color:#ffab4f;text-align:center;font-size:28px;font-style:normal;font-weight:700;line-height:150%}.bannerWrp .line{display:flex;justify-content:center;margin-bottom:20px}.openSearchBox{cursor:pointer}.searchModalOverlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000;z-index:10000;display:none;transition:opacity .15s ease}.searchModalOverlay.show{display:block;opacity:1}@keyframes fallAndBounce{0%{opacity:0;transform:translateY(-200px)}60%{opacity:1;transform:translateY(20px)}80%{transform:translateY(-10px)}100%{transform:translateY(0)}}.searchModal{position:relative;animation:none}.searchModal.show{animation:fallIn .8s cubic-bezier(0.68, -0.55, 0.27, 1.55);opacity:1}@keyframes fallIn{0%{opacity:0;transform:translateY(-200px)}60%{opacity:1;transform:translateY(10px)}100%{transform:translateY(0)}}@keyframes fadeInBackground{from{background:rgba(0,0,0,0)}to{background:rgba(0,0,0,.6)}}.searchBg{pointer-events:none}.searchBg1{position:absolute;opacity:.3;background:radial-gradient(#278485 10%, #4AB9BB 50%);border-radius:9999px;-webkit-filter:blur(100px);filter:blur(100px);height:150px;width:150px;left:30%;top:25%;border-color:#e2e8f0}.searchBg2{height:200px;width:240px;position:absolute;-webkit-filter:blur(100px);filter:blur(100px);top:35%;left:30%;opacity:.7;background:#278485}.searchBg3{width:100px;height:80px;background:radial-gradient(#278485 10%, #4AB9BB 50%);position:absolute;-webkit-filter:blur(100px);filter:blur(100px);top:35%;left:30%;opacity:.7}.searchModalContent{width:100%;padding:12px;width:100%;max-width:672px;margin-right:auto;margin-left:auto;margin-top:100px}.searchBoxWrp{width:100%;position:relative}.searchBoxWrp .searchBox{height:48px;position:relative;border-radius:8px;background-color:#fff;position:relative}.searchBoxWrp .sugText{position:absolute;top:0px;height:100%;width:100%;padding-left:52px;padding-right:52px;outline:none;border-radius:8px;font-size:14px;letter-spacing:1px;color:#7e8b98;z-index:5;font-weight:400;font-family:Arial,Helvetica,sans-serif;background-color:rgba(0,0,0,0)}.searchBoxWrp .txtInput{font-weight:400;top:0px;left:0px;position:absolute;height:100%;width:100%;outline:none;padding-left:52px;padding-right:52px;border-radius:8px;border:none;font-size:14px;letter-spacing:1px;background-color:rgba(0,0,0,0);z-index:100;font-family:Arial,Helvetica,sans-serif}.searchBoxWrp .txtInput::placeholder{color:#676767;font-size:14px;line-height:150%;display:none}.searchBoxWrp .txtInput:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(142,62,255,.55);box-shadow:0 0 0 .2rem rgba(142,62,255,.55)}.searchBoxWrp .btnSubmit{position:absolute;left:16px;top:12px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:none;outline:none;background-color:rgba(0,0,0,0);z-index:100;cursor:pointer}.searchBoxWrp .btnSubmit:hover{opacity:.8}.searchBoxWrp .btnSubmit svg{width:24px;height:24px}.searchBoxWrp .btnSubmit svg path{fill:#29303c}.searchBoxWrp .searchSuggeuestBox{position:absolute;top:calc(100% + 3px);left:0px;width:100%;min-height:400px;z-index:2000;padding:12px 10px;border-radius:8px;box-shadow:rgba(100,100,111,.2) 0px 7px 29px 0px;background-color:#fff;overflow-x:auto;display:none}.searchBoxWrp .btnCloseSearchSug{position:absolute;top:50%;transform:translateY(-50%);right:12px;z-index:3001;width:24px;height:24px;display:none;cursor:pointer}.searchBoxWrp .btnCloseSearchSug svg{width:100%;height:100%}.searchBoxWrp .btnCloseSearchSug svg path{stroke:#ccc}.searchBoxWrp.searching .searchSuggeuestBox{display:block}.searchBoxWrp.searching .btnCloseSearchSug{display:block}.sugItem{display:flex;align-items:center;cursor:pointer;margin-bottom:12px;border-radius:8px;max-width:100%}.sugItem:last-child{margin-bottom:0px}.sugItem .icon{width:64px;height:64px;margin-right:8px}.sugItem img{width:64px;height:64px;border-radius:8px;min-width:64px}.sugItem .title{font-size:16px;margin-bottom:8px;display:flex;white-space:pre}.sugItem .desc{display:flex;align-items:center}.sugItem .desc .downloadCount,.sugItem .desc .version{display:flex;align-items:center;height:24px;padding-left:8px;padding-right:8px;border-radius:4px;font-size:14px}.sugItem .desc .downloadCount svg,.sugItem .desc .version svg{width:14px;height:14px;margin-right:4px}.sugItem .desc .downloadCount svg path,.sugItem .desc .version svg path{stroke:currentColor}.sugItem .desc .downloadCount{margin-right:12px;background-color:#f8ddc0;color:#e27804}.sugItem .desc .version{color:#278485;background-color:#c4f5f6}.sugItem .matchText{font-weight:bold}.sugItem:hover,.sugItem.active{background-color:#f5f5f5}.listTopSearch{position:absolute;display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;margin-bottom:16px;top:calc(100% + 12px);width:100%}.listTopSearch.loaded .loaderWrp{display:none}.listTopSearch .loaderWrp{margin-right:auto;margin-left:auto;height:42px;display:flex;align-self:center;margin-top:12px}.listTopSearch .loader{width:42px;aspect-ratio:1;--_c:no-repeat radial-gradient(farthest-side,#25b09b 92%,#0000);background:var(--_c) top,var(--_c) left,var(--_c) right,var(--_c) bottom;background-size:12px 12px;animation:l7 1s infinite}@keyframes l7{to{transform:rotate(0.5turn)}}.topSearchItem{display:flex;align-items:center;width:calc(50% - 4px);background-color:#ccc;height:42px;border-radius:4px;box-shadow:rgba(100,100,111,.2) 0px 7px 29px 0px;border:1px solid #fff;text-decoration:none;cursor:pointer;padding-left:2px;transition:background-color .3s ease}.topSearchItem:hover{background-color:#fff}.topSearchItem .icon{display:flex;align-items:center;margin-right:6px;min-width:38px;width:38px;height:38px;border:1px solid rgba(255,255,255,.5)}.topSearchItem .icon img{border-radius:4px;width:100%;height:100%}.topSearchItem .title{font-size:13px;color:#000;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ctSec{background-color:#fff;padding-left:16px;padding-right:16px;padding-top:20px;padding-bottom:24px;margin-bottom:12px}.ctSec .ctSecTitle{color:#000;font-size:16px;font-weight:700;line-height:150%;margin-bottom:16px}.secYellow{background-color:#fffae9 !important}.btDiv{display:flex}.Opa0.imgLazy{opacity:.08}.skeleton{background-color:#e2e5e7;background-image:linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));background-size:40px 100%;background-repeat:no-repeat;background-position:left -40px top 0;animation:shine .5s ease infinite}@keyframes shine{to{background-position:right -40px top 0}}.listTop{display:flex;flex-wrap:wrap;margin-left:-6px;margin-right:-6px;margin-bottom:16px}.topCardWrp{width:100%;padding-left:6px;padding-right:6px}.topCardWrp.top1{margin-bottom:16px}.topCardWrp.top2{width:50%}.topCardWrp.top2 .badegeInside{width:33px;height:36px}.topCardWrp.top2 .badegeInside .topNumb{font-size:14px;top:4px}.topCard{position:relative;aspect-ratio:1.78/1;width:100%;border-radius:8px;cursor:pointer;display:flex}.topCard:hover{opacity:.75}.topCard .badgeWrp{position:absolute;top:0px;left:0px}.topCard .badegeInside{width:44px;height:48px;position:relative;display:flex}.topCard .badegeInside svg{position:absolute;z-index:1;width:100%;height:100%}.topCard .badegeInside .topNumb{z-index:2;color:#fff;font-size:18px;font-weight:600;line-height:150%;position:absolute;top:6px;left:50%;transform:translateX(-50%)}.topCard .title{position:absolute;bottom:10px;left:10px;z-index:2;color:#fff;font-size:14px;font-weight:600;line-height:150%}.topCard .thumb{width:100%;height:100%;border-radius:8px;overflow:hidden}.topCard .thumb img{width:100%;height:100%}.topCard .blurFilter{position:absolute;top:0px;left:0px;z-index:1;width:100%;height:100%;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 45.03%, rgba(0, 0, 0, 0.9) 100%);border-radius:8px}.itemBlogs:hover{opacity:.8}.itemBlogs .blur{display:none}.listBlogs{display:flex;flex-wrap:wrap;gap:16px}.listBlogs .itemBlogs{display:flex;width:100%;gap:8px;text-decoration:none}.listBlogs .itemBlogs:hover{opacity:.8;box-shadow:rgba(149,157,165,.2) 0px 8px 24px}.listBlogs .itemBlogs .blogThumb{aspect-ratio:16/9;border-radius:8px;overflow:hidden;min-width:110px;width:110px}.listBlogs .itemBlogs .blogThumb img{height:100%;width:100%}.listBlogs .itemBlogs .infoThumb{width:calc(100% - 118px)}.listBlogs .itemBlogs .infoThumb .description{display:none}.listBlogs .itemBlogs .infoThumb .author{display:none}.listBlogs .itemBlogs .title,.listBlogs .itemBlogs .date{color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:150%}.listBlogs .itemBlogs .date{display:flex;align-items:center;gap:4px;margin-top:4px}.listBlogs .itemBlogs .date span{color:#212529}.listBlogs .blogLeft .itemBlogs{display:flex;flex-direction:column}.listBlogs .blogLeft .itemBlogs .blogThumb{width:100%;min-width:none}.listBlogs .blogLeft .itemBlogs .title{color:#000;font-weight:700;line-height:150%}.listBlogs .blogLeft .itemBlogs .date{display:none}.listBlogs .blogRight{display:flex;flex-wrap:wrap;gap:16px}.seeMore{border-radius:8px;border:1px solid #c4e1e2;margin:0 auto;margin-top:16px;margin-bottom:-4px;width:fit-content;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.seeMore:hover{border-color:#20a9ac;transform:translateY(-3px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.seeMore:hover{border-color:#20a9ac}.seeMore a{padding:6px 20px;text-decoration:none;display:flex;gap:8px;width:fit-content}.seeMore a span{color:#212529;font-size:16px;font-weight:600;line-height:150%;display:flex;align-items:center}.swiper-pagination-bullet{width:8px;height:8px;border-radius:4px;background:linear-gradient(0deg, #808080 0%, #808080 100%),gray}.swiper-pagination-bullet-active{width:20px;height:8px;border-radius:4px;background:#ffab4f}.swiper-pagination{position:initial;margin-top:16px}.cardChoice{display:flex;text-decoration:none;cursor:pointer;border-radius:8px;transition:transform .3s ease,box-shadow .3s ease;color:#000}.cardChoice:hover{opacity:.9;transform:translateY(-3px) scale(1.01);box-shadow:0 4px 8px rgba(0,0,0,.15)}.cardChoice:visited{color:#000}.cardChoice .icon{width:70px;height:70px;min-width:70px;border-radius:8px}.cardChoice .icon img{width:100%;height:100%;border-radius:8px;border:1px solid rgba(0,0,0,.05)}.cardChoice .info{display:flex;flex-direction:column;justify-content:center;padding-left:12px}.cardChoice .info .title{line-height:24px;font-size:16px;margin-bottom:4px;color:inherit}.cardChoice .info .rate{display:flex;align-items:center}.cardChoice .info .rate .text{color:rgba(0,0,0,.9);text-align:center;font-size:16px;line-height:150%}.cardChoice .info .rate .star{width:16px;height:16px;margin-left:4px}.listApks{display:flex;flex-direction:row;flex-wrap:wrap;margin-left:-8px;margin-right:-8px;margin-bottom:-16px}.cardApkIconWrp{width:100%;padding-left:8px;padding-right:8px}.cardApkIcon{display:flex;flex-direction:row;margin-bottom:16px;text-decoration:none;padding:8px;border:1px solid #cbcbcb;border-radius:8px;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.cardApkIcon:hover{border-color:rgba(32,169,172,.8);transform:translateY(-1px) scale(1.02);box-shadow:0 6px 12px rgba(0,0,0,.1);opacity:.95}.cardApkIcon:visited{color:#000}.cardApkIcon .icon{width:90px;height:90px;min-width:90px;border-radius:8px}.cardApkIcon .icon img{width:100%;height:100%;border-radius:8px}.cardApkIcon .info{display:flex;flex-direction:column;justify-content:center;padding-left:12px;width:100%}.cardApkIcon .info .title{color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:150%;margin-bottom:9px}.cardApkIcon .specs{display:flex;flex-direction:row;overflow:hidden;width:100%}.cardApkIcon .specs .category,.cardApkIcon .specs .version{background:#eeab64;color:#212529;border-radius:4px;padding-left:8px;padding-right:8px;height:24px;display:flex;align-items:center;margin-right:8px;font-size:14px;max-width:65%;width:65%;position:relative}.cardApkIcon .specs .fcontent{width:fit-content !important}.cardApkIcon .specs .fcontent span{position:initial;width:fit-content}.cardApkIcon .specs .version{background:#6ce6e9;width:35%}.cardApkIcon .marquee{overflow:hidden;white-space:nowrap;position:relative;width:100%}.cardApkIcon .marquee-text{position:absolute;white-space:nowrap;display:inline-block}@keyframes marquee{from{transform:translateX(100%)}to{transform:translateX(-100%)}}.pagination{margin-top:16px;width:100%;display:flex;justify-content:center}.pagination .listPage{display:flex;flex-direction:row;list-style-type:none}.pagination li.active a{background-color:#ffab4f;color:#fff}.pagination a,.pagination span{height:38px;width:38px;border:1px solid #d3d3d3;border-radius:3px;display:flex;align-items:center;justify-content:center;margin-right:4px;margin-left:4px;text-decoration:none;color:var(--neutrals-title-29303-c, #29303C);text-align:center;font-size:16px;font-weight:500}.pagination a:hover,.pagination span:hover{background-color:rgba(255,171,79,.5);color:#fff;border-color:#ffab4f}.pagination a:hover svg path,.pagination span:hover svg path{fill:#fff}.pagination .firstPage svg{transform:rotate(180deg)}#main{min-height:85vh;background-color:#f4f4f4}#footer{padding-top:20px}#footer.hide{display:none !important}#footer .container{position:relative;padding-bottom:56px}#footer .container .listSocials{position:absolute;bottom:20px}#footer .ft_top{margin-bottom:16px;display:flex;flex-direction:column;align-items:center}#footer .ft_sec{margin-bottom:18px}#footer .ft_sec .heading{display:flex;flex-direction:row;align-items:center;margin-bottom:12px}#footer .ft_sec .heading .line{display:block;height:3px;background-color:#ffab4f;border-radius:3px}#footer .ft_sec .heading .lineLeft{width:20px;margin-right:12px}#footer .ft_sec .heading .lineRight{margin-left:12px;flex-grow:1}#footer .ft_sec .heading h3{font-size:14px;font-style:normal;font-weight:600;line-height:1.5}#footer .ft_sec .listFtSec{list-style-type:none;display:flex;flex-direction:row;flex-wrap:wrap}#footer .ft_sec .listFtSec li{display:flex;width:50%;margin-bottom:8px}#footer .ft_sec .listFtSec a{text-decoration:none;font-size:14px;line-height:1.5;color:#000;display:flex;width:100%}#footer .ft_sec .listFtSec a:hover{color:#4ab9bb}#footer .ft_sec:last-child{margin-bottom:0px}#footer .ft_bot{display:flex;flex-direction:column;background-color:#f2f2f2}#footer .ft_bot .cpRight{text-align:center;font-size:13px;line-height:1.5;border-bottom:1px solid #ddd;padding-top:8px;padding-bottom:10px;padding-left:30px;padding-right:30px}#footer .ft_bot .ft_dmca{padding:8px 16px;padding-top:10px;display:flex;justify-content:center}.listSocials{list-style-type:none;display:flex;flex-direction:row}.listSocials li{width:20px;height:20px;margin-right:6px;margin-left:6px}.listSocials li svg{width:20px;height:20px}.listSocials li img{width:20px;height:20px}.listSocials li:hover{opacity:.8}.adminBar{position:fixed;bottom:200px;left:20px;display:none;z-index:1000000}.adminBar.show{display:flex}.adminBar .adminBarInner{display:flex}.adminBar a{display:flex;align-items:center;padding:6px 10px;background-color:red;color:#fff;font-size:bold;margin-left:8px;margin-right:8px;border-radius:4px;box-shadow:rgba(100,100,111,.2) 0px 7px 29px 0px;cursor:pointer;border:1px solid rgba(0,0,0,0);text-decoration:none;font-size:14px}.adminBar a svg{width:20px;height:20px}.adminBar a:hover{border-color:#20a9ac;background-color:#20a9ac}.breadcumb{height:28px;overflow-x:auto;white-space:nowrap}.breadcumb ul{display:flex;list-style:none;align-items:center;width:100%;height:28px}.breadcumb ul li{display:flex;align-items:center}.breadcumb ul li a:hover{color:#4ab9bb}.breadcumb ul li a,.breadcumb ul li span{color:#6e6e6e;font-size:13px;font-weight:400;line-height:150%;text-decoration:none}.breadcumb ul li span{color:#20a9ac;display:flex;align-items:center}.breadcumb ul li::after{content:url("../svg/group.svg");width:20px;height:20px;display:flex;align-items:center;padding:0 2px}.breadcumb ul li:last-child{color:#20a9ac}.breadcumb ul li:last-child::after{display:none}.mt-16{margin-top:16px !important}.mb-16{margin-bottom:16px !important}.mt_single{margin-top:8px !important}.pt-16{padding-top:16px}@keyframes changeColor{0%{background-color:#add8e6}50%{background-color:#90ee90}100%{background-color:#add8e6}}.btnDownload{padding:12px 16px;display:flex;border-radius:var(--Corner-Radius-12px, 12px);background:#20a9ac;justify-content:space-between;gap:4px;border:1px solid rgba(0,0,0,0);transition:background .3s ease,border-color .3s ease,transform .3s ease,box-shadow .3s ease}.btnDownload:hover{opacity:.9;transform:translateY(-2px) scale(1.02);background:#28d3d7;box-shadow:0 4px 8px rgba(0,0,0,.15);border-color:#3ed8db}.btnDownload .downIcon{display:flex;align-items:center}.btnDownload .downIcon svg{width:24px;height:24px}.btnDownload .downContent{display:flex;flex-direction:column;width:calc(100% - 28px);gap:4px}.btnDownload .downTitle,.btnDownload .downInfo{color:#fff;font-size:14px;font-weight:700;line-height:150%}.btnDownload .downInfo{display:flex;font-weight:400;gap:16px}.btnGotoDownloadMain{min-width:277px;max-width:400px;animation:pulse_br 1.5s infinite;box-shadow:0 0 0 0 #4ab9bb}.selftAlign{margin-left:auto;margin-right:auto}.btnJoinTelegram{padding:12px 16px;border-radius:var(--Corner-Radius-12px, 12px);border:1.5px solid #9feced;text-align:center;display:flex;width:fit-content}.btnJoinTelegram span{color:#20a9ac;font-size:14px;font-weight:700;line-height:150%}.btnJoinTelegram:hover{opacity:.8}.beautiScrollBar::-webkit-scrollbar{height:4px}.beautiScrollBar::-webkit-scrollbar-track{background:#edecec}.beautiScrollBar::-webkit-scrollbar-thumb{background-color:#d3d3d3;border-radius:2px;border:3px solid #d3d3d3;cursor:pointer}.editor{display:flex;gap:8px}.editor .thumb{width:46px;height:46px;border-radius:99px;overflow:hidden;margin:auto 0}.editor .thumb img{width:100%;height:100%}.editor .info{color:#282828;font-size:12px;font-weight:400;line-height:150%}.editor .name{color:#000;font-size:14px;font-weight:500;line-height:150%}.editor .name a{color:#000}.editor .review{color:#747474;font-size:12px;font-weight:400;line-height:150%;font-style:italic}.editor .contentEditor{display:flex;gap:8px;align-items:center}.section{margin:0 -16px;padding:16px;background-color:#fff}.section a{text-decoration:none}.section.comment{background-color:#9feced}.section .title{color:#000;font-size:18px;font-weight:700;line-height:150%}.section .title.more{display:flex;align-items:center;justify-content:space-between}.section .title.more a{display:flex;align-items:center}.section .title.more svg path{fill:#000}.section .des{margin-top:8px;margin-bottom:16px;color:#030303;font-size:14px;font-weight:400;line-height:150%}.section .content{margin:16px 0;display:flex;gap:24px}.section .content .info{display:flex;flex-direction:column;justify-content:center;gap:8px;position:relative}.section .content .info .item{display:flex;align-items:center;gap:8px}.section .content .info .title_info{color:#000;font-size:18px;font-weight:700;line-height:150%}.section .content .info .cate{color:#20a9ac;font-size:14px;font-weight:500;line-height:150%;text-decoration:none;display:block;width:fit-content}.section .content .info .for_android{position:absolute;bottom:32px;right:0;padding:2px 8px;color:#fff;font-size:14px;font-weight:500;line-height:150%;border-radius:4px;background:#ffab4f}.section .content .thumb{border-radius:8px;overflow:hidden;aspect-ratio:1/1;width:110px;min-width:80px;box-shadow:rgba(50,50,93,.25) 0px 1px 7px -2px,rgba(0,0,0,.3) 0px 1px 5px -3px}.section .content .thumb img{width:100%;height:100%;object-fit:cover;border-radius:8px}.section .link{display:flex;gap:12px;flex-direction:column}.section .link a{text-decoration:none}.section .link .btnDownload{margin-left:auto;margin-right:auto;width:100%}.section .screenShoot{margin-top:16px;overflow-x:auto;display:flex;padding-bottom:10px}.section .screenShoot::-webkit-scrollbar{height:4px}.section .screenShoot::-webkit-scrollbar-track{background:#edecec}.section .screenShoot::-webkit-scrollbar-thumb{background-color:#d3d3d3;border-radius:2px;border:3px solid #d3d3d3;cursor:pointer}.section .screenShoot .fancyItem{display:block;flex-shrink:0;border-radius:8px;margin-right:12px}.section .screenShoot .fancyItem:last-child .imgScreen{margin-right:0}.section .screenShoot a{display:block;flex-shrink:0;border-radius:8px;margin-right:12px}.section .screenShoot a:last-child .imgScreen{margin-right:0}.section .screenShoot iframe{width:250px;height:144px}.section .screenShoot .imgScreen{border-radius:8px;height:144px}.section .screenShoot .swiper{padding-bottom:14px}.section .screenShoot .videoYoutube{position:relative}.section .screenShoot .videoYoutube img{opacity:.7}.section .screenShoot .videoYoutube::after{content:url("../svg/youtobe.svg");position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.section .screenShoot .videoYoutube .watchOnYtb{position:absolute;bottom:0px;left:0px;background-color:#ffab4f;padding:4px 8px;display:flex;align-items:center;border-top-right-radius:6px;border-bottom-left-radius:8px}.section .screenShoot .videoYoutube .watchOnYtb .text{color:#fff;font-size:13px;line-height:1.5;font-weight:500}.section .screenShoot .videoYoutube .watchOnYtb svg{margin-right:4px;margin-left:10px;width:16px;height:12px}.section .description{position:relative}.section .description .des{color:#000;font-size:14px;font-weight:400;line-height:150%;overflow:hidden;transition:all .3 ease}.section .description .see_more{position:absolute;left:0px;bottom:-24px;color:#0194ff;font-size:14px;font-weight:500;line-height:150%;height:22px;background-color:#fff}.section .description .see_more .tripleDot{color:#000;margin-right:2px}.section .description .see_more_end{position:absolute;background:linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 33%, rgba(255, 255, 255, 0.6) 55%, rgba(255, 255, 255, 0) 100%);bottom:-4px;height:24px;position:absolute;width:100%;right:0px}.section .description.open .des{max-height:30000px}.section .description.open .see_more{display:none}.section .description.open .see_more_end{display:none}.section .infomation{margin-top:16px}.section .infomation .title{font-size:14px}.section .infomation .tableInfo{margin-top:16px;width:100%}.section .infomation .tableInfo th,.section .infomation .tableInfo td{color:#777;font-size:14px;font-weight:400;letter-spacing:-0.165px}.section .infomation .tableInfo td{color:#000;font-weight:500}.section .infomation .tableInfo .item{padding:10px 16px;display:flex;border:1px solid #dedede;border-bottom:none;justify-content:space-between;align-items:center}.section .infomation .tableInfo .item:last-child{border-bottom:1px solid #dedede}.section .old_version{padding:16px;border-radius:8px;border-top:2px solid #ffab4f;background:#f5f5f5}.section .old_version .title{font-size:16px;display:flex;align-items:center}.section .old_version .title a{display:block;height:fit-content;color:#000}.section .list_article{margin-top:16px}.section .list_article .title{font-size:16px}.section .list_article .itemBlogs{text-decoration:none}.section .list_article .itemBlogs .blogThumb{border-radius:8px;overflow:hidden;aspect-ratio:16/9}.section .list_article .itemBlogs .date{display:none}.section .list_article .itemBlogs .infoThumb{margin-top:8px}.section .list_article .itemBlogs .infoThumb .title{font-size:14px;font-weight:400}.section .list_similar{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}.section .list_similar .item_similar{width:calc(50% - 6px)}.section .list_similar .icon{width:60px;height:60px;min-width:60px;display:flex;align-items:center}.section .list_similar a{display:flex;align-items:center}.section .list_similar .info{padding-left:8px}.section .list_similar .info .title{color:#000;font-size:14px;font-weight:400;line-height:150%;text-overflow:ellipsis;overflow:hidden}.section .list_similar .info .rate .text{font-size:14px}.section .problem_install{border-radius:8px;border-top:2px solid #0194ff;background:#f5f5f5;padding:16px;display:flex;gap:8px}.section .problem_install .content{display:block}.section .problem_install .icon{padding:4px 0;width:24px;height:24px}.section .problem_install .description{width:calc(100% - 32px)}.section .problem_install .description .title,.section .problem_install .description .content{color:#000;font-size:16px;font-weight:500;line-height:150%}.section .problem_install .description .content{font-size:13px;font-weight:400;margin-top:8px;margin-bottom:0}.section .problem_install .show_report{color:#0194ff;cursor:pointer;margin-left:4px}.section .faq .more{width:fit-content;padding:8px 0;color:#0194ff;font-size:14px;font-weight:700;letter-spacing:-0.165px}.section .list_category .itemBlogs{position:relative;border-radius:8px;overflow:hidden;display:block}.section .list_category .itemBlogs .infoThumb{position:absolute;z-index:2;bottom:12px;left:12px;right:12px}.section .list_category .itemBlogs .infoThumb .title{color:#fff;font-size:14px;font-weight:600;line-height:150%}.section .list_category .itemBlogs .blogThumb{aspect-ratio:16/9}.section .list_category .itemBlogs .blogThumb img{position:absolute;z-index:-1;background-color:rgba(0,0,0,0)}.section .list_category .itemBlogs .blurFilter{background:linear-gradient(180deg, rgba(0, 0, 0, 0) 45.03%, rgba(0, 0, 0, 0.9) 100%),#d3d3d3 50%/cover no-repeat;background-color:rgba(0,0,0,0);width:100%;height:100%;position:absolute;z-index:1;top:0px;left:0px}.section .list_category .swiper-wrapper{display:flex;justify-content:flex-start}.section .list_category .swiper-wrapper .swiper-slide{width:80%;margin-right:12px}.section .list_blog_archive{display:flex;flex-direction:column;gap:16px}.section .list_blog_archive .itemBlogs{display:flex;gap:12px}.section .list_blog_archive .itemBlogs .blogThumb{aspect-ratio:1280/720;width:148px;min-width:148px;border-radius:6px}.section .list_blog_archive .itemBlogs .blogThumb img{border-radius:6px;width:100%;height:100%}.section .list_blog_archive .itemBlogs .infoThumb{width:calc(100% - 12px)}.section .list_blog_archive .itemBlogs .infoThumb .title,.section .list_blog_archive .itemBlogs .infoThumb .description{color:#000;font-size:14px;font-weight:500;line-height:150%;letter-spacing:-0.165px}.section .list_blog_archive .itemBlogs .infoThumb .description{margin:4px 0 8px;overflow:hidden;color:#515151;font-size:12px;font-weight:400}.section .list_blog_archive .itemBlogs .infoThumb .footInfo{display:flex;gap:24px}.section .list_blog_archive .itemBlogs .infoThumb .date,.section .list_blog_archive .itemBlogs .infoThumb .author{display:flex;align-items:center;gap:4px}.section .list_blog_archive .itemBlogs .infoThumb .date span,.section .list_blog_archive .itemBlogs .infoThumb .author span{color:#515151;font-size:12px;font-weight:400;line-height:150%;letter-spacing:-0.165px}.section .list_blog_archive .itemBlogs .infoThumb .date svg,.section .list_blog_archive .itemBlogs .infoThumb .author svg{width:20px;height:20px}.section .sort_blog{display:flex;list-style:none;margin-bottom:16px;overflow-y:auto}.section .sort_blog .item_soft{padding:0px 14px 16px;text-wrap:nowrap;border-bottom:2px solid #e4e4e4;color:#888;font-size:16px;font-weight:700;line-height:150%}.section .sort_blog .item_soft.active{color:#20a9ac;border-bottom:2px solid #20a9ac}.section .list_social{width:fit-content;display:flex;list-style:none;align-items:center;justify-content:flex-end;gap:12px}.section .list_social .item_social svg{width:20px;height:20px}.section .list_cateBlog{display:flex;flex-wrap:wrap;row-gap:16px}.section .list_cateBlog .item{width:50%}.section .list_cateBlog .item a{display:flex;align-items:center;gap:8px;text-decoration:none}.section .list_cateBlog .item span{color:#000;font-size:16px;font-weight:500;line-height:150%}.section .list_cateBlog .item svg{width:24px;height:24px}.section .list_related_Blog{display:flex;gap:16px;flex-direction:column}.section .list_related_Blog .itemBlogs{display:flex;align-items:center;gap:12px}.section .list_related_Blog .itemBlogs .blogThumb{aspect-ratio:16/9;min-width:115px;width:115px;border-radius:6px}.section .list_related_Blog .itemBlogs .blogThumb img{border-radius:6px;height:100%}.section .list_related_Blog .itemBlogs .infoThumb{width:100%}.section .list_related_Blog .itemBlogs .infoThumb .description{display:none}.section .list_related_Blog .itemBlogs .infoThumb .footInfo{display:none}.section .list_related_Blog .itemBlogs .infoThumb .title{color:#000;font-size:14px;font-weight:500;line-height:150%;letter-spacing:-0.165px;-webkit-line-clamp:3}.section .about .title,.section .about .description{color:#000;font-size:18px;font-weight:700;line-height:150%}.section .about .description{font-size:14px;font-weight:400}.section .about .title{margin-bottom:16px}.section .about .head{display:flex;flex-direction:column}.section .about .head .about_thumb{aspect-ratio:4/3}.section .about .head .about_thumb img{border-radius:7px}.section .about .head .about_mission,.section .about .head .about_story{border-radius:12px;background:#c0fbf2;padding:24px}.section .about .head .about_story{margin-top:16px}.section .about .head .about_mission{margin-top:24px}.section .about .social_about,.section .about .technical,.section .about .other,.section .about .important,.section .about .problem{margin-top:40px}.single_blog .des{color:#6c6c6c}.single_blog .editor_blog{display:flex;justify-content:space-between;margin-bottom:16px;flex-direction:column}.single_blog .editor_blog .editor{margin-bottom:12px}.single_blog .thumb_blog{margin-bottom:16px;aspect-ratio:1280/720;width:100%}.single_blog .thumb_blog img{max-width:100%;width:100%;height:100%}.single_blog .wrap_content p{color:#6c6c6c;font-size:14px;font-weight:400;line-height:150%;margin-bottom:16px}.list_category_child{display:flex;list-style:none;gap:8px;overflow-y:auto;padding-bottom:8px}.list_category_child .item{border-radius:8px;border:1px solid #20a9ac;padding:6px 10px;display:flex}.list_category_child .item:hover{background:#20a9ac}.list_category_child .item:hover a{color:#fff}.list_category_child .item a{display:flex;width:fit-content;color:#20a9ac;font-size:16px;font-weight:500;line-height:150%;text-wrap:nowrap;user-select:none;transition:color .3s ease}.list_old_version{margin-top:16px;display:flex;flex-direction:column;gap:16px}.item_old_version{display:flex;text-decoration:none;gap:12px;border-radius:8px}.item_old_version:hover{opacity:.8;color:#212529;background-color:#fff;border-color:#4ab9bb;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.item_old_version .type{aspect-ratio:49/49;min-width:49px;border-radius:8px;background:#ffab4f;display:flex;align-items:center;justify-content:center}.item_old_version .type span{color:#fff;font-size:14px;font-weight:700;line-height:150%}.item_old_version .info{display:flex;flex-direction:column;justify-content:center;gap:8px;width:calc(100% - 61px)}.item_old_version .version{color:#0194ff;font-size:14px;font-weight:700;letter-spacing:-0.165px}.item_old_version .date{color:#777;font-size:14px;font-weight:400;display:flex;justify-content:space-between}.comment .title{font-size:16px}.comment .rating{margin:16px 0;display:flex;gap:24px}.comment .rating .point{color:#000;font-size:80px;font-weight:600;line-height:100%}.comment .rating .review,.comment .rating .comment{display:flex;align-items:center;gap:4px}.comment .rating .review span,.comment .rating .comment span{font-size:14px;font-style:italic;font-weight:400;line-height:150%}.comment .rating .review svg,.comment .rating .comment svg{width:16px;height:16px}.comment .rating .left{width:fit-content;min-width:120px}.comment .rating .right{width:100%;display:flex;flex-direction:column;justify-content:center}.comment .rating .right .evaluate{display:flex;align-items:center;justify-content:flex-end;gap:6px}.comment .rating .right .evaluate .line_evaluate{border-radius:4px;height:8px;width:100%;background-color:#d1f7f8;position:relative}.comment .rating .right .evaluate span{min-width:10px}.comment .rating .right .evaluate .line_active{border-radius:4px;background-color:#ffab4f;position:absolute;left:0;top:0;bottom:0}.comment hr{border:1px solid #ccf5f5;height:0px;border-radius:1px}.review_comment{margin:16px 0 24px;display:flex;flex-direction:column;gap:24px}.review_comment .content{margin:8px 0}.review_comment .editor{width:fit-content}.review_comment .head{display:flex;justify-content:space-between;align-items:center}.review_comment .vote{display:flex;gap:4px;height:fit-content}.review_comment .star svg path{fill:#fff}.review_comment .star.active svg path{fill:#ffab4f}.review_comment .repCommentWrp{display:flex;align-items:center;gap:16px}.review_comment .repCommentWrp .replyWrp,.review_comment .repCommentWrp .likeWrp{display:flex;align-items:center;gap:6px}.review_comment .repCommentWrp .replyWrp svg,.review_comment .repCommentWrp .likeWrp svg{width:20px;height:20px}.review_comment .repCommentWrp .replyWrp svg path,.review_comment .repCommentWrp .likeWrp svg path{fill:#b5b5b5}.review_comment .repCommentWrp .replyWrp.active svg path,.review_comment .repCommentWrp .likeWrp.active svg path{fill:#008587}.review_comment .repCommentWrp .replyWrp:hover,.review_comment .repCommentWrp .likeWrp:hover{cursor:pointer}.review_comment .repCommentWrp .replyWrp:hover svg path,.review_comment .repCommentWrp .likeWrp:hover svg path{fill:#278485}.review_comment .repCommentWrp .replyWrp .text,.review_comment .repCommentWrp .likeWrp .text{font:16px;line-height:20px}.review_comment .numLike{font-size:12px;color:#333}.send_comment{margin-top:24px}.send_comment form{text-align:right}.send_comment form textarea{width:100%;border-radius:var(--Corner-Radius-10px, 10px);background:var(--neutrals-white-ffffff, #FFF);min-height:79px;padding:16px;border:0;overflow:hidden;margin:12px 0;line-height:1.5;color:#212529;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.send_comment form textarea:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.send_comment form .form_vote{display:flex;justify-content:space-between;align-items:center;color:var(--neutrals-paragraph-535763, #535763);font-size:13px;font-weight:500}.send_comment form .vote{display:flex;gap:4px}.send_comment form .vote svg{width:20px;height:20px}.send_comment form .vote svg path{fill:#fff}.send_comment form .vote .star{cursor:pointer}.send_comment form .vote .star.active svg path{fill:#ffab4f}.send_comment form .btnSubmit{padding:12px 16px;border-radius:var(--Corner-Radius-12px, 12px);border:1px solid #000;color:#000;font-size:14px;font-weight:700;line-height:150%;background-color:rgba(0,0,0,0);cursor:pointer}.send_comment form .btnSubmit:hover{background-color:#000;color:#fff}.send_comment .error{color:red;width:100%;text-align:center;font-size:14px;font-weight:bold;margin-top:6px}.send_comment .btnCancelReply{display:none;color:#20a9ac;color:red;font-size:14px;font-weight:700;line-height:150%;cursor:pointer;border:1px solid #20a9ac;padding:2px 6px;border-radius:4px;user-select:none}.send_comment .btnCancelReply:hover{opacity:.75}.send_comment.replyMode .vote{display:none}.send_comment.replyMode .btnCancelReply{display:block}.item_review{margin-bottom:12px}.list-replies{padding-left:20px}.list-replies .item_review:first-child{margin-top:12px}.btn-seemore-reply{cursor:pointer;margin-left:24px;text-decoration:underline}.archive .section .title_cate{width:fit-content;border-radius:8px;background:#d9f7f8;color:#20a9ac;font-size:16px;font-weight:700;line-height:150%;padding:4px 12px;margin-bottom:8px}.archive .section .description{color:#777;font-size:14px;font-weight:400;line-height:150%;letter-spacing:-0.165px}.archive .section .list_category{margin:16px 0}.archive .section .list_category .itemBlogs .date{display:none}.archive .section .head_contact{display:flex;justify-content:space-between}.archive .section .head_contact .title_cate{margin-bottom:0}.archive .section .body_contact .description,.archive .section .body_contact li{color:#000;font-size:14px;font-weight:400;line-height:150%;letter-spacing:-0.165px}.archive .section .body_contact ul{margin-left:16px}.archive .section .body_contact .form_report{color:#000;font-size:14px;font-weight:600;line-height:150%;letter-spacing:-0.165px}.archive .section .body_contact .form_contact{margin-top:16px}.archive .section .body_contact .form_contact .form_input{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.archive .section .body_contact .form_contact label,.archive .section .body_contact .form_contact input{color:#000;font-size:14px;font-weight:500;line-height:150%;letter-spacing:-0.165px}.archive .section .body_contact .form_contact input{border-radius:8px;border:1px solid #cfcfcf;padding:16px;color:#747474;font-weight:400}.archive .section .body_contact .form_contact textarea{border-radius:8px;border:1px solid #cfcfcf;height:134px;padding:16px}.archive .section .body_contact .form_contact .verification{display:flex;flex-direction:row;gap:16px}.archive .section .body_contact .form_contact .verification .left,.archive .section .body_contact .form_contact .verification .right{display:flex;flex-direction:column}.archive .section .body_contact .form_contact .verification .right{justify-content:flex-end}.archive .section .body_contact .item_reason{display:flex;gap:8px}.archive .section .body_contact .btn_send{width:100%;border-radius:12px;background:#20a9ac;border:rgba(0,0,0,0);padding:12px 24px;color:#fff;font-weight:700}.line_2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:2;max-height:4}.line_1{overflow:hidden;text-overflow:ellipsis;line-height:1;text-wrap:nowrap}.single .singleRight{margin-top:8px}.accordion{display:flex;flex-direction:column;gap:8px}.accordion .item_accordion{padding:8px 12px;border-radius:8px;border:1px solid #777;box-shadow:0px 2px 20px 0px rgba(0,0,0,.1)}.accordion .item_accordion .head,.accordion .item_accordion .body{color:#030303;font-size:16px;font-weight:700;line-height:150%}.accordion .item_accordion .body{margin:10px 0;font-size:14px;font-weight:400;display:none}.accordion .item_accordion .head:hover{cursor:pointer}.accordion .item_accordion .head.more{display:flex;justify-content:space-between}.accordion .item_accordion.active{border:1px solid #20a9ac;background:#e1faff}.accordion .item_accordion.active .body{display:block}#report{z-index:2000;position:fixed;top:0;left:0;bottom:0;right:0;background:rgba(0,0,0,.31);display:none;align-items:center;transition:opacity .3s ease}#report .title{color:#000;font-size:18px;font-weight:700;line-height:20px;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center}#report .form_report{margin:0 auto;padding:16px;background-color:#fff;max-width:343px;width:343px;border-radius:8px;opacity:0}#report .form_report.open{opacity:1;animation:fadeInUp .4s ease forwards}#report .form_report .close{cursor:pointer}#report .submit_report{margin:24px 0px;width:100%;border-radius:8px;background:#4ab9bb;height:44px;border-color:rgba(0,0,0,0);font-size:16px;color:#fff;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}#report .submit_report:hover{border-color:rgba(32,169,172,.8);transform:translateY(-1px) scale(1.02);box-shadow:0 6px 12px rgba(0,0,0,.1);opacity:.95}#report .alert{text-align:center;color:#8f8f8f;font-size:13px;font-weight:500;line-height:var(--Line-Height-Heading-7, 20px)}#report.open{display:flex}#report .form_input{display:flex;flex-direction:column;gap:8px;margin-bottom:16px;position:relative}#report .form_input label,#report .form_input input{color:#000;font-size:14px;font-weight:500;line-height:150%;letter-spacing:-0.165px}#report .form_input input,#report .form_input select,#report .form_input textarea{height:50px;border-radius:8px;border:1px solid #cfcfcf;color:#747474;font-size:16px;font-weight:400;padding:16px;line-height:24px}#report .form_input textarea{height:96px}#report .errText{color:red;font-size:14px;font-weight:500;line-height:150%;position:absolute;right:0px;display:none}#report .errText.show{display:block}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page_about{padding-bottom:15px !important}.page_about .section{padding:0;background-color:rgba(0,0,0,0)}.team_box{padding:0 16px;margin:0 auto}.team{display:flex;flex-direction:column;gap:60px;background-color:#fff;overflow:hidden}.team .head_team{background:linear-gradient(80deg, #08C7CA 5.18%, #85AF62 55.15%, #FF9A2E 96.4%);margin:0 -16px;padding:24px 16px;position:relative;overflow:hidden}.team .head_team .title,.team .head_team .description{color:#fff;text-align:center;font-size:14px;font-weight:400;line-height:150%}.team .head_team .title{font-size:20px;font-weight:700;margin-bottom:6px}.team .head_team .ellipse,.team .head_team .ellipse1,.team .head_team .ellipse2,.team .head_team .ellipse3,.team .head_team .ellipse4{position:absolute;bottom:-2px;left:50%;transform:translateX(-50%)}.team .head_team .ellipse3{border-radius:var(--Corner-Radius-0px, 299.779px);border:10.447px solid rgba(255,255,255,.04);width:300px;height:300px;bottom:-65%}.team .head_team .ellipse4{border-radius:var(--Corner-Radius-0px, 299.779px);border:10.447px solid rgba(255,255,255,.04);width:369px;height:360px;bottom:-70%}.team .mission_team{position:relative}.team .mission_team .title,.team .mission_team .description{color:#fff;font-size:18px;font-weight:700;line-height:150%}.team .mission_team .description{font-size:14px;font-weight:400}.team .mission_team .title{margin-bottom:6px}.team .mission_team .thumb{border-radius:16px;overflow:hidden;margin-bottom:-10%}.team .mission_team .thumb img{transform:scale(1.5);display:inline}.team .mission_team .info{position:inherit;border-top-right-radius:16px;border-bottom-left-radius:16px;background:#ffab4f;padding:12px}.team .title,.team .description{color:#000;text-align:center;font-size:18px;font-weight:700;line-height:150%}.team .description{font-size:14px;font-weight:400}.team .title{margin-bottom:8px}.team .people_team .list_people{margin-top:40px;display:flex;flex-direction:column;gap:12px;flex-wrap:wrap}.team .people_team .list_people .item{display:flex;justify-content:center;flex-direction:column;align-items:center;text-decoration:none}.team .people_team .list_people .item .icon{width:100px;height:100px;border-radius:50px;overflow:hidden}.team .people_team .list_people .item .info{padding:16px}.team .people_team .list_people .item .name,.team .people_team .list_people .item .content{color:var(--Text-Color, #1D263A);text-align:center;font-size:14px;font-weight:700;line-height:150%}.team .people_team .list_people .item .content{font-size:13px;font-weight:400;opacity:.6;height:40px;line-height:20px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.team .information{margin:0 -16px;background:#c0fbf2;padding:27px 16px;position:relative;overflow:hidden}.team .information .title{font-size:18px;position:inherit;z-index:2}.team .information .description{font-size:14px;position:inherit;z-index:2}.team .information .left,.team .information .right{position:absolute;z-index:1}.team .information .left{left:0;top:0}.team .information .right{bottom:-2px;right:0}.team .team_box{max-width:1032px}.team .review .team_box{display:flex;justify-content:center;flex-wrap:wrap}.team .review .item{text-align:center}.team .review .item1,.team .review .item2{overflow:hidden;margin-top:16px}.team .review .item2{border-radius:4px}.team .gamePlay .left{background-color:#ffab4f;padding:46px 35px}.team .gamePlay .title,.team .gamePlay .description{text-align:left;color:#fff}.team .faq_team{width:100%}.team .faq_team .faq{margin-top:40px}.team .details_content{display:flex;gap:24px;flex-direction:column;align-items:center}.team .details_content .thumb{position:relative;aspect-ratio:3/3.08}.team .details_content .thumb .lap{width:300px}.team .details_content .thumb .mobile{position:absolute;width:79px;height:119px;right:15px;top:77px;bottom:112px}.team .details_content .thumb .laptop{position:absolute;width:198px;left:3px;top:3px;bottom:100px}.team .about_us{background:#ffab4f;padding:24px 0px}.team .about_us .description{color:#fff;font-size:20px;font-weight:600;line-height:150%}.wrap_content{color:#333;line-height:1.8}.wrap_content figure{width:fit-content}.wrap_content figure img{border-radius:4px;box-shadow:rgba(100,100,111,.2) 0px 7px 29px 0px}.wrap_content>*{margin-bottom:16px}.wrap_content p{word-break:inherit}.wrap_content h2,.wrap_content h3,.wrap_content h4,.wrap_content h5,.wrap_content h6{line-height:1.4em}.wrap_content ol,.wrap_content ul{margin-left:20px}.wrap_content table{margin:20px auto;border-collapse:collapse;max-width:100%;box-sizing:border-box;overflow-x:auto}.wrap_content table thead th{background:#000;color:#fff;padding:10px}.wrap_content table tbody tr td{padding:8px 10px}.wrap_content table tbody tr:nth-child(even) td{background:#eceaea}.wrap_content table tbody tr:hover td{cursor:pointer;background:rgba(0,0,0,.05)}.wrap_content a{word-break:break-all}.wrap_content a:visited{color:#4ab9bb}.wrap_content blockquote{border-left:4px solid #4ab9bb;padding:16px 0 16px 20px;font-style:italic;background-color:rgba(0,0,0,.04)}.linkItem{margin-bottom:12px}.listLinkDownloadFile{margin-bottom:20px}.noResult{display:flex;justify-content:center;align-items:center;height:100px;font-size:24px;font-weight:500;color:#000}.listSortType{display:flex;justify-content:center;gap:16px;margin-bottom:16px}.listSortType .itemSort{padding:8px 16px;border-radius:8px;border:1px solid #b3b1b1;color:#000;cursor:pointer;transition:background .3s ease,color .3s ease,border-color .3s ease}.listSortType .itemSort:hover{background:#20a9ac;color:#fff;border-color:#20a9ac}.listSortType .active{background:#20a9ac;border-color:#20a9ac;color:#fff}.listShare{display:flex;align-items:center;margin-bottom:16px;height:32px;max-width:350px}.st-btn.st-remove-label{min-width:32px !important}.editorBio{font-size:14px;margin-top:12px}.listAccPages{display:flex}.listAccPages .pageItem{padding:8px 12px;border-radius:4px;border:1px solid #4ab9bb;cursor:pointer}.listAccPages .pageItem:hover{background:#20a9ac;color:#fff;border-color:#20a9ac}.listAccPages .pageItem.active{background-color:#008587;color:#fff}.bp-change-avatar{margin-left:auto;margin-right:auto;padding-top:20px;padding-bottom:2px;display:flex;flex-direction:column;align-items:center}.bp-change-avatar img{border-radius:50%;width:100px;height:100px;border:1px solid #ccc;box-shadow:rgba(100,100,111,.2) 0px 7px 29px 0px}.bp-change-avatar #change-avatar-file{display:none}.bp-change-avatar .bpca-text{font-size:15px;margin-bottom:12px;font-weight:500}.bp-change-avatar .btn-change-avatar{padding:8px 16px;border-radius:4px;background:#20a9ac;color:#fff;cursor:pointer;margin-top:12px;outline:none;border:none}.bp-change-avatar .btn-change-avatar:hover{background:#008587}.secProfile{max-width:500px;margin-left:auto;margin-right:auto}.box-form .error{color:red}.box-form .bfl-error{width:100%;text-align:center;margin-bottom:8px}.modal-overlay{position:fixed;top:0px;left:0px;right:0px;bottom:0px;z-index:-1;background:rgba(0,0,0,.5);z-index:2000;display:none;animation:fadeIn .4s}.modal-overlay.active{display:flex;z-index:10000}.modal{background-color:#fff;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.2);background-clip:padding-box;border:1px solid rgba(0,0,0,.2);width:fit-content;height:fit-content;margin-left:auto;margin-right:auto;margin-top:150px;transform:scale(0.5);animation:scaleUp .3s ease forwards}.modal .content{padding:1rem;min-width:250px}.modal .title{top:0px;display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem;color:#20a9ac}.modal .modal-footer{display:flex;align-items:center;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.modal .close-btn{color:#fff;background-color:#6c757d;border-color:#6c757d;color:#fff;border:none;padding:10px 20px;cursor:pointer;border-radius:5px}.modal .close-btn:hover{background-color:#5a6268;border-color:#545b62}@keyframes fadeIn{from{background:rgba(0,0,0,0)}to{background:rgba(0,0,0,.5)}}@keyframes scaleUp{from{transform:scale(0.5);opacity:0}to{transform:scale(1);opacity:1}}.authUserSec{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;display:none;background-color:rgba(0,0,0,.2)}.authUserSec.show{display:flex;animation:fadeInBackground .3s ease-out}.authUserSec .listShare{margin-right:auto;margin-left:auto;width:fit-content}.authModalContainer{display:flex;flex-direction:column;height:100%;margin-left:auto;position:relative;padding-top:32px;background-color:#fff;box-shadow:rgba(100,100,111,.2) 0px 7px 29px 0px;padding-left:24px;max-width:300px;width:300px;transition:opacity .4s ease-out,transform .4s ease-out;opacity:0;transform:translateX(200px)}.authModalContainer .btnCloseAuthContainer{position:absolute;top:6px;left:6px;cursor:pointer;width:24px;height:24px}.authModalContainer .btnCloseAuthContainer svg path{fill:#20a9ac}.authModalContainer .btnCloseAuthContainer:hover svg path{fill:#105556}.authModalContainer .brandLogo{margin-left:auto;margin-right:auto;margin-bottom:24px}.authModalContainer .authItem{margin-bottom:10px}.authModalContainer .authItem a{text-decoration:none}.authModalContainer .authItem:hover a{color:#105556}.authModalContainer .userInfoWrp{width:100%;margin-bottom:20px}.authModalContainer .userInfoWrp img{width:40px;height:40px;border-radius:50%;margin-bottom:2px;border:1px solid rgba(0,0,0,.05)}.authModalContainer .listLoggedIn,.authModalContainer .userInfoWrp{display:none}.authModalContainer.loggedin .listLoggedIn,.authModalContainer.loggedin .userInfoWrp{display:block}.authModalContainer.loggedin .listNotLog{display:none}.authModalContainer.show{opacity:1;transform:translateX(0);transition:opacity .4s ease-out,transform .4s ease-out}@keyframes fadeInBackground{from{background-color:rgba(0,0,0,0)}to{background-color:rgba(0,0,0,.2)}}.hide{display:none !important}.subcribeWrp{margin-bottom:20px}.btnSubscribe{margin-top:20px;box-sizing:border-box;display:inline-block;background-color:#4ab9bb;color:#fff;border-radius:10px;display:flex;align-items:center;height:50px;width:fit-content;margin-left:auto;margin-right:auto;max-width:400px;width:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;user-select:none}.btnSubscribe:hover{opacity:.8}.btnSubscribe .text{font-size:13px;font-weight:bold}.btnSubscribe.disabled{background-color:#ccc;cursor:not-allowed;pointer-events:none}.btnSubscribe svg{width:28px;height:28px;margin-right:4px}.btnSubscribe svg path{fill:#fff}.btnSubscribe:hover{background-color:#4ab9bb}.unsubWebpushBtn{background-color:#a08a8a;color:#fff;border-radius:10px;display:flex;align-items:center;height:32px;width:fit-content;margin-left:auto;margin-right:auto;max-width:435px;width:100%;padding:8px 16px;margin-bottom:20px;width:fit-content;cursor:pointer;user-select:none}.unsubWebpushBtn:hover{opacity:.8}.unsubWebpushBtn .text{font-size:16px;font-weight:bold}.unsubWebpushBtn svg{width:32px;height:32px;margin-right:8px}.unsubWebpushBtn svg path{fill:#fff}.unsubWebpushBtn:hover{background-color:#ff4141}.listSkills{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;margin-top:16px}.listSkills .skill{padding:.4rem .8rem;border-radius:.5rem;background-color:#e0f7fa;color:#00796b;font-size:.875rem;font-weight:600;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:transform .2s ease,background-color .2s ease}.listSkills .skill:hover{background-color:#b2ebf2;transform:translateY(-2px)}.listSkills .skill:active{transform:scale(0.95)}.lSocialEditor{display:flex;gap:6px}.socialIcon{width:24px;height:24px;background-color:#ccc;border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center;filter:grayscale(100%);transition:filter .3s ease,transform .3s ease}.socialIcon:hover{transform:scale(1.1)}.socialIcon svg,.socialIcon img{width:16px;height:16px;object-fit:contain}#gtx-trans{display:none !important}.p-des{font-size:15px;color:#333}body.home .searchIcon{display:none !important}.btnSendRecovery{position:absolute;top:50%;right:0;transform:translateY(-50%);padding:6px 10px;border-radius:8px;background:#20a9ac;font-size:13px;font-weight:500;color:#fff;cursor:pointer;transition:background .3s ease,color .3s ease}.btnSendRecovery:hover{background:#008587}.btnSendRecovery.sending{background:#ccc;color:#fff;cursor:not-allowed}.ads12{min-height:365px}.ads12 .txt-ads{height:20px}.center-child{display:flex;width:100%;justify-content:center}@media screen and (min-width: 992px){.team{max-width:100%;gap:150px}.team .head_team{margin:0;padding:90px}.team .head_team .title{font-size:50px;margin-bottom:24px;overflow:hidden}.team .head_team .description{font-size:20px}.team .head_team .ellipse,.team .head_team .ellipse1,.team .head_team .ellipse2,.team .head_team .ellipse3,.team .head_team .ellipse4{position:absolute;left:50%;transform:translateX(-50%);border:30px solid rgba(255,255,255,.04);border-radius:var(--Corner-Radius-0px, 1060px)}.team .head_team .ellipse svg,.team .head_team .ellipse1 svg,.team .head_team .ellipse2 svg,.team .head_team .ellipse3 svg,.team .head_team .ellipse4 svg{display:none}.team .head_team .ellipse{width:259px;height:253px;top:300px}.team .head_team .ellipse1{width:451px;height:441px;top:200px}.team .head_team .ellipse2{width:657px;height:642px;top:100px}.team .head_team .ellipse3{width:860px;height:840px;top:0px}.team .head_team .ellipse4{width:1060px;height:1036px;top:-100px}.team .mission_team{position:static}.team .mission_team .team_box{position:relative}.team .mission_team .info{padding:30px;position:absolute;left:16px;bottom:0;max-width:818px}.team .mission_team .title{font-size:40px;margin-bottom:16px;text-align:left}.team .mission_team .description{font-size:20px;text-align:left}.team .mission_team .thumb{margin-bottom:0;aspect-ratio:12/10}.team .mission_team .thumb img{transform:scale(1.5)}.team .title{font-size:40px;margin-bottom:16px}.team .description{font-size:20px}.team .people_team .list_people{flex-direction:row;gap:24px}.team .people_team .list_people .item{width:calc(25% - 18px)}.team .information .title{font-size:40px;margin-bottom:16px}.team .information .description{font-size:20px}.team .review{overflow:hidden}.team .review .title{margin-bottom:24px}.team .review .team_box{flex-direction:column;justify-content:center;position:relative;align-items:flex-end;gap:50px;border-radius:16px;overflow:hidden}.team .review .item{width:calc(100% - 520px)}.team .review .item1{position:absolute;top:0;left:0;bottom:0;aspect-ratio:475/783;margin-top:0;width:475px}.team .review .item1 img{width:100%;height:100%}.team .review .item2{margin-top:0}.team .gamePlay{background-color:#ffab4f;position:relative;display:flex;height:758px}.team .gamePlay .team_box{display:flex}.team .gamePlay .left{align-items:center;display:flex;flex:1}.team .gamePlay .left .teamContent{max-width:647px;margin-left:12.75%}.team .gamePlay .right{overflow:hidden;width:645px}.team .gamePlay .right img{height:100%;width:200%;transform:translateX(-20%);max-width:none}.team .faq_team .faq{max-width:720px;margin:40px auto 0}.team .details_content{flex-direction:row}.team .details_content .title,.team .details_content .description{text-align:left}.team .details_content .thumb{width:503px;min-width:503px}.team .details_content .thumb .lap{width:500px}.team .details_content .thumb .laptop{width:331px}.team .details_content .thumb .mobile{width:132px;top:129px;right:25px;bottom:187px;height:198px}.team .about_us{background:#ffab4f;padding:50px 0px}.team .about_us .description{font-size:20px}.accordion{gap:16px}.archive .head_contact .title_cate{font-size:24px}.archive .body_contact p,.archive .body_contact li{font-size:16px !important}.archive .body_contact .form_contact label,.archive .body_contact .form_contact input{font-size:16px !important}.archive .body_contact .verification .left{width:calc(100% - 126px)}#report .form_report{width:550px;max-width:550px}.breadcumb ul{align-items:center;gap:8px}.breadcumb ul li{gap:8px;font-size:16px}.breadcumb ul li a,.breadcumb ul li span{font-size:16px}.breadcumb ul li::after{padding:0;width:28px;height:28px}.mt_single{margin-top:12px !important}.mt_single:first-child{margin-top:0px !important}.single{display:flex;gap:24px}.single .singleRight{width:296px;margin-top:0}.single .singleRight .title{font-size:18px}.single .singleRight .section{padding:16px}.single .singleLeft{width:calc(100% - 318px)}.single .singleLeft .section.old_ver,.single .singleLeft .section.comment{padding:16px}.single.archive_blog{padding:16px}.single.archive_blog .section{padding:16px}.page_about{padding-top:30px;padding-bottom:88px !important}.section{margin:0;padding:24px}.section .des{font-size:16px}.section .title{font-size:24px}.section .bodyContent{display:flex;justify-content:space-between;margin-top:16px}.section .link{justify-content:center}.section .content{margin:0;gap:16px}.section .content .thumb{width:148px;min-width:148px}.section .content .info{gap:0}.section .content .info .title_info{font-size:24px}.section .content .info .for_android{position:static;font-size:20px;width:fit-content;margin:8px 0 16px}.section .content .info .cate{font-size:16px}.section .description .des{font-size:16px}.section .description .see_more{bottom:-20px;font-size:16px;cursor:pointer}.section .screenShoot{margin-top:24px}.section .infomation .title{font-size:16px}.section .infomation .tableInfo th,.section .infomation .tableInfo td{font-size:16px}.section .infomation .tableInfo tbody{display:flex;flex-wrap:wrap}.section .infomation .tableInfo tbody .item{width:50%;flex-direction:column;gap:8px;align-items:flex-start;padding:8px 24px}.section .infomation .tableInfo tbody .item:nth-child(even){border-left:none}.section .infomation .tableInfo tbody .item:nth-last-child(1),.section .infomation .tableInfo tbody .item:nth-last-child(2){border-bottom:1px solid #dedede}.section .infomation .tableInfo a{text-decoration:none}.section .old_version .title{font-size:18px}.section.comment .title{font-size:18px}.section.comment .rating{gap:50px}.section.comment .rating .point{font-size:100px}.section.comment .rating .review span,.section.comment .rating .comment span{font-size:16px}.section.comment .rating .left{min-width:150px}.section.comment .review_comment .editor .name{font-size:16px}.section.comment .review_comment .editor .contentEditor{font-size:14px}.section.comment .send_comment form .form_vote{font-size:16px}.section .list_similar{display:flex;gap:16px;flex-wrap:wrap;margin-top:16px}.section .list_similar .item_similar{width:100%}.section .list_similar .item_similar:nth-child(n+5){display:block}.section .list_similar .icon{width:90px;height:90px;min-width:90px}.section .list_similar .info{padding-left:12px}.section .list_similar .info .title{font-size:16px}.section .list_similar .info .rate .text{font-size:16px}.section .problem_install .description .content{display:block;font-size:16px}.section .list_category .swiper-wrapper{display:flex;justify-content:flex-start}.section .list_category .swiper-wrapper .swiper-slide{width:30%;margin-right:12px}.section .list_blog_archive .itemBlogs{gap:16px}.section .list_blog_archive .itemBlogs .blogThumb{min-width:208px}.section .list_blog_archive .itemBlogs .infoThumb{width:calc(100% - 16px)}.section .list_blog_archive .itemBlogs .infoThumb .title{font-size:16px}.section .list_blog_archive .itemBlogs .infoThumb .description,.section .list_blog_archive .itemBlogs .infoThumb .footInfo{font-size:14px}.section .list_blog_archive .itemBlogs .infoThumb .description{margin:8px 0px 16px}.section .sort_blog{text-align:center}.section .sort_blog .item_soft{width:100%}.section .single_blog .wrap_content p{font-size:16px}.section .single_blog .editor_blog{flex-direction:row;align-items:center}.section .about .title{font-size:24px}.section .about .description{font-size:16px}.section .about .head{flex-direction:row;flex-wrap:wrap;gap:24px}.section .about .head .about_thumb{width:100%;aspect-ratio:10/5;height:537px;overflow:hidden;border-radius:8px}.section .about .head .about_story,.section .about .head .about_mission{width:calc(50% - 12px);margin-top:0}.listBlogs{flex-direction:row}.listBlogs .itemBlogs{width:calc(33.333333% - 11px);gap:12px}.listBlogs .itemBlogs .blur{display:none}.listBlogs .itemBlogs .title,.listBlogs .itemBlogs .date{font-size:16px}.listBlogs .itemBlogs .blogThumb{min-width:135px}.listBlogs .blogLeft,.listBlogs .blogRight{width:calc(50% - 8px)}.listBlogs .blogLeft .itemBlogs,.listBlogs .blogRight .itemBlogs{width:100%}.listBlogs .blogLeft .itemBlogs{position:relative}.listBlogs .blogLeft .itemBlogs .blur{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 44.74%, #000 100%, lightgray 50%);border-radius:8px;display:block}.listBlogs .blogLeft .itemBlogs .blogThumb{height:303px}.listBlogs .blogLeft .itemBlogs .blogThumb img{width:100%}.listBlogs .blogLeft .itemBlogs .infoThumb{position:absolute;left:16px;bottom:16px;right:16px;border-radius:8px}.listBlogs .blogLeft .itemBlogs .title{color:#fff;font-size:16px;font-weight:700;line-height:150%}.listBlogs .blogRight{flex-direction:column}.listBlogs .blogRight .itemBlogs{height:calc(50% - 8px)}.listBlogs .blogRight .itemBlogs .blogThumb{min-width:254px;width:254px;border-radius:8px;overflow:hidden}.listBlogs .blogRight .itemBlogs .infoThumb{margin:auto 0}.container{padding-left:20px;padding-right:20px}.content_container{padding-left:0px;padding-right:0px;padding-bottom:28px}.pageAuth{display:flex;align-items:center;min-height:100vh}.authContainer{flex-direction:row;box-shadow:rgba(149,157,165,.2) 0px 8px 24px;border-radius:8px;overflow:hidden}.authContainer .authBg{width:50%;height:618px}.authContainer .authBg .authBannerImage{position:absolute;max-width:none;height:100%}.authContainer .authBg .authBrandImage{width:80%;height:auto;top:64%;transform:translateY(-50%)}.authContainer .authFormWrp{width:50%}.searchBg1{height:300px;width:300px;top:15%;left:25%}.searchBg2{height:300px;width:300px;top:25%;left:55%}.searchBg3{width:320px;height:180px;top:25%;left:40%}.listTop{margin-right:-8px;margin-left:-8px;margin-bottom:16px}.topCardWrp{width:33.333333%;padding-left:8px;padding-right:8px}.topCardWrp.top1{margin-bottom:0px}.topCardWrp.top2{width:33.3333%}.topCardWrp.top2 .badegeInside{width:44px;height:48px}.topCardWrp.top2 .badegeInside .topNumb{font-size:18px;top:6px}.topCardWrp .badegeInside{width:44px;height:48px}.listChoice{display:flex;flex-direction:row;flex-wrap:wrap;margin-left:-8px;margin-right:-8px;margin-bottom:-16px}.cardChoiceWrp{width:33.333333%;padding-left:8px;padding-right:8px;margin-bottom:16px}.cardApkIconWrp{width:33.3333%}.topSearchItem{width:calc(33.3333% - 6px)}.listTopSearch .topSearchItem:nth-child(1){--initialX: -50px;--initialY: -50px;animation-delay:.1s}.listTopSearch .topSearchItem:nth-child(2){--initialX: 0px;--initialY: -50px;animation-delay:.1s}.listTopSearch .topSearchItem:nth-child(3){--initialX: 50px;--initialY: -50px;animation-delay:.15s}.listTopSearch .topSearchItem:nth-child(4){--initialX: -50px;--initialY: 0px;animation-delay:.15s}.listTopSearch .topSearchItem:nth-child(5){--initialX: 0px;--initialY: 0px;animation-delay:.2s}.listTopSearch .topSearchItem:nth-child(6){--initialX: 50px;--initialY: 0px;animation-delay:.2s}.listTopSearch .topSearchItem:nth-child(7){--initialX: 0px;--initialY: 50px;animation-delay:.3s}.listTopSearch .topSearchItem:nth-child(8){--initialX: 0px;--initialY: 50px;animation-delay:.3s}#header{height:88px}#header .menuToggleBtn{display:none}#header .nav_container{max-width:1240px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}#header .nav_container .nav_logo{position:initial;transform:none}#header .nav_container .nav_logo img{min-width:157px;min-height:32px}#header .langWrp{align-items:center;width:fit-content;margin-right:32px}#header .nav_menu{position:initial;display:flex;background-color:rgba(0,0,0,0);width:100%;height:100%}#header .nav_menu .nav_menu_close_icon{display:none}#header .nav_menu .nav_menu_container{padding:0px;display:flex;flex-direction:row;width:100%;max-width:unset;justify-content:space-between}#header .nav_menu .lineDivider{display:none}#header .nav_menu .listSocials{display:none}#header .nav_menu .listMenuItem{margin-left:40px;flex-direction:row;align-items:center}#header .nav_menu .listMenuItem .menuItem{margin-bottom:0px;margin-right:48px}#header .nav_menu .listMenuItem .menuItem:last-child{margin-right:0px}#header .nav_menu .listMenuItem .menuItem .menuLink{font-size:18px;font-weight:600}#header .nav_menu .listMenuHeaderPages{display:none}#header .searchIcon{display:flex;cursor:pointer}#header .nav_right .profileIcon{cursor:pointer}#header .nav_right .profileIcon.show .authUserSec{display:flex}.bannerWrp{width:100%;height:295px;padding-top:48px;padding-bottom:48px;margin-bottom:12px}.bannerWrp .sl{text-align:center;max-width:670px;margin-left:auto;margin-right:auto}.bannerWrp .sl p{display:inline;font-size:32px}.bannerWrp .line{margin-bottom:24px}#footer .container{display:flex;flex-direction:row;padding-bottom:20px}#footer .ft_top{width:calc(25% - 26.6666666667px);margin-right:80px;align-items:flex-start}#footer .ft_top .logo{margin-bottom:16px}#footer .ft_top .listSocials{position:initial}#footer .ft_sec{width:calc(25% - 26.6666666667px);margin-right:80px;margin-bottom:0px}#footer .ft_sec:last-child{margin-right:0px}#footer .ft_sec .listFtSec{flex-direction:column}#footer .ft_sec .listFtSec li{margin-left:32px;width:80%}#footer .ft_sec .listFtSec li:last-child{margin-bottom:0px}#footer .ft_sec .listFtSec a{font-size:16px}#footer .ft_bot{flex-direction:row;justify-content:space-between;padding:16px 0px}#footer .ft_bot .ft_bot_container{max-width:1240px;display:flex;width:100%;justify-content:space-between;align-items:center;margin-left:auto;margin-right:auto}#footer .ft_bot .cpRight{padding:0px;border-bottom:none}#footer .ft_bot .ft_dmca{padding:0px}.cardChoice .icon{width:90px;height:90px;min-width:90px}.ads12{min-height:300px}}/*# sourceMappingURL=style.css.map */
