:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:rgba(0, 0, 0, .1);--f-spinner-color-2:rgba(17, 24, 28, .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{to{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration,.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,.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{transform:scale(.975) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translateZ(0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(.975) translate3d(0,16px,0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration,.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration,.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastOut{to{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeSlowOut{to{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration,.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, .2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translate(100%)}to{transform:translateZ(0)}}@keyframes f-slideInNext{0%{transform:translate(-100%)}to{transform:translateZ(0)}}@keyframes f-slideOutNext{to{transform:translate(-100%)}}@keyframes f-slideOutPrev{to{transform:translate(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translate(-75px);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translate(75px);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes f-classicOutNext{to{transform:translate(-75px);opacity:0}}@keyframes f-classicOutPrev{to{transform:translate(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 .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:.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:translate(-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, .98);--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:rgba(255, 255, 255, .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:#fff0;overflow:visible;z-index:var(--fancybox-zIndex,1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *:before,.fancybox__container *:after{box-sizing:inherit}.fancybox__container::backdrop{background-color:#0000}.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:translateZ(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,.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:#fff0;min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translateZ(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;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;filter:blur(0)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px;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:rgb(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, .6);--f-button-active-bg:rgba(0, 0, 0, .6);--f-button-hover-bg:rgba(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, .3);--f-button-active-bg:rgba(24, 24, 27, .5);--f-button-shadow:none;--f-button-transition:all .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, .5));--f-button-svg-disabled-opacity:.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) * -.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height) * -.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;z-index:40;-webkit-user-select:none;-moz-user-select:none;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,.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration,.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,.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration,.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:rgb(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:#fff0}.fancybox-placeholder{border:0!important;clip:rect(1px,1px,1px,1px)!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:.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:#fff0;-webkit-user-select:none;-moz-user-select:none;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:translateZ(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:-moz-max-content;width:max-content}.is-modern .f-thumbs__track:before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 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 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color))}.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:#fff0;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)) * .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;-o-object-fit:cover;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px}.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(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgb(255 255 255 / .1),rgb(255 255 255 / .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(rgb(255 255 255 / .1),rgb(255 255 255 / .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, .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, .65);--f-button-hover-bg:rgba(70, 70, 73, .65);--f-button-active-bg:rgba(90, 90, 93, .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, .15));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:.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 rgb(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;-webkit-user-select:none;-moz-user-select:none;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;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.dom_loaded header .container{transition:transform 1.2s var(--elastic) .5s,opacity 1.2s var(--elastic) .5s}.dom_loaded header:before{clip-path:polygon(0 0,100% 0,100% 100%,0% 100%);transition:all 1.2s var(--elastic) .5s}.innerBanner{position:relative;color:var(--white);padding-top:var(--header-height)}.innerBanner .bgImg{position:absolute;overflow:hidden;top:0;right:0;bottom:0;left:0;z-index:-1}.innerBanner .bgImg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--black);opacity:.5}.innerBanner .container{position:relative;z-index:5;text-align:center;padding-bottom:1rem;display:flex;flex-direction:column;min-height:13rem}@media only screen and (min-width:100rem){.innerBanner .container{min-height:15rem}}@media only screen and (max-width:47.9375rem){.innerBanner .container{min-height:10rem}}.innerBanner .title{flex:1;display:flex;align-items:center;justify-content:center;padding-block:2rem}@media only screen and (max-width:47.9375rem){.innerBanner .title{min-height:11rem;padding-block:1rem}}.innerBanner h1{margin:0 auto;overflow:hidden;font-size:calc(100 / var(--gfs) * 1rem);line-height:120%;font-weight:400}@media only screen and (min-width:100rem){.innerBanner h1{font-size:calc(110 / var(--gfs) * 1rem)}}@media only screen and (min-width:64.0625rem) and (max-width:85.625rem) and (min-height:500px) and (max-height:670px){.innerBanner h1{font-size:calc(85 / var(--gfs) * 1rem)}}@media only screen and (max-width:64rem){.innerBanner h1{font-size:calc(90 / var(--gfs) * 1rem)}}@media only screen and (max-width:47.9375rem){.innerBanner h1{font-size:calc(80 / var(--gfs) * 1rem)}}[dir=rtl] .innerBanner h1{line-height:135%;font-weight:500}.innerBanner h1 span{display:block;transform:translateY(100%)}.dom_loaded .innerBanner h1 span{clip-path:polygon(0 0,100% 0,100% 100%,0% 100%);transform:translateY(0);transition:transform 1.4s var(--elastic),clip-path 1.4s var(--elastic)}.dom_loaded .innerBanner h1 span:nth-child(1){transition-delay:.5s}.dom_loaded .innerBanner h1 span:nth-child(2){transition-delay:.9s}.dom_loaded .innerBanner h1 span:nth-child(3){transition-delay:1.3s}.dom_loaded .innerBanner h1 span:nth-child(4){transition-delay:1.7s}.dom_loaded .innerBanner h1 span:nth-child(5){transition-delay:2.1s}.inner_page{--sectionGap:5rem}@media only screen and (min-width:1600px){.inner_page{--sectionGap:6rem}}@media only screen and (min-width:1025px) and (max-width:1370px) and (min-height:500px) and (max-height:670px){.inner_page{--sectionGap:4rem}}@media only screen and (max-width:1024px){.inner_page{--sectionGap:4rem}}@media only screen and (max-width:980px){.inner_page{--sectionGap:3rem}}.pageSection{position:relative;padding-block:var(--sectionGap)}.breadcrumbWrap{position:relative;transform:translateY(1.5rem);opacity:0;width:100%;z-index:15}.breadcrumbWrap ul{padding:0;margin:0;display:flex;align-items:center;flex-wrap:wrap;justify-content:start}.breadcrumbWrap ul li{--shapeGap:.7rem;position:relative;display:grid;gap:var(--shapeGap);padding-inline-end:var(--shapeGap);grid-template-columns:auto 11px;align-items:center;font-weight:400;font-size:calc(29 / var(--gfs) * 1rem)}[dir=rtl] .breadcrumbWrap ul li{font-weight:500}@media only screen and (max-width:767px){.breadcrumbWrap ul li{padding-inline-end:.5rem;--shapeGap:.3rem;font-size:.85rem}}.breadcrumbWrap ul li:last-child{padding-inline-end:0}.breadcrumbWrap ul li:after{content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDggMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDEzTDcgN0wxIDEiIHN0cm9rZT0iI0Q4RDhEOCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);background-position:center;background-repeat:no-repeat;background-size:contain;position:relative;width:100%;aspect-ratio:1;transform:scale(1)}[dir=rtl] .breadcrumbWrap ul li:after{transform:scaleX(-1)}.breadcrumbWrap ul li:last-child:after{display:none}.breadcrumbWrap ul li.current{max-width:220px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:inline-block;color:#d8d8d8}@media only screen and (max-width:767px){.breadcrumbWrap ul li.current{max-width:130px}}.breadcrumbWrap a{max-width:220px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:inline-block;transition:all .3s ease-in-out;color:#d8d8d8}@media only screen and (max-width:767px){.breadcrumbWrap a{max-width:130px}}@media (hover:hover) and (pointer:fine){.breadcrumbWrap a:hover{opacity:1;transform:scale(1.05)}}.dom_loaded .breadcrumbWrap{transform:none;opacity:1;transition:transform 1.4s var(--elastic) 1s,opacity 1.4s var(--elastic) 1s}.aboutWrap{display:grid;grid-template-columns:1fr 55%;gap:var(--gapBig)}@media only screen and (max-width:64rem){.aboutWrap{grid-template-columns:100%;gap:var(--gap)}}.missionWrap{display:flex;flex-wrap:wrap;gap:var(--gapBig);align-items:start}@media only screen and (max-width:64rem){.missionWrap{flex-direction:column;align-items:center}}@media only screen and (min-width:100rem){.missionWrap.smallBox{gap:calc(var(--gapBig) - 3rem)}}.missionWrap.smallBox .imgBox{width:25rem;border-radius:1rem;overflow:hidden;max-width:100%}@media only screen and (min-width:100rem){.missionWrap.smallBox .imgBox{width:27rem}}@media only screen and (max-width:47.9375rem){.missionWrap.smallBox .imgBox{width:100%}}@media only screen and (min-width:64.0625rem){.missionWrap.reOrder .imgBox{order:2}.missionWrap.reOrder .contentBox{order:1}}.missionWrap .imgBox{width:50%}@media only screen and (min-width:64.0625rem){.missionWrap .imgBox{position:sticky;top:var(--header-height)}.missionWrap .imgBox.smallImg{width:40%}}@media only screen and (max-width:64rem){.missionWrap .imgBox{width:100%;max-width:500px}}.missionWrap .textBox{color:var(--brandColor2)}.missionWrap .textBox h2,.missionWrap .textBox h3,.missionWrap .textBox h4{font-weight:500}.missionWrap .contentBox{flex:1}.missionWrap .list{display:flex;flex-direction:column;gap:5rem}@media only screen and (max-width:64rem){.missionWrap .list{gap:2.5rem}}@media only screen and (max-width:47.9375rem){.missionWrap .list{gap:1.8rem}}.missionWrap .item .h{display:grid;grid-template-columns:3.2rem 1fr;align-items:center;gap:1.2rem;font-weight:500;color:var(--brandColor);margin-bottom:1rem;font-size:calc(48 / var(--gfs) * 1rem);line-height:120%}@media only screen and (min-width:100rem){.missionWrap .item .h{font-size:calc(55 / var(--gfs) * 1rem)}}@media only screen and (max-width:61.25rem){.missionWrap .item .h{font-size:calc(50 / var(--gfs) * 1rem)}}@media only screen and (max-width:47.9375rem){.missionWrap .item .h{font-size:calc(40 / var(--gfs) * 1rem);grid-template-columns:2.7rem 1fr;gap:.85rem}}.valuesWrap{display:grid;grid-template-columns:1fr 75%;gap:5rem;margin-top:3rem;overflow:hidden}@media only screen and (max-width:64rem){.valuesWrap{gap:2.5rem}}@media only screen and (max-width:61.25rem){.valuesWrap{grid-template-columns:100%;gap:2rem}}.valuesWrap .nav{display:flex;flex-direction:column;gap:3rem;position:relative;padding-block:1rem}@media only screen and (max-width:61.25rem){.valuesWrap .nav{flex-direction:row;flex-wrap:wrap;gap:1rem 2.5rem;padding:0;display:none}}@media only screen and (max-width:47.9375rem){.valuesWrap .nav{gap:1rem 1.5rem}}.valuesWrap .nav:after{content:"";position:absolute;top:0;width:1px;height:100%;background:var(--black);opacity:.2;right:0}[dir=rtl] .valuesWrap .nav:after{right:auto;left:0}@media only screen and (max-width:61.25rem){.valuesWrap .nav:after{display:none}}.valuesWrap .link{font-weight:600;color:var(--brandColor2);padding-inline-end:5rem;width:100%;display:flex;position:relative;z-index:15;font-size:calc(40 / var(--gfs) * 1rem);line-height:120%}@media only screen and (min-width:100rem){.valuesWrap .link{font-size:calc(47 / var(--gfs) * 1rem)}}@media only screen and (max-width:64rem){.valuesWrap .link{font-size:calc(35 / var(--gfs) * 1rem)}}@media only screen and (max-width:61.25rem){.valuesWrap .link{font-size:calc(36 / var(--gfs) * 1rem)}}@media only screen and (max-width:47.9375rem){.valuesWrap .link{font-size:calc(37 / var(--gfs) * 1rem)}}@media only screen and (max-width:64rem){.valuesWrap .link{padding-inline-end:2.5rem}}@media only screen and (max-width:61.25rem){.valuesWrap .link{padding-inline-end:0}}.valuesWrap .link>*{transition:all .4s var(--ease);opacity:.5}.valuesWrap .link:after{content:"";position:absolute;right:0;height:100%;aspect-ratio:1;background:var(--white);top:50%;opacity:0;transition:all .4s var(--ease);transform:translate(50%) translateY(-50%) rotate(45deg)}[dir=rtl] .valuesWrap .link:after{right:auto;left:0;transform:translate(-50%) translateY(-50%) rotate(45deg)}@media only screen and (max-width:61.25rem){.valuesWrap .link:after{display:none}}.valuesWrap .link.active>*{color:var(--brandColor);opacity:1}.valuesWrap .link.active:after{opacity:1}@media (hover:hover) and (pointer:fine){.valuesWrap .link:hover>*{color:var(--brandColor);opacity:1}}.valuesWrap .sliderBox{position:relative;padding-inline-end:8rem}@media only screen and (max-width:64rem){.valuesWrap .sliderBox{padding-inline-end:4.5rem}}@media only screen and (max-width:47.9375rem){.valuesWrap .sliderBox{padding-inline-end:2rem}}.valuesWrap .sliderBox .swiper{overflow:visible}@media only screen and (min-width:61.3125rem){.valuesWrap .sliderBox .swiper-pagination{display:none}}html[dir=ltr] .valuesWrap .link:after{border-top:1px solid rgb(var(--blackR)/.2);border-right:1px solid rgb(var(--blackR)/.2)}html[dir=rtl] .valuesWrap .link:after{border-left:1px solid rgb(var(--blackR)/.2);border-bottom:1px solid rgb(var(--blackR)/.2)}.vaItem.swiper-slide-next .inner{background:#f4f4f4}.vaItem.swiper-slide-next+.swiper-slide .inner{background:#f8f8f8}.vaItem.swiper-slide-active .inner{background:#efefef}.vaItem .inner{background:#f8f8f8;padding:4rem;display:grid;grid-template-columns:25% 1fr;align-items:center;gap:3rem;border-radius:1.5rem;transition:all .4s var(--ease)}@media only screen and (min-width:64.0625rem) and (max-width:85.625rem) and (min-height:500px) and (max-height:670px){.vaItem .inner{padding:3rem;gap:2rem}}@media only screen and (max-width:64rem){.vaItem .inner{padding:2rem;gap:1.5rem;grid-template-columns:100%}}@media only screen and (max-width:47.9375rem){.vaItem .inner{padding:1.5rem 1.2rem;border-radius:1rem}}.vaItem .imgBox{background:rgb(217 217 217 / .3);aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:50%}@media only screen and (max-width:64rem){.vaItem .imgBox{max-width:9rem}}@media only screen and (max-width:47.9375rem){.vaItem .imgBox{max-width:8rem}}.vaItem .imgBox picture{width:70%}.vaItem .imgBox img{aspect-ratio:3/2.2}.vaItem .t{font-weight:600;color:var(--brandColor2);margin-bottom:.8rem;font-size:calc(48 / var(--gfs) * 1rem);line-height:120%}@media only screen and (min-width:100rem){.vaItem .t{font-size:calc(55 / var(--gfs) * 1rem)}}@media only screen and (max-width:61.25rem){.vaItem .t{font-size:calc(50 / var(--gfs) * 1rem)}}@media only screen and (max-width:47.9375rem){.vaItem .t{font-size:calc(40 / var(--gfs) * 1rem)}}.mTopSection{margin-top:var(--sectionGap)}.tabWrap{display:flex;flex-direction:column;gap:2rem}.tabWrap:has(.link.lg){gap:var(--sectionGap)}@media only screen and (max-width:47.9375rem){.tabWrap:has(.link.lg){gap:2rem}}.tabWrap .tabNav{display:flex;align-items:center;justify-content:center;gap:4rem;position:relative}@media only screen and (max-width:64rem){.tabWrap .tabNav{gap:1rem 2rem}}@media only screen and (max-width:61.25rem){.tabWrap .tabNav{flex-wrap:wrap}}@media only screen and (max-width:47.9375rem){.tabWrap .tabNav{gap:.5rem 1rem}}.tabWrap .tabNav:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:var(--brandColor2);opacity:.1}@media only screen and (max-width:47.9375rem){.tabWrap .tabNav:has(.link.lg){gap:1.2rem}}.tabWrap .tabNav:has(.link.lg):before{height:5px}@media only screen and (max-width:47.9375rem){.tabWrap .tabNav:has(.link.lg):before{display:none}}.tabWrap .link{color:var(--brandColor2);font-weight:500;font-size:calc(37 / var(--gfs) * 1rem);position:relative;padding-bottom:1rem;padding-inline:.5rem;display:flex;align-items:center}@media only screen and (max-width:64rem){.tabWrap .link{font-size:calc(34 / var(--gfs) * 1rem)}}@media only screen and (max-width:61.25rem){.tabWrap .link{font-size:calc(32 / var(--gfs) * 1rem);padding-inline:.2rem;padding-bottom:.5rem}}@media only screen and (max-width:47.9375rem){.tabWrap .link{padding-bottom:.3rem;font-size:calc(30 / var(--gfs) * 1rem)}}.tabWrap .link span{flex:1}.tabWrap .link.lg{gap:1.5rem;font-size:calc(50 / var(--gfs) * 1rem);line-height:120%;max-width:350px;padding-bottom:1.5rem;padding-inline:1.5rem}@media only screen and (max-width:64rem){.tabWrap .link.lg{font-size:calc(45 / var(--gfs) * 1rem);max-width:300px}}@media only screen and (max-width:61.25rem){.tabWrap .link.lg{padding-inline:0rem;gap:1rem}}@media only screen and (max-width:47.9375rem){.tabWrap .link.lg{font-size:calc(35 / var(--gfs) * 1rem);padding-bottom:.7rem;gap:.8rem}}.tabWrap .link.lg:before{height:5px}@media only screen and (max-width:47.9375rem){.tabWrap .link.lg:before{height:4px}}.tabWrap .link .i{width:3.7rem;display:flex}@media only screen and (max-width:64rem){.tabWrap .link .i{width:3.3rem}}@media only screen and (max-width:47.9375rem){.tabWrap .link .i{width:2.5rem}}.tabWrap .link .i img,.tabWrap .link .i svg{width:100%;height:auto}.tabWrap .link>*{opacity:.5;transition:all .4s var(--ease)}.tabWrap .link:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:var(--brandColor);transform:scaleX(0);transition:transform .4s var(--ease);transform-origin:right}[dir=rtl] .tabWrap .link:before{transform-origin:left}.tabWrap .link.active>*{opacity:1}.tabWrap .link.active:before{transform:scaleX(1);transform-origin:left}[dir=rtl] .tabWrap .link.active:before{transform-origin:right}@media (hover:hover) and (pointer:fine){.tabWrap .link:hover>*{opacity:1}.tabWrap .link:hover:before{transform:scaleX(1);transform-origin:left}[dir=rtl] .tabWrap .link:hover:before{transform-origin:right}}.tabWrap .tabContent{display:none}.tabWrap .tabContent.active{display:block}html[dir=ltr] .tabWrap .link:before{border-bottom-right-radius:.5rem}html[dir=rtl] .tabWrap .link:before{border-bottom-left-radius:.5rem}.fleetList{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--gap)}@media only screen and (max-width:61.25rem){.fleetList{grid-template-columns:100%}}.fleItem .inner{position:relative;border-radius:1.5rem;overflow:hidden;display:flex;flex-direction:column}@media only screen and (max-width:47.9375rem){.fleItem .inner{border-radius:1rem;background:rgb(var(--blackR)/.1);gap:1.2rem}}@media (hover:hover) and (pointer:fine){.fleItem .inner:hover .contentBox{grid-template-rows:auto 1fr}.fleItem .inner:hover .metaBox.full{transform:translateY(0)}.fleItem .inner:hover .metaBox.full:after{opacity:1;transform:rotate(180deg)}}.fleItem .imgBox{position:relative}.fleItem .imgBox img{aspect-ratio:684/406;-o-object-fit:cover;object-fit:cover}.fleItem .contentBox{position:absolute;left:0;bottom:0;width:100%;color:var(--white);padding-inline:2rem;padding-bottom:2rem;display:grid;gap:1rem;z-index:5;transition:all .5s var(--ease)}@media (hover:hover) and (pointer:fine){.fleItem .contentBox{grid-template-rows:auto 0fr}}@media only screen and (max-width:64rem){.fleItem .contentBox{padding-inline:1.5rem;padding-bottom:1.5rem;gap:.5rem}}@media only screen and (max-width:47.9375rem){.fleItem .contentBox{position:relative;color:var(--text);padding-inline:1rem;padding-bottom:1rem;gap:1rem}}.fleItem .contentBox:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgb(var(--blackR)/0) 0%,rgb(var(--blackR)/1) 100%);z-index:-1}@media only screen and (max-width:47.9375rem){.fleItem .contentBox:before{display:none}}.fleItem .h{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;overflow:hidden}@media only screen and (max-width:64rem){.fleItem .h{gap:.5rem}}@media only screen and (max-width:47.9375rem){.fleItem .h{grid-template-columns:repeat(2,1fr);gap:.8rem}}.fleItem .v{font-weight:600}[dir=rtl] .fleItem .v{font-weight:500}.fleItem .t{opacity:.6;line-height:110%}.fleItem .metaBox{transition:all .4s var(--ease);font-size:calc(24 / var(--gfs) * 1rem)}@media only screen and (max-width:47.9375rem){.fleItem .metaBox{font-size:calc(20 / var(--gfs) * 1rem);font-size:calc(25 / var(--gfs) * 1rem)}}.fleItem .metaBox.full{position:relative;font-size:calc(75 / var(--gfs) * 1rem);line-height:120%}@media only screen and (min-width:100rem){.fleItem .metaBox.full{font-size:calc(85 / var(--gfs) * 1rem)}}@media only screen and (max-width:64rem){.fleItem .metaBox.full{font-size:calc(70 / var(--gfs) * 1rem)}}@media only screen and (max-width:61.25rem){.fleItem .metaBox.full{font-size:calc(65 / var(--gfs) * 1rem)}}@media only screen and (max-width:47.9375rem){.fleItem .metaBox.full{font-size:calc(55 / var(--gfs) * 1rem)}}@media (hover:hover) and (pointer:fine){.fleItem .metaBox.full{padding-inline-end:2rem;transform:translateY(1rem)}}@media only screen and (hover:hover) and (pointer:fine) and (min-width:100rem){.fleItem .metaBox.full{padding-inline-end:2.5rem}}@media (hover:hover) and (pointer:fine){.fleItem .metaBox.full:after{content:"";position:absolute;top:0;width:1.5rem;height:100%;right:0;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAyOCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI2IDE1TDE0IDJMMiAxNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);background-position:center;background-repeat:no-repeat;background-size:contain;opacity:.5;transition:all .4s var(--ease)}[dir=rtl] .fleItem .metaBox.full:after{right:auto;left:0}}@media only screen and (hover:hover) and (pointer:fine) and (min-width:100rem){.fleItem .metaBox.full:after{width:1.8rem}}.fleItem .metaBox.full .t{font-size:calc(29 / var(--gfs) * 1rem);opacity:.9;margin-bottom:.2rem}@media only screen and (max-width:47.9375rem){.fleItem .metaBox.full .t{margin-bottom:0;font-size:calc(25 / var(--gfs) * 1rem)}}@media only screen and (min-width:64.0625rem){.limitContent{max-width:55vw;min-width:55vw}}@media only screen and (min-width:100rem){.limitContent{max-width:1000px;min-width:1000px}}.newsDetailsWrap{display:grid;align-items:start;gap:2rem;grid-template-columns:1fr 55vw 1fr}@media only screen and (min-width:100rem){.newsDetailsWrap{grid-template-columns:1fr 1000px 1fr}}@media only screen and (max-width:64rem){.newsDetailsWrap{grid-template-columns:100%}.newsDetailsWrap [data-back]{display:none}}.newsDetailsWrap .more{place-self:start}.newsDetailsWrap .title{font-weight:600;margin-bottom:1rem;color:var(--brandColor2);font-size:calc(75 / var(--gfs) * 1rem);line-height:120%}@media only screen and (min-width:100rem){.newsDetailsWrap .title{font-size:calc(85 / var(--gfs) * 1rem)}}@media only screen and (max-width:64rem){.newsDetailsWrap .title{font-size:calc(70 / var(--gfs) * 1rem)}}@media only screen and (max-width:61.25rem){.newsDetailsWrap .title{font-size:calc(65 / var(--gfs) * 1rem)}}@media only screen and (max-width:47.9375rem){.newsDetailsWrap .title{font-size:calc(55 / var(--gfs) * 1rem);margin-bottom:.5rem;font-size:calc(45 / var(--gfs) * 1rem)}}.newsDetailsWrap .newsImg{width:100%;border-radius:1.5rem;overflow:hidden}@media only screen and (max-width:47.9375rem){.newsDetailsWrap .newsImg{border-radius:1rem}}.newsDetailsWrap .metaBox{display:flex;flex-wrap:wrap;gap:.5rem;margin-block:1.5rem;line-height:100%;font-size:calc(24 / var(--gfs) * 1rem)}@media only screen and (max-width:47.9375rem){.newsDetailsWrap .metaBox{font-size:calc(20 / var(--gfs) * 1rem);margin-block:1rem;font-size:calc(24 / var(--gfs) * 1rem)}}.newsDetailsWrap .metaBox .m{padding:.7rem 1.3rem;background:rgb(159 159 159 / .2);border-radius:2rem;font-weight:500;color:var(--brandColor2)}.newsDetailsWrap .metaBox .m.red{background:var(--brandColor);color:var(--white);border-radius:10px}.contactWrap{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--gapBig)}@media only screen and (max-width:64rem){.contactWrap{grid-template-columns:100%;gap:4rem}}.addressList{display:flex;flex-direction:column;gap:2.5rem}@media only screen and (max-width:64rem){.addressList{display:grid;grid-template-columns:repeat(3,1fr);flex-wrap:wrap;gap:2rem}.addressList .ad:first-child{grid-column:-1/1}}@media only screen and (max-width:47.9375rem){.addressList{grid-template-columns:100%;gap:1.2rem}}.ad .t{color:var(--brandColor);font-weight:600;margin-bottom:.3rem;font-size:110%}@media only screen and (max-width:47.9375rem){.ad .t{font-size:101%}}.ad .c{font-size:calc(29 / var(--gfs) * 1rem);color:var(--brandColor2)}.ad a{transition:all .4s var(--ease)}@media (hover:hover) and (pointer:fine){.ad a:hover{color:var(--brandColor)}}.formBox .title{color:var(--brandColor2);font-weight:600;margin-bottom:1.8rem;font-size:calc(40 / var(--gfs) * 1rem);line-height:120%}@media only screen and (min-width:100rem){.formBox .title{font-size:calc(45 / var(--gfs) * 1rem)}}@media only screen and (max-width:64rem){.formBox .title{font-size:calc(43 / var(--gfs) * 1rem)}}@media only screen and (max-width:61.25rem){.formBox .title{font-size:calc(40 / var(--gfs) * 1rem)}}@media only screen and (max-width:47.9375rem){.formBox .title{font-size:calc(37 / var(--gfs) * 1rem)}}.contactMap{width:100%;position:relative;border-radius:10px;overflow:hidden}.contactMap .marker{position:absolute;z-index:15;width:.9rem;aspect-ratio:1;background:var(--brandColor);border-radius:50%}@media only screen and (max-width:64rem){.contactMap .marker{width:.8rem}}@media only screen and (max-width:47.9375rem){.contactMap .marker{width:.5rem}}.contactMap .marker:before{content:"";position:absolute;top:-25px;right:-25px;bottom:-25px;left:-25px;background:rgb(var(--brandColorR)/.2);border-radius:50%;transition:all .4s var(--ease)}@media only screen and (max-width:64rem){.contactMap .marker:before{top:-20px;right:-20px;bottom:-20px;left:-20px}}@media only screen and (max-width:47.9375rem){.contactMap .marker:before{top:-10px;right:-10px;bottom:-10px;left:-10px}}.contactMap .marker.m1{left:26%;top:25%}.contactMap .marker.m2{left:47.5%;top:39.5%}.contactMap .marker.m3{right:19%;bottom:22.5%}.contactMap .marker.m4{right:16.5%;bottom:14.5%}@media (hover:hover) and (pointer:fine){.contactMap .marker:hover:before{transform:scale(1.1)}}.mainOfficeList{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--gap)}@media only screen and (max-width:64rem){.mainOfficeList{grid-template-columns:100%}}.ofItem .inner{position:relative;padding:2rem;display:grid;align-items:start;grid-template-columns:5rem 1fr;gap:1.5rem;height:100%}@media only screen and (min-width:64.0625rem) and (max-width:85.625rem) and (min-height:500px) and (max-height:670px){.ofItem .inner{padding:1.5rem}}@media only screen and (max-width:47.9375rem){.ofItem .inner{grid-template-columns:100%;padding:1.5rem;gap:1rem}}.ofItem .inner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#d9d9d9;opacity:.1;border-radius:10px;z-index:-1}@media only screen and (min-width:64.0625rem){.ofItem:nth-child(4) .inner:before,.ofItem:nth-child(1) .inner:before{opacity:.25}.ofItem:nth-child(4) .iconBox,.ofItem:nth-child(1) .iconBox{background:var(--white)}}@media only screen and (max-width:64rem){.ofItem:nth-child(odd) .inner:before{opacity:.25}.ofItem:nth-child(odd) .iconBox{background:var(--white)}}.ofItem .iconBox{background:rgb(217 217 217 / .2);aspect-ratio:1;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:15}@media only screen and (max-width:47.9375rem){.ofItem .iconBox{max-width:6rem}}.ofItem .iconBox img{width:55%;aspect-ratio:1}.ofItem .content{display:grid;gap:.7rem 2rem;grid-template-columns:1fr auto;color:var(--brandColor2);font-size:calc(27 / var(--gfs) * 1rem)}@media only screen and (max-width:47.9375rem){.ofItem .content{grid-template-columns:100%}}.ofItem .title{grid-column:-1/1;font-weight:500;font-size:calc(40 / var(--gfs) * 1rem);line-height:120%}@media only screen and (min-width:100rem){.ofItem .title{font-size:calc(47 / var(--gfs) * 1rem)}}@media only screen and (max-width:64rem){.ofItem .title{font-size:calc(35 / var(--gfs) * 1rem)}}@media only screen and (max-width:61.25rem){.ofItem .title{font-size:calc(36 / var(--gfs) * 1rem)}}@media only screen and (max-width:47.9375rem){.ofItem .title{font-size:calc(37 / var(--gfs) * 1rem)}}.ofItem .numBox{display:flex;flex-direction:column;gap:1rem}@media only screen and (max-width:47.9375rem){.ofItem .numBox{gap:.5rem}}.ofItem .numBox .link{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.5rem;transition:all .4s var(--ease);color:inherit}@media (hover:hover) and (pointer:fine){.ofItem .numBox .link:hover{color:var(--brandColor)}.ofItem .numBox .link:hover .ic{opacity:1}}.ofItem .numBox .link .ic{width:1rem;display:flex;align-items:center;justify-content:center;opacity:.5;transition:all .4s var(--ease)}.ofItem .numBox .link .ic svg{width:100%;height:auto}.ofItem .textBox{line-height:170%}.agentList{display:grid;gap:1rem}@media only screen and (min-width:64.0625rem){.agentList{grid-template-columns:repeat(4,1fr)}.agentList .ageItem{grid-column:-1/1}.agentList .ageItem.col1{grid-column:span 1}.agentList .ageItem.col1 .list{grid-template-columns:100%}.agentList .ageItem.col2{grid-column:span 2}.agentList .ageItem.col2 .list{grid-template-columns:repeat(2,1fr)}.agentList .ageItem.col3{grid-column:span 3}.agentList .ageItem.col3 .list{grid-template-columns:repeat(3,1fr)}}.ageItem{padding:2.5rem;position:relative}@media only screen and (min-width:64.0625rem) and (max-width:85.625rem) and (min-height:500px) and (max-height:670px){.ageItem{padding:1.5rem}}@media only screen and (max-width:61.25rem){.ageItem{padding:1.5rem}}@media only screen and (max-width:47.9375rem){.ageItem{padding:1rem}}.ageItem:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#d9d9d9;opacity:.15;border-radius:10px;z-index:-1}.ageItem .head{display:grid;grid-template-columns:auto 1fr;gap:.8rem;align-items:center;font-weight:600;color:var(--brandColor2);font-size:calc(60 / var(--gfs) * 1rem);margin-bottom:2rem}@media only screen and (min-width:64.0625rem) and (max-width:85.625rem) and (min-height:500px) and (max-height:670px){.ageItem .head{font-size:calc(50 / var(--gfs) * 1rem)}}@media only screen and (max-width:61.25rem){.ageItem .head{font-size:calc(50 / var(--gfs) * 1rem);margin-bottom:1.5rem}}@media only screen and (max-width:47.9375rem){.ageItem .head{margin-bottom:1.2rem}}.ageItem .head .icon{position:relative;padding:5px;width:3.2rem}@media only screen and (max-width:61.25rem){.ageItem .head .icon{width:2.8rem}}.ageItem .head .icon picture{position:relative;z-index:5}.ageItem .head .icon picture img{aspect-ratio:1;border-radius:50%;overflow:hidden;-o-object-fit:cover;object-fit:cover}.ageItem .head .icon:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;border-radius:50%;background:linear-gradient(0deg,var(--brandColor),#999696)}.ageItem .head .icon:after{content:"";position:absolute;background:var(--white);top:3px;right:3px;bottom:3px;left:3px;border-radius:50%}.ageItem .list{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem}@media only screen and (max-width:64rem){.ageItem .list{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:61.25rem){.ageItem .list{grid-template-columns:repeat(2,1fr);gap:1.8rem 3rem}}@media only screen and (max-width:47.9375rem){.ageItem .list{grid-template-columns:100%;gap:1.2rem}}.ageItem .agl{display:flex;flex-direction:column;gap:.4rem;font-size:calc(27 / var(--gfs) * 1rem)}.ageItem .agl .t{font-size:calc(35 / var(--gfs) * 1rem);font-weight:600;color:var(--brandColor2)}.ageItem .agl .link{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:.5rem;transition:all .4s var(--ease);color:inherit}@media (hover:hover) and (pointer:fine){.ageItem .agl .link:hover{color:var(--brandColor)}.ageItem .agl .link:hover .ic{opacity:1}}.ageItem .agl .link .ic{padding-top:.2rem;width:1rem;display:flex;align-items:center;justify-content:center;opacity:.5;transition:all .4s var(--ease)}.ageItem .agl .link .ic svg{width:100%;height:auto}.cerItem .inner{display:flex;flex-direction:column;gap:.8rem}@media (hover:hover) and (pointer:fine){.cerItem .inner:hover .imgBox img{transform:scale(1.1)}}.cerItem .imgBox{border:2px solid rgb(var(--brandColor2R)/.2);border-radius:1rem;overflow:hidden}.cerItem .imgBox img{transition:all .4s var(--ease)}.cerItem .title{line-height:160%;font-size:calc(37 / var(--gfs) * 1rem)}@media only screen and (min-width:100rem){.cerItem .title{font-size:calc(39 / var(--gfs) * 1rem)}}@media only screen and (min-width:64.0625rem) and (max-width:85.625rem) and (min-height:500px) and (max-height:670px){.cerItem .title{font-size:calc(36 / var(--gfs) * 1rem)}}@media only screen and (max-width:64rem){.cerItem .title{font-size:calc(34 / var(--gfs) * 1rem)}}@media only screen and (max-width:47.9375rem){.cerItem .title{font-size:calc(33 / var(--gfs) * 1rem)}}.CVDropbox{max-width:500px;margin-inline:auto}.CVDropbox .sectionTitleSmall>*:before{display:none}.blockList{display:grid;gap:var(--sectionGap)}.certificateBox .imgBox{max-width:35rem;margin-inline:auto;width:100%}.serviceWrap{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--gap)}@media only screen and (max-width:64rem){.serviceWrap{grid-template-columns:100%}}.serviceWrap .imgBox{border-radius:1rem;overflow:hidden;align-self:flex-start}.serviceWrap .contentBox{background:rgb(var(--dropBgR)/.2);border-radius:1rem;padding:1rem;display:grid;grid-template-rows:1fr auto;grid-template-columns:repeat(5,1fr);gap:.4rem}@media only screen and (min-width:100rem){.serviceWrap .contentBox{gap:.5rem}}@media only screen and (max-width:47.9375rem){.serviceWrap .contentBox{grid-template-columns:repeat(2,1fr)}}.serviceWrap .contentBox .full{grid-column:-1/1;text-align:center;gap:1rem;padding-bottom:1rem}@media only screen and (max-width:64rem){.serviceWrap .contentBox .full{min-height:15rem}}@media only screen and (max-width:47.9375rem){.serviceWrap .contentBox .full{min-height:inherit}}.serviceWrap .contentBox .full .t{padding:.8em .5rem;font-size:calc(34 / var(--gfs) * 1rem)}@media only screen and (min-width:100rem){.serviceWrap .contentBox .full .t{font-size:calc(39 / var(--gfs) * 1rem)}}@media only screen and (max-width:47.9375rem){.serviceWrap .contentBox .full .t{font-size:calc(30 / var(--gfs) * 1rem)}}.serviceWrap .contentBox .full .d{display:flex;align-items:center;justify-content:center;max-width:65%;align-self:center;font-size:calc(30 / var(--gfs) * 1rem)}@media only screen and (min-width:64.0625rem) and (max-width:85.625rem) and (min-height:500px) and (max-height:670px){.serviceWrap .contentBox .full .d{max-width:75%;font-size:calc(28 / var(--gfs) * 1rem)}}@media only screen and (max-width:47.9375rem){.serviceWrap .contentBox .full .d{max-width:100%;font-size:calc(27 / var(--gfs) * 1rem)}}.serviceWrap .mBox{border:1px solid var(--dropBg);border-radius:.5rem;padding:.2rem .2rem .5rem;display:flex;gap:.3rem;flex-direction:column}.serviceWrap .mBox .d{flex:1;font-size:calc(24 / var(--gfs) * 1rem);line-height:150%;padding-inline:.5rem}@media only screen and (min-width:100rem){.serviceWrap .mBox .d{font-size:calc(26 / var(--gfs) * 1rem)}}@media only screen and (min-width:64.0625rem) and (max-width:85.625rem) and (min-height:500px) and (max-height:670px){.serviceWrap .mBox .d{font-size:calc(22 / var(--gfs) * 1rem)}}.serviceWrap .mBox .t{background:var(--dropBg);color:var(--brandColor2);padding:.5rem;font-size:calc(27 / var(--gfs) * 1rem);line-height:100%;font-weight:600;border-radius:.3rem}@media only screen and (min-width:100rem){.serviceWrap .mBox .t{font-size:calc(29 / var(--gfs) * 1rem)}}@media only screen and (min-width:64.0625rem) and (max-width:85.625rem) and (min-height:500px) and (max-height:670px){.serviceWrap .mBox .t{font-size:calc(24 / var(--gfs) * 1rem)}}