@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap";@import"https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css";:root{--primarycolor: #B29650;--secondarycolor: #364751;--bodybg: #FFFDF9;--whitecolor: #ffffff;--blackcolor: #000000;--Montserrat: "Montserrat", sans-serif;--Figtree: "Figtree", sans-serif;--Nunito: "Nunito Sans", sans-serif;scroll-behavior:inherit}body{margin:0;padding:0;font-family:var(--Figtree);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;font-weight:400;font-style:normal;color:var(--secondarycolor);font-size:16px;line-height:1.5;background-color:var(--bodybg)}b,strong{font-weight:700}p{margin:0 0 22px}p:last-child{margin-bottom:0}h1,h2,h3,h4,h5,h6{margin:0 0 20px;padding:0;color:var(--secondarycolor);font-family:var(--Figtree);font-weight:600}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child{margin-bottom:0}h1,.h1-title{font-weight:600;font-size:64px;line-height:1.05}h2,.h2-title{font-weight:600;font-size:50px;line-height:1.1}h3,.h3-title{font-weight:700;font-size:50px;line-height:1}h4,.h4-title{font-size:24px;line-height:1.2}h5,.h5-title{font-size:20px;line-height:1.2}h2,.h2-title,h3,.h3-title{text-transform:initial}a{display:inline-block;margin:0;padding:0;text-decoration:none!important;outline:none!important;color:var(--primarycolor);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}a:hover{color:var(--primarycolor)}figure{margin:0}ul,ol,li{padding:0;margin:0;list-style:none}img{max-width:100%}input[type=text],input[type=tel],input[type=password],input[type=email],input[type=number],input[type=date],select{background-color:#f6f6f6;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;border-radius:10px;color:var(--secondarycolor);border:0;height:52px;padding:0 16px;outline:none!important}textarea{background-color:#f6f6f6;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;border-radius:10px;border:0;padding:15px 16px;width:100%;color:var(--secondarycolor);height:135px;outline:none!important}select{border:0;width:100%;padding:0 50px 0 11px;background:url(/build/assets/arrow-down-3CNEWCNI.svg) no-repeat calc(100% - 20px) center #f6f6f6;background-size:18px;outline:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none}select::-ms-expand{display:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}input[type=submit]{background:var(--primarycolor);color:var(--whitecolor);height:60px;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;border-radius:10px;padding-left:30px;padding-right:30px;min-width:175px;cursor:pointer;font-size:18px;font-weight:400;outline:none!important;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}input[type=submit]:hover{background:var(--secondarycolor);color:var(--whitecolor)}::-webkit-input-placeholder{opacity:1;color:#788a94}:-ms-input-placeholder{opacity:1;color:#788a94}::-moz-placeholder{opacity:1;color:#788a94}:-moz-placeholder{opacity:1;color:#788a94}.alignright{float:right;margin:0 0 20px 20px}.alignleft{float:left;margin:0 20px 20px 0}.aligncenter{display:block;margin-left:auto;margin-right:auto;margin-bottom:20px;float:none;clear:both}.form_input_check label{position:relative;margin:0;padding-left:26px;display:inline-block}.form_input_check label span{margin:0;padding:0}.form_input_check label input[type=checkbox]{visibility:hidden;display:none}.form_input_check label input[type=checkbox]+span:before{content:"";position:absolute;left:0;top:0;width:20px;height:20px;border:1px solid #788A94;background:transparent;border-radius:3px}.form_input_check label input[type=checkbox]+span:after{content:"";position:absolute;left:0;top:0;width:20px;height:20px;-webkit-transition:all .2s ease;transition:all .2s ease;background:url(/build/assets/checkbox-check-CKujsb9O.svg) no-repeat center center;background-size:13px;filter:brightness(0) invert(1)}.form_input_check label input[type=checkbox]:not(:checked)+span:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}.form_input_check label input[type=checkbox]:checked+span:before{background:#788a94}.form_input_check label input[type=checkbox]:checked+span:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.form_input_radio label{position:relative;margin:0;padding-left:30px;display:inline-block;line-height:1}.form_input_radio label span{margin:0;padding:0}.form_input_radio label input[type=radio]{visibility:hidden;display:none}.form_input_radio label input[type=radio]+span:before{content:"";position:absolute;left:0;top:-3px;width:20px;height:20px;border:1px solid #788A94;border-radius:100%;background:#fff}.form_input_radio label input[type=radio]+span:after{content:"";width:12px;height:12px;background:#788a94;position:absolute;top:1px;left:4px;border-radius:100%;-webkit-transition:all .2s ease;transition:all .2s ease}.form_input_radio label input[type=radio]:not(:checked)+span:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}.form_input_radio label input[type=radio]:checked+span:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}#scroll{position:fixed;right:20px;bottom:20px;width:55px;height:55px;background-color:#bdd653;display:none;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;line-height:68px;text-align:center;cursor:pointer;display:inline-block;-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,.2);-moz-box-shadow:0px 0px 20px 0px rgba(0,0,0,.2);box-shadow:0 0 20px #0003;z-index:9}#scroll:hover{background:#88a725}#scroll i{color:#fff;font-size:44px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translateY(0);transform:translateY(0)}#scroll:hover i{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translateY(-6px);transform:translateY(-6px)}.cmn-gap{padding:100px 0}.align-center{text-align:center}.section-head{margin-bottom:40px}.section-head p{font-size:18px}.section-toptitle{position:relative;font-weight:400;font-size:18px;line-height:1.2;letter-spacing:.14em;color:var(--primarycolor);padding:0 36px;margin-bottom:20px;display:inline-block}.section-toptitle:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:30px;height:1px;background:var(--primarycolor)}.section-toptitle:after{content:"";position:absolute;top:50%;right:0;transform:translateY(-50%);width:30px;height:1px;background:var(--primarycolor)}.right-line{padding-left:0}.right-line:before{display:none}.common-button{position:relative;display:inline-flex;align-items:center;justify-content:center;text-align:center;font-size:18px;font-weight:500;line-height:1.5;background-color:var(--primarycolor);border:1px solid var(--primarycolor);color:#fff;padding:14.5px 24px 16.5px;border-radius:10px;transition:all .3s ease-in-out}.common-button:hover{background-color:var(--secondarycolor);border-color:var(--secondarycolor);color:var(--whitecolor)}.border-button{background:var(--whitecolor);color:var(--secondarycolor);border:1px solid var(--secondarycolor)}.navbar-brand{padding:0;margin:0;width:227px;display:inline-block;flex-shrink:0}.navbar{background:none;margin:0;padding:0!important;min-height:inherit;height:inherit;border:none;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0}.navbar-nav li{position:relative;list-style:none}.navbar-nav>li{margin:0 12px;padding:15px 0;position:relative}.navbar-nav>li:last-child{margin-right:0}.navbar-nav>li:first-child{margin-left:0}.navbar-nav>li>a{font-weight:400;font-size:18px;line-height:1.2;color:var(--secondarycolor)}.navbar-nav>li.current-menu-item>a,.navbar-nav>li>a:hover,.navbar-nav>li.menu-item-has-children:hover>a{color:var(--primarycolor)}.navbar-nav>li.current-menu-item>a:after,.navbar-nav>li>a:hover:after,.navbar-nav>li.menu-item-has-children:hover>a:after{width:100%}.sub-menu{background:var(--whitecolor);position:absolute;top:100%;left:0;z-index:1000;display:none;border:0;-webkit-border-radius:12px;-moz-border-radius:12px;-ms-border-radius:12px;-o-border-radius:12px;border-radius:12px;width:180px;padding:10px 0;box-shadow:0 4px 56px #36475114}.sub-menu>li>a{color:var(--Figtree);display:block;width:100%;padding:10px 20px;font-size:16px;font-weight:400;line-height:1.2;color:var(--secondarycolor)}.sub-menu>li{width:100%;display:block}.sub-menu>li>a:hover,.sub-menu>li.menu-item-has-children:hover>a,.sub-menu>li.current-menu-item>a{color:var(--primarycolor)}.navbar-nav>li:last-child>.sub-menu{right:0;left:inherit;padding:0}.navbar-nav>li>.sub-menu .sub-menu{position:absolute;left:100%;top:0}.navbar-collapse .navbar-toggler{display:none}#navoverlay{display:block;pointer-events:none;position:fixed;left:0;top:0;width:100%;height:100%;background:transparent;margin:0;padding:0;z-index:99;-webkit-transition:background-color .5s linear;transition:background-color .5s linear}.main-head{position:absolute;top:44px;left:0;right:0;width:100%;z-index:99}.header-top-wrapper{background-color:var(--primarycolor);padding:11px 15px;text-align:center}.header-top-wrapper p{font-family:var(--Montserrat);font-weight:400;font-size:18px;line-height:1.2;color:var(--whitecolor)}.navbar-button-wrapper{padding-left:30px}.navbar-button{min-width:134px;padding:11.5px 24px 13.5px}.header-bottom-wrapper{padding:18px 0}.main-banner{position:relative;display:flex;align-items:center;justify-content:flex-start;min-height:750px;padding:120px 0 50px}.main-banner:before{content:"";position:absolute;top:0;left:0;right:0;width:100%;height:112px;background:linear-gradient(180deg,#fff 45%,#fff0);z-index:1}.home-banner-bg{position:absolute;top:0;left:0;right:0;width:100%;height:100%;opacity:.7;object-fit:cover;object-position:right}.main-banner .container{position:relative;z-index:2}.common-left-line-text{position:relative;display:block;font-weight:400;font-size:18px;line-height:1.1;letter-spacing:.14em;color:var(--primarycolor);padding-left:36px;margin-bottom:14px}.common-left-line-text:before{content:"";position:absolute;left:0;top:11px;width:30px;height:1px;background:var(--primarycolor)}.banner-content-wrapper{max-width:810px}.banner-content-wrapper p{font-size:18px;max-width:679px}.banner-subtitle{display:block;line-height:1;font-size:24px;font-weight:600;margin-bottom:19px}.banner-button-wrapper{display:flex;flex-wrap:wrap;margin:-10px}.banner-button-wrapper .common-button{min-width:295px}.banner-button-wrapper p{font-size:18px;text-align:center;margin-bottom:10px}.banner-button-col{padding:10px}.secondary-button{background-color:var(--secondarycolor);border-color:var(--secondarycolor)}.secondary-button:hover{border-color:var(--primarycolor);background-color:var(--primarycolor)}.banner-blur-bg{position:absolute;top:0;left:0;bottom:0;height:100%;z-index:1;max-width:85%;pointer-events:none;-webkit-user-select:none;user-select:none}.home-service-sec{position:relative;padding-bottom:0}.home-service-sec .container{position:relative;z-index:2}.home-serv-row{--bs-gutter-x: 30px;--bs-gutter-y: 30px}.home-serv-card{padding:42px 26px 50px;background:var(--whitecolor);box-shadow:0 4px 56px #36475114;border-radius:20px;height:100%;text-align:center;display:flex;flex-direction:column}.home-serv-icon-shp{position:absolute}.home-serv-icon-wrap{display:inline-flex;align-items:center;justify-content:center;position:relative;min-height:72px;margin-bottom:28px}.home-serv-icon-wrap i{max-width:76px;display:inline-block;position:relative;z-index:1}.home-serv-icon-shp{position:absolute;top:-17px;left:-20px;z-index:0}.second-serv-shp{transform:rotate(60deg);left:0}.home-serv-card h3{font-weight:700;font-size:22px;line-height:1.2;text-align:center;color:var(--secondarycolor);margin-bottom:14px}.home-serv-upper{flex-grow:1}.home-serv-btn-wrap{padding-top:20px}.home-serv-bg{position:absolute;top:0;left:0;right:0;width:100%;height:100%;object-fit:cover;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.2}.home-serv-ovl{position:absolute;bottom:0;left:0;right:0;width:100%;height:30%;background:linear-gradient(360deg,#fffdf900,#fffdf9);transform:rotate(180deg);pointer-events:none;-webkit-user-select:none;user-select:none}.latest-events-sec{position:relative;z-index:2}.latest-event-row{--bs-gutter-x: 24px;--bs-gutter-y: 24px}.latest-event-card{background:var(--whitecolor);box-shadow:0 4px 56px #36475114;border-radius:20px;padding:10px}.latest-event-figure{position:relative}.latest-event-date{position:absolute;top:8px;right:8px;background:var(--whitecolor);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:30px;font-weight:400;font-size:12px;line-height:1;color:var(--secondarycolor);padding:5px 12px;display:inline-flex;align-items:center;justify-content:center;z-index:1}.latest-event-figure>a{display:block;width:100%;position:relative;padding-top:75%;overflow:hidden;border-radius:18px}.latest-event-figure>a img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;transition:all .3s ease-in-out}.latest-event-content{padding:14px 1px 10px}.latest-event-content h3{font-weight:600;font-size:18px;line-height:1.2;margin-bottom:4px}.latest-event-content h3 a{color:var(--secondarycolor)}.latest-event-content p{margin-bottom:4px}.learn-more-btn{display:inline-flex;align-items:center;font-weight:500;font-size:18px;line-height:1.1;color:var(--primarycolor)}.learn-more-btn img{display:inline-block;margin-left:8px;transition:all .3s ease-in-out}.latest-event-card:hover .latest-event-figure>a img{transform:scale(1.1)}.latest-event-card:hover .latest-event-content h3 a{color:var(--primarycolor)}.latest-event-card:hover .learn-more-btn img{margin-left:10px}.latest-event-card:hover .learn-more-btn{color:var(--primarycolor)}.latest-events-btn-wrap{text-align:center;padding-top:40px}.latest-events-btn-wrap .common-button{min-width:121px}.round-line-shp{position:absolute;top:-10%;left:0;max-width:20%;z-index:0}.latest-events-sec .container{position:relative;z-index:2}.our-approach-sec{position:relative;padding:75px 0 77px;z-index:2}.left-line{padding-right:0}.left-line:after{display:none}.our-approach-content-wrapper h2{margin-bottom:14px}.our-approach-content-wrapper p{font-size:18px}.our-approach-btn-wrap .common-button{min-width:184px}.event-approach-marge-wrapper{position:relative}.our-approach-content-wrapper{position:relative;max-width:558px;z-index:2}.event-approach-bg-wrap{position:absolute;bottom:0;left:0;right:0;width:100%;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none}.event-approach-bg-wrap img{width:100%;opacity:.6}.event-approach-bg-wrap:before{content:"";position:absolute;top:0;left:0;width:100%;height:50%;background:linear-gradient(360deg,#fffdf9,#fffdf900);transform:scaleY(-1);z-index:1}.event-approach-bg-wrap:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:22%;background:linear-gradient(360deg,#fffdf9,#fffdf900)}.our-approach-left{width:50%}.our-approach-right{position:relative;z-index:2;width:50%}.approach-blur{position:absolute;top:0;right:0;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none}.guiding-principles-sec{position:relative;padding-top:44px}.guiding-row{--bs-gutter-x: 20px;--bs-gutter-y: 20px}.guiding-card{position:relative;background:var(--whitecolor);box-shadow:0 4px 20px #36475114;border-radius:20px;padding:40px 20px 30px;height:100%;transition:all .3s ease-in-out}.guiding-icon-wrap i{max-width:56px;position:relative;z-index:2}.guiding-icon-wrap{position:relative;display:inline-flex;align-items:center;margin-bottom:19px}.guiding-icon-shp{position:absolute;top:-18px;left:-14px;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;transition:all .3s ease-in-out}.guiding-content-wrap h3{font-size:22px;margin-bottom:10px;transition:all .3s ease-in-out}.guiding-content-wrap p{transition:all .3s ease-in-out}.testimonials-sec{position:relative;background-color:#faf3e2;overflow:hidden}.testimonials-sec .section-head{max-width:751px;margin-left:auto;margin-right:auto}.testimonials-sec .section-head p{max-width:640px;margin-left:auto;margin-right:auto}.testimonials-sec .section-head h2{margin-bottom:14px}.testimonials-row{--bs-gutter-x: 30px;--bs-gutter-y: 70px;justify-content:center}.testimonials-card{position:relative;background:var(--whitecolor);box-shadow:0 4px 56px #36475114;border-radius:20px;padding:71px 20px 36px;text-align:center;height:100%}.testimonials-profile-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:6px;width:102px;height:102px}.testimonials-profile-wrap:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid var(--primarycolor);border-radius:50%}.testimonials-profile-wrap figure{width:100%;height:100%;overflow:hidden;border-radius:50%}.testimonials-profile-wrap figure img{width:100%;height:100%;object-fit:cover}.testimonials-profile-wrap{position:absolute;top:-51px;left:50%;transform:translate(-50%);display:inline-flex;align-items:center;justify-content:center;padding:6px}.testimonials-content-wrap h3{font-weight:600;font-size:20px;line-height:1.1;text-align:center;color:var(--secondarycolor);margin-bottom:20px}.testimonials-content-wrap p{font-style:italic}.testimonials-btn-wrap{text-align:center;padding-top:40px}.testimonials-btn-wrap .common-button{min-width:121px}.testimonials-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;pointer-events:none;opacity:.29}.testimonials-sec .container{position:relative;z-index:2}.testmonials-right-line{position:absolute;top:-23%;right:0;max-width:22%;pointer-events:none;-webkit-user-select:none;user-select:none}.testmonials-blur{position:absolute;top:0;left:0;right:0;max-width:100%;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1;margin:0 auto;width:100%}.follow-us-header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:40px}.follow-us-head-left{max-width:672px}.board-of-directors-head .follow-us-head-left{max-width:752px}.follow-us-head-left p{font-size:18px}.follow-us-head-left h2{max-width:490px}.follow-slider-navigation{display:flex;align-items:center}.nav-btn:first-child{margin-right:8px}.nav-btn{width:66px;height:40px;border-radius:10px;border:1px solid var(--primarycolor);background:transparent;box-shadow:none;outline:none;transition:all .3s ease-in-out}.nav-btn img{transition:all .3s ease-in-out}.nav-btn:hover{background:var(--primarycolor)}.nav-btn:hover img{filter:brightness(0) invert(1)}.follow-gallery-card{position:relative;padding-top:138.5%;border-radius:14px;overflow:hidden}.follow-gallery-card img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;transition:all .3s ease-in-out}.follow-gallery-card:hover img{transform:scale(1.1)}.follow-us-sec{position:relative;overflow:hidden}.follow-us-sec .container{position:relative;z-index:2}.follow-us-bg{position:absolute;bottom:0;left:0;right:0;width:100%;height:100%;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none}.follow-us-bg img{width:100%;height:100%;object-fit:cover;opacity:.6}.follow-us-bg:before{content:"";position:absolute;bottom:0;left:0;right:0;width:100%;height:30%;background:linear-gradient(360deg,#fffdf9,#fffdf900);z-index:1}.community-section{position:relative;padding:44px 0;background:#fff3db}.community-row{--bs-gutter-y: 24px;align-items:center}.community-left{width:65%}.community-right{width:35%}.community-btn-wrapper{max-width:320px;display:flex;flex-direction:column;margin-left:auto}.community-btn-wrapper .common-button{padding-left:14px;padding-right:14px;margin-bottom:12px}.community-btn-wrapper .common-button:last-child{margin-bottom:0}.footer-main{position:relative;background:var(--secondarycolor)}.footer-upper{position:relative;padding:60px 0 40px}.footer-upper{border-bottom:1px solid #7A94A3}.footer-bottom{padding:30px 0;text-align:center}.footer-bottom p{color:var(--whitecolor);font-size:18px}.footer-bottom p a{color:var(--whitecolor)}.footer-bottom p a:hover{color:var(--primarycolor)}.footer-row{--bs-gutter-x: 46px;--bs-gutter-y: 24px}.footer-col-one{width:34%}.footer-col-two{width:21.6%}.footer-col-three{width:15.1%}.footer-col-four{width:29.3%}.footer-logo{width:265px;flex-shrink:0;margin-bottom:30px}.footer-logo img{width:100%}.our-mission-treadmark-wrap:not(:last-child){margin-bottom:16px}.our-mission-treadmark-wrap .footer-title{margin-bottom:8px}.footer-title{display:block;font-weight:600;font-size:20px;line-height:1.1;color:var(--whitecolor);margin-bottom:24px}.our-mission-treadmark-wrap p{color:var(--whitecolor);font-size:18px}.footer-menu-listing li:not(:last-child){margin-bottom:22px}.footer-menu-listing li a{font-weight:400;font-size:18px;line-height:1.2;color:var(--whitecolor)}.footer-menu-listing li a:hover{color:var(--primarycolor)}.footer-newsletter-wrap input[type=email]{background:#e0edf5;border-radius:10px;height:53px;padding:0 55px 0 36px;font-weight:400;font-family:var(--Montserrat);font-size:14px;line-height:1.2;color:var(--secondarycolor)}.newsletter-send-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;-webkit-user-select:none;user-select:none;max-width:24px}.footer-newsletter-wrap input::-webkit-input-placeholder{color:var(--secondarycolor)}.footer-newsletter-wrap input:-ms-input-placeholder{color:var(--secondarycolor)}.footer-newsletter-wrap input::-moz-placeholder{color:var(--secondarycolor)}.footer-newsletter-wrap input:-moz-placeholder{color:var(--secondarycolor)}.footer-newsletter-field{position:relative}.newsletter-email-icon{position:absolute;top:18px;left:16px;width:16px;height:16px}.footer-newsletter-wrap input[type=submit]{width:45px;height:45px;min-width:1px;background:var(--primarycolor);background-size:auto;border-radius:10px;padding:10px;font-size:0;transition:all .3s ease-in-out}.footer-newsletter-wrap input[type=submit]:hover{background:var(--secondarycolor)}.newsletter-submit-wrap{position:absolute;top:4px;right:4px}.footer-newsletter-wrap{margin-bottom:24px}.footer-inner-four p{color:var(--whitecolor)}.footer-social-list{display:flex;align-items:center;justify-content:flex-start}.footer-social-list li:not(:last-child){margin-right:9px}.footer-social-list li a{display:inline-flex;align-items:center;justify-content:center;width:31px;height:31px;padding:7px;border-radius:50%;background:var(--whitecolor);flex-shrink:0}.footer-social-list li a:hover{background:var(--primarycolor)}.newsletter-input-wrap{position:relative}.common-inner-banner{position:relative;display:flex;align-items:center;justify-content:center;padding:120px 0 45px;min-height:360px}.common-inner-banner:before{content:"";position:absolute;top:0;left:0;right:0;width:100%;height:50%;background:linear-gradient(180deg,#fff,#fff0);z-index:1;pointer-events:none;-webkit-user-select:none;user-select:none}.common-inner-banner .container{position:relative;z-index:3}.common-inner-bannertwo h1,.common-inner-banner h1,.common-inner-banner .h1-title{font-size:70px}.inner-banner-bg{position:absolute;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.4}.inner-banner-content-wrap{text-align:center}.inner-banner-blur{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:0;max-width:73%;pointer-events:none;-webkit-user-select:none;user-select:none}.faq-section{background-color:#fffdf9}.faq-section .container{position:relative;z-index:2}.faq-wrapper .p-accordionheader .iconify{flex-shrink:0}.faq-row{display:flex;flex-wrap:wrap;margin:-10px -15px}.faq-left,.faq-right{width:50%;padding:10px 15px}.faq-wrapper .p-accordionpanel:not(:last-child){margin-bottom:20px}.faq-wrapper .p-accordionpanel{border:0}.faq-wrapper .p-accordionheader{padding:17px 20px;background:var(--whitecolor);box-shadow:0 4px 56px #36475114;border-radius:12px;border:0;outline:none;font-size:18px;font-weight:600;color:var(--secondarycolor)}.faq-wrapper .p-accordionpanel:not(.p-accordionpanel-active):not(.p-disabled)>.p-accordionheader:hover{color:var(--primarycolor)}.faq-wrapper .p-accordionpanel:first-child>.p-accordionheader{border-width:0!important;border-start-start-radius:12px!important;border-start-end-radius:12px!important}.p-accordionpanel:last-child.p-accordionpanel-active>.p-accordionheader{border-end-start-radius:12px!important;border-end-end-radius:12px!important}.faq-wrapper .p-accordioncontent-content{border:0;background:transparent;padding:24px 20px 10px}.faq-wrapper .p-accordioncontent-content p{color:var(--secondarycolor)}.begin-journey-sec{position:relative;background-color:#fffdf9}.begin-journey-sec .container{position:relative;z-index:2}.begin-journey-sec .section-head{max-width:870px;margin-left:auto;margin-right:auto;margin-bottom:30px}.begin-journey-row{--bs-gutter-x: 30px;--bs-gutter-y: 20px;justify-content:center}.begin-journey-card{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;background:var(--whitecolor);box-shadow:0 4px 56px #36475114;border-radius:20px;padding:20px 33px 20px 29px;min-height:155px;transition:all .3s ease-in-out}.begin-journey-inner-wrap{display:flex;flex-wrap:wrap;align-items:center;width:100%}.begin-journey-icon-wrap{width:78px;display:flex;align-items:center;justify-content:flex-end}.begin-journey-description{width:100%}.begin-journey-description p{font-size:18px;transition:all .3s ease-in-out;color:var(--secondarycolor)}.begin-journey-card:hover .begin-journey-description p{color:var(--whitecolor)}.begin-journey-text-wrap{width:calc(100% - 78px);padding-right:8px}.begin-journey-text-wrap>a{font-weight:600;font-size:18px;line-height:1.2;text-decoration-line:underline!important;color:var(--secondarycolor)}.begin-journey-text-wrap>a:hover{color:var(--primarycolor)}.begin-journey-icon-wrap i{display:inline-block;max-width:78px}.begin-journey-icon-wrap i img{transition:all .3s ease-in-out}.begin-journey-card:hover{background:var(--primarycolor)}.begin-journey-card:hover .begin-journey-text-wrap>a{color:var(--whitecolor)}.begin-journey-card:hover .begin-journey-icon-wrap i img{filter:brightness(0) saturate(100%) invert(65%) sepia(5%) saturate(2407%) hue-rotate(5deg) brightness(124%) contrast(81%)}.begin-journey-bg{position:absolute;bottom:0;left:0;right:0;width:100%;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;opacity:.14;display:none}.testimonials-section{position:relative;padding-top:168px}.testimonials-section .container{position:relative;z-index:2}.testmonials-row{--bs-gutter-x: 30px;--bs-gutter-y: 30px}.testimonials-section .section-head p{max-width:560px;margin:0 auto}.testimonials-section .section-head{margin-bottom:50px}.testimonial-card{position:relative;background:var(--whitecolor);box-shadow:0 4px 56px #3647510a;border-radius:12px;padding:28px 30px 34px;height:100%}.quote-icon{position:absolute;right:30px;top:30px;max-width:52px;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.1}.testimonial-profile-wrap{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:24px}.testimonial-profile-wrap figure{width:70px;height:70px;border-radius:50%;overflow:hidden;flex-shrink:0}.testimonial-profile-wrap figure img{width:100%;height:100%;object-fit:cover}.testimonial-author-name{flex-grow:1;padding-left:12px;padding-right:70px}.testimonial-author-name h3{font-weight:600;font-size:18px;line-height:1.2;color:var(--secondarycolor)}.testimonial-author-content p{font-style:italic;font-weight:400;font-size:16px;line-height:1.5;color:var(--secondarycolor)}.testmonials-pagination-wrapper{padding-top:60px;text-align:center}.testimonials-line-shp{position:absolute;top:8%;left:0;max-width:20%;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0}.our-intention-content{position:relative;max-width:520px;z-index:2}.our-intention-sec{position:relative;overflow:hidden}.our-intention-inner{position:relative;z-index:2;max-width:100%;margin:0 auto}.our-intention-inner .container{position:relative;z-index:6}.our-intention-bg{position:absolute;bottom:0;left:0;right:0;width:100%;z-index:0;opacity:.23}.our-intention-sec:before,.our-intention-inner:before{content:"";position:absolute;top:0;left:0;right:0;width:100%;height:40%;background:linear-gradient(360deg,#fffdf9,#fffdf900);transform:scaleY(-1);z-index:3}.our-intention-sec:after,.our-intention-inner:after{content:"";position:absolute;bottom:0;left:0;right:0;width:100%;height:25%;background:linear-gradient(360deg,#fffdf9,#fffdf900);z-index:3}.our-intention-sec:before,.our-intention-sec:after{z-index:0}.intention-row{--bs-gutter-x: 0;--bs-gutter-y: 0}.our-intention-left,.our-intention-right{position:relative}.our-intention-image-wrap{position:absolute;top:100px;right:8%;bottom:0;width:45%;height:calc(100% - 100px)}.our-intention-image-wrap img{width:100%;height:100%;object-fit:cover;opacity:.5}.our-intention-left{width:45.6%}.our-intention-right{width:54.4%}.our-intention-image-wrap:before{content:"";position:absolute;top:0;left:0;bottom:0;width:20%;height:100%;background:linear-gradient(90deg,#fffdf9,#fffdf900);z-index:1}.our-intention-image-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;width:20%;height:100%;background:linear-gradient(270deg,#fffdf9,#fffdf900);z-index:1}.our-intention-ovl{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;user-select:none}.our-intention-ovl:before{content:"";position:absolute;right:100%;top:0;bottom:0;width:50%;height:100%;background:linear-gradient(270deg,#fffdf9,#fffdf900)}.our-intention-ovl:after{content:"";position:absolute;left:100%;top:0;bottom:0;width:50%;height:100%;background:linear-gradient(90deg,#fffdf9,#fffdf900)}.our-intention-blur{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;width:100%;height:100%;object-fit:cover}.connection-content-wrap{max-width:498px;margin-left:auto;position:relative;z-index:2}.connection-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.23}.connection-section{position:relative}.connection-section:before{content:"";position:absolute;top:0;left:0;right:0;width:100%;height:20%;background:linear-gradient(180deg,#fffdf9,#fffdf900);z-index:1}.connection-section:after{content:"";position:absolute;bottom:0;left:0;right:0;width:100%;height:20%;background:linear-gradient(0deg,#fffdf9,#fffdf900);z-index:1}.connection-image-wrap{position:absolute;top:0;left:0;bottom:0;width:55%;height:100%}.connection-image-wrap img{width:100%;height:100%;object-fit:cover;object-position:left;opacity:.5}.connection-content-outer{position:relative;width:100%;height:100%}.connection-blur{position:absolute;top:0;right:0;width:55%;height:123%;background:var(--whitecolor);filter:blur(200px);border-radius:50%;z-index:1;pointer-events:none;-webkit-user-select:none;user-select:none}.empowering-leaders-sec{position:relative;overflow:hidden}.empowering-leaders-bg{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;object-fit:cover;z-index:0}.empowering-leaders-sec .connection-content-outer{position:relative;z-index:4}.empowering-content-wrap{position:relative;max-width:630px;margin-right:auto;z-index:3}.empowering-content-wrap p{max-width:566px}.empowering-leaders-sec .connection-blur{right:auto;left:-20%;width:82%;height:150%}.empowering-leaders-image-wrap{position:absolute;right:0;top:0;bottom:0;z-index:3;max-width:58%;width:100%}.empowering-leaders-image-wrap img{width:100%;height:100%;object-fit:cover}.empowering-leaders-image-wrap:before{content:"";position:absolute;width:50%;height:100%;left:0;top:0;background:linear-gradient(90deg,#fbf8f0,#fbf8f000)}.connection-image-wrap:before{content:"";position:absolute;width:25%;height:100%;right:0;top:0;bottom:0;background:linear-gradient(270deg,#fffdf9,#fffdf900);z-index:1}.connection-image-wrap:after{content:"";position:absolute;width:25%;height:100%;left:100%;top:0;bottom:0;background:linear-gradient(90deg,#fffdf9,#fffdf900);z-index:1}.grounded-faith-sec .connection-content-wrap{max-width:557px}.our-value-bg{position:absolute;top:0;left:0;width:40%;height:100%;opacity:.4;object-fit:cover}.our-values-sec .our-intention-sec:after,.our-values-sec .our-intention-inner:after{height:45%}.our-values-sec .our-intention-sec:before,.our-values-sec .our-intention-inner:before{height:32%}.our-values-inner{position:relative}.our-values-blur{position:absolute;top:-35%;left:-20%;width:70%;height:130%;background:#fffc;filter:blur(75px);border-radius:50%;z-index:1}.our-values-sec .our-intention-ovl:after,.our-values-sec .our-intention-image-wrap:after{display:none}.our-values-sec .our-intention-image-wrap{right:0;top:0;height:100%;width:60%}.practice-yoga-sec .connection-image-wrap img{opacity:.4}.practice-yoga-sec .connection-bg{opacity:.29}.practice-yoga-sec{background:#faf3e2}.practice-yoga-sec:before,.practice-yoga-sec:after{display:none}.practice-yoga-sec .connection-image-wrap:after{content:"";position:absolute;width:25%;height:100%;left:100%;top:0;bottom:0;background:linear-gradient(90deg,#fbf8f0,#fbf8f000);z-index:1}.our-values-sec .our-intention-content strong{display:block;font-size:22px;margin-bottom:12px}.embodied-worship-sec .our-intention-content p strong{margin-bottom:0;font-style:italic;font-size:20px}.what-shapes-us-journey .begin-journey-card{display:block;min-height:220px}.begin-journey-inner-wrap{min-height:78px;margin-bottom:20px}.testimonials-section.testimonials-section-yoga-page .section-head>p{max-width:825px;margin-bottom:22px}.list-view-search-wpr{max-width:555px;margin:0 auto;display:flex;flex-wrap:wrap}.list-view-search-wpr input[type=submit]{background-color:var(--primarycolor);width:52px;height:52px;border-radius:10px;background-image:url(/build/assets/submit-icon-DHH4sruf.svg);padding:0;background-repeat:no-repeat;background-position:center center;background-size:24px;flex:0 0 auto;min-width:1px}.list-view-search-wpr input[type=submit]:hover{background-color:var(--secondarycolor)}.search-input-wpr{padding-right:12px;flex:1}.search-input-wpr input[type=search]{width:100%;background:var(--whitecolor);padding:0 38px;background:url(/build/assets/search-normal-CdzTHUs4.svg) no-repeat center left 16px;background-size:16px;border:1px solid #F6F6F6;box-shadow:0 4px 56px #3647510f;border-radius:12px;height:100%;font-size:14px;color:#788a94}.search-input-wpr input[type=search]::placeholder{color:#788a94}.search-input-wpr input[type=search]:focus-visible{border:none;outline:none}.list-form-wrapper form{margin-bottom:30px}.list-form-wrapper .text-italic{font-style:italic;font-size:16px;text-align:center;color:var(--secondarycolor)}.card-loc-wpr{display:flex;align-items:flex-start;line-height:1.2;margin-bottom:6px}.card-loc-wpr i{width:16px;height:16px;display:flex;align-items:center;flex:0 0 autos;justify-content:center;margin-top:2px}.card-loc-wpr span{display:block;flex:1;padding-left:4px}.latest-event-content em{font-size:12px;margin-bottom:5px;display:block}.testimonials-line-shp-yoga{position:absolute;right:0;top:22%;max-width:257px}.testimonials-section.our-leadership .section-head>p{max-width:960px}.creator-card{height:100%;background:var(--whitecolor);padding:14px 14px 25px;box-shadow:0 4px 56px #36475114;border-radius:20px;font-size:13px}.creator-card figure{border-radius:20px;overflow:hidden;margin-bottom:22px;position:relative;padding-top:75%}.creator-card figure img{position:absolute;width:100%;height:100%;top:0;left:0;object-fit:cover;transition:all .3s ease-in-out}.creator-card figure:hover img{transform:scale(1.1)}.creator-btm-txt h3{font-size:18px;font-weight:600;margin-bottom:2px}.designation{margin-bottom:5px;display:block}.open-modal{cursor:pointer;transition:all .3s ease-in-out;color:var(--primarycolor)}.open-modal:hover{color:var(--secondarycolor)}.co-creator-each:not(:last-child){margin-bottom:70px}.yoga-img-clm{position:relative;padding-top:94%;border-radius:20px;overflow:hidden;box-shadow:0 4px 56px #36475114}.yoga-img-clm img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:all .3s ease-in-out}.yoga-img-clm:hover img{transform:scale(1.1)}.co-creator-each:last-child .swiper-wrapper>.swiper-slide{padding-bottom:60px}.yogachaplains-sec,.yogachaplains-sec .container{position:relative;z-index:3}.yogachaplains-sec.cmn-gap{padding-top:0}.our-leader-wpr{position:relative;z-index:1}.leadr-abs1{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,#fff0 56.61%,#fff 87.29%),url(IMG_2237.jpg);opacity:.14}.our-leadership:before{position:absolute;content:"";bottom:0;z-index:1;left:0;width:100%;height:293px;background:linear-gradient(360deg,#fffdf9,#fffdf900)}.row.yoga-img-row{--bs-gutter-x: 30px;--bs-gutter-y: 30px;justify-content:center}.guiding-principles-sec .swiper-wrapper{display:flex;align-items:stretch}.guiding-principles-sec .swiper-slide{display:flex;height:auto}.guiding-principles-sec .guiding-card{flex:1;display:flex;flex-direction:column}.guiding-principles-sec .swiper-wrapper{padding:30px 0}.testimonials-row-wrap .swiper-wrapper{padding-top:60px}.common-modal-wrap{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important}.creators-modal-wrap{max-width:1135px;width:calc(100% - 24px)}.common-modal-wrap .p-dialog-header{padding:0 0 20px!important;justify-content:center!important}.common-modal-wrap .p-button{justify-content:center;align-items:center;width:40px;height:40px!important;background:url(/build/assets/modal-close-icon-DIWPrbAB.svg) no-repeat center var(--whitecolor)!important;padding:5px;box-shadow:none!important;outline:none!important}.common-modal-wrap .p-button svg{display:none!important}.common-modal-wrap .p-button:hover{background:url(/build/assets/modal-white-close-BMb9ta1b.svg) no-repeat center var(--secondarycolor)!important}.common-modal-wrap .p-dialog-content{padding:32px 45px 34px 32px;background:var(--whitecolor);border-radius:20px;scrollbar-width:thin;scrollbar-color:var(--primarycolor) var(--whitecolor)}.creators-row:before{content:"";display:table;clear:both}.creators-left-wrap{float:left;margin:0 30px 30px 0;width:29.5%}.creators-left-wrap figure{border-radius:20px;overflow:hidden}.creators-left-wrap figure img{width:100%;height:100%;object-fit:cover}.creators-head-wrap h3{font-weight:600;font-size:18px;line-height:1.1;color:var(--secondarycolor);margin-bottom:10px}.creators-head-wrap p{font-weight:400;font-size:14px;line-height:1;color:#717b81}.creators-head-wrap{margin-bottom:15px}.creators-right-wrap{width:100%}.p-overlay-mask{background:#19191999!important}.yoga-chaplaing-details{padding-top:145px}.yoga-chaplaing-row{--bs-gutter-x: 30px;--bs-gutter-y: 24px}.yoga-chaplaing-left{width:38.5%}.yoga-chaplaing-right{width:61.5%}.yoga-chaplaing-details-card{background:var(--whitecolor)}.yoga-chaplaing-details-card{background:var(--whitecolor);box-shadow:0 4px 56px #3647511a;border-radius:12px;padding:34px 30px 35px;text-align:center}.yoga-chaplaing-details-top figure{width:132px;height:132px;border-radius:50%;overflow:hidden;margin:0 auto 16px}.yoga-chaplaing-details-top figure img{width:100%;height:100%;object-fit:cover}.yoga-chaplaing-details-top h3{font-size:18px;font-weight:600;margin-bottom:8px}.yoga-chaplaing-details-top ul li{display:inline-flex;align-items:center;justify-content:center;font-size:13px}.yoga-chaplaing-details-top ul li i{margin-right:6px}.yoga-chaplaing-details-top{margin-bottom:33px}.yoga-chaplaing-details-item:not(:last-child){margin-bottom:33px}.yoga-chaplaing-details-item p{font-size:13px;line-height:1.3}.yoga-chaplaing-details-item .section-toptitle{margin-bottom:10px}.yoga-community-image-list{display:flex;align-items:center;justify-content:center;gap:8px}.yoga-community-image-list li{width:62px;height:62px;border-radius:50%;overflow:hidden}.yoga-community-image-list li img{width:100%;height:100%;object-fit:cover}.yoga-details-community-btn-wrap{margin-top:20px}.yoga-details-community-btn-wrap .common-button{width:100%;font-weight:400;display:block}.yoga-chaplaing-card-row{--bs-gutter-x: 24px;--bs-gutter-y: 24px}.contact-form-wrapper{padding:34px 30px 35px;background:var(--whitecolor);box-shadow:0 4px 56px #3647511a;border-radius:12px}.contact-row{--bs-gutter-y: 24px}.ontact-column-left{width:44%}.contact-column-right{width:56%}.contact-content-wrap h3{font-weight:600;font-size:18px;line-height:1.2;color:var(--secondarycolor);margin-bottom:10px}.contact-content-wrap .footer-social-list li a{width:30px;height:30px;background:var(--primarycolor)}.contact-content-wrap .footer-social-list li a img{filter:brightness(0) invert(1)}.contact-content-wrap .footer-social-list li a:hover{background:var(--secondarycolor)}.contact-form-row{--bs-gutter-x: 12px;--bs-gutter-y: 12px}.contact-form-wrapper textarea::-webkit-input-placeholder,.contact-form-wrapper input::-webkit-input-placeholder{opacity:1;color:#788a94}.contact-form-wrapper textarea:-ms-input-placeholder,.contact-form-wrapper input:-ms-input-placeholder{opacity:1;color:#788a94}.contact-form-wrapper textarea:-moz-placeholder,.contact-form-wrapper input::-moz-placeholder{opacity:1;color:#788a94}.contact-form-wrapper textarea:-moz-placeholders,.contact-form-wrapper input:-moz-placeholder{opacity:1;color:#788a94}.contact-submit-field{margin-top:20px}.contact-content-wrap{max-width:460px}.contact-us-sec{position:relative;z-index:3}.contact-us-sec .container{position:relative;z-index:1}.contact-shp-line{position:absolute;top:45%;right:0;z-index:0;max-width:22%}.join-community-form-sec.cmn-gap{padding-top:150px}.join-community-form-wrapper{max-width:780px;background:var(--whitecolor);box-shadow:0 4px 56px #3647511a;border-radius:12px;margin:0 auto;padding:20px 40px 50px}.join-community-form-wrapper .section-head{max-width:500px;margin-left:auto;margin-right:auto}.local-gathering-map{width:100%;border-radius:12px;overflow:hidden}.local-gathering-map img{width:100%}.local-gathering-form-wrap input[type=text],.local-gathering-form-wrap input[type=search]{border:1px solid #F6F6F6;box-shadow:0 4px 56px #3647510f;border-radius:12px;padding:0 16px 0 42px;background:url(/build/assets/search-icon-lFJOAHyO.svg) left 16px center no-repeat var(--whitecolor);background-size:20px;height:52px}.local-gathering-row{display:flex;flex-wrap:wrap;--bs-gutter-y: 30px}.local-gathering-button-wrap{display:flex;align-items:center}.local-gathering-button-wrap button{width:52px;height:52px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:5px;border:0;outline:none;box-shadow:none;background:#fef6e7;transition:all .3s ease-in-out}.local-gathering-button-wrap button:not(:last-child){margin-right:6px}.local-gathering-button-wrap .map-button{background:var(--primarycolor)}.map-button img{filter:brightness(0) invert(1)}.local-gathering-search-field{margin-right:16px;width:calc(100% - 126px)}.local-gathering-form-wrap{margin-bottom:30px;flex:0 0 auto}.local-communities-wrapper>h3{font-weight:600;font-size:18px;line-height:1.1;flex:0 0 auto}.local-communities-box{padding:20px;background:var(--whitecolor);box-shadow:0 4px 56px #3647511a;border-radius:12px;flex:1}.local-communities-card figure{position:relative;width:100%;border-radius:18px;overflow:hidden;padding-top:75%}.local-communities-card figure a{display:block;width:100%;height:100%}.local-communities-card figure img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:all .3s ease-in-out}.local-communities-row{--bs-gutter-x: 20px;--bs-gutter-y: 10px}.local-communities-content-wrap{padding-top:13px}.local-communities-content-wrap h4{font-weight:600;font-size:18px;line-height:1.2;margin-bottom:6px}.local-communities-content-wrap h4 a{color:var(--secondarycolor)}.local-communities-content-wrap span{display:block;font-weight:600;font-size:16px;line-height:1.1;margin-bottom:8px}.local-communities-content-wrap p{max-width:206px}.local-communities-card{padding:10px 10px 16px;background:var(--whitecolor);box-shadow:0 4px 56px #36475114;border-radius:20px}.local-communities-card:hover figure img{transform:scale(1.1)}.local-communities-card:hover .local-communities-content-wrap h4 a{color:var(--primarycolor)}.local-gathering-button-wrap button:hover{background:var(--primarycolor)}.local-gathering-button-wrap button img{transition:all .3s ease-in-out}.local-gathering-button-wrap button:hover img{filter:brightness(0) invert(1)}.local-gathering-button-wrap .map-button:hover{background:#fef6e7}.local-gathering-button-wrap .map-button:hover img{filter:none}.local-gathering-sec{position:relative}.join-community-form-sec .container,.local-gathering-sec .container{position:relative;z-index:2}.join-community-row{--bs-gutter-x: 16px;--bs-gutter-y: 16px}.form_input_radio_outer{display:flex;align-items:center}.form_input_radio_outer p{margin-bottom:0}.form_input_radio_outer .form_input_radio{padding-left:30px}.form_input_radio_outer .form_input_radio label:not(:last-child){margin-right:20px}.join-community-description{padding:26px 26px 30px 24px;background:#f6f2ea;border-radius:10px}.join-community-description>p{font-weight:600;font-size:18px;line-height:1.1;margin-bottom:15px}.join-community-description ul li:not(:last-child){margin-bottom:16px}.join-community-description ul li{font-size:18px}.join-community-signature-wrap{position:relative}.join-community-signature-wrap button{position:absolute;top:50%;transform:translateY(-50%);right:4px;color:var(--whitecolor);background:#b29650;border-radius:10px;border:0;outline:none;box-shadow:none;height:44px;padding:10px 19px;transition:all .3s ease-in-out}.join-community-signature-wrap button:hover{background:var(--secondarycolor)}.join-community-form-wrapper input[type=submit]{width:100%}.join-community-form-sec{position:relative}.join-community-form-sec .contact-shp-line{max-width:28%;top:8%}.join-community-signature-wrap input[type=text]{padding-right:90px}.welcome-community-sec{position:relative}.welcome-community-sec .container{position:relative;z-index:2}.local-communities-logo-wrap{max-width:406px;margin:0 auto}.local-communities-logo-wrap img{width:100%}.common-inner-banner.local-communities-banner{padding-top:70px}.social-listing-wrap li a{width:34px;height:34px;background:var(--primarycolor)}.social-listing-wrap li a img{filter:brightness(0) invert(1)}.social-listing-wrap li a:hover{background:var(--secondarycolor)}.welcome-community-left{width:47.2%}.welcome-community-right{width:52.8%}.welcome-community-row{--bs-gutter-x: 56px;--bs-gutter-y: 30px}.welcome-community-left figure{border-radius:10px;overflow:hidden;position:relative;z-index:2}.welcome-community-left figure img{width:100%;height:100%;object-fit:cover}.learge-paragraph p{font-size:18px}.welcome-community-content{position:relative;max-width:545px;z-index:2}.welcome-community-bg{position:absolute;top:0;left:0;right:0;width:100%;pointer-events:none;z-index:0}.welcome-community-bg img{opacity:.23;width:100%}.welcome-community-bg:before{content:"";position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:linear-gradient(0deg,#fff0 56.61%,#fff 87.29%);z-index:1;opacity:.23}.welcome-community-bg:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;right:0;background:linear-gradient(360deg,#fffdf9,#fffdf900);z-index:1}.welcome-community-inner{position:relative}.welcome-community-blur{position:absolute;top:-54%;right:-15%;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none}.upcoming-events-sec{position:relative;z-index:3}.upcoming-events-sec .learn-more-btn{font-size:16px}.upcoming-events-btn-wrap{padding-top:40px;text-align:center}.upcoming-events-btn-wrap .common-button{min-width:217px}.gathering-details-sec{position:relative;padding:65px 0 41px;background:#faf3e2}.gathering-details-sec .container{position:relative;z-index:3}.gathering-bg{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;object-fit:cover;z-index:0;opacity:.1;pointer-events:none;-webkit-user-select:none;user-select:none}.gathering-details-left{width:45%}.gathering-details-right{width:55%}.gathering-details-row{--bs-gutter-x: 68px;--bs-gutter-y: 30px}.gathering-details-right figure{position:relative;border-radius:10px;overflow:hidden;height:100%}.gathering-details-right figure img{width:100%;height:100%;object-fit:cover}.gathering-details-box{background:var(--whitecolor);border-radius:20px;padding:50px 40px;max-width:720px;margin:0 auto}.gathering-details-sec h2{text-align:center}.gathering-details-item:not(:last-child){margin-bottom:9px}.gathering-details-item h3{font-weight:600;font-size:20px;line-height:1.2;color:var(--secondarycolor);margin-bottom:14px}.gathering-details-item table{width:100%}.gathering-details-title{display:inline-flex;align-items:center;justify-content:flex-start;font-size:16px;font-weight:600}.gathering-details-title i{display:inline-flex;align-items:center;justify-content:center;max-width:14px;margin-right:10px;margin-top:-2px}.gathering-details-item table td{text-align:right;font-size:16px}.gathering-details-item table td a{color:var(--secondarycolor);text-decoration:underline!important}.gathering-details-item table td a:hover{color:var(--primarycolor)}.gathering-details-item table td,.gathering-details-item table th{padding-bottom:9px}.gathering-details-btn-wrap{padding-top:12px;text-align:center}.gathering-details-btn-wrap a{color:var(--primarycolor);text-decoration:underline!important}.gathering-details-btn-wrap a:hover{color:var(--secondarycolor)}.learn-more-btn:hover{color:var(--primarycolor)}.learn-more-btn:hover img{margin-left:10px}.leadership-card-outer{max-width:414px}.leadership-card-outer .creator-btm-txt h3{margin-bottom:6px}.leadership-card-outer .designation{color:#717b81;font-size:14px}.leadership-card-outer .creator-btm-txt p{font-size:16px;margin-bottom:10px}.leadership-btn-wrap{padding-top:24px}.leadership-sec{position:relative}.leadership-sec.cmn-gap{padding-bottom:40px}.leadership-sec .container{position:relative;z-index:3}.leadership-sec .section-head{max-width:608px;margin-bottom:28px}.leadership-sec-bg{position:absolute;top:0;right:0;width:100%;height:100%;z-index:0;max-width:60.4%}.leadership-sec-bg img{width:100%;height:100%;object-fit:cover;opacity:.4}.leadership-sec-bg:before{content:"";position:absolute;width:100%;height:100%;right:0;top:0;background:linear-gradient(270deg,#fffdf900,#fffdf933 98.74%);z-index:1}.leadership-sec-bg:after{content:"";position:absolute;width:20%;height:100%;left:0;top:0;z-index:1;background:linear-gradient(90deg,#fffdf9,#fffdf900)}.leadership-sec:before{content:"";position:absolute;width:100%;height:50%;left:0;top:0;background:linear-gradient(180deg,#fffdf9,#fffdf900);z-index:1}.leadership-sec:after{content:"";position:absolute;width:100%;height:45%;left:0;bottom:0;background:linear-gradient(0deg,#fffdf9,#fffdf900);z-index:1}.volunteer-service-row{--bs-gutter-x: 61px;--bs-gutter-y: 30px}.volunteer-service-left{width:49.3%}.volunteer-service-right{width:50.7%}.volunteer-service-left figure{border-radius:10px;overflow:hidden}.volunteer-service-left figure img{width:100%;height:100%;object-fit:cover}.volunteer-service-content h3{font-size:20px;font-weight:600;margin-bottom:30px}.check-listing li{position:relative;font-size:18px;padding-left:26px}.check-listing li strong{font-weight:700}.check-listing li:not(:last-child){margin-bottom:16px}.check-listing li:before{content:"";position:absolute;top:6px;left:0;width:16px;height:16px;background:url(/build/assets/check-list-icon-DgmfaJYb.svg) no-repeat left center;background-size:100% 100%;z-index:0}.volunteer-service-btn-wrap{padding-top:30px;display:flex;align-items:center}.volunteer-service-btn-wrap .common-button{padding-left:10px;padding-right:10px}.volunteer-service-btn-wrap .common-button:not(:last-child){margin-right:12px}.volunteer-service-content .check-listing{max-width:532px}.volunteer-service-content h2{color:var(--blackcolor);margin-bottom:40px}.volunteer-service-listing-wrapper{padding-top:100px}.volunteer-service-listing-row{--bs-gutter-x: 30px;--bs-gutter-y: 20px}.volunteer-service-card{padding:39px 43px 34px 30px;background:var(--whitecolor);border-radius:20px;height:100%}.volunteer-service-card h3{font-weight:600;font-size:24px;line-height:1.2;color:var(--secondarycolor);margin-bottom:14px}.volunteer-service-card p{margin-bottom:14px}.volunteer-service-card p:last-child{margin-bottom:0}.our-gallery-sec{position:relative;z-index:3}.our-gallery-wrapper{display:column;columns:3;gap:20px;break-inside:avoid}.our-gallery-item{break-inside:avoid;margin-bottom:20px}.our-gallery-item figure{border-radius:10px;overflow:hidden}.our-gallery-item figure img{width:100%;transition:all .3s ease-in-out}.our-gallery-item figure:hover img{transform:scale(1.1)}.local-resources-content h3{font-weight:600;font-size:20px;line-height:1.2;color:var(--secondarycolor);margin-bottom:8px}.local-resources-content ul li:not(:last-child){margin-bottom:20px}.local-resources-inner{position:relative}.local-resources-content{position:relative;max-width:586px;margin-left:auto;z-index:3}.local-resources-blur{position:absolute;right:-17%;top:-60%;z-index:1;pointer-events:none;-webkit-user-select:none;user-select:none}.local-communities-marge-wrapper{position:relative}.local-resources-bg{position:absolute;bottom:0;left:0;right:0;width:100%;top:0;z-index:1}.local-resources-bg img{width:100%;opacity:.2}.local-resources-bg:before{content:"";position:absolute;width:100%;height:100%;left:0;top:0;background:linear-gradient(360deg,#fffdf900 -1.63%,#fffdf9 56.47%);z-index:1;pointer-events:none;-webkit-user-select:none;user-select:none}.local-resources-bg:after{content:"";position:absolute;bottom:0;left:0;right:0;width:100%;height:26%;background:linear-gradient(360deg,#fffdf9,#fffdf900);z-index:1;pointer-events:none;-webkit-user-select:none;user-select:none}.local-resources-sec{position:relative;overflow:hidden;z-index:3}.local-resources-left-img-wrap{position:absolute;bottom:0;left:0;width:100%;z-index:0}.local-resources-left-img-wrap:before{content:"";position:absolute;top:0;left:0;right:0;width:100%;height:26%;background:linear-gradient(180deg,#fffdf9,#fffdf900);z-index:1;pointer-events:none;-webkit-user-select:none;user-select:none}.local-resources-left-img-wrap img{width:100%;opacity:.6}.volunteer-service-opportunities-sec{position:relative;z-index:3}.volunteer-service-bg{position:absolute;top:20%;left:0;right:0;z-index:0}.volunteer-service-bg img{width:100%;opacity:.18}.volunteer-service-bg:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,#fff0 7.43%,#fff 147.63%);z-index:1}.volunteer-service-bgovl{position:absolute;top:0;left:0;width:100%;height:100%}.volunteer-service-bgovl:before{content:"";position:absolute;top:0;left:0;width:100%;height:50%;background:linear-gradient(360deg,#fffdf9,#fffdf900);transform:rotate(-180deg);z-index:1}.volunteer-service-bgovl:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:10%;background:linear-gradient(360deg,#fffdf9,#fffdf900);z-index:1}.welcome-upcoming-marge{position:relative;overflow:hidden}.common-modal-wrap{padding:0 12px}.profile-modal-wrap{max-width:777px}.profile-modal-wrap .p-dialog-content{padding:20px 29px 20px 20px}.profile-modal-wrap .creators-left-wrap{margin:0 26px 20px 0;width:40%}.event-details-sec{position:relative}.event-details-listing{display:flex;flex-wrap:wrap;align-items:center;margin:-10px}.event-details-listing li{padding:10px;display:inline-flex;align-items:center;justify-content:center;font-size:18px}.event-details-listing li i{display:inline-flex;justify-content:center;align-items:center;max-width:20px;margin-right:6px;flex-shrink:0}.event-details-listing-wrap{margin-bottom:30px}.event-details-content-wrap{position:relative;max-width:800px;margin:0 auto;z-index:3}.event-details-bg{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none}.event-details-bg img{width:100%;height:100%;object-fit:cover}.event-details-bg:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:linear-gradient(0deg,#fffdf900 10.24%,#fffdf9 84.5%);z-index:1}.event-details-bg:after{content:"";position:absolute;bottom:0;left:0;right:0;width:100%;height:100%;background:linear-gradient(360deg,#fffdf9,#fffdf900);z-index:1}.support-banner-btn-wrap .common-button{min-width:237px}.support-feature-left{width:50.5%}.support-feature-right{width:49.5%}.support-feature-left figure{width:100%;border-radius:20px;overflow:hidden}.support-feature-left figure img{width:100%;height:100%;object-fit:cover}.support-fetaure-row{position:relative;--bs-gutter-x: 68px;--bs-gutter-y: 30px;align-items:center;z-index:3}.support-feature-content h3{font-size:20px;font-weight:600;margin-bottom:12px;line-height:1.4}.check-listing:not(:last-child){margin-bottom:20px}.support-fetaure-row:not(:last-child){margin-bottom:100px}.support-fetaure-row:nth-child(2n){flex-direction:row-reverse}.your-support-box{padding:80px 68px 100px;background:var(--whitecolor);box-shadow:0 4px 56px #3647510a;border-radius:20px}.your-support-head{text-align:center;margin-bottom:60px}.your-support-head p{max-width:620px;margin-left:auto;margin-right:auto}.your-support-card h3,.your-support-head h3{font-size:20px;font-weight:600}.your-support-head-btn-wrap{padding-top:6px;gap:12px;display:flex;align-items:center;justify-content:center}.your-support-head-btn-wrap .common-button{min-width:232px}.your-support-row{--bs-gutter-x: 20px;--bs-gutter-y: 20px}.your-support-card{padding:42px 42px 50px;background:#fff3db;border-radius:10px;height:100%}.your-support-list-wrap{margin-bottom:20px}.your-support-card p a{color:var(--secondarycolor)}.your-support-card p a:hover{color:var(--primarycolor)}.support-main-wrapper{position:relative;overflow:hidden}.your-support-sec,.support-feature-sec{position:relative;z-index:4}.your-support-bg{position:absolute;bottom:0;left:0;right:0;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none}.your-support-bg:before{content:"";position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:linear-gradient(360deg,#fffdf900 -1.63%,#fffdf9 56.47%);z-index:1}.your-support-bg img{opacity:.16;width:100%}.support-first-bg{position:absolute;top:0;left:0;right:0;width:100%;z-index:1;pointer-events:none;-webkit-user-select:none;user-select:none}.support-first-bg img{width:100%;opacity:.83}.support-first-bg:before{content:"";position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:linear-gradient(0deg,#fff0 56.61%,#fff 87.29%);z-index:1}.support-first-bgovl{position:absolute;top:0;left:0;right:0;width:100%;height:100%}.support-first-bgovl:before{content:"";position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:linear-gradient(360deg,#fffdf9,#fffdf900 57.6%);transform:scaleY(-1);z-index:1}.support-first-bgovl:after{content:"";position:absolute;bottom:0;left:0;right:0;width:100%;height:100%;background:linear-gradient(360deg,#fffdf9,#fffdf900);z-index:1}.support-feature-outer,.support-feature-inner{position:relative}.support-fetaure-content-blur{position:absolute;top:-10%;right:-20%;pointer-events:none;-webkit-user-select:none;user-select:none}.support-second-bg{position:absolute;top:16%;left:0;right:0;width:100%;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none}.support-second-bg img{width:100%;opacity:.32}.support-second-bg:before{content:"";position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:linear-gradient(360deg,#fffdf900 -37.72%,#fffdf9 80.47%);z-index:1}.support-second-bg:after{content:"";position:absolute;bottom:0;left:0;right:0;width:100%;height:15%;background:linear-gradient(360deg,#fffdf9,#fffdf900);z-index:1}.support-line-shp{position:absolute;top:15%;right:0;z-index:3;max-width:23%;width:100%;pointer-events:none;-webkit-user-select:none;user-select:none}.sacred-pause-row{--bs-gutter-x: 74px;--bs-gutter-y: 30px;align-items:center}.sacred-pause-left{width:48%}.sacred-pause-left figure{width:100%;border-radius:10px;overflow:hidden}.sacred-pause-left figure img{width:100%;height:100%;object-fit:cover}.sacred-pause-right{width:52%}.experiences-header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;margin-bottom:45px;gap:15px}.experiences-head-left{max-width:510px}.experiences-slider{padding:51px 0 30px;overflow:visible}.experiences-slider .testimonials-card{box-shadow:0 4px 16px #36475114}.typical-row{--bs-gutter-x: 85px;--bs-gutter-y: 30px}.typical-yoga-content h3{font-size:20px;font-weight:600;margin-bottom:12px}.typical-left{width:51.5%}.typical-right{width:48.5%}.typical-row{align-items:center}.living-out-practice-left figure,.typical-right figure{width:100%;border-radius:10px;overflow:hidden}.living-out-practice-left figure img,.typical-right figure img{width:100%}.living-out-practice-sec{position:relative;background:#faf3e2}.living-out-practice-row{--bs-gutter-x: 78px;--bs-gutter-y: 30px;align-items:center}.living-out-practice-left{width:48%}.living-out-practice-right{width:52%}.living-out-practice-slider-wrapper{padding-top:60px}.living-out-practice-head{display:flex;flex-wrap:wrap;align-items:flex-end;gap:15px}.living-out-practice-hdrlft{width:calc(100% - 155px)}.living-out-practice-hdrlft p{max-width:914px}.living-out-practice-head{margin-bottom:30px}.living-out-practice-card{background:var(--whitecolor);padding:16px 16px 30px;box-shadow:0 4px 56px #36475114;border-radius:20px;width:100%;height:100%}.living-out-practice-card figure{position:relative;padding-top:77.4%;border-radius:20px;overflow:hidden}.living-out-practice-card figure img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:all .3s ease-in-out}.living-out-practice-card:hover figure img{transform:scale(1.1)}.living-out-practice-descriptions{padding-top:20px}.living-out-practice-descriptions p{font-size:18px;color:var(--secondarycolor);max-width:300px;transition:all .3s ease-in-out}.living-out-practice-card:hover .living-out-practice-descriptions p{color:var(--primarycolor)}.living-out-practice-btn-wrap{padding-top:39px;text-align:center}.living-out-practice-sec .container{position:relative;z-index:3}.living-out-practice-bg{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;object-fit:cover;opacity:.1}.shared-offering-love-content strong{font-size:14px;font-weight:700;font-style:italic}.what-expect-faq-sec{background:#fff9ea}.what-expect-faq-sec .section-head{max-width:890px;margin-left:auto;margin-right:auto}.first-time-joining-sec{position:relative}.first-time-joining-sec .container{position:relative;z-index:3}.first-time-joining-sec .sacred-pause-row{--bs-gutter-x: 63px}.first-time-joining-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none}.first-time-joining-bg:before{content:"";position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:linear-gradient(360deg,#fffdf900 -1.63%,#fffdf9 56.47%);z-index:1;opacity:.7}.first-time-joining-bg img{width:100%;height:100%;object-fit:cover;opacity:.16}.what-expect-main-wrapper{position:relative}.overhidesec{position:relative;z-index:3}.what-expect-bgone{position:absolute;top:4%;left:0;right:0;width:100%;z-index:0}.what-expect-bgone img{width:100%;opacity:.18}.what-expect-bgone:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:linear-gradient(0deg,#fff0 7.43%,#fff 147.63%);z-index:1}.what-expect-bgone:after{content:"";position:absolute;bottom:0;left:0;right:0;width:100%;height:20%;background:linear-gradient(360deg,#fffdf9,#fffdf900);z-index:1}.shop-product-head{display:flex;flex-wrap:wrap;align-items:flex-end;gap:15px;margin-bottom:40px}.shop-product-left{width:calc(100% - 155px)}.shop-product-title-wrap{max-width:870px}.shop-product-card figure{width:100%}.shop-product-card figure a{position:relative;display:block;padding-top:86%;overflow:hidden;border-radius:10px}.shop-product-card figure a img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:all .3s ease-in-out}.shop-product-card figure a:hover img{transform:scale(1.1)}.shop-product-details-wrap{padding-top:24px}.shop-product-details-wrap h3{font-size:20px;font-weight:600;margin-bottom:8px}.shop-product-details-wrap h3 a{color:var(--secondarycolor)}.shop-product-details-wrap h3 a:hover{color:var(--primarycolor)}.shop-product-id{display:block;font-size:18px;color:var(--secondarycolor);line-height:1.2;margin-bottom:12px}.shop-product-card .common-button{padding:12px 30px}.product-highlights-list-outer{display:flex;align-items:center;justify-content:center;margin-bottom:60px}.product-highlights-tabs .p-tablist-tab-list{display:inline-flex;background:transparent;border:1px solid var(--primarycolor);justify-content:center;border-radius:10px;overflow:hidden}.product-highlights-tabs .p-tab{border:0;border-radius:8px;position:relative;overflow:hidden;z-index:3;padding:10px 26px;font-size:16px;color:var(--secondarycolor);font-weight:500}.product-highlights-tabs .p-tablist-active-bar{height:100%;background:var(--primarycolor);inset-block-end:0;border-radius:8px;overflow:hidden}.product-highlights-tabs .p-tab-active{color:var(--whitecolor);background:var(--primarycolor)}.product-highlights-tabs .p-tabpanels{background:transparent}.product-highlights-tabs .p-tabpanels{padding:0}.product-highlights-gallery{display:column;columns:3;gap:20px;break-inside:avoid}.product-highlights-item{break-inside:avoid;margin-bottom:20px}.product-highlights-item figure{width:100%;border-radius:10px;overflow:hidden}.product-highlights-item figure img{width:100%}.about-production-shipping-box{display:flex;flex-wrap:wrap;align-items:center;border-radius:12px;background:#f6f2ea;padding:44px 21px 42px 34px}.about-production-shipping-left{width:42%}.about-production-shipping-right{width:58%;padding-left:20px}.about-production-shipping-con{max-width:536px;margin-left:auto}.yoga-chapel-logo-wrap{max-width:260px}.yoga-chapel-logo-wrap img{width:100%}.about-production-shipping-description{padding-top:40px;text-align:center;max-width:800px;margin:0 auto}.about-production-shipping-description p{font-weight:700;font-style:italic;font-size:20px;color:var(--secondarycolor)}.shop-product-main-wrapper{position:relative}.shop-product-bg{top:0}.shop-product-bg img{opacity:.16}.shop-product-bg:after{height:50%}.product-highlight-line{position:absolute;top:57%;right:0;z-index:1;max-width:14%;pointer-events:none;-webkit-user-select:none;user-select:none}.product-highlights-sec .container{position:relative;z-index:2}.what-expect-line{position:absolute;top:11%;right:0;z-index:1;max-width:34%;pointer-events:none;-webkit-user-select:none;user-select:none}.volunteer-work-sec{position:relative;z-index:3}.volunteer-work-btn-wrap{padding-top:14px}.volunteer-work-wrapper .support-fetaure-row:nth-child(1){--bs-gutter-x: 44px }.volunteer-work-wrapper .support-fetaure-row:nth-child(2){--bs-gutter-x: 56px }.volunteer-work-wrapper .support-fetaure-row:nth-child(odd){flex-direction:row-reverse}.volunteer-work-wrapper .support-fetaure-row:nth-child(2n){flex-direction:initial}.volunteer-work-wrapper .support-feature-left{width:49.5%}.volunteer-work-wrapper .support-feature-right{width:50.5%}.volunteer-work-wrapper .common-button{min-width:188px}.volunteer-work-feature-btnwrap{padding-top:8px}.volunteer-work-wrapper .support-feature-content p span{font-weight:500;display:block}.volunteer-work-feature-card{position:relative;background:var(--whitecolor);box-shadow:0 4px 56px #36475114;border-radius:20px;padding:34px 41px 30px 31px;height:100%}.volunteer-work-feature-card h3{font-weight:600;font-size:26px;line-height:1.1;color:var(--secondarycolor)}.volunteer-work-feature-sec{position:relative;z-index:2}.volunteer-work-main-wrap{position:relative;z-index:1}.volunteer-work-bg{position:absolute;top:21%;left:0;right:0;width:100%;height:auto;z-index:1}.volunteer-work-bg img{width:100%;opacity:.32}.volunteer-work-bg:before{content:"";position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:linear-gradient(1.07deg,#fffdf900 -45.6%,#fffdf9 86.63%);z-index:1}.volunteer-work-bg:after{content:"";position:absolute;bottom:0;left:0;right:0;width:100%;height:20%;background:linear-gradient(360deg,#fffdf9,#fffdf900);z-index:1}.board-service-bg{position:absolute;bottom:0;left:0;right:0;width:100%;height:auto;z-index:0;opacity:.14;background:linear-gradient(0deg,#fff0 56.61%,#fff 87.29%)}.board-service-bg:before{content:"";position:absolute;bottom:0;left:0;right:0;width:100%;height:20%;background:linear-gradient(360deg,#fffdf9,#fffdf900);z-index:1}.board-service-bg:after{content:"";position:absolute;top:0;left:0;right:0;width:100%;height:20%;background:linear-gradient(180deg,#fffdf9,#fffdf900);z-index:1}.volunteer-work-feature-row{--bs-gutter-y: 24px}.sacred-rhythm-btn-wrap{display:flex;align-items:center;justify-content:center;padding-top:8px}.sacred-rhythm-btn-wrap .common-button:not(:last-child){margin-right:20px}.volunteer-work-sec .section-head{margin-bottom:100px}.digital-expect-sec .support-fetaure-row{--bs-gutter-x: 63px }.digital-expect-video-wrap{position:relative}.digital-expect-video-wrap figure{position:relative}.digital-expect-video-wrap figure:before{content:"";position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:#0003;z-index:1}.digital-expect-video-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:68px;height:68px;background:var(--whitecolor);box-shadow:0 4px 34px #0322123b;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;z-index:1}.digital-expect-video-btn img{transition:all .3s ease-in-out}.digital-expect-video-btn:hover{background:var(--secondarycolor)}.digital-expect-video-btn:hover img{filter:brightness(0) invert(1)}.explore-practice-sec{position:relative;background:#fff9ea}.explore-practice-row{--bs-gutter-x: 19px;--bs-gutter-y: 19px;justify-content:center}.explore-practice-col{width:20%}.explore-practice-card{position:relative;display:block;width:100%}.explore-practice-card figure{position:relative;border-radius:20px;overflow:hidden;padding-top:95%}.explore-practice-card figure img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:all .3s ease-in-out}.explore-practice-card figure:hover img{transform:scale(1.1)}.explore-practice-content-wrap{padding-top:22px}.explore-practice-card h3{font-size:20px;font-weight:600;margin-bottom:8px}.explore-practice-list{display:flex;flex-wrap:wrap}.explore-practice-list li{position:relative;font-size:16px;padding-right:10px;margin-right:10px;margin-bottom:10px}.explore-practice-list li:last-child{padding-right:0;margin-right:0}.explore-practice-list li:before{content:"";position:absolute;top:50%;transform:translateY(-50%);right:0;width:1px;height:12px;background:var(--secondarycolor);border-radius:10px}.explore-practice-list li:last-child:before{display:none}.explore-practice-btm-wrap{max-width:1008px;margin:40px auto 0;text-align:center}.christian-reflection-sec.grounded-faith-sec .connection-content-wrap{max-width:523px}.becomes-possible-sec .our-intention-image-wrap:after{opacity:0}.becomes-possible-sec .our-intention-image-wrap{top:0;height:100%;right:0;width:100%}.becomes-possible-sec .our-intention-bg{opacity:0}.becomes-possible-blur{position:absolute;top:0;left:0;max-width:69%;width:100%;height:auto;pointer-events:none;-webkit-user-select:none;user-select:none}.becomes-possible-sec .our-intention-image-wrap:before{opacity:.5}.becomes-possible-sec .check-listing li strong{display:block;font-weight:600}.invitaion-lead-blur{position:absolute;right:-4%;top:-26%;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0}.invitation-lead-sec{position:relative;overflow:hidden}.register-here-content{text-align:center}.register-here-content .common-button{min-width:264px}.register-here-sec{background:#fff3db}.invitation-lead-sec .connection-content-wrap{max-width:555px}.invitation-lead-sec .connection-content-wrap>p{max-width:502px}.invitation-lead-sec .connection-content-wrap .check-listing{max-width:490px}.connection-btn-wrap{padding-top:4px}.digital-expect-sec .section-head{max-width:940px;margin-left:auto;margin-right:auto}.season-formation-sec .connection-image-wrap{width:58.4%}.season-formation-sec .connection-image-wrap:before{background:linear-gradient(270deg,#fffdf9,#fffdf900);width:80%}.season-formation-sec .connection-content-wrap{max-width:550px}.season-formation-sec .connection-content-wrap .check-listing{max-width:495px}.season-formation-sec .connection-content-wrap strong{display:block;font-weight:600;margin-bottom:10px}.our-values-sec .our-intention-left{width:48.4%}.our-values-sec .our-intention-content{max-width:100%}.practice-yoga-sec .connection-content-wrap{max-width:554px}.about-page-intention .our-intention-content{max-width:100%}.about-page-intention .our-intention-left{width:50.1%}.about-page-intention .connection-content-wrap{max-width:100%}.about-page-connection .connection-content-wrap{max-width:558px}.season-formation-card{padding:24px;background:var(--whitecolor);box-shadow:0 4px 40px #36475114;border-radius:20px}.season-formation-sec{position:relative;z-index:3}.season-formation-card i{display:inline-block;max-width:64px;margin-bottom:11px}.season-formation-card h3{font-weight:600;font-size:18px;line-height:1.2;color:var(--secondarycolor);margin-bottom:10px}.season-formation-card p{max-width:415px}.what-included-learn-row{--bs-gutter-x: 28px;--bs-gutter-y: 28px}.what-included-learn-card{padding:37px 0 30px;background:var(--whitecolor);box-shadow:0 4px 56px #36475114;border-radius:20px;height:100%}.what-included-learn-card .section-toptitle{font-weight:600;font-size:26px;line-height:1.1;color:var(--secondarycolor);letter-spacing:normal;padding-right:0;margin-bottom:0}.what-included-learn-card .check-listing{padding:0 30px}.what-included-learn-card .check-listing li{padding-bottom:16px}.what-included-learn-card .section-toptitle:after{display:none}.what-included-learn-sec{position:relative;z-index:3}.what-included-learn-sec .container{position:relative;z-index:2}.what-included-learn-head{padding:0 30px 20px}.what-included-learn-card .check-listing li:after{content:"";position:absolute;bottom:0;left:-30px;right:0;width:calc(100% + 60px);height:1px;background:#f6f2ea}.what-included-learn-card .check-listing li:last-child{padding-bottom:0;margin-bottom:0}.what-included-learn-card .check-listing li:last-child:after{display:none}.what-learn-accordion{padding:0 30px}.what-learn-accordion .p-accordionheader{padding:17px 15px 17px 16px;background:#f6f2ea;border-radius:12px;border:0;font-weight:600;font-size:18px;line-height:1.1;color:var(--secondarycolor)}.what-learn-accordion .p-accordionpanel:not(.p-disabled).p-accordionpanel-active>.p-accordionheader,.what-learn-accordion .p-accordionpanel:not(.p-disabled).p-accordionpanel-active>.p-accordionheader:hover,.what-learn-accordion .p-accordionpanel:not(.p-accordionpanel-active):not(.p-disabled)>.p-accordionheader:hover{background:#f6f2ea;color:var(--secondarycolor)}.what-learn-accordion .p-accordionpanel:first-child>.p-accordionheader{border-width:0;border-start-start-radius:12px;border-start-end-radius:12px}.what-learn-accordion .p-accordionpanel:not(:last-child){margin-bottom:12px}.what-learn-accordion .p-accordionpanel{border:0}.what-learn-accordion .p-accordioncontent-content{padding:20px 15px 10px 16px}.what-learn-accordion .p-accordioncontent-content p{color:var(--secondarycolor)}.what-included-learn-bg{position:absolute;top:0;left:0;right:0;width:100%;height:100%;z-index:1}.what-included-learn-bg img{width:100%;height:100%;object-fit:cover;opacity:.2}.what-included-learn-bg:before{content:"";position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:linear-gradient(180deg,#fffdf9,#fffdf900)}.what-included-learn-bg:after{content:"";position:absolute;bottom:0;left:0;right:0;width:100%;height:100%;background:linear-gradient(360deg,#fffdf9,#fffdf900);z-index:1}.what-included-learn-sec:before{content:"";position:absolute;top:0;left:0;right:0;width:100%;height:20%;background:linear-gradient(181deg,#fffdf9,#fffdf900);z-index:2}.steps-chaplaincy-sec{position:relative}.steps-chaplaincy-list li{position:relative;font-size:18px;padding-left:66px;margin-bottom:24px;transition:all .3s ease-in-out}.steps-chaplaincy-list li strong{font-weight:600;display:block;margin-bottom:2px;transition:all .3s ease-in-out}.steps-chaplaincy-list li p{transition:all .3s ease-in-out}.steps-chaplaincy-list li:hover .steps-chaplaincy-number{background:var(--primarycolor);color:var(--whitecolor);transform:scale(1.15);box-shadow:0 4px 56px #36475114}.steps-chaplaincy-list{counter-reset:my-sec-counter}.steps-chaplaincy-content{max-width:519px}.steps-chaplaincy-number{position:absolute;top:0;left:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border:1px solid #DCD1B4;background:var(--whitecolor);padding:10px;font-weight:600;font-size:18px;line-height:1;text-align:center;color:var(--primarycolor);border-radius:50%;transition:all .3s ease-in-out}.steps-chaplaincy-number:before{counter-increment:my-sec-counter;content:"0" counter(my-sec-counter)}.steps-chaplaincy-list li:nth-child(n+10) .steps-chaplaincy-number:before{content:counter(my-sec-counter)}.steps-chaplaincy-list li:before{content:"";position:absolute;top:0;left:25px;width:1px;height:calc(100% + 24px);border-left:1px dashed rgba(178,150,80,.4)}.steps-chaplaincy-list li:last-child:before{display:none}.steps-chaplaincy-bg{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:0}.steps-chaplaincy-bg img{width:100%;height:100%;object-fit:cover;opacity:.8}.steps-chaplaincy-bg:before{content:"";position:absolute;top:0;left:0;right:0;width:100%;height:50%;background:linear-gradient(180deg,#fffdf9,#fffdf900);z-index:1}.steps-chaplaincy-bg:after{content:"";position:absolute;bottom:0;left:0;right:0;width:100%;height:50%;background:linear-gradient(360deg,#fffdf9,#fffdf900);z-index:1}.steps-chaplaincy-sec .container{position:relative;z-index:3}.steps-blur-bg{position:absolute;top:0;left:0;bottom:0;width:100%;height:100%;max-width:71%;pointer-events:none;-webkit-user-select:none;user-select:none}.wondering-btn-wrapper{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.wondering-path-sec .connection-content-wrap{max-width:574px}.wondering-path-sec .connection-content-wrap h2{max-width:500px}.wondering-path-sec .connection-image-wrap{left:10%}.wondering-path-sec .connection-image-wrap:after{width:30%;left:0}.pathway-curriculum-whyus .our-intention-image-wrap{width:46%}.pathway-curriculum-whyus .our-intention-left{width:48.7%}.pathway-curriculum-whyus .our-intention-inner:before{top:-1px}.free-guides-sec{position:relative;overflow:hidden}.free-guides-sec .container{position:relative;z-index:2}.free-guides-sec.cmn-gap{padding-top:148px}.free-guides-sec .section-head{max-width:765px;margin-left:auto;margin-right:auto}.free-guides-row{--bs-gutter-x: 28px;--bs-gutter-y: 28px}.free-guides-card{position:relative;background:var(--whitecolor);box-shadow:0 4px 56px #36475114;border-radius:20px;padding:34px 185px 29px 30px;height:100%;display:flex;flex-direction:column;transition:all .3s ease-in-out}.free-guides-card>i{display:inline-block;max-width:86px;position:absolute;right:38px;top:62px}.free-guides-card>i img{transition:all .3s ease-in-out}.free-guides-card h3{font-weight:600;font-size:26px;line-height:1.2;margin-bottom:14px;transition:all .3s ease-in-out}.free-guides-card p{font-size:18px;margin-bottom:16px;transition:all .3s ease-in-out}.download-btn{display:inline-flex;align-items:center;justify-content:flex-start;font-size:18px;line-height:1;color:var(--primarycolor);margin-top:auto}.free-guides-card:hover{background:var(--primarycolor)}.free-guides-card:hover .download-btn,.free-guides-card:hover p,.free-guides-card:hover h3{color:var(--whitecolor)}.free-guides-card:hover .download-btn img{filter:brightness(0) invert(1)}.download-btn img{display:inline-block;max-width:24px;margin-right:6px;transition:all .3s ease-in-out}.download-btn:hover img{filter:brightness(0) saturate(100%) invert(25%) sepia(29%) saturate(413%) hue-rotate(158deg) brightness(89%) contrast(89%)}.free-guides-bg{position:absolute;top:0;left:0;right:0;width:100%;height:100%}.free-guides-bg img{width:100%;height:100%;object-fit:cover;opacity:.23}.free-guides-bg:before{content:"";position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:linear-gradient(0deg,#fff0 56.61%,#fff 87.29%);z-index:1}.free-guides-blur{position:absolute;bottom:-20%;left:50%;z-index:1;transform:translate(-50%)}.occasional-updates-modal{max-width:820px}.occasional-updates-modal .section-head{margin-bottom:30px}.occasional-updates-modal .occasional-field:not(:last-child){margin-bottom:16px}.occasional-modal-form input[type=submit]{width:100%}.partners-path-sec{position:relative;padding:80px 0 17px;overflow:hidden}.partners-path-sec .section-head{max-width:1090px;margin-left:auto;margin-right:auto}.partners-path-infobox{background:var(--whitecolor);box-shadow:0 4px 56px #36475114;border-radius:20px;padding:20px 30px 44px 20px;margin-bottom:40px}.partners-path-top{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:45px}.underline-button{text-decoration:underline!important}.partners-path-top .underline-button{min-width:233px}.partners-path-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px}.cmn-small-title{display:block;font-size:20px;color:var(--secondarycolor);font-weight:600;margin-bottom:4px}.partners-path-description{max-width:450px}.partners-path-gallery-wrap{display:column;columns:3;gap:20px;break-inside:avoid}.partners-path-gallery-item{break-inside:avoid;margin-bottom:20px}.partners-path-gallery-item figure{position:relative;border-radius:10px;overflow:hidden;z-index:3}.partners-path-gallery-item figure img{width:100%;height:100%;object-fit:cover;transition:all .3s ease-in-out}.interested-partnering-sec .our-intention-left{width:50%}.interested-partnering-sec .our-intention-content strong{font-size:18px;font-weight:600}.interested-partnering-sec .our-intention-image-wrap{width:49.3%}.tools-support-belonging-sec .connection-image-wrap img,.interested-partnering-sec .our-intention-image-wrap img{opacity:.4}.interested-partnering-sec .our-value-bg{width:51%}.partners-path-info-logo{max-width:244px}.partners-path-info-logo img{width:100%}.tools-support-belonging-sec .connection-image-wrap{width:45%}.tools-support-belonging-sec .connection-content-wrap{max-width:550px}.tools-support-belonging-sec.cmn-gap{padding:199px 0 169px}.tools-support-belonging-sec .connection-bg{opacity:.29;width:53%;left:auto}.what-you-receive-sec{position:relative}.what-you-receive-sec .container{position:relative;z-index:3}.what-you-receive-sec.cmn-gap{padding-top:58px}.what-you-receive-tabs .p-tablist-tab-list{background:transparent;border:0;flex-wrap:wrap}.what-you-receive-tabs .p-tablist{margin-bottom:68px}.what-you-receive-tabs .p-tab{background:#fffaed;border:0;border-right:1px solid var(--primarycolor);border-radius:10px;padding:19px 12px;font-weight:400;font-size:18px;line-height:1.2;color:var(--secondarycolor);position:relative;flex:1}.what-you-receive-tabs .p-tab span{position:relative;z-index:5}.what-you-receive-tabs .p-tablist-active-bar{height:100%;background:var(--primarycolor);border-radius:10px}.what-you-receive-tabs .p-tablist-tab-list{background:#fffaed;border-radius:10px}.what-you-receive-tabs .p-tab.p-tab-active{color:var(--whitecolor)}.what-you-receive-tabs .p-tab:not(.p-tab-active):not(.p-disabled):hover{background:#fffaed;border-color:var(--primarycolor);color:var(--secondarycolor)}.what-you-receive-tabs .p-tabpanels{padding:0}.what-you-receive-row{max-width:618px}.what-you-receive-col{width:100%;margin-bottom:14px}.what-you-receive-col:last-child{margin-bottom:0}.what-you-receive-card{background:var(--whitecolor);box-shadow:0 4px 56px #3647510f;border-radius:20px;padding:28px 38px 28px 28px}.what-you-receive-tabs .p-tabpanels{background:transparent}.what-you-receive-card h3{font-weight:600;font-size:18px;line-height:1.4;color:var(--secondarycolor);margin-bottom:10px}.what-you-receive-bg{position:absolute;bottom:0;left:0;right:0;width:100%;height:74%;z-index:1}.what-you-receive-bgone{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;object-fit:cover;opacity:.29;z-index:1}.what-you-receive-right-wrap{position:absolute;top:0;right:0;bottom:0;width:100%;height:100%;max-width:47%;z-index:2}.what-you-receive-right-wrap img{width:100%;height:100%;object-fit:cover}.what-you-receive-right-wrap:before{content:"";position:absolute;top:0;left:0;bottom:0;width:100%;height:100%;background:linear-gradient(90deg,#fffdf9,#fffdf900);z-index:1}.what-you-receive-right-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;width:40%;height:100%;background:linear-gradient(-90deg,#fffdf9,#fffdf900);z-index:1}.what-you-receive-bg:before{content:"";position:absolute;top:0;left:0;right:0;width:100%;height:30%;background:linear-gradient(180deg,#fffdf9,#fffdf900);z-index:3}.what-you-receive-bg:after{content:"";position:absolute;bottom:0;left:0;right:0;width:100%;height:30%;background:linear-gradient(0deg,#fffdf9,#fffdf900);z-index:3}.membership-pricing-sec{position:relative}.membership-pricing-sec .container{position:relative;z-index:3}.membership-pricing-row{--bs-gutter-x: 16px;--bs-gutter-y: 16px}.membership-pricing-card{padding:55px 42px 45px 22px;background:var(--whitecolor);box-shadow:0 4px 56px #36475114;border-radius:20px;height:100%}.membership-pricing-card h3{font-weight:600;font-size:40px;line-height:1.2;color:var(--primarycolor)}.membership-pricing-card h3 span{display:inline-block;font-size:19px}.membership-pricing-card h4{font-size:20px;margin-bottom:10px}.membership-pricing-card p{font-size:18px}.membership-pricing-sec.cmn-gap{padding-top:20px}.membership-pricing-bg{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%}.membership-pricing-bg img{width:100%;height:100%;object-fit:cover;opacity:.23}.membership-pricing-bg:before{content:"";position:absolute;top:0;left:0;right:0;width:100%;height:50%;background:linear-gradient(180deg,#fffdf9,#fffdf900);z-index:1}.membership-pricing-bg:after{content:"";position:absolute;bottom:0;left:0;right:0;width:100%;height:50%;background:linear-gradient(360deg,#fffdf9,#fffdf900);z-index:1}.subscribing-member-benefits-sec .register-here-content p{max-width:980px;margin-left:auto;margin-right:auto}.our-journey-began-question-sec{position:relative}.our-journey-began-question-sec .container{position:relative;z-index:3}.our-journey-began-question-sec .section-head{max-width:1000px;margin-left:auto;margin-right:auto}.our-journey-began-row{--bs-gutter-x: 40px;--bs-gutter-y: 25px;align-items:center}.our-journey-began-left,.our-journey-began-right{width:50%}.our-journey-began-left figure{width:100%;border-radius:40px;overflow:hidden}.our-journey-began-left figure img{width:100%}.our-journey-began-wrapper .our-journey-began-row:nth-child(2n){flex-direction:row-reverse}.our-journey-began-wrapper .our-journey-began-row:not(:last-child){margin-bottom:100px}.share-spark-box{padding:24px 24px 29px 20px;background:var(--whitecolor);box-shadow:0 4px 56px #36475114;border-radius:20px}.share-spark-box .common-button{padding-left:9px;padding-right:9px;min-width:239px}.share-spark-btn-wrap{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.rooted-reaching-content p strong{font-weight:600;font-size:20px}.rooted-reaching-btnwrap{margin-bottom:25px}.our-journey-began-bgone{position:absolute;top:23%;left:0;right:0;width:100%}.our-journey-began-bgone img{width:100%;opacity:.2}.our-journey-began-bgtwo:before,.our-journey-began-bgone:before{content:"";position:absolute;bottom:0;left:0;right:0;width:100%;height:30%;background:linear-gradient(0deg,#fffdf9,#fffdf900);z-index:1}.our-journey-began-bgtwo{position:absolute;top:65%;left:0;right:0;width:100%;z-index:1}.our-journey-began-bgtwo img{width:100%;opacity:.2}.our-journey-began-bgtwo:after{content:"";position:absolute;top:0;left:0;right:0;width:100%;height:50%;background:linear-gradient(180deg,#fffdf9,#fffdf900);z-index:1}.our-journey-began-bgtwo:before{height:50%}.unfolding-across-section .section-head{max-width:960px;margin:0 auto 100px}.contribute-connected-sec,.unfolding-across-section{position:relative;z-index:3}.unfolding-across-section.cmn-gap{padding-top:148px}.milestone-moment-box{padding:30px 20px 30px 30px;background:var(--whitecolor);box-shadow:0 4px 56px #36475114;border-radius:20px;margin-bottom:40px}.milestone-moment-row{--bs-gutter-x: 30px;--bs-gutter-y: 25px;align-items:center}.milestone-moment-left{width:55%}.milestone-moment-right{width:45%}.milestone-moment-right figure{width:100%;border-radius:40px;overflow:hidden}.milestone-moment-right figure img{width:100%}.milestone-moment-content{max-width:510px}.community-spotlight-row{--bs-gutter-x: 15px;--bs-gutter-y: 15px}.community-spotlight-card{display:flex;flex-direction:column;width:100%;background:var(--whitecolor);box-shadow:0 4px 56px #36475114;border-radius:20px;padding:12px 12px 28px;height:100%}.community-spotlight-card figure{width:100%;flex:0 0 auto}.community-spotlight-card figure a{position:relative;display:block;width:100%;padding-top:69%;border-radius:20px;overflow:hidden}.community-spotlight-card figure a img{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;object-fit:cover}.community-spotlight-content{padding-top:20px;display:flex;flex-direction:column;flex:1}.community-spotlight-card .learn-more-btn{margin-top:auto}.insight-share-post-card .community-spotlight-date{margin-bottom:10px}.community-spotlight-published-date{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.community-spotlight-catagory{display:inline-block;font-weight:400;font-size:16px;line-height:1.1;letter-spacing:.13em;color:var(--primarycolor)}.community-spotlight-date{display:inline-flex;align-items:center;line-height:1}.community-spotlight-date img{display:inline-block;max-width:16px;margin-right:4px}.community-spotlight-content h3{font-size:18px;font-weight:600;line-height:1.4;margin-bottom:10px}.community-spotlight-content p{font-style:italic;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.community-spotlight-btn-wrap{text-align:center;margin-top:40px}.community-spotlight-btn-wrap .common-button{min-width:178px}.contribute-connect-row{--bs-gutter-x: 28px;--bs-gutter-y: 28px}.contribute-connect-card{padding:40px 40px 40px 30px;background:var(--whitecolor);box-shadow:0 4px 56px #36475114;border-radius:20px;height:100%}.news-milestones-wrapper{position:relative}.news-milestones-bg{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%}.news-milestones-bg img{width:100%;height:100%;object-fit:cover;opacity:.23}.news-milestones-bg:before{content:"";position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:linear-gradient(0deg,#fff0 56.61%,#fff 87.29%);z-index:1}.news-milestones-bg:after{content:"";position:absolute;bottom:0;left:0;right:0;width:100%;height:10%;background:linear-gradient(180deg,#fff0 56.61%,#fff 87.29%);z-index:1}.milestones-blur{position:absolute;bottom:17%;left:0;right:0;max-width:100%;z-index:2;margin:0 auto;pointer-events:none;-webkit-user-select:none;user-select:none}.reflections-sacred-practice-ban .inner-banner-content-wrap{max-width:750px;margin:0 auto}.reflections-sacred-practice-sec .milestone-moment-box{margin-bottom:0}.reflections-sacred-practice-sec .milestone-moment-content{max-width:570px}.insight-share-form-row{display:flex;align-items:center;gap:10px;justify-content:flex-end}.insight-share-field{position:relative}.insight-share-head{margin-bottom:34px}.insight-share-head input[type=text],.insight-share-head input[type=search]{width:100%;height:52px;border-radius:12px;background:var(--whitecolor);border:1px solid #F6F6F6;padding:0 45px 0 38px;font-size:14px;color:#788a94;min-width:319px}.insight-share-head input[type=submit]{font-size:18px}.category-search-icon{position:absolute;top:17px;left:16px;max-width:16px}.filter-icon{position:absolute;top:5px;right:5px;max-width:20px}.insight-share-section{position:relative;padding:62px 0 0}.insight-share-section .container{position:relative;z-index:3}.insight-share-post-row{--bs-gutter-x: 24px;--bs-gutter-y: 24px}.insight-share-post-card .community-spotlight-content p{-webkit-line-clamp:2}.insight-share-bottom-wrap{text-align:center;margin-top:88px;margin-bottom:90px;background:#fff;padding:60px 40px;border-radius:20px;position:relative;box-shadow:0 4px 56px #36475114;z-index:3}.reflection-inbox-sec .our-intention-inner{padding:171px 0 169px}.reflection-inbox-sec .our-values-blur{display:none}.reflection-inbox-sec .our-value-bg{width:100%}.reflection-inbox-sec .our-intention-inner:before{top:-1px}.insight-share-bg{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:1}.insight-share-bg img{width:100%;height:100%;object-fit:cover;opacity:.29}.insight-share-bg:before{content:"";position:absolute;top:-8%;left:0;right:0;width:100%;height:30%;background:linear-gradient(180deg,#fffdf9,#fffdf900);z-index:1;opacity:.6}.insight-share-bg:after{content:"";position:absolute;bottom:0;left:0;right:0;width:100%;height:30%;background:linear-gradient(360deg,#fffdf9,#fffdf900);z-index:1}.insight-share-post-card figure a{padding-top:76%}.insight-share-post-card figure a img{transition:all .3s ease-in-out}.insight-share-post-card figure a:hover img{transform:scale(1.1)}.reflections-sacred-practice-sec .container{position:relative;z-index:3}.community-spotlight-content h3 a{color:var(--secondarycolor)}.community-spotlight-content h3 a:hover{color:var(--primarycolor)}.your-support-sec:before{content:"";position:absolute;bottom:0;left:0;right:0;width:100%;height:15%;background:linear-gradient(0deg,#fffdf9cc,#fffdf900);z-index:1}.volunteer-work-shp{position:absolute;right:0;top:10%;z-index:1;max-width:18%;width:100%;pointer-events:none;-webkit-user-select:none;user-select:none}.support-feature-content>p>a{color:var(--secondarycolor);text-decoration:underline!important}.support-feature-content>p>a:hover{color:var(--primarycolor)}.becomes-possible-sec .our-intention-content{max-width:526px}.becomes-possible-sec .our-intention-left{width:46%}.becomes-possible-sec .our-intention-content .check-listing{max-width:492px}.combined-pastor-page .register-here-content{max-width:780px;margin:0 auto}.combine-pastor-inner-banner .inner-banner-content-wrap{max-width:900px;margin:0 auto}.season-formation-sec .connection-content-outer{padding-bottom:40px}.books-banner .inner-banner-content-wrap{max-width:960px;margin:0 auto}.books-guide-section.cmn-gap{padding-top:60px}.books-guide-tabs .p-tablist-tab-list{background:transparent;border:0;flex-wrap:wrap;gap:14px}.books-guide-tabs .p-tablist{margin-bottom:30px}.books-guide-tabs .p-tab{padding:15.5px 29px;border:1px solid var(--secondarycolor);border-radius:10px;font-size:18px;font-weight:400;color:var(--secondarycolor)}.books-guide-tabs .p-tab-active,.books-guide-tabs .p-tab:not(.p-tab-active):not(.p-disabled):hover{background:var(--primarycolor);border-color:var(--primarycolor);color:var(--whitecolor)}.books-guide-tabs .p-tablist-active-bar{display:none}.books-guide-tabs .p-tabpanels{background:transparent;color:initial;padding:0}.books-catagory-row{--bs-gutter-x: 20px;--bs-gutter-y: 20px}.books-catagory-card{padding:12px 12px 22px;background:var(--whitecolor);box-shadow:0 4px 56px #36475114;border-radius:20px;height:100%}.books-catagory-card>figure{width:100%}.books-catagory-card>figure>a{position:relative;padding-top:97%;border-radius:20px;overflow:hidden;display:block;width:100%}.books-catagory-card>figure>a>img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:all .3s ease-in-out}.books-catagory-card>figure>a:hover>img{transform:scale(1.1)}.books-catagory-details{padding-top:20px}.books-catagory-details h3{font-size:18px;font-weight:600;line-height:1.4;margin-bottom:5px}.books-catagory-details h3 a{color:var(--secondarycolor)}.books-catagory-details h3:hover a{color:var(--primarycolor)}.books-author-name{display:block;font-weight:400;font-size:16px;line-height:1.2;color:var(--secondarycolor);margin-bottom:10px}.books-catagory-details p{color:var(--secondarycolor)}.books-pagination-wrap{padding-top:40px;text-align:center}.books-pagination-wrap img{max-width:410px;width:100%}.books-guide-section{position:relative}.books-guide-section .container{position:relative;z-index:3}.books-guide-bg{position:absolute;top:0;left:0;right:0;width:100%;height:100%;z-index:1}.books-guide-bg img{width:100%;height:100%;object-fit:cover;opacity:.23}.books-guide-bg:before{content:"";position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:linear-gradient(0deg,#fff0 56.61%,#fff 87.29%);z-index:1}.books-guide-bg:after{content:"";position:absolute;bottom:0;left:0;right:0;width:100%;height:70%;background:linear-gradient(360deg,#fffdf9,#fffdf900);z-index:1}.books-suggestion-sec .our-intention-left{width:52%}.book-suggestion-form{max-width:512px}.book-suggestion-field:not(:first-child){margin-top:16px}.book-suggestion-submit{margin-top:20px}.book-suggestion-form textarea{display:block;height:135px;resize:none}.book-suggestion-form input[type=submit]{width:100%}.explore-selected-resources-row{--bs-gutter-x: 30px;--bs-gutter-y: 20px;justify-content:center}.explore-selected-resources-card{position:relative;background:var(--whitecolor);box-shadow:0 4px 56px #36475114;border-radius:20px;padding:37px 120px 37px 30px;transition:all .3s ease-in-out}.explore-selected-resources-card h3{font-weight:600;font-size:20px;line-height:1.4;color:var(--secondarycolor);margin-bottom:6px;transition:all .3s ease-in-out}.explore-selected-resources-card i{display:inline-flex;align-items:center;justify-content:center;max-width:78px;position:absolute;right:30px;top:50%;transform:translateY(-50%)}.explore-selected-resources-card:hover{background:var(--primarycolor)}.explore-selected-resources-card:hover h3{color:var(--whitecolor)}.explore-selected-resources-card:hover i img{filter:brightness(0) saturate(100%) invert(87%) sepia(32%) saturate(419%) hue-rotate(350deg) brightness(89%) contrast(88%)}.explore-selected-resources-card:hover .learn-more-btn{color:var(--whitecolor)}.explore-selected-resources-card:hover .learn-more-btn img{filter:brightness(0) invert(1)}.explore-selected-resources-sec{position:relative}.explore-selected-resources-sec .container{position:relative;z-index:3}.explore-selected-resources-bg{position:absolute;top:0;left:0;right:0;width:100%;height:100%;z-index:1;pointer-events:none;-webkit-user-select:none;user-select:none}.explore-selected-resources-bg img{width:100%;height:100%;object-fit:cover;opacity:.2}.explore-selected-resources-bg:before{content:"";position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:linear-gradient(180deg,#fffdf9,#fffdf900);z-index:1}.explore-selected-resources-bg:after{content:"";position:absolute;bottom:0;left:0;right:0;width:100%;height:100%;background:linear-gradient(0deg,#fffdf9,#fffdf900);z-index:1}.books-suggestion-sec .our-intention-inner{padding:100px 0}.blog-details-breadcrumb{padding-top:10px}.blog-details-breadcrumb .p-breadcrumb{background:transparent;padding:0}.blog-details-breadcrumb .p-breadcrumb-list{justify-content:center}.blog-details-breadcrumb .p-breadcrumb-item-link{font-size:18px;color:var(--secondarycolor)!important}.blog-details-breadcrumb .p-breadcrumb-separator{color:var(--secondarycolor)!important}.blog-details-breadcrumb .p-breadcrumb-list{gap:6px}.blog-details-wrapper.cmn-gap{padding-top:86px}.blog-details-toptitle-wrap{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:30px;row-gap:15px;margin-bottom:22px}.blog-details-toptitle-wrap .section-toptitle{margin-bottom:0}.blog-post-time-list{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:16px}.blog-post-time-list li{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;color:var(--secondarycolor);font-size:18px}.blog-post-time-list li a{color:var(--secondarycolor)}.blog-post-time-list li i{display:inline-block;max-width:20px;margin-right:9px;flex-shrink:0;line-height:1}.blog-details-head{margin-bottom:30px}.blog-details-content-wrapper p a{color:var(--primarycolor);text-decoration:underline!important}.blog-details-content-wrapper p a:hover{color:var(--secondarycolor)}.blog-details-image-wrap{border-radius:30px;overflow:hidden;width:100%;margin-top:40px;margin-bottom:50px}.blog-details-image-wrap img{width:100%}.blog-details-btn-wrap{display:inline-flex;flex-wrap:wrap;align-items:center;gap:14px}.blog-details-btn-wrap .common-button{min-width:153px}.blog-details-comments-wrap{margin-top:60px}.blog-details-comment-field textarea{width:100%;display:block;height:157px}.blog-details-comment-submit{margin-top:20px}.blog-details-comment-submit input[type=submit]{min-width:153px}.blog-details-content-wrapper p strong{font-weight:600;font-size:20px}.popupbtnwrap{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.enquire-form-modal{max-width:844px}.enquire-form-modal .p-dialog-content{padding:55px 50px}.enquire-form-modal .occasional-field:not(:last-child){margin-bottom:16px}.enquire-form-checkbox-wrap{display:flex;flex-wrap:wrap;align-items:center;gap:50px}.successful-form-modal{max-width:479px}.successful-form-modal .p-dialog-content{padding:44px 25px 46px}.successful-form-modal .section-head{margin-bottom:0}.successful-form-modal .section-head h2{margin-bottom:10px}.successful-form-modal .section-head i{display:inline-block;max-width:60px;margin-bottom:20px}.more-about-form-modal{max-width:655px}.more-about-form-modal .section-head{margin-bottom:24px}.more-about-yoga-chaple-mdlform .more-about-yoga-chaple-field:not(:last-child){margin-bottom:16px}.more-about-yoga-chaple-mdlform{margin-bottom:20px}.more-about-yoga-mdlfaq h3{font-size:18px;font-weight:600;margin-bottom:16px}.more-about-yoga-mdlfaq .what-learn-accordion{padding:0}.more-about-yoga-mdlfaq .what-learn-accordion .p-accordioncontent-content p{font-size:18px}.more-about-yoga-enquire-btnwrap{margin-top:20px}.more-about-yoga-enquire-btnwrap .common-button{width:100%}.more-about-form-modal .p-dialog-content{padding:36px 40px 56px}.footer-menu-listing li.current-menu-item a{color:var(--primarycolor)}.local-gathering-right{display:flex;flex-direction:column}.local-communities-wrapper{display:flex;flex-direction:column;flex:1}.follow-us-head-left h2 span{font-style:italic}.footer-newsletter-wrap input[type=email]::-webkit-input-placeholder{opacity:1;color:var(--secondarycolor)}.footer-newsletter-wrap input[type=email]:-ms-input-placeholder{opacity:1;color:var(--secondarycolor)}.footer-newsletter-wrap input[type=email]:-moz-placeholder{opacity:1;color:var(--secondarycolor)}.footer-newsletter-wrap input[type=email]:-moz-placeholders{opacity:1;color:var(--secondarycolor)}.what-shapes-us-journey .begin-journey-icon-wrap i{max-width:48px}.list-form-wrapper input[type=search]{padding-right:16px}.digital-chapel-sec .section-head{max-width:920px}.experiences-slider .swiper-wrapper>.swiper-slide{height:auto!important}.experiences-slider-item{height:100%}.about-page-intention.our-intention-sec:after,.about-page-intention .our-intention-inner:after{height:40%}.our-values-sec .our-intention-image-wrap img{object-position:right}.board-directors-bg,.co-creators-bg{position:absolute;top:25%;left:0;right:0;width:100%;height:auto;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none}.co-creators-bg img{width:100%;opacity:.14}.board-directors-bg img{width:100%;opacity:.23}.board-directors-bg{top:63%}.board-directors-bg:before,.co-creators-bg:before{content:"";position:absolute;width:100%;height:100%;left:0;top:0;background:linear-gradient(0deg,#fff0 56.61%,#fffdf9 87.29%);z-index:1}.board-directors-bg:before{background:linear-gradient(180deg,#fffdf9,#fffdf900)}.board-directors-bg:after,.co-creators-bg:after{content:"";position:absolute;width:100%;height:50%;left:0;bottom:0;background:linear-gradient(360deg,#fffdf9 30%,#fffdf900);z-index:1}.board-directors-bg:after{background:linear-gradient(360deg,#fffdf9,#fffdf900)}.co-creator-each .swiper-wrapper{padding-bottom:30px}.creator-card{box-shadow:0 4px 30px #36475114}.yogachaplains-bg{position:absolute;bottom:0;left:0;right:0;width:100%;height:100%;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none}.yogachaplains-bg img{width:100%;height:100%;object-fit:cover;opacity:.14}.yogachaplains-bg:before{content:"";position:absolute;width:100%;height:50%;left:0;top:0;background:linear-gradient(180deg,#fffdf9,#fffdf900);z-index:1}.yogachaplains-bg:after{content:"";position:absolute;width:100%;height:25%;left:0;bottom:0;background:linear-gradient(360deg,#fffdf9,#fffdf900);z-index:1;opacity:.5}.serve-work-begin-sec .begin-journey-card{background:var(--primarycolor)}.serve-work-begin-sec .begin-journey-text-wrap>a{color:var(--whitecolor)}.serve-work-begin-sec .begin-journey-card .begin-journey-icon-wrap i img{filter:brightness(0) saturate(100%) invert(65%) sepia(5%) saturate(2407%) hue-rotate(5deg) brightness(124%) contrast(81%)}.serve-work-begin-sec .begin-journey-card:hover{background:var(--secondarycolor)}.serve-work-begin-sec .begin-journey-card:hover .begin-journey-icon-wrap i img{opacity:.3}.digital-banner p{max-width:731px;margin-left:auto;margin-right:auto}.pathway-curriculum-whyus .our-intention-image-wrap img{object-position:left}.reflections-shape-community .community-btn-wrapper{max-width:200px}.testmonials-pagination-wrapper{display:flex;align-items:center;justify-content:center}.pagination .page-item{margin:0 5px}.pagination .page-item .page-link{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border:1px solid #788A94;border-radius:10px;font-weight:600;font-size:14px;line-height:1;color:#788a94;box-shadow:none;outline:none}.pagination .page-item .page-link:hover,.pagination .page-item.active>.page-link,.pagination .page-item .page-link.active{background-color:var(--primarycolor);border-color:var(--primarycolor)!important;color:var(--whitecolor)!important}.pagination .pagination-prev-nav .page-link{font-size:0;background-image:url(/build/assets/chevron-left-j6Tr9cCa.svg);background-repeat:no-repeat;background-position:center;background-size:24px}.pagination .pagination-prev-nav .page-link:hover{background-image:url(/build/assets/chevron-hover-left-F-NphY-5.svg);background-color:transparent!important;border-color:#788a94!important}.pagination .pagination-next-nav .page-link{font-size:0;background-image:url(/build/assets/chevron-right-BlgRj1_m.svg);background-repeat:no-repeat;background-position:center;background-size:24px}.pagination .pagination-next-nav .page-link:hover{background-image:url(/build/assets/chevron-hover-right-CwiLmmUR.svg);background-color:transparent!important;border-color:#788a94!important}.testimonials-section.testimonials-section-yoga-page .section-head .list-form-wrapper{padding-top:22px}.testimonials-section.testimonials-section-yoga-page .section-head .list-form-wrapper p{font-size:16px}.card-loc-wpr p{padding-left:4px}.card-loc-wpr span{display:inline-block}.latest-event-card{height:100%}.location-reset{margin-left:10px;background:var(--secondarycolor);border:none;padding:8px 12px;border-radius:10px;color:var(--whitecolor);transition:.4s;width:52px}.location-reset:hover{background:var(--primarycolor)}.testimonials-section .section-head .testimonials-para p{max-width:825px}.location-reset img{max-width:25px;width:100%;filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(315deg) brightness(101%) contrast(105%)}.swiper.follow_slider_outer .swiper-slide{height:initial!important}.swiper.follow_slider_outer .swiper-slide.follow_slider_item{height:100%!important}.about-page-intention .our-intention-bg{height:100%;object-fit:cover}.our-intention-ovltop{position:absolute;top:0;left:0;width:100%;height:20%;background:linear-gradient(180deg,#fefbf8,#fffdf900);z-index:0}.about-page-intention .our-intention-inner,.about-page-intention.our-intention-sec:before{z-index:4}.join-community-parental-wrap{position:relative;width:100%;padding-top:20px;padding-bottom:20px}.join-community-parental-wrap:before{content:"";position:absolute;top:0;left:0;right:0;margin:0 auto;width:calc(100% - 24px);height:2px;background:#f6f2ea}.join-community-parental-wrap:after{content:"";position:absolute;bottom:0;left:0;right:0;margin:0 auto;width:calc(100% - 24px);height:2px;background:#f6f2ea}.join-community-parental-wrap .join-community-col:not(:last-child){margin-bottom:20px}.board-service-bg img{width:100%}.future-paid-ready-tiles-sec{position:relative}.volunteer-work-bg-inner{position:absolute;bottom:0;left:0;right:0;width:100%;height:100%}.volunteer-work-bg-inner:before{content:"";position:absolute;top:100%;left:0;width:100%;height:10%;background:linear-gradient(180deg,#fffdf9,#fffdf900);z-index:1}.our-story-register-sec .share-spark-btn-wrap{justify-content:center}.our-story-register-sec .register-here-content{max-width:600px;margin:0 auto}.card-loc-wpr i{margin-left:-2px}.card-loc-wpr-inr-each:not(:last-child){margin-bottom:3px}.local-communities-box{display:flex;flex-direction:column}.testmonials-pagination-wrapper{margin-top:auto}.local-communities-card{height:100%}.local-gathering-button-wrap button.location-reset{background:var(--secondarycolor);margin-left:0}.local-gathering-button-wrap button.location-reset:hover{background:var(--primarycolor)}.local-gathering-search-field{width:auto;flex:1}.local-gathering-button-wrap{flex:0 0 auto}.local-gathering-search-field{margin-right:8px}.local-gathering-button-wrap button:not(:last-child){margin-right:8px}.profile_img img{width:auto}.text-center.yoga-chapel-header h3{letter-spacing:.1em;font-size:28px;font-family:var(--Montserrat);font-weight:500;margin-bottom:.5rem}.text-center.yoga-chapel-header h3 strong{font-weight:800}.text-center.yoga-chapel-header h3 strong span{text-transform:lowercase;line-height:1;display:inline-block;transform:translateY(-4px);font-size:30px;font-family:var(--Nunito);font-weight:900}.text-center.yoga-chapel-header p{font-family:var(--Montserrat);font-size:18px;letter-spacing:.08em;font-weight:600}.event-slider-wrap .swiper-wrapper{justify-content:center}.yoga-community-slider{width:28px!important;height:28px!important;border-radius:7px!important}.sign_manually_check_wrap{display:flex;align-items:center;gap:10px}.sign_manually_check_wrap>label{padding-left:0}.switch{position:relative;display:inline-block;width:60px;height:34px}.switch input{opacity:0;width:0;height:0}.toggle_slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}.toggle_slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:.4s;transition:.4s}input:checked+.toggle_slider{background-color:var(--primarycolor)}input:focus+.toggle_slider{box-shadow:0 0 1px var(--primarycolor)}input:checked+.toggle_slider:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translate(26px)}.toggle_slider.round{border-radius:34px}.toggle_slider.round:before{border-radius:50%}.join-community-signature-wrap>label{display:block;margin-bottom:12px}.join-community-signature-wrap>input[type=file]{padding:15px 12px;background-color:#f6f6f6;border-radius:10px;width:100%}.signature_button_wrapper{display:flex;align-items:center;justify-content:flex-start;gap:15px;margin-top:10px}.signature_button_wrapper button{position:static;transform:translate(0)}.signature_wrapper{border:1px solid rgba(178,150,80,.5);width:100%;border-radius:3px}.leadership-card-outer.lead-slider{max-width:100%}.leadership-sec .section-head{max-width:100%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.leadership-card-outer.lead-slider .swiper .swiper-slide{height:initial!important}.mobile-res-lead .follow-slider-navigation{width:20%;justify-content:flex-end}.mobile-res-lead .section-head-content{width:80%}.your-support-section-edited .your-support-head p{max-width:100%}.your-support-section-edited .your-support-head-btn-wrap{margin-bottom:40px}.underline-button{font-size:18px;font-weight:500;color:var(--primarycolor)}.underline-button:hover{color:var(--secondarycolor)}.your-support-section-edited .your-support-head{margin-bottom:0}.give-today-modal-wrapper{max-width:844px;width:100%}.give-today-modal-heading p{font-size:20px;font-weight:600;color:var(--secondarycolor);text-align:center}.give-today-checkbox-field,.give-today-submit-wrap{margin-top:20px}.give-today-form-row{--bs-gutter-x: 10px;--bs-gutter-y: 10px}.give-today-submit-wrap input[type=submit]{width:100%}.give-today-modal-heading{margin-bottom:24px}.give-today-form-wrapper textarea{height:97px}.give-today-thankyou-modal{max-width:906px;width:calc(100% - 24px)}.give-today-thankyou-modal{max-width:706px;width:calc(100% - 24px)}.give-today-thankyou-modal-content{text-align:center}.give-today-thankyou-modal-btn-wrap{max-width:540px;margin:0 auto;padding-top:8px}.give-today-thankyou-modal-btn-wrap .common-button{width:100%}.share-vision-modal-content h2{text-align:center}.share-vision-form-wrapper label{display:block;font-size:18px;color:var(--secondarycolor);line-height:1.5;margin-bottom:10px}.share-vision-form-wrapper textarea{padding:20px;height:160px;display:block}.share-vision-modal-btn-wrap{margin-top:20px;display:flex;flex-wrap:wrap;align-items:center;gap:12px}.share-vision-modal-btn-wrap .common-button{width:calc(50% - 6px)}.honoring-row{--bs-gutter-x: 20px;--bs-gutter-y: 20px}.honoring-card{position:relative;padding:51px 40px 35px;background:var(--whitecolor);box-shadow:0 4px 56px #36475114;border-radius:40px;height:100%}.honoring-card h3{font-weight:600;font-size:20px;line-height:1.1;color:var(--secondarycolor);margin-bottom:20px}.honoring-author-wrap{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px}.fresh-expressions-logo{display:inline-block;max-width:205px;margin-bottom:42px}.fresh-expressions-logo img{width:100%}.italic-paragraph{font-style:italic}.interested-partnering-btn-wrap{padding-top:20px}.interested-partnering-sec .our-intention-left{width:55%}.interested-partnering-sec .section-head{margin-bottom:30px}.what-you-receive-card p{font-size:16px}.interested-partnering-newchanges .interested-partnering-sec .our-value-bg{width:100%;opacity:.2}.honoring-our-partners-sec{position:relative}.dashboard-content-main{position:relative;padding:20px 20px 41px;background:#fdf9f0;border-radius:20px;min-height:calc(100dvh - 102px)}.dashboard-right-panel{position:relative;padding-left:400px}.dashboard-left-panel{position:fixed;top:0;left:0;bottom:0;padding:20px 18px 20px 20px;min-height:100dvh;z-index:9}.dashboard-menu-panel{position:relative;width:360px;height:100%;background:#f5ebd3;border-radius:20px;padding:60px 15px 20px 20px;display:flex;flex-direction:column;z-index:3}.dashboard-menu-upper{display:flex;flex-direction:column;flex-grow:1}.dashboard-logo{max-width:228px;display:inline-block;margin:0 auto 42px}.dashboard-logo img{width:100%}.dashboard-menu-wrapper{padding-top:12px;max-height:calc(100vh - 283px);overflow:auto;scrollbar-width:thin;scrollbar-color:var(--whitecolor) var(--primarycolor);padding-right:5px}.dashboard-menu-listing{display:flex;flex-direction:column;width:100%}.dashboard-menu-listing>li{display:block;width:100%;margin-bottom:5px}.dashboard-menu-listing>li>button,.dashboard-menu-listing>li>a{width:100%;display:inline-flex;align-items:center;font-weight:400;font-size:17px;line-height:1.1;color:var(--secondarycolor);background-color:transparent;border:0;outline:0;padding:20px 10px;border-radius:10px;overflow:hidden;transition:all .3s ease-in-out}.dashboard-menu-listing>li>button i,.dashboard-menu-listing>li>a i{display:inline-block;width:18px;margin-right:9px;flex-shrink:0}.dashboard-menu-listing li button i img,.dashboard-menu-listing li a i img{transition:all .3s ease-in-out}.dashboard-menu-listing>li.active>a,.dashboard-menu-listing>li.active>button,.dashboard-menu-listing>li>button:hover,.dashboard-menu-listing>li>a:hover{background:var(--primarycolor);color:var(--whitecolor)}.dashboard-menu-listing>li.active>a i img,.dashboard-menu-listing>li.active>button i img,.dashboard-menu-listing>li>button:hover>i img,.dashboard-menu-listing>li>a:hover>i img{filter:brightness(0) invert(1)}.dashboard-logout-wrapper{margin-top:auto;padding-top:15px}.dashboard-header{display:flex;align-items:center;justify-content:space-between;gap:15px}.dashboard-mobile-logo{max-width:227px;display:none}.dashboard-mobile-logo img{width:100%}.dashboard-header-left h1{font-weight:600;font-size:24px;line-height:1.2;color:#364751}.dashboard-header-right{display:flex;flex-wrap:wrap;align-items:center}.notification-button{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;background:#fdf8ed;padding:10px;position:relative;border-radius:50%;margin-right:13px}.notification-button:hover{background:var(--primarycolor);color:var(--whitecolor)}.notification-button:hover img{filter:brightness(0) invert(1)}.notification-button img{transition:all .3s ease-in-out}.notification-button>span{position:absolute;top:0;right:-7px;display:flex;align-items:center;justify-content:center;width:19px;height:19px;background:var(--primarycolor);border-radius:50%;flex-shrink:0;font-weight:400;font-size:10px;line-height:1;color:var(--whitecolor);transition:all .3s ease-in-out}.notification-button:hover>span{background:var(--whitecolor);color:var(--secondarycolor)}.dashboard-profile-wrap{display:flex;flex-wrap:wrap;align-items:center}.dashboard-profile-wrap figure{width:42px;height:42px;border-radius:50%;overflow:hidden;margin-right:10px;flex-shrink:0}.dashboard-profile-wrap figure img{width:100%;height:100%;object-fit:cover}.dashboard-profile-name p{display:block;font-weight:600;font-size:16px;line-height:1.2;color:var(--secondarycolor);margin-bottom:2px;transition:all .3s ease-in-out}.dashboard-profile-name span{display:block;font-weight:400;font-size:14px;line-height:1.1;color:var(--secondarycolor)}.dashboard-header{padding:20px 20px 20px 400px}.dashboard-right-bottom{padding:0 20px 20px 0}.dashboard-content-main{position:relative;padding:20px 20px 41px;background:#fdf9f0;border-radius:20px}.dashboard-content-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.dashboard-content-header h3{margin-bottom:0;font-weight:600;font-size:20px;line-height:1.2;color:var(--secondarycolor)}.course-listing-field input[type=search],.course-listing-field input[type=text]{height:52px;background:url(/build/assets/search-normal-CdzTHUs4.svg) no-repeat left 16px center var(--whitecolor);border:1px solid #F6F6F6;box-shadow:0 4px 56px #3647510f;border-radius:12px;padding:0 16px 0 42px;min-width:285px}.course-listing-field input[type=search]:focus,.course-listing-field input[type=text]:focus{border-color:var(--primarycolor)}.course-listing-accordion>.p-accordionpanel{border:0;background:var(--whitecolor)!important;border-radius:20px!important;overflow:hidden}.course-listing-wrapper>.p-accordion{margin-bottom:12px}.course-listing-wrapper>.p-accordion:last-child{margin-bottom:0}.course-listing-accordion>.p-accordionheader{border-radius:0!important;padding:20px}.course-listing-accordion .p-accordionpanel:not(.p-disabled).p-accordionpanel-active>.course-listing-accordion .p-accordionheader,.course-listing-accordion .p-accordionpanel:not(.p-accordionpanel-active):not(.p-disabled)>.course-listing-accordion .p-accordionheader:hover{background:transparent!important}.course-acc-content h3{font-weight:600;font-size:20px;line-height:1.2;color:var(--secondarycolor);margin-bottom:6px}.course-acc-content p{font-size:16px;font-weight:400}.course-listing-accordion .p-accordionheader .p-icon{display:none}.course-module-accordion .p-accordionheader{position:relative;background:var(--primarycolor)!important;color:var(--whitecolor)!important;border-radius:12px!important;padding:15px 20px 15px 40px!important}.course-module-accordion .p-accordionpanel{border:0}.course-module-accordion .p-accordionpanel:first-child>.p-accordionheader{border-width:0!important;border-start-start-radius:12px!important;border-start-end-radius:12px!important}.course-module-accordion .p-accordionheader:before{content:"";position:absolute;top:50%;transform:translateY(-50%);left:20px;width:8px;height:8px;border-radius:50%;background:var(--whitecolor)}.course-accordion-arrow{display:flex;align-items:center;justify-content:center;width:35px;height:35px;background:var(--primarycolor);border-radius:50%;flex-shrink:0;padding:9px;transition:all .3s ease-in-out}.course-acc-content{padding-right:15px}.course-accordion-arrow .minus-icon{display:none}.course-module-accordion>.p-accordionpanel.p-accordionpanel-active>.p-accordionheader>.course-accordion-arrow .plus-icon,.course-listing-accordion>.p-accordionpanel.p-accordionpanel-active>.p-accordionheader>.course-accordion-arrow .plus-icon{display:none}.course-module-accordion>.p-accordionpanel.p-accordionpanel-active>.p-accordionheader>.course-accordion-arrow .minus-icon,.course-listing-accordion>.p-accordionpanel.p-accordionpanel-active>.p-accordionheader>.course-accordion-arrow .minus-icon{display:block}.course-listing-accordion .p-accordioncontent-content{padding-top:15px}.course-module-accordion .p-accordionheader h4{margin-bottom:0;font-weight:600;font-size:18px;line-height:1.2;color:var(--whitecolor)}.course-listing-accordion .p-accordionpanel:not(:last-child),.course-module-accordion .p-accordionpanel:not(:last-child){margin-bottom:12px}.course-module-sublist{display:flex;flex-direction:column;counter-reset:my-sec-counter}.course-module-sublist li{width:100%;margin-bottom:12px}.course-module-sublist li:last-child{margin-bottom:0}.course-module-sublist li a{display:block;width:100%;color:var(--secondarycolor);font-weight:500}.course-module-sublist li a:before{counter-increment:my-sec-counter;content:counter(my-sec-counter) ". "}.course-module-sublist li a:hover{color:var(--primarycolor)}.course-listing-wrapper{width:100%;scrollbar-width:thin;scrollbar-color:var(--primarycolor) transparent}.my-profile-upper{display:flex;flex-wrap:wrap;align-items:flex-start}.my-profile-author-left{width:380px;background:#fff;padding:20px;border-radius:20px}.my-profile-author-right{padding-left:30px;width:calc(100% - 380px)}.profile-edit{position:relative;width:160px;height:160px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:auto;margin-right:auto;margin-bottom:40px}.profile-edit input[type=file]{position:absolute;width:100%;height:100%;top:0;left:0;z-index:9;opacity:0;visibility:hidden}.profile-edit>img{position:absolute;top:0;left:0;right:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%;object-position:top}.profile-upload{position:absolute;bottom:-17px;left:0;right:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--primarycolor);border-radius:50%;margin:0 auto;padding:9px;cursor:pointer;z-index:2}.my-profile-author-name{position:absolute;bottom:0;left:0;right:0;padding:10px 10px 15px;text-align:center;z-index:2;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.my-profile-author-name h2{position:relative;font-weight:600;font-size:20px;line-height:1.2;margin-bottom:4px;color:var(--whitecolor);padding-bottom:10px}.my-profile-author-name h2:before{content:"";position:absolute;bottom:0;left:0;right:0;width:30px;height:1px;background:var(--whitecolor);margin:0 auto;z-index:1}.profile-personal-details-listing li{display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:500;color:var(--whitecolor)}.profile-personal-details-listing li i{display:inline-block;margin-right:8px;flex-shrink:0}.profile-personal-details-listing li i img{filter:brightness(0) invert(1)}.profile-personal-details-listing li a{display:inline-block;margin-left:8px;font-weight:400;font-size:16px;color:var(--whitecolor)}.profile-personal-details-listing li a:hover{color:#fffdf9b3}.my-profile-details-head{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px}.my-profile-details-head h3{font-size:26px;font-weight:600;margin-bottom:0}.my-profile-details-head .common-button{padding:6px 25px}.my-profile-details{padding:20px;background:var(--whitecolor);border-radius:20px}.my-profile-details-head{margin-bottom:25px}.client-information-list{display:flex;align-items:center;flex-wrap:wrap;margin:-20px -12px}.client-information-list li{padding:20px 12px;width:50%;display:flex;align-items:center}.client-info-icon{display:inline-flex;align-items:center;justify-content:center;width:41px;height:41px;border-radius:50%;background-color:#b296502e;margin-right:15px;flex:0 0 auto}.client-info-icon img{max-width:18px}.client-info-dtls{line-height:1}.client-info-dtls h3{font-size:14px;font-weight:600;color:var(--secondarycolor);margin-bottom:8px}.client-info-dtls span,.client-info-dtls a{font-size:13px;display:inline-block;font-weight:500;color:var(--secondarycolor)}.edit-profile-row{--bs-gutter-y: 20px}.profiledetails-modal{max-width:820px}.profiledetails-modal .profile-details-modal-content{text-align:center}.change-password-modal{max-width:550px}.change-password-modal .change-password-modal-content{text-align:center}.my-profile-form-row{--bs-gutter-x: 20px;--bs-gutter-y: 20px}.logout-modal{max-width:520px}.logout-modal-content{text-align:center}.logout-modal-content h2{font-size:28px;margin-bottom:15px}.logout-popup-btn-wrap{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:15px}.logout-popup-btn-wrap .common-button{min-width:80px;padding:10px 30px}.my-profile-details-form label{display:block;margin-bottom:8px}.my-profile-button-edit .common-button{min-width:120px}.my-profile-picture-wrap{width:100%;position:relative;padding-top:100%;border-radius:20px;overflow:hidden}.my-profile-picture-wrap:before{content:"";position:absolute;bottom:0;left:0;right:0;width:100%;height:100%;background:#000;background:linear-gradient(180deg,#0000 11%,#0003,#00000080 99%);border-radius:0 0 25px 25px;-webkit-border-radius:0px 0px 25px 25px;-moz-border-radius:0px 0px 25px 25px;-ms-border-radius:0px 0px 25px 25px;-o-border-radius:0px 0px 25px 25px;z-index:1}.profile-picture-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:top}.editprofile-button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;font-weight:500;color:var(--secondarycolor);background:transparent;border:0;outline:0;transition:all .3s ease-in-out}.editicon{background-color:var(--whitecolor);-webkit-box-shadow:0px 1px 20px rgba(158,171,211,.25);box-shadow:0 1px 20px #9eabd340;border-radius:15px;width:48px;height:48px;margin-left:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;flex-shrink:0;transition:all .3s ease-in-out}.editicon img{transition:all .3s ease-in-out}.editprofile-button:hover .editicon{background-color:var(--primarycolor)}.editprofile-button:hover .editicon img{filter:brightness(0) invert(1)}.editprofile-button:hover{color:var(--primarycolor)}.changepassword-form-wrap{padding:20px;background-color:var(--whitecolor);border-radius:20px}.my-profile-main-wrapper{padding-top:60px}.chapter-details-wrapper{padding:40px 30px;background-color:var(--whitecolor);border-radius:20px}.chapter-images-gallery{display:flex;flex-wrap:wrap;justify-content:center;margin:-12px}.chapt-gal-col{padding:12px;width:50%}.chapter-details-wrapper figure{border-radius:20px;overflow:hidden;max-width:100%;height:100%}.chapter-details-wrapper figure img{width:100%}.chapter-images-gallery figure img{height:100%!important;object-fit:cover!important}.chapter-details-wrapper h3{font-weight:600;font-size:36px}.chapter-details-wrapper h4{font-weight:600;font-size:28px;margin-bottom:12px}.chapter-details-wrapper h5{font-weight:600;font-size:24px}.chapter-details-wrapper ul{margin-bottom:22px}.chapter-details-wrapper ul li{padding-left:20px;position:relative;margin-bottom:12px}.chapter-details-wrapper ul li:last-child{margin-bottom:0}.chapter-details-wrapper ul li:before{content:"";position:absolute;top:9px;left:0;width:6px;height:6px;border-radius:50%;background:var(--secondarycolor)}.chapter-multi-question-wrap .form_input_check label input[type=checkbox]+span:after,.chapter-multi-question-wrap .form_input_check label input[type=checkbox]+span:before{top:2px}.chapter-multi-question-wrap{display:flex;flex-wrap:wrap;gap:12px}.chapter-details-wrapper video{width:100%;max-width:100%;border-radius:20px;overflow:hidden;margin:0 auto;display:block}.chapter-main-wrapper{padding:40px 30px}.chapter-back-button-wrap .common-button{min-width:120px}.dashboard-mobile-title{display:none}.quiz-question-wrap h5{font-size:18px;line-height:1.2;font-weight:500;color:var(--secondarycolor);margin-bottom:10px}.finished-modal .logout-modal-content>i,.wronganswer-modal .logout-modal-content>i,.rightanswer-modal .logout-modal-content>i{display:inline-block;max-width:50px;margin-bottom:15px}.rightanswer-modal .logout-modal-content h2{margin-bottom:0}.right-answer-show .correct-answer-lable{line-height:1;font-weight:600;text-align:left;margin-bottom:5px;display:block;font-size:20px}.right-answer-show{text-align:left;padding-top:10px}.correct-answer-text{display:inline-flex;align-items:center;justify-content:flex-start;line-height:1}.correct-answer-text>i{max-width:16px;display:inline-block;margin-right:6px}.correct-answer-text>i img{width:100%}.quiz-finished-button-wrap{margin-bottom:22px}.answer-result-listing li:not(:last-child){margin-bottom:5px}.answer-result-listing li .correct-answer-text strong{display:inline-block;margin-left:5px}.course-module-sublist li.disable-chapter{border-color:#36475180}.course-module-sublist li.disable-chapter a{color:#36475180}.disablechapter-modal{max-width:594px}.return-recent-lesson-btn-wrap{text-align:center}.course-listing-item{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;background:var(--whitecolor);border-radius:20px;padding:20px;color:var(--secondarycolor)}.course-listing-item:hover{box-shadow:0 4px 56px #3647510a;color:var(--secondarycolor)}.course-listing-item:hover .course-accordion-arrow{background:var(--secondarycolor)}.course-listing-wrapper .course-listing-item:not(:last-child){margin-bottom:12px}.course-details-main-wrapper{padding-top:30px}.respective-course-title h3{font-size:22px;font-weight:600}.respective-course-title{margin-bottom:30px}.course-module-row{--bs-gutter-x: 20px;--bs-gutter-y: 20px}.course-module-card{padding:20px;background:var(--whitecolor);box-shadow:0 4px 56px #36475114;border-radius:20px;text-align:center;display:flex;flex-direction:column;align-items:center}.course-module-card i{display:inline-block;max-width:65px;margin-bottom:18px}.course-module-card h4{font-size:20px;font-weight:600;color:var(--secondarycolor);text-align:center;margin-bottom:20px;transition:all .3s ease-in-out}.course-module-card:hover{background:var(--primarycolor)}.course-module-card:hover h4{color:var(--whitecolor)}.course-accordion-arrow img{max-width:17px;transition:all .3s ease-in-out}.course-module-card:hover .course-accordion-arrow{background:var(--whitecolor)}.course-module-card:hover .course-accordion-arrow img{filter:brightness(0) saturate(100%) invert(24%) sepia(27%) saturate(452%) hue-rotate(158deg) brightness(93%) contrast(89%)}.course-module-disable{background:#f6f6f6}.course-module-disable .course-accordion-arrow,.course-module-disable h4{opacity:.7}.start-course-btn{width:auto!important;height:auto!important;border-radius:10px;padding:18px 20px;color:var(--whitecolor);min-width:178px}.start-course-btn>img{display:inline-block;margin-left:8px}.progressbar-wrap{width:100%;padding-top:30px}.progressbar-wrap .p-progressbar-value{background:var(--primarycolor)!important}.progressbar-wrap .p-progressbar{height:15px!important;border-radius:35px!important;background:#f5ebd3;overflow:visible}.progressbar-wrap .p-progressbar-determinate .p-progressbar-label{position:relative;top:-15px;left:11px;color:var(--secondarycolor)}.progressbar-wrap .p-progressbar{height:4px!important}.progressbar-wrap .p-progressbar-determinate .p-progressbar-value{border-top-left-radius:20px;border-bottom-left-radius:20px;justify-content:flex-end;overflow:visible}.course-listing-right{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.course-list-icon-wrap>i{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;background:var(--primarycolor);border-radius:50%;padding:8px}.course-listing-right{width:calc(100% - 42px);padding-left:15px}.course-list-icon-wrap{padding-top:5px}.course-accordion-arrow{margin-left:auto}.course-chapter-item .course-acc-content h3{margin-bottom:0}.course-chapter-video-wrap{display:flex;flex-wrap:wrap;align-items:center;margin-right:15px}.course-chapter-video-wrap>i{display:inline-block;max-width:18px;margin-right:10px}.course-chapter-item{align-items:center}.course-chapter-item .course-list-icon-wrap{padding-top:0}.video-play-progressbar{width:200px;height:4px;background:#f5ebd3;border-radius:30px;overflow:hidden}.video-play-lable{height:100%;background:var(--primarycolor)}.video-play-time{display:inline-block;font-size:14px;font-weight:500;margin-left:8px}.course-module-disable{cursor:default}.course-chapter-listing .course-chapter-item:not(:last-child){margin-bottom:12px}.course-module-disable .course-list-icon-wrap,.course-module-disable .course-acc-content h3{opacity:.7}.account-setting-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-8px}.account-column{padding:8px}.account-column .payment-card-col{width:318px}.payment-card-col input{padding:0;height:initial;width:initial;margin-bottom:0;display:none;cursor:pointer}.payment-card-col input:checked+label{-webkit-box-shadow:none;box-shadow:none}.payment-card-col label{position:relative;display:inline-block;width:100%;background:#fff;-webkit-box-shadow:0px 1px 60.7px rgba(133,138,177,.08);box-shadow:0 1px 60.7px #858ab114;padding:22px 15px 17px 20px;border-radius:10px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;cursor:pointer;z-index:1}.payment-card-col input:checked+label:before{border:3px solid var(--primarycolor)}.payment-card-col label:before{content:"";width:100%;height:100%;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;position:absolute;border-radius:10px;border:3px solid transparent;top:0;left:0;z-index:-1}.card-top-item{position:relative}.card-name{font-weight:500;font-size:14px;line-height:1.18em;color:var(--secondarycolor);padding:14px 0 10px;display:block;width:100%}.card-number{font-weight:400;font-size:12px;display:block;width:100%}.card-logo{position:absolute;top:0;right:0}.card-bottom-btm{margin-top:35px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.card-date{font-weight:400;font-size:12px;padding-top:5px}.delete-btn{width:30px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:5px;background-color:#fef2f2}.add-card-btn-wrap{padding-top:30px}.radio-toptitle{display:block;line-height:1;text-align:right;font-size:12px;color:var(--bodycolor);margin-bottom:8px}.account-setting-card-wraper .payment-card-col .radio-toptitle{position:absolute;top:19px;right:17px;margin-bottom:0}.delete-modal{max-width:600px}.delete-modal .logout-modal-content h2{margin-bottom:25px}.add-card-modal .p-dialog-content{padding:30px 25px}.add-card-row{--bs-gutter-y: 20px}.add-card-modal .add-card-field label{display:block;margin-bottom:6px;text-align:left}.module-card-item .course-listing-right{width:100%;padding-left:0;gap:10px}.course-chapter-listing .module-card-item:not(:last-child){margin-bottom:12px}.dashboard-breadcrumb{background:transparent!important;padding:0!important;margin-bottom:29px}.dashboard-breadcrumb .p-breadcrumb-item-link{color:var(--secondarycolor);font-size:16px}.dashboard-breadcrumb .p-breadcrumb-item-link:hover .p-breadcrumb-item-label,.dashboard-breadcrumb .p-breadcrumb-item-link:hover{color:var(--primarycolor)}.dashboard-breadcrumb .p-icon{color:var(--secondarycolor)}.dashboard-breadcrumb .p-breadcrumb-list{flex-wrap:wrap;gap:4px}.module-card-item .course-acc-content h3{margin-bottom:0}.dashboard-header-left .navbar-toggler,.dashboard-overlay{display:none}.refer-friend-discount-box{padding:20px;background-color:var(--whitecolor);border-radius:20px}.refer-friend-discount-box .h5-title{margin-bottom:5px}.copy-url-wrapper{background:#fdf9f0;padding:25px 20px;border-radius:12px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px}.copy-url-wrapper>p{margin-bottom:0;word-break:break-all}.copy-url-wrapper .common-button{padding:8px 16px;font-size:16px}.norewards-wrapper{text-align:center;padding:10px 15px;background:#fdf9f0;border-radius:12px;font-weight:500;margin-top:15px}.dashboard-menu-listing li.course-chart-item{margin-bottom:0;margin-top:auto}.dashboard-menu-listing li.menu-item-has-submenu button{padding-right:12px}.dashboard-menu-listing li.menu-item-has-submenu button:hover .course-dropdown-arrow{filter:brightness(0) invert(1)}.course-dropdown-arrow{max-width:26px;display:inline-block;margin-left:auto;padding-left:8px;transition:all .3s ease-in-out}.course-module-listing ul li{position:relative;display:block;width:100%}.course-module-listing>ul>li{border-top:1px solid #ffffff}.course-module-listing ul li a{color:var(--secondarycolor);font-size:16px}.course-module-listing ul li a:hover{color:var(--primarycolor)}.chart-label{text-align:center;font-size:16px;font-weight:500}.module-card-item .progressbar-wrap{padding-top:20px}.pdf-wrapper{margin-bottom:25px;padding-top:30px}.pdf-wrapper a{display:block;max-width:120px;background-color:#fff;border-radius:12px;box-shadow:0 4px 56px #36475117;padding:20px 12px;cursor:pointer}.pdf-wrapper span{display:inline-block;font-size:20px;font-weight:600;margin-bottom:12px}.course-quiz-button-wrap{margin-bottom:20px}.quiz-swipe-button-wrap{display:flex;flex-wrap:wrap;align-items:center;margin-top:18px}.course-quiz-button-wrap .common-button:not(:last-child){margin-right:15px}.takequiz-modal{max-width:850px;width:100%}.takequiz-modal-content h2{text-align:center;font-size:26px}.quiz-question-listing{padding:35px 20px 25px;background:#f5ebd3;border-radius:20px;position:relative}.quiz-next-button{margin-left:auto}.quiz-swipe-button-wrap .common-button{font-size:16px;padding:11.5px 24px 13.5px;min-width:100px}.finished-modal-button-wrap,.finished-modal .progressbar-wrap{padding-top:20px}.finished-modal-button-wrap{text-align:right;display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:12px}.finished-modal-button-wrap .common-button{font-size:16px;padding:11.5px 14px 13.5px;min-width:173px}.chapter-multi-question-wrap .form_input_radio label input[type=radio]+span:after{top:2px;left:4.1px}.chapter-multi-question-wrap .form_input_radio label input[type=radio]+span:before{top:-2px}.takequiz-modal .p-dialog-content{padding:32px 25px}.finished-modal .p-dialog-content{padding:25px 20px}.course-chart-item{padding-bottom:10px;pointer-events:none}.dashboard-menu-wrapper .dashboard-menu-listing .menu-item-has-submenu.active button .course-dropdown-arrow{filter:brightness(0) invert(1)}.dashboard-menu-listing li.menu-item-has-submenu.open-course button{border-bottom-left-radius:0;border-bottom-right-radius:0}.course-module-listing{background:#f6f2ea;border-bottom-left-radius:10px;border-bottom-right-radius:10px;padding:0 10px}.course-module-listing ul li ul li.course-menu-has-children a,.course-module-listing>ul>li>a{font-weight:600;padding-top:10px;padding-bottom:10px;width:100%;background-image:url(/frontend_assets/images/arrow-down-v2.svg);background-repeat:no-repeat;background-position:right center;padding-right:22px}.course-module-listing ul li ul li a{font-size:14px;font-weight:600;padding-top:6px;padding-bottom:6px;border-top:1px solid rgba(54,71,81,.09);display:flex;align-items:center}#chart-chapter-two,#chart-module,#chart-chapter{min-height:94px}.dashboard-menu-listing li.menu-item-has-submenu .course-module-listing>.course-chart-item{padding-top:10px}.finished-modal{max-width:480px;width:100%}.card-logo img{opacity:.8;max-width:40px}.add-card-field{padding-top:15px;text-align:center}.wrap-no-card{background:#fff;padding:25px 20px;border-radius:12px;max-width:100%;width:100%}.wrap-no-card p{text-align:left}.account-setting-row{margin:0}.quiz-swipe-right-wrap{display:flex;align-items:center;gap:12px;margin-left:auto}.quiz-swipe-button-wrap .common-button.check-answer-btn{padding:11.5px 12px 13.5px;min-width:1px}.quiz-next-button.enable-next{pointer-events:auto;opacity:1}.course-durition-wrap{display:flex;align-items:center;gap:5px;padding-top:8px}.course-durition-wrap i{display:inline-block;max-width:20px;line-height:1}.course-durition-wrap span{display:inline-block;font-weight:500;line-height:1}.course-module-disable .course-durition-wrap{opacity:.7}.course-sub-menu-listing li.active>a{color:var(--primarycolor)}.chapter-icon-wrap>i{width:25px;height:25px;display:inline-flex;align-items:center;justify-content:center;background:var(--primarycolor);border-radius:50%;padding:6px;flex-shrink:0}#chart-chaptes-menu{max-width:30px;padding-top:0;margin-left:8px;height:1px}.chapter-icon-wrap{display:flex;width:60px;margin-right:30px}#chart-chaptes-menu .apexcharts-canvas{width:auto!important;height:auto!important}#chart-chaptes-menu .vue-apexcharts{min-height:1px!important}.chapter-multi-question-wrap .form_input_radio label input[type=radio]:disabled+span{opacity:.7}.quiz-question-count{display:flex;align-items:center;font-weight:500;font-size:14px;margin-left:auto;justify-content:flex-end;margin-bottom:5px;position:absolute;top:12px;right:15px}.retake-quize-btn-wrap{display:flex;flex-direction:column;align-items:flex-start}.retake-quize-btn-wrap p{font-size:14px;margin-bottom:8px}.zoom-call-outer-wrapper{padding:20px;background:var(--whitecolor);border-radius:20px;margin-bottom:20px}.zoom-call-outer-wrapper:last-child{margin-bottom:0}.normal-link{text-decoration:underline!important}.normal-link:hover{color:var(--secondarycolor)}.cmn-btn-nw-arr{max-width:17px;margin-left:6px}.zoom-call-outer-wrapper h4{font-size:19px}.note-txt{max-width:800px}.note-txt p{font-style:italic;font-size:14px}.record-zoom-call-wpr>ul>li{padding-left:14px;margin-bottom:10px;position:relative}.record-zoom-call-wpr>ul>li:after{position:absolute;content:"";top:8px;left:0;width:6px;height:6px;border-radius:50%;background:var(--primarycolor)}.ytt-zoom-lower{margin-top:30px}.ytt-zoom-calender{max-width:100%;border-radius:10px;overflow:hidden}.ytt-zoom-lower img{width:100%}.ytt-zoom-calender .vc-bordered{width:100%;border:0;background:#fff}.ytt-zoom-calender .vc-header .vc-arrow{background:var(--primarycolor);border-color:var(--primarycolor);color:var(--whitecolor);transition:all .3s ease-in-out}.ytt-zoom-calender .vc-header .vc-arrow:hover{background:#b29650b3;border-color:#b29650b3}.ytt-zoom-calender .vc-header .vc-title{background:#f5ebd3;color:var(--secondarycolor);font-weight:500;line-height:1;padding:8px 12px;font-size:16px}.ytt-zoom-calender .vc-pane-layout{gap:20px}.ytt-zoom-calender .vc-pane{background:#f5ebd3;border-radius:10px}.ytt-zoom-calender .vc-day-content{border:0!important;box-shadow:none!important;outline:0!important;color:var(--secondarycolor)!important;transition:all .3s ease-in-out}.ytt-zoom-calender .vc-day-content:hover{background:var(--primarycolor);color:var(--whitecolor)!important}.ytt-zoom-calender .vc-bars .vc-bar,.ytt-zoom-calender .vc-dot{background:var(--primarycolor)!important}.weekly-live-classes-modal{max-width:540px;width:100%}.weekly-live-classes-modal .p-dialog-content{padding:30px 20px}.weekly-live-classes-content h2{text-align:center;font-size:26px}.weekly-classes-time{display:inline-flex;flex-wrap:wrap;align-items:center;font-weight:500;margin-bottom:10px}.weekly-classes-time>i{max-width:18px;line-height:1;margin-right:8px;margin-top:-1px}.weekly-classes-card{box-shadow:0 4px 56px #36475117;background:#fff;padding:20px 15px;border-radius:15px}.weekly-classes-card h3{font-size:20px}.weekly-classes-card .common-button{padding:6px 12px;min-width:85px;border-radius:10px}.weekly-classes-listing .weekly-classes-card:not(:last-child){margin-bottom:15px}.weekly-live-classes-date{text-align:right}.ytt-zoom-calender .p-tablist-tab-list{justify-content:flex-end;border-color:#f6f6f6}.ytt-zoom-calender .p-tab{font-size:18px;font-weight:500;color:#364751;border-color:#f6f6f6;padding:12px 20px;display:inline-flex;align-items:center;justify-content:center;text-align:center}.ytt-zoom-calender .cv-header,.ytt-zoom-calender .cv-header button,.ytt-zoom-calender .p-tablist-active-bar{background:var(--primarycolor)}.ytt-zoom-calender .p-tab.p-tab-active{color:var(--primarycolor)}.ytt-zoom-calender .theme-default .cv-day.past,.ytt-zoom-calender .theme-default .cv-day.outsideOfMonth,.ytt-zoom-calender .theme-default .cv-header,.ytt-zoom-calender .theme-default .cv-header-day{background:#fdf9f0}.ytt-zoom-calender .cv-header button{border-color:var(--whitecolor)}.ytt-zoom-calender .theme-default .cv-header button{color:var(--whitecolor);border-radius:6px}.ytt-zoom-calender .cv-header{border-top-left-radius:10px;border-top-right-radius:10px}.ytt-zoom-calender .cv-weeks .cv-day{background:#fdf9f0}.ytt-zoom-calender .cv-weeks,.ytt-zoom-calender .cv-weeks .cv-week:last-child .cv-weekdays .cv-day:first-child{border-bottom-left-radius:10px;overflow:hidden}.ytt-zoom-calender .cv-weeks,.ytt-zoom-calender .cv-weeks .cv-week:last-child .cv-weekdays .cv-day:last-child{border-bottom-right-radius:10px;overflow:hidden}.ytt-zoom-calender .theme-default .cv-day.hasItems{background:var(--primarycolor);color:var(--whitecolor)}.ytt-zoom-calender .theme-default .cv-day.hasItems .cv-day-number{color:var(--whitecolor)}.ytt-zoom-calender .theme-default .cv-item{border-color:#fdf9f0;background-color:#fdf9f0;font-size:12px;color:#364751;font-weight:400;border-radius:0;margin-top:5px;pointer-events:none}.ytt-zoom-calender .theme-default .cv-item .startTime,.ytt-zoom-calender .theme-default .cv-item .endTime{font-weight:600}.ytt-zoom-calender .cv-day-number{color:#364751;font-weight:400}.ytt-zoom-calender .theme-default .cv-header .periodLabel{font-size:19px;font-weight:600;font-family:var(--Figtree)}.ytt-zoom-calender .theme-default .cv-header-day{font-weight:600;padding:12px 5px}.ytt-zoom-calender .p-tabpanels{padding:30px 20px 20px!important}.ytt-zoom-calender .theme-default .cv-item .startTime,.ytt-zoom-calender .theme-default .cv-item .endTime{color:#364751}.ytt-zoom-calender .cv-wrapper .cv-weeks div{min-height:120px}.chapter-video-row{--bs-gutter-y: 20px;justify-content:center}.digital-expect-sec .support-fetaure-row{align-items:center}.digital-expect-video-wrap video{object-fit:contain}.join-community-form-wrapper .multiselect-wrapper{min-height:52px}.join-community-form-wrapper .multiselect{background:transparent;border:0;border-radius:0;margin:0 auto;min-height:1px}.join-community-form-wrapper .multiselect input{height:100%;color:var(--secondarycolor)}.join-community-form-wrapper .multiselect-placeholder{color:#788a94;width:100%}.join-community-form-wrapper .multiselect.is-active{box-shadow:none}.dashboard-menu-listing>li .dashboard-menu-listing{margin-top:5px}.dashboard-pagination-wrap .pagination{justify-content:flex-end;padding-top:10px}.yoga-chapel-dtls-bg{top:auto;bottom:0}.begin-journey-sec{background:#fff3db}.begin-journey-bg{height:100%;object-fit:cover}.cmn-right-arrow-wrap{display:flex;align-items:center;justify-content:flex-end;margin-bottom:30px}.yoga-details-location{display:flex;align-items:flex-start;justify-content:flex-start;color:var(--primarycolor);text-transform:initial!important;letter-spacing:.02em;font-size:18px;font-weight:600;margin-top:10px;max-width:429px;margin-left:auto;margin-right:auto}.yoga-details-location>i{flex-shrink:0;width:24px;display:inline-block;margin-right:8px;margin-top:-1px}.yoga-details-location>i img{width:100%}.local-communities-inner-banner{text-align:initial}.chp-chapel-grid .chp-chapel-card:not(:last-child){margin-bottom:15px}.blog-details-tags-wrapper{background:var(--whitecolor);padding:24px 0}.blog-details-tags-section{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.blog-tags-label{font-weight:600;font-size:16px;color:var(--secondarycolor)}.blog-tag{display:inline-block;padding:6px 16px;background:#f6f2ea;border-radius:20px;font-size:15px;color:var(--secondarycolor);transition:all .3s ease-in-out}.filter-icon-wrap{position:absolute;top:14px;right:16px;cursor:pointer;display:inline-flex;align-items:center}.filter-badge{position:absolute;top:-5px;right:-5px;background:var(--primarycolor, #B29650);color:#fff;font-size:9px;font-weight:700;width:15px;height:15px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.fp-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#3647518c;z-index:9998;display:flex;align-items:center;justify-content:center;padding:16px}.fp-drawer{background:#fffdf9;border-radius:20px;width:100%;max-width:520px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #36475138;overflow:hidden}.fp-header{display:flex;align-items:center;justify-content:space-between;padding:22px 28px 18px;border-bottom:1px solid rgba(178,150,80,.18);flex-shrink:0}.fp-header-left{display:flex;align-items:center;gap:10px;font-size:17px;font-weight:700;color:var(--secondarycolor, #364751)}.fp-header-left svg{color:var(--primarycolor, #B29650);flex-shrink:0}.fp-header-right{display:flex;align-items:center;gap:14px}.fp-clear-link{background:none;border:none;font-size:13px;color:var(--primarycolor, #B29650);cursor:pointer;padding:0;font-weight:600;text-decoration:underline;text-underline-offset:3px}.fp-close{background:none;border:none;cursor:pointer;padding:4px;color:var(--secondarycolor, #364751);display:flex;align-items:center;border-radius:6px;transition:background .2s}.fp-close:hover{background:#36475114}.fp-body{padding:24px 28px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:28px;scrollbar-width:thin;scrollbar-color:var(--primarycolor, #B29650) #f0ece3}.fp-section-label{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:700;letter-spacing:.08em;color:#788a94;margin:0 0 12px}.fp-section-label svg{color:var(--primarycolor, #B29650);flex-shrink:0}.fp-chips{display:flex;flex-wrap:wrap;gap:8px}.fp-chip{padding:7px 16px;border-radius:50px;border:1.5px solid #ddd;background:#fff;font-size:13px;color:var(--secondarycolor, #364751);cursor:pointer;transition:all .18s ease;font-weight:500;line-height:1.4}.fp-chip:hover{border-color:var(--primarycolor, #B29650);color:#fff}.fp-chip--active{background:var(--primarycolor, #B29650);border-color:var(--primarycolor, #B29650);color:#fff;font-weight:600}.fp-date-row{display:flex;align-items:center;gap:12px}.fp-date-field{flex:1;display:flex;flex-direction:column;gap:6px}.fp-date-label{font-size:11px;font-weight:600;letter-spacing:.06em;color:#788a94}.fp-date-input{width:100%;height:44px;border:1.5px solid #ddd;border-radius:10px;padding:0 12px;font-size:13px;color:var(--secondarycolor, #364751);background:#fff;outline:none;transition:border-color .18s}.fp-date-input:focus{border-color:var(--primarycolor, #B29650)}.fp-date-sep{font-size:18px;color:#aaa;margin-top:20px;flex-shrink:0}.fp-footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:18px 28px 22px;border-top:1px solid rgba(178,150,80,.18);flex-shrink:0}.fp-btn-outline{padding:10px 24px;border-radius:50px;border:1.5px solid var(--secondarycolor, #364751);background:transparent;color:var(--secondarycolor, #364751);font-size:14px;font-weight:600;cursor:pointer;transition:all .18s}.fp-btn-outline:hover{background:var(--secondarycolor, #364751);color:#fff}.fp-apply-count{display:inline-flex;align-items:center;justify-content:center;background:#ffffff4d;border-radius:50%;width:20px;height:20px;font-size:11px;font-weight:700;margin-left:6px}.fp-fade-enter-active,.fp-fade-leave-active{transition:opacity .25s ease}.fp-fade-enter-from,.fp-fade-leave-to{opacity:0}.fp-slide-enter-active,.fp-slide-leave-active{transition:transform .28s ease,opacity .28s ease}.fp-slide-enter-from,.fp-slide-leave-to{transform:translateY(24px);opacity:0}.join-community-form-wrapper .m-select{width:auto!important}.weekly-live-classes-content form .form-group label{display:block;margin-bottom:6px}.weekly-live-classes-content form .m-phone-number-input,.weekly-live-classes-content form .m-input .m-input-wrapper{width:100%}@media (min-width: 1025px){.navbar-nav .clickD{display:none}.navbar-nav li.menu-item-has-children:hover>.sub-menu{display:block}}@media (min-width:1200px){.container{max-width:1164px}}@media (max-width:1799px){.account-column .payment-card-col{width:260px}}@media (max-width:1399px){.common-inner-bannertwo h1,.common-inner-banner h1,.common-inner-banner .h1-title{font-size:58px}}@media (max-width:1599px){.my-profile-author-left{width:300px;padding:12px}.my-profile-author-right{width:calc(100% - 300px)}.account-column .payment-card-col{width:220px}}@media (max-width:1299px){.first-time-joining-sec .sacred-pause-row,.living-out-practice-row,.typical-row,.sacred-pause-row{--bs-gutter-x: 50px}.start-course-btn{padding:13px 16px;font-size:14px}.course-acc-content{max-width:560px}}@media (max-width: 1199px){.cmn-gap{padding:80px 0}.header-top-wrapper{padding:8px 12px}.header-top-wrapper p{font-size:16px}.main-head{top:34px}.navbar-brand{width:195px}.navbar-nav>li{margin:0 10px}.navbar-nav>li>a{font-size:16px}.navbar-button-wrapper{padding-left:25px}.common-button{padding:10px 24px 12px}.navbar-button{min-width:112px;padding:8px 24px 10px}.header-bottom-wrapper{padding:12px 0}.main-banner{min-height:640px;padding:110px 0 50px}h1,h2,h3,h4,h5,h6,p{margin:0 0 18px}h1,.h1-title{font-size:52px}h2,.h2-title{font-size:38px}.banner-content-wrapper{max-width:640px}.banner-content-wrapper p{font-size:16px;max-width:600px}.banner-subtitle{font-size:20px;margin-bottom:15px}.banner-button-wrapper .common-button{min-width:260px}.banner-button-wrapper p{margin-bottom:6px}.home-serv-row{--bs-gutter-x: 20px;--bs-gutter-y: 20px}.home-serv-card{padding:35px 15px 30px}.home-serv-card h3{font-size:20px}.section-toptitle{font-size:17px;margin-bottom:10px}.section-head{margin-bottom:30px}.latest-event-row{--bs-gutter-x: 18px;--bs-gutter-y: 18px}.latest-event-content h3{font-size:18px}.learn-more-btn{font-size:16px}.latest-events-btn-wrap{padding-top:30px}.our-approach-sec{padding:45px 0 65px}.our-approach-content-wrapper p{font-size:16px}.approach-blur{max-width:72%}.footer-row{--bs-gutter-x: 25px}.community-left{width:60%}.community-right{width:40%}.footer-upper{padding:50px 0 30px}.footer-bottom{padding:20px 0}.footer-logo{width:215px;margin-bottom:20px}.footer-menu-listing li:not(:last-child){margin-bottom:14px}.footer-title{font-size:18px;margin-bottom:16px}.footer-menu-listing li a,.our-mission-treadmark-wrap p{font-size:16px}.footer-inner-four p{font-size:15px}.footer-col-two{width:22%}.footer-col-one{width:33.6%}.footer-bottom p{font-size:16px}.follow-us-head-left h2{max-width:440px}.testimonials-row{--bs-gutter-x: 20px}.our-approach-content-wrapper{max-width:426px}.testimonials-btn-wrap{padding-top:30px}.community-right,.community-left{width:100%}.community-btn-wrapper{max-width:320px;margin:0 auto}.community-content{max-width:570px;text-align:center;margin:0 auto}.follow-us-head-left p,.section-head p{font-size:16px}.common-inner-bannertwo h1,.common-inner-banner h1,.common-inner-banner .h1-title{font-size:48px}.common-inner-banner{padding:100px 0 45px;min-height:280px}.begin-journey-card{padding:20px;min-height:115px;border-radius:15px}.begin-journey-icon-wrap i{max-width:60px}.begin-journey-description p,.begin-journey-text-wrap>a{font-size:16px}.testimonials-section{padding-top:120px}.testmonials-row{--bs-gutter-x: 20px;--bs-gutter-y: 20px}.testmonials-pagination-wrapper{padding-top:40px}.empowering-content-wrap{max-width:600px}.yoga-chaplaing-details.cmn-gap{padding-top:120px}.join-community-description ul li{font-size:16px}.welcome-community-row{--bs-gutter-x: 36px}.gathering-details-row{--bs-gutter-x: 38px}.volunteer-service-row{--bs-gutter-x: 40px}.volunteer-service-btn-wrap{padding-top:20px;align-items:flex-start;flex-direction:column;gap:12px}.check-listing li:not(:last-child){margin-bottom:10px}.volunteer-service-content h2{margin-bottom:30px}.volunteer-service-listing-wrapper{padding-top:80px}.local-communities-logo-wrap{max-width:270px}.welcome-community-content h2{max-width:425px}.upcoming-events-sec .learn-more-btn{font-size:13px}.leadership-card-outer{max-width:344px}.check-listing li,.learge-paragraph p{font-size:16px}.local-resources-content{max-width:566px}.volunteer-service-card h3{font-size:20px}.local-resources-content h3{font-size:18px}.event-details-listing{margin:-5px}.event-details-listing li{font-size:16px;padding:5px}.event-details-listing-wrap{margin-bottom:20px}.support-fetaure-row{position:relative;--bs-gutter-x: 40px}.support-fetaure-row:not(:last-child){margin-bottom:70px}.your-support-box{padding:50px 35px 40px}.volunteer-work-sec .section-head{margin-bottom:80px}.explore-practice-card h3{font-size:18px}.wondering-path-sec .connection-content-wrap{max-width:464px}.wondering-path-sec .connection-content-wrap h2{max-width:360px}.season-formation-sec .connection-content-wrap{max-width:480px}.season-formation-card>p{max-width:340px}.free-guides-card{padding:34px 135px 29px 30px}.free-guides-card>i{max-width:76px}.free-guides-card p{font-size:16px}.free-guides-card h3{font-size:22px}.tools-support-belonging-sec .connection-image-wrap{width:65%}.tools-support-belonging-sec .connection-bg{width:35%}.tools-support-belonging-sec .connection-content-wrap{max-width:415px}.tools-support-belonging-sec.cmn-gap{padding:109px 0}.what-you-receive-tabs .p-tablist{margin-bottom:48px}.what-you-receive-row{max-width:500px}.membership-pricing-card h3{font-size:36px}.membership-pricing-card h4{font-size:18px}.membership-pricing-card{padding:45px 32px 35px 18px}.subscribing-member-benefits-sec .register-here-content p{max-width:860px}.membership-pricing-card p{font-size:16px}.our-journey-began-wrapper .our-journey-began-row:not(:last-child){margin-bottom:70px}.our-journey-began-left figure{border-radius:30px}.our-journey-began-question-sec .section-head{max-width:840px}.milestone-moment-right figure{border-radius:30px}.reflections-sacred-practice-ban .inner-banner-content-wrap{max-width:640px}.reflection-inbox-sec .our-intention-inner{padding:120px 0 100px}.join-community-form-sec.cmn-gap{padding-top:120px}.combine-pastor-inner-banner .inner-banner-content-wrap{max-width:580px}.books-guide-tabs .p-tab{padding:12px 15px;font-size:16px}.books-banner .inner-banner-content-wrap{max-width:840px}.blog-post-time-list li{font-size:16px}.blog-details-content-wrapper p strong{font-size:18px}.blog-details-wrapper.cmn-gap{padding-top:70px}.more-about-yoga-mdlfaq .what-learn-accordion .p-accordioncontent-content p{font-size:16px}.embodied-worship-sec .our-intention-content p strong{font-size:18px}.event-details-content-wrap{max-width:660px}.course-listing-right{flex-direction:column;align-items:flex-start}.course-accordion-arrow{margin-left:0}.course-acc-content{padding-right:0;margin-bottom:15px}.course-chapter-item .course-listing-right,.module-card-item .course-listing-right{flex-direction:initial;align-items:center}.course-chapter-item .course-acc-content,.module-card-item .course-acc-content{margin-bottom:0}.chapter-main-wrapper,.chapter-details-wrapper{padding:30px 20px;border-radius:15px}.chapter-details-wrapper video{max-width:100%;border-radius:15px}.chapter-details-wrapper h3{font-size:30px}.chapter-details-wrapper figure{border-radius:15px;max-width:100%}.chapter-details-wrapper h3{font-size:20px}.chapter-details-wrapper h4{font-weight:600;font-size:24px}.my-profile-author-left{width:280px;padding:10px;border-radius:12px}.my-profile-picture-wrap{border-radius:12px}.my-profile-author-name h2{font-size:16px;margin-bottom:4px;padding-bottom:5px}.my-profile-main-wrapper{padding-top:40px}.profile-personal-details-listing li{flex-wrap:wrap;font-size:16px}.my-profile-author-right{width:100%;padding-left:0;padding-top:25px}.account-column{width:50%}.account-column .payment-card-col{width:100%}.start-course-btn{min-width:156px}}@media (max-width: 1024px){.navbar-nav .clickD{position:absolute;right:0;top:17px;width:20px;height:20px;background:url(images/sort-down.svg) center center no-repeat;display:block;background-size:10px;cursor:pointer}.navbar-nav .clickD.toggled{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.sub-menu>li.menu-item-has-children .clickD{top:8px;right:5px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.sub-menu>li.menu-item-has-children .clickD.toggled{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.sub-menu>li.menu-item-has-children>a{padding-right:20px}.sub-menu.show{display:block}.navbar-nav>li{padding-top:13px;padding-bottom:13px}.navbar-nav>li.current-menu-item>a:after,.navbar-nav>li>a:after,.navbar-nav>li.menu-item-has-children>a:after{width:100%;opacity:0}.navbar-nav>li.current-menu-item>a:after,.navbar-nav>li>a:hover:after,.navbar-nav>li.menu-item-has-children:hover>a:after{width:100%;opacity:1}}@media (max-width: 991px){.navbar-toggler{position:relative;width:33px;margin-left:auto;height:28px;padding:0;outline:none!important;border:none!important;box-shadow:none!important}.stick,.stick:after,.stick:before{width:30px;height:2px;background:#000;position:absolute;left:0;top:auto;transition:all .6s;border-radius:5px}.stick:before{content:"";top:-10px;left:0}.stick:after{content:"";top:10px;left:0}.stick.menu-open{transform:translate(-50px);background:transparent}.stick.menu-open:before{transform:rotate(45deg) translate(42px,-28px);left:2px}.stick.menu-open:after{transform:rotate(-45deg) translate(42px,28px);left:2px}.navbar-nav .clickD{top:8px;right:10px;-webkit-transform:rotate(0);transform:rotate(0)}.navbar-nav .clickD.toggled{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.sub-menu>li.menu-item-has-children .clickD{top:8px;right:10px;-webkit-transform:rotate(0);transform:rotate(0)}.sub-menu,.navbar-nav>li>.sub-menu .sub-menu{position:relative;width:100%;left:inherit;top:inherit;border:none;right:inherit}.navbar-nav>li.menu-item-has-children{padding-right:0}.navbar-nav>li{margin:0;padding:0}.navbar-nav>li>a{padding:8px 20px;display:inline-block;width:100%}.navbar-nav li.menu-item-has-children>a{padding-right:30px}.sub-menu>li>a{padding-left:40px}.sub-menu .sub-menu>li>a{padding-left:60px}.sub-menu .sub-menu .sub-menu>li>a{padding-left:80px}.navbar-nav>li>a:after{bottom:0}.navbar-collapse{background:#fff;position:fixed;top:0;height:100%!important;width:290px;overflow-y:auto;transition:inherit!important;right:0;margin:0;display:block!important;-webkit-transform:translateX(100%);transform:translate(100%);-webkit-transition:transform .2s ease-in-out!important;transition:transform .2s ease-in-out!important;z-index:100}.navbar-collapse.show,.navbar-collapse.collapsing{display:block!important;-webkit-transform:translateX(0);transform:translate(0);-webkit-transition:transform .2s ease-in-out!important;transition:transform .2s ease-in-out!important}.navbar-collapse .navbar-nav{margin:80px 0 0;padding:0 0 10px}.navbar-collapse .navbar-toggler{display:block;right:20px;top:20px;position:absolute}#navoverlay.menu-open{background-color:#0006;pointer-events:all;-webkit-transition:background-color .5s linear;transition:background-color .5s linear}body.open-nav,html.open-nav{height:100%;overflow:hidden}.header-top-wrapper p{font-size:15px}.navbar-button-wrapper{padding-left:20px;padding-bottom:20px}.common-left-line-text{font-size:16px;padding-left:24px}.common-left-line-text:before{top:9px;width:18px}h1,.h1-title{font-size:42px}h2,.h2-title{font-size:32px}.banner-content-wrapper{max-width:520px}.banner-button-wrapper .common-button{min-width:220px}.common-button{font-size:16px}.main-banner{min-height:560px;padding:100px 0 50px}.cmn-gap{padding:70px 0}.home-serv-icon-wrap{margin-bottom:20px}.navbar-button{min-width:112px}.our-approach-sec{padding:25px 0 45px}.our-approach-content-wrapper p{font-size:15px}.our-approach-btn-wrap .common-button{min-width:164px}.footer-col-one{width:43%}.footer-col-two{width:30%}.footer-col-three{width:27%}.footer-col-four{width:60%}.common-inner-bannertwo h1,.common-inner-banner h1,.common-inner-banner .h1-title{font-size:40px}.faq-row{margin:-6px -10px}.faq-right,.faq-left{width:100%;padding:6px 10px}.faq-wrapper .p-accordionpanel:not(:last-child){margin-bottom:12px}.begin-journey-row{--bs-gutter-x: 20px}.testimonials-section .section-head{margin-bottom:30px}.testimonials-section{padding-top:100px}.testimonial-card{padding:20px 20px 25px}.testimonial-profile-wrap figure{width:60px;height:60px}.connection-content-wrap{max-width:358px}.empowering-content-wrap p,.empowering-content-wrap h2,.empowering-content-wrap .h2-title{max-width:408px}.begin-journey-inner-wrap{min-height:66px;margin-bottom:15px}.co-creator-each:not(:last-child){margin-bottom:60px}.co-creator-each:last-child .swiper-wrapper>.swiper-slide{padding-bottom:20px}.creator-card{box-shadow:0 4px 10px #36475114}.yoga-chaplaing-right,.yoga-chaplaing-left{width:100%}.yoga-chaplaing-details.cmn-gap{padding-top:110px}.ontact-column-left,.contact-column-right{width:100%}.contact-content-wrap{max-width:100%}.join-community-description ul li{font-size:15px}.welcome-community-row{--bs-gutter-x: 22px}.welcome-community-content h2{max-width:345px}.local-communities-logo-wrap{max-width:230px}.welcome-community-row{justify-content:center}.gathering-details-row{--bs-gutter-x: 22px;justify-content:center}.gathering-details-right,.welcome-community-left{width:80%}.welcome-community-right,.gathering-details-left{width:100%}.welcome-community-content h2,.welcome-community-content{max-width:100%}.welcome-community-content{text-align:center}.welcome-community-content .footer-social-list{justify-content:center}.leadership-sec .section-head{max-width:500px;margin:0 auto 25px;text-align:center}.leadership-card-outer{max-width:344px;margin:0 auto}.leadership-btn-wrap{text-align:center}.volunteer-service-left{width:60%}.volunteer-service-right{width:100%}.volunteer-service-row{--bs-gutter-x: 20px;justify-content:center}.volunteer-service-btn-wrap{flex-direction:initial}.volunteer-service-card{text-align:center}.local-resources-content{max-width:476px;text-align:center;margin:0 auto}.support-fetaure-row{--bs-gutter-x: 24px}.support-fetaure-row:not(:last-child){margin-bottom:40px}.your-support-head{margin-bottom:40px}.first-time-joining-sec .sacred-pause-row,.living-out-practice-row,.typical-row,.sacred-pause-row{--bs-gutter-x: 24px}.about-production-shipping-right,.about-production-shipping-left{width:100%}.about-production-shipping-right{padding-left:0;padding-top:15px}.about-production-shipping-con{margin-left:0}.product-highlights-list-outer{margin-bottom:40px}.volunteer-work-wrapper .support-fetaure-row:nth-child(2),.volunteer-work-wrapper .support-fetaure-row:nth-child(1){--bs-gutter-x: 24px}.volunteer-work-feature-card h3{font-size:22px;margin-bottom:12px}.volunteer-work-feature-card{padding:25px 18px}.volunteer-work-sec .section-head{margin-bottom:40px}.explore-practice-col{width:33.33%}.season-formation-sec .connection-content-wrap{max-width:320px}.steps-chaplaincy-content{max-width:410px}.about-page-connection .connection-content-wrap{max-width:345px}.free-guides-sec.cmn-gap{padding-top:118px}.partners-path-sec{padding:60px 0 15px}.partners-path-info-logo{max-width:195px}.partners-path-top .underline-button{min-width:1px}.partners-path-description{max-width:300px}.cmn-small-title{font-size:18px}.partners-path-infobox{padding:20px 16px;margin-bottom:30px}.partners-path-gallery-item{margin-bottom:10px}.partners-path-gallery-wrap{gap:10px}.interested-partnering-sec .our-intention-left{width:60%}.partners-path-top{margin-bottom:25px}.our-values-sec .our-intention-content strong{font-size:18px}.tools-support-belonging-sec.cmn-gap{padding:60px 0}.tools-support-belonging-sec .connection-content-wrap{max-width:295px}.tools-support-belonging-sec .connection-image-wrap{width:58%}.tools-support-belonging-sec .connection-bg{width:42%}.what-you-receive-tabs .p-tab{font-size:16px}.what-you-receive-tabs .p-tablist{margin-bottom:30px}.our-journey-began-wrapper .our-journey-began-row:not(:last-child){margin-bottom:50px}.our-journey-began-left figure{border-radius:20px}.our-journey-began-row{--bs-gutter-x: 24px}.milestone-moment-right figure{border-radius:20px}.milestone-moment-row{--bs-gutter-x: 22px}.unfolding-across-section .section-head{margin:0 auto 60px}.unfolding-across-section.cmn-gap{padding-top:108px}.reflections-sacred-practice-ban .inner-banner-content-wrap{max-width:490px}.join-community-form-sec.cmn-gap{padding-top:100px}.books-suggestion-sec .our-intention-left{width:54%}.books-guide-tabs .p-tablist-tab-list{justify-content:center}.blog-details-breadcrumb .p-breadcrumb-item-link{font-size:16px}.blog-details-breadcrumb{padding-top:0}.blog-details-toptitle-wrap{gap:20px}.blog-details-head{margin-bottom:20px}.blog-details-image-wrap{border-radius:20px;margin-bottom:40px}.blog-details-comments-wrap{margin-top:50px}.blog-details-content-wrapper p strong{font-size:16px}.follow-us-head-left h2{max-width:360px}.navbar-nav li.menu-item-has-children>a{background-image:url(/build/assets/arrow-down-3CNEWCNI.svg);background-repeat:no-repeat;background-position:right 12px center;background-size:18px;padding-right:40px}.sub-menu,.navbar-nav>li>.sub-menu .sub-menu{display:block;border-radius:0;box-shadow:none;padding:0}.navbar-nav li.menu-item-has-children>a.active{background-image:url(/build/assets/arrow-down-up-sIfpIOU9.svg);background-repeat:no-repeat;background-position:right 12px center;background-size:18px}.leadership-sec.mobile-res-lead .section-head{max-width:100%;margin:0 0 28px;text-align:left}.mobile-res-lead .follow-slider-navigation{width:100%;justify-content:flex-start;margin-top:20px}.mobile-res-lead .section-head-content{width:100%}.honoring-card{padding:30px 20px 25px;border-radius:25px}.fresh-expressions-logo{max-width:155px;margin-bottom:22px}.honoring-card h3{font-size:18px}.dashboard-right-panel{padding-left:0}.dashboard-header{padding:15px}.dashboard-menu-panel{padding-top:20px;border-radius:0;transform:translate(-100%);transition:all .3s ease-in-out}.dashboard-menu-panel .navbar-toggler{margin-bottom:25px}.dashboard-left-panel{pointer-events:none;width:100%;padding:0;transition:all .3s ease-in-out}.dashboard-mobile-logo{display:block;width:220px;flex-shrink:0}.dashboard-header-left{display:flex;align-items:center}.dashboard-header-left>h1{display:none}.dashboard-right-bottom{padding:20px}.dashboard-mobile-title{display:block;font-size:24px;font-weight:600;color:var(--secondarycolor)}.course-listing-wrapper{max-height:none;overflow:initial}.dashboard-content-main{min-height:1px}.open-panel .dashboard-left-panel{transform:translate(0)}.dashboard-right-bottom{padding:20px 15px}.my-profile-details-head h3{font-size:24px}.my-profile-details-head{margin-bottom:15px}.dashboard-header-left .navbar-toggler{display:block;margin-right:10px}.dashboard-overlay{display:block;position:fixed;top:0;left:auto;right:0;bottom:0;width:100%;background:#00000080;opacity:0;transition:all .5s ease-in-out;pointer-events:none}.dashboard-left-panel.menu-open{pointer-events:all}.dashboard-left-panel.menu-open .dashboard-overlay{opacity:1;pointer-events:all}.dashboard-left-panel.menu-open .dashboard-menu-panel{transform:translate(0)}.digital-expect-sec .volunteer-work-wrapper .support-feature-left,.digital-expect-sec .volunteer-work-wrapper .support-feature-right{width:100%}}@media (max-width: 767px){.alignright,.alignleft,.aligncenter{float:none;display:block;margin-left:auto;margin-right:auto;max-width:100%;clear:both;margin-bottom:24px}.banner-content-wrapper{max-width:450px}h1,.h1-title{font-size:36px}h2,.h2-title{font-size:28px}.header-top-wrapper p{font-size:14px}.footer-col-one{width:58%}.footer-col-two{width:42%}.footer-col-three{width:30%}.footer-col-four{width:70%}.banner-button-wrapper .common-button{min-width:200px}.banner-button-wrapper p{font-size:14px}.our-approach-left{width:0%}.our-approach-right{width:100%}.approach-blur{top:12%;max-width:100%;left:-25%;width:100%;height:100%}.our-approach-content-wrapper{max-width:100%}.follow-us-head-left h2{max-width:320px}.testimonials-profile-wrap{width:82px;height:82px;top:-35px}.testimonials-card{padding:64px 20px 22px}.testimonials-row{--bs-gutter-y: 55px}.nav-btn{width:56px;height:36px}.follow-us-header{margin-bottom:30px}.community-content{max-width:500px}.common-inner-bannertwo h1,.common-inner-banner h1,.common-inner-banner .h1-title{font-size:32px}.common-inner-banner{padding:70px 0 25px;min-height:240px}.faq-wrapper .p-accordionheader{font-size:17px}.begin-journey-row{--bs-gutter-x: 16px;--bs-gutter-y: 16px}.begin-journey-icon-wrap i{max-width:45px}.begin-journey-card{padding:15px;min-height:95px;border-radius:10px}.testimonials-section{padding-top:30px}.our-intention-left{width:100%}.our-intention-right{width:0}.our-intention-image-wrap{position:relative;top:0;right:0;width:100%;height:100%}.our-intention-ovl:before{right:0;top:auto;width:100%;height:20%;background:linear-gradient(0deg,#fffdf9,#fffdf900)}.our-intention-content{max-width:100%;padding-top:25px}.connection-content-wrap{max-width:100%}.connection-image-wrap{position:relative;width:100%}.connection-image-wrap:before{width:100%;height:25%;top:auto;bottom:0;background:linear-gradient(0deg,#fbf8f0,#fbf8f000)}.connection-content-outer{padding-top:30px}.empowering-leaders-image-wrap{position:relative;max-width:100%}.empowering-leaders-image-wrap:before{display:none}.empowering-leaders-sec.cmn-gap{padding-top:0}.empowering-content-wrap,.empowering-content-wrap p,.empowering-content-wrap h2,.empowering-content-wrap .h2-title{max-width:100%}.practice-yoga-sec .connection-image-wrap:after{display:none}.grounded-faith-sec .connection-image-wrap:before{display:none}.our-value-bg,.our-values-sec .our-intention-image-wrap{width:100%}.our-values-sec .our-intention-image-wrap:before,.our-values-sec .our-intention-ovl:before,.our-values-sec .our-intention-sec:before,.our-values-sec .our-intention-inner:before{display:none}.embodied-worship-sec .our-intention-inner{padding-top:0}.our-values-sec .our-intention-content strong{font-size:20px;margin-bottom:8px}.creators-left-wrap{width:100%;float:none;margin:0 0 20px!important}.common-modal-wrap .p-dialog-content{padding:32px 20px 34px 32px}.yoga-chaplaing-details.cmn-gap{padding-top:90px}.yoga-chaplaing-row{--bs-gutter-x: 20px}.join-community-form-wrapper{padding:30px 20px}.support-feature-left,.support-feature-right,.living-out-practice-hdrlft,.living-out-practice-left,.living-out-practice-right,.typical-left,.typical-right,.sacred-pause-left,.sacred-pause-right{width:100%}.experiences-head-left{max-width:280px}.typical-row{flex-direction:column-reverse}.living-out-practice-head{flex-direction:column;align-items:flex-start}.living-out-practice-hdrlft p{max-width:100%}.experiences-slider-navigation,.living-out-practice-slider-navigation{width:100%;text-align:right}.experiences-slider{padding:35px 0 15px}.experiences-header{margin-bottom:30px}.shop-product-left{width:100%}.shop-product-title-wrap{max-width:100%}.shop-product-slider-navigation{width:100%;text-align:right}.product-highlights-gallery{gap:10px}.product-highlights-item{margin-bottom:10px}.volunteer-work-wrapper .support-feature-right,.volunteer-work-wrapper .support-feature-left{width:100%}.volunteer-work-feature-card h3{font-size:20px}.volunteer-work-feature-row{--bs-gutter-y: 20px}.sacred-rhythm-btn-wrap .common-button:not(:last-child){margin-right:10px}.sacred-rhythm-btn-wrap .common-button{padding:16px 15px 18px}.christian-reflection-sec .connection-image-wrap,.becomes-possible-blur{display:none}.becomes-possible-sec .our-intention-inner{padding-top:0}.season-formation-sec .connection-image-wrap{width:100%}.season-formation-sec .connection-image-wrap:before{background:linear-gradient(1deg,#fffdf9,#fffdf900);width:100%}.season-formation-sec .connection-content-wrap{max-width:100%}.steps-chaplaincy-bg{position:relative}.steps-chaplaincy-content{max-width:100%;padding-top:30px}.steps-blur-bg{top:auto;height:auto}.wondering-path-sec .connection-image-wrap{left:0}.pathway-curriculum-whyus .our-intention-left{width:100%}.about-page-connection .connection-content-wrap{max-width:100%}.about-page-intention .our-intention-left{width:100%}.connection-image-wrap:after,.our-intention-ovl:after,.our-intention-image-wrap:after{display:none}.season-formation-sec.cmn-gap,.wondering-path-sec.cmn-gap,.our-intention-inner.cmn-gap{padding-top:0}.free-guides-sec.cmn-gap{padding-top:90px}.interested-partnering-sec .our-intention-left{width:100%}.partners-path-description{max-width:100%}.interested-partnering-sec .our-value-bg{width:100%;display:none}.tools-support-belonging-sec .connection-bg{display:none}.tools-support-belonging-sec .connection-content-wrap{max-width:100%}.what-you-receive-tabs .p-tablist-active-bar{display:none}.what-you-receive-tabs .p-tablist-tab-list{background:transparent;border-radius:0;gap:12px}.what-you-receive-tabs .p-tab.p-tab-active{background:var(--primarycolor)}.what-you-receive-tabs .p-tab{flex:0 0 auto;width:calc(50% - 12px);border-left:1px solid var(--primarycolor)}.what-you-receive-row{max-width:100%}.membership-pricing-card h3{font-size:32px}.membership-pricing-card h3 span{font-size:18px}.tools-support-belonging-sec .connection-image-wrap{width:100%}.tools-support-belonging-sec.cmn-gap{padding-top:0}.our-journey-began-left,.our-journey-began-right{width:100%}.our-journey-began-row:has(.rooted-reaching-content) .our-journey-began-left figure img{max-height:248px;object-fit:cover}.our-journey-began-wrapper .our-journey-began-row:not(:last-child){margin-bottom:40px}.milestone-moment-left,.milestone-moment-right{width:100%}.milestone-moment-box{padding:20px 15px;border-radius:15px;margin-bottom:30px}.milestone-moment-row{flex-direction:column-reverse}.our-values-sec .our-intention-left{width:100%}.insight-share-bottom-wrap{margin-top:48px;margin-bottom:50px}.reflection-inbox-sec .our-value-bg{display:none}.reflection-inbox-sec:before{z-index:3}.reflection-inbox-sec .our-intention-inner{padding:0 0 60px}.becomes-possible-sec .our-intention-content{max-width:100%}.becomes-possible-sec .our-intention-left{width:100%}.season-formation-sec .connection-content-outer{padding-bottom:20px}.season-formation-card{box-shadow:0 4px 10px #36475114}.books-suggestion-sec .our-intention-inner{padding-bottom:0}.blog-details-toptitle-wrap{flex-direction:column-reverse;align-items:flex-start;gap:12px}.blog-details-toptitle-wrap{margin-bottom:12px}.blog-details-image-wrap{border-radius:15px;margin-bottom:30px}.blog-details-btn-wrap .common-button{min-width:130px}.blog-details-comment-field textarea{height:130px}.blog-details-wrapper.cmn-gap{padding-top:60px}.enquire-form-checkbox-wrap{gap:20px}.footer-newsletter-wrap input[type=email]{font-size:16px}.what-you-receive-sec.cmn-gap{padding-top:0}.digital-banner.common-inner-banner{padding:90px 0 25px}.about-page-intention .our-intention-bg{height:0}.our-intention-ovltop{display:none}.give-today-modal-heading p{font-size:18px}.course-chapter-item .course-listing-right{width:100%;padding-left:0;padding-top:15px;flex-direction:column;align-items:flex-start}.course-chapter-video-wrap{margin-right:0;margin-bottom:10px}.course-chapter-item .course-acc-content{margin-bottom:15px}.chapter-details-wrapper h3{font-size:26px}.chapter-details-wrapper h4{font-size:20px}.pdf-wrapper a{max-width:90px;border-radius:10px;padding:10px}.pdf-wrapper span{font-size:18px}.chapter-multi-question-wrap .form_input_radio{width:calc(50% - 6px)}.weekly-live-classes-modal .p-dialog-content{padding:30px 20px}.event-approach-marge-wrapper{display:flex;flex-direction:column}.event-approach-marge-wrapper .event-approach-bg-wrap{order:2;position:relative}.event-approach-marge-wrapper .our-approach-sec{order:3}.testimonials-row-wrap .swiper-wrapper{padding-top:0}.testimonials-row-wrap .swiper-slide{padding-top:35px}.living-out-practice-card{padding:10px 12px}.our-intention-inner:before{top:-1px}.connection-image-wrap-unique img{max-height:250px;object-position:top}}@media (max-width: 575px){.banner-blur-bg{max-width:100%}.footer-row{--bs-gutter-x: 24px}.common-inner-bannertwo h1,.common-inner-banner h1,.common-inner-banner .h1-title{font-size:26px}.what-shapes-us-journey .begin-journey-card{min-height:1px}.contact-form-wrapper{padding:20px 12px}input[type=text],input[type=tel],input[type=password],input[type=email],select{height:48px;font-size:16px}textarea{height:120px;font-size:16px}.contact-submit-field{margin-top:10px}input[type=submit]{height:50px;min-width:145px}.join-community-signature-wrap button{height:40px}.join-community-description{padding:20px 15px}.form_input_radio_outer{flex-direction:column;align-items:flex-start}.form_input_radio_outer .form_input_radio{padding-left:0;padding-top:10px}.our-gallery-wrapper{gap:10px}.our-gallery-item{margin-bottom:10px}.volunteer-service-btn-wrap{flex-direction:column}.local-communities-logo-wrap{max-width:240px}.your-support-head-btn-wrap .common-button{min-width:174px}.explore-practice-col{width:50%}.sacred-rhythm-btn-wrap{flex-direction:column}.sacred-rhythm-btn-wrap .common-button:not(:last-child){margin-right:0;margin-bottom:12px}.what-included-learn-row{--bs-gutter-x: 18px;--bs-gutter-y: 20px}.what-included-learn-card .section-toptitle{font-size:20px}.free-guides-row{--bs-gutter-x: 24px;--bs-gutter-y: 20px}.unfolding-across-section.cmn-gap{padding-top:90px}.unfolding-across-section .section-head{margin:0 auto 40px}.contribute-connect-row{--bs-gutter-x: 18px;--bs-gutter-y: 18px}.insight-share-form-row{flex-direction:column}.insight-share-head{margin-bottom:30px}.combine-pastor-inner-banner .inner-banner-content-wrap{max-width:320px}.explore-selected-resources-row{--bs-gutter-x: 20px}.row.yoga-img-row{--bs-gutter-x: 20px;--bs-gutter-y: 20px}.blog-post-time-list{gap:10px}.volunteer-service-listing-row{--bs-gutter-x: 20px}.common-mobile-banner{position:static;top:0;left:0;right:0;width:100%;z-index:5;align-items:flex-end;min-height:150px}.common-mobile-banner .inner-banner-blur{top:56%}.common-mobile-banner .inner-banner-bg{display:none}.begin-journey-card{background:var(--primarycolor)}.begin-journey-text-wrap>a{color:var(--whitecolor)}.begin-journey-icon-wrap i{opacity:.2}.begin-journey-card:hover{background:var(--secondarycolor)}.grounded-faith-sec{padding-top:0}.begin-journey-description p,.begin-journey-text-wrap>a{color:var(--whitecolor)}.grounded-faith-sec .connection-bg{display:none}.grounded-faith-sec .connection-image-wrap:after{display:block;right:0;bottom:0;left:0;width:100%;height:30%;top:auto;background:linear-gradient(1deg,#fffdf9,#fffdf900)}.grounded-faith-sec.connection-section:before{height:40%}.dashboard-content-header{flex-direction:column;align-items:flex-start}.dashboard-content-header h3{margin-bottom:15px}.course-listing-field input[type=search],.course-listing-field input[type=text]{min-width:1px;width:100%}.dashboard-content-header form{width:100%}.logout-modal-content h2{font-size:22px}.chapter-details-wrapper h3{font-size:24px}.ytt-zoom-calender .theme-default .cv-header{flex-direction:column;padding-top:10px}.ytt-zoom-calender .theme-default .cv-header .periodLabel{font-size:17px}.common-inner-banner:before{display:none}.cmn-right-arrow-wrap{margin-bottom:20px}.yoga-details-location{font-size:16px}.yoga-details-location>i{margin-right:4px}}@media (max-width: 479px){body{font-size:15px}h1,h2,h3,h4,h5,h6{margin:0 0 10px}.header-top-wrapper p{font-size:13px;max-width:280px;margin:0 auto}.main-head{top:46px}.navbar-brand{width:175px}h1,.h1-title{font-size:24px}.banner-button-col{padding:6px}.banner-button-wrapper{margin:-6px}.banner-subtitle{font-size:18px;margin-bottom:10px}.common-button{font-size:15px}.cmn-gap{padding:60px 0}.guiding-content-wrap h3,.home-serv-card h3{font-size:18px}h2,.h2-title{font-size:22px}.footer-bottom p,.our-mission-treadmark-wrap p,.footer-menu-listing li a,.follow-us-head-left p,.banner-content-wrapper p,.section-head p{font-size:15px}.testimonials-content-wrap h3{font-size:18px;margin-bottom:12px}.footer-col-four,.footer-col-three,.footer-col-two,.footer-col-one{width:100%}.common-inner-bannertwo h1,.common-inner-banner h1,.common-inner-banner .h1-title{font-size:24px}.common-inner-banner{min-height:130px;padding-bottom:10px}.faq-wrapper .p-accordionheader{font-size:16px;padding:12px}.faq-wrapper .p-accordioncontent-content{padding:15px 12px 10px}.testimonials-section{padding-top:25px}.testimonial-card{padding:20px 15px 25px}.quote-icon{right:15px;top:20px;max-width:32px}.testimonial-profile-wrap{margin-bottom:16px}.testimonial-profile-wrap figure{width:50px;height:50px}.testimonial-author-name{padding-right:45px}.testimonial-author-name h3{font-size:17px}.testmonials-pagination-wrapper{padding-top:30px}.list-view-search-wpr input[type=submit]{width:42px;height:42px;background-size:18px}.search-input-wpr input[type=search]{padding:0 30px;background-position:center left 11px;font-size:16px}.co-creator-each:not(:last-child){margin-bottom:50px}.yogachaplains-sec.cmn-gap,.connection-section.banner-work,.our-intention-sec.banner-work .our-intention-inner{padding-top:0}.banner-work .connection-image-wrap img,.banner-work .our-intention-image-wrap img{width:100%;height:100%;object-fit:cover;max-height:90px;opacity:.8;object-position:center}.becomes-possible-sec .our-intention-image-wrap img{max-height:220px;object-position:right center}.banner-work .our-intention-content{max-width:100%;padding-top:5px}.embodied-worship-sec .our-intention-inner{padding-bottom:0}.banner-content-wrapper{text-align:center}.banner-button-wrapper{justify-content:center}.main-banner{overflow:hidden}.banner-blur-bg{max-width:130%;opacity:.8}.common-modal-wrap .p-dialog-content{padding:20px 15px 25px}.yoga-chaplaing-details-top figure{width:95px;height:95px}.yoga-chaplaing-details-card{padding:20px 15px 25px}.yoga-community-image-list li{width:42px;height:42px}.local-gathering-search-field{margin-right:0;width:100%}.local-gathering-button-wrap{width:100%;justify-content:center;margin-top:12px}.local-gathering-button-wrap button{width:48px;height:48px}.join-community-form-wrapper{padding:25px 15px 20px}.join-community-row{--bs-gutter-y: 12px}.gathering-details-box{border-radius:12px;padding:22px 12px}.gathering-details-item table th{padding-bottom:5px}.gathering-details-item table td,.gathering-details-item table th{width:100%;display:block}.gathering-details-item table td{text-align:left}.volunteer-service-card{padding:20px 12px;border-radius:12px}.our-gallery-item figure{border-radius:5px}.local-resources-content h3{font-size:16px}.volunteer-service-card h3{font-size:18px;margin-bottom:10px}.volunteer-service-left{width:80%}.volunteer-service-content h2{margin-bottom:20px}.volunteer-service-content h3{font-size:18px;margin-bottom:20px}.gathering-details-right,.welcome-community-left{width:100%}.gathering-details-row{--bs-gutter-y: 20px}.upcoming-events-btn-wrap{padding-top:20px}.event-details-listing li,.check-listing li,.learge-paragraph p{font-size:15px}.support-banner-btn-wrap .common-button{min-width:1px}.support-feature-left figure{border-radius:12px}.support-fetaure-row{--bs-gutter-y: 24px}.check-listing li:before{top:3px}.your-support-box{padding:30px 15px}.your-support-head-btn-wrap{flex-direction:column}.your-support-card{padding:20px 15px}.your-support-card h3,.your-support-head h3{font-size:18px}.product-highlights-tabs .p-tab{padding:8px 12px;font-size:15px}.product-highlights-gallery{columns:2}.about-production-shipping-box{padding:20px 15px}.product-highlights-list-outer{margin-bottom:30px}.yoga-chapel-logo-wrap{max-width:200px}.volunteer-work-feature-card h3{font-size:18px}.volunteer-work-wrapper .common-button{min-width:1px}.volunteer-work-sec .section-head{margin-bottom:25px}.digital-expect-video-btn{width:55px;height:55px}.about-page-intention .our-intention-image-wrap img{max-height:100%}.about-page-intention .our-intention-content{max-width:100%;padding-top:35px}.steps-chaplaincy-number{width:35px;height:35px;padding:5px;font-size:14px}.steps-chaplaincy-list li:before{left:17px}.steps-chaplaincy-list li{font-size:15px;padding-left:44px;margin-bottom:15px}.what-included-learn-card{padding:25px 0 20px;border-radius:12px}.season-formation-card{padding:15px;border-radius:12px}.season-formation-card i{max-width:50px}.what-included-learn-head{padding:0 15px 15px}.what-included-learn-card .check-listing{padding:0 15px}.what-included-learn-card .check-listing li:after{left:-15px;width:calc(100% + 15px)}.what-learn-accordion{padding:0 15px}.what-learn-accordion .p-accordionheader{padding:14px 12px;border-radius:8px;font-size:16px}.what-learn-accordion .p-accordionpanel:first-child>.p-accordionheader{border-start-start-radius:8px;border-start-end-radius:8px}.what-learn-accordion .p-accordioncontent-content{padding:10px 10px 2px 12px}.free-guides-card{padding:25px 15px 22px;border-radius:12px}.free-guides-card h3{font-size:20px}.free-guides-card>i{position:static;max-width:56px;margin-bottom:10px}.free-guides-card p{font-size:15px}.download-btn{font-size:16px}.partners-path-info-logo{max-width:155px}.partners-path-top{margin-bottom:15px}.partners-path-gallery-wrap{columns:2}.our-values-sec .our-intention-content strong{font-size:16px}.interested-partnering-sec .our-intention-inner.cmn-gap{padding-bottom:60px}.membership-pricing-card{padding:25px 15px;border-radius:12px}.membership-pricing-card h3{font-size:26px}.what-you-receive-tabs .p-tablist-tab-list{gap:8px}.what-you-receive-card{padding:20px 15px;border-radius:12px}.what-you-receive-tabs .p-tab{width:100%;font-size:15px}.what-you-receive-tabs .p-tab{width:100%;font-size:15px;padding:15px}.membership-pricing-card p{font-size:15px}.our-journey-began-left figure{border-radius:12px}.share-spark-box{padding:20px 15px;border-radius:12px}.rooted-reaching-btnwrap{margin-bottom:20px}.unfolding-across-section .section-head{margin:0 auto 30px}.milestone-moment-right figure{border-radius:12px}.contribute-connect-card{padding:20px 15px;border-radius:12px}.community-spotlight-btn-wrap{margin-top:30px}.community-spotlight-date,.community-spotlight-catagory{font-size:14px}.join-community-form-sec.cmn-gap{padding-top:80px}.combine-pastor-inner-banner .inner-banner-content-wrap{max-width:290px}.books-guide-tabs .p-tab{padding:8px 12px;font-size:14px;border-radius:6px}.books-guide-tabs .p-tablist-tab-list{gap:10px}.explore-selected-resources-card{border-radius:12px;padding:25px 90px 25px 15px}.explore-selected-resources-card i{max-width:58px;right:15px}.explore-selected-resources-card h3{font-size:18px}.blog-post-time-list li{font-size:15px}.blog-details-image-wrap{border-radius:12px}.blog-details-btn-wrap{gap:10px}.blog-details-breadcrumb .p-breadcrumb-item-link{font-size:15px}.blog-details-breadcrumb .p-icon{width:12px;height:12px}.blog-details-breadcrumb .p-breadcrumb-list{gap:4px}.enquire-form-checkbox-wrap{gap:10px}.more-about-yoga-mdlfaq .what-learn-accordion .p-accordioncontent-content p{font-size:15px}.follow-us-head-left h2{max-width:230px}.embodied-worship-sec .our-intention-content p strong{font-size:16px}.grounded-faith-sec .connection-image-wrap img{max-height:100%}.reflection-inbox-sec .our-intention-inner{padding:0 0 60px}.common-mobile-banner{top:47px}.pagination .page-item .page-link{width:42px;height:42px;border-radius:6px}.join-community-parental-wrap .join-community-col:not(:last-child){margin-bottom:12px}.share-vision-modal-btn-wrap{flex-direction:column;width:100%}.share-vision-modal-btn-wrap .common-button{width:100%}.honoring-card{border-radius:20px}.course-listing-right{width:100%;padding-left:0;padding-top:15px}.course-listing-item{border-radius:12px;padding:20px 15px}.course-acc-content h3{font-size:18px}.course-list-icon-wrap>i{width:38px;height:38px}.dashboard-content-main{padding:20px 15px;border-radius:12px}.module-card-item .course-listing-right{padding-top:0}.module-card-item.course-listing-item{border-radius:8px;padding:12px}.course-accordion-arrow{width:30px;height:30px}.dashboard-mobile-logo{width:160px}.dashboard-profile-wrap figure{width:32px;height:32px;margin-right:6px}.dashboard-profile-name p{font-size:14px}.dashboard-profile-name span{font-size:12px}.chapter-details-wrapper{padding:20px 15px;border-radius:12px}.chapter-details-wrapper h4{font-size:18px}.chapter-multi-question-wrap{gap:10px}.dashboard-breadcrumb{margin-bottom:25px}.dashboard-breadcrumb .p-breadcrumb-item-link{font-size:14px}.account-column,.my-profile-author-left{width:100%}.my-profile-details-head h3{font-size:20px}.editicon{border-radius:8px;width:38px;height:38px;margin-left:8px}.changepassword-form-wrap,.my-profile-details{padding:20px 15px;border-radius:12px}.editprofile-button{margin-left:auto}.course-quiz-button-wrap{flex-direction:column;display:inline-flex}.course-quiz-button-wrap .common-button:not(:last-child){margin-right:0;margin-bottom:12px}.chapter-multi-question-wrap .form_input_radio{width:100%}.takequiz-modal-content h2{font-size:22px}.quiz-question-listing{padding:35px 15px 20px;border-radius:12px}.quiz-swipe-button-wrap{flex-direction:column;gap:12px;width:100%}.quiz-swipe-right-wrap .common-button,.quiz-swipe-button-wrap .common-button{width:100%}.quiz-swipe-right-wrap{margin-left:0;flex-direction:column;width:100%}.finished-modal-button-wrap .common-button{font-size:14px;padding:9px 12px 11px;border-radius:8px}.finished-modal-button-wrap{flex-direction:column;align-items:center;justify-content:center}.finished-modal-button-wrap .common-button,.retake-quize-btn-wrap{width:100%}.retake-quize-btn-wrap p{font-size:14px;margin-bottom:6px}.weekly-live-classes-content h2{margin-bottom:18px}.weekly-live-classes-content h2{font-size:22px}.weekly-classes-card h3{font-size:18px;margin-bottom:15px}.ytt-zoom-calender .cv-wrapper .cv-weeks div{min-height:75px}.chapt-gal-col{padding:4px}.chapter-images-gallery{margin:-4px}.pdf-wrapper{padding-top:20px}.dashboard-pagination-wrap .pagination{justify-content:center}}@media (max-width:374px){.explore-practice-col{width:100%}.dashboard-mobile-logo{width:140px}.dashboard-profile-wrap figure{width:28px;height:28px;margin-right:4px}.dashboard-profile-name p{font-size:12px}.dashboard-profile-name span{font-size:10px}}
