.PostVerticalElementStyle1 .item{display:flex;align-items:center;flex-direction:row;gap:10px;padding:10px;border:1px solid #eee;margin-bottom:0;background-color:#fff;height:var(--post-item-height,110px);min-height:var(--post-item-height,110px);border-radius:14px}.PostVerticalElementStyle1 .item:hover{background-color:rgba(var(--theme-color-code),.05);border-color:var(--theme-color)}.PostVerticalElementStyle1 .item .img-wrapper{width:var(--post-img-width,30%);flex:0 0 var(--post-img-width,30%);height:100%}.PostVerticalElementStyle1 .item .img{width:100%;height:100%;border-radius:4px;overflow:hidden}.PostVerticalElementStyle1 .item .img img{display:block;width:100%;height:100%;object-fit:cover}.PostVerticalElementStyle1 .item .img .date-box{display:none}.PostVerticalElementStyle1 .item .title{display:flex;flex-direction:column;gap:5px;width:calc(100% - var(--post-img-width, 30%));padding:0}.PostVerticalElementStyle1 .item .title .post-created{margin-top:8px;color:#888;font-size:12px}.PostVerticalElementStyle1 .item .title .header{margin:0;font-size:14px;font-weight:700;color:#000;line-height:1.444;height:calc(var(--line-clamp, 1em) * 1.444)}.PostVerticalElementStyle1 .item .title .header a{color:currentColor}.PostVerticalElementStyle1 .item .title .description{margin-bottom:0;font-size:13px;text-align:initial;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.444}.PostVerticalElementStyle1 .item .read-more{display:var(--post-button-display,block);text-align:right}.PostVerticalElementStyle1 .item .read-more .btn{padding:0 20px;font-size:10px;opacity:0;transition:all 0.5s}.PostVerticalElementStyle1 .item:hover .read-more .btn{opacity:1}.PostVerticalElementStyle1 .post-vertical-item-odd .item{flex-direction:var(--post-item-direction,row)}.PostVerticalElementStyle1 .swiper{width:100%;--swiper-gap:var(--gap, 10px);height:calc((var(--post-item-height, 110px) * var(--swiper-item-show, 4)) + (var(--swiper-gap, 10px) * (var(--swiper-item-show, 4) - 1)) + 2px)}@media screen and (max-width:767px){.PostVerticalElementStyle1 .item{height:var(--post-item-height-tablet,var(--post-item-height,100px));min-height:var(--post-item-height-tablet,var(--post-item-height,100px))}.PostVerticalElementStyle1 .item .img-wrapper{width:var(--post-img-width-tablet,var(--post-img-width,30%));flex-basis:var(--post-img-width-tablet,var(--post-img-width,30%))}.PostVerticalElementStyle1 .item .title{width:calc(100% - var(--post-img-width-tablet, var(--post-img-width, 30%)))}.PostVerticalElementStyle1 .swiper{--swiper-gap:10px !important;height:calc((var(--post-item-height-tablet, var(--post-item-height, 100px)) * var(--swiper-item-show, 4)) + (var(--swiper-gap, 10px) * (var(--swiper-item-show, 4) - 1)) + 2px)}}@media (max-width:600px){.PostVerticalElementStyle1 .item{height:var(--post-item-height-mobile,var(--post-item-height-tablet,90px));min-height:var(--post-item-height-mobile,var(--post-item-height-tablet,90px))}.PostVerticalElementStyle1 .item .img-wrapper{width:var(--post-img-width-mobile,30%);flex-basis:var(--post-img-width-mobile,30%)}.PostVerticalElementStyle1 .item .title{width:calc(100% - var(--post-img-width-mobile, 30%))}.PostVerticalElementStyle1 .swiper{height:calc((var(--post-item-height-mobile, var(--post-item-height, 90px)) * var(--swiper-item-show, 4)) + (var(--swiper-gap, 10px) * (var(--swiper-item-show, 4) - 1)) + 2px)}}.SidebarBoxElement .element-sidebar-box{background-color:#fff;clear:both;margin-bottom:15px;padding:0!important;box-shadow:0 15px 35px rgb(0 0 0 / .1);border-radius:12px;overflow:hidden}.SidebarBoxElement .element-sidebar-box .sidebar-title{padding:10px}.SidebarBoxElement .element-sidebar-box .header-title{border-bottom:2px;text-align:center;margin-bottom:0}.SidebarBoxElement .element-sidebar-box .sidebar-content{border-radius:0 0 8px 8px;background:#FFF;box-shadow:none}.ProjectVerticalElementStyle1 .project-vertical-item{display:flex;align-items:center;gap:10px;min-height:var(--project-vertical-item-height,110px);height:var(--project-vertical-item-height,110px);padding:10px;margin:0;overflow:hidden;border:1px solid #eee;border-radius:14px;background-color:#fff;transition:background-color 0.25s ease,border-color 0.25s ease,transform 0.25s ease}.ProjectVerticalElementStyle1 .project-vertical-item:hover{border-color:var(--theme-color);background-color:rgba(var(--theme-color-code),.05)}.ProjectVerticalElementStyle1 .project-vertical-image-wrapper{flex:0 0 var(--project-vertical-image-width,30%);width:var(--project-vertical-image-width,30%);height:100%}.ProjectVerticalElementStyle1 .project-vertical-image{width:100%;height:100%;overflow:hidden;border-radius:4px}.ProjectVerticalElementStyle1 .project-vertical-image a,.ProjectVerticalElementStyle1 .project-vertical-image img{display:block;width:100%;height:100%}.ProjectVerticalElementStyle1 .project-vertical-image img{object-fit:cover}.ProjectVerticalElementStyle1 .project-vertical-content{display:flex;flex:1 1 auto;flex-direction:column;justify-content:center;gap:5px;min-width:0}.ProjectVerticalElementStyle1 .project-vertical-date{display:var(--project-vertical-time-display,none);margin-top:2px;color:#888;font-size:12px}.ProjectVerticalElementStyle1 .project-vertical-title{height:calc(var(--project-vertical-title-lines, 1) * 1.444em);margin:0;overflow:hidden;color:#000;font-size:14px;font-weight:700;line-height:1.444}.ProjectVerticalElementStyle1 .project-vertical-title a{color:currentColor}.ProjectVerticalElementStyle1 .project-vertical-description{display:var(--project-vertical-description-display,-webkit-box);margin:0;overflow:hidden;color:#555;font-size:13px;line-height:1.444;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ProjectVerticalElementStyle1 .project-vertical-slide--odd .project-vertical-item{flex-direction:var(--project-vertical-item-direction,row)}.ProjectVerticalElementStyle1 .project-vertical-swiper{width:100%;height:calc((var(--project-vertical-item-height, 110px) * var(--project-vertical-show, 5)) + (var(--project-vertical-gap, 10px) * (var(--project-vertical-show, 5) - 1)) + 2px)}@media screen and (max-width:767px){.ProjectVerticalElementStyle1 .project-vertical-item{min-height:var(--project-vertical-item-height-tablet,var(--project-vertical-item-height,100px));height:var(--project-vertical-item-height-tablet,var(--project-vertical-item-height,100px))}.ProjectVerticalElementStyle1 .project-vertical-image-wrapper{flex-basis:var(--project-vertical-image-width-tablet,var(--project-vertical-image-width,30%));width:var(--project-vertical-image-width-tablet,var(--project-vertical-image-width,30%))}.ProjectVerticalElementStyle1 .project-vertical-swiper{height:calc((var(--project-vertical-item-height-tablet, var(--project-vertical-item-height, 100px)) * var(--project-vertical-show, 5)) + (var(--project-vertical-gap, 10px) * (var(--project-vertical-show, 5) - 1)) + 2px)}}@media screen and (max-width:600px){.ProjectVerticalElementStyle1 .project-vertical-item{min-height:var(--project-vertical-item-height-mobile,var(--project-vertical-item-height-tablet,90px));height:var(--project-vertical-item-height-mobile,var(--project-vertical-item-height-tablet,90px))}.ProjectVerticalElementStyle1 .project-vertical-image-wrapper{flex-basis:var(--project-vertical-image-width-mobile,var(--project-vertical-image-width-tablet,30%));width:var(--project-vertical-image-width-mobile,var(--project-vertical-image-width-tablet,30%))}.ProjectVerticalElementStyle1 .project-vertical-swiper{height:calc((var(--project-vertical-item-height-mobile, var(--project-vertical-item-height-tablet, 90px)) * var(--project-vertical-show, 5)) + (var(--project-vertical-gap, 10px) * (var(--project-vertical-show, 5) - 1)) + 2px)}}.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}}.PostIndexTitleElement_fw_mp3lcw9c_i2a0hry.PostIndexTitleElement h1{font-weight:700;font-size:30px;line-height:42px}.PostIndexBreadcrumbElement_fw_mp3lczn6_nk14c4k.PostIndexBreadcrumbElement{display:flex;justify-content:start}.PostIndexDataElement_fw_mp4y7qsa_z9eytb9.PostIndexDataElement{--post-item-des-display:-webkit-box;--wpost-img-ration:64.52%;--post-item-img-ration:64.52%;--item-number:3;--item-number-tablet:2;--item-number-mobile:1;--post-item-time-display:flex}.PostIndexDataElement_fw_mp4y7qsa_z9eytb9.PostIndexDataElement .item{background-color:#fff;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;box-shadow:0 0 10px 0 #fff0}.PostIndexDataElement_fw_mp4y7qsa_z9eytb9.PostIndexDataElement .item:hover{box-shadow:0 0 10px 0 #00000028}.PostIndexDataElement_fw_mp4y7qsa_z9eytb9.PostIndexDataElement .item .img{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.PostIndexDataElement_fw_mp4y7qsa_z9eytb9.PostIndexDataElement .item .title .header{font-size:18px;line-height:26px;color:var(--theme-color);margin-top:0;margin-bottom:8px}.PostIndexDataElement_fw_mp4y7qsa_z9eytb9.PostIndexDataElement .item .title .description{margin-top:0;margin-right:0;margin-bottom:0;margin-left:0}.PostIndexDataElement_fw_mp4y7qsa_z9eytb9.PostIndexDataElement .item .title .post-info-time{font-size:12px;line-height:17px;color:#888}@media(max-width:1000px){.PostIndexDataElement_fw_mp4y7qsa_z9eytb9.PostIndexDataElement .item .title .header{font-size:16px;line-height:23px}}.SidebarBoxElement_fw_mp4y85f9_o0b1r77.SidebarBoxElement .element-sidebar-box{border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0}.SidebarBoxElement_fw_mp4y85f9_o0b1r77.SidebarBoxElement .element-sidebar-box .sidebar-title{background-color:var(--theme-color);padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}.SidebarBoxElement_fw_mp4y85f9_o0b1r77.SidebarBoxElement .element-sidebar-box .sidebar-title .header-title .header{color:#fff}.SidebarBoxElement_fw_mp4y85f9_o0b1r77.SidebarBoxElement .element-sidebar-box .sidebar-content{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}.PostVerticalElementStyle1_fw_mp4ycxzd_pr7lzut.PostVerticalElementStyle1{--post-description-display:block;--post-time-display:none;--space:10px;--post-img-width:30%;--post-img-width-tablet:30%;--post-img-width-mobile:30%;--post-item-height:110px;--post-item-height-tablet:100px;--post-item-height-mobile:90px;--post-item-direction:row;--line-clamp:1em}.PostVerticalElementStyle1_fw_mp4ycxzd_pr7lzut.PostVerticalElementStyle1 .item{border-top-left-radius:14px;border-top-right-radius:14px;border-bottom-right-radius:14px;border-bottom-left-radius:14px}.PostVerticalElementStyle1_fw_mp4ycxzd_pr7lzut.PostVerticalElementStyle1 .item .img{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.SidebarBoxElement_fw_mp4ydocg_od5sf74.SidebarBoxElement .element-sidebar-box{border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;margin-top:0;margin-right:0;margin-bottom:10px;margin-left:0}.SidebarBoxElement_fw_mp4ydocg_od5sf74.SidebarBoxElement .element-sidebar-box .sidebar-title{background-color:var(--theme-color);padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}.SidebarBoxElement_fw_mp4ydocg_od5sf74.SidebarBoxElement .element-sidebar-box .sidebar-title .header-title .header{color:#fff}.SidebarBoxElement_fw_mp4ydocg_od5sf74.SidebarBoxElement .element-sidebar-box .sidebar-content{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}.ProjectVerticalElementStyle1_fw_mtuzlf0a_kvgjy1f.ProjectVerticalElementStyle1.project{--project-vertical-description-display:-webkit-box;--project-vertical-time-display:none;--project-vertical-gap:10px;--project-vertical-image-width:30%;--project-vertical-image-width-tablet:30%;--project-vertical-image-width-mobile:30%;--project-vertical-item-height:110px;--project-vertical-item-height-tablet:100px;--project-vertical-item-height-mobile:90px;--project-vertical-item-direction:row;--project-vertical-title-lines:1}.ProjectVerticalElementStyle1_fw_mtuzlf0a_kvgjy1f.ProjectVerticalElementStyle1.project .project-vertical-item{background-color:#fff;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:#eee;border-top-left-radius:14px;border-top-right-radius:14px;border-bottom-right-radius:14px;border-bottom-left-radius:14px;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}.ProjectVerticalElementStyle1_fw_mtuzlf0a_kvgjy1f.ProjectVerticalElementStyle1.project .project-vertical-item:hover{background-color:#182b5511;border-color:var(--theme-color)}.ProjectVerticalElementStyle1_fw_mtuzlf0a_kvgjy1f.ProjectVerticalElementStyle1.project .project-vertical-image{border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.ProjectVerticalElementStyle1_fw_mtuzlf0a_kvgjy1f.ProjectVerticalElementStyle1.project .project-vertical-title{font-weight:700;font-size:14px;line-height:20px;color:#000}.ProjectVerticalElementStyle1_fw_mtuzlf0a_kvgjy1f.ProjectVerticalElementStyle1.project .project-vertical-description{font-size:13px;line-height:19px;color:#555}.ProjectVerticalElementStyle1_fw_mtuzlf0a_kvgjy1f.ProjectVerticalElementStyle1.project .project-vertical-date{font-size:12px;line-height:17px;color:#888}#row_mp4y4du2_13hd35s{padding-top:50px;padding-bottom:50px;background-color:#e5e5e58e}#column_mp4y4du2_kl6px99{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}#row_mp3gqw5d_o4961ki{padding-top:10px;padding-bottom:10px}#column_mp3gqw5d_j2pru9l{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}#column_mp4y5v44_7vpp1ku{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}#column_mp4y4du2_kl6px99{flex:0 1 100%;width:100%;min-width:0}#column_mp3gqw5d_j2pru9l{flex:0 1 75%;width:75%;min-width:0}#column_mp4y5v44_7vpp1ku{flex:0 1 25%;width:25%;min-width:0}@media (min-width:768px) and (max-width:991px){#column_mp4y4du2_kl6px99{flex:0 1 100%;width:100%;min-width:0}#column_mp3gqw5d_j2pru9l{flex:0 1 75%;width:75%;min-width:0}#column_mp4y5v44_7vpp1ku{flex:0 1 25%;width:25%;min-width:0}}@media (max-width:767px){#column_mp4y4du2_kl6px99{flex:0 1 100%;width:100%;min-width:0}#column_mp3gqw5d_j2pru9l{flex:0 1 100%;width:100%;min-width:0}#column_mp4y5v44_7vpp1ku{flex:0 1 100%;width:100%;min-width:0}}