@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Pacifico&display=swap);.banner{z-index:5;position:relative;background-color:var(--white);box-shadow:var(--shadow);width:70%;display:flex;flex-direction:column;padding:1rem;align-items:center;margin:auto}@media (min-width:1200px){.banner{flex-direction:row;margin:-50px auto 1rem;height:100px;padding:3rem}}@media (min-width:1200px){.banner-image-wrapper{flex-basis:300px;text-align:center}}.banner p{flex-grow:5;font-size:var(--regular);line-height:var(--regular-height)}.footer{width:100%;height:150px;display:flex;padding:3rem 6rem;align-items:center;background:url(/static/media/footer-bg.ade37cba.png) repeat top 100% left 100%;background-size:700px}.header{width:100%;background-position:50%;background-size:cover;height:auto;padding-bottom:3rem}@media (min-width:1200px){.header{height:80vh;padding-bottom:0}}.header-center{width:100%;text-align:center;padding-top:3rem}@media (min-width:1200px){.header-center{padding-top:7rem;width:40%;margin:0 auto}}.header-title{color:var(--white);font-weight:800;font-size:1.6rem;padding:0 2rem;line-height:1.5;margin-top:3rem;margin-bottom:1rem}@media (min-width:1200px){.header-title{margin-top:unset;padding:unset;font-size:2.3rem}}.header-description{color:var(--white);line-height:1.5;font-size:1rem;margin-bottom:2rem;padding:0 3.5rem}@media (min-width:1200px){.header-description{font-size:1.2rem;padding:unset}}.header-button{padding:var(--button-padding);border-radius:.2rem;color:var(--white);font-weight:700;text-decoration:none;display:inline-block;border:2px solid var(--secondary)}.top-nav{background-color:var(--secondary);color:var(--white);display:flex;align-items:center;justify-content:space-between}@media (min-width:1200px){.top-nav{padding:1rem;flex-direction:row;align-items:unset;justify-content:space-between}}.top-nav .logo-area{top:50px}.top-nav .logo-area img{width:16%;top:12%;right:42%;z-index:50}@media (min-width:1200px){.top-nav .logo-area{display:none}}.top-nav-contact{align-items:flex-start;flex-direction:column;font-size:.7rem}@media (min-width:1200px){.top-nav-contact{display:flex;flex-direction:row;align-items:center;font-size:1rem}}.top-nav-contact a,.top-nav-contact i,.top-nav-contact img{margin-right:.5rem}.top-nav-contact a{text-decoration:none;color:var(--white);padding:.3rem}@media (min-width:1200px){.top-nav-contact a:first-of-type{margin-right:1rem}}.top-nav-social{text-align:left;padding:1rem}@media (min-width:1200px){.top-nav-social{text-align:left;padding:0;display:flex;align-items:center}}.top-nav-social i{margin-right:.5rem;color:var(--white)}@media (min-width:1200px){.top-nav-social i{font-size:var(--font-size-medium)}}@media (min-width:1200px){.top-nav .hamburger{display:none}}.pf-nav-hamburger-button,.pf-nav-hamburger-button:after,.pf-nav-hamburger-button:before{position:relative;display:flex;align-items:center;justify-content:flex-end;flex-direction:column;cursor:pointer;z-index:150;width:64px;border:0;font-size:0;border-radius:100%;background:transparent;transform:translate(0) rotate(0deg);transition:all .3s ease-in-out}.pf-nav-hamburger{display:flex;align-items:center;justify-content:flex-end;cursor:pointer;top:115%;right:0}.pf-nav-hamburger-button:before{margin-bottom:5px}.pf-nav-hamburger-button:after,.pf-nav-hamburger-button:before{content:"";display:inline-block;width:32px;border-radius:1rem;height:2px;background-color:var(--secondary)}.pf-nav-hamburger-button:after{margin-top:5px}.pf-nav-hamburger-button.active:before{transform:translateY(7px) rotate(45deg);background-color:var(--primary)}.pf-nav-hamburger-button.active:after{background-color:var(--primary);transform:translateY(-5px) rotate(-45deg)}@media (min-width:1200px){.pf-nav-hamburger{display:none}}.nav{display:none;flex-direction:column;position:fixed;z-index:100;width:100%;align-items:center;top:0;bottom:0;opacity:0;visibility:hidden;background:var(--white)}@media (min-width:1200px){.nav{top:unset;display:flex;position:relative;align-items:center;justify-content:center;flex-direction:row;opacity:1;visibility:visible;height:unset}}.nav-logo{width:100px}.nav a{margin:1rem 2rem;color:var(--black);display:block;font-weight:700;font-family:var(--dm-sans);text-decoration:none;position:relative;cursor:pointer;transition:all .3s ease-in-out}.nav a:nth-of-type(4){display:none}.nav a:first-of-type.active:after,.nav a:first-of-type:hover:after{content:none}@media (min-width:1200px){.nav a:first-of-type{display:none}.nav a:nth-of-type(4){display:flex}.nav a:nth-of-type(4).active:after,.nav a:nth-of-type(4):hover:after{content:none}}.nav a span{position:relative;z-index:3}.nav a.active,.nav a:hover{color:var(--secondary)}.nav a.active:after,.nav a:hover:after{content:"";position:absolute;background-color:var(--primary);height:7px;width:100%;bottom:2px;left:0}.nav.open{opacity:1;visibility:visible;display:flex}.button--blue,.button--blue-text,.button--green,.button--green-text,.button--red,.button--red-text,.button--sec-blue,.button--yellow,.button--yellow-text{display:flex;align-items:center;justify-content:center;padding:1rem;cursor:pointer;background-color:#36b37e;text-transform:uppercase;margin:0 10px;max-height:2.5rem;box-shadow:0 0 10px rgba(0,0,0,.1);border-radius:5px;font-size:.875rem;border:1px solid transparent;color:#fff}.button--blue-text img,.button--blue img,.button--green-text img,.button--green img,.button--red-text img,.button--red img,.button--sec-blue img,.button--yellow-text img,.button--yellow img{margin-right:.5rem;width:.75rem}.button--blue-text:active,.button--blue-text:hover,.button--blue:active,.button--blue:hover,.button--green-text:active,.button--green-text:hover,.button--green:active,.button--green:hover,.button--red-text:active,.button--red-text:hover,.button--red:active,.button--red:hover,.button--sec-blue:active,.button--sec-blue:hover,.button--yellow-text:active,.button--yellow-text:hover,.button--yellow:active,.button--yellow:hover{opacity:.8;border:1px solid #d8e3ff}.button--blue{background-color:#29489b;border:1px solid #29489b}.button--red{background-color:#ff5151;border:1px solid #ff5151}.button--green{background-color:#36b37e;border:1px solid #36b37e}.button--yellow{background-color:#fcab31;border:1px solid #fcab31}.button--sec-blue{background-color:#29489b;border:1px solid #29489b}.button--blue-text{color:#29489b}.button--blue-text,.button--yellow-text{background-color:transparent;box-shadow:none}.button--yellow-text{color:#fcab31}.button--red-text{color:#ff5151}.button--green-text,.button--red-text{background-color:transparent;box-shadow:none}.button--green-text{color:#36b37e}.button--outline{border-radius:5px;border:1px solid #d8e3ff;color:#6180d5}.button--outline,.button--outline-red{background-color:transparent;text-transform:capitalize;margin:0 10px;box-shadow:none;text-decoration:none;padding:10px 20px;font-size:16px}.button--outline-red{border-radius:5px;border:1px solid #ff5151;color:#ff5151}.button--sm{padding:5px 10px;font-size:.8125rem}.buttonIcon{margin-right:.375rem}.center-button{display:flex;justify-content:center;margin:1rem}.form{display:flex;max-width:600px;margin:2rem auto 5rem;flex-direction:column;transition:all .5s ease-in}.form-container{background-color:#fff;border-radius:10px;position:relative}.form-container small{color:#707070;padding-bottom:.5em;font-size:.8em}.form-container .error{color:#ff5151;margin:.5rem 0}.form-container__heading{display:flex;justify-content:space-between;color:#282a3c;align-items:center;margin:1rem 2rem 0;padding-bottom:1rem;border-bottom:.1px solid #ccc}.form-container__footer{margin:2rem;font-size:.875rem;color:#36b37e}.form-container__footer img{width:1rem}.form-container__footer img:first-of-type{margin-right:.5rem}.form-container__footer img:last-of-type{margin-left:.5rem}.form-container__content{padding:1rem 2rem 2rem}.form-container__content p{font-size:.875rem;color:#707070}.form-container__content .radio{font-size:1.1rem;margin-bottom:1rem;cursor:pointer}.form-container__content .radio input{margin-right:.5rem}.form-container__contentInput{position:relative;display:flex;flex-direction:column;width:100%;padding-bottom:1em}.form-container__contentInput .react-tel-input .form-control{width:100%;padding:1.3rem 3rem}.form-container__contentInput small{color:#707070;padding-bottom:.5em;font-size:.8em}.form-container__contentInput select{color:#707070}.form-container__contentInput input,.form-container__contentInput select{border:1px solid var(--primary);padding:1em;outline:none;border-radius:5px}.form-container__contentInput input::-webkit-input-placeholder{background-color:transparent}.form-container__contentInput input:-ms-input-placeholder{background-color:transparent}.form-container__contentInput input::placeholder{background-color:transparent}.form-container__contentInput .textarea{padding:1rem;border:1px solid var(--primary);border-radius:5px}.form-actions{margin-top:1rem;padding:10px}.button__disabled{opacity:.5}.half-form{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px}.red{color:#ff5151}.form-container__contentInput .react-tel-input .form-control,.react-tel-input .flag-dropdown{border:1px solid #d4e5f9!important}.checkBoxContainer{display:flex;position:relative;padding-left:35px;align-items:center;margin:1rem 0;cursor:pointer;font-size:22px}.checkBoxContainer small{margin-right:1rem;margin-top:.2rem;font-size:.875rem}.checkBoxContainer input{position:absolute;opacity:0;left:5px;z-index:5;cursor:pointer}.checkmark{position:absolute;top:0;left:0;height:25px;width:25px;border-radius:50%;background-color:#eee}.checkBoxContainer:hover input~.checkmark{background-color:#ccc}.checkBoxContainer input:checked~.checkmark{background-color:var(--primary)}.checkmark:after{content:"";position:absolute;display:none}.checkBoxContainer input:checked~.checkmark:after{display:block}.checkBoxContainer .checkmark:after{left:9px;top:4px;width:5px;height:10px;border:solid #fff;border-width:0 3px 3px 0;transform:rotate(45deg)}.spinner{border:.5rem solid #dddbd7;border-top:.5rem solid var(--primary);border-radius:50%;width:50px;height:50px;margin:0 auto;display:inline-block;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.flex-column{flex-direction:column}.d-flex{display:flex}.flex-wrap{flex-wrap:wrap}.align-center{align-items:center}.align-end{align-items:flex-end}.align-start{align-items:start}.justify-space-around{justify-content:space-around}.align-space-between{align-items:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-start{justify-content:start}.justify-space-between{justify-content:space-between}.flex-reverse-column{flex-direction:column-reverse}.grid-container{width:100%;max-width:1200;margin-left:auto;margin-right:auto;padding-left:24;padding-right:24}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes MoveUp{0%{transform:translateY(40px);opacity:0}to{opacity:1;transform:translateY(0)}}@keyframes MoveOut{0%{transform:translateY(0);opacity:1}to{opacity:0;transform:translateY(400px)}}hr{background-color:#dddbd7;margin:1rem 0}.modal{bottom:0;right:0;background:rgba(0,0,0,.5);position:fixed;top:0;left:0;z-index:100;opacity:1;overflow:auto;padding:1.5rem;transition:all .3s}@media (min-width:1200px){.modal{padding:5rem}}.modalBlock{display:flex;background-color:transparent;flex:1 1;justify-content:center;align-items:center;animation:MoveUp .5s ease-in-out both;transition:all .3s}.modalBlock-content{min-width:70%;background:#fff;display:flex;flex-direction:column;justify-content:space-between;border-radius:7px;box-shadow:0 7px 14px 0 rgba(60,66,87,.12),0 3px 6px 0 rgba(0,0,0,.12)}@media (min-width:1200px){.modalBlock-content{width:600px;min-width:unset}}.modalBlock-content .form{margin:2rem auto 0}.input-label{color:#707070}.modalHeader{display:flex;justify-content:space-between;padding:20px;font-size:1.125rem}.modalWrapper{width:auto}.modalContainer{background-color:#fff;border-radius:10px;padding:1rem 0}.modalContainer-content{display:flex-column;background-color:#fff;width:100%}.modalContainer-content__block{display:flex;justify-content:space-between;margin:0 2rem;padding-bottom:1rem}.closeModal{right:10px;top:11px;z-index:400}.closeModal i{width:30px;height:30px;display:flex;cursor:pointer;align-items:center;justify-content:center;border-radius:100%;background-color:#29489b;color:#fff}.transaction-modal{background-color:#fefefe;border:none;min-height:400px;border-radius:6rem;display:grid;grid-template-columns:1fr 1fr}.buttonAction{background:#fff;padding:1rem;justify-content:center;display:flex}.partner-pd{padding:0 1.8rem}.view-modal{display:grid;grid-template-columns:.5fr 2.5fr;padding:2rem}:root{--white:#fff;--bp-small:24em;--bp-med:46.8em;--bp-large:50em;--bp-xl:73em;--black:#000;--gray:#616161;--gray-light:rgba(97,97,97,0.07);--primary:#114919;--primary-light:rgba(17,73,25,0.2);--primary-lighter:rgba(17,73,25,0.05);--shadow:0 5rem 30px rgba(0,0,0,0.04);--secondary:#c69803;--regular:16px;--regular-height:1.5;--md-regular-height:1.7;--font-size-medium:1.5rem;--font-size-big:1.8rem;--font-size-bigger:2rem;--font-size-regular:1.2rem;--button-padding:1rem 2rem;--margin-bottom:2rem;--margin-bottom-4:4rem;--secondary-light:rgba(198,152,3,0.1);--dm-sans:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;--pacifico:"Pacifico",cursive}@keyframes rollDown{0%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}.roll-down{animation:rollDown 5s linear}body{margin:0;font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-family:var(--dm-sans);line-height:1.5;line-height:var(--regular-height);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility}.text-green{color:#114919;color:var(--primary)}.text-yellow{color:#c69803;color:var(--secondary)}.bg-green{background-color:#114919;background-color:var(--primary)}.bg-green-light{background-color:rgba(17,73,25,.2);background-color:var(--primary-light)}.bg-green-lighter{background-color:rgba(17,73,25,.05);background-color:var(--primary-lighter)}.bg-white,.white-inner,.white-inner:after,.white-inner:before{background-color:#fff;background-color:var(--white)}.text-gray{color:#616161;color:var(--gray)}.bg-staffs{background:url(/static/media/staff-images.56292faf.png) no-repeat top;background-size:cover}.bg-color{background-color:#114919;background-color:var(--primary)}.bg-gray{background-color:#616161;background-color:var(--gray)}.bg-gray-light{background-color:rgba(97,97,97,.07);background-color:var(--gray-light)}.bg-light-yellow{background-color:rgba(198,152,3,.1);background-color:var(--secondary-light)}.btm-right-square{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASQAAAEiCAYAAABQoK/xAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAANQSURBVHgB7dQxDYRAAADBAw00KEIzimgQ8SIu4TeXGQlb7HZcxzkW8t7vMz6k3xz95qzWbx8AEYYEZBgSkGFIQIYhARmGBGQYEpBhSECGIQEZhgRkGBKQYUhAhiEBGYYEZBgSkGFIQIYhARmGBGQYEpBhSECGIQEZhgRkGBKQYUhAhiEBGYYEZBgSkGFIQIYhARmGBGQYEpBhSECGIQEZhgRkGBKQYUhAhiEBGYYEZBgSkGFIQIYhARmGBGQYEpBhSECGIQEZhgRkGBKQYUhAhiEBAAAAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOA/tuM6zrGQ936f8SH95ug3Z7V++wCIMCQgw5CADEMCMgwJyDAkIMOQgAxDAjIMCcgwJCDDkIAMQwIyDAnIMCQgw5CADEMCMgwJyDAkIMOQgAxDAjIMCcgwJCDDkIAMQwIyDAnIMCQgw5CADEMCMgwJyDAkIMOQgAxDAjIMCcgwJCDDkIAMQwIyDAnIMCQgw5CADEMCMgwJyDAkIMOQgAxDAjIMCcgwJCDDkIAMQwIyDAkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA+JPtuI5zLOS932d8SL85+s1Zrd8+ACIMCcgwJCDDkIAMQwIyDAnIMCQgw5CADEMCMgwJyDAkIMOQgAxDAjIMCcgwJCDDkIAMQwIyDAnIMCQgw5CADEMCMgwJyDAkIMOQgAxDAjIMCcgwJCDDkIAMQwIyDAnIMCQgw5CADEMCMgwJyDAkIMOQgAxDAjIMCcgwJCDDkIAMQwIyDAnIMCQgw5CADEMCMgwJyDAkIMOQgAxDAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD+ZDuu4xwLee/3GR/Sb45+c1brtw+ACEMCMgwJyDAkIMOQgAxDAjIMCcgwJCDDkIAMQwIyDAnIMCQgw5CADEMCMgwJyDAkIMOQgAxDAjIMCcgwJCDDkIAMQwIyDAnIMCQgw5CADEMCMgwJyDAkIMOQgAxDAjIMCcgwJCDDkIAMQwIyDAnIMCQgw5CADEMCMgwJyDAkIMOQgAxDAjIMCcgwJCDDkIAMQwIyDAnIMCQgw5CAjB+FETOtbBHSJQAAAABJRU5ErkJggg==) no-repeat bottom 0 right -20px;background-size:100px 100px}.text-medium{font-weight:500}.text-undecorated{text-decoration:none}.font-bold{font-weight:700}.br-2{border-radius:2rem}.br-left-2,.br-right-top-bottom-2{border-top-left-radius:2rem;border-bottom-left-radius:2rem}.br-1{border-radius:1rem}.br-0-5{border-radius:.5rem}.no-border{border:none}.border-yellow{border:1px solid #c69803;border:1px solid var(--secondary)}.square-btn{width:50px;height:50px}.btn-green{background-color:#114919;background-color:var(--primary);color:#fff;color:var(--white)}.w-150{width:150px}.w-40{width:40%}.w-100-px{width:100px}.w-200px{width:200px}.w-300px{width:300px}.w-30px{width:30px}.w-50-px{width:50px}.w-95{width:95%}.w-60{width:60%}.w-90{width:90%}.h-30{height:30px}.h-300{height:300px}.h-350{height:350px}.w-70{width:70%}.w-70-px{width:70px}.w-150-px{width:150px}.h-50-px{height:50px}.h-70-px{height:70px}.h-60-px{height:60px}.w-80{width:80%}.square-100{width:100px;height:100px}.rectangle{width:200px;height:100px}.h-50{height:50px}.height-100px{height:100px}.h-200-px{height:200px}.h-150{height:150px}.h-600{height:600px}.mh-500-px{min-height:500px}.mh-450-px{min-height:450px}.mh-350-px{min-height:350px}.mh-100-vh{min-height:100vh}.lh-regular{line-height:1.5;line-height:var(--regular-height)}.position-relative{position:relative}.position-fixed{position:fixed}.position-absolute{position:absolute}.center{top:50%;left:50%;transform:translate(-50%,-50%)}.top-45-percent,.top-50-percent{top:45%}.top-30-percent{top:30%}.bottom-right{bottom:-10px;right:-26px}.bottom-right-2{bottom:5%;right:5%}.top-left{top:-20px;left:-30px}.top-right{top:10%;right:0}.top-right-6{top:125%;right:0}.top-center{top:65%;right:33%}.top-right-2{top:10%;right:10%}.top-right-5{top:-5%;right:0}.top-right-3{top:-70%;right:-70%}.top-right--4{top:-40%;right:0}.bottom-left-20{bottom:20%}.bottom-left-2{bottom:-50%;left:-50%}.top-left-3{top:10%;left:5%}.center-left-3{top:25%;left:0}.center-left-5{top:38%;left:0}.center-left-4{top:25%;left:-15%}.bottom-left-3{top:40%;left:5%}.bottom-left-5{top:65%;left:5%}.bottom-left-4{top:80%;left:-13%}.top-right-4{top:8%;right:5%}.center-right-2{top:20%;right:0}.center-right-3{top:33%;right:4%}.center-right-4{top:64%;right:5%}.center-right-5{top:58%;right:0}.bottom-right-4{bottom:10%;right:3%}.mt--50{margin-top:50px}.m-2{margin:2rem}.mt-0{margin-top:0}.-mt-50{margin-top:-50px}.my-5{margin-top:5rem;margin-bottom:5rem}.margin-auto{margin:0 auto}.ml-auto{margin-left:auto}.mt-0{margin-top:0!important}.mr-0-7{margin-right:.7rem}.mx-auto{margin-left:auto;margin-right:auto}.mx-2{margin-right:2rem;margin-left:2rem}.my-1{margin:1rem 0}.mt-4{margin-top:4rem}.fs-1-5{font-size:1.5rem;font-size:var(--font-size-medium)}.fs-1-2{font-size:1.2rem;font-size:var(--font-size-regular)}.fs-1-8{font-size:1.8rem;font-size:var(--font-size-big)}.fs-2{font-size:2rem;font-size:var(--font-size-bigger)}.font-pacifico{font-family:"Pacifico",cursive;font-family:var(--pacifico)}.z-1{z-index:1}.z-10{z-index:10}.z-200{z-index:200}.circle{border-radius:50%}.card{width:auto;height:auto;overflow:hidden}.spiral-img{position:relative;width:200px;height:200px;margin:0 auto;z-index:1}.spiral-img:after{background-image:url(/static/media/Spiral.79a6327f.png);background-size:237px 236px;background-repeat:no-repeat;content:"";position:absolute;display:block;width:246px;height:244px;top:50%;left:50%;transform:translate(-50%,-50%);z-index:-1}.unstyled-list{list-style-type:none}.flex-basis-50-p-cent{flex-basis:50%}.col-3{grid-template-columns:repeat(3,1fr)}.d-none{display:none}.d-block{display:block}.d-grid{display:grid}.row-2{grid-template-rows:repeat(2,1fr)}.row-3{grid-template-rows:repeat(3,1fr)}.grid-row-start-1-3{grid-row-start:1;grid-row-end:4}.grid-column-2{grid-column:2}.row-1{grid-template-rows:1fr}.col-2{grid-template-columns:repeat(2,1fr)}.gap-1{grid-gap:1rem}.gap-2{grid-gap:2rem}.close:before{content:"x";color:#000;font-weight:400;font-size:1.8rem;font-size:var(--font-size-big);font-family:Arial,sans-serif}.no-outline:focus{outline:none}.no-shadow:focus{box-shadow:none}.pointer{cursor:pointer}.text-white{color:#fff;color:var(--white)}.white{transition:all .3s ease-in-out}.white:hover{background-color:#fff;color:#114919;color:var(--primary)}.w-100{width:100%}.p-0{padding:0}.p-1{padding:1rem}.pl-0{padding-left:0}.pt-3{padding-top:3rem}.mr-0-5{margin-right:.5rem}.text-capitalize{text-transform:capitalize}.bold,.bold-header{font-weight:700}.bold-header{font-size:20}.fs-0-8-rem{font-size:.8rem!important}.flex-grow-1{flex-grow:1}.flex-grow-0{flex-grow:0}.mr-1{margin-right:1rem}.overflow-auto{overflow:auto}.overflow-y{overflow-y:auto}.mt-1{margin-top:1rem}.pb-1{padding-bottom:1rem}.mt-0-3{margin-top:.3rem}.mt-3{margin-top:3rem}.mb-0{margin-bottom:0}.mb-0-5{margin-bottom:.5rem}.mb-1{margin-bottom:1rem}.mb-0-3{margin-bottom:.3rem}.mh-unset{max-height:unset}.mx-0{margin-left:0;margin-right:0}.mb-2{margin-bottom:2rem}.fs-1{font-size:.7rem}.text-right{text-align:right}.top-padding-20{padding-top:20px!important}.relative_container{position:relative;width:100%;height:100%}.text-left{text-align:left}.text-center{text-align:center}.blue{color:color(#00f)}.height-400{height:400px}.min-width-100,.min-width-120{min-width:100px}.w-50{width:50%}.w-50px{width:50px}.w-200{width:200px}.w-30{width:30%}.w-30-px{width:30px}.w-25{width:25%}.w-350px{width:350px}.pb-2{padding-bottom:2rem}.px-1{padding-left:1rem;padding-right:1rem}.px-5{padding-left:5rem;padding-right:5rem}.py-2{padding-bottom:2rem;padding-top:2rem}.py-1{padding-bottom:1rem;padding-top:1rem}.pb-3{padding-bottom:3rem}.pb-0{padding-bottom:0!important}.mb-3{margin-bottom:3rem}.mb-5{margin-bottom:5rem}.ml-0{margin-left:0}.mr-0{margin-right:0}.mr-3{margin-right:3rem}.mt-2{margin-top:2rem}.my-2{margin:2rem 0}.my-4{margin:4rem 0}.br-50{border-radius:2rem}.br-50-p-cent{border-radius:50%}.text-uppercase{text-transform:uppercase}.ml-1{margin-left:1rem}.p-2{padding:2rem}.p-4{padding:4rem}.pr-1{padding-right:1rem}.pr-3{padding-right:3rem}.p-5{padding:5rem}.mh-vh{height:600px}.timeline:before{content:"";position:absolute;left:50%;width:2px;top:45px;bottom:165px;background:rgba(97,97,97,.07);background:var(--gray-light);z-index:-1}.timeline{position:relative;margin:0 auto;width:1000px}.timeline ul{margin:0;padding:0}.timeline ul li{list-style:none;box-sizing:border-box;line-height:normal;position:relative;width:50%;padding:1rem 3rem}.timeline ul li .right_content h2{color:#114919;color:var(--primary)}.timeline ul li:nth-child(odd){float:left;text-align:right;clear:both}.timeline ul li:nth-child(2n){float:right;text-align:left;clear:both}.left_content{padding-bottom:20px}.timeline ul li:nth-child(odd):before{right:-10px;z-index:1}.timeline ul li:nth-child(2n):before,.timeline ul li:nth-child(odd):before{content:"";position:absolute;width:20px;height:20px;background:#c69803;background:var(--secondary);border-radius:50%;box-shadow:0 0 0 3px #114919;box-shadow:0 0 0 3px var(--primary);top:24px}.timeline ul li:nth-child(2n):before{left:-10px}.timeline ul li:nth-child(odd) .left_content{right:-165px}.timeline ul li:nth-child(2n) .left_content,.timeline ul li:nth-child(odd) .left_content{position:absolute;top:12px;margin:0;padding:8px 16px;color:#fff;box-shadow:0 0 0 3px rgba(59,112,239,.3);border-radius:18px}.timeline ul li:nth-child(2n) .left_content{left:-165px}.box-shadow-1{box-shadow:0 0 10px rgba(0,0,0,.1)}.box-shadow-2{box-shadow:0 20px 30px 30px rgba(0,200,0,.1)}.wh{width:500px;height:500px}.no-decoration{text-decoration:none}.bt-white-1{border-bottom:1px solid #fff;border-bottom:1px solid var(--white)}.first-bt-white:first-of-type{border-top:1px solid #fff;border-top:1px solid var(--white)}.owl-carousel .owl-nav{position:absolute;width:100%;top:40%}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev{font-size:1.2rem;line-height:1.6;background-color:#fff;background-color:var(--white);border-radius:1rem;width:30px;position:absolute;height:30px;box-shadow:0 0 10px rgba(0,0,0,.03)}.owl-carousel .owl-nav .owl-prev{left:5%}.owl-carousel .owl-nav .owl-next{right:5%}.page-loader{animation:rollDown .5s ease-in-out}[data-aos=animation-scale-y]{transform:translateY(40px) scaleY(1.4);opacity:0;transition-property:transform,opacity}[data-aos=animation-scale-y].aos-animate{transform:translateY(0) scaleY(1);opacity:1}[data-aos=animation-translate-y]{transform:translateY(40px);opacity:0;transition-property:transform,opacity}[data-aos=animation-translate-y].aos-animate{transform:translateY(0);opacity:1}[data-aos=transform]{transform:rotateX(90deg) skewY(-5deg);opacity:0;transition-property:transform,opacity}[data-aos=transform].aos-animate{transform:translate(0) rotateX(0deg) skewY(0deg);opacity:1}@media (max-width:1000px){.timeline{width:100%}}@media (max-width:767px){.timeline{width:100%}.timeline:before{left:20px;top:41px;bottom:230px}.timeline ul li:nth-child(2n),.timeline ul li:nth-child(odd){width:100%;text-align:left;padding-left:50px}.timeline ul li:nth-child(odd):before{top:41px;left:16px}.timeline ul li:nth-child(2n):before{top:40px;left:16px}.timeline ul li:nth-child(2n) .left_content,.timeline ul li:nth-child(odd) .left_content{top:-30px;left:50px;right:inherit}}@media (min-width:480px){.bg-staff{background:100% 100%}.md-flex-row{flex-direction:row}.md-d-block{display:block}.md-d-flex{display:flex}.md-d-none{display:none}.md-align-center{align-items:center}.md-br-2{border-radius:2rem;-webkit-border-radius:2rem;-moz-border-radius:2rem;-ms-border-radius:2rem;-o-border-radius:2rem}.md-w-60{width:60%}.md-w-100{width:100%}.md-w-70{width:70%}.md-w-50{width:50%}.md-w-80{width:80%}.md-h-600{height:600px}.md-w-30{width:30%}.md-w-300px{width:300px}.md-w-100-px{width:100px}.md-w-40{width:40%}.md-lh-regular{line-height:var(--md-regular-height)}.md-fs-1{font-size:1rem}.md-h-150{height:150px}.md-height-400{height:400px}.md-height-500{height:500px}.md-height-700{height:700px}.md-height-800{height:800px}.md-height-350{height:350px}.md-m-0{margin:0}.md-mt-0{margin-top:0}.md-ml-1{margin-left:1rem}.md-mt-4{margin-top:4rem}.md-mt-2{margin-top:2rem}.md-mr-1{margin-right:1rem}.md--mt-50{margin-top:-50px}.md-mb-0{margin-bottom:0}.md-mr-3{margin-right:3rem}.md-mb-initial{margin-bottom:0}.md-p-2{padding:2rem}.md-p-4{padding:4rem}.md-p-0{padding:0}.md-px-0{padding-left:0;padding-right:0}.md-p-5{padding:5rem}.md-px-5{padding-right:5rem;padding-left:5rem}.md-pb-0{padding-bottom:0}.md-pb-2{padding-bottom:2rem}.md-d-grid{display:grid}.md-col-2{grid-template-columns:repeat(2,1fr)}.md-col-3{grid-template-columns:repeat(3,1fr)}.md-row-1{grid-template-rows:1fr}.md-row-2{grid-template-rows:repeat(2,1fr)}.md-gap-2{grid-gap:2rem}.card{width:auto;height:auto}.md-green-dash,.md-yellow-dash{position:relative}.md-yellow-dash:before{background-color:var(--secondary)}.md-green-dash:before,.md-yellow-dash:before{content:"";display:block;width:40px;height:.5rem;right:0;margin-left:auto;margin-bottom:.5rem}.md-green-dash:before{background-color:var(--primary)}.md-text-left{text-align:left}.md-text-center{text-align:center}.md-text-right{text-align:right}.md-position-absolute{position:absolute}.md-top-right-3{top:-70%;right:-70%}.md-top-left{top:-20px;left:-30px}.md-center-right-3{top:25%;right:0}.close{font-size:var(--font-size-bigger);display:none}}
/*# sourceMappingURL=main.a2c41562.chunk.css.map */