@import"https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Reddit+Sans:ital,wght@0,200..900;1,200..900&display=swap";*{padding:0;margin:0;box-sizing:border-box}:root{--regular-font: "Cabin", sans-serif;--bold-font: "Reddit Sans", sans-serif;--primary-color: rgb(11, 114, 50);--secondary-color: rgb(231, 235, 11);--para-color: rgb(55, 55, 55);--green-filter: invert(31%) sepia(18%) saturate(4273%) hue-rotate(110deg) brightness(89%) contrast(91%);--faded-bg: rgba(228, 240, 232, .7)}body{font-family:var(--regular-font);background-color:#f0faf5b8}ul{list-style:none}a{text-decoration:none}img,video{width:100%;height:100%;object-fit:cover}input,button,textarea{outline:none;border:none;background:none;font-family:var(--regular-font)}.inner-row{width:1270px;margin:auto}.logo{display:flex;width:200px}header{height:80px;display:flex;align-items:center}.header-content{display:flex;justify-content:space-between;align-items:center}.header-content nav ul{display:flex;gap:30px}.header-content nav ul li a,.sidebar-content nav ul li a{font-size:16px;position:relative;color:#323232;padding-bottom:8px;transition:all .75s ease;-webkit-transition:all .75s ease;-moz-transition:all .75s ease;-ms-transition:all .75s ease;-o-transition:all .75s ease}.header-content nav ul li a:hover,.header-content nav ul li a.active,.sidebar-content nav ul li a:hover,.sidebar-content nav ul li a.active{color:var(--primary-color);font-weight:500}.header-content nav ul li a:after,.sidebar-content nav ul li a:after{content:"";width:0%;height:2px;background:var(--primary-color);position:absolute;left:0;bottom:0;transition:all .75s ease;-webkit-transition:all .75s ease;-moz-transition:all .75s ease;-ms-transition:all .75s ease;-o-transition:all .75s ease}.header-content nav ul li a:hover:after,.header-content nav ul li a.active:after,.sidebar-content nav ul li a:hover:after,.sidebar-content nav ul li a.active:after{width:100%}.header-btns{display:flex;gap:20px;align-items:center}.header-btns a,.sidebar-extras a{width:200px;height:50px;display:flex;align-items:center;justify-content:center;background:var(--secondary-color);font-size:15px;color:#1f1f1f;border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px}.header-btns a:hover,.sidebar-extras a:hover{font-weight:500;color:var(--primary-color)}.menu-btn{width:45px;height:45px;display:flex;border:2px solid var(--primary-color);justify-content:center;align-items:center;cursor:pointer;font-size:20px;margin-top:2px;display:none;border-radius:45px;-webkit-border-radius:45px;-moz-border-radius:45px;-ms-border-radius:45px;-o-border-radius:45px}.sidebar-section{position:fixed;z-index:-999;opacity:0;inset:0;display:none}.sidebar-section.active{z-index:999;opacity:1}.sidebar-overlay{position:absolute;width:100%;height:100%;background:#0563295b}.sidebar-content{width:500px;height:100%;position:absolute;background:#fff;padding:30px}.sidebar-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(203,232,217,.381);padding-bottom:10px;margin-bottom:10px}.sidebar-content span{width:45px;height:45px;display:flex;cursor:pointer;align-items:center;justify-content:center;background:var(--primary-color);border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px;color:#fff}.sidebar-content nav{margin-bottom:20px}.sidebar-content nav ul{display:flex;gap:20px;flex-direction:column}footer{background:#e4f0e8b3}.footer-content{display:grid;padding:80px 0;grid-template-columns:1.25fr 2fr;gap:50px}.footer-grid-texts{display:flex;flex-direction:column;gap:60px}.footer-logo{display:flex;width:250px;margin-bottom:20px}.footer-grid-texts p{font-size:18px;color:#646464;line-height:1.5;width:90%}.footer-grid-column{display:grid;grid-template-columns:1fr 1.5fr 1fr;gap:20px}.footer-column h3{font-size:22px;color:#323232;margin-bottom:20px}.footer-column ul{display:flex;flex-direction:column;gap:15px}.footer-column ul li a{color:#646464;transition:all .5s ease;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease}.footer-column ul li a:hover{color:var(--primary-color)}.footer-column h4{font-size:18px;margin-bottom:5px;color:#3c3c3c}.footer-column p{line-height:1.6;margin-bottom:20px;font-size:18px;color:#646464}.social-links ul{display:flex;gap:20px}.social-links ul li a{display:flex;width:40px;height:40px;border-radius:40px;-webkit-border-radius:40px;-moz-border-radius:40px;-ms-border-radius:40px;-o-border-radius:40px;border:1px solid rgb(206,239,219);color:#323232;align-items:center;justify-content:center;transition:all .7s ease;-webkit-transition:all .7s ease;-moz-transition:all .7s ease;-ms-transition:all .7s ease;-o-transition:all .7s ease}.social-links ul li a:hover{background:var(--primary-color);color:#fff}.social-links ul li a span{display:flex;font-size:16px}.copyright{border-top:1px solid rgba(196,224,199,.5);padding:30px 0;display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap}.copyright p,.copy-extra a{font-size:14px;color:#646464}.copy-extra{display:flex;gap:20px}@media(max-width:1290px){.inner-row{width:90%}}@media(max-width:1090px){.menu-btn,.sidebar-section{display:flex}.header-content nav ul{display:none}.footer-content{grid-template-columns:1fr}.footer-grid-texts{gap:20px}}@media(max-width:768px){.header-btns a{display:none}.footer-grid-texts p{width:100%}.footer-grid-column{grid-template-columns:1fr 1fr}}@media(max-width:550px){.sidebar-content{width:100%}.footer-grid-column{grid-template-columns:1fr}.copyright{flex-direction:column;align-items:center}}.hero-section{padding:40px 0 80px}.hero-section-content{display:grid;grid-template-columns:1.1fr 1.2fr .85fr;gap:30px;align-items:center}.hero-section-texts{position:relative}.hero-section-texts h1{width:550px;position:absolute;font-size:55px;line-height:1.3;border-radius:20px;background:#fff;padding:40px 30px;z-index:8;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px}.hero-section-texts p{margin-top:320px;width:90%;font-size:18px;line-height:1.5;color:#323232;margin-bottom:20px}.hero-section-texts a{width:200px;height:55px;background:transparent;border:2px solid var(--secondary-color);position:relative;display:flex;align-items:center;justify-content:center;font-size:16px;color:#1f1f1f;gap:5px;overflow:hidden;z-index:10;margin-bottom:20px;border-radius:55px;-webkit-border-radius:55px;-moz-border-radius:55px;-ms-border-radius:55px;-o-border-radius:55px}.hero-section-texts a span{display:flex;margin-top:3px}.hero-section-texts span.overlay{position:absolute;width:100%;height:110%;background:var(--secondary-color);transition:all .7s ease-in-out;-webkit-transition:all .7s ease-in-out;-moz-transition:all .7s ease-in-out;-ms-transition:all .7s ease-in-out;-o-transition:all .7s ease-in-out;transform:translate(-110%);-webkit-transform:translateX(-110%);-moz-transform:translateX(-110%);-ms-transform:translateX(-110%);-o-transform:translateX(-110%);z-index:-1}.hero-section-texts a:hover span.overlay{transform:translate(0);-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0)}.hero-section-texts a:hover{color:var(--primary-color);font-weight:500}.past-clients{display:flex;width:90%;gap:20px;margin-top:30px;align-items:center}.past-clients-profiles{display:flex;align-items:center}.past-clients-profiles img{width:50px;height:50px;border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px;border:2px solid var(--primary-color)}.past-clients-profiles img:nth-child(2),.past-clients-profiles img:nth-child(3){margin-left:-10px}.past-clients h4{font-weight:550;line-height:1.5;font-size:16px;color:#323232}.past-clients h4 span{color:var(--primary-color);font-weight:650}.hero-section-middle,.hero-image-part{position:relative}.hero-section-middle img{max-height:650px;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px}.keyword-item{position:absolute;top:22.5%;right:50px;display:flex;align-items:center}.keyword-item span{width:20px;height:20px;background:#f5f5f5;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border:5px solid var(--primary-color)}.keyword-item h4{padding:10px 25px;color:#f5f5f5;font-weight:450;font-size:16px;border-radius:25px;background:#0c632b7f;-webkit-border-radius:25px;-moz-border-radius:25px;-ms-border-radius:25px;-o-border-radius:25px}.hero-keywords{position:absolute;bottom:40px;width:90%;display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.hero-keywords span:not(.icon){background:#f5f5f5b8;padding:10px 20px;display:flex;gap:5px;border-radius:25px;-webkit-border-radius:25px;-moz-border-radius:25px;-ms-border-radius:25px;-o-border-radius:25px;font-size:15px;font-weight:600;color:#505050}.hero-keywords span.icon{margin-top:1px;color:var(--primary-color)}.hero-section-right h3{font-size:20px;font-weight:500;line-height:1.5;color:#323232}.play-video-cta{display:flex;align-items:center;gap:5px;cursor:pointer;margin:20px 0}.play-video-cta span{width:50px;height:50px;border:2px solid var(--primary-color);border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px;align-items:center;justify-content:center;display:flex;font-size:25px;transition:all .6s ease;-webkit-transition:all .6s ease;-moz-transition:all .6s ease;-ms-transition:all .6s ease;-o-transition:all .6s ease}.play-video-cta h4{font-size:16px;color:#747474}.play-video-cta h5{font-weight:500;font-size:15px;color:#323232;transition:all .7s ease;-webkit-transition:all .7s ease;-moz-transition:all .7s ease;-ms-transition:all .7s ease;-o-transition:all .7s ease}.play-video-cta:hover span,.play-video-cta:hover h5{color:var(--primary-color)}.hero-image-part{margin-top:50px}.hero-image-part img{border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px}.image-keyword{position:absolute;padding:10px 20px;display:flex;top:40px;right:15%;align-items:center;gap:5px;font-size:15px;border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px;background:#f5f5f5b3;font-weight:700;color:#525252}.image-keyword span{display:flex;color:var(--primary-color)}.about-section{padding:60px 0 100px}.about-intro{display:grid;grid-template-columns:1fr 3fr}.about-intro h3{color:var(--primary-color);font-weight:500;margin-top:20px}.about-intro h2{font-size:36px;font-family:var(--bold-font);font-weight:500;line-height:1.6}.about-description-row{margin-top:40px;display:grid;grid-template-columns:1fr 2fr;gap:50px}.about-showcase{padding:20px;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;background:#e4f0e8b3;height:max-content}.showcase-image-block{height:400px;padding:20px;background:url(/assets/about1-BUebR7ed.jpg) no-repeat;background-size:cover;background-position:center;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;position:relative;display:flex;align-items:flex-end}.btn-explore{display:flex;width:50px;height:50px;background:#fff;border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px;align-items:center;justify-content:center;position:absolute;right:20px;top:20px}.showcase-reminder{display:flex;gap:10px}.showcase-reminder p{padding:10px 20px;display:flex;align-items:center;gap:5px;background:#064e2c75;font-size:15px;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;color:#f5f5f5}.showcase-reminder p span{display:flex;color:var(--secondary-color)}.about-showcase h3{font-size:28px;margin:20px 0 10px;font-weight:500}.about-showcase-texts p{font-size:18px;line-height:1.5;color:var(--para-color);margin-bottom:10px}.about-description-texts p{font-size:20px;margin-bottom:20px;line-height:1.6;color:var(--para-color)}.about-description-texts a{width:200px;height:50px;display:flex;align-items:center;justify-content:center;gap:5px;background:var(--secondary-color);border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px;font-size:16px;font-weight:500;color:var(--primary-color)}.about-description-texts a span{display:flex;margin-top:3px}.numbers-block-items{display:grid;grid-template-columns:1fr 1fr;gap:20px;background:#e4f0e8b3;padding:30px;margin-top:30px;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px}.block-moja h2{font-size:65px;display:flex;align-items:center;font-weight:500}.block-moja h2 span{display:flex;font-size:40px}.block-moja p{margin-bottom:0;font-size:16px;width:90%;color:#505050}.services-section{padding-bottom:100px}.services-intro{display:grid;grid-template-columns:1fr 1.3fr;gap:50px;align-items:center}.services-intro h3{font-size:18px;color:var(--primary-color)}.services-intro h2{font-size:65px;margin:15px 0}.services-intro p{font-size:18px;line-height:1.5;color:var(--para-color);margin-bottom:15px}.services-intro a{width:240px;height:55px;border:2px solid var(--secondary-color);display:flex;align-items:center;justify-content:center;color:var(--para-color);gap:5px;border-radius:55px;-webkit-border-radius:55px;-moz-border-radius:55px;-ms-border-radius:55px;-o-border-radius:55px}.services-intro a span{display:flex;margin-top:2px}.services-row{margin-top:40px;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.service-moja img{height:350px;border-radius:16px;-webkit-border-radius:16px;-moz-border-radius:16px;-ms-border-radius:16px;-o-border-radius:16px}.service-moja-texts{padding:10px}.service-moja-texts h3{font-size:22px}.service-moja-texts p{font-size:16px;line-height:1.5;color:var(--para-color);margin-bottom:5px}.service-moja-texts a{display:flex;font-size:16px;font-weight:500;gap:5px;align-items:center;color:var(--primary-color);transition:all .5s ease;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease}.service-moja:hover .service-moja-texts a{color:var(--primary-color);font-weight:700}.service-moja-texts a span{display:flex;margin-top:1px}.session-section{padding-bottom:100px}.session-section-content{display:grid;align-items:center;grid-template-columns:1fr 1fr;gap:50px;padding:80px;background:#e4f0e8b3;border-radius:40px;-webkit-border-radius:40px;-moz-border-radius:40px;-ms-border-radius:40px;-o-border-radius:40px}.session-image img{border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px}.session-texts h2{font-size:60px;margin-bottom:10px}.session-texts p{font-size:18px;line-height:1.5;color:var(--para-color)}.session-description{margin:20px 0 40px;display:grid;grid-template-columns:1fr 1fr;gap:30px}.session-icon{width:40px;height:40px;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;background:#fff;display:flex;align-items:center;justify-content:center}.session-icon img{width:60%;height:60%;filter:var(--green-filter);-webkit-filter:var(--green-filter)}.session-desc-moja h3{font-size:24px;margin:10px 0 5px;color:#323232}.session-desc-moja span{font-size:15px;color:#505050;line-height:1.5}.session-texts a{width:200px;background:var(--secondary-color);height:55px;font-size:15px;color:var(--para-color);border-radius:55px;display:flex;align-items:center;justify-content:center;-webkit-border-radius:55px;-moz-border-radius:55px;-ms-border-radius:55px;-o-border-radius:55px}.reasons-section{padding-bottom:100px}.reasons-intro{width:800px;margin:auto;text-align:center}.reasons-intro h3{font-size:18px;color:var(--primary-color)}.reasons-intro h2{font-size:65px}.reasons-row{margin-top:50px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:center}.reasons-column{display:flex;flex-direction:column;gap:20px}.reason-moja{background:#fff;padding:30px;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px}.reason-moja span{font-size:24px;display:flex;color:var(--primary-color);margin-bottom:20px}.reason-moja h3{font-size:24px;margin-bottom:10px;color:#323232}.reason-moja p{font-size:16px;line-height:1.5;color:#505050}.sneakpeak{padding-bottom:100px}.sneakpeak-intro{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:end}.sneakpeak-intro-column h3{font-size:18px;color:var(--primary-color);margin-bottom:10px}.sneakpeak-intro-column h2{font-size:65px}.sneakpeak-intro-column p{font-size:18px;color:#3c3c3c;line-height:1.5;margin-bottom:20px}.sneakpeak-intro-column a{width:180px;height:50px;display:flex;background:var(--secondary-color);align-items:center;justify-content:center;border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px;color:#323232;gap:5px;font-size:15px}.sneakpeak-intro-column a span{display:flex;margin-top:3px}.sneakpeak-images{margin-top:50px}.sneakpeak-images img{border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;height:400px}.sneakpeak-double{display:grid;grid-template-columns:1.75fr 1.5fr;gap:20px;margin-bottom:20px}.sneakpeak-tripple{display:grid;grid-template-columns:1fr 1.5fr 1fr;gap:20px}.testimonials-section{padding:30px 0 100px}.testimonials-intro h3{font-weight:600;font-size:18px;color:var(--primary-color);margin-bottom:10px}.testimonials-intro h2{font-size:65px}.testimonials-slider{margin-top:40px}.testimonials-content{display:flex;gap:50px}.testimonial-moja{width:350px;background:#fff;padding:40px 30px;position:relative;flex-shrink:0;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px}.testimonial-moja .pin-image{position:absolute;right:20px;top:20px}.testimonial-moja .pin-image img{width:60px;height:60px;object-fit:contain}.testimonial-moja-texts{margin-top:30px}.testimonial-top{display:flex;gap:10px;align-items:center;margin-bottom:20px}.testimonial-top img{width:45px;height:45px;border-radius:45px;-webkit-border-radius:45px;-moz-border-radius:45px;-ms-border-radius:45px;-o-border-radius:45px}.testimonial-moja-texts h4{font-weight:700;color:#323232}.testimonial-moja-texts p{font-size:17px;line-height:1.5;color:#505050}.testimonials-slider{max-width:100vw;overflow:hidden}.testimonials-content{display:flex;gap:30px;animation:scrollslide 80s linear infinite;-webkit-animation:scrollslide 80s linear infinite;width:max-content}.blog-section{padding-bottom:100px}.blog-section-intro{width:900px;margin:auto;text-align:center}.blog-section-intro h3{font-size:18px;color:var(--primary-color)}.blog-section-intro h2{font-size:65px;margin:10px 0}.blog-section-intro p{font-size:19px;line-height:1.5;color:#323232}.blog-section-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:30px;margin-top:50px}.blog-moja .blog-image{display:flex;position:relative;height:380px;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;overflow:hidden;margin-bottom:15px}.blog-image img{display:block;transition:all .5s ease;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease}.blog-moja:hover .blog-image img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1)}.blog-moja h3{font-size:24px;margin:10px 0;line-height:1.4}.blog-moja .date{color:#646464;font-weight:480;font-size:16px}.blog-moja a{font-weight:600;display:inline-flex;gap:5px;color:var(--primary-color);align-items:center;position:relative;padding-bottom:5px}.blog-moja a:after{content:"";width:0%;height:2px;background:var(--primary-color);position:absolute;left:0;bottom:0;transition:all .5s ease;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease}.blog-moja:hover a:after{width:100%}.blog-moja a span{display:flex;margin-top:2px}.cta{padding-bottom:100px}.cta-content{background:linear-gradient(to right,rgba(29,64,44,.882),transparent),url(/assets/cta-MvhiFGHI.jpg) no-repeat;background-size:cover;background-position:center;border-radius:40px;-webkit-border-radius:40px;-moz-border-radius:40px;-ms-border-radius:40px;-o-border-radius:40px;padding:80px;min-height:660px}.cta-content-texts{width:60%}.cta-content-texts h2{font-size:60px;color:#f5f5f5;margin-bottom:30px}.cta-content-texts a{display:flex;width:200px;height:55px;align-items:center;justify-content:center;background-color:var(--secondary-color);font-weight:500;font-size:16px;color:var(--para-color);border-radius:55px;-webkit-border-radius:55px;-moz-border-radius:55px;-ms-border-radius:55px;-o-border-radius:55px;gap:5px}.cta-content-texts a span{display:flex}@keyframes scrollslide{to{transform:translate(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%)}}@media(max-width:1200px){.session-texts h2{font-size:50px}}@media(max-width:1090px){.hero-section-content,.session-section-content{grid-template-columns:1fr}.hero-section-texts{text-align:center}.hero-section-texts h1{position:relative;background-color:transparent;width:100%;padding:0;margin-bottom:10px}.hero-section-texts p{margin-top:0;width:100%}.hero-section-texts a{margin:auto}.past-clients{margin-top:20px;flex-direction:column;width:100%}.hero-section-middle img{max-height:500px}.hero-section-right h3{text-align:center}.play-video-cta{justify-content:center}.hero-image-part{margin-top:20px}.hero-image-part img{margin-top:20px;max-height:500px}.services-intro,.about-intro,.sneakpeak-intro{grid-template-columns:1fr;gap:10px}.about-description-row{grid-template-columns:1fr;gap:20px}.services-row,.blog-section-row{grid-template-columns:1fr 1fr}.reasons-intro,.blog-section-intro{width:100%}}@media(max-width:768px){.hero-section-texts h1,.services-intro h2,.session-texts h2,.reasons-intro h2,.sneakpeak-intro-column h2,.cta-content-texts h2,.blog-section-intro h2,.testimonials-intro h2{font-size:45px}.block-moja h2{font-size:50px}.about-intro h2{font-size:28px}.services-row,.session-description,.reasons-row,.sneakpeak-double,.sneakpeak-tripple,.blog-section-row{grid-template-columns:1fr}.sneakpeak-images img{height:350px}.cta-content-texts{width:100%}.cta-content{padding:80px 50px;min-height:auto}}@media(max-width:550px){.numbers-block-items{grid-template-columns:1fr}.session-section-content{padding:50px}}.about-hero{padding:60px 0}.about-hero-content h3{font-size:20px;color:var(--primary-color)}.about-hero-content h2{font-size:65px;line-height:1.25;margin-bottom:30px}.about-hero-video video{max-height:600px;border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px}.about-body{padding-bottom:100px}.about-body-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:50px;margin-bottom:30px}.about-body-grid p,.about-body-content p{font-size:19px;line-height:1.5;text-align:justify;color:#323232}.about-statements{display:grid;grid-template-columns:1fr 1.25fr;gap:40px;margin-top:50px}.about-statement-image img{max-height:600px;border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px}.about-statement-texts{background:var(--faded-bg);padding:60px;border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px;display:flex;justify-content:center;gap:30px;flex-direction:column}.about-statement-texts .line{width:100%;height:1px;background:#e6eae7}.about-statement-moja h3{text-transform:uppercase;color:var(--primary-color);margin-bottom:10px}.about-statement-moja p{font-size:18px}.about-statement-moja p span{font-weight:600;font-size:20px}.values-section{padding-bottom:100px}.values-intro{width:800px;margin:auto;text-align:center}.values-intro h3{color:var(--primary-color);font-size:18px}.values-intro h2{font-size:65px;margin:10px 0}.values-intro p{font-size:18px;line-height:1.6;color:#323232}.values-row{margin-top:50px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.value-moja{background:#fff;padding:40px 30px;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px}.value-moja img{width:40px;height:40px;margin-bottom:20px;filter:var(--green-filter);-webkit-filter:var(--green-filter)}.value-moja h3{font-size:24px;font-weight:500;margin-bottom:10px}.value-moja p{font-size:18px;line-height:1.5;color:#505050}.team-section{padding-bottom:100px}.team-section-intro{display:grid;grid-template-columns:1fr 1.5fr;align-items:end}.team-section-intro h3{color:var(--primary-color);font-size:18px}.team-section-intro h2{font-size:45px}.team-section-intro p{font-size:20px;line-height:1.5;color:#505050}.team-section-row{margin-top:50px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:30px}.team-moja img{height:420px;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px}.team-moja-texts{margin:10px}.team-moja h3{font-size:20px;font-weight:600;margin-bottom:5px}.team-moja p{font-size:16px;color:#505050}@media(max-width:1090px){.about-body-grid,.about-statements,.team-section-intro{grid-template-columns:1fr;gap:20px;margin-bottom:20px}.values-intro{width:100%}.values-row,.team-section-row{grid-template-columns:1fr 1fr}}@media(max-width:768px){.about-hero-content h2,.values-intro h2{font-size:45px}.about-statement-texts{padding:50px}.values-row{grid-template-columns:1fr}}@media(max-width:650px){.team-section-row{grid-template-columns:1fr}}@media(max-width:550px){.about-hero-content h2,.team-section-intro h2,.values-intro h2{font-size:40px}.about-hero-content h3,.team-section-intro p{font-size:18px}.value-moja h3{font-size:21px}}.contact-hero{margin:10px 0}.contact-hero-content{background:var(--faded-bg);padding:80px 60px;border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px}.contact-hero-texts{width:900px;margin:auto;text-align:center}.contact-hero-texts h3{color:var(--primary-color);font-size:18px}.contact-hero-texts h2{font-size:65px;margin:10px 0}.contact-hero-texts p{font-size:20px;line-height:1.5;color:#323232}.contact-details{padding:80px 0}.contact-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.contact-details h3{font-size:32px;display:flex;gap:5px;align-items:center;margin-bottom:10px;color:var(--primary-color)}.contact-details h3 span{display:flex}.contact-details p{font-size:18px;line-height:1.5;color:#323232}.contact-texts h4{font-size:20px;margin-top:20px;font-weight:400;display:flex;gap:5px;align-items:center}.contact-texts h4 span{display:flex}.contact-image img{border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px}.contact-form{padding-bottom:100px}.contact-form-content h2{font-size:65px;text-align:center}.contact-form-content p{text-align:center;font-size:18px;margin:10px 0;color:#505050}.contact-form-box{width:800px;background:var(--faded-bg);border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px;margin:40px auto 0;padding:70px}.form-row label{display:block;margin-bottom:5px;color:#505050;font-weight:560;font-size:16px}.form-row{margin-bottom:20px}.form-row.split{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-control{width:100%;height:55px;background:#fff;padding-left:10px;border-radius:7px;-webkit-border-radius:7px;-moz-border-radius:7px;-ms-border-radius:7px;-o-border-radius:7px}.form-textarea{width:100%;height:160px;padding:10px;background:#fff;border-radius:7px;-webkit-border-radius:7px;-moz-border-radius:7px;-ms-border-radius:7px;-o-border-radius:7px}.contact-form button{width:100%;height:55px;display:flex;align-items:center;justify-content:center;background:var(--primary-color);color:#f5f5f5;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px;cursor:pointer}@media(max-width:1090px){.contact-hero-texts,.contact-form-box{width:100%}}@media(max-width:768px){.contact-hero-texts h2,.contact-form-content h2{font-size:45px}.contact-details-grid{grid-template-columns:1fr;gap:30px}.contact-form-box{padding:50px}.form-row.split{grid-template-columns:1fr}}@media(max-width:550px){.contact-hero-texts h2,.contact-form-content h2{font-size:40px}.contact-hero-content{padding:60px 40px}.contact-hero-texts p,.contact-texts h4{font-size:18px}}.blog-body{padding:80px 0}.blog-intro{width:900px;margin:auto;text-align:center}.blog-intro h3{color:var(--primary-color);font-size:18px}.blog-intro h2{font-size:65px;margin:10px 0}.blog-intro p{font-size:18px;color:#3c3c3c;line-height:1.5}.blog-section-row.blog{grid-template-columns:1fr 1fr}@media(max-width:1090px){.blog-intro{width:100%}}@media(max-width:768px){.blog-intro h2{font-size:45px}.blog-section-row.blog{grid-template-columns:1fr}}@media(max-width:550px){.blog-intro h2{font-size:40px}}.services-body{padding:80px 0}.services-list-wrapper h2{padding-bottom:10px;border-bottom:1px solid gainsboro;font-size:30px;margin-top:30px}.service-wrapper{padding:80px 0}.service-wrap-content h1{font-family:var(--bold-font);text-align:center;font-size:55px;width:1000px;margin:auto}.service-wrap-content img{width:900px;max-height:550px;margin:20px auto;display:block;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px}.service-wrap-body{width:900px;margin:auto}.service-wrap-body p{font-size:18px;line-height:1.5;color:#505050;margin-bottom:10px}.depth-wrap p{font-size:20px;font-weight:500;color:#323232}.depth-wrap ul{width:95%;list-style:disc!important;display:flex;flex-direction:column;margin:0 auto 10px}.depth-wrap ul li,.depth-wrap span{font-size:18px;color:#505050;margin-bottom:10px}@media(max-width:1090px){.service-wrap-content h1,.service-wrap-content img,.service-wrap-body{width:100%}}@media(max-width:768px){.service-wrap-content h1{font-size:45px}}@media(max-width:550px){.service-wrap-content h1{font-size:40px}}
