.FormElement form{margin-bottom:0}.FormElement .form-field-row{display:flex;flex-wrap:wrap;margin-left:calc(var(--field-gap, 15px) * -0.5);margin-right:calc(var(--field-gap, 15px) * -0.5)}.FormElement .form-field-col{box-sizing:border-box;padding-left:calc(var(--field-gap, 15px) * 0.5);padding-right:calc(var(--field-gap, 15px) * 0.5);margin-bottom:var(--field-row,15px);width:var(--col-width,100%)!important}@media (max-width:1024px){.FormElement .form-field-col{width:var(--col-width-tablet,100%)!important}}@media (max-width:768px){.FormElement .form-field-col{width:var(--col-width-mobile,100%)!important}}.FormElement .form-group{margin-bottom:0}.FormElement .form-group label{display:var(--form-label-display,block)}.FormElement .form-group .form-control{background:var(--field-bg,#fff)}.FormElement button{height:100%!important}.PostDetailGalleryElement .pdg__main{overflow:hidden;aspect-ratio:var(--pdg-ratio,6 / 5)}.PostDetailGalleryElement .pdg__main img{width:100%;height:100%;object-fit:cover;display:block}.PostDetailGalleryElement .pdg__thumbs{display:grid;grid-template-columns:repeat(var(--pdg-thumbs,3),minmax(0,1fr));gap:var(--pdg-gap,20px);margin-top:var(--pdg-gap,20px)}.PostDetailGalleryElement .pdg__thumb{appearance:none;border:0;padding:0;background:none;font:inherit;color:inherit;display:block;cursor:pointer;overflow:hidden;aspect-ratio:3 / 2;outline:2px solid #fff0;outline-offset:-2px;transition:outline-color 0.2s ease}.PostDetailGalleryElement .pdg__thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.5s ease}.PostDetailGalleryElement .pdg__thumb:hover img{transform:scale(1.06)}.PostDetailGalleryElement .pdg__thumb.is-active.is-active{outline-color:var(--pdg-active,#fffa00)}.PostDetailExcerptElement .pde__divider{display:block;height:1px;background:var(--pde-divider,#ebebeb)}.PostDetailExcerptElement :where(.pde__text){font-size:14px;line-height:1.8;color:#333;padding:20px 0}.PostDetailExcerptElement :where(.pde__divider){margin:0}.HeadingElementStyle1 .heading-title .header{margin:0;font-size:18px;font-weight:700;color:#000;font-family:var(--font-header),serif}.PostElementStyle20{--post-number-show:3;--post-number-show-tablet:2;--post-number-show-mobile:1;--post-image-height:400px;--post-gap:30px;position:relative}.PostElementStyle20 .post-style20-grid{display:grid;grid-template-columns:repeat(var(--post-number-show),1fr);gap:var(--post-gap)}.PostElementStyle20 .post-item-wrapper{will-change:transform,opacity}.PostElementStyle20 .post-item{height:100%;display:flex;flex-direction:column;background:#fff;border-radius:12px;overflow:hidden;transition:transform 0.4s ease,box-shadow 0.4s ease;will-change:transform,box-shadow}.PostElementStyle20 .post-item:hover{transform:translateY(-8px);box-shadow:0 20px 60px rgb(0 0 0 / .2)}.PostElementStyle20 .post-item:hover .post-image::before{opacity:.7}.PostElementStyle20 .post-item:hover .post-image img{transform:scale(1.15)}.PostElementStyle20 .post-item:hover .post-content{transform:translateY(0)}.PostElementStyle20 .post-item:hover .post-excerpt{opacity:1;visibility:visible;max-height:200px}.PostElementStyle20 .post-item:hover .post-cta-icon{opacity:1;visibility:visible;transform:translate(0,0)}.PostElementStyle20 .post-image{position:relative;overflow:hidden;height:var(--post-image-height);background:#f0f0f0}.PostElementStyle20 .post-image::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgb(0 0 0 / .3) 0%,rgb(0 0 0 / .5) 50%,rgb(0 0 0 / .8) 100%);z-index:1;opacity:0;transition:opacity 0.4s ease}.PostElementStyle20 .post-image .post-link-overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:3}.PostElementStyle20 .post-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.6s ease}.PostElementStyle20 .post-category-overlay{position:absolute;top:20px;left:20px;z-index:4}.PostElementStyle20 .post-category{display:inline-block;padding:8px 18px;background:rgb(255 255 255 / .95);color:#1a73e8;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-radius:20px;text-decoration:none;transition:all 0.3s ease;backdrop-filter:blur(10px)}.PostElementStyle20 .post-category:hover{background:#1a73e8;color:#fff}.PostElementStyle20 .post-content{position:absolute;bottom:0;left:0;right:0;padding:28px;z-index:2;display:flex;flex-direction:column;transition:transform 0.4s ease;transform:translateY(10px)}.PostElementStyle20 .post-meta{margin-bottom:12px}.PostElementStyle20 .post-date{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:rgb(255 255 255 / .95);font-weight:500}.PostElementStyle20 .post-date i{font-size:12px}.PostElementStyle20 .post-title{margin:0 0 12px 0;font-size:22px;font-weight:700;line-height:1.4}.PostElementStyle20 .post-title a{color:#fff;text-decoration:none;transition:color 0.3s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-shadow:0 2px 8px rgb(0 0 0 / .3);position:relative;z-index:4}.PostElementStyle20 .post-title a:hover{color:#fff}.PostElementStyle20 .post-excerpt{margin:0;font-size:14px;color:rgb(255 255 255 / .95);line-height:1.6;opacity:0;visibility:hidden;max-height:0;overflow:hidden;transition:all 0.4s ease}.PostElementStyle20 .post-cta-icon{position:absolute;bottom:24px;right:24px;width:48px;height:48px;border-radius:50%;background:#fff;color:#1a73e8;display:flex;align-items:center;justify-content:center;font-size:18px;z-index:4;text-decoration:none;transition:all 0.4s ease;opacity:0;visibility:hidden;transform:translate(10px,10px);box-shadow:0 4px 16px rgb(0 0 0 / .2)}.PostElementStyle20 .post-cta-icon i{transition:transform 0.3s ease}.PostElementStyle20 .post-cta-icon:hover{background:#1a73e8;color:#fff;transform:translate(0,0) scale(1.1);box-shadow:0 6px 20px rgb(26 115 232 / .4)}.PostElementStyle20 .post-cta-icon:hover i{transform:translate(2px,-2px)}.PostElementStyle20 .post-button-wrap{margin-top:auto}.PostElementStyle20 .post-button{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;background:#1a73e8;color:#fff;font-size:14px;font-weight:600;text-decoration:none;border-radius:6px;transition:all 0.3s ease}.PostElementStyle20 .post-button i{font-size:12px;transition:transform 0.3s ease}.PostElementStyle20 .post-button:hover{background:#0d5ec4;color:#fff}.PostElementStyle20 .post-button:hover i{transform:translateX(4px)}.PostElementStyle20 .post-style20-swiper{overflow:hidden}.PostElementStyle20 .post-style20-swiper .swiper-wrapper{display:flex;align-items:stretch}.PostElementStyle20 .post-style20-swiper .swiper-slide{height:auto;display:flex}.PostElementStyle20 .post-style20-swiper .swiper-slide .post-item{width:100%}.PostElementStyle20 .post-nav{display:flex;justify-content:flex-end;gap:12px;margin-bottom:24px}.PostElementStyle20 .post-nav .post-btn-prev,.PostElementStyle20 .post-nav .post-btn-next{width:44px;height:44px;border-radius:50%;background:#1a73e8;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;transition:all 0.3s ease;box-shadow:0 4px 12px rgb(26 115 232 / .3)}.PostElementStyle20 .post-nav .post-btn-prev:hover,.PostElementStyle20 .post-nav .post-btn-next:hover{background:#0d5ec4;transform:scale(1.1)}.PostElementStyle20 .post-nav .post-btn-prev:active,.PostElementStyle20 .post-nav .post-btn-next:active{transform:scale(.95)}@media (max-width:1024px){.PostElementStyle20{--post-gap:24px;--post-image-height:350px}.PostElementStyle20 .post-style20-grid{grid-template-columns:repeat(var(--post-number-show-tablet),1fr)}.PostElementStyle20 .post-title{font-size:20px}.PostElementStyle20 .post-content{padding:24px}.PostElementStyle20 .post-cta-icon{width:44px;height:44px;font-size:16px;bottom:20px;right:20px}}@media (max-width:767px){.PostElementStyle20{--post-gap:20px;--post-image-height:300px}.PostElementStyle20 .post-style20-grid{grid-template-columns:repeat(var(--post-number-show-mobile),1fr)}.PostElementStyle20 .post-content{padding:20px}.PostElementStyle20 .post-title{font-size:18px;margin-bottom:10px}.PostElementStyle20 .post-excerpt{font-size:13px}.PostElementStyle20 .post-category{font-size:11px;padding:6px 14px}.PostElementStyle20 .post-category-overlay{top:16px;left:16px}.PostElementStyle20 .post-cta-icon{width:40px;height:40px;font-size:15px;bottom:16px;right:16px}.PostElementStyle20 .post-nav{margin-bottom:16px}.PostElementStyle20 .post-nav .post-btn-prev,.PostElementStyle20 .post-nav .post-btn-next{width:38px;height:38px;font-size:14px}}.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}}.PostDetailTitleElement_fw_mspnv85v_218b8f9.PostDetailTitleElement h1{text-transform:uppercase;font-weight:700;text-align:center;font-size:32px;line-height:45px;color:#fff}.PostDetailTitleElement_fw_mspnv85v_218b8f9.PostDetailTitleElement h1:hover{color:#fff}.PostDetailTitleElement_fw_mspnv85v_218b8f9.PostDetailTitleElement h1.active{color:#fff}@media(max-width:1000px){.PostDetailTitleElement_fw_mspnv85v_218b8f9.PostDetailTitleElement h1{font-size:28px;line-height:40px}}@media(max-width:600px){.PostDetailTitleElement_fw_mspnv85v_218b8f9.PostDetailTitleElement h1{font-size:23px;line-height:33px}}.TextEditorElement_fw_mspnv85w_6c97cd2.TextEditorElement{margin-top:14px;margin-bottom:14px}@media(max-width:600px){.TextEditorElement_fw_mspnv85w_6c97cd2.TextEditorElement{margin-top:14px;margin-right:0;margin-bottom:14px;margin-left:0}}.PostDetailGalleryElement_fw_mspnv860_74e7d71.PostDetailGalleryElement{--pdg-ratio:6 / 5;--pdg-gap:20px;--pdg-thumbs:4;--pdg-active:#fffa00}.PostDetailExcerptElement_fw_mspnv862_2c83fb6.PostDetailExcerptElement{--pde-divider:#e6e6e6}.PostDetailExcerptElement_fw_mspnv862_2c83fb6.PostDetailExcerptElement .pde__text{text-transform:none;font-weight:400;font-size:14px;line-height:26px;color:#333}.PostDetailExcerptElement_fw_mspnv862_2c83fb6.PostDetailExcerptElement .pde__text:hover{color:#333}.PostDetailExcerptElement_fw_mspnv862_2c83fb6.PostDetailExcerptElement .pde__text.active{color:#333}@media(max-width:1000px){.PostDetailExcerptElement_fw_mspnv862_2c83fb6.PostDetailExcerptElement .pde__text{font-size:14px;line-height:26px}}@media(max-width:600px){.PostDetailExcerptElement_fw_mspnv862_2c83fb6.PostDetailExcerptElement .pde__text{font-size:14px;line-height:26px}}.PostDetailShareElement_fw_mspnv863_879161b.PostDetailShareElement{padding-top:18px;padding-bottom:22px}@media(max-width:600px){.PostDetailShareElement_fw_mspnv863_879161b.PostDetailShareElement{padding-top:18px;padding-bottom:22px}}.HeadingElementStyle1_fw_mspnv864_41c8e5d.HeadingElementStyle1{margin-bottom:14px;background-color:#fff0}.HeadingElementStyle1_fw_mspnv864_41c8e5d.HeadingElementStyle1 .heading-title .header{font-style:italic;text-transform:uppercase;font-weight:500;font-size:16px;line-height:23px;color:#000}.HeadingElementStyle1_fw_mspnv864_41c8e5d.HeadingElementStyle1 .heading-title .header:hover{color:#000}.HeadingElementStyle1_fw_mspnv864_41c8e5d.HeadingElementStyle1 .heading-title .header.active{color:#000}@media(max-width:1000px){.HeadingElementStyle1_fw_mspnv864_41c8e5d.HeadingElementStyle1 .heading-title .header{font-size:16px;line-height:23px}}@media(max-width:600px){.HeadingElementStyle1_fw_mspnv864_41c8e5d.HeadingElementStyle1{margin-right:0;margin-bottom:14px;margin-left:0}.HeadingElementStyle1_fw_mspnv864_41c8e5d.HeadingElementStyle1 .heading-title .header{font-size:16px;line-height:23px}}.FormElement_fw_mspnv865_72bdb9f.FormElement{--form-label-display:none;--field-gap:0px;--field-row:10px;--bs-body-color:#000000;--field-bg:#ffffff}.FormElement_fw_mspnv865_72bdb9f.FormElement .form-control{padding-top:14px;padding-right:16px;padding-bottom:14px;padding-left:16px;border-style:solid;border-top-width:1px;border-left-width:1px;border-right-width:1px;border-bottom-width:1px;border-color:#d9d9d9;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.FormElement_fw_mspnv865_72bdb9f.FormElement .form-group label{text-transform:none;font-weight:400;font-size:14px;line-height:20px;color:#333}.FormElement_fw_mspnv865_72bdb9f.FormElement .form-group label:hover{color:#333}.FormElement_fw_mspnv865_72bdb9f.FormElement .form-group label.active{color:#333}.FormElement_fw_mspnv865_72bdb9f.FormElement button[type="submit"]{text-transform:uppercase;font-weight:500;font-size:15px;line-height:21px;background-color:#000;border-style:solid;border-top-width:1px;border-left-width:1px;border-right-width:1px;border-bottom-width:1px;border-color:#000;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;padding-top:14px;padding-right:20px;padding-bottom:14px;padding-left:20px;color:#fff}.FormElement_fw_mspnv865_72bdb9f.FormElement button[type="submit"]:hover{color:#000;background-color:#fffa00;border-color:#fffa00;color:#000}@media(max-width:1000px){.FormElement_fw_mspnv865_72bdb9f.FormElement .form-group label{font-size:14px;line-height:20px}.FormElement_fw_mspnv865_72bdb9f.FormElement button[type="submit"]{font-size:15px;line-height:21px}}@media(max-width:600px){.FormElement_fw_mspnv865_72bdb9f.FormElement .form-control{padding-top:14px;padding-right:16px;padding-bottom:14px;padding-left:16px}.FormElement_fw_mspnv865_72bdb9f.FormElement .form-group label{font-size:14px;line-height:20px}.FormElement_fw_mspnv865_72bdb9f.FormElement button[type="submit"]{font-size:15px;line-height:21px;padding-top:10px;padding-right:16px;padding-bottom:10px;padding-left:16px}}.ImageElement_ic_c1.ImageElement img{width:60px;max-width:100%}.ImageElement_ic_c1.ImageElement{margin-bottom:16px}@media(max-width:600px){.ImageElement_ic_c1.ImageElement{margin-right:0;margin-bottom:16px;margin-left:0}}.ImageElement_ic_c2.ImageElement img{width:60px;max-width:100%}.ImageElement_ic_c2.ImageElement{margin-bottom:16px}@media(max-width:600px){.ImageElement_ic_c2.ImageElement{margin-right:0;margin-bottom:16px;margin-left:0}}.ImageElement_ic_c3.ImageElement img{width:60px;max-width:100%}.ImageElement_ic_c3.ImageElement{margin-bottom:16px}@media(max-width:600px){.ImageElement_ic_c3.ImageElement{margin-right:0;margin-bottom:16px;margin-left:0}}.HeadingElementStyle1_fw_mspnv86c_2a0664c.HeadingElementStyle1{margin-bottom:12px;background-color:#fff0}.HeadingElementStyle1_fw_mspnv86c_2a0664c.HeadingElementStyle1 .heading-title .header{text-transform:none;font-weight:700;text-align:left;font-size:20px;line-height:28px;color:#000}.HeadingElementStyle1_fw_mspnv86c_2a0664c.HeadingElementStyle1 .heading-title .header:hover{color:#000}.HeadingElementStyle1_fw_mspnv86c_2a0664c.HeadingElementStyle1 .heading-title .header.active{color:#000}@media(max-width:1000px){.HeadingElementStyle1_fw_mspnv86c_2a0664c.HeadingElementStyle1 .heading-title .header{font-size:20px;line-height:28px}}@media(max-width:600px){.HeadingElementStyle1_fw_mspnv86c_2a0664c.HeadingElementStyle1{margin-right:0;margin-bottom:12px;margin-left:0}.HeadingElementStyle1_fw_mspnv86c_2a0664c.HeadingElementStyle1 .heading-title .header{font-size:20px;line-height:28px}}.DividerElement_fw_mspnv86d_2b3f8d6.DividerElement{border:0}.DividerElement_fw_mspnv86d_2b3f8d6.DividerElement{margin-bottom:22px;padding-top:0;padding-bottom:0}.DividerElement_fw_mspnv86d_2b3f8d6.DividerElement .divider-widget-element{border-style:solid;border-top-width:1px;border-left-width:0;border-right-width:0;border-bottom-width:0;border-color:#e6e6e6;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0}@media(max-width:600px){.DividerElement_fw_mspnv86d_2b3f8d6.DividerElement{margin-right:0;margin-bottom:22px;margin-left:0;padding-top:0;padding-bottom:0}}.PostDetailContentElement_fw_mspnv86e_9bebe69.PostDetailContentElement{padding-bottom:30px}@media(max-width:600px){.PostDetailContentElement_fw_mspnv86e_9bebe69.PostDetailContentElement{padding-bottom:30px}}.PostDetailRatingElementStyle1_fw_mspnv86f_f9d4e7b.PostDetailRatingElementStyle1{padding-bottom:34px}@media(max-width:600px){.PostDetailRatingElementStyle1_fw_mspnv86f_f9d4e7b.PostDetailRatingElementStyle1{padding-bottom:34px}}.HeadingElementStyle1_fw_mspnv86i_f97575d.HeadingElementStyle1{margin-bottom:12px;background-color:#fff0}.HeadingElementStyle1_fw_mspnv86i_f97575d.HeadingElementStyle1 .heading-title .header{text-transform:none;font-weight:700;text-align:left;font-size:20px;line-height:28px;color:#000}.HeadingElementStyle1_fw_mspnv86i_f97575d.HeadingElementStyle1 .heading-title .header:hover{color:#000}.HeadingElementStyle1_fw_mspnv86i_f97575d.HeadingElementStyle1 .heading-title .header.active{color:#000}@media(max-width:1000px){.HeadingElementStyle1_fw_mspnv86i_f97575d.HeadingElementStyle1 .heading-title .header{font-size:20px;line-height:28px}}@media(max-width:600px){.HeadingElementStyle1_fw_mspnv86i_f97575d.HeadingElementStyle1{margin-right:0;margin-bottom:12px;margin-left:0}.HeadingElementStyle1_fw_mspnv86i_f97575d.HeadingElementStyle1 .heading-title .header{font-size:20px;line-height:28px}}.DividerElement_fw_mspnv86j_14e186e.DividerElement{border:0}.DividerElement_fw_mspnv86j_14e186e.DividerElement{margin-bottom:22px;padding-top:0;padding-bottom:0}.DividerElement_fw_mspnv86j_14e186e.DividerElement .divider-widget-element{border-style:solid;border-top-width:1px;border-left-width:0;border-right-width:0;border-bottom-width:0;border-color:#e6e6e6;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0}@media(max-width:600px){.DividerElement_fw_mspnv86j_14e186e.DividerElement{margin-right:0;margin-bottom:22px;margin-left:0;padding-top:0;padding-bottom:0}}.PostElementStyle20_fw_mspnv86k_2e33218.PostElementStyle20{--post-number-show:1;--post-number-show-tablet:2;--post-number-show-mobile:1;--post-image-height:190px}.PostElementStyle20_fw_mspnv86k_2e33218.PostElementStyle20 .post-content{background-color:rgb(0 0 0 / .75)}.PostElementStyle20_fw_mspnv86k_2e33218.PostElementStyle20 .post-title a{text-transform:none;font-weight:700;font-size:15px;line-height:24px;color:#fff}.PostElementStyle20_fw_mspnv86k_2e33218.PostElementStyle20 .post-item:hover .post-title a{color:#fffa00}.PostElementStyle20_fw_mspnv86k_2e33218.PostElementStyle20 .post-title a.active{color:#fff}.PostElementStyle20_fw_mspnv86k_2e33218.PostElementStyle20 .post-date{text-transform:none;font-weight:400;font-size:13px;line-height:19px;color:#fff}.PostElementStyle20_fw_mspnv86k_2e33218.PostElementStyle20 .post-date:hover{color:#fff}.PostElementStyle20_fw_mspnv86k_2e33218.PostElementStyle20 .post-date.active{color:#fff}.PostElementStyle20_fw_mspnv86k_2e33218.PostElementStyle20 .post-excerpt{text-transform:none;font-weight:400;font-size:14px;line-height:20px;color:#fff}.PostElementStyle20_fw_mspnv86k_2e33218.PostElementStyle20 .post-excerpt:hover{color:#fff}.PostElementStyle20_fw_mspnv86k_2e33218.PostElementStyle20 .post-excerpt.active{color:#fff}.PostElementStyle20_fw_mspnv86k_2e33218.PostElementStyle20 .post-button{text-transform:uppercase;font-weight:500;font-size:16px;line-height:23px;background-color:#fffa00;border-style:solid;border-top-width:1px;border-left-width:1px;border-right-width:1px;border-bottom-width:1px;border-color:#fffa00;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;padding-top:12px;padding-right:26px;padding-bottom:12px;padding-left:26px;color:#000}.PostElementStyle20_fw_mspnv86k_2e33218.PostElementStyle20 .post-item:hover .post-button{color:#000;background-color:#fffa00;border-color:#fffa00;color:#000}@media(max-width:1000px){.PostElementStyle20_fw_mspnv86k_2e33218.PostElementStyle20 .post-title a{font-size:15px;line-height:24px}.PostElementStyle20_fw_mspnv86k_2e33218.PostElementStyle20 .post-date{font-size:13px;line-height:19px}.PostElementStyle20_fw_mspnv86k_2e33218.PostElementStyle20 .post-excerpt{font-size:14px;line-height:20px}.PostElementStyle20_fw_mspnv86k_2e33218.PostElementStyle20 .post-button{font-size:16px;line-height:23px}}@media(max-width:600px){.PostElementStyle20_fw_mspnv86k_2e33218.PostElementStyle20 .post-title a{font-size:15px;line-height:24px}.PostElementStyle20_fw_mspnv86k_2e33218.PostElementStyle20 .post-date{font-size:13px;line-height:19px}.PostElementStyle20_fw_mspnv86k_2e33218.PostElementStyle20 .post-excerpt{font-size:14px;line-height:20px}.PostElementStyle20_fw_mspnv86k_2e33218.PostElementStyle20 .post-button{font-size:16px;line-height:23px;padding-top:10px;padding-right:16px;padding-bottom:10px;padding-left:16px}}#row_mspnv85t_6575e8a{padding-top:165px;padding-bottom:48px;background-image:url(/uploads/source/demo/web25/bg-trang-trong.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat}#column_mspnv85u_9758688{padding-top:0;padding-right:0;padding-bottom:0;padding-left:0}#row_mspnv85y_895cbb9{padding-top:44px;padding-bottom:10px}#column_mspnv85z_34d763b{padding-top:0;padding-right:0;padding-bottom:0;padding-left:0}#column_mspnv861_5fc6b44{padding-top:0;padding-right:0;padding-bottom:0;padding-left:40px}#row_mspnv866_3229fcd{padding-top:40px;padding-bottom:34px}#column_mspnv867_289aac0{padding-top:0;padding-right:18px;padding-bottom:0;padding-left:18px}#column_mspnv868_0becf83{padding-top:0;padding-right:18px;padding-bottom:0;padding-left:18px}#column_mspnv869_0559f86{padding-top:0;padding-right:18px;padding-bottom:0;padding-left:18px}#row_mspnv86a_cbb258b{padding-top:10px;padding-bottom:56px}#column_mspnv86b_3e37b66{padding-top:0;padding-right:0;padding-bottom:0;padding-left:0}#column_mspnv86h_0ad7666{padding-top:0;padding-right:0;padding-bottom:0;padding-left:34px}@media(max-width:600px){#row_mspnv85t_6575e8a{padding-top:120px;padding-bottom:36px}#row_mspnv85y_895cbb9{padding-top:28px;padding-bottom:10px}#column_mspnv861_5fc6b44{padding-top:26px;padding-right:0;padding-bottom:0;padding-left:0}#row_mspnv866_3229fcd{padding-top:28px;padding-bottom:20px}#column_mspnv867_289aac0{padding-top:0;padding-right:0;padding-bottom:22px;padding-left:0}#column_mspnv868_0becf83{padding-top:0;padding-right:0;padding-bottom:22px;padding-left:0}#column_mspnv869_0559f86{padding-top:0;padding-right:0;padding-bottom:22px;padding-left:0}#row_mspnv86a_cbb258b{padding-top:10px;padding-bottom:36px}#column_mspnv86h_0ad7666{padding-top:30px;padding-right:0;padding-bottom:0;padding-left:0}}#column_mspnv85u_9758688{flex:0 0 100%;width:100%}#column_mspnv85z_34d763b{flex:0 0 58%;width:58%}#column_mspnv861_5fc6b44{flex:0 0 42%;width:42%}#column_mspnv867_289aac0{flex:0 0 33.33%;width:33.33%}#column_mspnv868_0becf83{flex:0 0 33.33%;width:33.33%}#column_mspnv869_0559f86{flex:0 0 33.33%;width:33.33%}#column_mspnv86b_3e37b66{flex:0 0 73%;width:73%}#column_mspnv86h_0ad7666{flex:0 0 27%;width:27%}@media (min-width:768px) and (max-width:991px){#column_mspnv85u_9758688{flex:0 0 100%;width:100%}#column_mspnv85z_34d763b{flex:0 0 58%;width:58%}#column_mspnv861_5fc6b44{flex:0 0 42%;width:42%}#column_mspnv867_289aac0{flex:0 0 33.33%;width:33.33%}#column_mspnv868_0becf83{flex:0 0 33.33%;width:33.33%}#column_mspnv869_0559f86{flex:0 0 33.33%;width:33.33%}#column_mspnv86b_3e37b66{flex:0 0 73%;width:73%}#column_mspnv86h_0ad7666{flex:0 0 27%;width:27%}}@media (max-width:767px){#column_mspnv85u_9758688{flex:0 0 100%;width:100%}#column_mspnv85z_34d763b{flex:0 0 100%;width:100%}#column_mspnv861_5fc6b44{flex:0 0 100%;width:100%}#column_mspnv867_289aac0{flex:0 0 100%;width:100%}#column_mspnv868_0becf83{flex:0 0 100%;width:100%}#column_mspnv869_0559f86{flex:0 0 100%;width:100%}#column_mspnv86b_3e37b66{flex:0 0 100%;width:100%}#column_mspnv86h_0ad7666{flex:0 0 100%;width:100%}}