/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
@font-face{font-family:"Calibri";src:url(/themes/custom/vtpc/dist/fonts/Calibri-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-stretch:normal;}@font-face{font-family:"Calibri";src:url(/themes/custom/vtpc/dist/fonts/Calibri-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-stretch:normal;}@font-face{font-family:"Lato";src:url(/themes/custom/vtpc/dist/fonts/Lato-Semibold.ttf) format("truetype");font-weight:600;font-style:normal;font-stretch:normal;}@font-face{font-family:"Lato";src:url(/themes/custom/vtpc/dist/fonts/Lato-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-stretch:normal;}@font-face{font-family:"Inter";src:url(/themes/custom/vtpc/dist/fonts/Inter-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-stretch:normal;}@font-face{font-family:"Inter";src:url(/themes/custom/vtpc/dist/fonts/Inter-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-stretch:normal;}@font-face{font-family:"Inter";src:url(/themes/custom/vtpc/dist/fonts/Lato-Bold.ttf) format("truetype");font-weight:600;font-style:normal;font-stretch:normal;}: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 0.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:0.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) * 0.5) linear 0.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 0.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:0.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 0.25s ease;}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,0.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:0.15s ease-out both f-fadeOut;}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:0.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 0.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,0.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 0.33s ease;}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path 0.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 0.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 0.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 0.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:0.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:0.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;}:root{--swiper-theme-color:#007aff;}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1;}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1;}.swiper-vertical > .swiper-wrapper{flex-direction:column;}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1;}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0);}.swiper-horizontal{touch-action:pan-y;}.swiper-vertical{touch-action:pan-x;}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%;}.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{backface-visibility:hidden;transform:translateZ(0);}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px;}.swiper-3d .swiper-wrapper{transform-style:preserve-3d;}.swiper-3d{perspective:1200px;}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d;}.swiper-css-mode > .swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;}.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar{display:none;}.swiper-css-mode > .swiper-wrapper > .swiper-slide{scroll-snap-align:start start;}.swiper-css-mode.swiper-horizontal > .swiper-wrapper{scroll-snap-type:x mandatory;}.swiper-css-mode.swiper-vertical > .swiper-wrapper{scroll-snap-type:y mandatory;}.swiper-css-mode.swiper-free-mode > .swiper-wrapper{scroll-snap-type:none;}.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide{scroll-snap-align:none;}.swiper-css-mode.swiper-centered > .swiper-wrapper:before{content:"";flex-shrink:0;order:9999;}.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always;}.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before);}.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after);}.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before);}.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%;}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10;}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,0.1490196078);}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,0.5019607843),rgba(0,0,0,0));}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,0.5019607843),rgba(0,0,0,0));}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,0.5019607843),rgba(0,0,0,0));}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,0.5019607843),rgba(0,0,0,0));}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid rgba(0,0,0,0);box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10;}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite;}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff;}.swiper-lazy-preloader-black{--swiper-preloader-color:#000;}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg);}to{transform:rotate(1turn);}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0);}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0;}.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{height:var(--swiper-virtual-size);width:1px;}:root{--swiper-navigation-size:44px;}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10;}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:0.35;pointer-events:none;}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none;}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none !important;}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;transform-origin:center;width:100%;fill:currentColor;pointer-events:none;}.swiper-button-lock{display:none;}.swiper-button-next,.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size) / 2);top:var(--swiper-navigation-top-offset,50%);}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg);}.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px);}.swiper-horizontal .swiper-button-next,.swiper-horizontal .swiper-button-prev,.swiper-horizontal ~ .swiper-button-next,.swiper-horizontal ~ .swiper-button-prev{margin-left:0;margin-top:calc(0px - var(--swiper-navigation-size) / 2);top:var(--swiper-navigation-top-offset,50%);}.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl ~ .swiper-button-next,.swiper-horizontal ~ .swiper-button-prev,.swiper-horizontal .swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;}.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl ~ .swiper-button-prev,.swiper-horizontal ~ .swiper-button-next,.swiper-horizontal .swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px);}.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon,.swiper-horizontal.swiper-rtl ~ .swiper-button-next .swiper-navigation-icon,.swiper-horizontal ~ .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal .swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg);}.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon{transform:rotate(0deg);}.swiper-vertical .swiper-button-next,.swiper-vertical .swiper-button-prev,.swiper-vertical ~ .swiper-button-next,.swiper-vertical ~ .swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size) / 2);margin-top:0;right:auto;}.swiper-vertical .swiper-button-prev,.swiper-vertical ~ .swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);}.swiper-vertical .swiper-button-prev .swiper-navigation-icon,.swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon{transform:rotate(-90deg);}.swiper-vertical .swiper-button-next,.swiper-vertical ~ .swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;}.swiper-vertical .swiper-button-next .swiper-navigation-icon,.swiper-vertical ~ .swiper-button-next .swiper-navigation-icon{transform:rotate(90deg);}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity 0.3s;z-index:10;}.swiper-pagination.swiper-pagination-hidden{opacity:0;}.swiper-pagination.swiper-pagination-disabled,.swiper-pagination-disabled > .swiper-pagination{display:none !important;}.swiper-horizontal > .swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%;}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(0.33);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.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{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,0.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));}button .swiper-pagination-bullet{appearance:none;border:none;box-shadow:none;margin:0;padding:0;}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer;}.swiper-pagination-bullet:only-child{display:none !important;}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1);}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical > .swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform 0.2s,top 0.2s;}.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:transform 0.2s,left 0.2s;}.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform 0.2s,right 0.2s;}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit);}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,0.2509803922));position:absolute;}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%;}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top;}.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal > .swiper-pagination-progressbar,.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%;}.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-vertical > .swiper-pagination-progressbar{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px);}.swiper-pagination-lock{display:none;}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,0.1019607843));border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;}.swiper-scrollbar.swiper-scrollbar-disabled,.swiper-scrollbar-disabled > .swiper-scrollbar{display:none !important;}.swiper-scrollbar.swiper-scrollbar-horizontal,.swiper-horizontal > .swiper-scrollbar{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset,1%) * 2);z-index:50;}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical > .swiper-scrollbar{height:calc(100% - var(--swiper-scrollbar-sides-offset,1%) * 2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50;}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,0.5019607843));border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%;}.swiper-scrollbar-cursor-drag{cursor:move;}.swiper-scrollbar-lock{display:none;}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;}.swiper-zoom-container > canvas,.swiper-zoom-container > img,.swiper-zoom-container > svg{max-height:100%;max-width:100%;object-fit:contain;}.swiper-slide-zoomed{cursor:move;touch-action:none;}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000;}.swiper-free-mode > .swiper-wrapper{margin:0 auto;transition-timing-function:ease-out;}.swiper-grid > .swiper-wrapper{flex-wrap:wrap;}.swiper-grid-column > .swiper-wrapper{flex-direction:column;flex-wrap:wrap;}.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.swiper-cube{overflow:visible;}.swiper-cube .swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;}.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{bottom:0;height:100%;left:0;opacity:0.6;position:absolute;width:100%;z-index:0;}.swiper-cube .swiper-cube-shadow:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0;}.swiper-cube .swiper-slide-next + .swiper-slide{pointer-events:auto;visibility:visible;}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0;}.swiper.swiper-flip{overflow:visible;}.swiper-flip .swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none;}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto;}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0;}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height;}.swiper.swiper-cards{overflow:visible;}.swiper-cards .swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block;}audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}audio:not([controls]){display:none;height:0;}[hidden],template{display:none;}a{background-color:transparent;}a:active,a:hover{outline:0;}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}h1{font-size:2em;margin:0.67em 0;}mark{background:#ff0;color:#000;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:1em 40px;}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0;}pre{overflow:auto;}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em;}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;}button{overflow:visible;}button,select{text-transform:none;}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}input{line-height:normal;}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto;}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}textarea{overflow:auto;}optgroup{font-weight:bold;}table{border-collapse:collapse;border-spacing:0;}td,th{padding:0;}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}html{-webkit-tap-highlight-color:rgba(0,0,0,0);}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333333;background-color:#ffffff;}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;}a{color:#337ab7;text-decoration:none;}a:focus{text-decoration:underline;}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}figure{margin:0;}img{vertical-align:middle;}.img-responsive{display:block;max-width:100%;height:auto;}.img-rounded{border-radius:6px;}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#ffffff;border:1px solid #dddddd;border-radius:4px;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;display:inline-block;max-width:100%;height:auto;}.img-circle{border-radius:50%;}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eeeeee;}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto;}[role=button]{cursor:pointer;}.fade{opacity:0;-webkit-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear;}.fade.in{opacity:1;}.collapse{display:none;}.collapse.in{display:block;}tr.collapse.in{display:table-row;}tbody.collapse.in{display:table-row-group;}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:0.35s;-o-transition-duration:0.35s;transition-duration:0.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent;}.dropup,.dropdown{position:relative;}.dropdown-toggle:focus{outline:0;}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#ffffff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);}.dropdown-menu.pull-right{right:0;left:auto;}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5;}.dropdown-menu > li > a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333333;white-space:nowrap;}.dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5;}.dropdown-menu > .active > a,.dropdown-menu > .active > a:hover,.dropdown-menu > .active > a:focus{color:#ffffff;text-decoration:none;background-color:#337ab7;outline:0;}.dropdown-menu > .disabled > a,.dropdown-menu > .disabled > a:hover,.dropdown-menu > .disabled > a:focus{color:#777777;}.dropdown-menu > .disabled > a:hover,.dropdown-menu > .disabled > a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.open > .dropdown-menu{display:block;}.open > a{outline:0;}.dropdown-menu-right{right:0;left:auto;}.dropdown-menu-left{right:auto;left:0;}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777777;white-space:nowrap;}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990;}.pull-right > .dropdown-menu{right:0;left:auto;}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px;}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto;}.navbar-right .dropdown-menu-left{right:auto;left:0;}}.modal-open{overflow:hidden;}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0;}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out;}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);}.modal-open .modal{overflow-x:hidden;overflow-y:auto;}.modal-dialog{position:relative;width:auto;margin:10px;}.modal-content{position:relative;background-color:#ffffff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);outline:0;}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000000;}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0;}.modal-backdrop.in{filter:alpha(opacity=50);opacity:0.5;}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;}.modal-header .close{margin-top:-2px;}.modal-title{margin:0;line-height:1.42857143;}.modal-body{position:relative;padding:15px;}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5;}.modal-footer .btn + .btn{margin-bottom:0;margin-left:5px;}.modal-footer .btn-group .btn + .btn{margin-left:-1px;}.modal-footer .btn-block + .btn-block{margin-left:0;}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll;}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto;}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5);}.modal-sm{width:300px;}}@media (min-width:992px){.modal-lg{width:900px;}}.clearfix:before,.clearfix:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after{display:table;content:" ";}.clearfix:after,.modal-header:after,.modal-footer:after{clear:both;}.center-block{display:block;margin-right:auto;margin-left:auto;}.pull-right{float:right !important;}.pull-left{float:left !important;}.hide{display:none !important;}.show{display:block !important;}.invisible{visibility:hidden;}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}.hidden{display:none !important;}.affix{position:fixed;}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle;}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none;}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em;}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px;}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none;}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0;}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em;}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all;}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051;}.select2-results{display:block;}.select2-results__options{list-style:none;margin:0;padding:0;}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none;}.select2-results__option--selectable{cursor:pointer;}.select2-container--open .select2-dropdown{left:0;}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}.select2-search--dropdown{display:block;padding:4px;}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box;}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;}.select2-search--dropdown.select2-search--hide{display:none;}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0);}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important;}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px;}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px;}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999;}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px;}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto;}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default;}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none;}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px;}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative;}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px;}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px;}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap;}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px;}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0;}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none;}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px;}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px;}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto;}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0;}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default;}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none;}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0;}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa;}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield;}.select2-container--default .select2-results > .select2-results__options{max-height:200px;overflow-y:auto;}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em;}.select2-container--default .select2-results__option--group{padding:0;}.select2-container--default .select2-results__option--disabled{color:#999;}.select2-container--default .select2-results__option--selected{background-color:#ddd;}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white;}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px;}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:-o-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0);}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb;}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999;}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:-o-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFCCCCCC',GradientType=0);}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto;}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb;}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none;}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px;}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0%,#eee 50%);background-image:-o-linear-gradient(top,#fff 0%,#eee 50%);background-image:linear-gradient(to bottom,#fff 0%,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0);}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:-o-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0);}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px;}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb;}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none;}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0;}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px;}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none;}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px;}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px;}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb;}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0;}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none;}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent;}.select2-container--classic .select2-dropdown--above{border-bottom:none;}.select2-container--classic .select2-dropdown--below{border-top:none;}.select2-container--classic .select2-results > .select2-results__options{max-height:200px;overflow-y:auto;}.select2-container--classic .select2-results__option--group{padding:0;}.select2-container--classic .select2-results__option--disabled{color:grey;}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff;}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px;}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb;}.ui-helper-hidden{display:none;}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none;}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse;}.ui-helper-clearfix:after{clear:both;}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;-ms-filter:"alpha(opacity=0)";}.ui-front{z-index:100;}.ui-state-disabled{cursor:default !important;pointer-events:none;}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-0.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block;}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%;}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:0.5em 0.5em 0.5em 0.7em;font-size:100%;}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto;}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default;}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0;}.ui-menu .ui-menu{position:absolute;}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px 0.4em;}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0;}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px;}.ui-menu-icons{position:relative;}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em;}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:0.2em;margin:auto 0;}.ui-menu .ui-menu-icon{left:auto;right:0;}.ui-button{padding:0.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:0.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible;}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none;}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap;}input.ui-button.ui-button-icon-only{text-indent:0;}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px;}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap;}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:0.4em 1em;}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0;}.ui-controlgroup{vertical-align:middle;display:inline-block;}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0;}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999;}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left;}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box;}.ui-controlgroup .ui-controlgroup-label{padding:0.4em 1em;}.ui-controlgroup .ui-controlgroup-label span{font-size:80%;}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none;}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none;}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none;}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none;}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc(100% - 2.4em);}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid;}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:0.12em;border:none;}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none;}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid;}.ui-checkboxradio-disabled{pointer-events:none;}.ui-datepicker{width:17em;padding:0.2em 0.2em 0;display:none;}.ui-datepicker .ui-datepicker-header{position:relative;padding:0.2em 0;}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em;}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px;}.ui-datepicker .ui-datepicker-prev{left:2px;}.ui-datepicker .ui-datepicker-next{right:2px;}.ui-datepicker .ui-datepicker-prev-hover{left:1px;}.ui-datepicker .ui-datepicker-next-hover{right:1px;}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px;}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center;}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0;}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%;}.ui-datepicker table{width:100%;font-size:0.9em;border-collapse:collapse;margin:0 0 0.4em;}.ui-datepicker th{padding:0.7em 0.3em;text-align:center;font-weight:bold;border:0;}.ui-datepicker td{border:0;padding:1px;}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:0.2em;text-align:right;text-decoration:none;}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:0.7em 0 0 0;padding:0 0.2em;border-left:0;border-right:0;border-bottom:0;}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:0.5em 0.2em 0.4em;cursor:pointer;padding:0.2em 0.6em 0.3em 0.6em;width:auto;overflow:visible;}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left;}.ui-datepicker.ui-datepicker-multi{width:auto;}.ui-datepicker-multi .ui-datepicker-group{float:left;}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto 0.4em;}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%;}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%;}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%;}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left;}.ui-datepicker-row-break{clear:both;width:100%;font-size:0;}.ui-datepicker-rtl{direction:rtl;}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto;}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto;}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto;}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto;}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right;}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left;}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right;}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px;}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:0.5em;top:0.3em;}.ui-dialog{position:absolute;top:0;left:0;padding:0.2em;outline:0;}.ui-dialog .ui-dialog-titlebar{padding:0.4em 1em;position:relative;}.ui-dialog .ui-dialog-title{float:left;margin:0.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis;}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:0.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px;}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:0.5em 1em;background:none;overflow:auto;}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:0.5em;padding:0.3em 1em 0.5em 0.4em;}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right;}.ui-dialog .ui-dialog-buttonpane button{margin:0.5em 0.4em 0.5em 0;cursor:pointer;}.ui-dialog .ui-resizable-n{height:2px;top:0;}.ui-dialog .ui-resizable-e{width:2px;right:0;}.ui-dialog .ui-resizable-s{height:2px;bottom:0;}.ui-dialog .ui-resizable-w{width:2px;left:0;}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px;}.ui-dialog .ui-resizable-se{right:0;bottom:0;}.ui-dialog .ui-resizable-sw{left:0;bottom:0;}.ui-dialog .ui-resizable-ne{right:0;top:0;}.ui-dialog .ui-resizable-nw{left:0;top:0;}.ui-draggable .ui-dialog-titlebar{cursor:move;}.ui-draggable-handle{-ms-touch-action:none;touch-action:none;}.ui-resizable{position:relative;}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none;}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none;}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0;}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0;}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%;}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%;}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px;}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px;}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px;}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px;}.ui-progressbar{height:2em;text-align:left;overflow:hidden;}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%;}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;-ms-filter:"alpha(opacity=25)";opacity:0.25;}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none;}.ui-selectable{-ms-touch-action:none;touch-action:none;}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black;}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none;}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px;}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0;}.ui-selectmenu-open{display:block;}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis;}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em;}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0;}.ui-slider{position:relative;text-align:left;}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:pointer;-ms-touch-action:none;touch-action:none;}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:0.7em;display:block;border:0;background-position:0 0;}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit;}.ui-slider-horizontal{height:0.8em;}.ui-slider-horizontal .ui-slider-handle{top:-0.3em;margin-left:-0.6em;}.ui-slider-horizontal .ui-slider-range{top:0;height:100%;}.ui-slider-horizontal .ui-slider-range-min{left:0;}.ui-slider-horizontal .ui-slider-range-max{right:0;}.ui-slider-vertical{width:0.8em;height:100px;}.ui-slider-vertical .ui-slider-handle{left:-0.3em;margin-left:0;margin-bottom:-0.6em;}.ui-slider-vertical .ui-slider-range{left:0;width:100%;}.ui-slider-vertical .ui-slider-range-min{bottom:0;}.ui-slider-vertical .ui-slider-range-max{top:0;}.ui-sortable-handle{-ms-touch-action:none;touch-action:none;}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle;}.ui-spinner-input{border:none;background:none;color:inherit;padding:0.222em 0;margin:0.2em 0;vertical-align:middle;margin-left:0.4em;margin-right:2em;}.ui-spinner-button{width:1.6em;height:50%;font-size:0.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0;}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none;}.ui-spinner-up{top:0;}.ui-spinner-down{bottom:0;}.ui-tabs{position:relative;padding:0.2em;}.ui-tabs .ui-tabs-nav{margin:0;padding:0.2em 0.2em 0;}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px 0.2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap;}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:0.5em 1em;text-decoration:none;}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px;}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text;}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer;}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none;}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;}body .ui-tooltip{border-width:2px;}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em;}.ui-widget .ui-widget{font-size:1em;}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em;}.ui-widget.ui-widget-content{border:1px solid #d3d3d3;}.ui-widget-content{border:1px solid #aaaaaa;background:#ffffff;color:#222222;}.ui-widget-content a{color:#222222;}.ui-widget-header{border:1px solid #aaaaaa;background:#cccccc url(/themes/custom/vtpc/dist/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222222;font-weight:bold;}.ui-widget-header a{color:#222222;}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #d3d3d3;background:#e6e6e6 url(/themes/custom/vtpc/dist/css/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#555555;}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#555555;text-decoration:none;}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #999999;background:#dadada url(/themes/custom/vtpc/dist/css/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121;}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#212121;text-decoration:none;}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214);}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #aaaaaa;background:#ffffff url(/themes/custom/vtpc/dist/css/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121;}.ui-icon-background,.ui-state-active .ui-icon-background{border:#aaaaaa;background-color:#212121;}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none;}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(/themes/custom/vtpc/dist/css/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636;}.ui-state-checked{border:1px solid #fcefa1;background:#fbf9ee;}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636;}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(/themes/custom/vtpc/dist/css/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a;}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a;}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a;}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold;}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:0.7;-ms-filter:"alpha(opacity=70)";font-weight:normal;}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:0.35;-ms-filter:"alpha(opacity=35)";background-image:none;}.ui-state-disabled .ui-icon{-ms-filter:"alpha(opacity=35)";}.ui-icon{width:16px;height:16px;}.ui-icon,.ui-widget-content .ui-icon{background-image:url(/themes/custom/vtpc/dist/css/images/ui-icons_222222_256x240.png);}.ui-widget-header .ui-icon{background-image:url(/themes/custom/vtpc/dist/css/images/ui-icons_222222_256x240.png);}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url(/themes/custom/vtpc/dist/css/images/ui-icons_454545_256x240.png);}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url(/themes/custom/vtpc/dist/css/images/ui-icons_454545_256x240.png);}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url(/themes/custom/vtpc/dist/css/images/ui-icons_2e83ff_256x240.png);}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(/themes/custom/vtpc/dist/css/images/ui-icons_cd0a0a_256x240.png);}.ui-button .ui-icon{background-image:url(/themes/custom/vtpc/dist/css/images/ui-icons_888888_256x240.png);}.ui-icon-blank.ui-icon-blank.ui-icon-blank{background-image:none;}.ui-icon-caret-1-n{background-position:0 0;}.ui-icon-caret-1-ne{background-position:-16px 0;}.ui-icon-caret-1-e{background-position:-32px 0;}.ui-icon-caret-1-se{background-position:-48px 0;}.ui-icon-caret-1-s{background-position:-65px 0;}.ui-icon-caret-1-sw{background-position:-80px 0;}.ui-icon-caret-1-w{background-position:-96px 0;}.ui-icon-caret-1-nw{background-position:-112px 0;}.ui-icon-caret-2-n-s{background-position:-128px 0;}.ui-icon-caret-2-e-w{background-position:-144px 0;}.ui-icon-triangle-1-n{background-position:0 -16px;}.ui-icon-triangle-1-ne{background-position:-16px -16px;}.ui-icon-triangle-1-e{background-position:-32px -16px;}.ui-icon-triangle-1-se{background-position:-48px -16px;}.ui-icon-triangle-1-s{background-position:-65px -16px;}.ui-icon-triangle-1-sw{background-position:-80px -16px;}.ui-icon-triangle-1-w{background-position:-96px -16px;}.ui-icon-triangle-1-nw{background-position:-112px -16px;}.ui-icon-triangle-2-n-s{background-position:-128px -16px;}.ui-icon-triangle-2-e-w{background-position:-144px -16px;}.ui-icon-arrow-1-n{background-position:0 -32px;}.ui-icon-arrow-1-ne{background-position:-16px -32px;}.ui-icon-arrow-1-e{background-position:-32px -32px;}.ui-icon-arrow-1-se{background-position:-48px -32px;}.ui-icon-arrow-1-s{background-position:-65px -32px;}.ui-icon-arrow-1-sw{background-position:-80px -32px;}.ui-icon-arrow-1-w{background-position:-96px -32px;}.ui-icon-arrow-1-nw{background-position:-112px -32px;}.ui-icon-arrow-2-n-s{background-position:-128px -32px;}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px;}.ui-icon-arrow-2-e-w{background-position:-160px -32px;}.ui-icon-arrow-2-se-nw{background-position:-176px -32px;}.ui-icon-arrowstop-1-n{background-position:-192px -32px;}.ui-icon-arrowstop-1-e{background-position:-208px -32px;}.ui-icon-arrowstop-1-s{background-position:-224px -32px;}.ui-icon-arrowstop-1-w{background-position:-240px -32px;}.ui-icon-arrowthick-1-n{background-position:1px -48px;}.ui-icon-arrowthick-1-ne{background-position:-16px -48px;}.ui-icon-arrowthick-1-e{background-position:-32px -48px;}.ui-icon-arrowthick-1-se{background-position:-48px -48px;}.ui-icon-arrowthick-1-s{background-position:-64px -48px;}.ui-icon-arrowthick-1-sw{background-position:-80px -48px;}.ui-icon-arrowthick-1-w{background-position:-96px -48px;}.ui-icon-arrowthick-1-nw{background-position:-112px -48px;}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px;}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px;}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px;}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px;}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px;}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px;}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px;}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px;}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px;}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px;}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px;}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px;}.ui-icon-arrowreturn-1-w{background-position:-64px -64px;}.ui-icon-arrowreturn-1-n{background-position:-80px -64px;}.ui-icon-arrowreturn-1-e{background-position:-96px -64px;}.ui-icon-arrowreturn-1-s{background-position:-112px -64px;}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px;}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px;}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px;}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px;}.ui-icon-arrow-4{background-position:0 -80px;}.ui-icon-arrow-4-diag{background-position:-16px -80px;}.ui-icon-extlink{background-position:-32px -80px;}.ui-icon-newwin{background-position:-48px -80px;}.ui-icon-refresh{background-position:-64px -80px;}.ui-icon-shuffle{background-position:-80px -80px;}.ui-icon-transfer-e-w{background-position:-96px -80px;}.ui-icon-transferthick-e-w{background-position:-112px -80px;}.ui-icon-folder-collapsed{background-position:0 -96px;}.ui-icon-folder-open{background-position:-16px -96px;}.ui-icon-document{background-position:-32px -96px;}.ui-icon-document-b{background-position:-48px -96px;}.ui-icon-note{background-position:-64px -96px;}.ui-icon-mail-closed{background-position:-80px -96px;}.ui-icon-mail-open{background-position:-96px -96px;}.ui-icon-suitcase{background-position:-112px -96px;}.ui-icon-comment{background-position:-128px -96px;}.ui-icon-person{background-position:-144px -96px;}.ui-icon-print{background-position:-160px -96px;}.ui-icon-trash{background-position:-176px -96px;}.ui-icon-locked{background-position:-192px -96px;}.ui-icon-unlocked{background-position:-208px -96px;}.ui-icon-bookmark{background-position:-224px -96px;}.ui-icon-tag{background-position:-240px -96px;}.ui-icon-home{background-position:0 -112px;}.ui-icon-flag{background-position:-16px -112px;}.ui-icon-calendar{background-position:-32px -112px;}.ui-icon-cart{background-position:-48px -112px;}.ui-icon-pencil{background-position:-64px -112px;}.ui-icon-clock{background-position:-80px -112px;}.ui-icon-disk{background-position:-96px -112px;}.ui-icon-calculator{background-position:-112px -112px;}.ui-icon-zoomin{background-position:-128px -112px;}.ui-icon-zoomout{background-position:-144px -112px;}.ui-icon-search{background-position:-160px -112px;}.ui-icon-wrench{background-position:-176px -112px;}.ui-icon-gear{background-position:-192px -112px;}.ui-icon-heart{background-position:-208px -112px;}.ui-icon-star{background-position:-224px -112px;}.ui-icon-link{background-position:-240px -112px;}.ui-icon-cancel{background-position:0 -128px;}.ui-icon-plus{background-position:-16px -128px;}.ui-icon-plusthick{background-position:-32px -128px;}.ui-icon-minus{background-position:-48px -128px;}.ui-icon-minusthick{background-position:-64px -128px;}.ui-icon-close{background-position:-80px -128px;}.ui-icon-closethick{background-position:-96px -128px;}.ui-icon-key{background-position:-112px -128px;}.ui-icon-lightbulb{background-position:-128px -128px;}.ui-icon-scissors{background-position:-144px -128px;}.ui-icon-clipboard{background-position:-160px -128px;}.ui-icon-copy{background-position:-176px -128px;}.ui-icon-contact{background-position:-192px -128px;}.ui-icon-image{background-position:-208px -128px;}.ui-icon-video{background-position:-224px -128px;}.ui-icon-script{background-position:-240px -128px;}.ui-icon-alert{background-position:0 -144px;}.ui-icon-info{background-position:-16px -144px;}.ui-icon-notice{background-position:-32px -144px;}.ui-icon-help{background-position:-48px -144px;}.ui-icon-check{background-position:-64px -144px;}.ui-icon-bullet{background-position:-80px -144px;}.ui-icon-radio-on{background-position:-96px -144px;}.ui-icon-radio-off{background-position:-112px -144px;}.ui-icon-pin-w{background-position:-128px -144px;}.ui-icon-pin-s{background-position:-144px -144px;}.ui-icon-play{background-position:0 -160px;}.ui-icon-pause{background-position:-16px -160px;}.ui-icon-seek-next{background-position:-32px -160px;}.ui-icon-seek-prev{background-position:-48px -160px;}.ui-icon-seek-end{background-position:-64px -160px;}.ui-icon-seek-start{background-position:-80px -160px;}.ui-icon-seek-first{background-position:-80px -160px;}.ui-icon-stop{background-position:-96px -160px;}.ui-icon-eject{background-position:-112px -160px;}.ui-icon-volume-off{background-position:-128px -160px;}.ui-icon-volume-on{background-position:-144px -160px;}.ui-icon-power{background-position:0 -176px;}.ui-icon-signal-diag{background-position:-16px -176px;}.ui-icon-signal{background-position:-32px -176px;}.ui-icon-battery-0{background-position:-48px -176px;}.ui-icon-battery-1{background-position:-64px -176px;}.ui-icon-battery-2{background-position:-80px -176px;}.ui-icon-battery-3{background-position:-96px -176px;}.ui-icon-circle-plus{background-position:0 -192px;}.ui-icon-circle-minus{background-position:-16px -192px;}.ui-icon-circle-close{background-position:-32px -192px;}.ui-icon-circle-triangle-e{background-position:-48px -192px;}.ui-icon-circle-triangle-s{background-position:-64px -192px;}.ui-icon-circle-triangle-w{background-position:-80px -192px;}.ui-icon-circle-triangle-n{background-position:-96px -192px;}.ui-icon-circle-arrow-e{background-position:-112px -192px;}.ui-icon-circle-arrow-s{background-position:-128px -192px;}.ui-icon-circle-arrow-w{background-position:-144px -192px;}.ui-icon-circle-arrow-n{background-position:-160px -192px;}.ui-icon-circle-zoomin{background-position:-176px -192px;}.ui-icon-circle-zoomout{background-position:-192px -192px;}.ui-icon-circle-check{background-position:-208px -192px;}.ui-icon-circlesmall-plus{background-position:0 -208px;}.ui-icon-circlesmall-minus{background-position:-16px -208px;}.ui-icon-circlesmall-close{background-position:-32px -208px;}.ui-icon-squaresmall-plus{background-position:-48px -208px;}.ui-icon-squaresmall-minus{background-position:-64px -208px;}.ui-icon-squaresmall-close{background-position:-80px -208px;}.ui-icon-grip-dotted-vertical{background-position:0 -224px;}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px;}.ui-icon-grip-solid-vertical{background-position:-32px -224px;}.ui-icon-grip-solid-horizontal{background-position:-48px -224px;}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px;}.ui-icon-grip-diagonal-se{background-position:-80px -224px;}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px;}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px;}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px;}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px;}.ui-widget-overlay{background:#aaaaaa;opacity:0.3;-ms-filter:"alpha(opacity=30)";}.ui-widget-shadow{-webkit-box-shadow:-8px -8px 8px #aaaaaa;box-shadow:-8px -8px 8px #aaaaaa;}*{margin:0;padding:0;}*,:before,:after{box-sizing:border-box;}:focus:not(:focus-visible){outline:none;}html{font-family:sans-serif;line-height:1;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-rendering:optimizeLegibility;text-decoration-skip:objects;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;}html *{max-height:1000000px;}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block;}audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}audio:not([controls]){display:none;height:0;}[hidden],template{display:none;}a{color:inherit;background-color:transparent;}a:active,a:hover{outline:0;}b,strong,optgroup{font-weight:bold;}dfn{font-style:italic;}h1{font-size:2em;}h1,h2,h3,h4,h5,h6{font-weight:normal;}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{max-width:100%;height:auto;border:0;flex:none;opacity:1;transition:opacity 0.3s;}img[data-src]{opacity:0;}svg:not(:root){overflow:hidden;}hr{height:0;margin:0;}pre{overflow:auto;}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em;}button,input,optgroup,select,textarea{color:inherit;font:inherit;}input:required,textarea:required{box-shadow:none;}button{overflow:visible;border:none;background:none;}button,select{text-transform:none;}button,html input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button;}button[disabled],html input[disabled]{cursor:default;}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}input{line-height:normal;}input[type=checkbox],input[type=radio]{padding:0;}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto;}input[type=search]{-webkit-appearance:textfield;}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;}fieldset{border:0;margin:0;padding:0;min-width:0;}legend{border:0;}textarea{overflow:auto;resize:none;}table{border-spacing:0;border-collapse:collapse;}ol,ul,li{list-style:none;}button,hr,input,textarea{border:none;}label{cursor:pointer;}::-webkit-file-upload-button{cursor:pointer;}.clearfix:before,.clearfix:after{display:table;content:" ";}.clear,.clearfix:after{clear:both;}.center{text-align:center;}.ovh{overflow:hidden;}.ovv{overflow:visible;}.hid,.hidden{display:none;}.dt{display:table;}.dtc{display:table-cell;vertical-align:middle;}.getModal{cursor:pointer;}.video-wrap{position:relative;padding-bottom:56.25%;padding-top:25px;height:0;}.video-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;}svg{width:100%;height:100%;transition:0.3s all;}.skip-link{position:absolute;z-index:10000;top:0;left:0;display:inline-block;padding:0.75rem 1.25rem;color:#fff;background:#06332b;font-weight:700;text-decoration:none;transform:translateY(-120%);}.skip-link:focus,.skip-link:focus-visible{transform:translateY(0);outline:2px solid #4f39f6;outline-offset:2px;}.header .toggle-nav-btn,.header .special-features-btn,.header .search-form button,.header .mobile-search-form button,.header-dash .toggle-nav-btn,.pager a,.pager span,.pager .pagination-item,.catalog-filters-btn,.swiper-button-prev,.swiper-button-next,.share-direct-link,.audio-toggle,.simplify-toggle{min-width:24px;min-height:24px;}html{scroll-padding-top:6rem;}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;scroll-behavior:auto !important;}.hero-slider .swiper .swiper-wrapper{transition:none !important;}}body.highlight-titles h1.gradient-color,body.highlight-titles h2.gradient-color,body.highlight-titles h3.gradient-color,body.highlight-titles h4.gradient-color,body.highlight-titles h5.gradient-color,body.highlight-titles h6.gradient-color{color:#06332b;background-image:none;background-color:#ffeb3b;-webkit-background-clip:border-box;background-clip:border-box;padding:2px 5px;border-radius:3px;}.header-top{display:flex;align-items:center;justify-content:space-between;padding:0.5rem 1.5rem;}@media only screen and (max-width:768px){.header-top{display:none;}}.header-top .left-col{display:flex;gap:2rem;}.header-top .left-col a{display:inline-flex;align-items:center;gap:0.5rem;color:#052922;}.header-top .left-col a:hover{text-decoration:underline;}.header-top .left-col a img{width:1.25rem;height:1.25rem;}.header-top .right-col{display:flex;gap:0.625rem;}.header-top .right-col .dropdown .dropdown-btn{padding:0.375rem 0.625rem;font-size:0.875rem;}.header-top .right-col .dropdown .dropdown-btn svg{width:1.25rem;height:1.25rem;}.header-top .right-col .dropdown .dropdown-menu{right:0;left:initial;min-width:100%;}.header-top .right-col .dropdown .dropdown-menu a{font-family:"Lato";font-weight:600;padding:0.25rem 0.625rem;}.header-top .right-col .special-features-btn{padding:0.375rem;}.header-top .right-col .special-features-btn img{width:1.5rem;height:1.5rem;}.header-top .right-col .special-features-btn .accessibility-toggle-icon{font-size:1.5rem;line-height:1;display:inline-block;}.header-bottom{position:relative;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(92.49deg,#06332b 0.29%,#0c6d5c 100%);color:#fff;border-radius:1rem;padding:0.75rem 4rem;margin:0 0 1rem;}@media only screen and (max-width:1312px){.header-bottom{padding:0.75rem 1rem;}}@media only screen and (max-width:768px){.header-bottom{margin:0.5rem 0 1.5rem;}}.header-bottom .logo img{height:3.75rem;width:auto;}@media only screen and (max-width:1312px){.header-bottom .logo img{height:2.75rem;}}@media only screen and (max-width:768px){.header-bottom .logo img{height:1.875rem;}}.header-bottom .mobile-nav-box{display:contents;}@media only screen and (max-width:1024px){.header-bottom .mobile-nav-box{position:absolute;top:calc(100% + 0.5rem);right:0;display:block;min-width:11.375rem;background-color:#fff;color:#06332b;border-radius:1rem;padding:1rem 0;box-shadow:0rem 0.0625rem 0.125rem 0rem rgba(10,13,18,0.15);z-index:10;opacity:0;visibility:hidden;transition:0.3s;}.header-bottom .mobile-nav-box.open{opacity:1;visibility:visible;}}@media only screen and (max-width:768px){.header-bottom .mobile-nav-box{width:100%;padding:0;font-size:0.875rem;}}.header-bottom .mobile-nav-box .mobile-search-form{display:none;position:relative;}@media only screen and (max-width:768px){.header-bottom .mobile-nav-box .mobile-search-form{display:block;}}.header-bottom .mobile-nav-box .mobile-search-form input{display:block;width:100%;box-sizing:border-box;border-bottom:0.0625rem solid #dddddd;padding:0.75rem 1rem 0.75rem 2.75rem;font-size:1rem;transition:0.3s;}.header-bottom .mobile-nav-box .mobile-search-form input:focus{border-color:#06332b;}.header-bottom .mobile-nav-box .mobile-search-form button{position:absolute;top:50%;left:0;transform:translate(0,-50%);padding:0.625rem 0.75rem;}.header-bottom .mobile-nav-box .mobile-search-form button img{width:1.25rem;height:1.25rem;}.header-bottom .mobile-nav-box .bottom-box{display:none;grid-template-columns:repeat(2,1fr);gap:0.5rem;padding:0.75rem 1rem;border-top:0.0625rem solid #e5e5ea;}@media only screen and (max-width:768px){.header-bottom .mobile-nav-box .bottom-box{display:grid;}}.header-bottom .mobile-nav-box .bottom-box a,.header-bottom .mobile-nav-box .bottom-box button{border:0.0625rem solid rgba(2,9,5,0.1490196078);border-radius:0.5rem;}.header-bottom .mobile-nav-box .bottom-box a{display:flex;align-items:center;justify-content:center;gap:0.5rem;color:#052922;padding:0.5rem;}.header-bottom .mobile-nav-box .bottom-box a img{width:1.125rem;height:1.125rem;}.header-bottom .mobile-nav-box .bottom-box button{display:flex;align-items:center;gap:0.5rem;justify-content:center;width:100%;padding:0.375rem;}.header-bottom .mobile-nav-box .bottom-box button img{width:1.25rem;height:1.25rem;}.header-bottom .mobile-nav-box .bottom-box button svg{width:1.125rem;height:1.125rem;}.header-bottom .mobile-nav-box .bottom-box .dropdown .dropdown-menu{min-width:100%;}.header-bottom .mobile-nav-box .bottom-box .dropdown .dropdown-menu a{border:none;}.header-bottom .nav{font-family:"Lato";font-weight:600;}.header-bottom .nav > ul{display:flex;}@media only screen and (max-width:1024px){.header-bottom .nav > ul{flex-direction:column;}}.header-bottom .nav a{display:inline-flex;color:inherit;padding:0.625rem;}@media only screen and (max-width:1024px){.header-bottom .nav a{width:100%;}}@media only screen and (max-width:768px){.header-bottom .nav a{padding:0.625rem 1rem;}}.header-bottom .nav a:hover,.header-bottom .nav a.is-active{color:#fff;text-decoration:underline;text-underline-offset:10px;}.header-bottom .nav .dropdown.open .dropdown-btn{color:#fff;}.header-bottom .nav .dropdown.open .dropdown-btn img{transform:scale(1,-1);}.header-bottom .nav .dropdown .dropdown-btn{padding:0.625rem;}@media only screen and (max-width:1024px){.header-bottom .nav .dropdown .dropdown-btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:0.5rem;}}@media only screen and (max-width:768px){.header-bottom .nav .dropdown .dropdown-btn{padding:0.625rem 1rem;}}.header-bottom .nav .dropdown .dropdown-btn:hover{color:#fff;}@media only screen and (max-width:1024px){.header-bottom .nav .dropdown .dropdown-btn img{filter:brightness(0);}}.header-bottom .nav .dropdown .dropdown-menu{color:#052922;}@media only screen and (max-width:1024px){.header-bottom .nav .dropdown .dropdown-menu{width:100%;position:relative;border:none;box-shadow:none;padding:0 0 0.625rem;margin:0;}}.header-bottom .nav .dropdown .dropdown-menu a{width:100%;}@media only screen and (max-width:1024px){.header-bottom .nav .dropdown .dropdown-menu a{padding:0.25rem 0.625rem 0.25rem 1rem;}}.header-bottom .nav .dropdown .dropdown-menu a:hover{color:inherit;}.header-bottom .right-box{display:flex;flex-shrink:0;align-items:center;gap:0.75rem;}.header-bottom .search-form{width:13.625rem;position:relative;flex-shrink:0;}.header-bottom .search-form input{display:block;width:100%;box-sizing:border-box;background-color:transparent;border:0.0625rem solid #fff;border-radius:0.5rem;padding:0.75rem 0.625rem 0.75rem 2.5rem;color:#fff;}.header-bottom .search-form input::placeholder{color:rgba(255,255,255,0.95);opacity:1;}.header-bottom .search-form button{position:absolute;top:50%;left:0;transform:translate(0,-50%);padding:0.625rem;}.header-bottom .search-form button img{width:1.25rem;height:1.25rem;}@media only screen and (max-width:1312px){.header-bottom .search-form{width:auto;}.header-bottom .search-form input{display:none;}.header-bottom .search-form button{position:static;transform:none;}}@media only screen and (max-width:1024px){.header-bottom .search-form{width:10rem;}.header-bottom .search-form input{display:block;}.header-bottom .search-form button{position:absolute;transform:translate(0,-50%);}}@media only screen and (max-width:768px){.header-bottom .search-form{display:none;}}.header-bottom .dashboard.btn{border:none;}@media only screen and (max-width:1024px){.header-bottom .dashboard.btn{padding:0.625rem;background-color:transparent;border:0.0625rem solid #fff;}.header-bottom .dashboard.btn:hover{background-color:transparent;}.header-bottom .dashboard.btn span{display:block;color:#fff;}.header-bottom .dashboard.btn img{filter:brightness(0) invert(1);}}@media only screen and (max-width:768px){.header-bottom .dashboard.btn{font-size:0.875rem;padding:0.5rem 0.625rem;}}.header-bottom .toggle-nav-btn{display:none;}@media only screen and (max-width:1024px){.header-bottom .toggle-nav-btn{display:block;}}.header-dash{position:relative;display:flex;justify-content:space-between;align-items:center;background:#fff;padding:6px 0;margin:0 0 32px;font-size:14px;border-bottom:1px solid #e9eaeb;}@media only screen and (max-width:1312px){.header-dash{padding:14px 0;}}.header-dash .wrap{display:flex;gap:32px;align-items:center;}.header-dash .logo img{height:60px;width:auto;}@media only screen and (max-width:1312px){.header-dash .logo img{height:44px;}}@media only screen and (max-width:1024px){.header-dash .hide-on-mobile{display:none;}}.header-dash .btn{padding:8px 12px;}.header-dash .btn img{width:20px;height:20px;}.header-dash .right-box{display:flex;align-items:center;gap:8px;margin:0 0 0 auto;}.header-dash .right-box .profile-link{color:#06332b;font-weight:600;margin:0 8px 0 0;}@media only screen and (max-width:1024px){.header-dash .right-box .logout p{display:none;}}.header-dash .right-box .toggle-nav-btn{display:none;padding:8px;}@media only screen and (max-width:1024px){.header-dash .right-box .toggle-nav-btn{display:flex;}}.footer-top{display:flex;gap:2.5rem 1.5rem;flex-wrap:wrap;justify-content:space-between;background:linear-gradient(92.49deg,#06332b 0.29%,#0c6d5c 100%);color:#fff;border-radius:1.5rem;padding:3rem 4rem;}@media only screen and (max-width:768px){.footer-top{gap:1.5rem;padding:1.5rem;}}.footer-top .footer-about{width:100%;max-width:32.8125rem;}.footer-top .footer-about .logo{display:inline-flex;margin:0 0 2.5rem;}.footer-top .footer-about .logo img{height:3.75rem;width:auto;}.footer-top .footer-about .company-details .title{font-family:"Lato";font-weight:700;font-size:1.125rem;line-height:1.4;color:inherit;margin:0 0 1rem;}@media only screen and (max-width:768px){.footer-top .footer-about .company-details .title{margin:0 0 0.5rem;}}.footer-top .footer-about .company-details .subtitle{font-weight:1.125rem;color:#fff;}.footer-top .footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem 1rem;}@media only screen and (max-width:768px){.footer-top .footer-links{width:100%;grid-template-columns:repeat(2,1fr);}}.footer-top .footer-links .footer-col{min-width:10rem;max-width:10rem;}@media only screen and (max-width:768px){.footer-top .footer-links .footer-col{min-width:initial;}}.footer-top .footer-links h2.footer-col__title{font-family:"Lato";font-weight:700;font-size:1.125rem;line-height:1.4;color:inherit;margin:0 0 1rem;}@media only screen and (max-width:768px){.footer-top .footer-links h2.footer-col__title{margin:0 0 0.5rem;}}.footer-top .footer-links a{display:inline-flex;color:inherit;font-size:0.875rem;padding:0.5rem 0;}.footer-top .footer-links a:hover{text-decoration:underline;}@media only screen and (max-width:768px){.footer-top .footer-links a{padding:0.375rem 0;}}.footer-bottom{display:flex;align-items:center;gap:1rem 1.5rem;flex-wrap:wrap;padding:2rem 0 1.25rem;font-size:0.875rem;color:#06332b;}@media only screen and (max-width:768px){.footer-bottom{gap:0.5rem;flex-direction:column;align-items:start;padding:1.125rem 0 0.75rem;}}@media only screen and (max-width:768px){.footer-bottom .copyright{order:1;}}.footer-bottom .policies{display:flex;gap:1.125rem 1.5rem;flex-wrap:wrap;}@media only screen and (max-width:768px){.footer-bottom .policies{gap:0;flex-direction:column;margin:0 0 0.75rem;}}.footer-bottom .policies a{display:inline-flex;padding:0.375rem 0;text-decoration:underline;}.footer-bottom .created-by{margin:0 0 0 auto;}@media only screen and (max-width:768px){.footer-bottom .created-by{margin:0;}}.footer-financing{display:flex;align-items:center;gap:1rem 2rem;padding:0 0 1rem;}@media only screen and (max-width:768px){.footer-financing{align-items:start;flex-direction:column;padding:0.75rem 0 2rem;}}.footer-financing img{height:3rem;width:auto;}@media only screen and (max-width:768px){.footer-financing img{height:3rem;}}.footer-financing .desc{max-width:36.625rem;font-size:0.875rem;}@media only screen and (max-width:768px){.footer-financing .desc{font-size:0.75rem;}}.page-hero-section .box{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem 5rem;position:relative;overflow:hidden;padding:2.5rem 4rem;color:#06332b;border-radius:1rem;z-index:1;}@media only screen and (max-width:1024px){.page-hero-section .box{padding:2.5rem;}}@media only screen and (max-width:768px){.page-hero-section .box{gap:0.5rem 5rem;grid-template-columns:100%;padding:1rem;}}.page-hero-section .box .object-cover{z-index:-1;}@media only screen and (max-width:768px){.page-hero-section .box .breadcrumbs{font-size:14px;}}.page-hero-section .box .btn-group{display:flex;flex-wrap:wrap;gap:1.25rem;margin:1.5rem 0 0 0;}@media only screen and (max-width:768px){.page-hero-section .box .btn-group{gap:0.5rem;margin:1rem 0 0 0;}}@media only screen and (max-width:768px){.page-hero-section .box .btn-group .btn{flex:1;}}.latest-updates{overflow:hidden;}.latest-updates .box{width:100%;display:grid;grid-template-areas:"title btns" "swiper swiper";grid-template-columns:1fr auto;gap:3rem;}@media only screen and (max-width:1024px){.latest-updates .box{grid-template-columns:100%;grid-template-areas:"title" "swiper" "btns";gap:2rem;}}.latest-updates .h2{grid-area:title;position:relative;color:#000000;}.latest-updates .h2::after{content:"";position:absolute;bottom:-0.5rem;left:0;width:11.5rem;height:0.0625rem;background-color:#e5e5ea;}.latest-updates .btn-group{grid-area:btns;display:flex;gap:2rem;align-items:center;justify-content:space-between;}.latest-updates .btn-group .swiper-controls{display:flex;gap:1rem;}.latest-updates .btn-group .swiper-controls .swiper-button-prev,.latest-updates .btn-group .swiper-controls .swiper-button-next{position:relative;right:initial;left:initial;border:0.0625rem solid #e9eaeb;border-radius:50%;background-position:center;background-size:1.25rem;background-repeat:no-repeat;margin:0;}.latest-updates .btn-group .swiper-controls .swiper-button-prev svg,.latest-updates .btn-group .swiper-controls .swiper-button-next svg{display:none;}.latest-updates .btn-group .swiper-controls .swiper-button-prev{background-image:url(/themes/custom/vtpc/dist/img/svg-icons/arrow-left-gray.svg);}.latest-updates .btn-group .swiper-controls .swiper-button-next{background-image:url(/themes/custom/vtpc/dist/img/svg-icons/arrow-right-gray.svg);}.latest-updates .swiper-box{grid-area:swiper;}.latest-updates .swiper-box .swiper{overflow:visible;}.latest-updates .swiper-box .swiper .swiper-slide{height:auto;}.latest-updates .swiper-box .swiper:not(.swiper-initialized) .swiper-wrapper{display:flex;gap:2rem;}@media only screen and (max-width:1024px){.latest-updates .swiper-box .swiper:not(.swiper-initialized) .swiper-wrapper{gap:1.5rem;}}.latest-updates .swiper-box .swiper:not(.swiper-initialized) .swiper-slide{flex:0 0 calc((100% - 4rem) / 3);}@media only screen and (max-width:1024px){.latest-updates .swiper-box .swiper:not(.swiper-initialized) .swiper-slide{flex-basis:calc((100% - 1.5rem) / 2);}}@media only screen and (max-width:768px){.latest-updates .swiper-box .swiper:not(.swiper-initialized) .swiper-slide{flex-basis:85%;}}.latest-updates .swiper-box .article-card a{box-shadow:none;}.files-list{display:flex;flex-direction:column;gap:1rem;}.files-list .files-list-item{border:0.0625rem solid #e9eaeb;background-color:#fff;border-radius:0.75rem;padding:1rem;display:flex;gap:0.5rem;align-items:center;color:#000000;}@media only screen and (max-width:768px){.files-list .files-list-item{padding:0.75rem;}}.files-list .files-list-item .icon{width:1.25rem;height:1.25rem;margin:0 0 auto;}.files-list .files-list-item .about-file{flex:1;display:flex;flex-direction:column;font-size:0.875rem;}.files-list .files-list-item .about-file a{font-weight:500;}.files-list .files-list-item .about-file a:hover{color:#020905;text-decoration:underline;}@media only screen and (max-width:768px){.files-list .files-list-item .about-file .file-size{font-size:0.75rem;}}.files-list .files-list-item .btn-group{display:flex;flex-wrap:wrap;gap:1rem;margin:0 0 0 auto;}@media only screen and (max-width:768px){.files-list .files-list-item .btn-group .view-link{display:none;}}.files-list .files-list-item .btn-group a:hover img{filter:brightness(0);}.files-list .files-list-item .btn-group img{width:1.5rem;height:1.5rem;transition:0.3s;}.apply-for-services{margin:0 0 4rem;}@media only screen and (max-width:768px){.apply-for-services{margin:0 0 2rem;}}.apply-for-services .box{position:relative;display:grid;grid-template-columns:repeat(2,1fr);align-items:center;gap:7rem;border-radius:2.5rem;border:0.0625rem solid rgba(2,9,5,0.1490196078);padding:3rem 3.5rem;overflow:hidden;z-index:1;}@media only screen and (max-width:1024px){.apply-for-services .box{gap:3.75rem;padding:2rem;}}@media only screen and (max-width:768px){.apply-for-services .box{gap:1.5rem;grid-template-columns:100%;border-radius:1.5rem;padding:1rem;}}.apply-for-services .content{display:flex;flex-direction:column;gap:1.5rem;color:#06332b;}@media only screen and (max-width:768px){.apply-for-services .content{gap:1rem;}}.apply-for-services .content .subtitle{font-size:1.125rem;}@media only screen and (max-width:768px){.apply-for-services .content .subtitle{font-size:initial;}}.apply-for-services .content .subtitle > *{margin:0 0 1rem;}.apply-for-services .content .subtitle > *:last-child{margin-bottom:0;}.apply-for-services .content .subtitle h1,.apply-for-services .content .subtitle h2,.apply-for-services .content .subtitle h3,.apply-for-services .content .subtitle h4,.apply-for-services .content .subtitle h5,.apply-for-services .content .subtitle h6{font-weight:600;color:#06332b;line-height:1.2;}.apply-for-services .content .subtitle h1{font-size:2rem;}.apply-for-services .content .subtitle h2{font-size:1.5rem;}.apply-for-services .content .subtitle h3{font-size:1.25rem;}.apply-for-services .content .subtitle h4,.apply-for-services .content .subtitle h5,.apply-for-services .content .subtitle h6{font-size:1.125rem;}.apply-for-services .content .subtitle strong,.apply-for-services .content .subtitle b{font-weight:700;}.apply-for-services .content .subtitle em,.apply-for-services .content .subtitle i{font-style:italic;}.apply-for-services .content .subtitle a{color:#06332b;text-decoration:underline;}.apply-for-services .content .subtitle a:hover{text-decoration:none;}.apply-for-services .content .subtitle ul{padding:0 0 0 1.25rem;}.apply-for-services .content .subtitle ul li{list-style:disc;margin:0 0 0.25rem;}.apply-for-services .content .subtitle ol{padding:0 0 0 1.25rem;}.apply-for-services .content .subtitle ol li{list-style:decimal;margin:0 0 0.25rem;}.apply-for-services .content .subtitle blockquote,.apply-for-services .content .subtitle q{display:block;margin:1.5rem 0;padding:0 0 0 1.25rem;font-style:italic;border-left:0.125rem solid rgba(2,9,5,0.1490196078);}.apply-for-services .content .btn-group{display:flex;flex-wrap:wrap;gap:1rem;}@media only screen and (max-width:768px){.apply-for-services .content .btn-group{flex-direction:column;gap:0.5rem;margin:0.5rem 0 0 0;}}.apply-for-services .right-col{position:relative;}.apply-for-services .right-col::after{content:"";position:absolute;inset:0;background-color:#dae0df;border-radius:1rem;transform:rotate(5deg);z-index:-1;}@media only screen and (max-width:768px){.apply-for-services .right-col::after{content:none;}}.apply-for-services .right-col .img-box{position:relative;padding:0 0 77%;border-radius:1rem;overflow:hidden;}@media only screen and (max-width:768px){.apply-for-services .right-col .img-box{padding:0 0 68%;}}.interactive-map{display:flex;flex-wrap:wrap;align-items:start;gap:1rem;}@media only screen and (max-width:768px){.interactive-map{gap:0.5rem;}}.interactive-map .filters{position:relative;width:16.75rem;background-color:#fff;padding:1rem;}@media only screen and (max-width:768px){.interactive-map .filters{width:100%;padding:0;border-radius:0.5rem;}.interactive-map .filters .dropdown.open .dropdown-menu{display:block;}}.interactive-map .filters .btn{width:100%;text-align:left;justify-content:space-between;padding:0 0 0.5rem;font-family:"Lato";font-weight:700;font-size:1.25rem;}@media only screen and (max-width:768px){.interactive-map .filters .btn{padding:0.5rem;font-size:0.875rem;}.interactive-map .filters .btn[aria-expanded=true] img{transform:scale(1,-1);}}.interactive-map .filters .btn img{display:none;width:1.25rem;height:1.25rem;transition:0.3s;}@media only screen and (max-width:768px){.interactive-map .filters .btn img{display:block;}}.interactive-map .filters .dropdown-menu{display:flex;flex-direction:column;gap:0.5rem;position:relative;width:100%;border:none;box-shadow:none;border-top:0.0625rem solid rgba(2,9,5,0.1490196078);padding:0.5rem 0 0 0;margin:0;}@media only screen and (max-width:768px){.interactive-map .filters .dropdown-menu{display:none;position:absolute;gap:0;margin:0.5rem 0 0 0;padding:0.5rem;border:0.0625rem solid rgba(2,9,5,0.1490196078);}}.interactive-map .filters .dropdown-menu .input-field{position:relative;}.interactive-map .filters .dropdown-menu .input-field input{position:absolute;visibility:hidden;}.interactive-map .filters .dropdown-menu .input-field input:checked + label .icon{background-image:url(/themes/custom/vtpc/dist/img/svg-icons/check.svg);}.interactive-map .filters .dropdown-menu .input-field label{display:flex;align-items:center;gap:0.5rem;padding:0.5rem 0;}.interactive-map .filters .dropdown-menu .input-field label .icon{width:1.125rem;height:1.125rem;background-size:95%;background-position:center;background-repeat:no-repeat;border:0.0625rem solid rgba(2,9,5,0.1490196078);border-radius:0.25rem;}.interactive-map .map-box{position:relative;flex:1;height:43.9375rem;border-radius:1.5rem;overflow:hidden;}@media only screen and (max-width:768px){.interactive-map .map-box{height:500px;border-radius:1rem;}}.interactive-map .map-box iframe{width:100%;height:100%;border:none;}#block-vtpc-views-block-locations-map-block-2 .interactive-map .map-box .leaflet-container,#block-vtpc-views-block-locations-map-block-2 .interactive-map .map-box iframe,#block-vtpc-views-block-locations-map-block-3 .interactive-map .map-box .leaflet-container,#block-vtpc-views-block-locations-map-block-3 .interactive-map .map-box iframe{transition:opacity 0.9s ease,filter 0.9s ease;will-change:opacity,filter;}#block-vtpc-views-block-locations-map-block-2 .interactive-map .map-box.is-loading .leaflet-container,#block-vtpc-views-block-locations-map-block-2 .interactive-map .map-box.is-loading iframe,#block-vtpc-views-block-locations-map-block-3 .interactive-map .map-box.is-loading .leaflet-container,#block-vtpc-views-block-locations-map-block-3 .interactive-map .map-box.is-loading iframe{opacity:0.18;filter:blur(3px);}#block-vtpc-views-block-locations-map-block-2 .interactive-map .map-box.is-loading::before,#block-vtpc-views-block-locations-map-block-3 .interactive-map .map-box.is-loading::before{content:"";position:absolute;inset:0;background:rgba(255,255,255,0.6);z-index:5;}#block-vtpc-views-block-locations-map-block-2 .interactive-map .map-box.is-loading::after,#block-vtpc-views-block-locations-map-block-3 .interactive-map .map-box.is-loading::after{content:"";position:absolute;top:50%;left:50%;width:3.5rem;height:3.5rem;margin:-1.75rem 0 0 -1.75rem;border-radius:50%;border:0.3125rem solid rgba(6,51,43,0.2);border-top-color:rgba(6,51,43,0.8);animation:vtpcSpinner 0.9s linear infinite;z-index:6;}@keyframes vtpcSpinner{to{transform:rotate(360deg);}}.map-box-full,.map-box{position:relative;}.map-loading-placeholder{position:absolute;inset:0;z-index:1000;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background-color:#c2dfed;border-radius:inherit;transition:opacity 0.45s ease;}.map-loading-placeholder .map-loading-spinner{width:3.5rem;height:3.5rem;border:0.3125rem solid rgba(6,51,43,0.2);border-top-color:rgba(6,51,43,0.85);border-radius:50%;animation:vtpcSpinner 0.9s linear infinite;}.map-loading-placeholder .map-loading-text{margin:0;font-family:"Lato";font-weight:600;font-size:1.125rem;color:#06332b;}.map-loaded .map-loading-placeholder{opacity:0;pointer-events:none;}.pagination{width:100%;max-width:100%;display:flex;align-items:center;justify-content:center;gap:0.125rem;margin:2rem 0 0 0;}@media only screen and (max-width:768px){.pagination{margin:1.5rem 0 0 0;flex-wrap:wrap;row-gap:0.375rem;column-gap:0.125rem;min-width:0;}.pagination .pagination-prev-link,.pagination .pagination-next-link{margin:0;}}.pagination .pagination-item{width:2.5rem;height:2.5rem;display:flex;justify-content:center;align-items:center;padding:0.625rem;border-radius:0.75rem;}@media only screen and (max-width:768px){.pagination .pagination-item{width:2.25rem;height:2.25rem;font-size:0.875rem;}}.pagination .pagination-item:is(a):hover{background-color:#e9eaeb;}.pagination .pagination-item.active{color:#06332b;background-color:#fff;border:0.0625rem solid #e9eaeb;}@media only screen and (max-width:768px){.pagination .pagination-prev-link,.pagination .pagination-next-link{width:2.25rem;height:2.25rem;padding:0;}.pagination .pagination-prev-link span,.pagination .pagination-next-link span{display:none;}}.pagination .pagination-prev-link{margin:0 auto 0 0;}.pagination .pagination-next-link{margin:0 0 0 auto;}.pagination .pagination-prev-link.is-disabled,.pagination .pagination-next-link.is-disabled{pointer-events:none;cursor:not-allowed;opacity:0.6;text-decoration:none;}.article-card{height:100%;}.article-card a{height:100%;position:relative;display:flex;flex-direction:column;border:0.0625rem solid rgba(2,9,5,0.1490196078);border-radius:1rem;}.article-card a:hover{text-decoration:none;box-shadow:0rem 0.25rem 2rem 0rem rgba(0,0,0,0.1607843137);}.article-card a:hover::before{transform:rotate(3.62deg);}.article-card a:hover .img-box img{transform:translate(-50%,-50%) scale(1.05);}.article-card a::before{content:"";position:absolute;inset:0;background:linear-gradient(140.09deg,rgba(230,235,234,0.84) 7.94%,rgba(237,237,237,0.84) 98.19%);border-radius:1rem;transition:0.3s;}.article-card .img-box{position:relative;padding:0 0 67%;overflow:hidden;border-radius:1rem 1rem 0 0;}.article-card .article-body{flex:1;display:flex;flex-direction:column;align-items:start;background-color:#fff;padding:1.5rem;border-radius:0 0 1rem 1rem;z-index:1;}@media only screen and (max-width:768px){.article-card .article-body{padding:1rem;}}.article-card .article-body .tag{display:inline-block;border:0.0625rem solid rgba(2,9,5,0.1490196078);border-radius:0.375rem;font-weight:700;font-size:0.875rem;padding:0.25rem 0.625rem;margin:0 0 1rem;}.article-card .article-body .h4{margin:0 0 0.5rem;}.article-card .article-body .subtitle{margin:0 0 1.5rem;}.article-card .article-body .read-more{line-height:1;display:flex;align-items:center;gap:0.375rem;margin:auto 0 0 0;}p.intro-text{margin:0 0 1rem;color:#06332b;font-weight:500;font-size:1.4rem !important;line-height:1.35;}.breadcrumbs{grid-column:1/-1;}.breadcrumbs .breadcrumbs-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1rem 2rem;}@media only screen and (max-width:768px){.breadcrumbs .breadcrumbs-list{font-size:14px;gap:0.125rem 1.5rem;}}.breadcrumbs .breadcrumbs-list > li{display:flex;align-items:center;position:relative;}.breadcrumbs .breadcrumbs-list > li > a,.breadcrumbs .breadcrumbs-list > li > span{color:#06332b;}.breadcrumbs .breadcrumbs-list > li > a:hover{text-decoration:underline;}.breadcrumbs .breadcrumbs-list > li:last-child > span[aria-current=page],.breadcrumbs .breadcrumbs-list > li:last-child > a,.breadcrumbs .breadcrumbs-list > li:last-child > span{font-weight:700;}.breadcrumbs .breadcrumbs-list > li:not(:last-child)::after{content:"";position:absolute;top:50%;right:0;transform:translate(1.5rem,-50%);width:1rem;height:1rem;background-image:url(/themes/custom/vtpc/img/svg-icons/chevron-right-green.svg);background-size:100%;background-repeat:no-repeat;pointer-events:none;}@media only screen and (max-width:768px){.breadcrumbs .breadcrumbs-list > li:not(:last-child)::after{transform:translate(1.25rem,-50%);}}.map-tooltip-section .wrap{display:flex;flex-wrap:wrap;gap:2rem;align-items:center;justify-content:center;padding:6.25rem 0;}.map-tooltip{max-width:15rem;position:relative;display:inline-flex;flex-direction:column;gap:0.75rem;background-color:#fff;padding:1rem;border-radius:1rem;color:#06332b;font-size:0.75rem;}.map-tooltip .map-tooltip-close{position:absolute;top:1rem;right:1rem;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;}.map-tooltip .map-tooltip-title{font-size:1rem;}.map-tooltip .contact-links{display:flex;flex-direction:column;gap:0.5rem;}.map-tooltip .contact-links a,.map-tooltip .contact-links .address-text,.map-tooltip .contact-links .location-phone-links,.map-tooltip .contact-links .location-email-links{display:flex;align-items:center;gap:1rem;}.map-tooltip .contact-links a img,.map-tooltip .contact-links a svg,.map-tooltip .contact-links .address-text img,.map-tooltip .contact-links .address-text svg,.map-tooltip .contact-links .location-phone-links img,.map-tooltip .contact-links .location-phone-links svg,.map-tooltip .contact-links .location-email-links img,.map-tooltip .contact-links .location-email-links svg{width:1.25rem;height:1.25rem;}.map-tooltip .contact-links .location-phone-tel{display:inline;}.map-tooltip .contact-links .location-email-links{align-items:flex-start;}.map-tooltip .contact-links .location-email-links .location-emails{display:flex;flex-direction:column;gap:0.25rem;}.map-tooltip .contact-links .location-email-links .location-email{display:block;}.map-tooltip .working-hours .working-hours-title{font-weight:400;font-size:0.875rem;margin:0 0 0.5rem;}.map-tooltip .working-hours table td{min-width:1.75rem;}.map-tooltip .working-hours table a{text-decoration:underline;}.faq-section{color:#06332b;padding:2.5rem 0;}@media only screen and (max-width:768px){.faq-section{padding:1.25rem 0;}}.faq-section .wrap{display:flex;flex-direction:column;}.faq-section .section-header{margin:0 0 2.5rem;}@media only screen and (max-width:768px){.faq-section .section-header{margin:0 0 1.5rem;}}.faq-section .list{width:100%;max-width:50.75rem;display:flex;flex-direction:column;gap:1.5rem;margin:0 auto;}@media only screen and (max-width:768px){.faq-section .list{gap:1rem;}}.faq-section .accordion{box-shadow:0rem 0.25rem 2rem 0rem rgba(0,0,0,0.0588235294);}.faq-section .accordion .accordion-btn{width:100%;display:flex;gap:1rem;align-items:center;justify-content:space-between;padding:1rem 1.5rem;text-align:left;}@media only screen and (max-width:768px){.faq-section .accordion .accordion-btn{padding:1rem;}}.faq-section .accordion .accordion-btn.opened img{transform:scale(1,-1);}.faq-section .accordion .accordion-btn .h5{flex:1;}.faq-section .accordion .accordion-btn img{width:1.5rem;height:1.5rem;transition:0.3s;}.faq-section .accordion .accordion-body{display:none;padding:0 1.5rem 1.5rem;}@media only screen and (max-width:768px){.faq-section .accordion .accordion-body{padding:0 1rem 1rem;}}.faq-section .accordion .accordion-body .btn{margin:1.5rem 0 0 0;}.faq-section .view-all{display:flex;justify-self:center;margin:2.5rem auto 0;}@media only screen and (max-width:768px){.faq-section .view-all{margin:1.5rem auto 0;}}.assistive-devices-steps > *:last-child{margin-bottom:4rem;}@media only screen and (max-width:768px){.assistive-devices-steps > *:last-child{margin-bottom:2rem;}}.assistive-devices-steps .list{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;counter-reset:section;margin:0 0 2.5rem;}@media only screen and (max-width:1024px){.assistive-devices-steps .list{gap:1rem;}}@media only screen and (max-width:768px){.assistive-devices-steps .list{grid-template-columns:repeat(1,1fr);}}.assistive-devices-steps .list li{counter-increment:section;}.assistive-devices-steps .list .card{position:relative;display:flex;flex-direction:column;align-items:center;gap:1.25rem;padding:1.5rem 2rem;text-align:center;}@media only screen and (max-width:1024px){.assistive-devices-steps .list .card{padding:3.5rem 1rem 1rem;align-items:flex-start;text-align:left;}}.assistive-devices-steps .list .card:hover{box-shadow:0rem 0.25rem 2rem 0rem rgba(0,0,0,0.1215686275);}.assistive-devices-steps .list .card:hover::after{transform:rotate(4deg);}.assistive-devices-steps .list .card::before{content:counter(section);position:absolute;top:-1.5rem;left:1.5rem;display:flex;align-items:center;justify-content:center;width:3.125rem;height:3.125rem;border-radius:1rem;background:linear-gradient(132.74deg,#e6ebea 11.69%,#f5f5f5 100%);font-weight:700;font-size:1.75rem;color:#06332b;}@media only screen and (max-width:1024px){.assistive-devices-steps .list .card::before{top:1rem;left:1rem;width:2rem;height:2rem;color:#fff;font-size:1.125rem;background:linear-gradient(92.49deg,#06332b 0.29%,#0c6d5c 100%);}}.assistive-devices-steps .list .card::after{content:"";position:absolute;inset:0;background:linear-gradient(140.09deg,rgba(230,235,234,0.84) 7.94%,rgba(237,237,237,0.84) 98.19%);border-radius:1rem;transition:0.3s;z-index:-1;}.assistive-devices-steps .list .card .icon{width:5rem;height:5rem;}@media only screen and (max-width:1024px){.assistive-devices-steps .list .card .icon{display:none;}}.assistive-devices-steps .list .card .title{color:#06332b;margin:0 0 0.5rem;}.assistive-devices-steps .list .card .text{color:#000000;}@media only screen and (max-width:768px){.assistive-devices-steps .list .card .text{font-size:0.875rem;}}.assistive-devices-steps .list .card .learn-more{display:flex;align-items:center;gap:0.375rem;font-weight:600;font-size:1.125rem;}@media only screen and (max-width:768px){.assistive-devices-steps .list .card .learn-more{font-weight:400;font-size:0.875rem;}}.assistive-devices-steps .banner{display:flex;flex-direction:column;align-items:center;gap:1.25rem;padding:2rem;margin:0 0 2.5rem;text-align:center;}@media only screen and (max-width:768px){.assistive-devices-steps .banner{gap:1rem;padding:1rem;}}.assistive-devices-steps .banner .text{font-size:1.125rem;color:#06332b;}@media only screen and (max-width:768px){.assistive-devices-steps .banner .text{font-size:initial;}}.assistive-devices-steps .banner .btn-group{display:flex;gap:0.5rem 1.25rem;}@media only screen and (max-width:768px){.assistive-devices-steps .banner .btn-group{width:100%;flex-direction:column;margin:0.5rem 0 0 0;}}.assistive-devices-steps .ukr-info{display:grid;gap:1.5rem;grid-template-columns:24% auto 24%;}@media only screen and (max-width:1312px){.assistive-devices-steps .ukr-info{grid-template-columns:30% auto;}}@media only screen and (max-width:768px){.assistive-devices-steps .ukr-info{grid-template-columns:100%;}}.assistive-devices-steps .ukr-info .img-box{position:relative;border-radius:1rem;border:0.0625rem solid rgba(2,9,5,0.1490196078);overflow:hidden;}@media only screen and (max-width:1312px){.assistive-devices-steps .ukr-info .img-box:last-of-type{display:none;}}@media only screen and (max-width:768px){.assistive-devices-steps .ukr-info .img-box{padding:0 0 100%;}}.assistive-devices-steps .ukr-info .card{display:flex;flex-direction:column;gap:2.125rem;padding:1.5rem 2rem;}@media only screen and (max-width:768px){.assistive-devices-steps .ukr-info .card{gap:1rem;padding:1rem;}}.assistive-devices-steps .ukr-info .card .h2 span{color:#2963b6;}.assistive-devices-steps .ukr-info .card .text{font-size:1.125rem;color:#000000;}@media only screen and (max-width:768px){.assistive-devices-steps .ukr-info .card .text{font-size:0.875rem;}}.assistive-devices-steps .ukr-info .card .btn-group{display:flex;gap:0.5rem 1rem;}@media only screen and (max-width:768px){.assistive-devices-steps .ukr-info .card .btn-group{flex-direction:column;margin:0.5rem 0 0 0;}}.assistive-devices-steps .ukr-info .card .btn-group > :nth-last-child(1):not(:first-child):not(:nth-child(2)){margin-left:auto;}.aside-links{position:sticky;top:2.5rem;padding:1rem;z-index:2;}@media only screen and (max-width:1024px){.aside-links{display:none;}}.aside-links .aside-links-title{color:#06332b;margin:0 0 1.5rem;}.aside-links .aside-links-empty{margin:0;color:#ff3b30;font-weight:700;}.aside-links .tab-pane{display:none;}.aside-links .tab-pane.active{display:block;}.aside-links .aside-link{position:relative;display:flex;font-size:1.125rem;color:#000000;padding:0.75rem 0 0.75rem 2rem;}.aside-links .aside-link::after{content:"";position:absolute;top:0.875rem;left:-0.25rem;width:1.25rem;height:1.25rem;background-image:url(/themes/custom/vtpc/dist/img/svg-icons/arrow-right-green.svg);background-size:1.25rem;opacity:0;transition:0.4s;}.aside-links .aside-link:hover{font-weight:700;color:#06332b;}.aside-links .aside-link:hover::after{left:0;opacity:1;}#pano{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;}#titleBar{position:absolute;top:0;left:0;right:40px;height:40px;text-align:center;}.mobile #titleBar{height:50px;right:50px;}body.fullscreen-enabled #titleBar{right:80px;}body.fullscreen-enabled.mobile #titleBar{right:100px;}body.multiple-scenes #titleBar{left:40px;}body.multiple-scenes.mobile #titleBar{left:50px;}#titleBar .sceneName{display:none;width:100%;height:100%;line-height:30px;padding:5px;background-color:rgb(58,68,84);background-color:rgba(58,68,84,0.8);color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0;font-weight:400;font-size:16px;-moz-user-select:text;-webkit-user-select:text;-ms-user-select:text;user-select:text;}.mobile #titleBar .sceneName{line-height:40px;}#fullscreenToggle{display:none;position:absolute;top:0;right:0;width:40px;height:40px;padding:5px;background-color:rgb(103,115,131);background-color:rgba(103,115,131,0.8);}.mobile #fullscreenToggle{width:50px;height:50px;}body.fullscreen-enabled #fullscreenToggle{display:block;}#fullscreenToggle .icon{position:absolute;top:5px;right:5px;width:30px;height:30px;}.mobile #fullscreenToggle .icon{top:10px;right:10px;}#fullscreenToggle .icon.on{display:none;}#fullscreenToggle .icon.off{display:block;}#fullscreenToggle.enabled .icon.on{display:block;}#fullscreenToggle.enabled .icon.off{display:none;}#autorotateToggle{display:block;position:absolute;top:0;right:0;width:40px;height:40px;padding:5px;background-color:rgb(103,115,131);background-color:rgba(103,115,131,0.8);}.mobile #autorotateToggle{width:50px;height:50px;}body.fullscreen-enabled #autorotateToggle{right:40px;}body.fullscreen-enabled.mobile #autorotateToggle{right:50px;}#autorotateToggle .icon{position:absolute;top:5px;right:5px;width:30px;height:30px;}.mobile #autorotateToggle .icon{top:10px;right:10px;}#autorotateToggle .icon.on{display:none;}#autorotateToggle .icon.off{display:block;}#autorotateToggle.enabled .icon.on{display:block;}#autorotateToggle.enabled .icon.off{display:none;}#sceneListToggle{display:none;position:absolute;top:0;left:0;width:40px;height:40px;padding:5px;background-color:rgb(103,115,131);background-color:rgba(103,115,131,0.8);}.mobile #sceneListToggle{width:50px;height:50px;}#sceneListToggle .text{position:absolute;top:5px;left:15px;width:100%;line-height:30px;}#sceneListToggle .icon{position:absolute;top:5px;right:5px;width:30px;height:30px;}.mobile #sceneListToggle .icon{top:10px;right:10px;}#sceneListToggle .icon.on{display:none;}#sceneListToggle .icon.off{display:block;}#sceneListToggle.enabled .icon.on{display:block;}#sceneListToggle.enabled .icon.off{display:none;}#sceneList{position:absolute;top:0;left:-220px;padding-top:40px;width:220px;max-height:100%;overflow-x:hidden;overflow-y:auto;margin-left:0;-webkit-transition:margin-left 0.5s ease-in-out;transition:margin-left 0.5s ease-in-out;}.mobile #sceneList{padding-top:50px;}#sceneList .scenes{display:none;width:100%;background-color:rgb(58,68,84);background-color:rgba(58,68,84,0.8);}.mobile #sceneList{width:100%;height:100%;left:-100%;}.mobile #sceneList.enabled{margin-left:100%;}.mobile #sceneList .scenes{height:100%;}#sceneList.enabled{margin-left:220px;}#sceneList .scene{display:block;width:100%;height:30px;}.mobile #sceneList .scene{height:40px;}#sceneList .scene .text{width:100%;height:100%;padding:0 15px;line-height:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff;}.mobile #sceneList .scene .text{line-height:40px;}.no-touch #sceneList .scene:hover{background-color:rgb(103,115,131);background-color:rgba(103,115,131,0.8);}#sceneList .scene.current{background-color:rgb(103,115,131);background-color:rgba(103,115,131,0.8);}body.single-scene #sceneList,body.single-scene #sceneListToggle{display:none;}.link-hotspot{width:60px;height:60px;margin-left:-30px;margin-top:-30px;opacity:0.9;-webkit-transition:opacity 0.2s;transition:opacity 0.2s;}.no-touch .link-hotspot:hover{opacity:1;}.mobile .link-hotspot{width:70px;height:70px;}.link-hotspot-icon{width:100%;height:100%;cursor:pointer;}.link-hotspot-tooltip{position:absolute;left:100%;top:14px;margin-left:3px;font-size:16px;max-width:300px;padding:8px 10px;border-radius:5px;background-color:rgb(58,68,84);background-color:rgba(58,68,84,0.8);color:#fff;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;cursor:pointer;opacity:0;-ms-transform:translateX(-8px);-webkit-transform:translateX(-8px);transform:translateX(-8px);-webkit-transition:-ms-transform 0.3s,-webkit-transform 0.3s,transform 0.3s,opacity 0.3s;transition:-ms-transform 0.3s,-webkit-transform 0.3s,transform 0.3s,opacity 0.3s;}.mobile .link-hotspot{top:19px;}.no-touch .link-hotspot:hover .link-hotspot-tooltip{opacity:1;-ms-transform:translateX(0);-webkit-transform:translateX(0);transform:translateX(0);}.link-hotspot-tooltip{pointer-events:none;}.no-touch .link-hotspot:hover .link-hotspot-tooltip{pointer-events:all;}.tooltip-fallback .link-hotspot-tooltip{display:none;}.no-touch .tooltip-fallback .link-hotspot:hover .link-hotspot-tooltip{display:block;}.info-hotspot{width:48px;line-height:1.4em;opacity:0.9;-webkit-transition:opacity 0.2s 0.2s;transition:opacity 0.2s 0.2s;color:#fff;font-size:14px;}.mobile .info-hotspot{width:56px;}.no-touch .info-hotspot:hover{opacity:1;-webkit-transition:opacity 0.2s;transition:opacity 0.2s;}.info-hotspot.visible{opacity:1;}.info-hotspot .info-hotspot-header{width:48px;height:48px;border-radius:24px;background-color:#0c6d5c;cursor:pointer;-webkit-transition:width 0.3s ease-in-out 0.5s,border-radius 0.3s ease-in-out 0.5s;transition:width 0.3s ease-in-out 0.5s,border-radius 0.3s ease-in-out 0.5s;}.mobile .info-hotspot .info-hotspot-header{width:56px;height:56px;border-radius:28px;}.desktop.no-touch .info-hotspot .info-hotspot-header:hover{width:260px;border-radius:5px;-webkit-transition:width 0.3s ease-in-out,border-radius 0.3s ease-in-out;transition:width 0.3s ease-in-out,border-radius 0.3s ease-in-out;}.desktop .info-hotspot.visible .info-hotspot-header,.desktop.no-touch .info-hotspot.visible .info-hotspot-header:hover{width:260px;border-radius:5px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;-webkit-transition:width 0.3s ease-in-out,border-radius 0.3s ease-in-out;transition:width 0.3s ease-in-out,border-radius 0.3s ease-in-out;}.info-hotspot .info-hotspot-icon-wrapper{width:48px;height:48px;display:flex;align-items:center;justify-content:center;}.mobile .info-hotspot .info-hotspot-icon-wrapper{width:56px;height:56px;}.info-hotspot .info-hotspot-icon{display:block;width:65%;height:65%;margin:0;}.info-hotspot .info-hotspot-title-wrapper{position:absolute;left:48px;top:0;width:0;height:48px;padding:0;overflow:hidden;-webkit-transition:width 0s 0.4s,padding 0s 0.4s;transition:width 0s 0.4s,padding 0s 0.4s;}.desktop .info-hotspot.visible .info-hotspot-title-wrapper,.desktop.no-touch .info-hotspot .info-hotspot-header:hover .info-hotspot-title-wrapper{width:220px;padding:0 5px;-webkit-transition:width 0s 0.4s,padding 0s 0.4s;transition:width 0s 0.4s,padding 0s 0.4s;}.info-hotspot .info-hotspot-title-wrapper:before{content:"";display:inline-block;vertical-align:middle;height:100%;}.info-hotspot .info-hotspot-title{display:inline-block;vertical-align:middle;font-size:15px;font-weight:600;line-height:1.3;-moz-user-select:text;-webkit-user-select:text;-ms-user-select:text;user-select:text;}.info-hotspot .info-hotspot-close-wrapper{position:absolute;left:260px;top:0;height:48px;width:48px;border-top-right-radius:5px;background-color:#06332b;visibility:hidden;-ms-transform:perspective(200px) rotateY(90deg);-webkit-transform:perspective(200px) rotateY(90deg);transform:perspective(200px) rotateY(90deg);-ms-transform-origin:0 50% 0;-webkit-transform-origin:0 50% 0;transform-origin:0 50% 0;-webkit-transition:-ms-transform 0.3s 0.3s,-webkit-transform 0.3s 0.3s,transform 0.3s 0.3s,visibility 0s 0.6s;transition:-ms-transform 0.3s 0.3s,-webkit-transform 0.3s 0.3s,transform 0.3s 0.3s,visibility 0s 0.6s;}.desktop .info-hotspot.visible .info-hotspot-close-wrapper{visibility:visible;-ms-transform:perspective(200px) rotateY(0deg);-webkit-transform:perspective(200px) rotateY(0deg);transform:perspective(200px) rotateY(0deg);-webkit-transition:-ms-transform 0.3s,-webkit-transform 0.3s,transform 0.3s,visibility 0s 0s;transition:-ms-transform 0.3s,-webkit-transform 0.3s,transform 0.3s,visibility 0s 0s;}.info-hotspot .info-hotspot-close-icon{width:70%;height:70%;margin:15%;}.info-hotspot .info-hotspot-text{position:absolute;width:308px;height:auto;max-height:200px;top:48px;left:0;padding:12px 14px;background-color:#0c6d5c;border-bottom-right-radius:5px;border-bottom-left-radius:5px;overflow-y:auto;font-size:14px;line-height:1.5;visibility:hidden;-ms-transform:perspective(200px) rotateX(-89.999deg);-webkit-transform:perspective(200px) rotateX(-89.999deg);transform:perspective(200px) rotateX(-89.999deg);-ms-transform-origin:50% 0 0;-webkit-transform-origin:50% 0 0;transform-origin:50% 0 0;-webkit-transition:-ms-transform 0.3s,-webkit-transform 0.3s,transform 0.3s,visibility 0s 0.3s;transition:-ms-transform 0.3s,-webkit-transform 0.3s,transform 0.3s,visibility 0s 0.3s;-moz-user-select:text;-webkit-user-select:text;-ms-user-select:text;user-select:text;}.desktop .info-hotspot.visible .info-hotspot-text{visibility:visible;-ms-transform:perspective(200px) rotateX(0deg);-webkit-transform:perspective(200px) rotateX(0deg);transform:perspective(200px) rotateX(0deg);-webkit-transition:-ms-transform 0.3s 0.3s,-webkit-transform 0.3s 0.3s,transform 0.3s 0.3s,visibility 0s 0s;transition:-ms-transform 0.3s 0.3s,-webkit-transform 0.3s 0.3s,transform 0.3s 0.3s,visibility 0s 0s;}.info-hotspot-cta{display:inline-block;margin:12px 0 4px;padding:8px 14px;background-color:#fff;color:#0c6d5c;border-radius:4px;font-weight:600;font-size:13px;line-height:1.2;text-decoration:none !important;transition:background-color 0.15s ease,transform 0.1s ease;}.info-hotspot-cta:hover{background-color:#e6ebea;color:#06332b;transform:translateY(-1px);}.info-hotspot-cta:active{transform:translateY(0);}.desktop .info-hotspot-modal{display:none;}.info-hotspot-modal{top:0;left:0;position:fixed;width:100%;height:100%;overflow:hidden;z-index:11000 !important;background-color:rgba(0,0,0,0.8);color:#fff;line-height:1.2em;opacity:0;visibility:hidden;-webkit-transition:opacity 0.2s ease-in-out 0.5s,visibility 0s 0.7s;transition:opacity 0.2s ease-in-out 0.5s,visibility 0s 0.7s;}.info-hotspot-modal.visible{opacity:1;visibility:visible;-webkit-transition:opacity 0.2s ease-in-out,visibility 0s 0s;transition:opacity 0.2s ease-in-out,visibility 0s 0s;}.info-hotspot-modal .info-hotspot-header{position:absolute;top:60px;left:10px;right:10px;width:auto;height:50px;background-color:#0c6d5c;opacity:0;-webkit-transition:opacity 0.3s ease-in-out 0.2s;transition:opacity 0.3s ease-in-out 0.2s;}.info-hotspot-modal.visible .info-hotspot-header{opacity:1;-webkit-transition:opacity 0.3s ease-in-out 0.2s;transition:opacity 0.3s ease-in-out 0.2s;}.info-hotspot-modal .info-hotspot-icon-wrapper{width:50px;height:50px;}.info-hotspot-modal .info-hotspot-icon{width:90%;height:90%;margin:5%;}.info-hotspot-modal .info-hotspot-title-wrapper{position:absolute;top:0;left:50px;right:50px;width:auto;height:50px;padding:0 10px;}.info-hotspot-modal .info-hotspot-title-wrapper:before{content:"";display:inline-block;vertical-align:middle;height:100%;}.info-hotspot-modal .info-hotspot-title{display:inline-block;vertical-align:middle;-moz-user-select:text;-webkit-user-select:text;-ms-user-select:text;user-select:text;}.info-hotspot-modal .info-hotspot-close-wrapper{position:absolute;top:0;right:0;width:50px;height:50px;background-color:#06332b;cursor:pointer;}.info-hotspot-modal .info-hotspot-close-icon{width:70%;height:70%;margin:15%;}.info-hotspot-modal .info-hotspot-text{position:absolute;top:110px;bottom:10px;left:10px;right:10px;padding:12px 14px;background-color:#0c6d5c;overflow-y:auto;font-size:14px;line-height:1.5;opacity:0;-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out;-moz-user-select:text;-webkit-user-select:text;-ms-user-select:text;user-select:text;}.info-hotspot-modal.visible .info-hotspot-text{opacity:1;-webkit-transition:opacity 0.3s ease-in-out 0.4s;transition:opacity 0.3s ease-in-out 0.4s;}.viewControlButton{display:none;position:absolute;bottom:0;left:50%;width:40px;height:40px;padding:5px;background-color:rgb(103,115,131);background-color:rgba(103,115,131,0.8);}body.view-control-buttons .viewControlButton{display:block;}@media (max-width:600px){body.view-control-buttons .viewControlButton{display:none;}}.viewControlButton .icon{position:absolute;top:5px;right:5px;width:30px;height:30px;}.viewControlButton-1{margin-left:-145px;}.viewControlButton-2{margin-left:-95px;}.viewControlButton-3{margin-left:-45px;}.viewControlButton-4{margin-left:5px;}.viewControlButton-5{margin-left:55px;}.viewControlButton-6{margin-left:105px;}html{min-width:320px;background:#fff;}body{position:relative;min-width:1312px;height:100%;color:#000;background-image:linear-gradient(180deg,rgba(6,51,43,0) 0%,rgba(6,51,43,0.08) 50.48%,rgba(6,51,43,0) 100%);font-family:"Calibri",arial,sans-serif;font-size:16px;line-height:1.4;z-index:1;}@media only screen and (max-width:1312px){body{min-width:320px;}}@media only screen and (max-width:768px){body{background:#fff;}}body.with-bg{background-image:url(/themes/custom/vtpc/dist/img/svg-icons/bg-shape-left.svg),linear-gradient(180deg,rgba(6,51,43,0) 0%,rgba(6,51,43,0.08) 50.48%,rgba(6,51,43,0) 100%);background-repeat:no-repeat;background-position:center 30%;background-size:100% auto;}@media only screen and (max-width:768px){body.with-bg{background-image:none;}}body.fixed{overflow:hidden;height:100%;}input:-webkit-autofill{box-shadow:0 0 0 30px #fff inset;}a{text-decoration:none;transition:all 0.3s;}.global-wrap{display:flex;min-height:100vh;flex-direction:column;}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.global-wrap{height:100%;}}.global-wrap .main{flex:1 0 auto;}.wrap{position:relative;width:1312px;margin:0 auto;padding:0 1rem;}@media only screen and (max-width:1312px){.wrap{width:1024px;}}@media only screen and (max-width:1024px){.wrap{width:768px;}}@media only screen and (max-width:768px){.wrap{width:480px;}}@media only screen and (max-width:480px){.wrap{width:100%;}}*:focus-visible{outline:2px solid #4f39f6;outline-offset:2px;}h1,h2,h3,h4,h5,h6{font-family:"Lato";font-weight:700;margin:0;}.h1{font-size:3rem;line-height:1.2;margin:0;}@media only screen and (max-width:768px){.h1{font-size:2rem;}}.h2{font-size:2.5rem;line-height:1.2;color:#06332b;margin:0;}@media only screen and (max-width:768px){.h2{font-size:1.5rem;}}.h3{font-size:2rem;line-height:1.2;margin:0;}@media only screen and (max-width:768px){.h3{font-size:1.5rem;}}.h4{font-size:1.5rem;}@media only screen and (max-width:768px){.h4{font-size:1.25rem;}}.h5{font-size:1.25rem;}@media only screen and (max-width:768px){.h5{font-size:1.125rem;}}.btn{display:inline-flex;align-items:center;gap:0.5rem;justify-content:center;border-radius:0.5rem;padding:0.625rem 1rem;font-family:"Lato";font-weight:600;transition:0.3s;}.btn.green-gradient{position:relative;background:linear-gradient(92.49deg,#06332b 0.29%,#0c6d5c 100%);color:#fff;border:0.0625rem solid transparent;overflow:hidden;z-index:1;}.btn.green-gradient:hover::after{opacity:1;}.btn.green-gradient::after{content:"";position:absolute;inset:0;background:linear-gradient(92.49deg,#06332b 0.29%,#0c6d5c 100%);transform:rotate(180deg);z-index:-1;opacity:0;transition:0.3s;}.btn.white{border:0.0625rem solid #8e8e93;background-color:#fff;}.btn.white:hover{background-color:#ececec;}.btn.white span{color:#06332b;}.btn.dark-green{background-color:#06332b;color:#fff;}.btn.dark-green:hover{background-color:#0c6d5c;}.btn img{width:24px;height:24px;}@media only screen and (max-width:1024px){.btn img{width:20px;height:20px;}}.section{margin:0 0 4rem;}@media only screen and (max-width:768px){.section{margin:0 0 2rem;}}.section-header{margin:0 0 1.5rem;}.section-header.two-col{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem 5rem;margin:0 0 2.5rem;}@media only screen and (max-width:1024px){.section-header.two-col{gap:1.5rem 2.5rem;}}@media only screen and (max-width:768px){.section-header.two-col{grid-template-columns:100%;margin:0 0 1.5rem;}}.section-header.two-col .title{position:relative;padding:0 0 0.5rem;}.section-header.two-col .title::after{content:"";position:absolute;left:0;bottom:0;width:50%;height:1px;background-color:#e5e5ea;}.section-header.one-col{display:flex;flex-direction:column;align-items:start;gap:1.5rem;}@media only screen and (max-width:768px){.section-header.one-col{gap:1.25rem;}}.section-header.one-col > *{max-width:48.625rem;}.section-header.centered{text-align:center;align-items:center;}.section-header .title span{color:#000000;}.section-header .title.line{position:relative;padding:0 0 0.5rem;}.section-header .title.line::after{content:"";position:absolute;left:0;bottom:0;width:50%;height:1px;background-color:#e5e5ea;}.section-header .text{font-size:1.125rem;color:#06332b;}@media only screen and (max-width:768px){.section-header .text{font-size:initial;}}.section-header .text span{background:linear-gradient(92.49deg,#06332b 0.29%,#0c6d5c 100%);color:#fff;padding:0.1875rem 0.375rem;border-radius:0.3125rem;}@media only screen and (max-width:768px){.section-header .text span{padding:0.125rem 0.25rem;}}.card{background-color:#fff;border:0.0625rem solid rgba(2,9,5,0.1490196078);border-radius:1rem;}.gradient-color{color:#06332b;background-image:linear-gradient(92.49deg,#06332b 0.29%,#0c6d5c 100%);-webkit-background-clip:text;background-clip:text;}@supports (-webkit-background-clip:text) or (background-clip:text){.gradient-color{color:transparent;}}@media (forced-colors:active){.gradient-color{color:CanvasText;background-image:none;}}.object-cover{object-fit:cover;position:absolute;width:auto;height:auto;min-width:100%;min-height:100%;top:50%;left:50%;transform:translate(-50%,-50%);transition:0.3s;}.dropdown{position:relative;}.dropdown .dropdown-btn{text-align:left;transition:0.3s;}.table-box{width:100%;border:0.0625rem solid rgba(2,9,5,0.1490196078);border-radius:0.75rem;overflow:auto;box-shadow:0rem 0.0625rem 0.125rem 0rem rgba(10,13,18,0.0509803922);}.table-box table{table-layout:fixed;}.table{width:100%;background-color:#fff;font-size:1rem;}@media only screen and (max-width:768px){.table{min-width:48rem;}}.table th,.table td{border:0.0625rem solid #e9eaeb;border-collapse:collapse;}.table thead{background:#f6f6f6;color:#717680;font-weight:700;font-size:0.75rem;text-align:left;}.table thead th{padding:0.75rem 1.5rem;}@media only screen and (max-width:768px){.table thead th{padding:0.75rem 0.5rem;}}.table tbody td{padding:1rem 1.5rem;color:#06332b;}@media only screen and (max-width:768px){.table tbody td{padding:0.75rem 0.5rem;}}.table tbody td ul{padding:0 0 0 1rem;}.table tbody td ul li{list-style:disc;}.articles-filter{margin:0 0 2.5rem;}@media only screen and (max-width:768px){.articles-filter{margin:0 0 2rem;}}.articles-filter .form{display:flex;flex-wrap:wrap;justify-content:center;gap:0.5rem;}@media only screen and (max-width:768px){.articles-filter .form{flex-wrap:nowrap;justify-content:start;overflow:auto;margin:0 -1rem;padding:0 1rem;}}.articles-filter .input-field{position:relative;}.articles-filter .input-field input{position:absolute;visibility:hidden;}.articles-filter .input-field input:checked + label{background:linear-gradient(92.49deg,#06332b 0.29%,#0c6d5c 100%);color:#fff;}.articles-filter .input-field input:checked + label .icon{border-color:#fff;background-color:transparent;background-image:url(/themes/custom/vtpc/dist/img/svg-icons/check-white.svg);}.articles-filter .input-field label{display:flex;align-items:center;gap:0.5rem;padding:0.75rem 1.5rem;border-radius:0.5rem;color:#06332b;font-weight:600;transition:0.3s;}@media only screen and (max-width:768px){.articles-filter .input-field label{padding:0.625rem 1.5rem;border:0.0625rem solid rgba(2,9,5,0.1490196078);}}.articles-filter .input-field label:hover{background-color:#e6ebea;}.articles-filter .input-field label .icon{width:1rem;height:1rem;border-radius:0.25rem;border:0.0625rem solid #8e8e93;background-color:#fff;background-position:center;background-size:90%;background-repeat:no-repeat;}.articles-filter .input-field label span{flex:1;white-space:nowrap;}.articles-grid{display:flex;flex-direction:column;}.articles-grid .articles-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;}@media only screen and (max-width:1024px){.articles-grid .articles-list{grid-template-columns:repeat(2,1fr);}}@media only screen and (max-width:768px){.articles-grid .articles-list{grid-template-columns:100%;}}.animated-bg{background:linear-gradient(135deg,#cfe9f6,#e6f3fa,#dcefe7,#f7faf8,#bfdceb,#cfe9f6);background-size:500% 500%;transition:transform 0.28s ease,box-shadow 0.28s ease;animation:gradientMove 16s ease-in-out infinite;}@keyframes gradientMove{0%{background-position:0% 50%;}50%{background-position:100% 50%;}100%{background-position:0% 50%;}}@media (prefers-reduced-motion:reduce){.animated-bg,.dash-welcome{animation:none;}}.alert{display:flex;align-items:center;gap:12px;padding:16px;font-family:"Inter";font-weight:600;font-size:14px;border-radius:12px;}@media only screen and (max-width:768px){.alert{gap:8px;align-items:start;padding:8px;}}.alert.warning{border:1px solid rgba(232,185,49,0.1490196078);background:#fffbeb;color:#bf6a02;}.alert.error{border:1px solid rgba(179,38,30,0.1607843137);background:rgba(179,38,30,0.1607843137);color:#b3261e;}.alert img{width:20px;height:20px;}.article-page.node-page.node--professionalism--full .article-content.content-box .text h3{font-family:Calibri;font-weight:400;font-size:36px;line-height:120%;letter-spacing:-1%;color:#052922;}@media (min-width:1024px){.no-navigation{width:640px !important;max-width:640px !important;margin:0 auto !important;}.has-navigation{max-width:100% !important;margin:0 !important;}}.search{padding:4rem 0;}@media only screen and (max-width:768px){.search{padding:0 0 2rem;}}.search .search-form{width:100%;max-width:28.25rem;position:relative;margin:0 auto 4rem;}@media only screen and (max-width:768px){.search .search-form{margin:0 auto 1.25rem;}}.search .search-form input{width:100%;box-sizing:border-box;color:#06332b;padding:0.875rem 2.5rem;transition:0.3s;appearance:none;-webkit-appearance:none;}@media only screen and (max-width:768px){.search .search-form input{border-radius:0.5rem;}}.search .search-form input:hover,.search .search-form input:focus{border-color:#6f6f6f;}.search .search-form input:not(:placeholder-shown) + .reset-btn{display:flex;}.search .search-form .submit-btn,.search .search-form .reset-btn{position:absolute;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;margin:0;padding:0;border:none;background:transparent;appearance:none;-webkit-appearance:none;line-height:1;cursor:pointer;}.search .search-form .submit-btn img,.search .search-form .reset-btn img{display:block;width:1.25rem;height:1.25rem;}.search .search-form .submit-btn{left:0;padding:0 0.5rem 0 0.75rem;}.search .search-form .reset-btn{display:none;right:0;padding:0 0.75rem 0 0.5rem;}.search .search-categories{width:100%;max-width:51.25rem;display:flex;flex-wrap:wrap;gap:0.5rem;margin:0 auto 2.25rem;}@media only screen and (max-width:768px){.search .search-categories{margin:0 auto 1.25rem;}}.search .search-categories .search-categories-link{display:inline-flex;gap:0.5rem;align-items:center;padding:0.625rem 1rem;color:#06332b;font-weight:600;border-radius:0.5rem;}@media only screen and (max-width:768px){.search .search-categories .search-categories-link{font-weight:400;font-size:0.875rem;padding:0.5rem 0.75rem;}}.search .search-categories .search-categories-link:hover{background-color:#dae0df;}.search .search-categories .search-categories-link:hover span{background-color:#fff;}.search .search-categories .search-categories-link.active{background:linear-gradient(92.49deg,#06332b 0.29%,#0c6d5c 100%);color:#fff;}.search .search-categories .search-categories-link.active span{background-color:#fff;color:#06332b;}.search .search-categories .search-categories-link span{padding:0.125rem 0.625rem;background-color:#e6ebea;border-radius:50%;transition:0.3s;}.search .search-results{width:100%;max-width:51.25rem;margin:auto;}.search .search-results .title{margin:0 0 0.5rem;}.search .search-results .search-results-qnt{display:block;font-size:0.875rem;color:#000000;margin:0 0 1.5rem;}.search .search-results .search-results-list{display:flex;flex-direction:column;gap:1rem;}@media only screen and (max-width:768px){.search .search-results .search-results-list{gap:0.5rem;}}.search .search-results .search-results-item{position:relative;background-color:#fff;display:flex;flex-direction:column;padding:1rem 1.5rem 1.5rem;}@media only screen and (max-width:768px){.search .search-results .search-results-item{padding:1rem;}}.search .search-results .search-results-item:hover{border-color:#06332b;box-shadow:0rem 0.25rem 2rem 0rem rgba(0,0,0,0.1215686275);}.search .search-results .search-results-item:hover::after{transform:rotate(1deg);}.search .search-results .search-results-item::after{content:"";position:absolute;inset:0;background-color:#e6ebea;border-radius:1rem;transition:0.3s;z-index:-1;}.search .search-results .search-results-item .top-box{display:flex;align-items:center;gap:1rem;margin:0 0 0.5rem;}.search .search-results .search-results-item .top-box .category{border:0.0625rem solid rgba(2,9,5,0.1490196078);background:#e6ebea;color:#06332b;padding:0.1875rem 0.5rem;border-radius:0.375rem;font-size:0.75rem;}.search .search-results .search-results-item .top-box .time{display:flex;align-items:center;gap:0.5rem;color:#000000;font-size:0.875rem;}.search .search-results .search-results-item .top-box .time img{width:1.25rem;height:1.25rem;}.search .search-results .search-results-item .title{margin:0 0 1rem;}.search .search-results .search-results-item .title strong{background-color:#06332b;color:#fff;padding:0 0.25rem;}.search .search-results .search-results-item .text{color:#06332b;}.search .search-results .search-results-item .text strong{background-color:#06332b;color:#fff;padding:0 0.125rem;}.search .search-results .search-results-item .read-more{display:flex;align-items:center;gap:0.375rem;margin:1rem 0 0 0;color:#06332b;}@media only screen and (max-width:768px){.search .search-results .search-results-item .read-more{display:none;}}.search .search-results .search-results-item .read-more img{width:1.25rem;height:1.25rem;}.search .search-error-box{max-width:35rem;width:100%;padding:2rem 6.25rem;margin:auto;display:flex;flex-direction:column;align-items:center;text-align:center;background-image:url(/themes/custom/vtpc/dist/img/svg-icons/search-empty-bg.svg);background-size:100% auto;background-position:50% 0;}@media only screen and (max-width:768px){.search .search-error-box{padding:2rem 0;}}.search .search-error-box .icon{width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;border-radius:0.75rem;margin:0 0 1.25rem;}.search .search-error-box .icon img{width:1.75rem;height:1.75rem;}.search .search-error-box .title{color:#06332b;margin:0 0 0.5rem;}.search .search-error-box .msg{color:#000000;}.search .search-error-box .btn-group{display:flex;gap:0.75rem;margin:1.5rem 0 0 0;}.about-content .wrap{display:flex;flex-direction:column;gap:4.375rem;}@media only screen and (max-width:768px){.about-content .wrap{gap:2rem;}}.about-content .about-content-row{display:grid;grid-template-columns:repeat(2,1fr);gap:8rem;}@media only screen and (max-width:1312px){.about-content .about-content-row{gap:3.75rem;}}@media only screen and (max-width:768px){.about-content .about-content-row{grid-template-columns:100%;gap:1.5rem;}}.about-content .about-content-row:nth-of-type(2n) .img-box{order:1;}@media only screen and (max-width:768px){.about-content .about-content-row:nth-of-type(2n) .img-box{order:initial;}}.about-content .about-content-row:nth-of-type(2n) .img-box .tags{right:2rem;left:initial;align-items:end;}@media only screen and (max-width:768px){.about-content .about-content-row:nth-of-type(2n) .img-box .tags{right:initial;left:1rem;}}.about-content .about-content-row:nth-of-type(2n) .box{align-items:end;text-align:right;}@media only screen and (max-width:768px){.about-content .about-content-row:nth-of-type(2n) .box{align-items:start;text-align:initial;}}.about-content .about-content-row:last-of-type .box .desc{color:#000000;}.about-content .about-content-row .img-box{position:relative;}.about-content .about-content-row .img-box img{width:100%;height:auto;}.about-content .about-content-row .img-box .tags{position:absolute;top:2rem;left:2rem;display:flex;flex-direction:column;align-items:start;gap:0.5rem;}@media only screen and (max-width:768px){.about-content .about-content-row .img-box .tags{top:1rem;left:1rem;}}.about-content .about-content-row .img-box .tags li{background-color:#fff;border:0.0625rem solid #d5d7da;border-radius:0.375rem;padding:0.1875rem 0.5rem;font-size:0.75rem;color:#052922;}.about-content .about-content-row .img-box .tags li::after{content:"";display:inline-block;vertical-align:middle;width:0.25rem;height:0.25rem;border-radius:3.125rem;background-color:#ffcc00;margin:0 0 0 0.125rem;}.about-content .about-content-row .box{display:flex;flex-direction:column;align-items:start;align-self:center;gap:1.5rem;}@media only screen and (max-width:768px){.about-content .about-content-row .box{gap:1rem;}}.about-content .about-content-row .box .desc{font-size:1.125rem;color:#052922;}@media only screen and (max-width:768px){.about-content .about-content-row .box .desc{font-size:1rem;}}.about-content .about-content-row .box ul li{padding:1rem 0;color:#052922;border-bottom:0.0625rem solid rgba(2,9,5,0.1490196078);}.about-content .about-content-row .box ul li:nth-of-type(1){padding-top:0;}@media only screen and (max-width:768px){.about-content .about-content-row .box ul li{padding:0.5rem 0;}}.about-content .about-content-row .box ul li .h5,.about-content .about-content-row .box ul li h3{color:#052922;margin:0 0 0.5rem;}@media only screen and (max-width:768px){.about-content .about-content-row .box ul li .h5,.about-content .about-content-row .box ul li h3{margin:0 0 0.25rem;}}.about-management .card{padding:2.5rem;border-radius:2.5rem;}@media only screen and (max-width:768px){.about-management .card{display:contents;}}.about-management .top-box{text-align:center;margin:0 0 2.5rem;}@media only screen and (max-width:768px){.about-management .top-box{margin:0 0 1.5rem;}}.about-management .top-box .subtitle,.about-management .top-box .text{max-width:28.125rem;font-size:1.25rem;color:#000000;margin:1.5rem auto 0;}@media only screen and (max-width:768px){.about-management .top-box .subtitle,.about-management .top-box .text{font-size:initial;}}.about-management .top-box .text{max-width:36rem;}.about-management .list{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem 1.5rem;}@media only screen and (max-width:1024px){.about-management .list{grid-template-columns:repeat(2,1fr);}}@media only screen and (max-width:768px){.about-management .list{gap:1rem;grid-template-columns:100%;}}.about-management .list .item{border-radius:1rem;overflow:hidden;border:0.0625rem solid rgba(2,9,5,0.1490196078);}.about-management .list .card-header{background:linear-gradient(92.49deg,#06332b 0.29%,#0c6d5c 100%);color:#fff;padding:1.5rem;border-radius:1rem;font-size:1.25rem;}@media only screen and (max-width:768px){.about-management .list .card-header{padding:1rem;font-size:0.875rem;}}.about-management .list .card-header h3{font-family:"Lato";font-weight:700;font-size:1.5rem;}@media only screen and (max-width:768px){.about-management .list .card-header h3{font-size:1.25rem;}}.about-management .list .card-body{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;}@media only screen and (max-width:768px){.about-management .list .card-body{padding:1rem;font-size:0.875rem;}}.about-management .list .card-body ul{display:flex;flex-direction:column;gap:1rem;}@media only screen and (max-width:768px){.about-management .list .card-body ul{gap:0.5rem;}}.about-management .list .card-body a,.about-management .list .card-body li{display:flex;gap:1rem;align-items:center;color:#000c1c;}.about-management .list .card-body a .icon,.about-management .list .card-body li .icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background-color:#e6ebea;border-radius:50%;}@media only screen and (max-width:768px){.about-management .list .card-body a .icon,.about-management .list .card-body li .icon{display:contents;}}.about-management .list .card-body a .icon img,.about-management .list .card-body li .icon img{width:1.25rem;height:1.25rem;}.about-cooperation .about-cooperation-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;list-style:none;margin:0;padding:0;}@media only screen and (max-width:768px){.about-cooperation .about-cooperation-list{grid-template-columns:repeat(1,1fr);}}.about-cooperation .card{height:100%;display:flex;flex-direction:column;padding:1.5rem 2rem;text-decoration:none;color:inherit;border-radius:1rem;border:0.0625rem solid rgba(2,9,5,0.15);background:#fff;transition:box-shadow 0.3s;}@media only screen and (max-width:768px){.about-cooperation .card{padding:1.5rem;}}.about-cooperation .card:hover{box-shadow:0 0.25rem 2rem rgba(0,0,0,0.12);}.about-cooperation .card .h2{color:#06332b;margin:0 0 1rem;}@media only screen and (max-width:768px){.about-cooperation .card .h2{margin:0 0 0.5rem;}}.about-cooperation .card .desc{color:#000000;font-size:1.125rem;margin:0 0 2rem;}@media only screen and (max-width:768px){.about-cooperation .card .desc{font-size:1rem;margin:0 0 1rem;}}.about-cooperation .card .desc p:last-child{margin-bottom:0;}.about-cooperation .card .learn-more{display:flex;align-items:center;gap:0.375rem;font-family:"Lato",sans-serif;font-weight:600;font-size:0.875rem;color:#06332b;margin:auto 0 0 0;}.about-cooperation-partners .top-box{max-width:48.125rem;display:flex;align-items:start;flex-direction:column;gap:1.5rem;color:#052922;}.about-cooperation-partners .top-box .h2{color:#000000;}.about-cooperation-partners .top-box .btn.open img{transform:scale(1,-1);}.about-cooperation-partners .top-box .btn img{width:1.25rem;height:1.25rem;transition:0.3s;}.about-cooperation-partners .card{display:none;flex-direction:column;gap:1rem;padding:1rem 1.5rem;margin:2.5rem 0 0;}.about-cooperation-partners .card.open{display:flex;}@media only screen and (max-width:768px){.about-cooperation-partners .card{padding:1.5rem 1rem;margin:1.5rem 0 0 0;}}.about-cooperation-partners .card .h5{color:#06332b;}.about-cooperation-partners .card .contacts{color:#052922;}.about-cooperation-partners .card .contacts a{font-weight:700;}.about-cooperation-partners .card .contacts a:hover{text-decoration:underline;}.about-key-statistics .stats-numbers{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin:0 0 2.5rem;}@media only screen and (max-width:1024px){.about-key-statistics .stats-numbers{grid-template-columns:repeat(2,1fr);gap:0.5rem;}}@media only screen and (max-width:768px){.about-key-statistics .stats-numbers{margin:0 0 1.5rem;}}.about-key-statistics .stats-numbers li{background-color:#fff;border:0.0625rem solid rgba(2,9,5,0.1490196078);padding:1.5rem;border-radius:1rem;font-size:1.125rem;}@media only screen and (max-width:768px){.about-key-statistics .stats-numbers li{padding:0.5rem 1rem;font-size:0.875rem;border-radius:0.5rem;}}.about-key-statistics .stats-numbers li .h2{color:#06332b;}.faq-categories{padding:0 0 2.5rem;}@media only screen and (max-width:768px){.faq-categories{padding:0 0 1rem;}}@media only screen and (max-width:768px){.faq-categories .swiper{margin:0 -1rem;padding:0 1rem;}}.faq-categories .swiper .swiper-wrapper{display:flex;gap:0.5rem;justify-content:center;flex-wrap:wrap;}@media only screen and (max-width:768px){.faq-categories .swiper .swiper-wrapper{flex-wrap:nowrap;justify-content:initial;gap:0;}}.faq-categories .swiper .swiper-slide{width:initial;}.faq-categories .swiper .swiper-button-prev,.faq-categories .swiper .swiper-button-next{top:-0.0625rem;bottom:-0.0625rem;display:none;height:auto;width:2.5rem;margin:0;}@media only screen and (max-width:768px){.faq-categories .swiper .swiper-button-prev,.faq-categories .swiper .swiper-button-next{display:flex;}}.faq-categories .swiper .swiper-button-prev svg,.faq-categories .swiper .swiper-button-next svg{width:1rem;height:1rem;}.faq-categories .swiper .swiper-button-prev svg path,.faq-categories .swiper .swiper-button-next svg path{fill:#06332b;}.faq-categories .swiper .swiper-button-prev{left:0;background:linear-gradient(-90deg,rgba(255,255,255,0) 0%,#ffffff 40.61%);}.faq-categories .swiper .swiper-button-next{right:0;background:linear-gradient(90deg,rgba(255,255,255,0) 0%,#ffffff 40.61%);}.faq-categories a{display:inline-flex;padding:0.625rem 1.5rem;font-weight:600;color:#06332b;border-radius:0.5rem;text-wrap:nowrap;}@media only screen and (max-width:768px){.faq-categories a{font-weight:400;background-color:#f6f6f6;}}.faq-categories a:hover{background:#dae0df;text-decoration:none;}.faq-category{max-width:42rem;margin:0 auto 2.5rem;padding:0 1rem;color:#06332b;}@media only screen and (max-width:768px){.faq-category{max-width:480px;margin:0 auto 2rem;}}.faq-category .h2{margin:0 0 2rem;}@media only screen and (max-width:768px){.faq-category .h2{margin:0 0 1rem;}}.faq-category .accordion{background-color:#fff;border:0.0625rem solid rgba(2,9,5,0.1490196078);margin:0 0 1rem;border-radius:1rem;}@media only screen and (max-width:768px){.faq-category .accordion{margin:0 0 0.5rem;}}.faq-category .accordion:last-of-type{margin:0;}.faq-category .accordion .accordion-btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;text-align:left;padding:1rem 1.5rem;}@media only screen and (max-width:768px){.faq-category .accordion .accordion-btn{padding:1rem;}}.faq-category .accordion .accordion-btn.opened img{transform:scale(1,-1);}.faq-category .accordion .accordion-btn .h5{flex:1;}.faq-category .accordion .accordion-btn img{transition:0.3s;}.faq-category .accordion .accordion-body{display:none;padding:0 1.5rem 1.5rem;}@media only screen and (max-width:768px){.faq-category .accordion .accordion-body{padding:0 1rem 1rem;}}.faq-cta .wrap{display:flex;flex-direction:column;align-items:center;gap:1.25rem;padding:0 1rem;text-align:center;}@media only screen and (max-width:768px){.faq-cta .wrap{gap:0.5rem;}}.faq-cta .title{font-size:2rem;color:#06332b;}@media only screen and (max-width:768px){.faq-cta .title{font-size:1.5rem;}}.faq-cta .subtitle{font-size:1.125rem;}@media only screen and (max-width:768px){.faq-cta .subtitle{font-size:initial;}}.faq-cta .btn{color:#06332b;}@media only screen and (max-width:768px){.faq-cta .btn{width:100%;margin:0.75rem 0 0 0;}}.faq-description .ck.ck-content p{margin:1em 0;}.faq-description .ck.ck-content p:last-child{margin:0;}.faq-description .ck.ck-content ul,.faq-description .ck.ck-content ol,.faq-description .ck.ck-content li{margin-block:0.25em;margin-inline:1.5em 0;padding-inline-start:0;list-style-type:disc;list-style-image:none;list-style:auto;}.faq-description .ck.ck-content ul ul,.faq-description .ck.ck-content ul ol,.faq-description .ck.ck-content ol ul,.faq-description .ck.ck-content ol ol,.faq-description .ck.ck-content ul ul li,.faq-description .ck.ck-content ul ol li,.faq-description .ck.ck-content ol ul li,.faq-description .ck.ck-content ol ol li{list-style-type:circle;}.contact-locations{}.contact-locations .fade-item{transition:opacity 0.35s ease;opacity:1;}.contact-locations .fade-item.is-fading-out{opacity:0;}.contact-locations .fade-item.is-fading-in{opacity:1;}.contact-locations .fade-item.is-hidden{display:none;}.contact-locations .locations-header{display:flex;flex-direction:column;gap:0.5rem;margin:0 0 1.5rem;}.contact-locations .locations-header .h2{color:#06332b;}.contact-locations .locations-header .subtitle{max-width:40rem;font-size:1.125rem;}@media only screen and (max-width:768px){.contact-locations .locations-header .subtitle{font-size:initial;}}.contact-locations .locations-filter{margin:0 0 2.5rem;}@media only screen and (max-width:768px){.contact-locations .locations-filter{margin:0 0 1.5rem;}}@media only screen and (max-width:768px){.contact-locations .locations-filter .swiper{margin:0 -1rem;padding:0 1rem;}}.contact-locations .locations-filter .swiper .swiper-wrapper{gap:0.5rem;flex-wrap:wrap;}@media only screen and (max-width:768px){.contact-locations .locations-filter .swiper .swiper-wrapper{flex-wrap:nowrap;justify-content:initial;gap:0;}}.contact-locations .locations-filter .swiper .swiper-slide{width:initial;position:relative;}.contact-locations .locations-filter .swiper .swiper-slide input{position:absolute;top:0;left:0;visibility:hidden;}.contact-locations .locations-filter .swiper .swiper-slide input:checked + .btn{color:#fff;background:linear-gradient(92.49deg,#06332b 0.29%,#0c6d5c 100%);}.contact-locations .locations-filter .swiper .swiper-slide .btn{padding:0.625rem 1.5rem;color:#06332b;text-wrap:nowrap;}@media only screen and (max-width:768px){.contact-locations .locations-filter .swiper .swiper-slide .btn{font-weight:400;background-color:#f6f6f6;}}.contact-locations .locations-filter .swiper .swiper-slide .btn:hover{background:#dae0df;text-decoration:none;}.contact-locations .locations-filter .swiper .swiper-button-prev,.contact-locations .locations-filter .swiper .swiper-button-next{top:-0.0625rem;bottom:-0.0625rem;display:none;height:auto;width:2.5rem;margin:0;}@media only screen and (max-width:768px){.contact-locations .locations-filter .swiper .swiper-button-prev,.contact-locations .locations-filter .swiper .swiper-button-next{display:flex;}}.contact-locations .locations-filter .swiper .swiper-button-prev svg,.contact-locations .locations-filter .swiper .swiper-button-next svg{width:1rem;height:1rem;}.contact-locations .locations-filter .swiper .swiper-button-prev svg path,.contact-locations .locations-filter .swiper .swiper-button-next svg path{fill:#06332b;}.contact-locations .locations-filter .swiper .swiper-button-prev{left:0;background:linear-gradient(-90deg,rgba(255,255,255,0) 0%,#ffffff 40.61%);}.contact-locations .locations-filter .swiper .swiper-button-next{right:0;background:linear-gradient(90deg,rgba(255,255,255,0) 0%,#ffffff 40.61%);}.contact-locations .other-locations-section .title{color:#06332b;margin:0 0 1.5rem;}.contact-locations .other-locations-section{}.contact-locations .other-locations-section > .title.is-hidden{display:none;}.contact-locations .other-locations-section + .other-locations-section .title{margin-top:2rem;}.contact-locations .list{display:grid;}.contact-locations .list.permanent-locations{grid-template-columns:repeat(4,1fr);gap:1.5rem;}@media only screen and (max-width:1312px){.contact-locations .list.permanent-locations{grid-template-columns:repeat(2,1fr);}}@media only screen and (max-width:768px){.contact-locations .list.permanent-locations{grid-template-columns:100%;}}.contact-locations .list.other-locations{grid-template-columns:repeat(3,1fr);gap:1.5rem;}@media only screen and (max-width:1312px){.contact-locations .list.other-locations{grid-template-columns:repeat(2,1fr);}}@media only screen and (max-width:768px){.contact-locations .list.other-locations{gap:1rem;grid-template-columns:100%;}}.contact-locations .list .card{display:flex;flex-direction:column;}.contact-locations .list .card.other-locations-card .accordion-btn{flex:1;align-items:start;color:#06332b;font-size:1.25rem;padding:1.5rem;}@media only screen and (max-width:768px){.contact-locations .list .card.other-locations-card .accordion-btn{font-size:1.125rem;padding:1rem;}}.contact-locations .list .card.other-locations-card .accordion-btn img{width:1.5rem;height:1.5rem;}.contact-locations .list .card.other-locations-card .card-header{background:transparent;color:#000000;padding:0;margin:0 0 1.25rem;}.contact-locations .list .card.other-locations-card .card-header .link img{filter:brightness(0);opacity:0.4;}.contact-locations .list .card.other-locations-card .card-header .link.location-address-link{text-align:left;}.contact-locations .list .card.other-locations-card .card-body{padding:0;margin:0 0 1.25rem;}.contact-locations .list .card.other-locations-card .card-footer{gap:2rem;margin:0;padding:0;}@media only screen and (max-width:1024px){.contact-locations .list .card.other-locations-card .card-footer{gap:0.5rem;}}.contact-locations .list .card.other-locations-card .card-footer .btn{flex:1;}.contact-locations .list .card .card-header{display:flex;gap:1rem;background:linear-gradient(92.49deg,#06332b 0.29%,#0c6d5c 100%);color:#fff;padding:1.5rem;border-radius:1rem;}@media only screen and (max-width:768px){.contact-locations .list .card .card-header{padding:1rem;}}.contact-locations .list .card .card-header .icon{width:3.5rem;height:3.5rem;}.contact-locations .list .card .card-header .card-header-list{flex:1;display:flex;flex-direction:column;align-items:start;}.contact-locations .list .card .card-header .title{font-size:1.25rem;margin:0 0 0.5rem;}.contact-locations .list .card .card-header .link{display:flex;align-items:center;gap:1rem;padding:0.5rem 0;}.contact-locations .list .card .card-header .link:hover{text-decoration:underline;}.contact-locations .list .card .card-header .link img{width:1.25rem;height:1.25rem;}.contact-locations .list .card .card-header .link.location-address-link{text-align:left;}.contact-locations .list .card .card-header .link.location-phone-links{align-items:flex-start;}.contact-locations .list .card .card-header .link.location-phone-links:hover{text-decoration:none;}.contact-locations .list .card .card-header .link.location-phone-links .location-phone-numbers{min-width:0;flex:1;}.contact-locations .list .card .card-header .link.location-phone-links .location-phone-tel{display:inline;padding:0;color:inherit;text-decoration:none;white-space:nowrap;}.contact-locations .list .card .card-header .link.location-phone-links .location-phone-tel:hover{text-decoration:underline;}.contact-locations .list .card .card-header .link.location-email-links{align-items:flex-start;}.contact-locations .list .card .card-header .link.location-email-links:hover{text-decoration:none;}.contact-locations .list .card .card-header .link.location-email-links .location-emails{min-width:0;flex:1;display:flex;flex-direction:column;gap:0.25rem;}.contact-locations .list .card .card-header .link.location-email-links .location-email{display:block;padding:0;color:inherit;text-decoration:none;}.contact-locations .list .card .card-header .link.location-email-links .location-email:hover{text-decoration:underline;}.contact-locations .list .card .card-body{display:flex;flex-direction:column;gap:0.25rem;padding:1.5rem 1.5rem 1.25rem;}@media only screen and (max-width:768px){.contact-locations .list .card .card-body{padding:1rem;}}.contact-locations .list .card .card-body table{margin:0 -0.5rem;color:#052922;}.contact-locations .list .card .card-body table td{padding:0.25rem 0.5rem;}.contact-locations .list .card .card-body table td a{text-decoration:underline;}.contact-locations .list .card .card-body .info{font-size:1.125rem;}@media only screen and (max-width:768px){.contact-locations .list .card .card-body .info{font-size:initial;}}.contact-locations .list .card .card-footer{display:flex;flex-wrap:wrap;gap:0.5rem;align-items:center;justify-content:space-between;padding:0 1.5rem 1.5rem;margin:auto 0 0 0;}@media only screen and (max-width:768px){.contact-locations .list .card .card-footer{padding:0 1rem 1rem;}}.contact-locations .list .card .card-footer .hint{display:flex;align-items:center;gap:0.375rem;font-family:"Lato";font-weight:600;}.house-appointment .box{border:0.0625rem solid rgba(2,9,5,0.1490196078);border-radius:1rem;padding:2rem 1.5rem;display:flex;flex-direction:column;gap:1.25rem;}@media only screen and (max-width:768px){.house-appointment .box{padding:1rem;}}.house-appointment .box .h2{font-size:2rem;}@media only screen and (max-width:768px){.house-appointment .box .h2{font-size:1.5rem;}}.house-appointment .box .text{max-width:48.75rem;font-size:1.125rem;}@media only screen and (max-width:768px){.house-appointment .box .text{font-size:1rem;}}.house-appointment .box .btn-group{display:flex;flex-wrap:wrap;gap:1.25rem;}.customer-satisfaction-step .card{display:flex;flex-direction:column;align-items:start;gap:2rem;padding:1.5rem;}@media only screen and (max-width:768px){.customer-satisfaction-step .card{padding:1rem;gap:1rem;}}.customer-satisfaction-step .content{display:flex;flex-direction:column;gap:1.5rem;color:#06332b;}@media only screen and (max-width:768px){.customer-satisfaction-step .content{gap:1rem;font-size:0.875rem;}}.customer-satisfaction-step .list{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:2.375rem;}@media only screen and (max-width:1024px){.customer-satisfaction-step .list{gap:1rem;}}@media only screen and (max-width:768px){.customer-satisfaction-step .list{grid-template-columns:100%;gap:0.5rem;}}.customer-satisfaction-step .list-item{display:flex;align-items:center;gap:1rem;border:0.0625rem solid rgba(2,9,5,0.1490196078);padding:1rem;border-radius:1rem;font-size:1.125rem;color:#06332b;}@media only screen and (max-width:768px){.customer-satisfaction-step .list-item{padding:0.75rem;font-size:0.875rem;}}.customer-satisfaction-step .list-item .icon{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:50%;background-color:#e6ebea;}@media only screen and (max-width:768px){.customer-satisfaction-step .list-item .icon{width:1.5rem;height:1.5rem;background-color:transparent;}}.customer-satisfaction-step .list-item .icon img{width:1.5rem;height:1.5rem;}.customer-satisfaction-step .list-item p{flex:1;}@media only screen and (max-width:768px){.customer-satisfaction-step .btn{width:100%;}}.our-services .our-services-title{max-width:45.1875rem;text-align:center;margin:0 auto 2.5rem;}@media only screen and (max-width:768px){.our-services .our-services-title{margin:0 auto 1.5rem;}}.our-services .our-services-section-title{text-align:center;margin:0 auto 2.5rem;padding:1.5rem 0 0;}@media only screen and (max-width:768px){.our-services .our-services-section-title{margin:0 auto 1.5rem;padding:1rem 0 0;}}.our-services + .our-services{margin-top:2.5rem;}@media only screen and (max-width:768px){.our-services + .our-services{margin-top:1.5rem;}}.our-services .our-services-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;counter-reset:service-counter;}@media only screen and (max-width:1024px){.our-services .our-services-list{grid-template-columns:repeat(2,1fr);}}@media only screen and (max-width:768px){.our-services .our-services-list{grid-template-columns:100%;gap:1rem;}}.our-services .our-services-link{counter-increment:service-counter;height:100%;min-height:17.375rem;position:relative;display:flex;gap:1rem;flex-direction:column;background-color:#fff;padding:1.5rem;border:0.0625rem solid rgba(2,9,5,0.1490196078);border-radius:1.5rem;}@media only screen and (max-width:768px){.our-services .our-services-link{min-height:initial;padding:1rem;border-radius:1rem;}}.our-services .our-services-link:hover{border-color:#06332b;}.our-services .our-services-link:hover::after{transform:rotate(5deg);opacity:1;}.our-services .our-services-link:hover .icon::after{opacity:1;}.our-services .our-services-link:hover .icon img{filter:brightness(0) invert(1);}.our-services .our-services-link:before{content:counter(service-counter,decimal-leading-zero);position:absolute;top:1.5rem;right:1.5rem;background-color:#e6ebea;color:#06332b;padding:0.125rem 0.625rem;border-radius:1.25rem;font-size:0.875rem;}@media only screen and (max-width:768px){.our-services .our-services-link:before{top:1rem;right:1rem;}}.our-services .our-services-link::after{content:"";position:absolute;inset:0;background:#e6ebea;border-radius:1rem;z-index:-1;opacity:0;transition:0.3s;}.our-services .our-services-link .icon{position:relative;display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:50%;background-color:#e6ebea;overflow:hidden;z-index:1;}.our-services .our-services-link .icon::after{content:"";position:absolute;inset:0;background:linear-gradient(92.49deg,#06332b 0.29%,#0c6d5c 100%);z-index:-1;opacity:0;transition:0.3s;}.our-services .our-services-link .icon img{width:2rem;height:2rem;}.our-services .our-services-link .h5{color:#06332b;}.our-services .our-services-link .explore{display:flex;align-items:center;gap:0.75rem;font-family:"Lato";font-weight:600;color:#052e27;margin:auto 0 0 0;}.our-services .our-services-link .explore img{width:1.25rem;height:1.25rem;}.our-services-inner{padding:0 0 5.5rem;}@media only screen and (max-width:768px){.our-services-inner{padding:0 0 1.5rem;}}.our-services-inner .breadcrumbs{margin:0 0 0.5rem;}@media only screen and (max-width:768px){.our-services-inner .breadcrumbs{margin:0 0 1rem;}}.our-services-inner .h1{position:relative;margin:0 0 2.5rem;padding:0 0 0.5rem;color:#06332b;}@media only screen and (max-width:768px){.our-services-inner .h1{margin:0 0 1rem;padding:0;}}.our-services-inner .h1::after{content:"";position:absolute;bottom:0;left:0;height:0.0625rem;width:16rem;background-color:#d9d9d9;}@media only screen and (max-width:768px){.our-services-inner .h1::after{content:none;}}.our-services-inner .box{display:flex;gap:2.5rem;}.our-services-inner .nav-box{width:22.875rem;}@media only screen and (max-width:1024px){.our-services-inner .nav-box{display:none;}}.our-services-inner .nav-box .btn-group{display:flex;flex-wrap:wrap;gap:1.25rem;margin:1.5rem 0 0 0;}.our-services-inner .content-box{flex:1;}.our-services-inner .content-box .article-info{display:flex;align-items:center;gap:0.5rem 1rem;justify-content:space-between;font-weight:600;font-size:0.875rem;padding:0 0 1rem;margin:0 0 1rem;}@media only screen and (max-width:768px){.our-services-inner .content-box .article-info{flex-direction:column;align-items:start;}}.our-services-inner .content-box .article-info .date time{color:#000000;}.our-services-inner .content-box .article-info .right-col{display:flex;align-items:center;gap:1rem;}.our-services-inner .content-box .article-info .right-col a{font-weight:600;font-size:0.875rem;color:#06332b;text-decoration:underline;}.our-services-inner .content-box .article-info .right-col .right-col-item{display:flex;align-items:center;gap:0.5rem;}.our-services-inner .content-box .article-info .right-col .right-col-item .icon{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:50%;background-color:#e6e8e7;}.our-services-inner .content-box .article-info .right-col .right-col-item .icon img{width:1.25rem;height:1.25rem;}.our-services-inner .content-box .hero-img{position:relative;border-radius:1rem;background-color:#a7a7a7;overflow:hidden;margin:0 0 1rem;}.our-services-inner .content-box .hero-img img{width:100%;}.our-services-inner .content-box .text{font-size:1.25rem;color:#06332b;}@media only screen and (max-width:768px){.our-services-inner .content-box .text{font-size:initial;}}.our-services-inner .content-box .text > *{margin:0 0 1rem;}.our-services-inner .content-box .text > *:last-child{margin-bottom:0;}.our-services-inner .content-box .text h1,.our-services-inner .content-box .text h2,.our-services-inner .content-box .text h3,.our-services-inner .content-box .text h4,.our-services-inner .content-box .text h5,.our-services-inner .content-box .text h6{font-weight:400;}.our-services-inner .content-box .text q{display:block;margin:2.25rem 0;padding:0 0 0 1.25rem;font-style:italic;border-left:0.125rem solid rgba(2,9,5,0.1490196078);}.our-services-inner .content-box .text ul{padding:0 0 0 1.25rem;}.our-services-inner .content-box .text ul li{list-style:disc;}.our-services-inner .content-box .text ol{padding:0 0 0 1.25rem;}.our-services-inner .content-box .text ol li{list-style:decimal;}.our-services-inner .content-box .files-list{margin:2rem 0 0 0;}.our-services-inner .content-box .accordion-list{display:flex;flex-direction:column;gap:1.5rem;margin:2rem 0 0 0;}@media only screen and (max-width:768px){.our-services-inner .content-box .accordion-list{gap:1rem;}}.our-services-inner .content-box .accordion-list .accordion{box-shadow:0rem 0.25rem 2rem 0rem rgba(0,0,0,0.0588235294);}.our-services-inner .content-box .accordion-list .accordion .accordion-btn{width:100%;display:flex;gap:1rem;align-items:center;justify-content:space-between;padding:1rem 1.5rem;text-align:left;}@media only screen and (max-width:768px){.our-services-inner .content-box .accordion-list .accordion .accordion-btn{padding:1rem;}}.our-services-inner .content-box .accordion-list .accordion .accordion-btn.opened img{transform:scale(1,-1);}.our-services-inner .content-box .accordion-list .accordion .accordion-btn .title{flex:1;font-size:1.125rem;color:#06332b;}@media only screen and (max-width:768px){.our-services-inner .content-box .accordion-list .accordion .accordion-btn .title{font-size:initial;}}.our-services-inner .content-box .accordion-list .accordion .accordion-btn img{width:1.5rem;height:1.5rem;transition:0.3s;}.our-services-inner .content-box .accordion-list .accordion .accordion-body{display:none;padding:0 1.5rem 1.5rem;}@media only screen and (max-width:768px){.our-services-inner .content-box .accordion-list .accordion .accordion-body{padding:0 1rem 1rem;}}.our-services-inner .content-box .accordion-list .accordion .accordion-body .btn{margin:1.5rem 0 0 0;}.additional-information{margin:2.5rem 0 4rem;}@media only screen and (max-width:768px){.additional-information{margin:1.25rem 0 2rem;}}.additional-information .box{padding:4rem;}@media only screen and (max-width:1024px){.additional-information .box{padding:4rem 1.5rem;}}@media only screen and (max-width:768px){.additional-information .box{padding:1.5rem;}}.additional-information .h2{text-align:center;margin:0 0 2.5rem;}@media only screen and (max-width:768px){.additional-information .h2{margin:0 0 1.5rem;}}.additional-information .list{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;}@media only screen and (max-width:768px){.additional-information .list{grid-template-columns:repeat(1,1fr);}}.additional-information .list .card{height:100%;display:flex;flex-direction:column;padding:1.5rem;}@media only screen and (max-width:768px){.additional-information .list .card{padding:1rem;}}.additional-information .list .card:hover{border-color:#06332b;}.additional-information .list .card .h5{margin:0 0 1rem;}.additional-information .list .card .text{margin:0 0 1.25rem;}.additional-information .list .card .learn-more{display:flex;align-items:center;gap:0.375rem;font-weight:600;margin:auto 0 0 0;}.privacy-policy{padding:5.5rem 0 4rem;}@media only screen and (max-width:768px){.privacy-policy{padding:0 0 2rem;}}.privacy-policy .box{max-width:40rem;margin:0 auto;font-size:1.25rem;}@media only screen and (max-width:768px){.privacy-policy .box{font-size:initial;}}.privacy-policy .box .h1{padding:0 0 1.5rem;}.privacy-policy .box ul{padding:0 0 0 1.5rem;}.privacy-policy .box ul li{list-style:disc;}.privacy-policy .box ol{padding:0 0 0 1.5rem;}.privacy-policy .box ol li{list-style:decimal;}.page-not-found{padding:15.4375rem 0;}@media only screen and (max-width:1024px){.page-not-found{padding:6.25rem 0;}}@media only screen and (max-width:768px){.page-not-found{padding:2.5rem 0 5rem;}}.page-not-found .wrap{display:grid;gap:3rem 2rem;grid-template-areas:"box img" "btn img";grid-template-columns:1fr 40%;align-items:center;}@media only screen and (max-width:768px){.page-not-found .wrap{grid-template-columns:100%;grid-template-areas:"box" "img" "btn ";}}.page-not-found .box{grid-area:box;max-width:30rem;}.page-not-found .box .badge{display:block;color:#000000;margin:0 0 0.75rem;}.page-not-found .box .h1{color:#06332b;margin:0 0 1.5rem;}.page-not-found .box .text{font-size:1.25rem;}@media only screen and (max-width:768px){.page-not-found .box .text{font-size:initial;}}.page-not-found .btn-group{grid-area:btn;justify-self:start;margin:1rem 0 0 0;display:flex;gap:16px;}@media only screen and (max-width:768px){.page-not-found .btn-group{flex-direction:column;width:100%;gap:0.5rem;}}@media only screen and (max-width:768px){.page-not-found .btn-group .btn{width:100%;}}.page-not-found .btn-group .btn-icon--white{filter:brightness(0) invert(1);}.page-not-found .img{grid-area:img;width:100%;height:auto;}@media only screen and (max-width:1024px){.page-not-found .img{width:100%;}}.article-page{padding:1.25rem 0 0;}.article-page .wrap{max-width:65rem;margin:0 auto;}.article-page .article-page-title{margin:1.5rem 0;color:#06332b;}@media only screen and (max-width:768px){.article-page .article-page-title{margin:1rem 0;}}.article-page .article-page-grid{display:grid;align-items:start;grid-template-columns:20rem auto;gap:3rem;}@media only screen and (max-width:1024px){.article-page .article-page-grid{grid-template-columns:100%;}}.article-page .article-page-grid.article-page-grid--no-aside{grid-template-columns:minmax(0,1fr);}.article-page .article-page-grid.article-page-grid--no-aside > .article-content{grid-column:1/-1;width:100%;min-width:0;margin-left:auto;margin-right:auto;justify-self:center;max-width:calc(100% - 23rem);}@media only screen and (max-width:1024px){.article-page .article-page-grid.article-page-grid--no-aside > .article-content{max-width:100%;}}.article-page .aside-links{position:sticky;top:2.5rem;padding:1rem;}@media only screen and (max-width:1024px){.article-page .aside-links{display:none;}}.article-page .aside-links .aside-links-title{color:#06332b;margin:0 0 1.5rem;}.article-page .aside-links .aside-link{position:relative;display:flex;font-size:1.125rem;color:#000000;padding:1rem 0 1rem 2rem;}.article-page .aside-links .aside-link::after{content:"";position:absolute;top:1.125rem;left:-0.25rem;width:1.25rem;height:1.25rem;background-image:url(/themes/custom/vtpc/dist/img/svg-icons/arrow-right-green.svg);background-size:1.25rem;opacity:0;transition:0.4s;}.article-page .aside-links .aside-link:hover{font-weight:700;color:#06332b;}.article-page .aside-links .aside-link:hover::after{left:0;opacity:1;}.article-page .article-content{overflow:hidden;}.article-page .article-content .article-info{display:flex;align-items:center;gap:1rem;justify-content:space-between;font-weight:600;font-size:0.875rem;padding:0 0 0;margin:0 0 0;}@media only screen and (max-width:768px){.article-page .article-content .article-info{flex-direction:column;align-items:start;}}.article-page .article-content .article-info .date time{color:#000000;}.article-page .article-content .article-info .right-col{display:flex;align-items:center;gap:1rem;}.article-page .article-content .article-info .right-col .right-col-item{display:flex;align-items:center;gap:0.5rem;}.article-page .article-content .article-info .right-col .right-col-item .icon{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:50%;background-color:#e6e8e7;}.article-page .article-content .article-info .right-col .right-col-item .icon img{width:1.25rem;height:1.25rem;}.article-page .article-content .article-info .right-col .btn-group{position:relative;}.article-page .article-content .article-info .right-col .btn-group .dropdown-menu{right:0;left:initial;border:0.0625rem solid rgba(2,9,5,0.1490196078);border-radius:0.5rem;margin:0.5rem 0 0 0;}@media only screen and (max-width:768px){.article-page .article-content .article-info .right-col .btn-group .dropdown-menu{right:initial;left:0;}}.article-page .article-content .article-info .right-col .btn-group .dropdown-menu a,.article-page .article-content .article-info .right-col .btn-group .dropdown-menu button.share-direct-link{display:flex;align-items:center;gap:0.5rem;width:100%;padding:0.375rem 1.25rem 0.375rem 0.75rem;font-weight:600;font-size:0.875rem;text-align:left;text-decoration:none;color:inherit;background:transparent;border:none;cursor:pointer;}.article-page .article-content .article-info .right-col .btn-group .dropdown-menu a img,.article-page .article-content .article-info .right-col .btn-group .dropdown-menu button.share-direct-link img{width:1.125rem;height:1.125rem;}.article-page .article-content .hero-img{position:relative;border-radius:1rem;background-color:#a7a7a7;overflow:hidden;margin:0 0 1rem;}.article-page .article-content .hero-img img{width:100%;}.article-page .article-content .audio-box{display:flex;flex-direction:column;gap:0.5rem;width:100%;margin:0 0 1.5rem;border-bottom:0.0625rem solid #e5e5ea;padding-bottom:1rem;}.article-page .article-content .audio-box .audio-row{width:100%;display:flex;align-items:center;gap:1rem;}.article-page .article-content .audio-box .audio-row .play-btn{display:flex;}.article-page .article-content .audio-box .audio-row .play-btn img{width:1.5rem;height:1.5rem;}.article-page .article-content .audio-box .audio-row .link{color:#06332b;font-weight:600;text-decoration:underline;}.article-page .article-content .audio-box .audio-row audio{flex:1;}.article-page .article-content .audio-box .audio-row .download-link{display:flex;}.article-page .article-content .audio-box .audio-row .download-link img{width:1.25rem;height:1.25rem;}.article-page .article-content .text{font-size:1.25rem;}@media only screen and (max-width:768px){.article-page .article-content .text{font-size:initial;}}.article-page .article-content .text > *{margin:0 0 1rem;}.article-page .article-content .text > *:last-child{margin-bottom:0;}.article-page .article-content .text a{color:#06332b;text-decoration:underline;text-underline-offset:0.15em;}.article-page .article-content .text a:hover,.article-page .article-content .text a:focus{text-decoration-thickness:0.125rem;}.article-page .article-content .text h1,.article-page .article-content .text h2,.article-page .article-content .text h3,.article-page .article-content .text h4,.article-page .article-content .text h5,.article-page .article-content .text h6{font-weight:400;}.article-page .article-content .text q{display:block;margin:2.25rem 0;padding:0 0 0 1.25rem;font-style:italic;border-left:0.125rem solid rgba(2,9,5,0.1490196078);}.article-page .article-content .text ul{padding:0 0 0 1.25rem;}.article-page .article-content .text ul li{list-style:disc;}.article-page .article-content .text ol{padding:0 0 0 1.25rem;}.article-page .article-content .text ol li{list-style:decimal;}.article-page .article-content .text ol ul li{list-style:disc;}.article-page .article-content .accordion{border-radius:0.75rem;margin:1.5rem 0;}.article-page .article-content .accordion .accordion-btn{width:100%;display:flex;gap:0.5rem;align-items:center;justify-content:space-between;text-align:left;padding:1.5rem;}@media only screen and (max-width:768px){.article-page .article-content .accordion .accordion-btn{padding:0.75rem;}}.article-page .article-content .accordion .accordion-btn.opened img{transform:scale(1,-1);}.article-page .article-content .accordion .accordion-btn h3{font-size:initial;color:#06332b;}.article-page .article-content .accordion .accordion-btn img{width:1.5rem;height:1.5rem;transition:0.3s;}.article-page .article-content .accordion .accordion-body{display:none;padding:0 1.5rem 1.5rem;}@media only screen and (max-width:768px){.article-page .article-content .accordion .accordion-body{padding:0 0.75rem 0.75rem;}}.article-page .article-content .swiper-box{display:flex;flex-direction:column;gap:1rem;margin:2.5rem 0;}@media only screen and (max-width:768px){.article-page .article-content .swiper-box{gap:0.5rem;}}.article-page .article-content .swiper-main{width:100%;}.article-page .article-content .swiper-main .swiper-button-prev,.article-page .article-content .swiper-main .swiper-button-next{width:3.5rem;height:3.5rem;border-radius:50%;background-color:#e6ebea;transition:0.3s;}@media only screen and (max-width:768px){.article-page .article-content .swiper-main .swiper-button-prev,.article-page .article-content .swiper-main .swiper-button-next{width:2.5rem;height:2.5rem;}}.article-page .article-content .swiper-main .swiper-button-prev:hover,.article-page .article-content .swiper-main .swiper-button-next:hover{background-color:#dae0df;}.article-page .article-content .swiper-main .swiper-button-prev svg,.article-page .article-content .swiper-main .swiper-button-next svg{width:1.5rem;height:1.5rem;color:#06332b;}@media only screen and (max-width:768px){.article-page .article-content .swiper-main .swiper-button-prev svg,.article-page .article-content .swiper-main .swiper-button-next svg{width:0.875rem;height:0.875rem;}}.article-page .article-content .swiper-main .swiper-button-prev{left:1rem;}@media only screen and (max-width:768px){.article-page .article-content .swiper-main .swiper-button-prev{left:0.3125rem;}}.article-page .article-content .swiper-main .swiper-button-next{right:1rem;}@media only screen and (max-width:768px){.article-page .article-content .swiper-main .swiper-button-next{right:0.3125rem;}}.article-page .article-content .swiper-main .img-box{display:flex;position:relative;width:100%;padding:0 0 55%;border-radius:1rem;overflow:hidden;}@media only screen and (max-width:768px){.article-page .article-content .swiper-main .img-box{border-radius:0.5rem;}}.article-page .article-content .swiper-main .img-box[data-fancybox]:hover::after{transform:scale(1.2);}.article-page .article-content .swiper-main .img-box[data-fancybox]::after{content:"";position:absolute;top:1.25rem;right:1.5rem;width:2rem;height:2rem;background-image:url(/themes/custom/vtpc/dist/img/svg-icons/expand.svg);background-size:100%;transition:0.3s;}@media only screen and (max-width:768px){.article-page .article-content .swiper-main .img-box[data-fancybox]::after{top:0.5rem;right:0.5rem;width:1.5rem;height:1.5rem;}}.article-page .article-content .swiper-nav{width:100%;}.article-page .article-content .swiper-nav .swiper-slide{border:0.0625rem solid #fff;border-radius:1rem;overflow:hidden;}@media only screen and (max-width:768px){.article-page .article-content .swiper-nav .swiper-slide{border-radius:0.5rem;}}.article-page .article-content .swiper-nav .swiper-slide.swiper-slide-thumb-active{border-color:#06332b;}.article-page .article-content .swiper-nav .img-box{position:relative;width:100%;padding:0 0 100%;}.how-to-receive{padding:1.25rem 0 0;}.how-to-receive .wrapper{max-width:65rem;margin:0 auto;display:grid;align-items:start;grid-template-columns:20rem auto;gap:3rem;}@media only screen and (max-width:1024px){.how-to-receive .wrapper{grid-template-columns:100%;}}.how-to-receive .how-to-receive-content{display:flex;flex-direction:column;gap:2rem;counter-reset:step;}@media only screen and (max-width:768px){.how-to-receive .how-to-receive-content{gap:1rem;}}.how-to-receive .how-to-receive-content .step{counter-increment:step;padding:1.5rem;}@media only screen and (max-width:768px){.how-to-receive .how-to-receive-content .step{padding:1rem;}}.how-to-receive .how-to-receive-content .step .title-box{padding:1.5rem 1rem;color:#06332b;}@media only screen and (max-width:768px){.how-to-receive .how-to-receive-content .step .title-box{padding:0;border:none;}}.how-to-receive .how-to-receive-content .step .title-box .title{position:relative;padding:0 0 0 4.5rem;}@media only screen and (max-width:768px){.how-to-receive .how-to-receive-content .step .title-box .title{padding:3rem 0 0 0;}}.how-to-receive .how-to-receive-content .step .title-box .title::before{content:counter(step);position:absolute;top:50%;left:0;transform:translate(0,-50%);display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:50%;background-color:#e6ebea;font-size:1.25rem;}@media only screen and (max-width:768px){.how-to-receive .how-to-receive-content .step .title-box .title::before{top:0;transform:none;width:2rem;height:2rem;}}.how-to-receive .how-to-receive-content .step .text{font-size:1.25rem;color:#000000;margin:2rem 0 0 0;}@media only screen and (max-width:768px){.how-to-receive .how-to-receive-content .step .text{margin:0.5rem 0 0 0;font-size:initial;}}.how-to-receive .how-to-receive-content .step .text a{color:#06332b;text-decoration:underline;}.how-to-receive .how-to-receive-content .step .text ul{padding:0 0 0 1.25rem;}.how-to-receive .how-to-receive-content .step .text ul li{list-style-type:disc;}.how-to-receive .how-to-receive-content .step .text ol{padding:0 0 0 1.25rem;}.how-to-receive .how-to-receive-content .step .text ol li{list-style-type:decimal;}.how-to-receive .how-to-receive-content .step .accordion-list{display:flex;flex-direction:column;gap:0.625rem;margin:1.5rem 0 0 0;}.how-to-receive .how-to-receive-content .step .accordion-list .title{font-size:1rem;}.how-to-receive .how-to-receive-content .step .accordion-list .text{font-size:1.125rem;margin:0;}@media only screen and (max-width:768px){.how-to-receive .how-to-receive-content .step .accordion-list .text{font-size:0.875rem;}}.how-to-receive .how-to-receive-content .step .btn{margin:1.5rem 0 0 0;}@media only screen and (max-width:768px){.how-to-receive .how-to-receive-content .step .btn{width:100%;}}.service-providers .list{display:flex;flex-direction:column;gap:1rem;}@media only screen and (max-width:768px){.service-providers .list{gap:0.5rem;}}@media only screen and (max-width:768px){.service-providers .accordion{border-radius:0.5rem;}}.service-providers .accordion-btn{width:100%;position:relative;display:flex;align-items:center;justify-content:space-between;text-align:left;padding:1.25rem 4.5rem 1.25rem 1.5rem;}@media only screen and (max-width:768px){.service-providers .accordion-btn{padding:0.75rem 2.75rem 0.75rem 1rem;}}.service-providers .accordion-btn.opened::after{transform:rotate(180deg);background-image:url(/themes/custom/vtpc/dist/img/svg-icons/minus.svg);}.service-providers .accordion-btn::after{content:"";position:absolute;top:1.625rem;right:1.5rem;width:1.5rem;height:1.5rem;background-image:url(/themes/custom/vtpc/dist/img/svg-icons/plus.svg);background-size:100%;transition:0.3s;}@media only screen and (max-width:768px){.service-providers .accordion-btn::after{top:1rem;right:1rem;}}.service-providers .accordion-body{display:none;padding:0 1.5rem 1.25rem;}@media only screen and (max-width:768px){.service-providers .accordion-body{padding:0 1rem 0.75rem;}}.service-providers .accordion-body > *:not(:last-child){margin:0 0 1rem;}.service-providers .accordion-body .text{max-width:40rem;font-size:1.125rem;}.service-providers .accordion-body .map-box{width:100%;margin-bottom:15px;border-radius:1.5rem;overflow:hidden;}@media only screen and (max-width:768px){.service-providers .accordion-body .map-box{border-radius:1rem;}}.service-providers .accordion-body .map-box iframe{width:100%;height:100%;border:none;}.hero-slider{padding:0.5rem 0 1.5625rem;}@media only screen and (max-width:768px){.hero-slider{padding:0 0 1.5625rem;margin:-1rem 0 0 0;}}.hero-slider .swiper-slide{opacity:0;visibility:hidden;transition:opacity 0.3s ease;}.hero-slider .swiper-slide-active{opacity:1;visibility:visible;z-index:2;}.hero-slider .wrap{display:grid;grid-template-columns:repeat(2,1fr);align-items:center;gap:40px 44px;padding:0 96px 0 52px;}@media only screen and (max-width:768px){.hero-slider .wrap{grid-template-columns:repeat(1,1fr);padding:0 16px;}}.hero-slider .swiper-box{min-width:0;padding:0 40px 0 0;overflow:visible;position:relative;}@media only screen and (max-width:768px){.hero-slider .swiper-box{margin:0 -8px 0 0;padding:0 8px 0 0;}}.hero-slider .slider-loading-placeholder{position:absolute;top:0;left:0;width:calc(100% - 40px);aspect-ratio:520/614;z-index:10;display:flex;align-items:center;justify-content:center;background-color:#c2c6d2;border-radius:24px;transition:opacity 0.4s ease;}@media only screen and (max-width:768px){.hero-slider .slider-loading-placeholder{width:calc(100% - 8px);}}.hero-slider .slider-loading-placeholder .slider-loading-spinner{width:3.5rem;height:3.5rem;border:0.3125rem solid rgba(6,51,43,0.2);border-top-color:rgba(6,51,43,0.85);border-radius:50%;animation:vtpcSpinner 0.9s linear infinite;}.hero-slider.slider-loaded .slider-loading-placeholder{opacity:0;pointer-events:none;}.hero-slider .swiper{border-radius:24px;overflow:visible;}.hero-slider .swiper::after{content:"";position:absolute;inset:auto 0 0 0;height:112px;background:linear-gradient(180deg,rgba(230,235,234,0) 13.94%,rgba(230,235,234,0.13432) 42.79%,rgba(230,235,234,0.8) 100%);border-radius:0 0 24px 24px;z-index:2;}.hero-slider .swiper .swiper-slide{position:relative;overflow:visible;}.hero-slider .swiper .swiper-slide .icon{position:absolute;transform:translateX(50%);top:30px;right:0;z-index:2;width:138px;height:138px;}@media only screen and (max-width:1312px){.hero-slider .swiper .swiper-slide .icon{width:90px;height:90px;}}@media only screen and (max-width:1024px){.hero-slider .swiper .swiper-slide .icon{top:35px;right:0;transform:translateX(30%);width:78px;height:78px;}}@media only screen and (max-width:768px){.hero-slider .swiper .swiper-slide .icon{right:0;transform:translateX(20%);}}.hero-slider .swiper .swiper-slide .img-box{position:relative;padding:0 0 118%;border-radius:24px;overflow:hidden;}.hero-slider .swiper .hero-slider-pause{position:absolute;z-index:3;right:16px;bottom:16px;min-width:44px;min-height:44px;}.hero-slider .swiper .swiper-pagination{top:initial;left:50%;bottom:16px;transform:translate(-50%,0);width:300px;max-width:calc(100% - 32px);display:flex;justify-content:center;}.hero-slider .swiper .swiper-pagination .swiper-pagination-bullet{width:10px;height:10px;background-color:#fff;opacity:1;border:none;}.hero-slider .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{position:relative;flex:1;border-radius:20px;overflow:hidden;}.hero-slider .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after{content:"";position:absolute;inset:-1px auto -1px -1px;width:var(--progress);background:linear-gradient(92.49deg,#06332b 0.29%,#0c6d5c 100%);border-radius:20px;transition:0.1s;}.hero-slider .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-prev{background:linear-gradient(92.49deg,#06332b 0.29%,#0c6d5c 100%);}@media only screen and (max-width:768px){.hero-slider .content{text-align:center;}}.hero-slider .content .hint{font-weight:700;font-size:39px;line-height:1.12;color:#000000;text-transform:uppercase;}@media only screen and (max-width:1312px){.hero-slider .content .hint{font-size:24px;}}@media only screen and (max-width:768px){.hero-slider .content .hint{font-size:20px;}}.hero-slider .content .h1{font-size:96px;text-transform:uppercase;}@media only screen and (max-width:1312px){.hero-slider .content .h1{font-size:56px;}}@media only screen and (max-width:768px){.hero-slider .content .h1{font-size:70px;}}.hero-slider .content .text{font-size:18px;color:#06332b;margin:8px 0 0 0;}@media only screen and (max-width:1312px){.hero-slider .content .text{font-size:initial;}}.hero-slider .content .btn-group{margin:1rem 0 0 0;display:flex;gap:30px;}@media only screen and (max-width:768px){.hero-slider .content .btn-group{flex-direction:column;width:100%;gap:0.5rem;}}@media only screen and (max-width:768px){.hero-slider .content .btn-group .btn{width:100%;}}.hero-slider .content .btn-group .btn-icon--white{filter:brightness(0) invert(1);}.quick-actions{padding:1.5625rem 0 0 0;}@media only screen and (max-width:768px){.quick-actions{padding:0;}}.quick-actions .title{display:none;color:#000000;text-align:center;margin:0 0 0.625rem;}@media only screen and (max-width:768px){.quick-actions .title{display:block;}}.quick-actions .swiper{position:relative;max-width:70.75rem;padding:1rem 1.25rem;margin:0 auto;}@media only screen and (max-width:1024px){.quick-actions .swiper{padding:0;border:none;background-color:transparent;border-radius:0;}}@media only screen and (max-width:768px){.quick-actions .swiper{padding:0 1rem;margin:0 -1rem;}}.quick-actions .swiper-wrapper{justify-content:space-around;}@media only screen and (max-width:1024px){.quick-actions .swiper-wrapper{justify-content:initial;}}.quick-actions .swiper-slide{width:auto;height:auto;}@media only screen and (max-width:1024px){.quick-actions .swiper-slide{flex:initial;}}.quick-actions .swiper-button-prev,.quick-actions .swiper-button-next{top:0;height:100%;margin:0;width:2.5rem;}.quick-actions .swiper-button-prev.swiper-button-disabled,.quick-actions .swiper-button-next.swiper-button-disabled{display:none;}.quick-actions .swiper-button-prev svg,.quick-actions .swiper-button-next svg{display:none;}.quick-actions .swiper-button-prev{left:0;background:url(/themes/custom/vtpc/dist/img/svg-icons/chevron-left-green.svg),linear-gradient(270deg,rgba(255,255,255,0) 0%,#ffffff 40.61%);background-size:1.5rem,100%;background-position:center;background-repeat:no-repeat;}.quick-actions .swiper-button-next{right:0;background:url(/themes/custom/vtpc/dist/img/svg-icons/chevron-right-green.svg),linear-gradient(90deg,rgba(255,255,255,0) 0%,#ffffff 40.61%);background-size:1.5rem,100%;background-position:center;background-repeat:no-repeat;}.quick-actions .btn{position:relative;display:inline-flex;align-items:center;gap:0.75rem;width:100%;height:100%;padding:0.75rem 1rem;font-size:1.125rem;white-space:nowrap;overflow:hidden;}@media only screen and (max-width:1312px){.quick-actions .btn{font-size:initial;}}@media only screen and (max-width:1024px){.quick-actions .btn{background-color:#f6f6f6;font-size:0.875rem;padding:0.625rem 1.5rem;}}.quick-actions .btn.highlighted{color:#ff3b30;}.quick-actions .btn:hover{color:#fff;}.quick-actions .btn:hover::after{opacity:1;}@media only screen and (max-width:1024px){.quick-actions .btn:hover{background:#f6f6f6;color:#06332b;}}.quick-actions .btn:hover img{filter:invert(1) brightness(100);}@media only screen and (max-width:1024px){.quick-actions .btn:hover img{filter:none;}}.quick-actions .btn::after{content:"";position:absolute;inset:0;background:linear-gradient(92.49deg,#06332b 0.29%,#0c6d5c 100%);opacity:0;transition:0.3s;z-index:-1;}.assistive-devices{padding:4rem 0;}@media only screen and (max-width:768px){.assistive-devices{padding:2rem 0;}}.assistive-devices .section-header{max-width:48rem;margin:0 auto 2.5rem;text-align:center;}@media only screen and (max-width:768px){.assistive-devices .section-header{gap:1rem;margin:0 0 1.5rem;}}.assistive-devices .section-header .title{margin:0 auto;}.assistive-devices .section-header .text{font-size:1.25rem;color:#000000;}@media only screen and (max-width:768px){.assistive-devices .section-header .text{font-size:initial;}}.assistive-devices .list{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;}@media only screen and (max-width:768px){.assistive-devices .list{gap:0.5rem;}}.assistive-devices .list li{position:relative;z-index:1;}.assistive-devices .list li .card{background-color:#fafcf2;}.assistive-devices .list li:nth-of-type(2n) .card{background-color:#fff;}.assistive-devices .list li:nth-of-type(3n) .card{background-color:#dfe8f4;}.assistive-devices .list li:nth-of-type(4n) .card{background-color:#f4fae4;}.assistive-devices .list li:nth-of-type(5n) .card{background-color:#e6ebea;}@media only screen and (max-width:1024px){.assistive-devices .list li:nth-last-child(2){grid-column:1/-1;}}@media only screen and (max-width:1024px){.assistive-devices .list li:last-of-type{display:none;}}.assistive-devices .card{height:100%;display:flex;}.assistive-devices .card:hover{box-shadow:0rem 0.25rem 2rem 0rem rgba(0,0,0,0.1215686275);}.assistive-devices .card:hover::after{transform:rotate(2deg);}.assistive-devices .card::after{content:"";position:absolute;inset:0;background:linear-gradient(140.09deg,rgba(230,235,234,0.84) 7.94%,rgba(237,237,237,0.84) 98.19%);border-radius:1rem;transition:0.3s;z-index:-10;}.assistive-devices .card.static{background-color:#fff !important;background-image:url(/themes/custom/vtpc/dist/img/svg-icons/assistive-devices-bg.svg);background-repeat:no-repeat;background-position:100% 50%;background-size:auto 100%;}@media only screen and (max-width:1312px){.assistive-devices .card.static{background-position:100% 50%;background-size:65% auto;}}@media only screen and (max-width:1024px){.assistive-devices .card.static{display:none;}}.assistive-devices .card .content{flex:1;display:flex;gap:1rem;flex-direction:column;padding:2rem;}@media only screen and (max-width:768px){.assistive-devices .card .content{gap:0.5rem;padding:0.75rem;}}@media only screen and (max-width:768px){.assistive-devices .card .h4{font-size:1rem;}}.assistive-devices .card .content-text{color:#06332b;}@media only screen and (max-width:768px){.assistive-devices .card .content-text{font-size:0.875rem;margin:0 0 0.5rem;}}.assistive-devices .card .learn-more{display:flex;align-items:center;gap:0.375rem;color:#06332b;margin:auto 0 0 0;}.assistive-devices .card .img-box{width:43%;padding:0 0 42%;position:relative;border-radius:0 1rem 1rem 0;overflow:hidden;}@media only screen and (max-width:1024px){.assistive-devices .card .img-box{display:none;}}.house-3d{padding:4rem 0;}@media only screen and (max-width:768px){.house-3d{padding:2rem 0;}}.house-3d .box{display:flex;gap:2rem;}@media only screen and (max-width:1024px){.house-3d .box{flex-direction:column;gap:1rem;}}.house-3d .btn-group{width:20.625rem;position:relative;}@media only screen and (max-width:1024px){.house-3d .btn-group{width:100%;}}.house-3d .btn-group.open .dropdown-toggle .arrow-icon{transform:scale(-1,-1);}.house-3d .btn-group.open .dropdown-menu{display:flex;}.house-3d .btn-group .dropdown-toggle{display:none;border:0.0625rem solid rgba(2,9,5,0.1490196078);background-color:#fff;}@media only screen and (max-width:1024px){.house-3d .btn-group .dropdown-toggle{display:flex;}}@media only screen and (max-width:768px){.house-3d .btn-group .dropdown-toggle{padding:0.625rem 0.875rem;}}.house-3d .btn-group .dropdown-menu{width:100%;position:relative;top:0;background-color:transparent;border:none;display:flex;flex-direction:column;gap:1rem;box-shadow:none;padding:0;}@media only screen and (max-width:1024px){.house-3d .btn-group .dropdown-menu{display:none;position:absolute;gap:0.25rem;top:100%;background-color:#fff;border:0.0625rem solid rgba(2,9,5,0.1490196078);border-radius:0.5rem;z-index:991;padding:0.625rem;border-radius:0.25rem;}}@media only screen and (max-width:768px){.house-3d .btn-group .dropdown-menu .scene-nav-item{padding:0 0.125rem;border-radius:0.25rem;}}.house-3d .btn-group .dropdown-menu .arrow-icon{width:1.25rem;height:1.25rem;}@media only screen and (max-width:1024px){.house-3d .btn-group .dropdown-menu .arrow-icon{display:none;}}.house-3d .scene-nav-item{width:100%;display:flex;gap:1rem;align-items:center;border:0.0625rem solid #f6f6f6;background-color:#fff;border-radius:0.5rem;font-family:"Lato";font-weight:600;overflow:hidden;padding:0.0625rem 1rem 0.0625rem 0.0625rem;box-shadow:0rem 1rem 1rem -0.5rem rgba(12,12,13,0.1);transition:0.3s;}@media only screen and (max-width:768px){.house-3d .scene-nav-item{border:none;gap:0.5rem;box-shadow:none;}}.house-3d .scene-nav-item.active{background-color:#06332b;color:#fff;}@media only screen and (max-width:768px){.house-3d .scene-nav-item.active{background-color:#f6f6f6;color:#06332b;}}.house-3d .scene-nav-item.active .arrow-icon{filter:invert(1) brightness(100);}.house-3d .scene-nav-item .tab-icon{width:3.25rem;height:3.25rem;background-color:#fff;display:flex;align-items:center;justify-content:center;border-radius:0.375rem 0 0 0.375rem;}@media only screen and (max-width:768px){.house-3d .scene-nav-item .tab-icon{width:2rem;height:2rem;background-color:transparent;}}.house-3d .scene-nav-item .tab-icon img{width:2rem;height:2rem;}.house-3d .scene-nav-item .tab-title{flex:1;font-size:1rem;text-align:initial;}.house-3d .scene-nav-item .arrow-icon{width:1.25rem;height:1.25rem;}.house-3d .pano-3d{flex:1;position:relative;min-height:33rem;border-radius:1rem;overflow:hidden;}@media only screen and (max-width:768px){.house-3d .pano-3d{min-height:13.125rem;border-radius:0.5rem;}}.house-3d .pano-3d .pano-badge{position:absolute;top:0.5rem;left:0.5rem;background-color:#06332b;color:#fff;font-size:0.75rem;border-radius:6.1875rem;padding:0.25rem 0.5rem;z-index:1;}.quality-aids{padding:4rem 0;}@media only screen and (max-width:768px){.quality-aids{padding:2rem 0;}}.quality-aids .section-header .stats-numbers{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin:2rem 0 0 0;}@media only screen and (max-width:768px){.quality-aids .section-header .stats-numbers{gap:1rem;margin:1rem 0 0 0;}}.quality-aids .section-header .stats-numbers li{display:flex;flex-direction:column;gap:0.5rem;font-size:1.25rem;}@media only screen and (max-width:768px){.quality-aids .section-header .stats-numbers li{font-size:0.875rem;}}.quality-aids .img-box{display:flex;position:relative;width:100%;padding:0 0 58%;border-radius:1.5rem;overflow:hidden;}.quality-aids .img-box .btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10.625rem;height:8.125rem;background:rgba(0,0,0,0.2);border-radius:1rem;}.quality-aids .img-box .btn img{width:4.125rem;height:4.125rem;}.contact-us-modal .modal-dialog{display:flex;min-height:100vh;margin:auto;}.contact-us-modal .modal-content{max-width:34.8125rem;border:0.0625rem solid rgba(2,9,5,0.1490196078);box-shadow:0rem 0.25rem 2rem 0rem rgba(0,0,0,0.0588235294);margin:auto;padding:1rem 1.5rem 1.5rem;}.contact-us-modal .modal-header{display:flex;align-items:center;justify-content:space-between;padding:0 0 1.5rem;border:none;}.contact-us-modal .modal-header::before,.contact-us-modal .modal-header::after{content:none;}.contact-us-modal .modal-header .close{display:flex;padding:0.5rem;margin:-0.5rem;}.contact-us-modal .modal-body{text-align:center;color:#06332b;padding:0;}.contact-us-modal .modal-body > *{margin-bottom:1rem;}.contact-us-modal .modal-body .phone{display:inline-flex;gap:0.25rem;}.contact-us-modal .modal-body .phone > *{font-weight:700;font-size:1.25rem;display:flex;align-items:center;justify-content:center;width:2rem;height:3rem;background-color:#e6ebea;border-radius:0.625rem;}.contact-us-modal .modal-footer{border-top:0.0625rem solid #d9d9d9;padding:1rem 0 0;}.alert-modal{position:absolute;top:7.75rem;left:50%;transform:translate(-50%,0);transition:0.6s;opacity:0;visibility:hidden;z-index:10;}@media only screen and (max-width:768px){.alert-modal{position:fixed;top:initial;bottom:-2.5rem;width:100%;}}.alert-modal.visible{top:9rem;opacity:1;visibility:visible;}@media only screen and (max-width:768px){.alert-modal.visible{top:initial;bottom:1rem;}}.alert-modal .box{position:relative;display:flex;align-items:center;gap:1.5rem;background-color:#fffbeb;padding:1rem 4rem;border-radius:1rem;}@media only screen and (max-width:768px){.alert-modal .box{gap:1rem;flex-direction:column;align-items:start;padding:1rem;}}.alert-modal .icon{width:3rem;height:3rem;}.alert-modal .text{flex:1;}.alert-modal .close-alert-modal{width:1.5rem;height:1.5rem;}@media only screen and (max-width:768px){.alert-modal .close-alert-modal{position:absolute;top:1rem;right:1rem;}}.product-page{padding:1.5rem 0 2rem;max-width:65rem;margin:0 auto;}@media only screen and (max-width:768px){.product-page{padding:0 0 2rem;}}.product-page .wrap{max-width:100%;}.product-page .breadcrumbs{margin:0 0 2.5rem;}@media only screen and (max-width:768px){.product-page .breadcrumbs{margin:0 0 1rem;}}.product-page .box{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-template-areas:"product-gallery product-info" "product-gallery product-title" "product-gallery product-content";align-items:start;gap:1rem 3rem;}@media only screen and (max-width:1024px){.product-page .box{grid-template-columns:repeat(1,1fr);grid-template-areas:"product-title" "product-gallery" "product-info" "product-content";}}.product-page .product-gallery{grid-area:product-gallery;position:sticky;top:1rem;width:100%;display:flex;align-items:flex-start;flex-wrap:wrap;gap:0.625rem 1rem;min-width:0;}@media only screen and (max-width:1024px){.product-page .product-gallery{position:initial;}}@media only screen and (max-width:768px){.product-page .product-gallery{flex-direction:column-reverse;margin:0 0 1rem;}}.product-page .product-gallery .product-gallery-nav{width:5rem;display:flex;flex-direction:column;gap:0.5rem;}@media only screen and (max-width:768px){.product-page .product-gallery .product-gallery-nav{width:100%;display:grid;grid-template-columns:repeat(5,1fr);}}.product-page .product-gallery .product-gallery-nav.show-hidden-qnt li:not(.hidden-qnt):nth-child(-n+5){display:none;}.product-page .product-gallery .product-gallery-nav.show-hidden-qnt li:not(.hidden-qnt):nth-child(-n+4){display:block;}.product-page .product-gallery .product-gallery-nav li:not(.hidden-qnt){display:none;}@media only screen and (max-width:768px){.product-page .product-gallery .product-gallery-nav li:not(.hidden-qnt){display:block;}}.product-page .product-gallery .product-gallery-nav li:not(.hidden-qnt):nth-child(-n+5){display:block;}.product-page .product-gallery .product-gallery-nav .hidden-qnt{display:none;height:5.625rem;background:rgba(0,0,0,0.8);color:#fff;align-items:center;justify-content:center;border-radius:0.5rem;font-weight:700;font-size:1.5rem;}@media only screen and (max-width:768px){.product-page .product-gallery .product-gallery-nav .hidden-qnt{display:none;}}.product-page .product-gallery .product-gallery-nav .hidden-qnt.visible{display:flex;}@media only screen and (max-width:768px){.product-page .product-gallery .product-gallery-nav .hidden-qnt.visible{display:none;}}.product-page .product-gallery .product-gallery-nav .img-box{position:relative;display:flex;width:100%;padding:0 0 110%;overflow:hidden;}@media only screen and (max-width:768px){.product-page .product-gallery .product-gallery-nav .img-box{padding:0 0 100%;border-radius:0.5rem;}}.product-page .product-gallery .product-gallery-nav .img-box.video::after{content:"";position:absolute;inset:0;background-color:rgba(0,0,0,0.3882352941);background-image:url(/themes/custom/vtpc/dist/img/svg-icons/play.svg);background-repeat:no-repeat;background-position:center;background-size:2rem;}.product-page .product-gallery .product-gallery-nav .img-box.sirv::after{content:"";position:absolute;inset:0;background-color:rgba(0,0,0,0.3882352941);background-image:url(/themes/custom/vtpc/dist/img/svg-icons/refresh.svg);background-repeat:no-repeat;background-position:center;background-size:2rem;}.product-page .product-gallery .swiper-box{position:relative;width:calc(100% - 6rem);display:flex;}@media only screen and (max-width:768px){.product-page .product-gallery .swiper-box{width:100%;}}.product-page .product-gallery .product-gallery-loading{position:absolute;top:0;left:0;width:100%;aspect-ratio:4/5;z-index:20;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background-color:#fff;border-radius:1rem;transition:opacity 0.4s ease;}@media only screen and (max-width:768px){.product-page .product-gallery .product-gallery-loading{aspect-ratio:25/22;}}.product-page .product-gallery .product-gallery-loading .product-gallery-loading-spinner{width:3.5rem;height:3.5rem;border:0.3125rem solid rgba(6,51,43,0.2);border-top-color:rgba(6,51,43,0.85);border-radius:50%;animation:vtpcSpinner 0.9s linear infinite;}.product-page .product-gallery .product-gallery-loading .product-gallery-loading-text{margin:0;font-family:"Lato";font-weight:600;font-size:1.125rem;color:#06332b;}.product-page .product-gallery.gallery-loaded .product-gallery-loading{opacity:0;pointer-events:none;}.product-page .product-gallery .swiper .swiper-button-prev,.product-page .product-gallery .swiper .swiper-button-next{width:2.5rem;height:2.5rem;border-radius:50%;background-color:#f6f6f6;background-repeat:no-repeat;background-position:center;background-size:2rem;}.product-page .product-gallery .swiper .swiper-button-prev svg,.product-page .product-gallery .swiper .swiper-button-next svg{display:none;}.product-page .product-gallery .swiper .swiper-button-prev{left:1rem;background-image:url(/themes/custom/vtpc/dist/img/svg-icons/chevron-left-green.svg);}@media only screen and (max-width:768px){.product-page .product-gallery .swiper .swiper-button-prev{left:0.75rem;}}.product-page .product-gallery .swiper .swiper-button-next{right:1rem;background-image:url(/themes/custom/vtpc/dist/img/svg-icons/chevron-right-green.svg);}@media only screen and (max-width:768px){.product-page .product-gallery .swiper .swiper-button-next{right:0.75rem;}}.product-page .product-gallery .swiper .expand-icon{position:absolute;top:0.875rem;left:1.125rem;z-index:2;pointer-events:none;}@media only screen and (max-width:768px){.product-page .product-gallery .swiper .expand-icon{left:0.75rem;}}.product-page .product-gallery .swiper .expand-icon img{width:2rem;height:2rem;}@media only screen and (max-width:768px){.product-page .product-gallery .swiper .expand-icon img{width:1.5rem;height:1.5rem;}}.product-page .product-gallery .swiper .img-box{display:flex;position:relative;padding:0 0 125%;overflow:hidden;}@media only screen and (max-width:768px){.product-page .product-gallery .swiper .img-box{padding:0 0 88%;}}.product-page .product-gallery .swiper iframe{width:100%;height:100%;}.product-page .product-gallery .hint{width:100%;padding:0 0 0 6rem;color:#06332b;}@media only screen and (max-width:1024px){.product-page .product-gallery .hint{display:none;}}.product-page .product-info{grid-area:product-info;display:flex;flex-wrap:wrap;align-items:center;gap:1rem;justify-content:space-between;font-weight:600;font-size:0.875rem;padding:0 0 1rem;border-bottom:0.0625rem solid #e5e5ea;}@media only screen and (max-width:768px){.product-page .product-info{flex-direction:column;align-items:start;}}.product-page .product-info .date time{color:#000000;}.product-page .product-info .right-col{display:flex;align-items:center;gap:0.5rem;}.product-page .product-info .right-col a{color:#06332b;text-decoration:underline;}.product-page .product-info .audio-box{width:100%;width:100%;display:flex;align-items:center;gap:1rem;}.product-page .product-info .audio-box .play-btn{display:flex;}.product-page .product-info .audio-box .play-btn img{width:1.5rem;height:1.5rem;}.product-page .product-info .audio-box .link{color:#06332b;font-weight:600;text-decoration:underline;}.product-page .product-info .audio-box audio{flex:1;}.product-page .product-info .audio-box .download-link{display:flex;}.product-page .product-info .audio-box .download-link img{width:1.25rem;height:1.25rem;}.product-page .product-title{grid-area:product-title;color:#06332b;margin:0 0 0.5rem;}.product-page .product-content{grid-area:product-content;display:flex;flex-direction:column;gap:1.5rem;color:#06332b;}.product-page .additional-info .h4{margin:0 0 0.5rem;}.product-page .additional-info ul li{display:flex;align-items:center;gap:1rem;justify-content:space-between;padding:0.5rem 0;border-bottom:0.0625rem solid #dddddd;color:#000000;}.product-page .additional-info ul li .value{color:#000101;}.product-accordions{max-width:52.625rem;margin:0 auto;padding:2rem 0;}.product-accordions .wrap{max-width:100%;}.product-accordions .product-accordions-nav{display:block;margin:0 0 1rem;}.product-accordions .product-accordions-nav ul{display:flex;gap:0.5rem;overflow:auto;}@media only screen and (max-width:768px){.product-accordions .product-accordions-nav ul{padding:0 1rem;margin:0 -1rem;}}.product-accordions .product-accordions-nav .btn{white-space:nowrap;text-decoration:none;}.product-accordions .accordion-list{display:flex;flex-direction:column;gap:1rem;}.product-accordions .accordion-list .accordion .accordion-btn{width:100%;display:flex;align-items:center;gap:1rem;text-align:left;padding:1rem 1.5rem;}.product-accordions .accordion-list .accordion .accordion-btn.opened img{transform:scale(1,-1);}.product-accordions .accordion-list .accordion .accordion-btn .h5{flex:1;}.product-accordions .accordion-list .accordion .accordion-btn img{width:1.5rem;height:1.5rem;}.product-accordions .accordion-list .accordion .accordion-body{display:none;padding:0 1.5rem 1.5rem;}.product-accordions .accordion-list .accordion .accordion-body .text{max-width:40rem;color:#06332b;font-size:1.125rem;}.catalog{margin:0 0 64px;}.catalog #view-products-page-results{position:relative;}.catalog #view-products-page-results.is-loading::before{content:"";position:absolute;inset:0;background:rgba(255,255,255,0.6);z-index:5;pointer-events:auto;}.catalog .wrap{display:grid;align-items:start;grid-template-areas:"filters list" "docs list";grid-template-columns:316px auto;grid-template-rows:auto 1fr;gap:24px 40px;}@media only screen and (max-width:1024px){.catalog .wrap{display:flex;flex-direction:column;gap:40px;}}.catalog .catalog-filters-btn-box{display:none;width:100%;}@media only screen and (max-width:1024px){.catalog .catalog-filters-btn-box{display:flex;}}@media only screen and (max-width:768px){.catalog .catalog-filters-btn-box{position:fixed;right:0;bottom:0;left:0;padding:16px;background-color:#fff;box-shadow:0px -4px 14.8px 0px rgba(0,0,0,0.0509803922);z-index:2;}}.catalog .catalog-filters-btn-box .btn{width:100%;}.catalog .catalog-filters-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.4);z-index:11;opacity:0;visibility:hidden;transition:0.4s;}.catalog .catalog-filters-overlay.active{opacity:1;visibility:visible;}.catalog .catalog-filters{grid-area:filters;display:flex;flex-direction:column;padding:16px;}@media only screen and (max-width:1024px){.catalog .catalog-filters{position:fixed;right:0;bottom:-100%;left:0;max-height:100dvh;background-color:#fff;border-radius:16px 16px 0 0;border:none;padding:52px 16px 16px;z-index:11;overflow:auto;opacity:0;visibility:hidden;transition:0.4s;}.catalog .catalog-filters.active{bottom:0;opacity:1;visibility:visible;}.catalog .catalog-filters::after{content:"";position:absolute;top:12px;left:50%;transform:translate(-50%,0);width:80px;height:8px;background-color:#d9d9d9;border-radius:999px;}}.catalog .catalog-filters .mobile-first-screen{display:none;flex-direction:column;}@media only screen and (max-width:1024px){.catalog .catalog-filters .mobile-first-screen{display:flex;}}.catalog .catalog-filters .mobile-first-screen .mobile-title{font-family:"Calibri";font-weight:700;font-size:18px;color:#06332b;text-align:center;margin:0 0 24px;}.catalog .catalog-filters .mobile-first-screen .mobile-box-btn{width:100%;display:flex;align-items:center;justify-content:space-between;font-weight:700;font-size:18px;padding:12px 0;border-bottom:1px solid #f6f6f6;}.catalog .catalog-filters .filter-box{padding:16px 0;border-bottom:1px solid rgba(2,9,5,0.1490196078);}@media only screen and (max-width:1024px){.catalog .catalog-filters .filter-box{display:none;border-bottom:none;}.catalog .catalog-filters .filter-box.active{display:block;}}@media only screen and (max-width:768px){.catalog .catalog-filters .filter-box{padding:12px 0;}}.catalog .catalog-filters .filter-box .filter-box-header{display:flex;gap:8px;align-items:center;justify-content:space-between;margin:0 0 16px;}@media only screen and (max-width:768px){.catalog .catalog-filters .filter-box .filter-box-header{margin:0 0 32px;}}.catalog .catalog-filters .filter-box .filter-box-header .filter-back-btn{display:none;}@media only screen and (max-width:1024px){.catalog .catalog-filters .filter-box .filter-box-header .filter-back-btn{display:flex;}}.catalog .catalog-filters .filter-box .filter-box-header .filter-back-btn img{width:24px;height:24px;}.catalog .catalog-filters .filter-box .filter-box-header .header-title{color:#06332b;}@media only screen and (max-width:768px){.catalog .catalog-filters .filter-box .filter-box-header .header-title{font-family:"Calibri";}}.catalog .catalog-filters .filter-box .filter-box-header .reset-btn{color:#000000;visibility:hidden;opacity:0;}.catalog .catalog-filters .filter-box .filter-box-header .reset-btn.active{visibility:visible;opacity:100;}.catalog .catalog-filters .filter-box .filter-list{display:flex;flex-direction:column;gap:8px;}.catalog .catalog-filters .filter-box{}.catalog .catalog-filters .filter-box .filter-cat-list{display:flex;flex-direction:column;gap:8px;}@media only screen and (max-width:1024px){.catalog .catalog-filters .filter-box .filter-cat-list{gap:8px;}}.catalog .catalog-filters .filter-box{}.catalog .catalog-filters .filter-box .filter-cat-list .accordion,.catalog .catalog-filters .filter-box .accordion{border:none;margin:0;}.catalog .catalog-filters .filter-box .filter-cat-list .accordion:last-of-type .ch-list,.catalog .catalog-filters .filter-box .accordion:last-of-type .ch-list{margin:0;border:none;}.catalog .catalog-filters .filter-box .filter-cat-list .accordion .accordion-btn,.catalog .catalog-filters .filter-box .accordion .accordion-btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;color:#06332b;padding:12px 16px;border-radius:8px;text-align:left;transition:0.3s;}@media only screen and (max-width:1024px){.catalog .catalog-filters .filter-box .filter-cat-list .accordion .accordion-btn,.catalog .catalog-filters .filter-box .accordion .accordion-btn{padding:8px 0;font-weight:700;font-size:18px;}}.catalog .catalog-filters .filter-box .filter-cat-list .accordion .accordion-btn.opened,.catalog .catalog-filters .filter-box .accordion .accordion-btn.opened{color:#fff;background:linear-gradient(92.49deg,#06332b 0.29%,#0c6d5c 100%);}@media only screen and (max-width:1024px){.catalog .catalog-filters .filter-box .filter-cat-list .accordion .accordion-btn.opened,.catalog .catalog-filters .filter-box .accordion .accordion-btn.opened{background:transparent;color:#06332b;}}.catalog .catalog-filters .filter-box .filter-cat-list .accordion .accordion-btn.opened img,.catalog .catalog-filters .filter-box .accordion .accordion-btn.opened img{transform:scale(1,-1);}.catalog .catalog-filters .filter-box .filter-cat-list .accordion .accordion-btn p,.catalog .catalog-filters .filter-box .accordion .accordion-btn p{flex:1;}.catalog .catalog-filters .filter-box .filter-cat-list .accordion .accordion-btn img,.catalog .catalog-filters .filter-box .accordion .accordion-btn img{display:none;}@media only screen and (max-width:1024px){.catalog .catalog-filters .filter-box .filter-cat-list .accordion .accordion-btn img,.catalog .catalog-filters .filter-box .accordion .accordion-btn img{display:flex;}}.catalog .catalog-filters .filter-box .filter-cat-list .accordion .accordion-body,.catalog .catalog-filters .filter-box .accordion .accordion-body{display:block !important;max-height:0;overflow:hidden;padding:0;transition:max-height 0.7s ease-in-out;}.catalog .catalog-filters .filter-box .filter-cat-list .accordion,.catalog .catalog-filters .filter-box .accordion{}.catalog .catalog-filters .filter-box .filter-cat-list .accordion.open .accordion-body,.catalog .catalog-filters .filter-box .filter-cat-list .accordion .accordion-btn.opened + .accordion-body,.catalog .catalog-filters .filter-box .accordion.open .accordion-body,.catalog .catalog-filters .filter-box .accordion .accordion-btn.opened + .accordion-body{max-height:500px;}.catalog .catalog-filters .filter-box .filter-cat-list .accordion,.catalog .catalog-filters .filter-box .accordion{}.catalog .catalog-filters .filter-box .filter-cat-list .accordion.accordion-closing .ch-row label,.catalog .catalog-filters .filter-box .accordion.accordion-closing .ch-row label{background-color:#e6ebea;}.catalog .catalog-filters .filter-box .filter-cat-list .accordion.accordion-closing .ch-row label .icon,.catalog .catalog-filters .filter-box .accordion.accordion-closing .ch-row label .icon{background-color:#06332b;border-color:#06332b;}.catalog .catalog-filters .filter-box .filter-cat-list .accordion.accordion-closing .ch-row label .icon::after,.catalog .catalog-filters .filter-box .accordion.accordion-closing .ch-row label .icon::after{opacity:1;}.catalog .catalog-filters .filter-box .ch-list{display:flex;flex-direction:column;gap:4px;padding:8px 0 8px 16px;margin:0 0 16px;border-bottom:1px solid #dddddd;}@media only screen and (max-width:1024px){.catalog .catalog-filters .filter-box .ch-list{padding:8px 0;margin:0;border:none;}}.catalog .catalog-filters .filter-box .ch-row{position:relative;}.catalog .catalog-filters .filter-box .ch-row input{position:absolute;visibility:hidden;}.catalog .catalog-filters .filter-box .ch-row input:checked + label{background-color:#e6ebea;}.catalog .catalog-filters .filter-box .ch-row input:checked + label .icon{background-color:#06332b;border-color:#06332b;}.catalog .catalog-filters .filter-box .ch-row input:checked + label .icon::after{opacity:1;}.catalog .catalog-filters .filter-box .ch-row label{display:flex;align-items:center;justify-content:space-between;gap:16px;border-radius:8px;padding:8px 12px;color:#06332b;transition:0.3s;}.catalog .catalog-filters .filter-box .ch-row label span{flex:1;}.catalog .catalog-filters .filter-box .ch-row label .icon{position:relative;width:16px;height:16px;border-radius:4px;border:1px solid #d5d7da;transition:0.3s;}.catalog .catalog-filters .filter-box .ch-row label .icon::after{content:"";position:absolute;inset:0;background-image:url(/themes/custom/vtpc/dist/img/svg-icons/check-white.svg);background-repeat:no-repeat;background-position:center;background-size:100%;}.catalog .catalog-filters .filter-box .radio-row{position:relative;}.catalog .catalog-filters .filter-box .radio-row input{position:absolute;visibility:hidden;}.catalog .catalog-filters .filter-box .radio-row input:checked + label{background-color:#e6ebea;}.catalog .catalog-filters .filter-box .radio-row input:checked + label .icon{background-color:#06332b;border-color:#06332b;}.catalog .catalog-filters .filter-box .radio-row input:checked + label .icon::after{opacity:1;}.catalog .catalog-filters .filter-box .radio-row label{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;border-radius:8px;padding:12px 8px 12px 16px;font-weight:700;font-size:14px;transition:0.3s;}.catalog .catalog-filters .filter-box .radio-row label span{flex:1;}.catalog .catalog-filters .filter-box .radio-row label .icon{position:relative;width:16px;height:16px;border-radius:50%;border:1px solid #d5d7da;transition:0.3s;}.catalog .catalog-filters .filter-box .radio-row label .icon::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6px;height:6px;background-color:#fff;border-radius:50%;opacity:0;transition:0.3s;}.catalog .catalog-filters .filter-box .filter-submit-btn{display:none;width:100%;}@media only screen and (max-width:1024px){.catalog .catalog-filters .filter-box .filter-submit-btn{display:flex;margin:24px 0 0 0;}}.catalog .catalog-filters .reset-all-btn{border-radius:0;}.catalog .catalog-filters .reset-all-btn:hover{background-color:#dae0df;}@media only screen and (max-width:1024px){.catalog .catalog-filters .reset-all-btn{display:none;}}.catalog .catalog-list{grid-area:list;display:flex;flex-direction:column;}.catalog .catalog-list .product-card{position:relative;display:flex;margin:0 0 24px;}@media only screen and (max-width:768px){.catalog .catalog-list .product-card{flex-direction:column;margin:0 0 16px;}}.catalog .catalog-list .product-card:last-of-type{margin:0 0 8px;}.catalog .catalog-list .product-card:hover::after{transform:rotate(1.5deg);}.catalog .catalog-list .product-card::after{content:"";position:absolute;inset:0;background:linear-gradient(140.09deg,rgba(230,235,234,0.84) 7.94%,rgba(237,237,237,0.84) 98.19%);border-radius:1rem;transition:0.3s;z-index:-1;}.catalog .catalog-list .product-card .img-box{width:252px;min-height:280px;position:relative;display:flex;align-items:center;justify-content:center;border-right:1px solid rgba(2,9,5,0.1490196078);border-radius:16px 0 0 16px;overflow:hidden;}@media only screen and (max-width:768px){.catalog .catalog-list .product-card .img-box{width:100%;min-height:initial;border:none;border-radius:16px;}}.catalog .catalog-list .product-card .img-box img{max-width:100%;max-height:100%;}@media only screen and (max-width:768px){.catalog .catalog-list .product-card .img-box img{max-height:316px;}}.catalog .catalog-list .product-card .product-info{flex:1;display:flex;justify-content:center;flex-direction:column;gap:8px;padding:24px 32px;}@media only screen and (max-width:768px){.catalog .catalog-list .product-card .product-info{padding:16px;}}.catalog .catalog-list .product-card .product-info .product-title{color:#06332b;}.catalog .catalog-list .product-card .product-info .product-id{color:#000000;}.catalog .catalog-list .product-card .product-info .product-desc{color:#000000;}.catalog .catalog-list .product-card .product-info .learn-more{display:flex;align-items:center;gap:12px;color:#06332b;margin:16px 0 0 0;}.catalog .catalog-docs{grid-area:docs;display:flex;flex-direction:column;gap:16px;padding:16px;font-weight:600;font-size:14px;}@media only screen and (max-width:768px){.catalog .catalog-docs{width:100%;align-items:center;}}.catalog .catalog-docs a{display:flex;align-items:center;gap:8px;}.catalog .catalog-docs a:hover{text-decoration:underline;}.catalog .catalog-docs a.is-loading{pointer-events:none;opacity:0.7;}.catalog .catalog-docs a.is-loading .icon img{visibility:hidden;}.catalog .catalog-docs a.is-loading .icon::after{content:"";position:absolute;width:18px;height:18px;border:2px solid rgba(0,0,0,0.2);border-top-color:rgba(0,0,0,0.7);border-radius:50%;animation:catalog-docs-spin 0.7s linear infinite;}.catalog .catalog-docs .icon{position:relative;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background-color:#e6ebea;}.catalog .catalog-docs .icon img{width:20px;height:20px;}@keyframes catalog-docs-spin{to{transform:rotate(360deg);}}.login{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:5rem 0;}@media only screen and (max-width:768px){.login{padding:3rem 0;}}.login .box{max-width:51.25rem;margin:auto;text-align:center;}.login .back-link{display:inline-flex;gap:1rem;align-items:center;font-size:1.125rem;color:#06332b;margin:0 auto 1rem;}.login .card{padding:2rem;}@media only screen and (max-width:768px){.login .card{padding:1rem;}}.login .logo{height:3.75rem;width:auto;margin:0 auto 1.5rem;}@media only screen and (max-width:768px){.login .logo{height:2.5rem;margin:0 auto 1rem;}}.login .title{margin:0 0 0.75rem;}.login .subtitle{color:#000000;margin:0 0 1.5rem;}@media only screen and (max-width:768px){.login .subtitle{font-size:0.875rem;}}.login .authorization-methods{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;text-align:left;}@media only screen and (max-width:768px){.login .authorization-methods{grid-template-columns:repeat(1,1fr);gap:1rem;}}.login .authorization-methods .authorization-methods-or{display:none;}@media only screen and (max-width:768px){.login .authorization-methods .authorization-methods-or{display:block;text-align:center;font-size:0.875rem;color:#000000;}}.login .authorization-methods .card{display:flex;gap:1rem;flex-direction:column;padding:1rem;}@media only screen and (max-width:768px){.login .authorization-methods .card{border-radius:0.75rem;}}.login .authorization-methods .card .btn{width:100%;margin:auto 0 0 0;}.login .authorization-methods .card-header{display:flex;gap:1rem;color:#06332b;}.login .authorization-methods .card-header .icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background-color:#e6ebea;border-radius:50%;}.login .authorization-methods .card-header .icon img{width:1.25rem;height:1.25rem;}.login .authorization-methods .card-header .card-header-box{flex:1;}@media only screen and (max-width:768px){.login .authorization-methods .card-header .card-header-title{font-size:1.25rem;}}@media only screen and (max-width:768px){.login .authorization-methods .list-box{display:none;}}.login .authorization-methods .list-box ul{counter-reset:item;display:flex;flex-direction:column;gap:0.5rem;}.login .authorization-methods .list-box li{counter-increment:item;position:relative;padding:0.1875rem 0 0.1875rem 2rem;}.login .authorization-methods .list-box li:before{content:counter(item);position:absolute;top:50%;left:0;transform:translate(0,-50%);width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#f5f5f5;font-size:0.875rem;}.login .contact-info{margin:1.5rem 0 0 0;}.login .contact-info .contact-info-title{color:#06332b;margin:0 0 0.375rem;}.login .contact-info .opening-hours{color:#000000;}.login .contact-info .phone{font-weight:700;font-size:1.125rem;color:#06332b;}@media only screen and (max-width:768px){.login .contact-info .phone{font-size:1rem;}}.login .contact-info .phone:hover{text-decoration:underline;}.path-user .main .section .wrap:has(#user-login-form){display:flex;flex-direction:column;align-items:center;padding:1.5rem 0 3rem;}@media only screen and (max-width:768px){.path-user .main .section .wrap:has(#user-login-form){padding:1rem 0 2rem;}}.path-user .main .section .wrap:has(#user-login-form) > *{width:100%;max-width:26rem;}.path-user #openid-connect-login-form,.path-user #user-login-form{margin:0;padding:2rem;background:#fff;border:1px solid #e9eaeb;border-radius:1rem;box-shadow:0 0.5rem 1.75rem rgba(6,51,43,0.08);}@media only screen and (max-width:768px){.path-user #openid-connect-login-form,.path-user #user-login-form{padding:1.5rem 1.25rem;}}.path-user #openid-connect-login-form input[type=submit],.path-user #user-login-form input[type=submit]{display:block;width:100%;padding:0.75rem 1.25rem;font-size:1rem;font-weight:600;color:#fff;background:#06332b;border:none;border-radius:0.5rem;cursor:pointer;}.path-user #openid-connect-login-form input[type=submit]:hover,.path-user #user-login-form input[type=submit]:hover{background:#0c6d5c;}.path-user #openid-connect-login-form + #user-login-form{margin-top:1.25rem;}.path-user #user-login-form .form-item{margin:0 0 1.25rem;}.path-user #user-login-form .form-item label{display:block;margin-bottom:0.375rem;font-weight:600;color:#06332b;}.path-user #user-login-form .form-text{width:100%;box-sizing:border-box;padding:0.625rem 0.875rem;border:1px solid #e5e5ea;border-radius:0.5rem;}.path-user #user-login-form .form-text:focus{outline:none;border-color:#0c6d5c;box-shadow:0 0 0 3px rgba(12,109,92,0.2);}.path-user #user-login-form .form-actions{margin:1.5rem 0 0;padding:0;}.dash-layout{background:linear-gradient(180deg,rgba(194,225,97,0) 0%,rgba(194,225,97,0.08) 50.48%,rgba(194,225,97,0) 100%);padding:0 0 3.5rem;}@media only screen and (max-width:768px){.dash-layout{background:#fff;padding:0 0 3rem;}}.dash-layout .dash-wrap{display:flex;align-items:start;gap:1.5rem;}.dash-layout .dash-wrap .dash-aside + *{width:calc(100% - 18.375rem);}@media only screen and (max-width:1024px){.dash-layout .dash-wrap .dash-aside + *{width:100%;}}.dash-layout .dash-aside{width:18.375rem;display:flex;flex-direction:column;gap:1.5rem;}@media only screen and (max-width:1024px){.dash-layout .dash-aside{display:none;position:fixed;inset:5.3125rem 0 0 0;width:initial;gap:0;background-color:#fff;border-radius:1rem;padding:0.5rem 1rem 0;z-index:2;}.dash-layout .dash-aside.active{display:flex;}}.dash-layout .dash-aside .dropdown .dropdown-btn{width:100%;}.dash-layout .dash-aside .dropdown .dropdown-menu{top:initial;bottom:100%;width:100%;}.dash-layout .dash-aside-header{display:none;gap:0.5rem;align-items:center;justify-content:space-between;border-bottom:0.0625rem solid #d9d9d9;padding:0 0 0.875rem;font-weight:600;font-size:0.875rem;color:#06332b;}@media only screen and (max-width:1024px){.dash-layout .dash-aside-header{display:flex;}}.dash-layout .dash-aside-body{display:contents;}@media only screen and (max-width:1024px){.dash-layout .dash-aside-body{flex:1;display:flex;flex-direction:column;gap:0.5rem;padding:0.5rem 0;overflow:auto;}}.dash-layout .aside-nav-box{padding:1rem;}@media only screen and (max-width:768px){.dash-layout .aside-nav-box{padding:0;border:none;}}.dash-layout .aside-nav-box .nav-box-title{margin:0 0 1.5rem;}@media only screen and (max-width:1024px){.dash-layout .aside-nav-box .nav-box-title{display:none;}}.dash-layout .aside-nav-box .aside-nav ul{display:flex;flex-direction:column;gap:0.5rem;}.dash-layout .aside-nav-box .aside-nav a{display:flex;align-items:center;gap:1rem;padding:0.5rem 1rem;border-radius:1rem;color:#06332b;font-size:0.875rem;line-height:1.3;}@media only screen and (max-width:1024px){.dash-layout .aside-nav-box .aside-nav a{padding:0.5rem 0.75rem;border-radius:0.75rem;}}.dash-layout .aside-nav-box .aside-nav a:hover,.dash-layout .aside-nav-box .aside-nav a.active{background-color:#e6ebea;}.dash-layout .aside-nav-box .aside-nav a:hover .icon,.dash-layout .aside-nav-box .aside-nav a.active .icon{background-color:#fff;}.dash-layout .aside-nav-box .aside-nav a .icon{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background-color:#e6ebea;border-radius:0.5rem;transition:0.3s;}.dash-layout .aside-nav-box .aside-nav a .box{flex:1;}.dash-layout .aside-nav-box .aside-nav a .box .title{font-family:"Calibri";font-weight:700;font-size:1.125rem;}.dash-layout .dash-auth-box{padding:1.5rem;display:flex;flex-direction:column;gap:1rem;}@media only screen and (max-width:768px){.dash-layout .dash-auth-box{padding:1rem 0.75rem;}}.dash-layout .dash-auth-box.show-numbers .auth-box-header .show-numbers{display:none;}.dash-layout .dash-auth-box.show-numbers .auth-box-body{display:flex;}.dash-layout .dash-auth-box.hide-numbers .auth-box-header .show-numbers{display:flex;}.dash-layout .dash-auth-box.hide-numbers .auth-box-body{display:none;}.dash-layout .dash-auth-box .auth-box-header{display:flex;align-items:center;gap:0.5rem;justify-content:space-between;}.dash-layout .dash-auth-box .auth-box-header .title-box{display:flex;align-items:center;gap:0.5rem;color:#06332b;}.dash-layout .dash-auth-box .auth-box-header .show-numbers{display:none;align-items:center;gap:0.375rem;font-weight:600;font-size:0.875rem;color:#000000;}@media only screen and (max-width:1024px){.dash-layout .dash-auth-box .auth-box-header .show-numbers{display:flex;}}.dash-layout .dash-auth-box .auth-box-header .show-numbers img{width:1.25rem;height:1.25rem;}.dash-layout .dash-auth-box .auth-box-body{display:flex;flex-direction:column;gap:1rem;}@media only screen and (max-width:1024px){.dash-layout .dash-auth-box .auth-box-body{display:none;}}.dash-layout .dash-auth-box .auth-box-body .numbers{display:flex;gap:0.5rem;}@media only screen and (max-width:768px){.dash-layout .dash-auth-box .auth-box-body .numbers{padding:0 2.5rem;}}.dash-layout .dash-auth-box .auth-box-body .numbers b{height:4rem;flex:1;display:flex;align-items:center;justify-content:center;background-color:#e6ebea;color:#06332b;font-size:1.25rem;border-radius:0.625rem;}@media only screen and (max-width:768px){.dash-layout .dash-auth-box .auth-box-body .numbers b{height:2.75rem;}}.dash-layout .dash-auth-box .auth-box-body .hint{font-size:0.875rem;color:#000000;text-align:center;}.dash-layout .dash-auth-box .auth-box-body .hide-numbers{display:flex;align-items:center;gap:0.375rem;margin:auto;font-weight:600;color:#000000;font-size:0.875rem;}.dash-layout .dash-auth-box .auth-box-body .hide-numbers img{width:1.25rem;height:1.25rem;}.dash-layout .dash-contacts-box{display:flex;align-items:start;flex-direction:column;padding:1.5rem;}@media only screen and (max-width:768px){.dash-layout .dash-contacts-box{padding:1rem 0.75rem;}}.dash-layout .dash-contacts-box .contacts-box-header{display:flex;align-items:center;gap:0.5rem;margin:0 0 1rem;color:#06332b;}.dash-layout .dash-contacts-box .phone{display:inline-block;color:#06332b;font-weight:700;font-size:1.125rem;margin:0 0 0.125rem;}@media only screen and (max-width:768px){.dash-layout .dash-contacts-box .phone{font-size:1rem;}}.dash-layout .dash-contacts-box .phone:hover{text-decoration:underline;}.dash-layout .dash-contacts-box .phone-subtitle{color:#06332b;font-size:0.875rem;line-height:1.3;}.dash-layout .dash-contacts-box .opening-hours{color:#000000;font-size:0.9375rem;margin:1rem 0 0 0;}@media only screen and (max-width:768px){.dash-layout .dash-contacts-box .opening-hours{font-size:0.875rem;}}.dash-layout .hide-on-desktop{display:none;}@media only screen and (max-width:1024px){.dash-layout .hide-on-desktop{display:flex;}}.dash-layout .main-card{display:flex;flex-direction:column;gap:1.5rem;padding:2rem;}@media only screen and (max-width:768px){.dash-layout .main-card{padding:0;border:none;}}.dash-layout .main-card .dash-auth-box,.dash-layout .main-card .dash-contacts-box{display:none;}@media only screen and (max-width:768px){.dash-layout .main-card .dash-auth-box,.dash-layout .main-card .dash-contacts-box{display:flex;}}.dash-layout .main-card .dash-auth-box{margin:1.5rem 0;}.dash-layout .dash-header-box{display:flex;justify-content:space-between;align-items:end;flex-wrap:wrap;gap:1.5rem;}.dash-layout .dash-header-box .left-box{display:flex;flex-direction:column;gap:0.5rem;font-size:1.125rem;color:#000000;}.dash-layout .dash-header-box .left-box .h3{color:#06332b;}@media only screen and (max-width:768px){.dash-layout .dash-header-box .btn{width:100%;}}.dash-welcome{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;border-radius:1rem;padding:1.5rem;background:radial-gradient(circle,#e8f5c8,#f5fafa,#eff9d7,#f0f9fa,#d4eef0);background-size:300% 300%;animation:gradientMove 12s ease-in-out infinite;}@media only screen and (max-width:768px){.dash-welcome{padding:1rem;}}.dash-welcome .left-box{flex:1;display:flex;flex-direction:column;gap:0.5rem;}.dash-welcome .title-box{display:flex;gap:1rem;align-items:center;}.dash-welcome .title-box img{width:2.125rem;height:2.125rem;}.dash-welcome .subtitle{font-size:1.125rem;color:#000000;}@media only screen and (max-width:768px){.dash-welcome .subtitle{font-size:1rem;}}.dash-welcome .icon{display:flex;align-items:center;justify-content:center;width:8.125rem;height:8.125rem;background-color:#fcfdf6;border-radius:50%;}@media only screen and (max-width:768px){.dash-welcome .icon{display:none;}}.dash-apps{padding:1.25rem;}@media only screen and (max-width:768px){.dash-apps{padding:0;border:none;}}.dash-apps .top-box{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin:0 0 1rem;}.dash-apps .top-box .title-box{display:flex;align-items:center;gap:0.5rem;color:#06332b;}.dash-apps .top-box .view-all{display:flex;align-items:center;gap:0.375rem;color:#06332b;}@media only screen and (max-width:768px){.dash-apps .top-box .view-all span{display:none;}}.dash-apps .empty-box{display:flex;flex-direction:column;gap:1rem;align-items:center;padding:2rem 0;text-align:center;}.dash-apps .empty-box.bordered{border:0.0625rem dashed rgba(2,9,5,0.1490196078);border-radius:1rem;}.dash-apps .empty-box .icon{width:4.5rem;height:4.5rem;}.dash-apps .empty-box .title{font-family:"Calibri";color:#06332b;margin:0 0 0.5rem;}@media only screen and (max-width:768px){.dash-apps .empty-box .title{margin:0 0 0.25rem;}}.dash-apps .empty-box .subtite{font-size:1.125rem;color:#000000;}@media only screen and (max-width:768px){.dash-apps .empty-box .subtite{font-size:1rem;}}.dash-apps .list{display:flex;flex-direction:column;gap:1.5rem;}.dash-apps .list .app-item{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;border-color:#2963b6;}@media only screen and (max-width:768px){.dash-apps .list .app-item{gap:1rem;}}.dash-apps .list .app-item.canceled,.dash-apps .list .app-item.past{opacity:0.6;}.dash-apps .list .app-item.canceled .app-item-header .header-title,.dash-apps .list .app-item.past .app-item-header .header-title{color:#000000;}.dash-apps .list .app-item.canceled .app-item-header .status,.dash-apps .list .app-item.past .app-item-header .status{border:0.0625rem solid #c5c5c5;background:#f6f6f6;color:#000000;}.dash-apps .list .app-item.canceled .date,.dash-apps .list .app-item.past .date{text-decoration:line-through;color:#000000;}.dash-apps .list .app-item.canceled .address,.dash-apps .list .app-item.past .address{color:#000000;}.dash-apps .list .app-item .app-item-header{display:flex;align-items:flex-start;justify-content:space-between;gap:0.5rem 1rem;}@media only screen and (max-width:768px){.dash-apps .list .app-item .app-item-header{flex-direction:column;margin:0 0 0.5rem;}}.dash-apps .list .app-item .app-item-header .header-title{color:#0d4272;}.dash-apps .list .app-item .app-item-header .status{padding:0.1875rem 0.5rem;background:#dfe8f4;border:0.0625rem solid #bdcfe8;color:#0d4272;font-weight:500;font-size:0.75rem;border-radius:0.375rem;}.dash-apps .list .app-item .date{display:flex;flex-wrap:wrap;gap:0.5rem 3.5rem;font-family:"Lato";font-size:1.25rem;}@media only screen and (max-width:768px){.dash-apps .list .app-item .date{font-size:1.125rem;}}.dash-apps .list .app-item .date > *{display:flex;align-items:center;gap:0.5rem;}.dash-apps .list .app-item .date img{width:1.5rem;height:1.5rem;}.dash-apps .list .app-item .address{display:flex;align-items:center;gap:0.5rem;color:#06332b;font-size:1.25rem;}@media only screen and (max-width:768px){.dash-apps .list .app-item .address{font-size:1.125rem;}}.dash-apps .list .app-item .address img{width:1.5rem;height:1.5rem;}.dash-apps .list .app-item .address address{font-style:normal;}.dash-apps .list .app-item .hint{display:flex;align-items:center;gap:1rem;padding:1rem;border:0.0625rem solid rgba(232,185,49,0.1490196078);background:#fffbeb;border-radius:0.75rem;font-weight:600;color:#bf6a02;}@media only screen and (max-width:768px){.dash-apps .list .app-item .hint{font-weight:400;font-size:0.875rem;padding:0.5rem;margin:0.5rem 0 0 0;}}.dash-apps .list .app-item .hint img{width:1.5rem;height:1.5rem;}.dash-forms{padding:1.25rem;}@media only screen and (max-width:768px){.dash-forms{padding:0;border:none;}}.dash-forms .top-box{display:flex;flex-direction:column;gap:0.5rem;margin:0 0 1.5rem;}.dash-forms .top-box .row{display:flex;justify-content:space-between;align-items:center;gap:1rem;}.dash-forms .top-box .title-box{display:flex;align-items:center;gap:0.5rem;}.dash-forms .top-box .subtitle{max-width:32.5rem;color:#000000;}.dash-forms .list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;}@media only screen and (max-width:768px){.dash-forms .list{grid-template-columns:repeat(1,1fr);}}.dash-forms .list .card{height:100%;display:flex;gap:1rem;padding:1.5rem;}@media only screen and (max-width:768px){.dash-forms .list .card{flex-direction:column;padding:1rem;}}.dash-forms .list .card:hover{box-shadow:0rem 0.25rem 2rem 0rem rgba(0,0,0,0.1215686275);}.dash-forms .list .card .icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background-color:#e6ebea;border-radius:0.5rem;}.dash-forms .list .card .icon img{width:2rem;height:2rem;}.dash-forms .list .card .content{flex:1;display:flex;flex-direction:column;}.dash-forms .list .card .content .title{margin:0 0 0.5rem;}.dash-forms .list .card .content .desc{color:#000000;margin:0 0 1rem;}.dash-forms .list .card .content .view-form{display:flex;align-items:center;gap:0.5rem;font-family:"Lato";font-weight:600;font-size:0.875rem;color:#06332b;margin:auto 0 0 0;}.dash-forms-cat{padding:2rem;}@media only screen and (max-width:768px){.dash-forms-cat{padding:0;border:none;}}.dash-forms-cat .back-link{display:flex;align-items:center;gap:1rem;font-size:1.125rem;}.dash-forms-cat .top-box{display:flex;gap:1.5rem;}@media only screen and (max-width:768px){.dash-forms-cat .top-box{flex-direction:column;}}.dash-forms-cat .top-box .icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background-color:#e6ebea;border-radius:0.5rem;}.dash-forms-cat .top-box .icon img{width:2rem;height:2rem;}.dash-forms-cat .top-box .content{flex:1;display:flex;flex-direction:column;}.dash-forms-cat .top-box .content .title{color:#06332b;margin:0 0 0.5rem;}.dash-forms-cat .top-box .content .desc{max-width:30rem;color:#000000;}.dash-forms-cat .forms-list{display:flex;flex-direction:column;gap:1rem;}.dash-forms-cat .forms-list .form-item{display:grid;gap:1rem;grid-template-areas:"title link" "box box";grid-template-columns:1fr auto;align-items:start;padding:1.5rem;}@media only screen and (max-width:768px){.dash-forms-cat .forms-list .form-item{grid-template-areas:"title" "box" "link";grid-template-columns:1fr;padding:1rem;}}.dash-forms-cat .forms-list .form-item .title{grid-area:title;color:#06332b;}.dash-forms-cat .forms-list .form-item .btn{grid-area:link;}.dash-forms-cat .forms-list .form-item .box{grid-area:box;}.dash-forms-cat .forms-list .form-item .box .desc{font-size:1.125rem;color:#000000;}@media only screen and (max-width:768px){.dash-forms-cat .forms-list .form-item .box .desc{font-size:1rem;}}.dash-forms-cat .forms-list .form-item .box .prev-version-box{margin:1rem 0 0 0;padding:1.5rem 0 0 0;border-top:0.0625rem solid #e9eaeb;}@media only screen and (max-width:768px){.dash-forms-cat .forms-list .form-item .box .prev-version-box{padding:1rem 0 0 0;}}.dash-forms-cat .forms-list .form-item .box .prev-version{display:flex;align-items:center;justify-content:space-between;gap:1rem;background-color:#f6f6f6;color:#000000;border:0.0625rem solid rgba(2,9,5,0.1490196078);padding:0.5rem 1rem;border-radius:0.5rem;}.dash-forms-cat .forms-list .form-item .box .prev-version p{font-size:1.125rem;}@media only screen and (max-width:768px){.dash-forms-cat .forms-list .form-item .box .prev-version p{font-size:0.875rem;}}.dash-forms-cat .forms-list .form-item .box .prev-version .btn{font-size:0.875rem;}.dash-profile .card{padding:1.5rem;}@media only screen and (max-width:768px){.dash-profile .card{padding:1rem;}}.dash-profile .card .card-title{display:flex;align-items:center;gap:0.5rem;margin:0 0 1.5rem;}.dash-profile .card .card-title img{width:1.5rem;height:1.5rem;}.dash-profile .card .card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem 5rem;}@media only screen and (max-width:768px){.dash-profile .card .card-grid{grid-template-columns:repeat(1,1fr);gap:1rem;}}.dash-profile .card .card-grid-item{display:flex;flex-direction:column;align-items:start;gap:0.5rem;}.dash-profile .card .card-grid-item.full{grid-column:1/-1;}.dash-profile .card .card-grid-item .label{font-weight:700;font-size:1rem;}.dash-profile .card .card-grid-item .label.grey{color:#000000;}.dash-profile .card .card-grid-item .label.green{color:#06332b;}.dash-profile .card .card-grid-item .text{font-size:1.125rem;color:#06332b;}.dash-profile .card .card-grid-item input{width:100%;border:0.0625rem solid #8e8e93;border-radius:0.5rem;padding:0.5rem 0.75rem;transition:0.3s;}.dash-profile .card .card-grid-item input:hover,.dash-profile .card .card-grid-item input:focus{border-color:#06332b;}.dash-profile .card .card-grid-item .ch-box{position:relative;}.dash-profile .card .card-grid-item .ch-box input{position:absolute;visibility:hidden;}.dash-profile .card .card-grid-item .ch-box input:checked + label .icon{background-color:#06332b;border-color:#06332b;}.dash-profile .card .card-grid-item .ch-box label{display:flex;align-items:center;gap:0.5rem;font-size:0.875rem;color:#000000;}.dash-profile .card .card-grid-item .ch-box label .icon{width:1rem;height:1rem;border-radius:0.25rem;border:0.0625rem solid #8e8e93;background-image:url(/themes/custom/vtpc/dist/img/svg-icons/check-white.svg);background-position:center;background-size:100%;background-repeat:no-repeat;}.dash-faq .dash-faq-categories{display:flex;justify-content:center;flex-wrap:wrap;gap:0.5rem;}@media only screen and (max-width:768px){.dash-faq .dash-faq-categories{display:none;}}.dash-faq .dash-faq-categories a:hover{background:#dae0df;text-decoration:none;}.dash-faq .dash-faq-category{color:#06332b;}.dash-faq .dash-faq-category .category-title-box{display:flex;align-items:center;gap:0.5rem;margin:0 0 1.5rem;}@media only screen and (max-width:768px){.dash-faq .dash-faq-category .category-title-box{margin:0 0 1rem;}}.dash-faq .dash-faq-category .category-title-box img{display:none;}@media only screen and (max-width:768px){.dash-faq .dash-faq-category .category-title-box img{display:block;}}.dash-faq .dash-faq-category .accordion{margin:0 0 1rem;}@media only screen and (max-width:768px){.dash-faq .dash-faq-category .accordion{margin:0 0 0.5rem;}}.dash-faq .dash-faq-category .accordion:last-child{margin:0;}.dash-faq .dash-faq-category .accordion .accordion-btn img{width:1.5rem;height:1.5rem;}.schedule-app{display:flex;flex-direction:column;}@media only screen and (max-width:768px){.schedule-app{border:none;padding:0 0 40px;}}.schedule-app .schedule-app-header{padding:24px 32px;border-bottom:1px solid #dddddd;font-family:"Lato";}@media only screen and (max-width:768px){.schedule-app .schedule-app-header{padding:0;border:none;margin:0 0 24px;}}.schedule-app .schedule-app-header .back-link{display:inline-flex;align-items:center;gap:16px;color:#06332b;margin:0 0 24px;}.schedule-app .schedule-app-header .back-link img{width:32px;height:32px;}@media only screen and (max-width:768px){.schedule-app .schedule-app-header .back-link img{width:24px;height:24px;}}.schedule-app .schedule-app-header .steps-box{display:flex;align-items:center;justify-content:space-between;margin:0 0 12px;}.schedule-app .schedule-app-header .steps-box .steps{flex:1;display:flex;justify-content:space-around;gap:16px;font-weight:700;color:#000000;text-align:center;}@media only screen and (max-width:768px){.schedule-app .schedule-app-header .steps-box .steps{justify-content:flex-start;text-align:left;}}@media only screen and (max-width:768px){.schedule-app .schedule-app-header .steps-box .steps li{display:none;}}.schedule-app .schedule-app-header .steps-box .steps li.active{display:block;color:#06332b;}.schedule-app .schedule-app-header .steps-box .step-indicator{display:none;font-family:"Lato";font-weight:700;color:#000000;}@media only screen and (max-width:768px){.schedule-app .schedule-app-header .steps-box .step-indicator{display:block;}}.schedule-app .schedule-app-header .progress-bar{width:100%;height:16px;background-color:#e9eaeb;border-radius:999px;}.schedule-app .schedule-app-header .progress-bar .progress{height:100%;width:25%;background-color:#06332b;border-radius:999px;}.schedule-app .schedule-app-body{padding:20px 32px;}@media only screen and (max-width:768px){.schedule-app .schedule-app-body{padding:0;}}.schedule-app .schedule-app-body .step-header{margin:0 0 32px;}@media only screen and (max-width:768px){.schedule-app .schedule-app-body .step-header{text-align:center;margin:0 0 24px;}}.schedule-app .schedule-app-body .step-header .title{color:#06332b;margin:0 0 4px;}.schedule-app .schedule-app-body .step-header .subtitle{font-size:20px;color:#000000;}@media only screen and (max-width:768px){.schedule-app .schedule-app-body .step-header .subtitle{font-size:initial;}}.schedule-app .schedule-app-body .services-list-fieldset{border:0;padding:0;margin:0;min-width:0;}.schedule-app .schedule-app-body .services-list{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}@media only screen and (max-width:1312px){.schedule-app .schedule-app-body .services-list{grid-template-columns:repeat(2,1fr);}}@media only screen and (max-width:768px){.schedule-app .schedule-app-body .services-list{grid-template-columns:repeat(1,1fr);gap:16px;}}.schedule-app .schedule-app-body .services-list li{position:relative;}.schedule-app .schedule-app-body .services-list li input{position:absolute;visibility:hidden;}.schedule-app .schedule-app-body .services-list li input:checked + label{border-color:#06332b;background-color:#eef8f6;}.schedule-app .schedule-app-body .services-list li label{height:100%;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px;font-size:20px;color:#000000;transition:0.3s;}@media only screen and (max-width:768px){.schedule-app .schedule-app-body .services-list li label{gap:24px;align-items:start;flex-direction:row;text-align:left;padding:16px;font-size:initial;}}.schedule-app .schedule-app-body .services-list li label .icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background-color:#e6ebea;margin:0 0 24px;}@media only screen and (max-width:768px){.schedule-app .schedule-app-body .services-list li label .icon{width:48px;height:48px;margin:0;}}.schedule-app .schedule-app-body .services-list li label .icon img{width:32px;height:32px;}.schedule-app .schedule-app-body .services-list li label .mobile-box{display:contents;}@media only screen and (max-width:768px){.schedule-app .schedule-app-body .services-list li label .mobile-box{flex:1;display:flex;flex-direction:column;}}.schedule-app .schedule-app-body .services-list li label .h4{color:#06332b;margin:0 0 8px;}.schedule-app .schedule-app-body .locations-list{border:0;padding:0;margin:0;min-width:0;}.schedule-app .schedule-app-body .locations-list > ul{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;list-style:none;padding:0;margin:0;}@media only screen and (max-width:768px){.schedule-app .schedule-app-body .locations-list > ul{grid-template-columns:repeat(1,1fr);gap:16px;}}.schedule-app .schedule-app-body .locations-list li{position:relative;}.schedule-app .schedule-app-body .locations-list li input{position:absolute;visibility:hidden;}.schedule-app .schedule-app-body .locations-list li input:checked + label{border-color:#06332b;background-color:#eef8f6;}.schedule-app .schedule-app-body .locations-list li input:checked + label .rad-indicator{background-color:#06332b;border-color:#06332b;}.schedule-app .schedule-app-body .locations-list li input:checked + label .rad-indicator::after{opacity:1;}.schedule-app .schedule-app-body .locations-list li label{height:100%;width:100%;display:flex;gap:24px;padding:24px;transition:0.3s;}@media only screen and (max-width:768px){.schedule-app .schedule-app-body .locations-list li label{gap:16px;padding:16px;}}.schedule-app .schedule-app-body .locations-list li label .icon{display:flex;}.schedule-app .schedule-app-body .locations-list li label .icon img{width:48px;height:48px;}@media only screen and (max-width:768px){.schedule-app .schedule-app-body .locations-list li label .icon img{width:24px;height:24px;}}.schedule-app .schedule-app-body .locations-list li label .box{flex:1;display:flex;gap:8px;flex-direction:column;}.schedule-app .schedule-app-body .locations-list li label .box .h4{color:#06332b;}.schedule-app .schedule-app-body .locations-list li label .box .location-name{display:block;font-family:"Lato";font-weight:700;margin:0;}.schedule-app .schedule-app-body .locations-list li label .box .address{font-style:normal;font-size:20px;color:#000000;}@media only screen and (max-width:768px){.schedule-app .schedule-app-body .locations-list li label .box .address{font-size:initial;}}.schedule-app .schedule-app-body .locations-list li label .box .hint{display:flex;gap:8px;align-items:center;font-family:"Lato";font-weight:600;font-size:14px;color:#009951;}.schedule-app .schedule-app-body .locations-list li label .box .hint.temporary{color:#bf6a02;}.schedule-app .schedule-app-body .locations-list li label .box .hint .tooltip{position:relative;z-index:1;}.schedule-app .schedule-app-body .locations-list li label .box .hint .tooltip:hover::after{top:100%;opacity:1;}.schedule-app .schedule-app-body .locations-list li label .box .hint .tooltip::after{content:attr(data-tooltip);position:absolute;top:calc(100% + 20px);left:50%;transform:translate(-50%,12px);width:210px;background-color:#fff;padding:12px;border:1px solid rgba(2,9,5,0.1490196078);color:#000000;border-radius:8px;font-size:13px;box-shadow:0 4px 4px -4px rgba(12,12,13,0.1019607843);transition:0.3s;opacity:0;pointer-events:none;}.schedule-app .schedule-app-body .locations-list li label .rad-indicator{content:"";position:absolute;top:20px;right:20px;width:16px;height:16px;border-radius:50%;border:1px solid #8e8e93;transition:0.3s;}@media only screen and (max-width:768px){.schedule-app .schedule-app-body .locations-list li label .rad-indicator{top:16px;right:16px;}}.schedule-app .schedule-app-body .locations-list li label .rad-indicator::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6px;height:6px;border-radius:50%;background-color:#fff;transition:0.3s;}.schedule-app .schedule-app-body .date-empty-msg{display:flex;flex-direction:column;align-items:center;border:1px solid rgba(2,9,5,0.1490196078);border-radius:16px;padding:56px 16px;margin:56px 0;text-align:center;}@media only screen and (max-width:768px){.schedule-app .schedule-app-body .date-empty-msg{padding:32px 16px;margin:24px 0;}}.schedule-app .schedule-app-body .date-empty-msg .icon{width:72px;height:72px;margin:0 0 16px;}.schedule-app .schedule-app-body .date-empty-msg .title{color:#06332b;margin:0 0 8px;}.schedule-app .schedule-app-body .date-empty-msg .subtitle{max-width:390px;font-size:18px;color:#000000;}@media only screen and (max-width:768px){.schedule-app .schedule-app-body .date-empty-msg .subtitle{font-size:initial;}}.schedule-app .schedule-app-body .date-box{display:flex;gap:24px 48px;}@media only screen and (max-width:768px){.schedule-app .schedule-app-body .date-box{flex-direction:column;}}.schedule-app .schedule-app-body .date-box .left-box{width:340px;}@media only screen and (max-width:768px){.schedule-app .schedule-app-body .date-box .left-box{width:100%;}}.schedule-app .schedule-app-body .date-box .left-box .mobile-controls{display:none;flex-wrap:wrap;gap:8px;margin:0 0 16px;}@media only screen and (max-width:768px){.schedule-app .schedule-app-body .date-box .left-box .mobile-controls{display:flex;}}.schedule-app .schedule-app-body .date-box .left-box .date-calendar-box{width:100%;background-color:#fff;border:1px solid rgba(2,9,5,0.1490196078);border-radius:16px;padding:20px 24px;overflow:hidden;}.schedule-app .schedule-app-body .date-box .left-box .date-calendar-box .ui-datepicker{width:100%;border:none;font-family:"Inter";padding:0;}.schedule-app .schedule-app-body .date-box .left-box .date-calendar-box .ui-datepicker:before,.schedule-app .schedule-app-body .date-box .left-box .date-calendar-box .ui-datepicker::after{content:none;}@media only screen and (max-width:768px){.schedule-app .schedule-app-body .date-box .left-box .date-calendar-box .closest-box{display:none;}}.schedule-app .schedule-app-body .date-box .left-box .ui-datepicker-calendar{margin:0;}.schedule-app .schedule-app-body .date-box .left-box .ui-datepicker-header{background-color:transparent;border:none;padding:0;margin:0 0 20px;}.schedule-app .schedule-app-body .date-box .left-box .ui-datepicker-header .ui-datepicker-title{font-weight:600;font-size:16px;color:#414651;}.schedule-app .schedule-app-body .date-box .left-box .ui-datepicker-header .ui-datepicker-prev,.schedule-app .schedule-app-body .date-box .left-box .ui-datepicker-header .ui-datepicker-next{top:50%;transform:translate(0,-50%);width:32px;height:32px;background-size:24px;background-position:center;background-repeat:no-repeat;border:none;background-color:transparent;border-radius:50%;}.schedule-app .schedule-app-body .date-box .left-box .ui-datepicker-header .ui-datepicker-prev:hover,.schedule-app .schedule-app-body .date-box .left-box .ui-datepicker-header .ui-datepicker-next:hover{background-color:#f6f6f6;}.schedule-app .schedule-app-body .date-box .left-box .ui-datepicker-header .ui-datepicker-prev .ui-icon,.schedule-app .schedule-app-body .date-box .left-box .ui-datepicker-header .ui-datepicker-next .ui-icon{display:none;}.schedule-app .schedule-app-body .date-box .left-box .ui-datepicker-header .ui-datepicker-prev{left:2px;background-image:url(/themes/custom/vtpc/dist/img/svg-icons/chevron-left-grey.svg);}.schedule-app .schedule-app-body .date-box .left-box .ui-datepicker-header .ui-datepicker-next{right:2px;background-image:url(/themes/custom/vtpc/dist/img/svg-icons/chevron-right-grey.svg);}.schedule-app .schedule-app-body .date-box .left-box .ui-datepicker-calendar{font-size:14px;}.schedule-app .schedule-app-body .date-box .left-box .ui-datepicker-calendar thead th{font-weight:500;color:#414651;}.schedule-app .schedule-app-body .date-box .left-box .ui-datepicker-calendar tbody td{width:14.2857142857%;}.schedule-app .schedule-app-body .date-box .left-box .ui-datepicker-calendar tbody .ui-state-default{width:100%;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;background:#dae0df;border-radius:50%;border:none;text-align:center;padding:0;}.schedule-app .schedule-app-body .date-box .left-box .ui-datepicker-calendar tbody .ui-state-active{background:#06332b;color:#fff;}.schedule-app .schedule-app-body .date-box .left-box .ui-datepicker-calendar tbody .ui-state-disabled .ui-state-default{background:transparent;}.schedule-app .schedule-app-body .date-box .left-box .ui-datepicker-calendar tbody .ui-datepicker-today{opacity:1;}.schedule-app .schedule-app-body .date-box .left-box .ui-datepicker-calendar tbody .ui-datepicker-today .ui-state-default{border:1px solid #06332b;background:transparent;color:#06332b;}.schedule-app .schedule-app-body .date-box .right-box{display:flex;flex-direction:column;align-items:start;flex:1;}.schedule-app .schedule-app-body .date-box .right-box .mobile-title{display:none;font-family:"Calibri";color:#06332b;margin:0 0 16px;}@media only screen and (max-width:768px){.schedule-app .schedule-app-body .date-box .right-box .mobile-title{display:block;}}.schedule-app .schedule-app-body .date-box .right-box .time-list{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;}.schedule-app .schedule-app-body .date-box .right-box .time-list .time-box{position:relative;}.schedule-app .schedule-app-body .date-box .right-box .time-list .time-box input{position:absolute;visibility:hidden;}.schedule-app .schedule-app-body .date-box .right-box .time-list .time-box input:checked + label{background:#eef8f6;border:1px solid #06332b;}.schedule-app .schedule-app-body .date-box .right-box .time-list .time-box label{display:flex;justify-content:center;width:100%;font-weight:700;font-size:20px;color:#06332b;border:1px solid #8e8e93;padding:16px;border-radius:16px;text-align:center;transition:0.3s;}@media only screen and (max-width:768px){.schedule-app .schedule-app-body .date-box .right-box .time-list .time-box label{padding:8px;}}.schedule-app .schedule-app-body .date-box .right-box .empty-time-slots{display:flex;flex-direction:column;align-items:center;text-align:center;margin:auto;}.schedule-app .schedule-app-body .date-box .right-box .empty-time-slots .title{color:#06332b;}.schedule-app .schedule-app-body .date-box .right-box .empty-time-slots .subtitle{font-size:20px;color:#000000;margin:4px 0 0 0;}.schedule-app .schedule-app-body .date-box .closest-box{display:flex;align-items:center;gap:8px;padding:4px 4px 4px 8px;margin:16px -8px -4px;border-radius:8px;text-align:left;}.schedule-app .schedule-app-body .date-box .closest-box .text{flex:1;font-family:"Lato";font-weight:600;font-size:14px;color:#06332b;}.schedule-app .schedule-app-body .date-box .closest-box .btn{font-size:14px;padding:8px 10px;}.schedule-app .schedule-app-body .date-box .closest-box .btn img{width:20px;height:20px;}.schedule-app .schedule-app-body .more-details-box{width:100%;display:flex;gap:24px;}.schedule-app .schedule-app-body .more-details-box > .card{width:calc(50% - 12px);display:flex;flex-direction:column;gap:24px;padding:24px;}.schedule-app .schedule-app-body .more-details-box .input-row{display:flex;flex-direction:column;gap:6px;}.schedule-app .schedule-app-body .more-details-box .input-row.tech-aid{flex:1;}.schedule-app .schedule-app-body .more-details-box .input-row label{font-weight:700;color:#06332b;}.schedule-app .schedule-app-body .more-details-box .input-row input,.schedule-app .schedule-app-body .more-details-box .input-row textarea,.schedule-app .schedule-app-body .more-details-box .input-row select{border:1px solid #d5d7da;border-radius:8px;padding:8px 12px;transition:0.3s;}.schedule-app .schedule-app-body .more-details-box .input-row input:focus,.schedule-app .schedule-app-body .more-details-box .input-row input:hover,.schedule-app .schedule-app-body .more-details-box .input-row textarea:focus,.schedule-app .schedule-app-body .more-details-box .input-row textarea:hover,.schedule-app .schedule-app-body .more-details-box .input-row select:focus,.schedule-app .schedule-app-body .more-details-box .input-row select:hover{border-color:#06332b;}.schedule-app .schedule-app-body .more-details-box .input-row input:disabled,.schedule-app .schedule-app-body .more-details-box .input-row textarea:disabled,.schedule-app .schedule-app-body .more-details-box .input-row select:disabled{color:#717680;}.schedule-app .schedule-app-body .more-details-box .input-row textarea{flex:1;}.schedule-app .schedule-app-body .more-details-box .input-row select{appearance:none;background-image:url(/themes/custom/vtpc/dist/img/svg-icons/chevron-down-green.svg);background-repeat:no-repeat;background-position:right 8px top 50%;background-size:20px;padding:8px 36px 8px 12px;}.schedule-app .schedule-app-body .more-details-box .patient-list{display:flex;flex-direction:column;gap:12px;}.schedule-app .schedule-app-body .more-details-box .patient-list .rad-row{position:relative;}.schedule-app .schedule-app-body .more-details-box .patient-list .rad-row input{position:absolute;visibility:hidden;}.schedule-app .schedule-app-body .more-details-box .patient-list .rad-row input:checked + label{background:#e6ebea;border-color:#06332b;}.schedule-app .schedule-app-body .more-details-box .patient-list .rad-row input:checked + label .plus-icon{background-color:#06332b;}.schedule-app .schedule-app-body .more-details-box .patient-list .rad-row input:checked + label .plus-icon img{filter:invert(1) brightness(100);}.schedule-app .schedule-app-body .more-details-box .patient-list .rad-row input:checked + label .icon{background-color:#06332b;}.schedule-app .schedule-app-body .more-details-box .patient-list .rad-row label{display:flex;align-items:center;gap:16px;padding:16px;border-radius:8px;transition:0.3s;}.schedule-app .schedule-app-body .more-details-box .patient-list .rad-row label:focus,.schedule-app .schedule-app-body .more-details-box .patient-list .rad-row label:hover{border-color:#06332b;}.schedule-app .schedule-app-body .more-details-box .patient-list .rad-row label .plus-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background-color:#e6ebea;border-radius:8px;transition:0.3s;}.schedule-app .schedule-app-body .more-details-box .patient-list .rad-row label .patient-info{flex:1;display:flex;flex-direction:column;color:#06332b;}.schedule-app .schedule-app-body .more-details-box .patient-list .rad-row label .patient-info .patient-title{font-size:20px;}.schedule-app .schedule-app-body .more-details-box .patient-list .rad-row label .icon{position:relative;width:16px;height:16px;border-radius:50%;border:1px solid #d5d7da;}.schedule-app .schedule-app-body .more-details-box .patient-list .rad-row label .icon::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6px;height:6px;background-color:#fff;border-radius:50%;}.schedule-app .schedule-app-body .more-details-box .patient-hidden-item{display:none;}.schedule-app .schedule-app-body .more-details-box .patient-hidden-item.active{display:flex;}.schedule-app .schedule-app-body .more-details-box .another-person-box{display:flex;flex-direction:column;gap:24px;}.schedule-app .schedule-app-body .more-details-box .ch-row{position:relative;}.schedule-app .schedule-app-body .more-details-box .ch-row input{position:absolute;visibility:hidden;}.schedule-app .schedule-app-body .more-details-box .ch-row input:checked + label .icon{background-color:#06332b;}.schedule-app .schedule-app-body .more-details-box .ch-row label{display:flex;gap:8px;font-size:12px;color:#414651;}.schedule-app .schedule-app-body .more-details-box .ch-row label .icon{width:16px;height:16px;border:1px solid #d5d7da;border-radius:4px;background-image:url(/themes/custom/vtpc/dist/img/svg-icons/check-white.svg);background-repeat:no-repeat;background-position:center;background-size:90%;}.schedule-app .schedule-app-body .more-details-box .ch-row label p{flex:1;}.schedule-app .schedule-app-footer{position:sticky;bottom:0;display:flex;align-items:center;justify-content:space-between;padding:24px 32px;border-top:1px solid #dddddd;background-color:#fff;box-shadow:0px -4px 29.2px 0px rgba(0,0,0,0.0588235294);border-radius:0 0 16px 16px;}@media only screen and (max-width:768px){.schedule-app .schedule-app-footer{position:fixed;inset:auto 0 0 0;padding:16px;}}.schedule-app .schedule-app-footer .back-btn,.schedule-app .schedule-app-footer .btn{display:flex;align-items:center;gap:6px;font-family:"Lato";font-weight:600;font-size:14px;}.schedule-app .schedule-app-footer .back-btn img,.schedule-app .schedule-app-footer .btn img{width:20px;height:20px;}html{scroll-behavior:smooth;}.breadcrumbs > *:not(.breadcrumbs-list):not(:last-child)::after,.breadcrumbs .breadcrumbs-list > li:not(:last-child)::after{background-image:url(/themes/custom/vtpc/dist/img/svg-icons/chevron-right-green.svg);}.html-report{max-width:100%;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;}.html-report > *{max-width:100%;}.html-report table{width:max-content;max-width:100%;}.maxwrap{max-width:1040px;margin:0 auto;}#block-vtpc-views-block-latest-updates-bogs-block-5 .tags-wrapper,#block-vtpc-views-block-latest-updates-bogs-block-2 .tags-wrapper{display:none;}.hero-slider .wrap{padding:0 112px 0 36px;}@media only screen and (max-width:768px){.hero-slider .wrap{padding:0 0 0 0;padding-right:32px;}}@media only screen and (max-width:480px){.hero-slider .wrap{padding-right:0;}}.article-page .simplified{display:none;}.article-page.simplified-active .simplified{display:block;}.article-page.simplified-active .non-simplified{display:none;}.article-page .article-content .article-info .right-col .right-col-item{background:linear-gradient(#06332B,#0C6D5C);-webkit-background-clip:text;background-clip:text;color:transparent;}.article-page .article-content .article-info .right-col .right-col-item .icon{background-color:transparent;}.product-page .simplified{display:none;}.product-page.simplified-active .simplified{display:block;}.product-page.simplified-active .non-simplified{display:none;}@media only screen and (max-width:1024px){.product-page .product-content{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;}.product-page .product-content table{max-width:100%;width:max-content;}}.audio-box .audio-player{display:none !important;}.audio-box.audio-active .audio-player{display:flex !important;}.our-services-inner .content-box .audio-box{display:flex;flex-direction:column;}.our-services-inner .content-box .audio-box .audio-player{width:100%;margin-top:0.5rem;}.product-page .audio-box.audio-inactive{display:none;}.search .search-error-box .btn{display:inline-block;}.quick-actions .btn:hover{color:#fff !important;}.messages{padding:12px 16px;margin:16px 0;border-radius:8px;border-left:4px solid;font-family:"Lato",sans-serif;font-size:14px;line-height:1.5;}.messages--status{background-color:#d4edda;border-color:#28a745;color:#155724;}.messages--error{background-color:#f8d7da;border-color:#dc3545;color:#721c24;}.messages--warning{background-color:#fff3cd;border-color:#ffc107;color:#856404;}.messages--info{background-color:#d1ecf1;border-color:#17a2b8;color:#0c5460;}.messages__list{margin:0;padding:0;list-style:none;}.messages__list .messages__item{margin:0;padding:0;}.messages__item{margin:0;}.visually-hidden{position:absolute !important;clip:rect(1px,1px,1px,1px);overflow:hidden;height:1px;width:1px;word-wrap:normal;}.ajax-progress-fullscreen{display:none !important;background-image:none !important;}.footer-about > div,.footer-financing > div{display:contents;}.contact-locations{width:100%;max-width:100%;box-sizing:border-box;}.contact-locations .list{display:grid !important;width:100% !important;max-width:100% !important;list-style:none;margin:0;padding:0;box-sizing:border-box;}.contact-locations .list.permanent-locations{grid-template-columns:repeat(2,1fr) !important;gap:16px;}@media only screen and (min-width:1313px){.contact-locations .list.permanent-locations{grid-template-columns:repeat(4,1fr) !important;}}@media only screen and (max-width:768px){.contact-locations .list.permanent-locations{grid-template-columns:100% !important;}}.contact-locations .list.other-locations{grid-template-columns:repeat(3,1fr) !important;gap:24px;}@media only screen and (max-width:1312px){.contact-locations .list.other-locations{grid-template-columns:repeat(2,1fr) !important;}}@media only screen and (max-width:768px){.contact-locations .list.other-locations{grid-template-columns:100% !important;gap:16px;}}.contact-locations .list li,.contact-locations .list > *{min-width:0;max-width:100%;width:100%;box-sizing:border-box;}.contact-locations .list .card .card-body table{font-size:16px;}.node--view-mode-teaser.card{min-width:0 !important;max-width:100% !important;width:100% !important;overflow:hidden;box-sizing:border-box !important;background-color:#fff;border:1px solid rgba(2,9,5,0.1490196078);border-radius:16px;display:flex;flex-direction:column;}.node--view-mode-teaser.card .card__title{margin:0;padding:24px 24px 0;}.node--view-mode-teaser.card .card__title a{text-decoration:none;color:inherit;}.node--view-mode-teaser.card .card__title a:hover{text-decoration:underline;}.node--view-mode-teaser.card .card__content{padding:16px 24px 24px;flex:1;}@media only screen and (max-width:768px){.node--view-mode-teaser.card .card__title{padding:16px 16px 0;font-size:20px;}.node--view-mode-teaser.card .card__content{padding:12px 16px 16px;}}.views-unformatted-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;list-style:none;margin:0;padding:0;}.views-unformatted-list li{list-style:none;margin:0;padding:0;}@media only screen and (max-width:1024px){.views-unformatted-list{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;}}@media only screen and (max-width:768px){.views-unformatted-list{grid-template-columns:100%;gap:16px;}}li.card{display:flex;flex-direction:column;min-width:0 !important;max-width:100% !important;width:100% !important;overflow:hidden;box-sizing:border-box !important;}li.card .card-header{display:flex;gap:16px;background:linear-gradient(92.49deg,#06332b 0.29%,#0c6d5c 100%);color:#fff;padding:24px;border-radius:16px;}@media only screen and (max-width:768px){li.card .card-header{padding:16px;}}li.card .card-header .icon{width:56px;height:56px;}li.card .card-header .card-header-list{flex:1;display:flex;flex-direction:column;align-items:start;}li.card .card-header .title{font-size:20px;margin:0 0 8px;}li.card .card-header .link{display:flex;align-items:center;gap:16px;padding:8px 0;color:inherit;text-decoration:none;}li.card .card-header .link:hover{text-decoration:underline;}li.card .card-header .link img{width:20px;height:20px;}li.card .card-header{}li.card .card-header .link.location-phone-links{align-items:flex-start;}li.card .card-header .link.location-phone-links:hover{text-decoration:none;}li.card .card-header .link.location-phone-links .location-phone-numbers{min-width:0;flex:1;}li.card .card-header .link.location-phone-links .location-phone-tel{display:inline;padding:0;color:inherit;text-decoration:none;white-space:nowrap;}li.card .card-header .link.location-phone-links .location-phone-tel:hover{text-decoration:underline;}li.card .card-header{}li.card .card-header .link.location-email-links{align-items:flex-start;}li.card .card-header .link.location-email-links:hover{text-decoration:none;}li.card .card-header .link.location-email-links .location-emails{min-width:0;flex:1;display:flex;flex-direction:column;gap:4px;}li.card .card-header .link.location-email-links .location-email{display:block;padding:0;color:inherit;text-decoration:none;}li.card .card-header .link.location-email-links .location-email:hover{text-decoration:underline;}li.card{}li.card.other-locations-card .card-header{background:transparent;flex-direction:row;color:#000000;padding:24px 24px 20px;}@media only screen and (max-width:768px){li.card.other-locations-card .card-header{flex-direction:column;}}li.card.other-locations-card .card-header .title{color:#06332b;}li.card.other-locations-card .card-header .link img{filter:brightness(0);opacity:0.4;}li.card{}li.card .card-body{display:flex;flex-direction:column;gap:4px;padding:24px 24px 20px;overflow-x:auto;min-width:0;max-width:100%;width:100%;box-sizing:border-box;}@media only screen and (max-width:768px){li.card .card-body{padding:16px;}}li.card .card-body table{margin:0 -8px;color:#052922;width:100% !important;max-width:100% !important;min-width:0 !important;table-layout:auto !important;box-sizing:border-box !important;}li.card .card-body table td{padding:4px 8px;word-wrap:break-word !important;overflow-wrap:break-word !important;max-width:100% !important;}li.card .card-body table td a{text-decoration:underline;}li.card .card-body .info{font-size:18px;}@media only screen and (max-width:768px){li.card .card-body .info{font-size:initial;}}li.card .card-body .table-wrapper{width:100%;max-width:100%;overflow-x:auto;overflow-y:visible;box-sizing:border-box;}li.card .card-body .table-wrapper table{width:100% !important;max-width:100% !important;min-width:0 !important;border:none !important;border-collapse:collapse !important;}li.card .card-body .table-wrapper table,li.card .card-body .table-wrapper table th,li.card .card-body .table-wrapper table td{border:none !important;border-width:0 !important;}li.card.other-locations-card .card-body{padding:0 24px 20px;margin:auto 0 0 0;}li.card{}li.card .card-footer{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:space-between;padding:0 24px 24px;margin:auto 0 0 0;}@media only screen and (max-width:768px){li.card .card-footer{padding:0 16px 16px;}}li.card .card-footer .hint{display:flex;align-items:center;gap:6px;font-family:"Lato";font-weight:600;}li.card.other-locations-card .card-footer{margin:0;}.tabs-wrapper{margin:16px 0 24px;border-bottom:1px solid rgba(2,9,5,0.1490196078);}.tabs-wrapper--secondary{margin-top:8px;border-top:1px solid rgba(2,9,5,0.1490196078);border-bottom:none;padding-top:8px;}.tabs{display:flex;list-style:none;margin:0;padding:0;gap:0;}.tabs--secondary{flex-wrap:wrap;}.tabs li{list-style:none;margin:0;padding:0;}.tabs li.is-active a,.tabs li.active a{border-bottom-color:#052922;color:#052922;font-weight:600;}.tabs a{display:block;padding:12px 16px;text-decoration:none;color:#052922;border-bottom:2px solid transparent;transition:all 0.3s;font-weight:500;}.tabs a:hover{background-color:rgba(2,9,5,0.05);color:#052922;}.tabs--secondary a{padding:8px 12px;font-size:14px;}.toolbar-menu-administration > .toolbar-menu > .menu-item > .toolbar-icon,.toolbar-menu-administration > .toolbar-menu > .menu-item > .toolbar-box > .toolbar-icon{font-size:16px !important;}@media (min-width:61em){.toolbar-menu-administration a.toolbar-menu__trigger.is-active{font-size:16px !important;}}.map-tooltip{max-width:100% !important;font-size:0.75rem !important;}.map-tooltip .map-tooltip-close{top:0.5rem !important;right:0.5rem !important;width:2.25rem !important;height:2.25rem !important;color:#06332b !important;}.map-tooltip .map-tooltip-close span{font-size:1.75rem !important;line-height:1 !important;}.map-tooltip .btn.green-gradient{font-size:1rem !important;font-weight:600 !important;padding:0.5rem 1rem !important;margin-top:0.25rem !important;color:#fff !important;}.map-tooltip .btn.green-gradient img{width:1rem !important;height:1rem !important;}.map-tooltip .map-tooltip-title{max-width:90%;font-size:1rem !important;}.map-tooltip .contact-links{font-size:0.75rem !important;}.map-tooltip .contact-links a,.map-tooltip .contact-links .address-text{font-size:0.75rem !important;}.map-tooltip .working-hours{font-size:0.75rem !important;}.map-tooltip .working-hours .working-hours-title{font-size:0.875rem !important;}.map-tooltip .working-hours table,.map-tooltip .working-hours table th,.map-tooltip .working-hours table td{border:none !important;border-width:0 !important;}.map-tooltip .working-hours table{font-size:12px !important;margin:0 !important;padding:0 !important;width:100% !important;}@media only screen and (max-width:768px){.map-tooltip .working-hours table{min-width:auto !important;}}.map-tooltip .working-hours table td{font-size:12px !important;padding:2px 4px !important;margin:0 !important;}.map-tooltip .working-hours table td p{font-size:12px !important;margin:0 !important;padding:0 !important;}.map-tooltip .working-hours table td a{font-size:12px !important;}.map-tooltip .working-hours > div{margin:0 !important;padding:0 !important;}.how-to-find-modal .modal-dialog{max-width:20rem;margin:1rem auto;}.how-to-find-modal .modal-content{border:none;border-radius:1rem;box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15);background:transparent;padding:0;}.how-to-find-modal .modal-body{padding:0;}.how-to-find-modal .modal-body .map-tooltip,.how-to-find-modal .map-tooltip{width:100%;max-width:100%;}.how-to-find-modal .modal-body .how-to-find-body{font-size:inherit;line-height:1.4;}.section--map{overflow:hidden;}.section--map .leaflet-container{border-radius:15px;}.section--map{}@media only screen and (max-width:480px){.section--map .leaflet-popup-pane{display:none !important;}}.section--map{}.section--map .map-tooltip-panel{display:none;position:relative;margin-top:1rem;text-align:left;background:#fff;color:#333;border:1px solid #e0e0e0;border-radius:12px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px;padding:1rem;}.section--map .map-tooltip-panel .map-tooltip{padding:0;width:100%;}@media only screen and (max-width:480px){.section--map .map-tooltip-panel.is-visible{display:block;}}.section--map .map-tooltip-panel .map-tooltip-close{position:absolute;top:13px;right:10px;width:25px;height:25px;font:25px/24px Tahoma,Verdana,sans-serif;overflow:visible;z-index:10;}.section--map .map-tooltip-panel .btn{width:100%;}.section--map .map-tooltip-panel p{margin:1.3em 0;}.map-box{height:600px;}.map-box-full{height:600px;}@media (min-width:1312px){.map-box{height:600px !important;}.map-box-full{height:600px !important;}}@media only screen and (max-width:1024px){.map-box{height:500px !important;}.map-box-full{height:500px !important;}}@media only screen and (max-width:768px){.map-box{height:400px !important;}.map-box-full{height:400px !important;}}@media only screen and (max-width:480px){.map-box{height:275px !important;}.map-box-full{height:275px !important;}}.interactive-map .leaflet-container,.map-box-full .leaflet-container{width:100%;height:100% !important;}.marker-cluster > div{font:12px "Calibri",Arial,Helvetica,sans-serif;color:#fff;}.marker-cluster > div > span{font-size:16px;font-weight:bold;}.marker-cluster{}.marker-cluster-small{background-color:rgba(255,255,255,0.95);}.marker-cluster-small > div{background-color:rgba(6,51,43,0.79);}.marker-cluster{}.marker-cluster-medium{background-color:rgba(255,255,255,0.95);}.marker-cluster-medium > div{background-color:rgba(6,51,43,0.79);}.marker-cluster{}.marker-cluster-large{background-color:rgba(255,255,255,0.95);}.marker-cluster-large > div{background-color:rgba(6,51,43,0.79);}.leaflet-container{font-family:"Calibri",arial,sans-serif;}.leaflet-container a{color:inherit !important;}.leaflet-popup-content{margin:0 !important;}.leaflet-popup-content-wrapper{width:260px !important;}.leaflet-popup-content{width:260px !important;}.leaflet-container a.leaflet-popup-close-button{top:13px;right:10px;width:25px;height:25px;font:25px/24px Tahoma,Verdana,sans-serif;}.leaflet-popup-tip{height:0 !important;}.service-provider-location-popup{color:#052922;}.service-provider-location-popup h4{color:#052922;}.service-provider-location-popup .text-content{color:#052922;}.service-provider-location-popup p{margin:0 !important;font-size:1rem !important;color:#052922;}#views-exposed-form-news-page-blogs-listing-page-1{display:none !important;}.article-card .article-body .tag{margin-right:5px;}.article-page .aside-links .aside-link.active,.aside-links .aside-link.active{font-weight:700;color:#06332b;}.article-page .aside-links .aside-link.active::after,.aside-links .aside-link.active::after{left:0;opacity:1;}.article-page > .article-content{max-width:45rem;margin:0 auto;padding:0 2rem;}@media only screen and (max-width:768px){.article-page > .article-content{padding:0 1rem;}}.accordion{background-color:#fff;border:0.0625rem solid rgba(2,9,5,0.1490196078);margin:0 0 1rem;border-radius:1rem;}@media only screen and (max-width:768px){.accordion{margin:0 0 0.5rem;}}.accordion:last-of-type{margin:0;}.accordion .accordion-btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;text-align:left;padding:1rem 1.5rem;}@media only screen and (max-width:768px){.accordion .accordion-btn{padding:1rem;}}.accordion .accordion-btn.opened img{transform:scale(1,-1);}.accordion .accordion-btn .h5{flex:1;}.accordion .accordion-btn img{transition:0.3s;}.accordion .accordion-body{display:none;padding:0 1.5rem 1.5rem;}@media only screen and (max-width:768px){.accordion .accordion-body{padding:0 1rem 1rem;}}.accordion{}.accordion.open .accordion-body{display:block;}.section.service-providers{margin:0 0 2rem !important;}.service-providers .accordion-btn{padding:1.25rem 4.5rem 1.25rem 1.5rem !important;}.service-providers .section--map{margin:0;}.service-providers .section.section--map{margin:0;}.paragraph--type--description,.paragraph--type--swipe-slider,.paragraph--type--files-list{border-radius:0.75rem;margin:1.5rem 0;}.paragraph .text .top-box{max-width:48.125rem;display:flex;align-items:start;flex-direction:column;gap:1.5rem;}.paragraph .text .top-box h2{font-size:2.5rem;line-height:1.2;color:#000000;}.node-page .text{font-size:1.25rem;}@media only screen and (max-width:768px){.node-page .text{font-size:initial;}}.node-page .text > *{margin:0 0 1rem;}.node-page .text > *:last-child{margin-bottom:0;}.node-page .text h1,.node-page .text h2,.node-page .text h3,.node-page .text h4,.node-page .text h5,.node-page .text h6{font-weight:400;}.node-page .text q{display:block;margin:2.25rem 0;padding:0 0 0 1.25rem;font-style:italic;border-left:0.125rem solid rgba(2,9,5,0.1490196078);}.node-page .text ul{padding:0 0 0 1.25rem;}.node-page .text ul li{list-style:disc;}.node-page .text ol{padding:0 0 0 1.25rem;}.node-page .text ol li{list-style:decimal;}.product-content a,.article-content a{text-decoration:underline;}.product-content a.btn,.product-content a.share-direct-link,.article-content a.btn,.article-content a.share-direct-link{text-decoration:none;}.product-content,.article-content{}.product-content .text p,.article-content .text p{margin:0.5rem 0;}.product-content .text ul,.article-content .text ul{padding:0 0 0 1.25rem;}.product-content .text ul li,.article-content .text ul li{list-style:disc;}.product-content .text ol,.article-content .text ol{padding:0 0 0 1.25rem;}.product-content .text ol li,.article-content .text ol li{list-style:decimal;}.product-content .dropdown-menu,.article-content .dropdown-menu{padding:0;margin:0;list-style:none;}.product-content .dropdown-menu li,.article-content .dropdown-menu li{list-style:none;}.product-content .dropdown-menu p,.article-content .dropdown-menu p{margin:0;}.text a{text-decoration:underline;}.text a.btn,.text a.share-direct-link{text-decoration:none;}.node-page .faq-section.node-faq-section .section-header .text{font-size:1.125rem;line-height:1.5;}@media only screen and (max-width:768px){.node-page .faq-section.node-faq-section .section-header .text{font-size:initial;line-height:1.4;}}.node-page .faq-section.node-faq-section .accordion-body .text{font-size:1.125rem;line-height:1.5;}@media only screen and (max-width:768px){.node-page .faq-section.node-faq-section .accordion-body .text{font-size:initial;line-height:1.4;}}.node-page .faq-section.node-faq-section .accordion-body .text{}.node-page .faq-section.node-faq-section .accordion-body .text .btn{font-size:1rem;line-height:1.2;}.object-cover{object-fit:contain !important;position:absolute !important;width:auto !important;height:auto !important;min-width:100% !important;min-height:100% !important;top:50% !important;left:50% !important;transform:translate(-50%,-50%) !important;transition:0.3s !important;}.paragraph-type-icon{height:auto !important;width:75px !important;}#views-exposed-form-locations-map-block-2 .form-actions input[type=submit],#views-exposed-form-locations-map-block-2 .form-actions button[type=submit],#views-exposed-form-locations-map-block-3 .form-actions input[type=submit],#views-exposed-form-locations-map-block-3 .form-actions button[type=submit]{display:none !important;}.our-services-inner.article-page{padding:1.25rem 0 1rem !important;}.our-services-inner.article-page .article-page-grid{align-items:flex-start !important;display:flex !important;gap:2.5rem !important;overflow:visible !important;}.our-services-inner.article-page .nav-box{align-self:flex-start !important;position:sticky;top:2.5rem;}.our-services-inner.article-page .nav-box .card.aside-links,.our-services-inner.article-page .nav-box .aside-links{position:static;top:auto;}.faq-section .section-header.centered{align-items:center;}.catalog .catalog-wrap{padding:0;display:grid;align-items:start;grid-template-areas:"filters list" "docs list";grid-template-columns:316px auto;grid-template-rows:auto 1fr;gap:40px;gap:24px 40px;}@media only screen and (max-width:1024px){.catalog .catalog-wrap{display:flex;flex-direction:column;gap:0;}}#view-products-page-results{grid-area:list;display:flex;flex-direction:column;}.catalog .catalog-list{grid-area:unset;display:block;}@media only screen and (max-width:1024px){#views-exposed-form-products-page-page-1{width:100%;margin-bottom:40px;}}@media only screen and (max-width:1024px){.catalog .catalog-docs{margin-top:24px;}}@media only screen and (max-width:768px){#views-exposed-form-products-page-page-1{margin-bottom:0;}}.accessibility-toggle{display:none !important;}.views-element-container.vtpc-ajax-fade .articles-grid,.views-element-container.vtpc-ajax-fade .pagination,.views-element-container.vtpc-ajax-fade .pager,.views-element-container.vtpc-ajax-fade .views-element-container-pager{transition:opacity 0.35s ease;opacity:1;}.views-element-container.vtpc-ajax-fade.vtpc-ajax-fade-out .articles-grid,.views-element-container.vtpc-ajax-fade.vtpc-ajax-fade-out .pagination,.views-element-container.vtpc-ajax-fade.vtpc-ajax-fade-out .pager,.views-element-container.vtpc-ajax-fade.vtpc-ajax-fade-out .views-element-container-pager{opacity:0;}#view-products-page-results.vtpc-ajax-fade{transition:opacity 0.35s ease;opacity:1;}#view-products-page-results.vtpc-ajax-fade.vtpc-ajax-fade-out{opacity:0;}.service-providers .map-toggle-link{display:inline-block;color:#06332b;text-decoration:underline;cursor:pointer;margin-bottom:15px;}.service-providers .map-toggle-link:hover{color:#0c6d5c;}.service-providers .map-box{display:none;}
