.TextPlainElement{.line{flex:1 1 40px;min-width:40px;height:1px;background-color:var(--line-color,#676e7a)}.content{flex:0 1 auto;min-width:0;text-align:center;overflow-wrap:break-word}span{display:block}}.ProjectDetailInfoElement .project-detail-information{width:100%;overflow:hidden}.ProjectDetailInfoElement .project-detail-heading{margin:0 0 10px;text-align:center}.ProjectDetailInfoElement .project-detail-list{display:grid;grid-template-columns:repeat(var(--project-detail-columns,5),minmax(0,1fr));gap:var(--project-detail-gap,0)}.ProjectDetailInfoElement .project-detail-item{min-width:0;display:flex;flex-direction:var(--project-detail-direction,row);align-items:center;gap:10px;box-sizing:border-box}.ProjectDetailInfoElement .project-detail-icon{flex:0 0 var(--project-detail-icon-size,44px);width:var(--project-detail-icon-size,44px);color:var(--project-detail-icon-color,#111);line-height:0}.ProjectDetailInfoElement .project-detail-icon img{display:block;width:100%;height:auto;object-fit:contain}.ProjectDetailInfoElement .project-detail-content{min-width:0}.ProjectDetailInfoElement .project-detail-title,.ProjectDetailInfoElement .project-detail-description{overflow-wrap:anywhere}.ProjectDetailInfoElement .project-detail-title{line-height:1.25}.ProjectDetailInfoElement .project-detail-description{margin-top:3px;line-height:1.35}@media (max-width:1024px){.ProjectDetailInfoElement .project-detail-list{grid-template-columns:repeat(var(--project-detail-columns-tablet,3),minmax(0,1fr));gap:var(--project-detail-gap-tablet,0)}.ProjectDetailInfoElement .project-detail-icon{flex-basis:var(--project-detail-icon-size-tablet,40px);width:var(--project-detail-icon-size-tablet,40px)}}@media (max-width:767px){.ProjectDetailInfoElement .project-detail-list{grid-template-columns:repeat(var(--project-detail-columns-mobile,1),minmax(0,1fr));gap:var(--project-detail-gap-mobile,0)}.ProjectDetailInfoElement .project-detail-icon{flex-basis:var(--project-detail-icon-size-mobile,36px);width:var(--project-detail-icon-size-mobile,36px)}}.PhotoDetailGalleryElement .photo-detail-gallery-grid{position:relative;width:100%;min-height:180px;opacity:0;transition:opacity 0.2s ease}.PhotoDetailGalleryElement .photo-detail-gallery-grid.is-ready{min-height:0;opacity:1}.PhotoDetailGalleryElement .photo-detail-gallery-grid.is-fallback{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--photo-detail-gap,2px);min-height:0;opacity:1}.PhotoDetailGalleryElement .photo-detail-gallery-grid.is-fallback .photo-detail-gallery-item{position:relative;width:auto!important;height:auto!important;aspect-ratio:4 / 3;transform:none!important}.PhotoDetailGalleryElement .photo-detail-gallery-item{position:absolute;top:0;left:0;display:block;overflow:hidden;color:inherit;text-decoration:none}.PhotoDetailGalleryElement .photo-detail-gallery-item .img{position:relative;width:100%;height:100%}.PhotoDetailGalleryElement .photo-detail-gallery-item::before,.PhotoDetailGalleryElement .photo-detail-gallery-item::after{width:0;height:0;top:50%;left:50%;position:absolute;box-sizing:border-box;transform:translate(-50%,-50%);transform-origin:center center;content:'';pointer-events:none;transition:width 200ms ease,height 200ms ease,border-width 200ms ease}.PhotoDetailGalleryElement .photo-detail-gallery-item:hover::before{width:100%;height:100%;border:20px solid rgb(0 0 0 / .3);z-index:1}.PhotoDetailGalleryElement .photo-detail-gallery-item:hover::after{width:100%;height:100%;border:10px solid rgb(0 0 0 / .3);z-index:1}.PhotoDetailGalleryElement .photo-detail-gallery-item img{display:block;width:100%;height:100%;object-fit:cover}.PhotoDetailGalleryElement .photo-detail-gallery-item:focus-visible{z-index:2;outline:3px solid currentColor;outline-offset:2px}@media (max-width:991px){.PhotoDetailGalleryElement .photo-detail-gallery-grid.is-fallback{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.PhotoDetailGalleryElement .photo-detail-gallery-grid.is-fallback{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.PhotoDetailGalleryElement .photo-detail-gallery-grid{transition:none}}.HeadingElementStyle1 .heading-title .header{font-size:18px;font-weight:700;color:#000;font-family:var(--font-header),serif}.FaqElement .faq-container{display:flex;flex-direction:column}.FaqElement .faq-container .faq-item{margin-bottom:var(--faq-item-spacing,10px);overflow:hidden;transition:all 0.5s ease}.FaqElement .faq-container .faq-item:last-child{margin-bottom:0!important}.FaqElement .faq-container .faq-item .faq-question{display:flex;align-items:center;justify-content:space-between;padding:var(--faq-question-padding,15px);cursor:pointer;user-select:none;transition:all 0.3s ease}.FaqElement .faq-container .faq-item .faq-question .faq-icon-left{margin-right:10px;margin-left:0;font-size:1.5em}.FaqElement .faq-container .faq-item .faq-question.left{flex-direction:row-reverse}.FaqElement .faq-container .faq-item .faq-question.left .faq-icon{margin-right:10px;margin-left:0}.FaqElement .faq-container .faq-item .faq-question.right .faq-icon{margin-right:0;margin-left:10px}.FaqElement .faq-container .faq-item .faq-question .question-text{flex:1;font-weight:600;font-size:16px;line-height:1.5}.FaqElement .faq-container .faq-item .faq-question .faq-icon{flex:0 0 auto;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease;font-size:var(--faq-icon-size,16px);width:1.5em;height:1.5em;border-radius:500px;background:var(--faq-bg-icon-color,transparent);color:var(--faq-icon-color,#333333)}.FaqElement .faq-container .faq-item .faq-question .faq-icon .icon-expanded,.FaqElement .faq-container .faq-item .faq-question .faq-icon .icon-collapsed{display:flex;align-items:center;justify-content:center;transition:all 0.3s ease;width:100%;height:100%}.FaqElement .faq-container .faq-item .faq-question .faq-icon .icon-expanded i,.FaqElement .faq-container .faq-item .faq-question .faq-icon .icon-collapsed i{font-size:1em;transition:all 0.3s ease}.FaqElement .faq-container .faq-item .faq-question .faq-icon .icon-collapsed{display:none}.FaqElement .faq-container .faq-item .faq-question:hover .faq-icon{background:var(--faq-bg-icon-color-active,transparent);color:var(--faq-icon-color-active,#007bff)}.FaqElement .faq-container .faq-item .faq-answer{overflow:hidden}.FaqElement .faq-container .faq-item .faq-answer .answer-text{font-size:14px;line-height:1.6;color:#666}.FaqElement .faq-container .faq-item .faq-answer.collapsing{display:block!important;position:relative;height:0;overflow:hidden;transition:height 0.35s ease}.FaqElement .faq-container .faq-item .faq-answer.collapse{display:none!important;height:auto}.FaqElement .faq-container .faq-item .faq-answer.collapse.open{display:block!important;height:auto}.FaqElement .faq-container .faq-item.active .faq-question .faq-icon{background:var(--faq-bg-icon-color-active,transparent);color:var(--faq-icon-color-active,#007bff)}.FaqElement .faq-container .faq-item.active .faq-question .faq-icon .icon-expanded{display:none}.FaqElement .faq-container .faq-item.active .faq-question .faq-icon .icon-collapsed{display:flex}@media (max-width:1024px){.FaqElement .faq-container .faq-item{margin-bottom:var(--faq-item-spacing-tablet,10px)}.FaqElement .faq-container .faq-item .faq-question{padding:var(--faq-question-padding-tablet,15px)}.FaqElement .faq-container .faq-item .faq-question .faq-icon{font-size:var(--faq-icon-size-tablet,16px)}.FaqElement .faq-container .faq-item .faq-answer .answer-text{padding:0 var(--faq-answer-padding-tablet,15px)}}@media (max-width:768px){.FaqElement .faq-container .faq-item{margin-bottom:var(--faq-item-spacing-mobile,10px)}.FaqElement .faq-container .faq-item .faq-question{padding:var(--faq-question-padding-mobile,15px)}.FaqElement .faq-container .faq-item .faq-question .faq-icon{font-size:var(--faq-icon-size-mobile,16px)}}.ItemElementStyle1 .item-wrapper{position:relative;display:grid;grid-template-columns:repeat(var(--item-number,3),minmax(0,1fr));gap:20px}.ItemElementStyle1 .item{display:flex;align-items:center;gap:10px}.ItemElementStyle1 .item .item-img{flex:0 0 var(--item-image-height,50px);height:var(--item-image-height,50px);text-align:center}.ItemElementStyle1 .item .item-img img{width:100%;height:100%;display:flex;object-fit:contain}.ItemElementStyle1 .item .item-content{flex:1;text-align:left;display:flex;flex-direction:column;width:100%}.ItemElementStyle1 .item .item-content .text-1{margin-top:0;margin-bottom:0;font-weight:700;font-size:16px;color:var(--header-item-head-color)}.ItemElementStyle1 .item .item-content .text-2{margin:0;font-size:14px;line-height:20px;color:var(--header-item-txt-color)}.ItemElementStyle1 .item.vertical{flex-direction:column}.ItemElementStyle1 .item.vertical .item-content{text-align:center}@media (max-width:768px){.ItemElementStyle1 .item-wrapper{grid-template-columns:repeat(var(--item-number-tablet,2),minmax(0,1fr));gap:10px}.ItemElementStyle1 .item .item-img{flex:0 0 var(--item-image-height-tablet,50px);height:var(--item-image-height-tablet,50px)}}@media (max-width:600px){.ItemElementStyle1 .item-wrapper{grid-template-columns:repeat(var(--item-number-mobile,1),minmax(0,1fr))}.ItemElementStyle1 .item .item-img{flex:0 0 var(--item-image-height-mobile,50px);height:var(--item-image-height-mobile,50px)}}.inner-row-wrapper{width:100%;display:flex;flex-wrap:initial}@media (max-width:768px){.build-content,.inner-row-wrapper{flex-wrap:wrap!important;flex:0 0 auto;width:100%!important}}.PostDetailBreadcrumbElement_fw_ms8e0rxt_eksg4ni.PostDetailBreadcrumbElement{display:flex;justify-content:start}.PostDetailBreadcrumbElement_fw_ms8e0rxt_eksg4ni.PostDetailBreadcrumbElement .breadcrumb ol a{color:#3d3f40}.PostDetailBreadcrumbElement_fw_ms8e0rxt_eksg4ni.PostDetailBreadcrumbElement .breadcrumb ol span{color:#3d3f40}.PostDetailBreadcrumbElement_fw_ms8e0rxt_eksg4ni.PostDetailBreadcrumbElement .breadcrumb ol .breadcrumb-item{color:#3d3f40}.PostDetailTitleElement_fw_ms8e1i70_aehc7qs.PostDetailTitleElement{margin-bottom:20px}.PostDetailTitleElement_fw_ms8e1i70_aehc7qs.PostDetailTitleElement h1{font-weight:700;text-align:center;font-size:28px;line-height:40px}@media(max-width:1000px){.PostDetailTitleElement_fw_ms8e1i70_aehc7qs.PostDetailTitleElement h1{font-size:24px;line-height:34px}}.ProjectDetailInfoElement_fw_ms9tghre_dh8bwdp.ProjectDetailInfoElement{--project-detail-icon-color:#111111;--project-detail-direction:row;--project-detail-columns:5;--project-detail-gap:0px;--project-detail-icon-size:44px;--project-detail-columns-tablet:4;--project-detail-gap-tablet:0px;--project-detail-icon-size-tablet:40px;--project-detail-columns-mobile:2;--project-detail-gap-mobile:0px;--project-detail-icon-size-mobile:36px}.ProjectDetailInfoElement_fw_ms9tghre_dh8bwdp.ProjectDetailInfoElement{margin-top:20px;margin-bottom:20px}.ProjectDetailInfoElement_fw_ms9tghre_dh8bwdp.ProjectDetailInfoElement .project-detail-information{background-color:#000}.ProjectDetailInfoElement_fw_ms9tghre_dh8bwdp.ProjectDetailInfoElement .project-detail-heading{font-weight:700;font-size:18px;line-height:26px;color:#fff;margin-bottom:0;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}.ProjectDetailInfoElement_fw_ms9tghre_dh8bwdp.ProjectDetailInfoElement .project-detail-item{background-color:#ffc800;padding-top:12px;padding-right:12px;padding-bottom:12px;padding-left:12px;border-style:dashed;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-linked-width:1px;border-color:#111}.ProjectDetailInfoElement_fw_ms9tghre_dh8bwdp.ProjectDetailInfoElement .project-detail-item .project-detail-title{font-weight:700;font-size:14px;line-height:20px;color:#111}.ProjectDetailInfoElement_fw_ms9tghre_dh8bwdp.ProjectDetailInfoElement .project-detail-item .project-detail-description{font-weight:400;font-size:13px;line-height:19px;color:#4b4030}.PhotoDetailGalleryElement_fw_ms8ff03i_5i0k4bw.PhotoDetailGalleryElement{margin-top:20px;margin-bottom:20px}.HeadingElementStyle1_fw_ms8ewfvg_7qhp8fo.HeadingElementStyle1{margin-bottom:16px}.HeadingElementStyle1_fw_ms8ewfvg_7qhp8fo.HeadingElementStyle1 .heading-title .header{font-size:18px;line-height:26px}.FaqElement_fw_ms8evue9_r91n5hq.FaqElement{--faq-item-spacing:10px;--faq-item-spacing-tablet:10px;--faq-item-spacing-mobile:10px;--faq-icon-size:16px;--faq-icon-size-tablet:16px;--faq-icon-size-mobile:16px;--faq-icon-color:#333333;--faq-icon-color-active:#007bff;--faq-bg-icon-color:transparent;--faq-bg-icon-color-active:transparent}.FaqElement_fw_ms8evue9_r91n5hq.FaqElement .faq-container .faq-item{background-color:#fff;border-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-color:#e9e9e9;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px}.FaqElement_fw_ms8evue9_r91n5hq.FaqElement .faq-container .faq-item .faq-question{padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px}.FaqElement_fw_ms8evue9_r91n5hq.FaqElement .faq-container .faq-item .faq-answer .answer-text{padding-top:0;padding-right:20px;padding-bottom:20px;padding-left:20px}.PostDetailRelatedElement_fw_ms8g1lo0_pdu120u.PostDetailRelatedElement{--wpost-img-ration:50%;--post-item-img-ration:50%;--item-number:3;--item-number-tablet:2;--item-number-mobile:1}.PostDetailRelatedElement_fw_ms8g1lo0_pdu120u.PostDetailRelatedElement .related_post>.header-title>.header{font-weight:700;font-size:18px;line-height:26px;color:#000}.PostDetailRelatedElement_fw_ms8g1lo0_pdu120u.PostDetailRelatedElement .item{border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;box-shadow:0 0 10px 0 #0000}.PostDetailRelatedElement_fw_ms8g1lo0_pdu120u.PostDetailRelatedElement .item:hover{box-shadow:0 0 10px 0 #00000028}.PostDetailRelatedElement_fw_ms8g1lo0_pdu120u.PostDetailRelatedElement .item .img{border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px}.PostDetailRelatedElement_fw_ms8g1lo0_pdu120u.PostDetailRelatedElement .item .title .header{font-size:18px;line-height:26px;margin-top:0;margin-bottom:8px}.PostDetailRelatedElement_fw_ms8g1lo0_pdu120u.PostDetailRelatedElement .item .title .description{margin-top:0;margin-right:0;margin-bottom:0;margin-left:0}.PostDetailRelatedElement_fw_ms8g1lo0_pdu120u.PostDetailRelatedElement .item .title .post-info-time{font-size:12px;line-height:17px;color:#888}@media(max-width:1000px){.PostDetailRelatedElement_fw_ms8g1lo0_pdu120u.PostDetailRelatedElement .item .title .header{margin-top:0;margin-bottom:8px}}@media(max-width:600px){.PostDetailRelatedElement_fw_ms8g1lo0_pdu120u.PostDetailRelatedElement .item .title .header{margin-top:0;margin-bottom:8px}}.HeadingElementStyle1_fw_ms9sgzyi_ajw5xw1.HeadingElementStyle1{margin-bottom:20px}.HeadingElementStyle1_fw_ms9sgzyi_ajw5xw1.HeadingElementStyle1 .heading-title .header{font-weight:700;text-align:center;font-size:24px;line-height:34px;color:#000}.HeadingElementStyle1_fw_ms9stw1v_rmlo5qx.HeadingElementStyle1{margin-top:32px;margin-bottom:20px}.HeadingElementStyle1_fw_ms9stw1v_rmlo5qx.HeadingElementStyle1 .heading-title .header{font-weight:700;text-align:center;font-size:24px;line-height:34px;color:#fff}@media(max-width:1000px){.HeadingElementStyle1_fw_ms9stw1v_rmlo5qx.HeadingElementStyle1{margin-top:24px}}.ItemElementStyle1_fw_ms9svrvm_uivkiky.ItemElementStyle1{--item-number:1;--item-number-tablet:1;--item-number-mobile:1;--item-image-height:60px;--item-image-height-tablet:60px;--item-image-height-mobile:60px}.ItemElementStyle1_fw_ms9svrvm_uivkiky.ItemElementStyle1 .item .item-img{border-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-linked-width:1px;border-color:var(--theme-color);border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-right-radius:500px;border-bottom-left-radius:500px;padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px}.ItemElementStyle1_fw_ms9svrvm_uivkiky.ItemElementStyle1 .item .item-content .text-1{font-weight:400;font-size:16px;line-height:23px;color:#fff}.ItemElementStyle1_fw_ms9svrvm_uivkiky.ItemElementStyle1 .item .item-content .text-2{font-weight:700;font-size:20px;line-height:28px;color:var(--theme-color)}@media(max-width:1000px){.ItemElementStyle1_fw_ms9svrvm_uivkiky.ItemElementStyle1 .item .item-content .text-1{font-size:14px;line-height:20px}}@media(max-width:600px){.ItemElementStyle1_fw_ms9svrvm_uivkiky.ItemElementStyle1 .item .item-content .text-2{font-size:18px;line-height:26px}}.ItemElementStyle1_fw_ms9t89zy_7ye36lf.ItemElementStyle1{--item-number:1;--item-number-tablet:1;--item-number-mobile:1;--item-image-height:60px;--item-image-height-tablet:60px;--item-image-height-mobile:60px}.ItemElementStyle1_fw_ms9t89zy_7ye36lf.ItemElementStyle1 .item .item-img{border-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-linked-width:1px;border-color:var(--theme-color);border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-right-radius:500px;border-bottom-left-radius:500px;padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px}.ItemElementStyle1_fw_ms9t89zy_7ye36lf.ItemElementStyle1 .item .item-content .text-1{font-weight:400;font-size:16px;line-height:23px;color:#fff}.ItemElementStyle1_fw_ms9t89zy_7ye36lf.ItemElementStyle1 .item .item-content .text-2{font-weight:700;font-size:20px;line-height:28px;color:var(--theme-color)}@media(max-width:1000px){.ItemElementStyle1_fw_ms9t89zy_7ye36lf.ItemElementStyle1 .item .item-content .text-1{font-size:14px;line-height:20px}}@media(max-width:600px){.ItemElementStyle1_fw_ms9t89zy_7ye36lf.ItemElementStyle1 .item .item-content .text-2{font-size:18px;line-height:26px}}#row_ms8e0itv_vijfbcd{background-color:#f8f9fa}#column_ms8e0itv_2mynl9m{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}#row_ms8e1eyx_t3rjxtx{padding-top:10px;padding-bottom:10px}#column_ms8e1eyx_5bslzq2{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}#row_ms8evqku_n5wd2lv{margin-top:20px;margin-bottom:20px}#column_ms8evqku_h4a89qi{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}#row_ms8g1imi_yitdgs3{padding-top:10px;padding-bottom:10px}#column_ms8g1imi_oxrfugw{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}#row_ms9sdrem_1kum3z8{padding-top:10px;padding-bottom:10px}#column_ms9sdrem_qwu9wp9{padding-top:10px;padding-right:10px;padding-bottom:40px;padding-left:10px;background-color:#0a213f}#column_ms9sfpps_7ko8klp{padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px;background-color:#fff;border-style:solid;border-top-width:5px;border-right-width:5px;border-bottom-width:5px;border-left-width:5px;border-linked-width:1px;border-color:var(--theme-color)}#column_ms9svh2g_3u03c9o{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}#column_ms9svh2i_nxwq4bx{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}#column_ms8e0itv_2mynl9m{flex:0 0 100%;width:100%}#column_ms8e1eyx_5bslzq2{flex:0 0 100%;width:100%}#column_ms8evqku_h4a89qi{flex:0 0 100%;width:100%}#column_ms8g1imi_oxrfugw{flex:0 0 100%;width:100%}#column_ms9sdrem_qwu9wp9{flex:0 0 100%;width:100%}#column_ms9sfpps_7ko8klp{flex:0 0 100%;width:100%}#column_ms9svh2g_3u03c9o{flex:0 0 50%;width:50%}#column_ms9svh2i_nxwq4bx{flex:0 0 50%;width:50%}@media (min-width:768px) and (max-width:991px){#column_ms8e0itv_2mynl9m{flex:0 0 100%;width:100%}#column_ms8e1eyx_5bslzq2{flex:0 0 100%;width:100%}#column_ms8evqku_h4a89qi{flex:0 0 100%;width:100%}#column_ms8g1imi_oxrfugw{flex:0 0 100%;width:100%}#column_ms9sdrem_qwu9wp9{flex:0 0 100%;width:100%}#column_ms9sfpps_7ko8klp{flex:0 0 100%;width:100%}#column_ms9svh2g_3u03c9o{flex:0 0 50%;width:50%}#column_ms9svh2i_nxwq4bx{flex:0 0 50%;width:50%}}@media (max-width:767px){#column_ms8e0itv_2mynl9m{flex:0 0 100%;width:100%}#column_ms8e1eyx_5bslzq2{flex:0 0 100%;width:100%}#column_ms8evqku_h4a89qi{flex:0 0 100%;width:100%}#column_ms8g1imi_oxrfugw{flex:0 0 100%;width:100%}#column_ms9sdrem_qwu9wp9{flex:0 0 100%;width:100%}#column_ms9sfpps_7ko8klp{flex:0 0 100%;width:100%}#column_ms9svh2g_3u03c9o{flex:0 0 100%;width:100%}#column_ms9svh2i_nxwq4bx{flex:0 0 100%;width:100%}}