@import"https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Signika+Negative:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}*{font-family:"Lato",sans-serif}html{scroll-behavior:smooth}a{text-decoration:none;color:#212121}li{list-style:none}textarea:focus,input:focus,select:focus{outline:none}img{-o-object-fit:cover;object-fit:cover}.primary-button{all:unset;height:2.5rem;min-width:7.5rem;padding:0 1rem;display:flex;justify-content:center;align-items:center;background-color:#3d8424;border:1px solid #3d8424;color:#fafafa;font-family:"Lato";font-style:normal;font-weight:400;cursor:pointer}.primary-button:hover{background-color:#fafafa;color:#3d8424;transition:all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);border:1px solid #3d8424}.primary-button:disabled{opacity:.8}.loader{border-radius:50%;width:6rem;height:6rem;margin:5rem auto;border:.8rem solid #f5d7a3;border-left-color:rgba(61,132,36,.7);animation:load8 1.2s infinite linear}.loader::after{border-radius:50%;width:6rem;height:6rem}.loader-modal{position:fixed;inset:0;justify-content:center;align-items:center;width:100vw;height:100vh;background-color:rgba(62,132,36,.3137254902);display:none;z-index:9999}.toast-message{position:fixed;top:1rem;right:1rem;background-color:#f5d7a3;color:#3d8424;padding:1rem 3rem;border-radius:5px;z-index:9999999;opacity:0;transition:opacity .3s ease-in-out}.toast-message.show{opacity:1}@keyframes load8{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes scaleAnimation{0%{transform:scale(1)}50%{transform:scale(0.6)}100%{transform:scale(1)}}@keyframes moveAnimation{0%{transform:translateX(-30px)}100%{transform:translateX(30px)}}@keyframes bounceAnimation{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}.loader{overscroll-behavior:contain;overflow:hidden}.none{display:none}.secondary-button{all:unset;height:2.5rem;min-width:7.5rem;padding:0 1rem;display:flex;justify-content:center;align-items:center;cursor:pointer;background-color:#fafafa;color:#3d8424;border:1px solid #3d8424;font-family:"Lato";font-style:normal;font-weight:400}.secondary-button:hover{background-color:#3d8424;color:#fafafa;border:1px solid #fafafa;transition:all 500ms cubic-bezier(0.075, 0.82, 0.165, 1)}.bigheader{display:flex;flex-direction:column;gap:.5rem}.bigheader-topheader{display:flex;justify-content:space-between;align-items:center;padding:0rem 5rem}.bigheader-topheader--image{height:8rem;width:8rem;box-shadow:1px 1px 4px rgba(0,0,0,.25);border-radius:0px 0px .5rem .5rem;overflow:hidden}.bigheader-topheader--image img{height:100%;width:100%}.bigheader-topheader--applytalk{display:flex;gap:2rem}.bigheader-topheader--applytalk_items{display:flex;gap:.5rem;align-items:center;justify-content:center}.bigheader-topheader--applytalk_items__icon{height:4rem;width:4rem;display:flex;align-items:center;justify-content:center}.bigheader-topheader--applytalk_items__icon i{font-size:2.5rem;color:#3d8424;cursor:pointer}.bigheader-topheader--applytalk_items__content{display:flex;flex-direction:column;gap:.2rem}.bigheader-topheader--applytalk_items__content h2{cursor:pointer;font-size:1.2rem;color:#3d8424;font-weight:500}.bigheader-topheader--applytalk_items__content p{font-size:1rem;color:#212121;font-weight:400}.bigheader-navheader{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 5rem;background:#3d8424;position:sticky;top:0;left:0;z-index:99999;box-shadow:2px 2px 6px rgba(33,33,33,.1)}.bigheader-navheader--nav ul{display:flex;justify-content:space-between;align-items:center;gap:2rem}.bigheader-navheader--nav ul li{position:relative}.bigheader-navheader--nav ul li a{font-family:"Lato";font-style:normal;font-weight:400;font-size:16px;letter-spacing:.09em;color:#fafafa;cursor:pointer}.bigheader-navheader--nav ul li a:after{content:"";position:absolute;left:0;bottom:-10px;width:100%;height:2px;background-color:#fafafa;transform:scaleX(0);transition:transform .4s linear}.bigheader-navheader--nav ul li a:hover:after{transform:scaleX(1)}.bigheader-navheader--nav ul li .dropdown{position:absolute;top:235%;background-color:#f9f9f9;height:auto;box-shadow:0px 8px 16px 0px rgba(0,0,0,.2);z-index:11}.bigheader-navheader--nav ul li .dropdown-list{display:flex;flex-direction:column}.bigheader-navheader--nav ul li .dropdown-list--content{font-family:"Lato";font-style:normal;font-weight:400;font-size:16px;letter-spacing:.09em;padding:.5rem 1rem;color:#212121;cursor:pointer}.bigheader-navheader--nav ul li .dropdown-list--content:hover{color:#3d8424;transition:.3s all linear}.bigheader-navheader--nav ul li .dropdown-list--content:hover:after{transform:scaleX(0)}.bigheader-navheader--nav ul li .dropdown:not(.show){display:none}.bigheader-navheader--nav ul li .dropdown.show{display:block}.bigheader-navheader--social{display:flex;gap:1rem}.bigheader-navheader--social a{font-size:1.35rem;color:#fafafa}.sticky-navheader{position:fixed;width:100%}.smallheader{height:auto;background:#fafafa;padding:0rem 5rem 1rem 5rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;left:0;z-index:9999}.smallheader-applytalk{display:flex;gap:2rem}.smallheader-applytalk--items{display:flex;gap:.5rem;align-items:center;justify-content:center}.smallheader-applytalk--items_icon{height:4rem;width:4rem;display:flex;align-items:center;justify-content:center}.smallheader-applytalk--items_icon i{font-size:2.5rem;color:#3d8424;cursor:pointer}.smallheader-applytalk--items_content{display:flex;flex-direction:column;gap:.2rem}.smallheader-applytalk--items_content h2{cursor:pointer;font-size:1.2rem;color:#3d8424;font-weight:500}.smallheader-applytalk--items_content p{font-size:1rem;color:#212121;font-weight:400}.smallheader-image{height:6rem;width:6rem;box-shadow:1px 1px 4px rgba(0,0,0,.25);border-radius:0px 0px .5rem .5rem;overflow:hidden}.smallheader-image img{height:100%;width:100%}.smallheader-hamburger i{font-size:1.5rem;color:#3d8424;cursor:pointer}.smallheader-navbar{position:fixed;top:0;left:-250px;width:250px;height:100vh;background-color:#fafafa;transition:left .3s ease;overflow-y:auto;z-index:9999;padding:1rem}.smallheader-navbar--closeicon{display:flex;justify-content:flex-end;padding:10px}.smallheader-navbar--closeicon i{cursor:pointer;font-size:1.5rem}.smallheader-navbar .smallnav{width:100%;padding:1.5rem 0}.smallheader-navbar .smallnav-ul{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0rem 2rem;gap:1.5rem}.smallheader-navbar .smallnav-ul--li{position:relative}.smallheader-navbar .smallnav-ul--li_a{font-family:"Lato";font-style:normal;font-weight:400;font-size:16px;letter-spacing:.09em;cursor:pointer}.smallheader-navbar .smallnav-ul--li_a:hover{color:#3d8424;transition:.3s all linear}.smallheader-navbar .smallnav-ul--li_dropdown{position:fixed;left:15%;background-color:#f9f9f9;height:auto;box-shadow:0px 8px 16px 0px rgba(0,0,0,.2);z-index:99999}.smallheader-navbar .smallnav-ul--li_dropdown__list{display:flex;flex-direction:column}.smallheader-navbar .smallnav-ul--li_dropdown__list-content{font-family:"Lato";font-style:normal;font-weight:400;font-size:16px;letter-spacing:.09em;padding:.5rem 1rem;color:#212121;cursor:pointer}.smallheader-navbar .smallnav-ul--li_dropdown__list-content:hover{color:#3d8424;transition:.3s all linear}.smallheader-navbar .smallnav-ul--li_dropdown:not(.show){display:none}.smallheader-navbar .smallnav-ul--li_dropdown.show{display:block}.smallheader-navbar .social{padding:2rem}.smallheader-navbar .social h2{font-size:1.35rem;color:#3d8424;font-weight:400}.smallheader-navbar .social-links{display:flex;padding-top:1rem;gap:1rem}.smallheader-navbar .social-links a{font-size:1.35rem;color:#3d8424}.smallheader-navbar.open{left:0;overflow-y:hidden}body.offcanvas-open{overflow:hidden}.active-link{color:#3d8424}.footer{background-color:#3d8424;padding:5rem 5rem 0rem 5rem}.footer-main{border-bottom:2px solid #fafafa;display:grid;grid-template-columns:repeat(4, 1fr);gap:2rem}.footer-main--logo{width:100%;padding:0rem 1rem 2rem 1rem}.footer-main--logo img{width:100%;height:100%}.footer-main--quicklink,.footer-main--contactus,.footer-main--newsletter{width:100%;color:#fafafa;font-family:"Lato";font-style:normal;font-weight:500;font-size:18px}.footer-main--quicklink_title,.footer-main--contactus_title,.footer-main--newsletter_title{font-family:"Signika Negative";font-style:normal;font-weight:700;font-size:28px}.footer-main--quicklink_ul,.footer-main--contactus_ul,.footer-main--newsletter_ul{padding:2rem 0;display:flex;flex-direction:column;gap:1rem}.footer-main--quicklink_ul li,.footer-main--contactus_ul li,.footer-main--newsletter_ul li{display:flex;gap:1rem;align-items:center}.footer-main--quicklink_ul li i,.footer-main--contactus_ul li i,.footer-main--newsletter_ul li i{color:#f5d7a3}.footer-main--quicklink_ul li a,.footer-main--contactus_ul li a,.footer-main--newsletter_ul li a{text-decoration:none;color:#fafafa}.footer-main--newsletter_sub{margin-top:1rem;font-weight:400;font-size:18px;padding:1.25rem 0}.footer-main--newsletter_button{display:flex;height:-moz-max-content;height:max-content}.footer-main--newsletter_button input[type=text]{all:unset;padding:.5rem;text-align:left;gap:0rem;height:2rem;background-color:#fff;border-right:1px solid #3d8424;color:#3d8424}.footer-main--newsletter_button input[type=text]::-moz-placeholder{font-size:1rem;font-weight:400}.footer-main--newsletter_button input[type=text]::placeholder{font-size:1rem;font-weight:400}.footer-main--newsletter_button__submit{all:unset;background-color:#fff;padding:0 2rem}.footer-main--newsletter_button__submit i{color:#3d8424;cursor:pointer}.footer-sub{display:flex;justify-content:space-between;align-items:center;color:#fafafa;font-family:"Lato";font-style:normal;font-weight:400;font-size:16px;padding:2rem 5rem}.footer-sub--copy a{color:#fafafa}.herosection{height:50vh;background-color:rgba(0,0,0,.5);position:relative;overflow:hidden}.herosection img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;mix-blend-mode:overlay}.herosection-circle1{width:584px;height:584px;background:rgba(217,217,217,.14);position:absolute;border-radius:50%;right:72.5%;top:4rem;animation:scaleAnimation 10s infinite}.herosection-circle2{width:143px;height:143px;background:rgba(217,217,217,.2);position:absolute;border-radius:50%;right:10.5%;top:1%;animation:scaleAnimation 5s infinite}.herosection-content{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);text-align:center}.herosection-content--breadcrumb{display:flex;gap:.3rem;align-items:center;justify-content:center}.herosection-content--breadcrumb a,.herosection-content--breadcrumb h3{font-family:"Signika Negative";font-style:normal;font-weight:600;font-size:1.1rem;line-height:2rem;color:#f5d7a3}.herosection-content h2{font-family:"Signika Negative";font-style:normal;font-weight:700;font-size:3rem;line-height:3ren;color:#fafafa}@media(max-width: 500px){.footer{width:100%;padding:0rem}.footer-main{grid-template-columns:repeat(1, 1fr);padding-bottom:1.5rem;gap:1.5rem}.footer-main--logo{padding:1.5rem 2.5rem;display:flex;justify-content:center;height:14rem;width:100%}.footer-main--logo img{width:100%;height:100%}.footer-main--quicklink,.footer-main--contactus,.footer-main--newsletter{text-align:center;padding:0rem;font-family:"Lato";font-style:normal;font-weight:500;font-size:18px}.footer-main--quicklink_title,.footer-main--contactus_title,.footer-main--newsletter_title{font-family:"Signika Negative";font-style:normal;font-weight:700;font-size:28px}.footer-main--quicklink_ul,.footer-main--contactus_ul,.footer-main--newsletter_ul{padding:1rem 0rem;display:flex;flex-direction:column;gap:1rem}.footer-main--quicklink_ul li,.footer-main--contactus_ul li,.footer-main--newsletter_ul li{display:flex;gap:1rem;align-items:center;justify-content:center}.footer-main--quicklink_ul li i,.footer-main--contactus_ul li i,.footer-main--newsletter_ul li i{color:#f5d7a3}.footer-main--quicklink_ul li a,.footer-main--contactus_ul li a,.footer-main--newsletter_ul li a{text-decoration:none;color:#fafafa}.footer-main--newsletter{padding:0rem 1.5rem}.footer-main--newsletter_sub{margin-top:0rem;font-weight:400;font-size:18px;padding:1rem 0}.footer-main--newsletter_button{display:flex;height:-moz-max-content;height:max-content;align-self:center;width:100%}.footer-main--newsletter_button input[type=text]{all:unset;padding:.5rem;display:flex;text-align:left !important;align-items:center;gap:0rem;height:2rem;flex-grow:1;background-color:#fff;border-right:1px solid #3d8424;color:#3d8424}.footer-main--newsletter_button input[type=text]::-moz-placeholder{font-size:1rem;font-weight:400}.footer-main--newsletter_button input[type=text]::placeholder{font-size:1rem;font-weight:400}.footer-main--newsletter_button__submit{all:unset;background-color:#fff;padding:0 1rem}.footer-main--newsletter_button__submit i{color:#3d8424;cursor:pointer}.footer-sub{display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fafafa;font-family:"Lato";font-style:normal;font-weight:400;font-size:16px;padding:1rem 2.5rem;gap:1rem}.footer-sub--copy a{color:#fafafa}}@media(min-width: 500px)and (max-width: 768px){.footer{width:100%;padding:0rem}.footer-main{grid-template-columns:repeat(1, 1fr);padding-bottom:1.5rem;gap:1.5rem}.footer-main--logo{padding:1.5rem 6rem;display:flex;justify-content:center;width:100%;height:18rem}.footer-main--logo img{width:100%;height:100%}.footer-main--quicklink,.footer-main--contactus,.footer-main--newsletter{text-align:center;padding:0rem 2.5rem;font-family:"Lato";font-style:normal;font-weight:500;font-size:18px}.footer-main--quicklink_title,.footer-main--contactus_title,.footer-main--newsletter_title{font-family:"Signika Negative";font-style:normal;font-weight:700;font-size:28px}.footer-main--quicklink_ul,.footer-main--contactus_ul,.footer-main--newsletter_ul{padding:1rem 0rem;display:flex;flex-direction:column;gap:1rem}.footer-main--quicklink_ul li,.footer-main--contactus_ul li,.footer-main--newsletter_ul li{display:flex;gap:1rem;align-items:center;justify-content:center}.footer-main--quicklink_ul li i,.footer-main--contactus_ul li i,.footer-main--newsletter_ul li i{color:#f5d7a3}.footer-main--quicklink_ul li a,.footer-main--contactus_ul li a,.footer-main--newsletter_ul li a{text-decoration:none;color:#fafafa}.footer-main--newsletter_sub{margin-top:0rem;font-weight:400;font-size:18px;padding:1rem 0}.footer-main--newsletter_button{display:flex;height:-moz-max-content;height:max-content;align-self:center;width:100%;padding:0rem 5rem}.footer-main--newsletter_button input[type=text]{all:unset;padding:.5rem;display:flex;text-align:left !important;align-items:center;gap:0rem;height:2rem;flex-grow:1;background-color:#fff;border-right:1px solid #3d8424;color:#3d8424}.footer-main--newsletter_button input[type=text]::-moz-placeholder{font-size:1rem;font-weight:400}.footer-main--newsletter_button input[type=text]::placeholder{font-size:1rem;font-weight:400}.footer-main--newsletter_button__submit{all:unset;background-color:#fff;padding:0 1rem}.footer-main--newsletter_button__submit i{color:#3d8424;cursor:pointer}.footer-sub{display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fafafa;font-family:"Lato";font-style:normal;font-weight:400;font-size:16px;padding:1rem 2.5rem;gap:1rem}.footer-sub--copy a{color:#fafafa}}@media(min-width: 768px)and (max-width: 1280px){.footer{background-color:#3d8424;padding:5rem 5rem 0rem 5rem}.footer-main{border-bottom:2px solid #fafafa;display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem}.footer-main--logo{width:100%;height:18rem;padding:0rem 1rem 1rem 0rem}.footer-main--logo img{width:100%;height:100%}.footer-main--quicklink,.footer-main--contactus,.footer-main--newsletter{width:100%;color:#fafafa;font-family:"Lato";font-style:normal;font-weight:500;font-size:18px}.footer-main--quicklink_title,.footer-main--contactus_title,.footer-main--newsletter_title{font-family:"Signika Negative";font-style:normal;font-weight:700;font-size:28px}.footer-main--quicklink_ul,.footer-main--contactus_ul,.footer-main--newsletter_ul{padding:2rem 0;display:flex;flex-direction:column;gap:1rem}.footer-main--quicklink_ul li,.footer-main--contactus_ul li,.footer-main--newsletter_ul li{display:flex;gap:1rem;align-items:center}.footer-main--quicklink_ul li i,.footer-main--contactus_ul li i,.footer-main--newsletter_ul li i{color:#f5d7a3}.footer-main--quicklink_ul li a,.footer-main--contactus_ul li a,.footer-main--newsletter_ul li a{text-decoration:none;color:#fafafa}.footer-main--newsletter_sub{margin-top:1rem;font-weight:400;font-size:18px;padding:1.25rem 0}.footer-main--newsletter_button{display:flex;height:-moz-max-content;height:max-content;width:100%}.footer-main--newsletter_button input[type=text]{all:unset;padding:.5rem;text-align:left;gap:0rem;height:2rem;background-color:#fff;border-right:1px solid #3d8424;color:#3d8424}.footer-main--newsletter_button input[type=text]::-moz-placeholder{font-size:1rem;font-weight:400}.footer-main--newsletter_button input[type=text]::placeholder{font-size:1rem;font-weight:400}.footer-main--newsletter_button__submit{all:unset;background-color:#fff;padding:0 2rem}.footer-main--newsletter_button__submit i{color:#3d8424;cursor:pointer}.footer-sub{display:flex;justify-content:space-between;align-items:center;color:#fafafa;font-family:"Lato";font-style:normal;font-weight:400;font-size:16px;padding:2rem 5rem}.footer-sub--copy a{color:#fafafa}}@media(min-width: 575px)and (max-width: 768px){.bigheader{display:none}.smallheader{padding:0rem 2.5rem 1rem 2.5rem}.smallheader-applytalk{display:flex;gap:1rem}.smallheader-applytalk--items{display:flex;gap:.5rem;align-items:center;justify-content:center}.smallheader-applytalk--items_icon{height:3rem;width:3rem;display:flex;align-items:center;justify-content:center}.smallheader-applytalk--items_icon i{font-size:1.5rem;color:#3d8424;cursor:pointer}.smallheader-applytalk--items_content{display:flex;flex-direction:column;gap:.2rem}.smallheader-applytalk--items_content h2{cursor:pointer;font-size:1rem;color:#3d8424;font-weight:500}.smallheader-applytalk--items_content p{font-size:.8rem;color:#212121;font-weight:400}}@media(max-width: 575px){.bigheader{display:none}.smallheader{padding:0rem 1.5rem 1rem 1.5rem}.smallheader-applytalk{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.smallheader-applytalk--items{display:flex;gap:.2rem;align-items:center;justify-content:center}.smallheader-applytalk--items_icon{height:2rem;width:2rem;display:flex;align-items:center;justify-content:center}.smallheader-applytalk--items_icon i{font-size:1rem;color:#3d8424;cursor:pointer}.smallheader-applytalk--items_content{display:flex;flex-direction:column;gap:.2rem}.smallheader-applytalk--items_content h2{cursor:pointer;font-size:.8rem;color:#3d8424;font-weight:500}.smallheader-applytalk--items_content p{font-size:.6rem;color:#212121;font-weight:400}}@media(min-width: 768px)and (max-width: 1099px){.bigheader{display:none}}@media(min-width: 1100px){.smallheader{display:none}}@media(max-width: 575px){.herosection{height:50vh;background-color:rgba(0,0,0,.5);position:relative;overflow:hidden}.herosection img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;mix-blend-mode:overlay}.herosection-circle1{width:584px;height:584px;background:rgba(217,217,217,.14);position:absolute;border-radius:50%;right:72.5%;top:4rem;animation:scaleAnimation 10s infinite}.herosection-circle2{width:143px;height:143px;background:rgba(217,217,217,.2);position:absolute;border-radius:50%;right:10.5%;top:1%;animation:scaleAnimation 5s infinite}.herosection-content{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);text-align:center}.herosection-content--breadcrumb{display:flex;gap:.3rem;align-items:center;justify-content:center}.herosection-content--breadcrumb a,.herosection-content--breadcrumb h3{font-family:"Signika Negative";font-style:normal;font-weight:600;font-size:1.1rem;line-height:2rem;color:#f5d7a3}.herosection-content h2{font-family:"Signika Negative";font-style:normal;font-weight:700;font-size:1.5rem;line-height:3ren;color:#fafafa}}.hero{height:65vh;background-color:#3d8424;position:relative;overflow:hidden}.hero img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.hero-circle1{width:584px;height:584px;background:rgba(217,217,217,.14);position:absolute;border-radius:50%;right:72.5%;top:4rem;animation:scaleAnimation 10s infinite}.hero-circle2{width:143px;height:143px;background:rgba(217,217,217,.2);position:absolute;border-radius:50%;right:20.5%;top:1rem;animation:scaleAnimation 5s infinite}.hero-text{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.hero-text h2{font-family:"Signika Negative";font-style:normal;font-weight:700;font-size:64px;line-height:79px;color:#fafafa}.hero-text--hr1{width:186px;border:2px solid #fafafa}.hero-text--hr2{width:186px;border:2px solid #fafafa;float:right;margin-right:2.5rem}.education{background-color:#fafafa;position:relative;overflow:hidden;padding:6rem}.education-circle1{width:350px;height:350px;background:rgba(61,132,36,.15);position:absolute;border-radius:50%;left:1%;top:45%;animation:scaleAnimation 5s infinite}.education-circle2{width:143px;height:143px;background:rgba(61,132,36,.15);position:absolute;border-radius:50%;right:3%;top:5%;animation:scaleAnimation 5s infinite}.education-imagecontent{position:relative}.education-imagecontent--image{width:50vw;height:75vh}.education-imagecontent--image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.education-imagecontent--content{background:#3d8424;padding:4rem;width:50vw;height:auto;position:absolute;right:0%;top:6%}.education-imagecontent--content h2{font-family:"Signika Negative";font-style:normal;font-weight:700;font-size:32px;line-height:36px;color:#fafafa;padding-bottom:1.5rem}.education-imagecontent--content p{font-family:"Lato";font-style:normal;font-weight:500;font-size:20px;line-height:30px;color:#fafafa;padding-bottom:1.5rem}.education-imagecontent--content_button{width:-moz-fit-content;width:fit-content}@media(max-width: 575px){.hero{height:35vh}.hero-circle1{width:400px;height:400px;right:52.5%;top:4rem}.hero-circle2{width:110px;height:110px;right:10.5%;top:1%}.hero-text{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.hero-text h2{font-family:"Signika Negative";font-style:normal;font-weight:700;font-size:1.5rem;line-height:2rem;color:#fafafa;padding:.5rem}.hero-text--hr1{width:120px;border:1px solid #fafafa}.hero-text--hr2{width:120px;border:1px solid #fafafa;margin-right:2rem;float:right}.education{background-color:#fafafa;position:relative;overflow:hidden;padding:5rem 2.5rem}.education-circle1{width:350px;height:350px;background:rgba(61,132,36,.15);position:absolute;border-radius:50%;left:1%;top:50%}.education-circle2{width:143px;height:143px;background:rgba(61,132,36,.15);position:absolute;border-radius:50%;right:3%;top:1%}.education-imagecontent{position:relative}.education-imagecontent--image{width:100%;height:250px}.education-imagecontent--image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.education-imagecontent--content{background:#3d8424;padding:1rem;width:100%;position:relative}.education-imagecontent--content h2{font-family:"Signika Negative";font-style:normal;font-weight:700;font-size:1.5rem;line-height:2rem;color:#fafafa;padding-bottom:1.5rem}.education-imagecontent--content p{font-family:"Lato";font-style:normal;font-weight:500;font-size:1rem;line-height:2rem;color:#fafafa;padding-bottom:1.5rem}}@media(min-width: 575px)and (max-width: 768px){.hero{height:45vh}.hero-circle1{width:400px;height:400px;background:rgba(217,217,217,.14);position:absolute;border-radius:50%;right:64.5%;top:10rem}.hero-circle2{width:143px;height:143px;right:10.5%;top:1%}.hero-text{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.hero-text h2{font-size:2rem;line-height:3rem}.hero-text--hr1{width:186px;border:1px solid #fafafa}.hero-text--hr2{width:186px;border:1px solid #fafafa;float:right;margin-right:2rem}.education{background-color:#fafafa;position:relative;overflow:hidden;padding:5rem 2.5rem}.education-circle1{width:350px;height:350px;background:rgba(61,132,36,.15);position:absolute;border-radius:50%;left:1%;top:45%}.education-circle2{width:143px;height:143px;background:rgba(61,132,36,.15);position:absolute;border-radius:50%;right:2%;top:2%}.education-imagecontent{position:relative}.education-imagecontent--image{width:100%;height:350px}.education-imagecontent--image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.education-imagecontent--content{background:#3d8424;padding:1rem;width:100%;position:relative}.education-imagecontent--content h2{font-family:"Signika Negative";font-style:normal;font-weight:700;font-size:1.5rem;line-height:2rem;color:#fafafa;padding-bottom:1.5rem}.education-imagecontent--content p{font-family:"Lato";font-style:normal;font-weight:500;font-size:1rem;line-height:2rem;color:#fafafa;padding-bottom:1.5rem}}@media(min-width: 768px)and (max-width: 992px){.hero{height:45vh}.hero-circle1{width:400px;height:400px;background:rgba(217,217,217,.14);position:absolute;border-radius:50%;right:72.5%;top:12rem}.hero-circle2{width:143px;height:143px;right:10.5%;top:7%}.hero-text{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.hero-text h2{font-size:2rem;line-height:3rem}.hero-text--hr1{width:186px;border:1px solid #fafafa}.hero-text--hr2{width:186px;border:1px solid #fafafa;float:right;margin-right:2rem}.education{background-color:#fafafa;position:relative;overflow:hidden;padding:5rem}.education-circle1{width:350px;height:350px;background:rgba(61,132,36,.15);position:absolute;border-radius:50%;left:1%;top:50%}.education-circle2{width:143px;height:143px;background:rgba(61,132,36,.15);position:absolute;border-radius:50%;right:2%;top:2%}.education-imagecontent{position:relative}.education-imagecontent--image{width:100%;height:350px}.education-imagecontent--image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.education-imagecontent--content{background:#3d8424;padding:1rem;width:100%;position:relative}.education-imagecontent--content h2{font-family:"Signika Negative";font-style:normal;font-weight:700;font-size:1.5rem;line-height:2rem;color:#fafafa;padding-bottom:1.5rem}.education-imagecontent--content p{font-family:"Lato";font-style:normal;font-weight:500;font-size:1rem;line-height:2rem;color:#fafafa;padding-bottom:1.5rem}}@media(min-width: 992px)and (max-width: 1280px){.hero{height:60vh;background-color:#3d8424;position:relative;overflow:hidden}.hero img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.hero-circle1{width:584px;height:584px;background:rgba(217,217,217,.14);position:absolute;border-radius:50%;right:72.5%;top:14rem}.hero-circle2{width:143px;height:143px;background:rgba(217,217,217,.2);position:absolute;border-radius:50%;right:10.5%;top:1%}.hero-text{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.hero-text h2{font-family:"Signika Negative";font-style:normal;font-weight:700;font-size:2.5rem;line-height:79px;color:#fafafa}.hero-text--hr1{width:186px;border:1px solid #fafafa}.hero-text--hr2{width:186px;border:1px solid #fafafa;float:right}.education{background-color:#fafafa;position:relative;overflow:hidden;padding:5rem}.education-circle1{width:350px;height:350px;background:rgba(61,132,36,.15);position:absolute;border-radius:50%;left:1%;top:57%}.education-circle2{width:143px;height:143px;background:rgba(61,132,36,.15);position:absolute;border-radius:50%;right:2%;top:2%}.education-imagecontent{position:relative}.education-imagecontent--image{width:100%;height:450px}.education-imagecontent--image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.education-imagecontent--content{background:#3d8424;padding:1rem;width:100%;position:relative}.education-imagecontent--content h2{font-family:"Signika Negative";font-style:normal;font-weight:700;font-size:1.5rem;line-height:2rem;color:#fafafa;padding-bottom:1.5rem}.education-imagecontent--content p{font-family:"Lato";font-style:normal;font-weight:500;font-size:1rem;line-height:2rem;color:#fafafa;padding-bottom:1.5rem}}/*# sourceMappingURL=index.min.css.map */