:root{--white: #ffffff;--open_sky: #f2f3fa;--harvest_light: #b7d556;--growth_leaf: #3bb54a;--evergreen_trust: #11492b;--black: #000000;--fs-xxxs: .5rem;--fs-xxs: .625rem;--fs-xs: .75rem;--fs-sm: .875rem;--fs-base: 1rem;--fs-lg: 1.25rem;--fs-xl: 1.5rem;--fs-2xl: 2rem;--fs-3xl: 2.5rem;--fs-4xl: 3rem;--fs-5xl: 3.5rem;--fs-6xl: 4rem;--fw-thin: 100;--fw-extra-light: 200;--fw-light: 300;--fw-normal: 400;--fw-medium: 500;--fw-semi-bold: 600;--fw-bold: 700;--fw-extra-bold: 800;--fw-black: 900}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter Tight Variable,sans-serif;-webkit-tap-highlight-color:transparent}html{font-size:clamp(100%,.8rem + 1vw,125%)}body{font-size:var(--fs-base)}img,svg,input,video,textarea{width:100%;height:100%;outline:none;border:none;border-radius:inherit;font-size:var(--fs-base)}@keyframes spin{to{transform:rotate(360deg)}}#nav_wrapper{width:100%;height:8.75vh;max-height:97.5px;position:fixed;left:0;top:0;color:#000;background-color:#fff;padding:0 70px;transition:all .3s;letter-spacing:1px;font-size:var(--fs-base);font-weight:350;z-index:10;overflow:hidden;box-shadow:.25px 0 3px #000000bf;display:flex;align-items:center;justify-content:space-between;flex-direction:row}#nav_wrapper:before{content:"";width:100%;height:100%;position:absolute;left:0;top:0;background-color:#fff;transform:translateY(-100%);transition:all .2s ease-in-out;z-index:0}#nav_wrapper.drop_before_el:before{transform:translateY(0)}@media(max-width:900px){#nav_wrapper{padding:0 25px}}#nav_wrapper>*:nth-child(1){width:fit-content;height:60%;display:flex;align-items:center;justify-content:center;flex-direction:row;z-index:1}#nav_wrapper>*:nth-child(1)>img{width:auto;object-fit:contain;display:block}#nav_wrapper>*:nth-child(2){width:fit-content;height:100%;display:flex;align-items:center;justify-content:flex-end;flex-direction:row}#nav_wrapper>*:nth-child(2)>div:nth-of-type(1){display:flex;align-items:center;justify-content:flex-start;flex-direction:row}#nav_wrapper>*:nth-child(2)>*:nth-child(1)>*{margin-right:65px;font-size:var(--fs-xs);cursor:pointer;position:relative;overflow:hidden;padding-bottom:2.5px}#nav_wrapper>*:nth-child(2)>*:nth-child(1)>*:last-child{margin-right:0}#nav_wrapper>*:nth-child(2)>*:nth-child(1)>*:before{content:"";width:100%;height:1.5px;position:absolute;left:0;bottom:0;transition:all .4s;background-color:#000;transform:translate(-110%)}#nav_wrapper.no-hover-before>*:nth-child(2)>*:nth-child(1)>*:before{background-color:#fff}#nav_wrapper>*:nth-child(2)>*:nth-child(1)>*:hover:before{transform:translate(0)}@media(max-width:799px){#nav_wrapper>*:nth-child(2){aspect-ratio:1/1}#nav_wrapper>*:nth-child(2)>*{width:100%;height:100%}}#nav_wrapper>#burger{width:30px;height:24px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}#nav_wrapper>#burger>div{height:3px;width:30px;border-radius:3px;transform-origin:center;background-color:#fff;transition:none!important}#nav_mobile_menu_wrapper{width:100%;height:100vh;padding-top:30%;display:flex;align-items:center;justify-content:flex-start;flex-direction:column}#nav_mobile_menu_wrapper>div{margin-bottom:50px;font-size:var(--fs-lg)}#nav_mobile_menu_wrapper>div:last-child{margin:0}#footer_wrapper{width:100%;height:37.5vh;color:#fff;background-color:#000;padding-bottom:6.75vh;display:flex;align-items:center;justify-content:center;flex-direction:column}#footer_wrapper>div:nth-child(1){width:50px;aspect-ratio:1/1;border-radius:50%;border:2px solid white;margin-bottom:15px;display:flex;align-items:center;justify-content:center;flex-direction:row}#footer_wrapper>div:nth-child(2),#footer_wrapper>div:nth-child(3){font-size:var(--fs-xs);font-weight:var(--fw-light)}#footer_wrapper>div:nth-child(3){width:100%;font-size:var(--fs-sm);margin-top:3.5vh;display:flex;align-items:center;justify-content:center;flex-direction:row}#footer_wrapper>div:nth-child(3)>*{margin-right:15px;color:#fff;text-decoration:none}#footer_wrapper>div:nth-child(3)>div:last-child{margin:0}#footer_wrapper>div:nth-child(3)>div:nth-child(2),#footer_wrapper>div:nth-child(3)>div:nth-child(4),#footer_wrapper>div:nth-child(3)>div:nth-child(6){width:1px;height:var(--fs-sm);background-color:#fff}#main_home_landing_wrapper{width:100%;height:100vh;max-height:1115px;position:relative;background-size:cover;background-position:center;color:#fff}#main_home_landing_wrapper>header{max-width:70%;position:absolute;left:40px;top:22.5%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}#main_home_landing_wrapper>header h1{font-size:3.0517578125rem;font-weight:500;margin-bottom:20px}#main_home_landing_wrapper>header h1 span{color:green}#main_home_landing_wrapper>header h2{max-width:60%;font-size:.8458970108rem;font-weight:300;margin-bottom:60px}#main_home_landing_wrapper>header div{width:fit-content;height:fit-content;display:flex;align-items:center;justify-content:center;flex-direction:row;gap:20px}#main_home_landing_wrapper>header div>*{width:fit-content;height:fit-content;cursor:pointer;font-size:.7155417528rem;padding:10px 30px;border-radius:20px;text-decoration:none;color:#000;background-color:#fff}#main_home_landing_wrapper>header div>*:nth-of-type(1){color:#fff;background-color:green}@media(max-width:900px){#main_home_landing_wrapper>header{width:100%;max-width:none;left:0;padding:0 15px;text-align:center;align-items:center}#main_home_landing_wrapper>header h1{font-size:2.44140625rem;margin-bottom:30px}#main_home_landing_wrapper>header h2{margin-bottom:80px;max-width:80%}#main_home_landing_wrapper>header div{width:70%;gap:17.5px;flex-direction:column}#main_home_landing_wrapper>header div *{width:100%}}@media(max-width:550px){#main_home_landing_wrapper>header h1{margin-bottom:15px}#main_home_landing_wrapper>header h2{margin-bottom:50px;max-width:90%}#main_home_landing_wrapper>header div{width:70%}#main_home_landing_wrapper>header div *{padding:7.5px 30px}}#main_home_landing_wrapper>ul{width:fit-content;height:fit-content;position:absolute;right:20px;bottom:15px;list-style-type:none;display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:22.5px}#main_home_landing_wrapper>ul>li{width:35px;aspect-ratio:1/1;border-radius:50%;padding:3.5px;display:flex;align-items:center;justify-content:center;flex-direction:row}#main_home_landing_wrapper>ul>li a{line-height:0}#main_home_about_wrapper,#main_home_services_wrapper,#main_home_cta_wrapper{width:100%;background-color:red}#main_about_wrapper{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:row}#main_contact_wrapper{width:100%;height:100vh;min-height:600px;position:relative}#main_contact_wrapper>section:nth-of-type(1){width:100%;height:100%}#main_contact_wrapper>section:nth-of-type(1)>header{width:100%;height:45%;color:#fff;background-color:#000;padding:0 0 2.5% 3.25%;border-bottom-left-radius:25px;border-bottom-right-radius:25px;position:relative;display:flex;align-items:flex-start;justify-content:flex-end;flex-direction:column}#main_contact_wrapper>section:nth-of-type(1)>header>*{width:20%;min-width:250px;height:fit-content;z-index:1}#main_contact_wrapper>section:nth-of-type(1)>header>img{width:100%;height:100%;position:absolute;left:0;top:0;z-index:0;object-fit:cover;filter:brightness(.4)}#main_contact_wrapper>section:nth-of-type(1)>header>h1{font-size:1.7469281074rem;font-weight:600}#main_contact_wrapper>section:nth-of-type(1)>header>h2{font-size:.7565932872rem;font-weight:300;margin-top:2.5px}@media(max-width:900px){#main_contact_wrapper>section:nth-of-type(1)>header{height:100%;border-bottom-left-radius:0;border-bottom-right-radius:0}#main_contact_wrapper>section:nth-of-type(1)>header>h1,#main_contact_wrapper>section:nth-of-type(1)>header h2{display:none}#main_contact_wrapper>section:nth-of-type(1)>header>img{filter:brightness(.3)}}#main_contact_wrapper>section:nth-of-type(1)>section{width:42.5%;height:55%;padding:2.5% 0 3.25% 3.25%;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column}@media(max-width:900px){#main_contact_wrapper>section:nth-of-type(1)>section{display:none}}#main_contact_wrapper>section:nth-of-type(1)>section>div>h1{font-size:1.25rem;font-weight:600;margin-bottom:5px}#main_contact_wrapper>section:nth-of-type(1)>section>div>h2{font-size:.7155417528rem;font-weight:300;margin-bottom:40px}#main_contact_wrapper>section:nth-of-type(1)>section>div>ul{list-style-type:none}#main_contact_wrapper>section:nth-of-type(1)>section>div>ul>li{font-size:.7155417528rem;margin-bottom:20px;display:flex;align-items:center;justify-content:flex-start;flex-direction:row}#main_contact_wrapper>section:nth-of-type(1)>section>div>ul>li>svg{width:25px;aspect-ratio:1/1;margin-right:10px}#main_contact_wrapper>section:nth-of-type(1)>section>div>ul>li:last-child{margin-bottom:0}#main_contact_wrapper>section:nth-of-type(1)>section>ul{list-style-type:none;display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:22.5px}#main_contact_wrapper>section:nth-of-type(1)>section>ul>li{width:35px;aspect-ratio:1/1;border-radius:50%;padding:3.5px;display:flex;align-items:center;justify-content:center;flex-direction:row}#main_contact_wrapper>section:nth-of-type(1)>section>ul>li a{line-height:0}#main_contact_wrapper>section:nth-of-type(2){width:47.5%;height:fit-content;display:flex;align-items:flex-start;justify-content:flex-end;flex-direction:column;position:absolute;right:3.25%;top:50%;padding:25px 22.5px;transform:translateY(-50%);border-radius:20px;background-color:#fff}#main_contact_wrapper>section:nth-of-type(2)>*{width:100%}#main_contact_wrapper>section:nth-of-type(2)>div{font-size:.64rem;font-weight:500;margin-top:20px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}#main_contact_wrapper>section:nth-of-type(2)>div>input,#main_contact_wrapper>section:nth-of-type(2)>div textarea{min-width:200px;padding:7.5px 10px;font-size:.8rem;border-radius:5px;border:1.5px solid #c9cace;margin-top:3.5px}#main_contact_wrapper>section:nth-of-type(2)>div>textarea{min-height:150px}#main_contact_wrapper>section:nth-of-type(2)>div:nth-child(1){margin-top:0}#main_contact_wrapper>section:nth-of-type(2)>button{margin-top:50px;border-radius:5px;display:flex;align-items:center;justify-content:center;flex-direction:row;color:#fff;background-color:#000;font-size:.7565932872rem;font-weight:500;cursor:pointer;padding:8.75px 0;border:none}#main_contact_wrapper>section:nth-of-type(2)>button>svg{width:20px;aspect-ratio:1/1;margin-left:10px}@media(max-width:900px){#main_contact_wrapper>section:nth-of-type(2){width:90%;right:5%}#main_contact_wrapper>section:nth-of-type(2)>div{margin-top:15px}#main_contact_wrapper>section:nth-of-type(2)>div:nth-child(1){margin-top:0}#main_contact_wrapper>section:nth-of-type(2)>button{font-size:.8rem;margin-top:50px;padding:8.75px 0}#main_contact_wrapper>section:nth-of-type(2)>button>svg{width:15px}}.input_wrapper{width:100%;height:100%;min-width:200px;padding:5px 10px;font-size:.8rem;border-radius:5px;border:2px solid #c9cace}.input_wrapper::placeholder{color:#6b7280}#not_found_wrapper{width:100%;height:85vh;display:flex;align-items:center;justify-content:center;flex-direction:column}#not_found_wrapper>div{text-align:center}#not_found_wrapper>div>h1{margin-bottom:15px}#not_found_wrapper>div>p{font-size:var(--fs-sm)}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-cyrillic-ext-wght-normal-BOeWTOD4.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-cyrillic-wght-normal-DqGufNeO.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-greek-ext-wght-normal-DlzME5K_.woff2) format("woff2-variations");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-greek-wght-normal-CkhJZR-_.woff2) format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-vietnamese-wght-normal-CBcvBZtf.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-latin-ext-wght-normal-DO1Apj_S.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-latin-wght-normal-Dx4kXJAl.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Tight Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-tight-cyrillic-ext-wght-normal-okcGN4Nq.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter Tight Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-tight-cyrillic-wght-normal-BS41q_Tv.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter Tight Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-tight-greek-ext-wght-normal-DQgQPNk4.woff2) format("woff2-variations");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter Tight Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-tight-greek-wght-normal-sS1B39LI.woff2) format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter Tight Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-tight-vietnamese-wght-normal-TKKdAiBA.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter Tight Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-tight-latin-ext-wght-normal-B4u9PlvR.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter Tight Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-tight-latin-wght-normal-DX-nOvPD.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
