@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}:root{--rc-drag-handle-size:12px;--rc-drag-handle-mobile-size:24px;--rc-drag-handle-bg-colour:#0003;--rc-drag-bar-size:6px;--rc-border-color:#ffffffb3;--rc-focus-color:#08f}.ReactCrop{cursor:crosshair;max-width:100%;display:inline-block;position:relative}.ReactCrop *,.ReactCrop :after,.ReactCrop :before{box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{max-height:inherit;overflow:hidden}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{max-width:100%;max-height:inherit;display:block}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{touch-action:none}.ReactCrop__crop-mask{pointer-events:none;width:calc(100% + .5px);height:calc(100% + .5px);position:absolute;inset:0}.ReactCrop__crop-selection{cursor:move;position:absolute;top:0;left:0;transform:translate(0)}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--circular-crop .ReactCrop__crop-selection:after{pointer-events:none;content:"";border:1px solid var(--rc-border-color);opacity:.3;position:absolute;inset:-1px}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed #fff}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){color:#fff;background-image:linear-gradient(90deg,#fff 50%,#444 0),linear-gradient(90deg,#fff 50%,#444 0),linear-gradient(#fff 50%,#444 0),linear-gradient(#fff 50%,#444 0);background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;background-size:10px 1px,10px 1px,1px 10px,1px 10px;animation:marching-ants 1s linear infinite}.ReactCrop__crop-selection:focus{outline:2px solid var(--rc-focus-color);outline-offset:-1px}.ReactCrop--invisible-crop .ReactCrop__crop-mask,.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-hz:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-vt:before{content:"";background-color:#fff6;display:block;position:absolute}.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-vt:before{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6667%}.ReactCrop__rule-of-thirds-hz:after,.ReactCrop__rule-of-thirds-hz:before{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6667%}.ReactCrop__drag-handle{width:var(--rc-drag-handle-size);height:var(--rc-drag-handle-size);background-color:var(--rc-drag-handle-bg-colour);border:1px solid var(--rc-border-color);position:absolute}.ReactCrop__drag-handle:focus{background:var(--rc-focus-color)}.ReactCrop .ord-nw{cursor:nw-resize;top:0;left:0;transform:translate(-50%,-50%)}.ReactCrop .ord-n{cursor:n-resize;top:0;left:50%;transform:translate(-50%,-50%)}.ReactCrop .ord-ne{cursor:ne-resize;top:0}.ReactCrop .ord-e,.ReactCrop .ord-ne{right:0;transform:translate(50%,-50%)}.ReactCrop .ord-e{cursor:e-resize;top:50%}.ReactCrop .ord-se{cursor:se-resize;bottom:0;right:0;transform:translate(50%,50%)}.ReactCrop .ord-s{cursor:s-resize;left:50%}.ReactCrop .ord-s,.ReactCrop .ord-sw{bottom:0;transform:translate(-50%,50%)}.ReactCrop .ord-sw{cursor:sw-resize;left:0}.ReactCrop .ord-w{cursor:w-resize;top:50%;left:0;transform:translate(-50%,-50%)}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{width:100%;height:var(--rc-drag-bar-size);top:0;left:0;transform:translateY(-50%)}.ReactCrop__drag-bar.ord-e{width:var(--rc-drag-bar-size);height:100%;top:0;right:0;transform:translate(50%)}.ReactCrop__drag-bar.ord-s{width:100%;height:var(--rc-drag-bar-size);bottom:0;left:0;transform:translateY(50%)}.ReactCrop__drag-bar.ord-w{width:var(--rc-drag-bar-size);height:100%;top:0;left:0;transform:translate(-50%)}.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w,.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle{display:none}@media (pointer:coarse){.ReactCrop .ord-e,.ReactCrop .ord-n,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:var(--rc-drag-handle-mobile-size);height:var(--rc-drag-handle-mobile-size)}}.Form_inputs__LM_F2{width:auto!important}.Form_inputs__LM_F2 input,.Form_inputs__LM_F2 textarea{color:#565a5e;background:#fff;border:1px solid #565a5e;padding:1em;margin:.2em 0;font-size:1em}.Form_inputs__LM_F2 input::placeholder,.Form_inputs__LM_F2 textarea::placeholder{color:#bdccd0;opacity:1}.Form_inputs__LM_F2 input:active,.Form_inputs__LM_F2 input:focus,.Form_inputs__LM_F2 textarea:active,.Form_inputs__LM_F2 textarea:focus{border:1px solid #565a5e!important}.Form_inputs__LM_F2 input[type=date],.Form_inputs__LM_F2 input[type=email],.Form_inputs__LM_F2 input[type=text]{height:2.375rem}.Form_inputs__LM_F2 .Form_textarea__KZUyY{height:10vmax}@media (max-width:670px){.Form_inputs__LM_F2 .Form_textarea__KZUyY{height:10vmax}}.Form_inputs__LM_F2 .Form_checkbox__COTEA{position:relative;display:inline-block;padding:.5em;font-size:.7em;justify-content:center;align-items:center;width:5px;height:5px;margin-left:5px;margin-right:15px}.Form_inputs__LM_F2 .Form_checkbox__COTEA.Form_active__n6uZP{color:#fff;background:#fff}.Form_inputs__LM_F2 .Form_checkbox__COTEA .Form_ball__QVIc4{content:"";position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px;border-radius:50%;border:1px solid}.Form_inputs__LM_F2 .Form_submit__oLNzy{width:auto;padding:1.4em 1em;display:inline-block;text-align:center;justify-content:center;color:#fff;background:#2ea885;cursor:pointer}.Form_inputs__LM_F2 .Form_submit__oLNzy:hover{background:#2ea885;color:#fff}.Form_inputs__LM_F2 .Form_white__IGz4_{background:#0000}.Form_inputs__LM_F2 .Form_white__IGz4_ input{background:#0000;border:2px solid #fff;color:#fff}.Form_inputs__LM_F2 .Form_white__IGz4_ input:hover{background:#fff;color:#000913}.Table_table__F9Cir{width:100%}.Table_table__F9Cir .Table_tableWrapper__Y4y6E{display:flex;flex-direction:column;width:100%;border:1px solid #ddd;border-radius:4px}.Table_table__F9Cir .Table_tableRow__0opUS{display:flex;width:100%}.Table_table__F9Cir .Table_tableRow__0opUS:not(:last-child){border-bottom:1px solid #ddd}.Table_table__F9Cir .Table_tableCell__jDxIG{flex:1;min-width:100px;border-right:1px solid #ddd;transition:background-color .2s ease}.Table_table__F9Cir .Table_tableCell__jDxIG:last-child{border-right:none}.Table_table__F9Cir .Table_tableCell__jDxIG:hover{background-color:#00000005}.Table_table__F9Cir .Table_tableCell__jDxIG[data-cy=selected]{outline:2px solid #2680eb;outline-offset:-2px}.Table_table__F9Cir.Table_noBorder__2FBFo .Table_tableWrapper__Y4y6E{border:none}.Table_table__F9Cir.Table_noBorder__2FBFo .Table_tableRow__0opUS{border-bottom:none}.Table_table__F9Cir.Table_noBorder__2FBFo .Table_tableCell__jDxIG{border-right:none}.Table_table__F9Cir.Table_dashedBorder__U5_09 .Table_tableWrapper__Y4y6E{border-style:dashed}.Table_table__F9Cir.Table_dashedBorder__U5_09 .Table_tableRow__0opUS{border-bottom-style:dashed}.Table_table__F9Cir.Table_dashedBorder__U5_09 .Table_tableCell__jDxIG{border-right-style:dashed}.Table_table__F9Cir.Table_stripedRows__0p6xc .Table_tableRow__0opUS.Table_stripedRow__bFSej .Table_tableCell__jDxIG{background-color:#fafafa}@media (max-width:768px){.Table_table__F9Cir .Table_tableCell__jDxIG{min-width:80px;font-size:.9em}}.MapComponent_Map__eYJEK{position:relative;overflow:hidden}.MapComponent_Map__eYJEK.MapComponent_overlayPrimary__Ov7gC .leaflet-tile-pane{filter:sepia(30%) hue-rotate(180deg) saturate(120%)}.MapComponent_Map__eYJEK.MapComponent_overlayBlue__6I8Rm .leaflet-tile-pane{filter:sepia(100%) hue-rotate(180deg) saturate(100%)}.MapComponent_Map__eYJEK.MapComponent_overlayDark__Nbws6 .leaflet-tile-pane{filter:grayscale(100%) brightness(100%)}.ImageMap_imageMapWrap__35qEW .ImageMap_MapImage__sgZGh{background:#fff!important;box-shadow:0 0 10px #0003!important;padding:1em!important;height:50vmax;border-radius:1em}.ImageMap_imageMapWrap__35qEW .ImageMap_Numbers__k_78w>div{background:#fff;border-radius:10px;padding:1em}.ImageMap_imageMapWrap__35qEW .ImageMap_Numbers__k_78w>div:hover{box-shadow:0 1.85px 3.15px 0 #0000,0 8.14px 6.5px 0 #00000003,0 20px 13px 0 #00000003,0 38.5px 25.43px 0 #00000003,0 64.8px 46.8px 0 #00000005,0 100px 80px 0 #00000005}.CategoryMenu_CategoryMenu__M7eCa{gap:3rem;font-size:1.4em;padding-bottom:.4em;border-bottom:1px solid var(--chakra-colors-gray-200)}.CategoryMenu_CategoryMenu__M7eCa .CategoryMenu_SubMenuItem__hFxv3 a{color:var(--chakra-colors-secondary-default);text-decoration:none;font-weight:500;padding:.5em 1em;border-bottom:0 solid #0000;transition:all .3s ease-out;text-transform:capitalize}.CategoryMenu_CategoryMenu__M7eCa .CategoryMenu_SubMenuItem__hFxv3 a:hover,.CategoryMenu_CategoryMenu__M7eCa .CategoryMenu_SubMenuItem__hFxv3.CategoryMenu_Active__xVQyI a{color:var(--chakra-colors-primary-default);border-bottom:3px solid var(--chakra-colors-primary-default)}.HorizontalCategory_roundBox__yNyQr{position:relative!important;padding:5vmax 0;background-size:cover;background-position:50%}.HorizontalCategory_roundBox__yNyQr .HorizontalCategory_gallery__FBfYz{position:relative!important}.HorizontalCategory_roundBox__yNyQr .HorizontalCategory_gallery__FBfYz .HorizontalCategory_content__Wm172{bottom:0;z-index:3;padding:2em;line-height:1.2;text-decoration:none}.HorizontalCategory_roundBox__yNyQr .HorizontalCategory_gallery__FBfYz .HorizontalCategory_overlayImage__D0OWI{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:2;border-radius:10px;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .5s ease-in}.HorizontalCategory_roundBox__yNyQr .HorizontalCategory_gallery__FBfYz .HorizontalCategory_overlayImage__D0OWI .HorizontalCategory_readMore__zTU_K{color:#fff;font-size:1em;border:1px solid #fff;border-radius:2em;padding:1em;cursor:pointer;font-weight:700}.HorizontalCategory_roundBox__yNyQr .HorizontalCategory_gallery__FBfYz .HorizontalCategory_imageGrid__TdZsF{border-radius:18px;transition:all .3ms ease-in;position:relative}.HorizontalCategory_roundBox__yNyQr .HorizontalCategory_gallery__FBfYz .HorizontalCategory_imageGrid__TdZsF:hover .HorizontalCategory_overlayImage__D0OWI{opacity:1}.HorizontalCategory_roundBox__yNyQr .HorizontalCategory_gallery__FBfYz .HorizontalCategory_imageGrid__TdZsF:hover .HorizontalCategory_overlayImage__D0OWI .HorizontalCategory_readMore__zTU_K{animation:HorizontalCategory_fadeInUp__k4Ff8 1s forwards}.HorizontalCategory_roundBox__yNyQr .HorizontalCategory_gallery__FBfYz .HorizontalCategory_imageGrid__TdZsF a{text-decoration:none}.HorizontalCategory_roundBox__yNyQr .HorizontalCategory_gallery__FBfYz .HorizontalCategory_imageGrid__TdZsF h4{font-size:1.1em}.HorizontalCategory_roundBox__yNyQr .HorizontalCategory_gallery__FBfYz .HorizontalCategory_imageGrid__TdZsF p{font-size:.9em;text-decoration:none}.HorizontalCategory_roundBox__yNyQr .HorizontalCategory_gallery__FBfYz .HorizontalCategory_imageGrid__TdZsF .HorizontalCategory_imageGridHover__y6qWD{border-radius:18px;background-size:100% 200%;position:absolute;width:100%;height:100%;top:0;left:0;text-align:center;align-items:center;justify-content:center}.HorizontalCategory_roundBox__yNyQr .HorizontalCategory_gallery__FBfYz .HorizontalCategory_imageGrid__TdZsF .HorizontalCategory_imageGridHover__y6qWD span{font-size:3em}.HorizontalCategory_roundBox__yNyQr .HorizontalCategory_gallery__FBfYz .HorizontalCategory_imageGrid__TdZsF .HorizontalCategory_imageGridHover__y6qWD{display:flex;transition:all .5s ease;background-size:100% 100%}.HorizontalCategory_roundBox__yNyQr .HorizontalCategory_gallery__FBfYz .HorizontalCategory_imageGrid__TdZsF .HorizontalCategory_hiddenContent__7EP2g{opacity:1;transition:all .5s ease;height:100%;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.HorizontalCategory_roundBox__yNyQr .HorizontalCategory_gallery__FBfYz .HorizontalCategory_imageGrid__TdZsF:hover .HorizontalCategory_imageGridHover__y6qWD{display:flex;transition:all .5s ease;background-size:100% 100%}.HorizontalCategory_roundBox__yNyQr .HorizontalCategory_gallery__FBfYz .HorizontalCategory_imageGrid__TdZsF:hover .HorizontalCategory_hiddenContent__7EP2g{opacity:1;transition:all .5s ease;height:100%;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.HorizontalCategory_roundBox__yNyQr .HorizontalCategory_paginationPrev__Nc6FK{left:-1em}.HorizontalCategory_roundBox__yNyQr .HorizontalCategory_paginationNext___M5FG,.HorizontalCategory_roundBox__yNyQr .HorizontalCategory_paginationPrev__Nc6FK{height:70px;width:70px;background:rgba(0,0,0,.314);position:absolute;z-index:99;top:50%;margin-top:-35px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3em;opacity:0}.HorizontalCategory_roundBox__yNyQr .HorizontalCategory_paginationNext___M5FG{right:-1em}.HorizontalCategory_roundBox__yNyQr .HorizontalCategory_galleryWrap__tjsMa:hover .HorizontalCategory_paginationNext___M5FG,.HorizontalCategory_roundBox__yNyQr .HorizontalCategory_galleryWrap__tjsMa:hover .HorizontalCategory_paginationPrev__Nc6FK{opacity:1;transition:all .5s ease-in-out}@keyframes HorizontalCategory_fadeInUp__k4Ff8{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}