:root{--cookieadmin-primary-color:#001d39;--cookieadmin-primary-hover-color:#985e23;--cookieadmin-secondary-color:#0046b2;--cookieadmin-secondary-hover-color:#0065ff;--cookieadmin-txcolor:#0f172a;--cookieadmin-green-txtcolor:#3a8356;--cookieadmin-warning-txtcolor:#9c7930;--cookieadmin-red-txtcolor:#b55355;--cookieadmin-green-color:#15a448;--cookieadmin-warning-color:#e9b306;--cookieadmin-red-color:#dd2727}.cookieadmin_cookie_modal label,.cookieadmin_cookie_modal input{padding:5px;margin-right:5px;font-size:15px}.cookieadmin_cookie_modal label{font-weight:501}.cookieadmin_bottom{bottom:20px}.cookieadmin_top{top:20px}.cookieadmin_right{right:15px}.cookieadmin_left{left:15px}@keyframes cookieadmin_slideUp{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes cookieadmin_slideSide{from{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}.cookieadmin_law_container{position:fixed;width:25%;box-sizing:border-box;z-index:99999;display:none}.cookieadmin_consent_btns{align-content:center;display:flex;justify-content:space-evenly;flex-wrap:wrap}.cookieadmin_box{width:25%;box-sizing:border-box;display:none}.cookieadmin_notice_group{display:flex;flex-direction:column;gap:10px;align-items:flex-start}.cookieadmin_consent_inside{color:#000;background-color:#FFF;border:1px solid #f4f4f4;padding:15px;border-radius:4px;box-shadow:1px 3px 10px rgb(0 0 0 / .2)}#cookieadmin_notice_title{font-weight:601;margin:0;padding-left:5px}.cookieadmin_notice_con{font-size:initial;padding:0 6px;flex:1}.cookieadmin_cookie_modal{display:none;flex-direction:column;position:fixed;max-height:80vh;background-color:#FFF;border:1px solid #F4F4F4;border-radius:8px;box-shadow:0 4px 8px rgb(0 0 0 / .2);z-index:999999}.cookieadmin_center{top:10%;left:22%;max-width:60vw}.cookieadmin_side{flex-direction:column;position:fixed;width:35vw;bottom:0;animation:0.5s ease-out forwards cookieadmin_slideSide;max-height:100vh;left:0;top:0;border-radius:0}.cookieadmin_down{position:fixed;max-width:100%;max-height:55vh;bottom:0;animation:0.5s ease-out forwards cookieadmin_slideUp}.cookieadmin_modal_overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .5);z-index:1000}.cookieadmin_mod_head{display:flex;justify-content:space-between}.cookieadmin_mod_head,.cookieadmin_wrapper{padding:15px;border-bottom:1px solid #CCC}.cookieadmin_close_pref{background:none;border:none;align-self:baseline;color:gray;cursor:pointer;padding:0}.cookieadmin_preference_title{font-size:20px;font-weight:801;margin:9px}.cookieadmin_preference_details{padding:0 10px}.cookieadmin_preference{overflow:auto;font-size:15px;height:auto;padding:10px 0}.cookieadmin_details_wrapper{padding:0 15px;height:calc(100% - 6%);overflow:auto;scrollbar-width:thin}.cookieadmin_types{padding:10px 10px;border-top:1px solid #CCC}.cookieadmin_header{display:flex;justify-content:space-between}.cookieadmin_header>span>label{cursor:pointer}.cookieadmin_remark{display:none;justify-self:right}.cookieadmin_act{display:inline;color:#1863dc}.cookieadmin-modal-cookies-list{display:none;padding:1px;border-radius:10px;margin:0 20px;margin-right:4rem;font-size:smaller;font-size:1rem;text-align:center}.cookieadmin_desc{padding:5px 20px;font-size:15px;padding-right:4rem}.cookieadmin_footer{left:0;padding:15px;flex-wrap:wrap;width:100%}.cookieadmin_modal_footer{left:0;padding:15px;flex-wrap:wrap;border-top:1px solid #CCC}button.cookieadmin_btn{background-color:#fff0;border:1px solid gray;color:#1863dc;padding:.4rem .9rem;border-radius:4px;margin:2px 5px;cursor:pointer;flex:auto;text-wrap:auto}.cookieadmin_btn:hover{opacity:.8}.cookieadmin_show_pref_cookies{cursor:pointer;font-size:18px;font-family:initial}button.cookieadmin_re_consent{display:none;position:fixed;bottom:15px;left:15px;background-color:#374FD4;height:50px;width:50px;border-radius:50%!important;cursor:pointer;border:0;z-index:99999;padding:5px!important;box-shadow:-4px 5px 10px rgb(0 0 0 / .4);align-items:center;justify-content:center}.cookieadmin-cookie-card{border:1px solid ghostwhite;border-radius:10px;padding:16px;font-family:'Open Sans','Segoe UI',sans-serif;box-shadow:0 2px 6px rgb(0 0 0 / .1);margin:10px auto;text-align:left}.cookieadmin-cookie-header{display:flex;justify-content:space-between;font-size:1rem;margin-bottom:6px}.cookieadmin-cookie-name{font-weight:700;color:#333}.cookieadmin-cookie-duration{font-size:.85rem}.cookieadmin-cookie-duration>b{font-weight:700}.cookieadmin-cookie-description{font-size:.9rem;margin-bottom:12px}.cookieadmin-cookie-tags{display:flex;gap:8px}.cookieadmin-tag{background:#e0e0e0;padding:4px 10px;border-radius:12px;font-size:.75rem;color:#333}.cookieadmin_toggle{position:relative;display:inline-block;width:24px;height:11px}.cookieadmin_toggle input{display:none}.cookieadmin_slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;height:21px;width:34px;background-color:gray;transition:.4s;border-radius:34px}.cookieadmin_slider:before{position:absolute;content:"";height:15px;width:15px;left:3.2px;bottom:3.2px;background-color:#fff;transition:.2s;border-radius:50%}input:checked+.cookieadmin_slider{background-color:#3582c4}input:checked+.cookieadmin_slider:before{transform:translateX(13px)}.cookieadmin_law_container .cookieadmin-poweredby{margin-top:10px}.cookieadmin_modal_footer_links .cookieadmin-poweredby{margin-left:auto}.cookieadmin-poweredby a img{height:15px}.cookieadmin-poweredby a{color:unset;cursor:pointer;display:flex;justify-content:center;align-items:center;font-size:11px;gap:2px;text-decoration:none}.cookieadmin_modal_footer .cookieadmin-poweredby a{justify-content:end}#cookieadmin-gpc-toast{display:flex;visibility:hidden;position:fixed;bottom:24px;right:24px;color:#fff;padding:10px 14px;border-radius:6px;box-shadow:0 4px 12px rgb(0 0 0 / .15);align-items:center;justify-content:space-between;gap:10px;font-size:14px;z-index:99999;opacity:0;transform:translateY(20px);transition:opacity 0.3s ease,transform 0.3s ease,visibility 0s 0.3s;line-height:1.5}#cookieadmin_gpc_override{padding-bottom:10px}.cookieadmin_policy_link_box{display:flex;justify-content:space-around;font-size:13px;flex-wrap:wrap}.cookieadmin_modal_policy_link_box{display:flex;gap:5px;font-size:13px;flex-wrap:wrap}.cookieadmin_modal_footer_links{display:flex;justify-content:space-between;margin:9px 9px 0 9px}@media (max-width:767px){.cookieadmin_center{top:10%;left:5%;max-width:90vw}.cookieadmin_show_pref_cookies{font-size:14px}.cookieadmin_law_container,.cookieadmin_box{width:90%}.cookieadmin_side{width:100%}}@media (min-width:768px) and (max-width:991px){.cookieadmin_box{width:45%}}@media (min-width:992px) and (max-width:1199px){.cookieadmin_box{width:35%}}@media (min-width:1200px) and (max-width:1360px){.cookieadmin_box{width:30%}}@media (min-width:768px){.cookieadmin_notice_group{flex-direction:row;justify-content:space-between;align-items:center}.cookieadmin_notice_con{flex:1}.cookieadmin_consent_btns{flex-shrink:0}}@media (max-width:480px){.cookieadmin_consent_inside .cookieadmin_btn{width:100%;margin:5px 0}.cookieadmin_modal_footer{padding:8px}}.socialfeeds-instagram-feed,.socialfeeds-facebook-feed-wrapper,.socialfeeds-google-reviews-feed{width:100%;max-width:70%!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.socialfeeds-align-center{margin-left:auto!important;margin-right:auto!important}.socialfeeds-align-left{margin-left:0!important;margin-right:auto!important}.socialfeeds-align-right{margin-left:auto!important;margin-right:0!important}.socialfeeds-width-100pct{max-width:100%!important}.socialfeeds-width-90pct{max-width:90%!important}.socialfeeds-width-80pct{max-width:80%!important}.socialfeeds-width-70pct{max-width:70%!important}.socialfeeds-width-60pct{max-width:60%!important}.socialfeeds-width-50pct{max-width:50%!important}.socialfeeds-instagram-header{display:flex;align-items:center;gap:15px;margin-bottom:20px}.socialfeeds-instagram-header-info{display:flex;flex-direction:column;justify-content:center;text-align:left!important}.socialfeeds-instagram-header-name{margin:0;font-size:1.2rem;color:#3C434A}.socialfeeds-instagram-header-bio,.socialfeeds-instagram-header-followers{margin:4px 0 0;font-size:.9rem;color:#666}.socialfeeds-instagram-header-left{justify-content:flex-start;text-align:left}.socialfeeds-instagram-header-middle{justify-content:center;text-align:center}.socialfeeds-instagram-header-right{justify-content:flex-end;text-align:right}.socialfeeds-instagram-header-middle .socialfeeds-instagram-header-info,.socialfeeds-instagram-header-right .socialfeeds-instagram-header-info{text-align:inherit}.socialfeeds-instagram-header-avatar{border-radius:50%;object-fit:cover}.socialfeeds-hover-overlay{position:absolute;inset:0;background:rgb(0 0 0 / .4);opacity:0;transition:opacity 0.25s ease;pointer-events:none;z-index:10}.socialfeeds-instagram-item.hover-overlay:hover .socialfeeds-hover-overlay,.socialfeeds-facebook-item.hover-overlay:hover .socialfeeds-hover-overlay,.socialfeeds-google-review-item.hover-overlay:hover .socialfeeds-hover-overlay{opacity:1!important}.socialfeeds-instagram-item.hover-scale:hover .socialfeeds-instagram-media,.socialfeeds-facebook-item.hover-scale:hover .socialfeeds-facebook-media,.socialfeeds-google-review-item.hover-scale:hover{transform:scale(1.05);transition:transform 0.3s ease}.socialfeeds-instagram-item.hover-shadow,.socialfeeds-facebook-item.hover-shadow,.socialfeeds-google-review-item.hover-shadow{transition:transform 0.3s ease,box-shadow 0.3s ease}.socialfeeds-instagram-item.hover-shadow:hover,.socialfeeds-facebook-item.hover-shadow:hover,.socialfeeds-google-review-item.hover-shadow:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgb(0 0 0 / .15)}.socialfeeds-instagram-item{border-radius:0;overflow:hidden;background:#fff0;border:none;display:flex;flex-direction:column}.socialfeeds-instagram-media,.socialfeeds-facebook-media{width:100%;overflow:hidden;background:#f3f3f3;position:relative}.socialfeeds-instagram-media img,.socialfeeds-instagram-media video,.socialfeeds-facebook-media img,.socialfeeds-facebook-media video{width:100%;height:100%;object-fit:cover;display:block}.socialfeeds-instagram-media.aspect-square,.socialfeeds-instagram-media.aspect-instagram,.socialfeeds-facebook-media.aspect-square{aspect-ratio:1 / 1}.socialfeeds-instagram-media.aspect-portrait,.socialfeeds-facebook-media.aspect-portrait{aspect-ratio:4 / 5}.socialfeeds-instagram-stats{padding:8px 10px;font-size:13px;color:#000;display:flex;flex-wrap:wrap;gap:8px}.socialfeeds-instagram-stats .caption{width:100%;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;box-orient:vertical;overflow:hidden}.socialfeeds-instagram-stats .likes,.socialfeeds-instagram-stats .comments,.socialfeeds-instagram-stats .views{font-size:12px;color:#555;display:inline-flex;align-items:center;gap:4px}.socialfeeds-instagram-inner.layout-grid{display:grid}.socialfeeds-instagram-inner.layout-masonry{display:block}.socialfeeds-instagram-inner.layout-masonry .socialfeeds-instagram-item{width:100%;display:inline-block;break-inside:avoid;page-break-inside:avoid}@media (max-width:768px){.socialfeeds-instagram-inner.layout-masonry{column-count:2!important}}@media (max-width:480px){.socialfeeds-instagram-inner.layout-masonry{column-count:1!important}}.socialfeeds-instagram-inner.layout-carousel{display:flex;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.socialfeeds-instagram-inner.layout-carousel::-webkit-scrollbar{display:none}.socialfeeds-instagram-inner.layout-carousel .socialfeeds-instagram-item{flex-shrink:0}.socialfeeds-instagram-feed.socialfeeds-scheme-dark{background:#0f0f0f;color:#fff}.socialfeeds-instagram-feed.socialfeeds-scheme-light{background:#fff;color:#1d2327}.socialfeeds-instagram-feed.socialfeeds-scheme-dark,.socialfeeds-instagram-feed.socialfeeds-scheme-light,.socialfeeds-instagram-feed.socialfeeds-scheme-custom{padding:20px;border-radius:8px}.socialfeeds-instagram-feed.socialfeeds-scheme-dark .socialfeeds-instagram-stats{color:#fff}.socialfeeds-instagram-feed.socialfeeds-scheme-dark .socialfeeds-instagram-stats .likes,.socialfeeds-instagram-feed.socialfeeds-scheme-dark .socialfeeds-instagram-stats .comments,.socialfeeds-instagram-feed.socialfeeds-scheme-dark .socialfeeds-instagram-stats .views{color:#ccc}.socialfeeds-instagram-actions{display:flex;justify-content:center;gap:10px;margin-top:20px;width:100%;flex-wrap:wrap}.socialfeeds-follow-btn,.socialfeeds-load-more-btn{padding:10px 24px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:14px!important;font-weight:500!important;border-radius:4px!important;text-decoration:none!important;cursor:pointer!important;transition:all 0.2s ease;border:none!important}.socialfeeds-follow-btn .dashicons{margin-right:8px}.socialfeeds-instagram-feed .socialfeeds-play-overlay,.socialfeeds-facebook-feed .socialfeeds-play-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;background:rgb(0 0 0 / .6)!important;border-radius:50%!important;display:flex;align-items:center;justify-content:center;z-index:5;pointer-events:none;transition:all 0.2s ease;border:2px solid rgb(255 255 255 / .2)}.socialfeeds-instagram-feed .socialfeeds-play-overlay::before,.socialfeeds-instagram-feed .socialfeeds-play-overlay::after{content:none!important;display:none!important}.socialfeeds-instagram-feed .socialfeeds-play-overlay .dashicons{color:#ffffff!important;font-size:28px!important;width:28px!important;height:28px!important;line-height:1!important;margin-left:2px}.socialfeeds-instagram-item:hover .socialfeeds-play-overlay,.socialfeeds-facebook-item.hover-scale:hover .socialfeeds-play-overlay,.socialfeeds-facebook-item.hover-shadow:hover .socialfeeds-play-overlay{background:rgb(0 0 0 / .8)!important;transform:translate(-50%,-50%) scale(1.1)}.socialfeeds-likes{color:#d76565!important}.socialfeeds-comments{color:#d76565!important}.socialfeeds-fb-header-v2{width:100%;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 2px rgb(0 0 0 / .1);border:1px solid #e2e8f0;margin-bottom:25px;font-family:inherit}.socialfeeds-fb-cover{width:100%;height:200px;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#f0f2f5;position:relative}.socialfeeds-fb-cover.no-image{background:linear-gradient(to bottom,#1877f2,#0a56b2)}.socialfeeds-fb-header-content{display:flex;padding:0 32px 24px;position:relative;z-index:2;align-items:flex-start}.socialfeeds-fb-avatar-wrap{width:110px;height:110px;border-radius:50%;background:#fff;padding:4px;flex-shrink:0;margin-top:-55px;box-shadow:0 0 0 4px #fff;position:relative}.socialfeeds-fb-avatar{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block}.socialfeeds-fb-info-wrap{margin-left:20px;margin-top:15px;flex:1}.socialfeeds-fb-name{margin:0 0 8px;font-size:24px;font-weight:700;color:#050505}.socialfeeds-fb-caption{font-size:15px;color:#65676b;margin-bottom:8px;line-height:1.4;max-width:600px}.socialfeeds-fb-stats{display:flex;align-items:center;gap:8px;font-size:14px;color:#65676b}.socialfeeds-fb-stat-item strong{color:#050505}.socialfeeds-fb-stat-sep{color:#65676b}.socialfeeds-fb-header-v2.no-cover .socialfeeds-fb-header-content{padding:24px 32px}.socialfeeds-fb-header-v2.no-cover .socialfeeds-fb-avatar-wrap{margin-top:0}.socialfeeds-fb-header-v2.no-cover .socialfeeds-fb-info-wrap{margin-top:0}.socialfeeds-fb-album-count{position:absolute;bottom:10px;right:10px;background:rgb(0 0 0 / .7);color:#fff;padding:4px 8px;border-radius:6px;font-size:11px;font-weight:600;display:flex;align-items:center;gap:5px}.socialfeeds-fb-event-badge{position:absolute;top:10px;left:10px;background:#ef4444;color:#fff;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:700;text-transform:uppercase;display:flex;align-items:center;gap:5px;box-shadow:0 2px 4px rgb(0 0 0 / .2);z-index:10}.socialfeeds-fb-event-time,.socialfeeds-fb-event-place{font-size:12px;color:#64748b;margin-top:5px;display:flex;align-items:center;gap:5px}.socialfeeds-fb-event-time .dashicons,.socialfeeds-fb-event-place .dashicons{font-size:14px;width:14px;height:14px}.socialfeeds-fb-album-desc{font-size:13px;color:#64748b;margin-top:5px}.socialfeeds-facebook-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.socialfeeds-facebook-content{padding:15px;flex:1;display:flex;flex-direction:column}.socialfeeds-facebook-message{margin-bottom:8px;font-size:14px;line-height:1.5;color:#1e293b}.socialfeeds-fb-engagement{display:flex;align-items:center;gap:12px;padding:8px 0;border-top:1px solid #f0f0f0;margin-top:auto}.socialfeeds-fb-engagement span{display:flex;align-items:center;gap:4px;color:#64748b;font-size:12px}.socialfeeds-fb-engagement .dashicons{font-size:16px;width:16px;height:16px}@media (max-width:768px){.socialfeeds-fb-cover{height:150px}.socialfeeds-fb-header-content{flex-direction:column;align-items:center;padding:0 16px 24px;text-align:center}.socialfeeds-fb-avatar-wrap{width:80px;height:80px;margin-top:-40px}.socialfeeds-fb-info-wrap{margin-left:0;margin-top:15px;margin-bottom:0}.socialfeeds-fb-name{font-size:20px}.socialfeeds-fb-stats{justify-content:center}}.socialfeeds-google-reviews-feed{width:100%;max-width:70%;margin:0 auto;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.socialfeeds-google-reviews-inner{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.socialfeeds-google-reviews-inner.layout-carousel{display:flex;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory}.socialfeeds-google-reviews-inner.layout-carousel::-webkit-scrollbar{display:none}.socialfeeds-google-review-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px;box-shadow:0 1px 3px rgb(0 0 0 / .1);transition:all 0.3s ease;display:flex;flex-direction:column;gap:12px;position:relative}.socialfeeds-google-review-item:hover{border-color:#d1d5db}.socialfeeds-google-reviews-inner.layout-carousel .socialfeeds-google-review-item{flex-shrink:0;scroll-snap-align:start}.socialfeeds-google-review-header{display:flex;align-items:flex-start;gap:12px}.socialfeeds-google-review-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0;background:#f3f4f6}.socialfeeds-google-review-author{flex:1;display:flex;flex-direction:column;gap:4px}.socialfeeds-google-review-name{margin:0;font-size:14px;font-weight:600;color:#1f2937}.socialfeeds-google-review-rating{display:flex;gap:2px;font-size:14px}.socialfeeds-google-review-rating .dashicons{width:16px;height:16px;font-size:16px;color:#fbbf24}.socialfeeds-google-review-time{margin:0;font-size:12px;color:#6b7280;font-weight:500}.socialfeeds-google-review-text{margin:0;font-size:13px;line-height:1.5;color:#374151;word-break:break-word}@media (max-width:768px){.socialfeeds-google-reviews-inner.layout-grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:480px){.socialfeeds-google-reviews-inner.layout-grid{grid-template-columns:1fr!important}}.socialfeeds-youtube-feed{width:100%;max-width:70%!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box}.socialfeeds-youtube-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;width:100%;box-sizing:border-box}.socialfeeds-youtube-grid .socialfeeds-video-item{box-sizing:border-box;width:100%;min-width:0}.socialfeeds-video-stats{font-size:12px;color:#666;margin-top:4px;line-height:1.4;overflow-wrap:break-word;word-wrap:break-word}.socialfeeds-card-desc{margin-top:8px;line-height:1.5;overflow-wrap:break-word;word-wrap:break-word}.socialfeeds-play-overlay{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);width:64px;height:44px;background:rgb(255 0 0 / .7);border-radius:10px;display:flex;align-items:center;justify-content:center}.socialfeeds-play-overlay::before{content:'';width:0;height:0;border-left:16px solid #fff;border-top:10px solid #fff0;border-bottom:10px solid #fff0;margin-left:3px}.socialfeeds-play-overlay:hover{background:#e60000}.socialfeeds-video-duration{position:absolute;bottom:8px!important;right:8px!important;background:rgb(0 0 0 / .85)!important;color:#fff!important;font-size:15px!important;padding:5px 6px!important;border-radius:4px!important;font-weight:400;line-height:1.2}.socialfeeds-youtube-grid .socialfeeds-video-item img{width:100%;height:auto;display:block;border-radius:4px;object-fit:contain!important;background:#000}.socialfeeds-video-title{margin:8px 0 0;font-size:14px;font-weight:600;color:#333}.socialfeeds-youtube-feed.socialfeeds-theme-card .socialfeeds-video-item{background:#fff;border:1px solid #eee;border-radius:4px;padding:8px;box-shadow:0 2px 6px rgb(0 0 0 / .04)}.socialfeeds-youtube-feed.socialfeeds-theme-card .socialfeeds-video-item .socialfeeds-video-title{font-weight:600;color:#222}.socialfeeds-youtube-feed.socialfeeds-theme-clean .socialfeeds-video-item{background:#fff0;border:none;padding:0}.socialfeeds-youtube-feed.socialfeeds-theme-clean .socialfeeds-video-item .socialfeeds-video-title{font-weight:600;color:#111}.socialfeeds-youtube-grid .socialfeeds-grid-col-1{grid-column:span 1}.socialfeeds-youtube-grid .socialfeeds-grid-col-2{grid-column:span 2}.socialfeeds-youtube-grid .socialfeeds-grid-col-3{grid-column:span 3}.socialfeeds-youtube-grid .socialfeeds-grid-col-4{grid-column:span 4}.socialfeeds-youtube-grid .socialfeeds-grid-col-5{grid-column:span 5}.socialfeeds-youtube-grid .socialfeeds-grid-col-6{grid-column:span 6}.socialfeeds-container-list{max-width:850px;margin:0 auto!important}.socialfeeds-youtube-list .socialfeeds-list-item{margin-bottom:20px}.socialfeeds-video-iframe-wrap{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;margin:15px 0;border-radius:4px}.socialfeeds-video-iframe-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%!important}.socialfeeds-carousel-nav{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:5}.socialfeeds-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid rgb(0 0 0 / .1);box-shadow:0 4px 6px rgb(0 0 0 / .1);color:#333;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:20px;transition:all 0.2s ease;line-height:1;pointer-events:auto;z-index:10}.socialfeeds-carousel-btn.prev{left:-20px;left:10px}.socialfeeds-carousel-btn.next{right:10px}.socialfeeds-carousel-btn:hover{background:#fff;box-shadow:0 6px 12px rgb(0 0 0 / .15);transform:translateY(-50%) scale(1.05);color:#000}.socialfeeds-carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:25px;margin-bottom:10px}.socialfeeds-dot{width:10px;height:10px;border-radius:50%;background:#ddd;cursor:pointer;transition:0.2s}.socialfeeds-dot.active,.socialfeeds-dot:hover{background:#333;transform:scale(1.1)}.socialfeeds-carousel-btn.prev:hover,.socialfeeds-carousel-btn.next:hover{background:#555;background:#f0f0f0}.socialfeeds-video-desc{color:#555;font-size:13px}.socialfeeds-youtube-carousel{padding:12px 6px;display:flex;overflow-x:auto;gap:12px;scrollbar-width:none;-ms-overflow-style:none}.socialfeeds-youtube-carousel::-webkit-scrollbar{display:none}.socialfeeds-youtube-carousel .socialfeeds-carousel-item{background:#fff;padding:6px;flex:0 0 280px}.socialfeeds-youtube-carousel .socialfeeds-carousel-item img{border-radius:4px;width:100%;height:auto;display:block}.socialfeeds-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}.socialfeeds-card{background:#fff;border:1px solid #eee;border-radius:4px;padding:22px;box-shadow:0 2px 8px rgb(0 0 0 / .04);display:flex;flex-direction:column;justify-content:space-between;transition:0.2s ease}.socialfeeds-card:hover{box-shadow:0 4px 12px rgb(0 0 0 / .08);border-color:#ddd}.socialfeeds-card .socialfeeds-card-top{display:flex;align-items:flex-start;gap:14px}.socialfeeds-card .socialfeeds-card-icon{width:46px;height:46px;border-radius:4px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.socialfeeds-card .socialfeeds-card-icon img{width:24px;height:24px}.socialfeeds-card h3{margin:0;font-size:18px;color:#222;font-weight:600}.socialfeeds-card-desc{font-size:14px;color:#444;margin:4px 0 0 0;line-height:1.3em;max-height:2.6em;overflow:hidden;text-overflow:ellipsis}.socialfeeds-card-actions{display:flex;flex-direction:column;gap:6px}.socialfeeds-btn{display:inline-block;padding:8px 14px;border-radius:4px;text-decoration:none;font-weight:600;font-size:12px;border:none;cursor:pointer;transition:0.2s ease}.socialfeeds-btn-primary{background:#135e96;color:#fff}.socialfeeds-btn-primary:hover{background:#135e96}.socialfeeds-btn-secondary{background:#f7f7f7;color:#333;border:1px solid #ddd}.socialfeeds-btn-secondary:hover{background:#f0f0f0}.socialfeeds-wrap table .button{background:#fff;color:#222;border:1px solid #eee;padding:6px 8px;border-radius:4px;text-decoration:none}.socialfeeds-wrap table .button:hover{background:#fafafa}.socialfeeds-wrap table .button:focus{outline:none;box-shadow:none}.socialfeeds-wrap .fa-pen{color:#000!important}.socialfeeds-wrap .fa-copy{color:#555!important}.socialfeeds-wrap .fa-trash{color:#c62828!important}.socialfeeds-wrap .button.button-secondary .fa-trash{color:#c62828!important}@media(max-width:1000px){.socialfeeds-card-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.socialfeeds-card-grid{grid-template-columns:1fr}}@media(max-width:800px){.socialfeeds-youtube-grid .socialfeeds-video-item{flex:0 0 calc(50% - 6px)}.socialfeeds-youtube-carousel .socialfeeds-carousel-item{flex:0 0 200px}}.socialfeeds-video-player{max-width:100%;height:auto;display:block;margin:0 auto;border-radius:4px}.socialfeeds-card-img{max-width:100%;height:auto;display:block;margin:0 auto;object-fit:cover}.socialfeeds-modal{position:fixed;left:0;top:0;right:0;bottom:0;z-index:99999;display:flex;align-items:center;justify-content:center}.socialfeeds-modal.socialfeeds-modal-hidden{display:none!important}.socialfeeds-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:rgb(0 0 0 / .7);cursor:pointer;z-index:-1}.socialfeeds-modal-inner{position:relative;max-width:85%;max-height:90vh;background:#fff;border-radius:4px;overflow:auto;padding:0;box-shadow:0 20px 60px rgb(0 0 0 / .3);animation:socialfeeds-modal-slide-in 0.3s ease;z-index:1}@keyframes socialfeeds-modal-slide-in{from{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.socialfeeds-modal-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border:none;background:#f0f0f0;color:#333;font-size:20px;font-weight:700;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:0.2s ease;z-index:10}.socialfeeds-modal-close:hover{background:#e0e0e0}.socialfeeds-modal-close:active{transform:scale(.95)}.socialfeeds-modal-media{padding:24px;text-align:center;background:#fafafa;min-height:300px;display:flex;align-items:center;justify-content:center}.socialfeeds-modal-media video,.socialfeeds-modal-media img{max-width:100%;max-height:60vh;height:auto;border-radius:4px}.socialfeeds-modal-caption{padding:20px 24px;font-size:15px;color:#222;line-height:1.6;word-wrap:break-word;overflow-wrap:break-word}.socialfeeds-modal-hashtags{padding:0 24px 12px;font-size:14px;color:#0073aa;font-weight:600;word-wrap:break-word;overflow-wrap:break-word}.socialfeeds-modal-footer{padding:16px 24px;border-top:1px solid #eee;text-align:right;background:#fafafa}.socialfeeds-modal-link{display:inline-block;padding:10px 18px;background:#3a3b3c;color:#fff;text-decoration:none;border-radius:4px;font-weight:600;font-size:14px;transition:0.2s ease}.socialfeeds-modal-link:hover{background:#135e96}.socialfeeds-modal-video{max-width:100%;height:auto;border-radius:4px}.socialfeeds-modal-img{max-width:100%;height:auto;border-radius:4px}.socialfeeds-hide-buttons .socialfeeds-btn,.socialfeeds-hide-buttons .socialfeeds-load-more-btn,.socialfeeds-hide-buttons .socialfeeds-btn-subscribe,.socialfeeds-hide-buttons .socialfeeds-post-engagement{display:none!important}@media(max-width:800px){.socialfeeds-modal-inner{max-width:95%;padding:0;border-radius:4px}.socialfeeds-modal-media{min-height:250px;padding:16px}.socialfeeds-modal-caption{padding:16px;font-size:14px}.socialfeeds-modal-footer{padding:12px 16px}.socialfeeds-modal-close{width:32px;height:32px;font-size:18px}}@media(max-width:480px){.socialfeeds-modal-inner{max-width:100%;max-height:100vh;border-radius:0;height:100vh;display:flex;flex-direction:column}.socialfeeds-modal-media{min-height:200px;flex-grow:1;overflow-y:auto}.socialfeeds-modal-caption{padding:12px;font-size:13px;max-height:150px;overflow-y:auto}.socialfeeds-modal-close{width:32px;height:32px;font-size:18px;top:8px;right:8px}}.socialfeeds-youtube-header{display:block;margin-bottom:20px}.socialfeeds-channel-info{display:flex;align-items:center;gap:12px}.socialfeeds-youtube-header .socialfeeds-channel-logo{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0}.socialfeeds-youtube-header .socialfeeds-channel-name{font-weight:700;font-size:18px;color:#222}.socialfeeds-youtube-header .socialfeeds-header-text{color:#666;font-size:14px}@media(max-width:600px){.socialfeeds-channel-info{flex-direction:column;text-align:center;gap:10px}.socialfeeds-youtube-header .socialfeeds-channel-logo{width:60px;height:60px;margin:0 auto}.socialfeeds-youtube-header .socialfeeds-channel-name{font-size:16px}.socialfeeds-youtube-header .socialfeeds-header-text{font-size:13px}}.socialfeeds-youtube-feed.socialfeeds-scheme-dark{background:#0f0f0f!important}.socialfeeds-youtube-feed.socialfeeds-scheme-light{background:#ffffff!important}.socialfeeds-youtube-feed.socialfeeds-scheme-dark,.socialfeeds-youtube-feed.socialfeeds-scheme-light,.socialfeeds-youtube-feed.socialfeeds-scheme-custom{padding:20px;border-radius:8px}.socialfeeds-scheme-dark .socialfeeds-video-item{background:#0f0f0f!important;border:none!important;border-radius:0!important;box-shadow:none!important}.socialfeeds-scheme-dark .socialfeeds-video-item img,.socialfeeds-scheme-dark .socialfeeds-video-item .socialfeeds-card-media{border-radius:0!important}.socialfeeds-scheme-dark .socialfeeds-video-title,.socialfeeds-scheme-dark h5,.socialfeeds-scheme-dark .socialfeeds-channel-name{color:#ffffff!important}.socialfeeds-scheme-dark .socialfeeds-video-desc,.socialfeeds-scheme-dark .socialfeeds-card-desc,.socialfeeds-scheme-dark .socialfeeds-header-text{color:#cccccc!important}.socialfeeds-scheme-dark .socialfeeds-video-stats{color:#aaaaaa!important}.socialfeeds-scheme-light .socialfeeds-video-item{background:#ffffff!important;border-color:#eeeeee!important}.socialfeeds-scheme-light .socialfeeds-video-title,.socialfeeds-scheme-light h5,.socialfeeds-scheme-light .socialfeeds-channel-name{color:#222222!important}.socialfeeds-scheme-light .socialfeeds-video-desc,.socialfeeds-scheme-light .socialfeeds-card-desc,.socialfeeds-scheme-light .socialfeeds-header-text{color:#666666!important}.socialfeeds-scheme-light .socialfeeds-video-stats{color:#666666!important}.socialfeeds-load-more-container{display:flex!important;justify-content:center!important;align-items:center!important;gap:15px;margin-top:30px;width:100%}.socialfeeds-video-stats{font-size:12px;margin-top:4px;line-height:1.4;display:flex;flex-wrap:wrap;gap:6px 10px;align-items:center;white-space:normal;overflow:visible;text-overflow:unset}.socialfeeds-video-meta-line{font-size:13px;color:#606060;margin-top:6px;display:flex;gap:8px;flex-wrap:wrap}.socialfeeds-load-more-btn,.socialfeeds-btn-subscribe{display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;font-size:14px;font-weight:400;border-radius:4px;border:none;cursor:pointer;transition:all 0.2s ease;text-decoration:none;line-height:normal}.socialfeeds-load-more-btn{background-color:#f0f0f0;color:#333}.socialfeeds-load-more-btn:hover{filter:brightness(.95)}.socialfeeds-btn-subscribe{background-color:#c00;color:#fff}.socialfeeds-btn-subscribe:hover{background-color:#b30000}.socialfeeds-load-more-btn:disabled{opacity:.8;cursor:not-allowed}.socialfeeds-load-more-btn.socialfeeds-loading::after{content:"";width:16px;height:16px;border:2px solid currentColor;border-radius:50%;border-top-color:#fff0;animation:sf-rotate 0.6s linear infinite;display:inline-block;margin-left:10px;vertical-align:middle}.socialfeeds-meta-item:not(:first-child)::before{content:"•";margin:0 3px;font-size:16px}@keyframes sf-rotate{to{transform:rotate(360deg)}}*{margin:0;padding:0;box-sizing:border-box}:root{--cdf-header-h:70px}body{font-family:'Segoe UI',system-ui,sans-serif;color:#1a1a2e;background:#fff;line-height:1.6}a{text-decoration:none}img{max-width:100%;display:block}.container{max-width:1100px;margin:0 auto;padding:0 20px}.wa-float{position:fixed;bottom:28px;right:28px;z-index:999;display:flex;align-items:center;gap:10px;background:#25D366;color:#fff;padding:13px 22px;border-radius:50px;font-weight:700;font-size:14px;box-shadow:0 4px 20px #25D36655;transition:transform 0.2s}.wa-float:hover{transform:translateY(-3px);color:#fff}.wa-float svg{flex-shrink:0}header.site-header{background:#1a1a2e;position:sticky;top:0;z-index:200}.nav-bar{display:flex;align-items:center;max-width:1200px;margin:0 auto;height:clamp(60px,7vw,72px);gap:clamp(10px,2vw,22px);padding:0 clamp(14px,3vw,24px)}.logo{flex-shrink:0}.logo a{display:flex;align-items:center;color:#a78bfa}.logo-img{height:clamp(34px,5vw,48px);width:auto;max-width:clamp(110px,16vw,180px);object-fit:contain}.logo-text{font-weight:800;font-size:clamp(16px,2.2vw,21px);white-space:nowrap}.nav-bar nav{margin-right:auto;min-width:0}.nav-bar nav>ul{display:flex;gap:0;list-style:none;align-items:center;flex-wrap:nowrap}.nav-bar nav>ul>li>a{color:#e2e8f0;font-weight:500;transition:color 0.2s;display:flex;align-items:center;white-space:nowrap;font-size:clamp(12px,1.1vw,14px);padding:8px clamp(5px,1vw,13px);gap:4px}.nav-bar nav>ul>li>a:hover{color:#a78bfa}.wa-header{display:flex;align-items:center;gap:7px;background:#25D366;color:#fff;border-radius:50px;font-weight:700;white-space:nowrap;flex-shrink:0;transition:opacity 0.2s;font-size:clamp(11px,1vw,13px);padding:clamp(7px,0.9vw,9px) clamp(10px,1.5vw,16px)}.wa-header:hover{opacity:.9;color:#fff}.wa-header svg{flex-shrink:0;width:clamp(15px,1.5vw,18px);height:clamp(15px,1.5vw,18px)}.menu-toggle{display:none;background:none;border:none;cursor:pointer;flex-shrink:0;width:38px;height:38px;padding:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px}.menu-toggle-bar{display:block;width:24px;height:2.5px;background:#fff;border-radius:2px;transition:transform 0.25s,opacity 0.2s}.menu-toggle.active .menu-toggle-bar:nth-child(1){transform:translateY(7.5px) rotate(45deg)}.menu-toggle.active .menu-toggle-bar:nth-child(2){opacity:0}.menu-toggle.active .menu-toggle-bar:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}.has-dropdown{position:relative}.chevron{transition:transform 0.2s;flex-shrink:0;width:11px;height:11px}.has-dropdown.open .chevron{transform:rotate(180deg)}.dropdown-menu{display:none;position:absolute;top:100%;left:0;background:#1e293b;border:1px solid #334155;border-radius:10px;min-width:190px;list-style:none;padding:8px 0;box-shadow:0 8px 30px rgb(0 0 0 / .35);z-index:300}.dropdown-menu li a{display:flex;align-items:center;gap:6px;padding:10px 18px;color:#cbd5e1;font-size:13px;font-weight:500;transition:background 0.15s,color 0.15s}.dropdown-menu li a:hover{background:#334155;color:#a78bfa}.has-dropdown.open .dropdown-menu{display:block}.dropdown-menu .ext-icon{flex-shrink:0;opacity:.65}@media(min-width:1025px){.has-dropdown .dropdown-menu{display:block;visibility:hidden;opacity:0;pointer-events:none;transition:opacity 0.18s ease,visibility 0s linear 0.18s;top:100%;margin-top:0}.has-dropdown .dropdown-menu::before{content:'';position:absolute;top:-10px;left:0;right:0;height:10px;background:#fff0}.has-dropdown.open .dropdown-menu,.has-dropdown:hover .dropdown-menu{visibility:visible;opacity:1;pointer-events:auto;transition:opacity 0.18s ease,visibility 0s linear 0s}.has-dropdown:hover .chevron{transform:rotate(180deg)}.has-dropdown:last-of-type .dropdown-menu{left:auto;right:0}}.hero{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 60%,#0f3460 100%);color:#fff;text-align:center;padding:100px 20px}.hero-content h1{font-size:44px;font-weight:800;margin-bottom:18px;line-height:1.25;background:linear-gradient(90deg,#a78bfa,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.hero-content p{font-size:18px;color:#cbd5e1;max-width:580px;margin:0 auto 32px}.btn{display:inline-flex;align-items:center;gap:9px;background:#6366f1;color:#fff;padding:14px 36px;border-radius:50px;font-weight:700;font-size:15px;border:none;cursor:pointer;transition:background 0.2s,transform 0.2s}.btn:hover{background:#4f46e5;transform:translateY(-2px);color:#fff}section{padding:70px 0}section h2{font-size:32px;font-weight:800;margin-bottom:16px;color:#1a1a2e}.section-bg{background:#f8f7ff}#nosotros p{font-size:17px;color:#475569;max-width:720px;line-height:1.8}.video-wrap{position:relative;width:100%;max-width:860px;aspect-ratio:16/9;border-radius:18px;overflow:hidden;box-shadow:0 8px 32px #6366f122;margin:22px 0 18px;background:#000}.video-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.video-btn-row{position:absolute;bottom:14px;left:14px;display:flex;flex-wrap:wrap;gap:10px;align-items:center;z-index:10}.video-yt-link{display:inline-flex;align-items:center;gap:8px;background:red;color:#fff;padding:9px 18px;border-radius:50px;font-weight:700;font-size:13px;transition:opacity 0.2s,transform 0.15s;text-decoration:none;box-shadow:0 2px 8px rgb(0 0 0 / .45)}.video-yt-link:hover{opacity:.88;color:#fff;transform:translateY(-1px)}.video-predicas-btn{display:inline-flex;align-items:center;gap:8px;background:red;color:#fff;padding:9px 18px;border-radius:50px;font-weight:700;font-size:13px;border:none;cursor:pointer;transition:opacity 0.2s,transform 0.15s;box-shadow:0 2px 8px rgb(0 0 0 / .45)}.video-predicas-btn:hover{opacity:.88;transform:translateY(-1px)}.video-predicas-btn[aria-expanded="true"]{opacity:.88}.predicas-panel{max-width:860px;margin-top:24px;border:1px solid #e2e8f0;border-radius:18px;overflow:hidden;opacity:0;transform:translateY(-10px);transition:opacity 0.3s ease,transform 0.3s ease}.predicas-panel--visible{opacity:1;transform:translateY(0)}.predicas-panel-inner{padding:28px 32px}.predicas-panel-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:22px}.predicas-titulo{font-size:20px;font-weight:800;color:#1e293b;margin:0 0 6px}.predicas-intro{color:#64748b;font-size:14px;margin:0}.predicas-cerrar{flex-shrink:0;background:none;border:1px solid #e2e8f0;border-radius:50%;width:38px;height:38px;cursor:pointer;color:#64748b;display:flex;align-items:center;justify-content:center;transition:background 0.2s,color 0.2s}.predicas-cerrar:hover{background:#f1f5f9;color:#1e293b}.predicas-vacio{color:#94a3b8;font-size:14px;padding:20px 0}.predicas-grid{display:flex;flex-direction:column;gap:12px}.predica-card{display:flex;align-items:center;gap:14px;padding:16px 18px;border:1px solid #e2e8f0;border-radius:12px;transition:border-color 0.2s,box-shadow 0.2s;background:#fff}.predica-card:hover{border-color:#6366f1;box-shadow:0 4px 16px #6366f115}.predica-card-icon{flex-shrink:0;width:44px;height:44px;border-radius:10px;background:#eef2ff;color:#6366f1;display:flex;align-items:center;justify-content:center}.predica-card-info{flex:1;min-width:0}.predica-card-titulo{font-weight:700;font-size:15px;color:#1e293b;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.predica-card-meta{display:flex;flex-wrap:wrap;gap:10px;margin:0;font-size:12px;color:#94a3b8}.predica-card-meta span{display:flex;align-items:center;gap:4px}.predica-card-acciones{display:flex;gap:8px;flex-shrink:0}.predica-btn-ver,.predica-btn-descargar{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;padding:7px 14px;border-radius:8px;text-decoration:none;transition:background 0.18s,color 0.18s}.predica-btn-ver{background:#f1f5f9;color:#475569}.predica-btn-ver:hover{background:#e2e8f0;color:#1e293b}.predica-btn-descargar{background:#6366f1;color:#fff}.predica-btn-descargar:hover{background:#4f46e5;color:#fff}.cal-month-title{text-align:center;font-weight:800;font-size:18px;color:#6366f1;margin:20px 0 12px;text-transform:capitalize}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;margin-bottom:10px}.cal-weekday{text-align:center;font-size:11px;font-weight:700;color:#94a3b8;text-transform:uppercase;padding:6px 0}.cal-cell{min-height:64px;border-radius:8px;border:1px solid #ede9fe;background:#fafaff;padding:6px;display:flex;flex-direction:column;gap:3px}.cal-cell.has-event{border:2px solid #6366f1;background:#ede9fe}.cal-cell-empty{min-height:64px}.cal-day{font-size:12px;font-weight:700;color:#94a3b8}.cal-cell.has-event .cal-day{color:#6366f1}.cal-evt-pill{font-size:10px;font-weight:700;background:#fff;border-radius:5px;padding:2px 5px;line-height:1.3;color:#1a1a2e}.ev-list{display:flex;flex-direction:column;gap:14px;margin-top:24px}.ev-item{display:flex;align-items:center;gap:18px;background:#fff;border:2px solid #ede9fe;border-radius:14px;padding:18px 22px;box-shadow:0 4px 16px #6366f110}.ev-date{background:#6366f1;color:#fff;border-radius:10px;min-width:66px;height:66px;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0}.ev-date-d{font-size:24px;font-weight:800;line-height:1}.ev-date-m{font-size:11px;text-transform:uppercase;letter-spacing:1px;margin-top:2px}.ev-title{font-weight:800;font-size:16px;margin-bottom:3px}.ev-time{color:#6366f1;font-weight:700;font-size:13px;margin-bottom:3px}.ev-desc{color:#475569;font-size:14px}.galeria-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px;margin-top:22px}.galeria-item{margin:0;border-radius:14px;overflow:hidden;border:2px solid #ede9fe;box-shadow:0 4px 16px #6366f110;transition:transform 0.2s}.galeria-item:hover{transform:translateY(-4px)}.galeria-item img{width:100%;height:400px;object-fit:cover;display:block}@media (max-width:600px){.galeria-grid{grid-template-columns:1fr;gap:14px}.galeria-item img{height:auto;object-fit:initial;max-height:none}}.galeria-item figcaption{padding:10px 14px;font-size:13px;color:#6366f1;font-weight:700;text-align:center}.redes-container{text-align:center}.redes-subtitle{color:#475569;font-size:15px;margin-bottom:36px;margin-top:-8px}.redes-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:32px}.red-item{display:flex;flex-direction:column;align-items:center;gap:12px;padding:28px 22px;border-radius:20px;min-width:120px;font-weight:700;font-size:14px;transition:transform 0.2s,box-shadow 0.2s;color:#fff}.red-item:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgb(0 0 0 / .2);color:#fff}.red-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center}.red-icon svg{width:100%;height:100%}.red-instagram{background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af,#515bd4)}.red-facebook{background:#1877F2}.red-youtube{background:red}.red-tiktok{background:#000}.red-spotify{background:#1DB954}.schedule-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:22px;margin-top:28px}.schedule-card{background:#fff;border:2px solid #ede9fe;border-radius:16px;padding:28px 22px;box-shadow:0 4px 16px #6366f108;transition:transform 0.2s,box-shadow 0.2s}.schedule-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #6366f114}.schedule-card h3{color:#6366f1;font-weight:800;font-size:18px;margin-bottom:10px}.schedule-card p{color:#475569;font-size:14px;margin:4px 0}.oracion-container{max-width:1100px}.oracion-layout{width:100%}.oracion-layout--with-img{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.oracion-img-wrap{border-radius:20px;overflow:hidden;box-shadow:0 8px 32px #6366f122}.oracion-img{width:100%;height:500px;object-fit:cover}.oracion-content h2{color:#1a1a2e;font-size:32px;font-weight:800;margin-bottom:12px}.oracion-desc{color:#475569;font-size:16px;margin-bottom:28px;line-height:1.8}.oracion-form{margin-top:4px}.form-row{display:flex;gap:16px}.form-row-2{grid-template-columns:1fr 1fr}.form-field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px;flex:1}.form-field label{font-size:13px;font-weight:700;color:#374151}.form-alert{padding:14px 18px;border-radius:12px;font-size:14px;font-weight:600;margin:16px 0;line-height:1.5}.form-alert-ok{background:#dcfce7;color:#15803d;border:1px solid #86efac}.form-alert-error{background:#fee2e2;color:#b91c1c;border:1px solid #fca5a5}.oracion-form input[type="text"],.oracion-form input[type="email"],.oracion-form select,.oracion-form textarea{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:10px;font-size:15px;font-family:inherit;outline:none;transition:border-color 0.2s;background:#fff}.oracion-form input:focus,.oracion-form select:focus,.oracion-form textarea:focus{border-color:#6366f1}.oracion-form textarea{resize:vertical;min-height:130px}.oracion-form select{cursor:pointer;appearance:auto}.form-check{flex-direction:row;align-items:center;gap:10px;margin-bottom:20px}.form-check input[type="checkbox"]{width:18px;height:18px;accent-color:#6366f1;flex-shrink:0;cursor:pointer}.form-check label{font-size:14px;font-weight:500;color:#374151;cursor:pointer;margin:0}.btn-oracion{margin-top:4px;width:100%;justify-content:center;font-size:16px;padding:16px 32px}.form-note{font-size:12px;color:#94a3b8;margin-top:12px;line-height:1.5}#contacto form{margin-top:22px;max-width:580px}#contacto input,#contacto textarea{display:block;width:100%;padding:13px 16px;border:2px solid #e2e8f0;border-radius:10px;font-size:15px;margin-bottom:14px;font-family:inherit;outline:none;transition:border-color 0.2s}#contacto input:focus,#contacto textarea:focus{border-color:#6366f1}#contacto textarea{resize:vertical;min-height:120px}.site-footer{background:#0f172a;color:#e2e8f0}.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;padding:50px 0 36px}.footer-logo{font-weight:800;font-size:20px;color:#a78bfa;margin-bottom:10px}.footer-desc{color:#94a3b8;font-size:14px;line-height:1.8;margin-bottom:14px}.footer-col-title{font-weight:800;font-size:13px;color:#e2e8f0;text-transform:uppercase;letter-spacing:1px;margin-bottom:14px}.footer-row{display:flex;align-items:flex-start;gap:10px;color:#94a3b8;font-size:13px;margin-bottom:10px}.footer-row svg{flex-shrink:0;margin-top:2px}.footer-map{border-radius:12px;overflow:hidden;border:2px solid #1e293b;margin-top:4px}.footer-bottom{background:#070f1e;color:#fff;text-align:center;padding:16px 20px;font-size:12px}.footer-link{color:#94a3b8;transition:color 0.2s}.footer-link:hover{color:#a78bfa}.footer-maps-link{color:#94a3b8;display:flex;flex-direction:column;gap:4px;transition:color 0.2s}.footer-maps-link:hover{color:#a78bfa}.maps-badge{font-size:11px;background:#6366f1;color:#fff;padding:2px 8px;border-radius:20px;width:fit-content}.footer-map-placeholder{background:#1e293b;border-radius:10px;padding:30px;display:flex;align-items:center;justify-content:center;min-height:120px}.maps-placeholder-btn{display:flex;align-items:center;gap:8px;color:#a78bfa;font-weight:700;font-size:14px}.maps-open-btn{display:block;text-align:center;padding:8px;font-size:12px;color:#6366f1;font-weight:700;background:#1e293b;transition:color 0.2s}.maps-open-btn:hover{color:#a78bfa}.wa-footer-btn{display:inline-flex;align-items:center;gap:8px;background:#25D366;color:#fff;padding:10px 18px;border-radius:50px;font-weight:700;font-size:13px;transition:opacity 0.2s}.wa-footer-btn:hover{opacity:.9;color:#fff}.ministerio-page{max-width:820px;padding:50px 0 0}.ministerio-back{display:inline-flex;align-items:center;gap:7px;color:#6366f1;font-weight:700;font-size:14px;margin-bottom:26px;transition:gap 0.2s}.ministerio-back:hover{gap:11px;color:#4f46e5}.ministerio-cover{border-radius:18px;overflow:hidden;margin-bottom:26px;box-shadow:0 8px 32px #6366f122}.ministerio-cover img{width:100%;max-height:380px;object-fit:cover}.ministerio-title{font-size:34px;font-weight:800;color:#1a1a2e;margin-bottom:18px}.ministerio-desc{font-size:17px;color:#475569;line-height:1.9;margin-bottom:30px}.ministerio-desc-empty{font-size:16px;color:#94a3b8;line-height:1.8;margin-bottom:30px;font-style:italic}.ministerio-cta{display:inline-flex;margin-bottom:36px}.ministerio-gal{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px;margin-top:32px}.ministerio-gal-item{margin:0;border-radius:14px;overflow:hidden;box-shadow:0 4px 16px #6366f114}.ministerio-gal-item img{width:100%;height:180px;object-fit:cover;transition:transform 0.25s}.ministerio-gal-item:hover img{transform:scale(1.04)}.ministerio-cookie-spacer{height:80px}@media(min-width:769px){.ministerio-cookie-spacer{height:40px}}.cal-nav{display:flex;align-items:center;justify-content:center;gap:16px;margin:20px 0 12px}.cal-nav-btn{background:#6366f1;color:#fff;border:none;border-radius:50%;width:38px;height:38px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 0.2s,transform 0.15s;flex-shrink:0}.cal-nav-btn:hover{background:#4f46e5;transform:scale(1.08)}.cal-month-title{text-align:center;font-weight:800;font-size:18px;color:#6366f1;text-transform:capitalize;min-width:180px}.vpc-wrap{position:relative;max-width:860px;border-radius:18px;overflow:hidden;box-shadow:0 8px 32px #6366f122;margin:22px 0 0;background:#e2e8f0;aspect-ratio:16/9}.vpc-video{display:block;width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.vpc-overlay{position:absolute;inset:0;background:rgb(15 23 42 / .55);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;z-index:2}.vpc-play-btn{width:64px;height:64px;border-radius:50%;border:none;cursor:pointer;background:rgb(255 255 255 / .9);color:#6366f1;display:flex;align-items:center;justify-content:center;transition:transform 0.2s,background 0.2s}.vpc-play-btn:hover{transform:scale(1.08);background:#fff}.vpc-overlay-msg{color:#fff;font-size:14px;margin:0}.vpc-sound-btn{position:absolute;bottom:14px;right:14px;z-index:3;background:rgb(0 0 0 / .55);color:#fff;border:none;border-radius:50%;width:44px;height:44px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 0.2s;backdrop-filter:blur(4px)}.vpc-sound-btn:hover{background:rgb(99 102 241 / .8)}@media(max-width:1024px){.menu-toggle{display:flex}.nav-bar nav{display:none;position:fixed;top:var(--cdf-header-h,64px);left:0;right:0;bottom:0;overflow-y:auto;background:#1a1a2e;border-top:1px solid #334155;z-index:199}.nav-bar nav.open{display:block}.nav-bar nav>ul{flex-direction:column;gap:0;align-items:stretch;padding:8px 0 100px}.nav-bar nav>ul>li>a{display:flex;justify-content:space-between;padding:14px 22px;font-size:16px;border-top:1px solid #ffffff10}.has-dropdown .dropdown-menu{display:none;visibility:visible;opacity:1;pointer-events:auto;position:static;box-shadow:none;border:none;border-radius:0;background:#0f172a;padding:0;min-width:0;transition:none}.has-dropdown.open .dropdown-menu{display:block}.dropdown-menu li a{padding:12px 22px 12px 38px;font-size:15px;border-top:1px solid #1e293b}.wa-header .wa-label{display:none}.wa-header{padding:10px;width:42px;height:42px;justify-content:center}.wa-header svg{width:19px;height:19px}}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}.footer-map-col{grid-column:1/-1}.oracion-layout--with-img{grid-template-columns:1fr}.oracion-img{height:280px}}@media(max-width:768px){.hero-content h1{font-size:30px}section h2{font-size:26px}.footer-grid{grid-template-columns:1fr}.form-row{flex-direction:column;gap:0}.redes-grid{gap:14px}.red-item{min-width:90px;padding:20px 16px}.ministerio-title{font-size:26px}.ministerio-desc,.ministerio-desc-empty{font-size:15px}.ministerio-cover img{max-height:220px}.ministerio-gal{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.ministerio-gal-item img{height:140px}.vpc-wrap{border-radius:12px;aspect-ratio:16/9}.video-yt-link{font-size:11px;padding:7px 13px}.video-predicas-btn{font-size:11px;padding:7px 13px}.predicas-panel-inner{padding:20px 16px}.predica-card{flex-wrap:wrap;gap:10px}.predica-card-acciones{width:100%;justify-content:flex-end}.predica-card-titulo{white-space:normal}}@media(max-width:600px){.hero{padding:70px 20px}section{padding:50px 0}.red-icon{width:44px;height:44px}.nav-bar{padding:0 14px}.logo-img{max-width:100px}.video-wrap{border-radius:12px}}@media(max-width:380px){.logo-text{font-size:15px}.logo-img{max-width:88px;height:30px}.wa-header{width:38px;height:38px}.hero-content h1{font-size:25px}.red-item{min-width:78px;padding:16px 12px}}body.cdf-menu-open{overflow:hidden}.nosotros-section{padding:70px 0}.nosotros-inner{display:grid;grid-template-columns:1fr;gap:36px;align-items:start}.nosotros-inner--with-img{grid-template-columns:1fr 1fr;align-items:center}.nosotros-img-wrap{border-radius:16px;overflow:hidden;box-shadow:0 8px 30px rgb(0 0 0 / .10)}.nosotros-img{width:100%;height:auto;display:block;object-fit:cover}.nosotros-texto-wrap h2{margin-top:0}.nosotros-texto-colapsable{transition:max-height .45s ease;overflow:hidden}.nosotros-leer-mas{display:inline-flex;align-items:center;gap:6px;margin-top:14px;background:none;border:none;cursor:pointer;padding:6px 0;color:var(--cdf-accent,#1d4ed8);font-weight:600;font-size:15px}.nosotros-leer-mas:hover{text-decoration:underline}.nosotros-chevron{transition:transform .3s ease;flex-shrink:0}.cdf-page-section{padding:60px 0 40px}.cdf-page-title{font-size:clamp(26px,4vw,38px);margin-bottom:8px}.cdf-page-intro{color:#475569;font-size:16px;max-width:640px;margin-bottom:40px}.cdf-team-grid{display:grid;gap:28px;grid-template-columns:repeat(auto-fit,minmax(320px,340px));justify-content:center;width:100%;max-width:1200px;margin:8px auto 0 auto}.cdf-team-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px rgb(0 0 0 / .07);padding:24px 20px;text-align:center;transition:transform .25s,box-shadow .25s;display:flex;flex-direction:column}.cdf-team-cargo{font-size:13px;font-weight:600;color:#1d4ed8!important;margin:0 0 4px;text-transform:uppercase;letter-spacing:.4px;display:block!important}.cdf-team-card:hover{transform:translateY(-4px);box-shadow:0 10px 32px rgb(0 0 0 / .12)}.cdf-team-img-wrap{width:100%;aspect-ratio:3 / 4;border-radius:12px;overflow:hidden;margin:0 auto 16px auto;border:3px solid var(--cdf-accent,#1d4ed8)}.cdf-team-img-wrap img{width:100%!important;height:100%!important;object-fit:cover!important;display:block}.cdf-registro-form .form-row{display:grid;gap:16px}.cdf-registro-form .form-row-2{grid-template-columns:1fr 1fr}.cdf-registro-form .form-field{display:flex;flex-direction:column;gap:6px}.cdf-registro-form label{font-weight:600;font-size:14px;color:#374151}.cdf-registro-form input{padding:11px 14px;border:1.5px solid #cbd5e1;border-radius:8px;font-size:15px;transition:border-color .2s;outline:none;width:100%;box-sizing:border-box}.cdf-registro-form input:focus{border-color:var(--cdf-accent,#1d4ed8)}.cdf-registro-form input[style*="border-color: rgb(229"]{border-color:#e53e3e}.cdf-registro-form .btn-oracion{margin-top:8px;width:auto}@media(max-width:960px){.nosotros-inner--with-img{grid-template-columns:1fr}.nosotros-img-wrap{max-width:500px}.cdf-team-grid--4,.cdf-team-grid--5,.cdf-team-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))!important}}@media(max-width:600px){.cdf-team-grid--4,.cdf-team-grid--5,.cdf-team-grid{grid-template-columns:1fr!important}.cdf-registro-form .form-row-2{grid-template-columns:1fr}.cdf-team-img-wrap{width:100%!important;aspect-ratio:3 / 4!important}.cdf-team-img-wrap img{width:100%!important;height:100%!important;object-fit:cover!important}.cdf-team-card .cdf-team-cargo,.cdf-team-cargo{color:#1d4ed8!important;text-transform:uppercase!important;display:block!important}.cdf-team-card .cdf-team-nombre,.cdf-team-nombre{color:#1e293b!important}.cdf-team-card .cdf-team-bio,.cdf-team-bio,.cdf-team-card .cdf-team-email,.cdf-team-email{color:#64748b!important}}@media(max-width:400px){.cdf-team-grid--4,.cdf-team-grid--5,.cdf-team-grid{grid-template-columns:1fr!important}}.cdf-header-actions{display:flex;align-items:center;margin-left:auto;flex-shrink:0}.cdf-btn-login{display:inline-flex;align-items:center;gap:7px;padding:8px 18px;border-radius:8px;font-size:14px;font-weight:600;background:var(--cdf-accent,#1d4ed8);color:#fff!important;text-decoration:none!important;white-space:nowrap;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 2px 8px rgb(29 78 216 / .25)}.cdf-btn-login:hover{background:var(--cdf-accent-dark,#1e40af);transform:translateY(-1px);box-shadow:0 4px 14px rgb(29 78 216 / .35)}@media(max-width:1024px){.cdf-header-actions{order:2;margin-left:12px}.cdf-btn-login span{display:none}.cdf-btn-login{padding:8px 10px;border-radius:50%;width:38px;height:38px;justify-content:center}}.cdf-footer-registro-btn{display:inline-flex;align-items:center;gap:7px;padding:9px 18px;border-radius:8px;font-size:13px;font-weight:600;background:rgb(255 255 255 / .12);color:#e2e8f0!important;border:1.5px solid rgb(255 255 255 / .25);text-decoration:none!important;transition:background .2s,border-color .2s}.cdf-footer-registro-btn:hover{background:rgb(255 255 255 / .22);border-color:rgb(255 255 255 / .5)}.cdf-modal-overlay{position:fixed;inset:0;z-index:9999;background:rgb(15 23 42 / .65);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;transition:opacity .3s ease}.cdf-modal-overlay.cdf-modal--visible{opacity:1}.cdf-modal-overlay[hidden]{display:none!important}.cdf-modal-box{background:#fff;border-radius:20px;padding:36px 36px 32px;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;position:relative;transform:translateY(24px);transition:transform .3s ease;box-shadow:0 24px 64px rgb(0 0 0 / .22)}.cdf-modal-overlay.cdf-modal--visible .cdf-modal-box{transform:translateY(0)}.cdf-modal-close{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;color:#64748b;padding:6px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.cdf-modal-close:hover{background:#f1f5f9;color:#1e293b}.cdf-registro-form{display:flex;flex-direction:column;gap:16px}.cdf-registro-form .form-row{display:grid;gap:14px}.cdf-registro-form .form-row-2{grid-template-columns:1fr 1fr}.cdf-registro-form .form-field{display:flex;flex-direction:column;gap:5px}.cdf-registro-form label{font-weight:600;font-size:13px;color:#374151}.cdf-registro-form input{padding:10px 13px;border:1.5px solid #cbd5e1;border-radius:8px;font-size:15px;width:100%;box-sizing:border-box;outline:none;transition:border-color .2s,box-shadow .2s}.cdf-registro-form input:focus{border-color:var(--cdf-accent,#1d4ed8);box-shadow:0 0 0 3px rgb(29 78 216 / .12)}@media(max-width:520px){.cdf-modal-box{padding:28px 20px 24px}.cdf-registro-form .form-row-2{grid-template-columns:1fr}}.cdf-footer-login-btn{display:inline-flex;align-items:center;gap:7px;padding:9px 18px;border-radius:8px;font-size:13px;font-weight:600;background:var(--cdf-accent,#1d4ed8);color:#fff!important;text-decoration:none!important;transition:background .2s,box-shadow .2s;box-shadow:0 2px 8px rgb(29 78 216 / .30)}.cdf-footer-login-btn:hover{background:var(--cdf-accent-dark,#1e40af);box-shadow:0 4px 16px rgb(29 78 216 / .40)}.cdf-header-actions{display:none}.cdf-nav-co-item{margin-left:6px}.cdf-nav-co-link{display:inline-flex!important;align-items:center;gap:6px;padding:6px 14px!important;border-radius:20px!important;background:linear-gradient(135deg,#7c3aed 0%,#4f46e5 100%);color:#fff!important;font-weight:700!important;font-size:12px!important;white-space:nowrap;letter-spacing:.2px;box-shadow:0 2px 10px rgb(124 58 237 / .35);transition:filter .2s,transform .15s,box-shadow .2s;border:none}.cdf-nav-co-link:hover{filter:brightness(1.15);transform:translateY(-1px);box-shadow:0 4px 16px rgb(124 58 237 / .5);color:#fff!important}.cdf-co-icon{flex-shrink:0;width:13px;height:13px}@media(max-width:1024px){.cdf-nav-co-item{margin-left:0;border-top:2px solid rgb(124 58 237 / .35)!important;margin-top:4px}.cdf-nav-co-link{display:flex!important;justify-content:flex-start!important;padding:16px 22px!important;border-radius:0!important;background:linear-gradient(90deg,rgb(124 58 237 / .18) 0%,rgb(79 70 229 / .08) 100%);box-shadow:none;font-size:16px!important;color:#c4b5fd!important;letter-spacing:.3px;gap:12px}.cdf-nav-co-link:hover{filter:none;transform:none;background:linear-gradient(90deg,rgb(124 58 237 / .28) 0%,rgb(79 70 229 / .14) 100%);color:#e9d5ff!important}.cdf-co-icon{width:20px;height:20px}.cdf-co-label{font-weight:700}}.ev-item{display:flex;align-items:flex-start;gap:16px}.ev-body{flex:1;min-width:0}.ev-item--linked{transition:background .18s,box-shadow .18s;border-radius:12px}.ev-item--linked:hover{background:rgb(124 58 237 / .05);box-shadow:0 0 0 1.5px rgb(124 58 237 / .2)}.ev-link-btn{display:inline-flex;align-items:center;gap:5px;padding:5px 13px;border-radius:7px;font-size:12px;font-weight:600;background:rgb(124 58 237 / .10);color:#7c3aed!important;text-decoration:none!important;flex-shrink:0;align-self:center;border:1.5px solid rgb(124 58 237 / .25);transition:background .15s,border-color .15s}.ev-link-btn:hover{background:rgb(124 58 237 / .18);border-color:rgb(124 58 237 / .5)}.formlayer-form label{display:block;margin-bottom:8px;font-weight:600;color:#1e293b;font-size:14px}.formlayer-form input[type="text"],.formlayer-form input[type="email"],.formlayer-form input[type="number"],.formlayer-form input[type="tel"],.formlayer-form input[type="date"],.formlayer-form input[type="password"],.formlayer-form input[type="url"],.formlayer-form textarea{width:100%;padding:12px 16px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:15px;color:#1d2327;background:#fff;transition:all 0.3s cubic-bezier(.4,0,.2,1);box-sizing:border-box;box-shadow:0 1px 2px rgb(0 0 0 / .02)}.formlayer-form select{width:100%;height:48px;padding:0 40px 0 16px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:15px;color:#1d2327;background:#fff;transition:all 0.3s cubic-bezier(.4,0,.2,1);box-sizing:border-box;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:16px;cursor:pointer;box-shadow:0 1px 2px rgb(0 0 0 / .02)}.formlayer-form input:focus,.formlayer-form textarea:focus,.formlayer-form select:focus{outline:none;border-color:#5525d6;box-shadow:0 0 0 4px rgb(85 37 214 / .12);transform:translateY(-1px)}.formlayer-form textarea{min-height:120px;resize:vertical;line-height:1.6}.formlayer-submit-btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;padding:0 24px;height:46px;background:#5525d6;color:#fff;border:none;border-radius:10px;font-weight:700;font-size:15px;cursor:pointer;transition:all 0.3s ease;box-shadow:0 4px 10px rgb(85 37 214 / .2);box-sizing:border-box;text-decoration:none;line-height:1}.formlayer-submit-btn:hover{background:#441eb1;transform:translateY(-1px);box-shadow:0 6px 15px rgb(85 37 214 / .3)}.formlayer-submit-btn.loading{color:transparent!important;position:relative;pointer-events:none;opacity:.8}.formlayer-submit-btn.loading::after{content:"";position:absolute;width:20px;height:20px;top:50%;left:50%;margin:-10px 0 0 -10px;border:3px solid rgb(255 255 255 / .3);border-top-color:#fff;border-radius:50%;animation:fl-button-spin 0.8s ease-in-out infinite}@keyframes fl-button-spin{to{transform:rotate(360deg)}}.formlayer-form .required-indicator{color:#ef4444;margin-left:4px}.formlayer-radio-group,.formlayer-check-wrap{display:flex;flex-direction:column;gap:12px}.formlayer-radio-group label,.formlayer-check-wrap label{display:flex;align-items:center;gap:10px;font-weight:400;cursor:pointer}.formlayer-field-wrap{margin-bottom:24px;display:flex;flex-direction:column}.formlayer-field-wrap.label-top{flex-direction:column}.formlayer-field-wrap.label-left,.formlayer-field-wrap.label-right{flex-direction:row;align-items:center;gap:20px;flex-wrap:nowrap}.formlayer-field-wrap.label-left .formlayer-label,.formlayer-field-wrap.label-right .formlayer-label{width:30%;min-width:120px;margin-bottom:0;padding-top:0}.formlayer-field-wrap.label-right .formlayer-label{order:2}.formlayer-field-wrap.label-right .formlayer-input{order:1}.formlayer-field-wrap.label-hidden .formlayer-label{display:none}.formlayer-help-text{width:100%;font-size:12px;color:#94a3b8;margin-top:8px;font-style:italic}.formlayer-field-wrap.label-left .formlayer-help-text,.formlayer-field-wrap.label-right .formlayer-help-text{margin-left:calc(30% + 20px)}.formlayer-submit-wrap{margin-top:20px}.formlayer-success-message{background:#fff;color:#1e293b;padding:20px 24px;border-radius:8px;margin-bottom:24px;border:1px solid #e2e8f0;font-size:16px;font-weight:400;line-height:1.6;box-shadow:0 1px 3px rgb(0 0 0 / .02);animation:flFadeInSlide 0.3s cubic-bezier(.16,1,.3,1) forwards}.formlayer-error-message{background:#fef2f2;color:#991b1b;padding:16px 20px;border-radius:10px;margin-bottom:24px;border:1px solid rgb(239 68 68 / .2);border-left:4px solid #ef4444;font-size:14px;font-weight:500;line-height:1.5;box-shadow:0 4px 6px -1px rgb(0 0 0 / .05),0 2px 4px -2px rgb(0 0 0 / .05);animation:flFadeInSlide 0.3s cubic-bezier(.16,1,.3,1) forwards}.formlayer-error{background:#fef2f2;color:#991b1b;padding:18px 20px;border-radius:10px;border:1px solid rgb(239 68 68 / .2);border-left:4px solid #ef4444;margin:24px 0;text-align:left;font-size:14px;font-weight:500;line-height:1.5;box-shadow:0 4px 6px -1px rgb(0 0 0 / .05),0 2px 4px -2px rgb(0 0 0 / .05);animation:flFadeInSlide 0.3s cubic-bezier(.16,1,.3,1) forwards}@keyframes flFadeInSlide{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.formlayer-submit-wrap.align-center{display:flex;justify-content:center}.formlayer-submit-wrap.align-right{display:flex;justify-content:flex-end}.formlayer-submit-wrap.align-full .formlayer-submit-btn{width:100%}.formlayer-submit-btn.btn-sm{height:38px;padding:0 16px;font-size:13px}.formlayer-submit-btn.btn-md{height:46px;padding:0 24px;font-size:15px}.formlayer-submit-btn.btn-lg{height:56px;padding:0 32px;font-size:17px}.formlayer-submit-btn{width:auto!important;max-width:100%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.align-full .formlayer-submit-btn{width:100%!important;display:flex!important}.formlayer-container{display:grid;gap:20px;margin-bottom:24px;width:100%}.formlayer-container.grid-cols-1{grid-template-columns:1fr}.formlayer-container.grid-cols-2{grid-template-columns:1fr 1fr}.formlayer-container.grid-cols-3{grid-template-columns:1fr 1fr 1fr}.formlayer-container.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media (max-width:768px){.formlayer-container.grid-cols-2,.formlayer-container.grid-cols-3,.formlayer-container.grid-cols-4{grid-template-columns:1fr}}.formlayer-html-content{margin-bottom:24px}.formlayer-name-fields-wrap{display:flex;flex-direction:column;gap:15px}.formlayer-grid{display:grid;gap:20px;width:100%}.formlayer-grid-2{grid-template-columns:1fr 1fr}.formlayer-grid-3{grid-template-columns:1fr 1fr 1fr}.formlayer-sub-field{display:flex;flex-direction:column}.formlayer-sub-field.full-width{grid-column:1 / -1}.formlayer-sub-label{font-size:11px;color:#64748b;margin-top:4px;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.formlayer-address-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.formlayer-address-grid .full-width{grid-column:1 / -1;margin-bottom:5px}.formlayer-address-grid .formlayer-sub-field:not(.full-width){margin-bottom:5px}.formlayer-field-wrap{margin-bottom:28px}.formlayer-form input[type="number"],.formlayer-form input[type="date"],.formlayer-form input[type="tel"]{height:48px}.formlayer-date-wrap,.formlayer-select-wrap{position:relative;width:100%}.formlayer-date-wrap .dashicons,.formlayer-select-wrap .dashicons{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#64748b;pointer-events:none;font-size:18px;z-index:10}.formlayer-form input[type="date"],.formlayer-form select{padding-left:45px!important}.formlayer-options-list{display:flex;flex-direction:column;gap:10px}.formlayer-option-label,.formlayer-terms-wrap,.formlayer-gdpr-wrap{display:flex!important;align-items:flex-start!important;gap:12px!important;margin-bottom:10px!important}.formlayer-option-label input[type="radio"],.formlayer-option-label input[type="checkbox"],.formlayer-terms-wrap input[type="checkbox"],.formlayer-gdpr-wrap input[type="checkbox"]{width:20px!important;height:20px!important;margin:2px 10px 0 0!important;cursor:pointer;accent-color:#5525d6!important;flex-shrink:0!important;vertical-align:middle!important;display:inline-block!important;opacity:1!important;visibility:visible!important;-webkit-appearance:auto!important;-moz-appearance:auto!important;appearance:auto!important}.formlayer-option-label span,.formlayer-terms-label,.formlayer-gdpr-label,.formlayer-gdpr-wrap .formlayer-gdpr-info span{line-height:1.5!important;display:inline-block!important;font-size:14px!important;font-weight:400!important;color:#334155!important}.formlayer-rating{display:flex;gap:8px}.formlayer-rating .dashicons{font-size:32px;width:32px;height:32px;color:#e2e8f0;cursor:pointer;transition:color 0.2s}.formlayer-rating .dashicons.active,.formlayer-rating .dashicons:hover,.formlayer-rating .dashicons:hover~.dashicons{color:#f59e0b}.formlayer-section-break{margin:32px 0 20px 0;padding-bottom:10px;border-bottom:2px solid #e2e8f0}.formlayer-section-break h3{margin:0 0 5px 0!important;font-size:18px!important;color:#1e293b!important;font-weight:700!important;line-height:1.3!important;padding:0!important;border:none!important;background:none!important}.formlayer-section-break p{margin:5px 0 0 0!important;color:#64748b!important;font-size:13px!important;font-weight:400!important}.formlayer-file-upload-box{display:flex;align-items:center;gap:15px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;padding:10px 15px;width:100%;box-sizing:border-box;transition:all 0.2s}.formlayer-file-upload-box:hover{border-color:#5525d6;background:#f1f5f9}.formlayer-file-fake-btn{background:#5525d6;color:#fff;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all 0.2s;display:inline-block;white-space:nowrap}.formlayer-file-fake-btn:hover{background:#441eb1}.formlayer-file-chosen-name{font-size:14px;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:600px){.formlayer-grid-2,.formlayer-address-grid,.formlayer-grid{grid-template-columns:1fr!important}}.formlayer-gdpr-info{line-height:1.4}.formlayer-gdpr-label{font-size:14px;color:#475569}.formlayer-gdpr-desc{font-size:12px;color:#64748b;margin-top:4px}