.logo h1{color:var(--white-text);font-family:Playfair Display;font-size:20.4px;font-style:normal;font-weight:400;line-height:32px}.greentext{color:var(--green-text)}@media (max-width:480px){.logo h1{font-size:18px;line-height:28px}}@media (max-width:375px){.logo h1{font-size:16px;line-height:24px}}.navstyle1{text-decoration:underline}.navstyle1,.navstyle2{color:var(--primary-text);font-family:Inter;font-size:13px;font-style:normal;font-weight:500;line-height:20px;text-transform:uppercase;transition:all .3s ease}.navstyle2,.navstyle3{text-decoration:none}.navstyle3{color:var(--beige-text);font-family:Inter;font-size:13px;font-style:normal;font-weight:500;line-height:20px;opacity:.6;transition:all .3s ease}.navstyle2:hover,.navstyle3:hover{color:var(--green-text);opacity:1;text-decoration:underline}@media (max-width:900px){.navstyle1,.navstyle2,.navstyle3{font-size:14px}}@media (max-width:375px){.navstyle1,.navstyle2,.navstyle3{font-size:13px}}.btnstyle1{background:var(--green-bg);color:var(--white-text)}.btnstyle1,.btnstyle2{border:none;border-radius:2px;box-sizing:border-box;display:flex;font-family:Inter;font-size:13px;font-style:normal;font-weight:600;line-height:20px;padding:10px 25px;text-transform:uppercase;transition:all .3s ease}.btnstyle2{background:var(--white-bg);color:var(--black-text)}.btnstyle3{background:none;border:1px solid var(--white-text);border-radius:2px;box-sizing:border-box;color:var(--white-text);display:flex;font-family:Inter;font-size:13px;font-style:normal;font-weight:600;line-height:20px;padding:10px 25px;text-transform:uppercase;transition:all .3s ease}.btnstyle1:hover{background:var(--white-bg);border:1px solid var(--black-text);color:var(--black-text)}.btnstyle2:hover{background:var(--green-bg);color:var(--white-text)}.btnstyle3:hover{border:1px solid var(--black-text);color:var(--black-text)}@media (max-width:480px){.btnstyle1,.btnstyle2,.btnstyle3{align-items:center;justify-content:center;min-height:44px;padding:12px 20px}}header{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background-color:initial;box-sizing:border-box;left:0;padding:24px 2rem;position:fixed;right:0;top:0;z-index:100}nav{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;position:relative;width:100%}.nav_links,ul{display:flex;gap:40px;list-style:none;margin:0;padding:0}.hamburger{align-items:center;background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;height:40px;justify-content:center;padding:0;width:40px;z-index:200}.hamburger span{background:var(--primary-text);display:block;height:2px;transition:transform .3s ease,opacity .3s ease;width:24px}.hamburger--open span:first-child{transform:translateY(7px) rotate(45deg)}.hamburger--open span:nth-child(2){opacity:0}.hamburger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav_actions{gap:16px}.mode_btn,.nav_actions{align-items:center;display:flex}.mode_btn{background:none;border:none;color:var(--primary-text);cursor:pointer;font-size:20px;height:40px;justify-content:center;padding:0;transition:color .3s ease;width:40px}.mode_btn:hover{color:var(--green-text)}.mode_icon--sun{display:none}.mode_icon--moon,body.mode .mode_icon--sun{display:block}.nav_btn_mobile,.nav_overlay,body.mode .mode_icon--moon{display:none}@media (max-width:900px){header{padding:18px 1.5rem}.mode_btn{font-size:18px;height:36px;width:36px}.hamburger{display:flex}.nav_actions .btnstyle1{display:none}.nav_links{align-items:flex-start;background:#fff;background:var(--bg-1,#fff);box-shadow:-4px 0 30px #0000001f;flex-direction:column;gap:24px;height:100vh;list-style:none;padding:96px 32px 40px;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .35s ease;width:270px;z-index:150}.nav_links--open{transform:translateX(0)}.nav_btn_mobile{display:block;margin-top:8px}.nav_overlay{background:#0006;display:block;inset:0;position:fixed;z-index:140}}@media (max-width:600px){header{padding:16px 1rem}.nav_links{padding:88px 24px 32px;width:min(270px,calc(100vw - 32px))}}@media (max-width:375px){header{padding:14px .75rem}.nav_links{gap:20px;padding:80px 20px 28px;width:calc(100vw - 24px)}.hamburger{height:36px;width:36px}.hamburger span{width:20px}}.hero{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:0 6rem;position:relative}.hero_bg{background-image:var(--bg_img);background-position:50%;background-size:cover;inset:0;position:absolute;transition:all .3s ease;z-index:0}.hero_content{align-items:end;display:flex;height:-webkit-fit-content;height:fit-content;justify-content:space-between;max-width:1200px;padding-top:5rem;width:100%;z-index:2}.hero_left{display:flex;flex-direction:column;gap:1rem;max-width:600px}.hero_label{color:var(--green-text);font-family:Inter;font-size:11px;font-style:normal;font-weight:500;line-height:20px;position:relative}.hero_label:after{background:var(--green-text);bottom:-4px;content:"";height:1px;left:0;position:absolute;width:55px}.hero_content h1{color:var(--white-text);font-family:Playfair Display;font-size:6rem;font-style:normal;font-weight:500;line-height:96px}.hero_highlight{color:var(--highlight-text);color:var(--beige-text);font-style:italic;font-weight:500}.hero_description{color:var(--secondary-text);font-family:Inter;font-size:17px;font-style:normal;font-weight:300;line-height:28px}.hero_buttons{display:flex;gap:1.5rem;margin-top:2rem}.hero_right{display:flex;flex-direction:column;gap:56px}.herostat{padding-right:32px;position:relative}.herostat:after{background:var(--beige-text);content:"";height:88px;position:absolute;right:0;top:0;width:1px}.herostat_value{color:var(--white-text);font-family:Playfair Display;font-size:44px;font-size:40px;font-style:normal;font-weight:400;line-height:48px;line-height:1;text-align:right;text-transform:uppercase}.herostat_label{color:var(--beige-text);font-family:Inter;font-size:18px;line-height:1;margin-top:12px;opacity:.8;text-align:right}@media (max-width:1024px){.hero{padding:0 3rem}.hero_content h1{font-size:4.5rem;line-height:72px}.herostat_value{font-size:32px}}@media (max-width:1000px){.hero{padding:0 2.75rem}.hero_content{gap:2.25rem}.hero_left{gap:1.1rem}.hero_right{gap:2.25rem}.hero_buttons{gap:1.1rem;margin-top:1.75rem}}@media (max-width:850px){.hero{padding:0 2.5rem}.hero_content{gap:2.5rem}.hero_content h1{font-size:4rem;line-height:64px}.hero_left{gap:1.25rem}.hero_right{gap:2.5rem}.hero_buttons{gap:1.25rem;margin-top:1.75rem}}@media (max-width:768px){.hero{min-height:100svh;padding:0 2rem}.hero_content{align-items:flex-start;flex-direction:column;gap:3rem;justify-content:center;padding-bottom:3rem;padding-top:7rem}.hero_right{flex-direction:row;gap:40px}.herostat{padding-right:24px}.herostat:after{height:64px}.hero_content h1{font-size:3.5rem;line-height:56px}.hero_description{font-size:15px}}@media (max-width:480px){.hero{padding:0 1.25rem}.hero_content{padding-bottom:2rem;padding-top:6rem}.hero_content h1{font-size:2.6rem;line-height:42px}.hero_buttons{flex-direction:column;gap:.75rem;margin-top:1.5rem}.hero_right{gap:24px}.herostat_value{font-size:26px}.herostat_label{font-size:12px}.hero_description{font-size:14px;line-height:24px}}@media (max-width:375px){.hero{padding:0 1rem}.hero_content h1{font-size:2.1rem;line-height:36px}.herostat_value{font-size:22px}.herostat_label{font-size:11px}.herostat:after{height:56px}.herostat{padding-right:16px}.hero_right{gap:20px}.hero_buttons{gap:.5rem}}.smalltitle1{color:var(--green-text)}.smalltitle1,.smalltitle2{font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:20px;text-transform:uppercase}.smalltitle2{color:var(--white-text)}@media (max-width:375px){.smalltitle1,.smalltitle2{font-size:11px}}.section_2{align-items:center;background-color:var(--bg-1);box-sizing:border-box;justify-content:center;padding:128px 2rem}.section_2,.section_2_content{display:flex;height:-webkit-fit-content;height:fit-content;width:100%}.section_2_content{align-items:start;justify-content:space-between;max-width:1184px}.sec2_right{display:flex;flex-direction:column;gap:2rem;height:-webkit-fit-content;height:fit-content;max-width:872px;width:100%}.sec2_right img{height:auto;max-width:100%}.sec2_title{color:var(--primary-text);font-family:Playfair Display;font-size:40.8px;font-style:normal;font-weight:400;line-height:48px}.sec2_greentext{color:var(--green-text);font-size:40.8px;font-style:italic;font-weight:500}.sec2_middle{display:flex;gap:1rem}.sec2_middle p{color:var(--primary-text);font-family:Inter;font-size:15.3px;font-style:normal;font-weight:400;line-height:29px}.sec2_middle{height:100%;max-height:200px;width:100%}.stats_section{background-color:var(--bg-2);box-sizing:border-box;height:-webkit-fit-content;height:fit-content;justify-content:center;padding:60px 2.5rem}.stats_section,.stats_section_content{align-items:center;display:flex;width:100%}.stats_section_content{justify-content:space-between;max-width:1184px}.section_4{background-color:var(--bg-1);box-sizing:border-box;height:-webkit-fit-content;height:fit-content;justify-content:center;padding:128px 2rem}.section_4,.section_4_content{align-items:center;display:flex;width:100%}.section_4_content{flex-direction:column;max-width:1184px}.sec4_title{align-items:end;display:flex;justify-content:space-between;margin-bottom:3rem;width:100%}.sec4_titleleft{display:flex;flex-direction:column;gap:1rem}.sec4title{color:var(--primary-text);font-family:Playfair Display;font-size:45px;font-style:normal;font-weight:400;line-height:48px}.sec4_titleright{align-items:center;display:flex;gap:1rem;transition:all .3s ease}.sec4_titleright p{color:var(--primary-text);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;text-transform:uppercase;transition:all .3s ease}.sec4_titleright img{filter:brightness(0);transition:all .3s ease}.sec4_titleright:hover p{color:var(--green-text);cursor:pointer;filter:brightness(100%)}.sec4_titleright:hover img{filter:brightness(100%);transform:translatey(-5px)}.section_5{align-items:center;background-color:var(--bg-2);box-sizing:border-box;display:flex;height:-webkit-fit-content;height:fit-content;justify-content:center;padding:100px 2.5rem;width:100%}.section_5_content{align-items:flex-start;display:flex;gap:4rem;justify-content:space-between;max-width:1280px;width:100%}.sec5_left{display:flex;flex:0 1 380px;flex-direction:column;gap:2rem;min-width:280px}.sec5_title{color:var(--primary-text);font-family:Playfair Display;font-size:50px;font-style:normal;font-weight:400;line-height:48px}.sec5_left p{color:var(--secondary-text);font-family:Inter;font-size:18px;font-style:normal;font-weight:440;line-height:29px}.sec5_right{display:flex;flex:1 1 560px;flex-wrap:wrap;gap:54px 24px;min-width:280px}.section_6{background:#6b7c5e;background:var(--green-bg,#6b7c5e);box-sizing:border-box;justify-content:center;padding:128px 2rem}.sec6_inner,.section_6{align-items:center;display:flex}.sec6_inner{justify-content:space-between;max-width:1184px;width:100%}.sec6_left{display:flex;flex-direction:column;gap:30px;max-width:415px}.consult_title{color:var(--white-text);font-family:Playfair Display;font-size:51px;font-style:normal;font-weight:500;line-height:60px}.consult_titleitalic{color:var(--beige-text);font-style:italic}.consult_desc{color:var(--white-text);font-family:Inter;font-size:15.3px;font-style:normal;font-weight:400;line-height:29px}.consult_info{display:flex;flex-direction:column;gap:22px}.consult_inforow{align-items:flex-start;display:flex;gap:18px}.consult_infoline{background:var(--beige-text);height:38px;margin-top:3px;width:1px}.consult_infolabel{color:var(--white-text);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:16px;text-transform:uppercase}.consult_infovalue{color:var(--beige-text);font-family:Inter;font-size:11.9px;font-style:normal;font-weight:400;line-height:20px}.sec6_right{width:-webkit-fit-content;width:fit-content}@media (max-width:1024px){.section_2,.section_4,.section_5,.section_6{padding:96px 2rem}.stats_section{padding:48px 2rem}.sec2_greentext,.sec2_title{font-size:32px;line-height:40px}.sec4title{font-size:36px}.sec5_title{font-size:40px}.consult_title{font-size:42px;line-height:50px}}@media (max-width:1000px){.section_2,.section_4,.section_5,.section_6{padding:90px 2.25rem}.stats_section{padding:48px 2.25rem}.section_2_content{gap:2.25rem}.sec2_right{gap:2rem}.stats_section_content{gap:1.75rem}.sec4_title{margin-bottom:2.25rem}.section_5_content{gap:2.25rem}.sec5_right{gap:2.25rem 1.25rem}.sec6_inner{gap:2.75rem}.consult_info{gap:1.25rem}}@media (max-width:850px){.section_2,.section_4,.section_5,.section_6{padding:88px 2.5rem}.stats_section{padding:48px 2.5rem}.section_2_content{gap:2.5rem}.sec2_right{gap:2.25rem}.stats_section_content{gap:2rem}.sec4_title{gap:.5rem;margin-bottom:2.5rem}.section_5_content{gap:2.5rem}.sec5_right{gap:2.5rem 1.5rem}.sec6_inner{gap:3rem}.consult_info{gap:1.5rem}}@media (max-width:768px){.section_2{padding:80px 1.5rem}.section_2_content{flex-direction:column;gap:2rem}.sec2_right{max-width:100%}.sec2_greentext,.sec2_title{font-size:26px;line-height:36px}.sec2_middle{flex-direction:column;max-height:none}.stats_section{padding:48px 1.5rem}.stats_section_content{grid-gap:32px;display:grid;gap:32px;grid-template-columns:1fr 1fr}.section_4{padding:80px 1.5rem}.sec4_title{align-items:flex-start;flex-direction:column;gap:1rem}.sec4_titleright{flex-wrap:wrap}.sec4title{font-size:30px;line-height:38px}.section_5{padding:80px 1.5rem}.section_5_content{flex-direction:column;gap:3rem}.sec5_left{max-width:100%}.sec5_title{font-size:36px;line-height:44px}.sec5_right{max-width:100%}.section_6{padding:80px 1.5rem}.sec6_inner{align-items:stretch;flex-direction:column;gap:3rem}.sec6_left{max-width:100%}.consult_title{font-size:36px;line-height:44px}.sec6_right{width:100%}}@media (max-width:480px){.section_2,.section_4,.section_5,.section_6{padding:60px 1rem}.stats_section{padding:40px 1rem}.stats_section_content{gap:24px;grid-template-columns:1fr 1fr}.sec2_greentext,.sec2_title{font-size:22px;line-height:30px}.sec2_middle p{font-size:14px}.sec4_title{margin-bottom:2rem}.sec4title,.sec5_title{font-size:26px;line-height:34px}.consult_title{font-size:28px;line-height:36px}.consult_desc{font-size:14px}}@media (max-width:375px){.section_2,.section_4,.section_5,.section_6{padding:48px .75rem}.stats_section{padding:32px .75rem}.stats_section_content{gap:28px;grid-template-columns:1fr}.sec2_greentext,.sec2_title{font-size:20px;line-height:28px}.sec4title,.sec5_title{font-size:22px;line-height:30px}.consult_title{font-size:24px;line-height:32px}.sec5_right{gap:40px 0}}.statnum{align-items:start;display:flex;flex-direction:column}.statnum_value{color:var(--primary-text);font-family:Playfair Display;font-size:54px;transition:all .3s ease}.statnum_label,.statnum_value{font-style:normal;font-weight:400;line-height:60px}.statnum_label{color:var(--secondary-text);font-family:Inter;font-size:15px;text-transform:uppercase}.statnum_value:hover{color:var(--green-text)}@media (max-width:768px){.statnum_value{font-size:44px;line-height:50px}.statnum_label{font-size:13px}}@media (max-width:480px){.statnum_value{font-size:36px;line-height:42px}.statnum_label{font-size:11px;line-height:18px}}@media (max-width:375px){.statnum_value{font-size:30px;line-height:36px}.statnum_label{font-size:10px;line-height:16px}}.legaldiv{align-items:center;border-bottom:1px solid #e5e7eb;border-top:1px solid #e5e7eb;box-sizing:border-box;display:flex;height:187px;justify-content:space-between;max-width:1232px;padding:50px 15px;transition:all .3s ease;width:100%}.legalnum{color:var(--green-text);font-size:15px;line-height:28px}.legalnum,.legaltitle{font-family:Playfair Display;font-style:normal;font-weight:400;transition:all .3s ease}.legaltitle{color:var(--primary-text);font-size:30px;line-height:36px}.legaldesc{color:var(--secondary-text);font-family:Inter;font-size:15px;font-style:normal;font-weight:400;line-height:26px;max-width:400px}.arrow,.legaldesc{transition:all .3s ease}.arrow{align-items:center;border:1px solid var(--green-bg);border-radius:9999px;display:flex;height:40px;justify-content:center;opacity:0;width:40px}.legaldiv:hover .arrow{opacity:1}.legaldiv:hover{background-color:hsla(30,27%,94%,.868)}.legaldiv:hover .legaltitle{transform:translateX(6px)}@media (max-width:1000px){.legaldiv{gap:10px;padding:40px 18px}.legaltitle{font-size:27px}}@media (max-width:850px){.legaldiv{gap:12px;padding:36px 20px}.legaltitle{font-size:26px}.legaldesc{font-size:14.5px}}@media (max-width:768px){.legaldiv{align-items:flex-start;flex-wrap:wrap;gap:12px;height:auto;padding:28px 15px}.legaltitle{font-size:24px}.legaldesc{font-size:14px;max-width:100%}.arrow{opacity:1}}@media (max-width:480px){.legaldiv{align-items:flex-start;flex-direction:column;gap:8px;padding:24px 12px}.legaltitle{font-size:20px;line-height:28px}.legalnum{font-size:14px}.legaldesc{font-size:13px;line-height:22px}}@media (max-width:375px){.legaldiv{gap:6px;padding:20px 10px}.legaltitle{font-size:18px;line-height:26px}.legalnum{font-size:13px}}.processstep{align-items:flex-start;display:flex;flex:1 1 340px;gap:28px;max-width:360px;position:relative}.processstep:before{background:var(--primary-text);content:"";height:calc(100% - 35px);left:8px;position:absolute;top:32px;width:1px}.processstep_number{color:var(--green-text);font-family:Playfair Display;font-size:22px;font-style:normal;font-weight:400;line-height:28px}.processstep_content{max-width:320px}.processstep_title{color:var(--primary-text);font-family:Playfair Display;font-size:26px;font-style:normal;font-weight:400;line-height:32px;margin-bottom:1rem}.processstep_text{color:var(--secondary-text);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:26px}@media (max-width:768px){.processstep{flex:1 1 100%;gap:20px}.processstep,.processstep_content{max-width:100%}.processstep_title{font-size:22px;line-height:28px}.processstep_text{font-size:15px}}@media (max-width:480px){.processstep{gap:16px}.processstep_number{font-size:18px}.processstep_title{font-size:20px;line-height:26px;margin-bottom:.75rem}.processstep_text{font-size:14px;line-height:24px}.processstep:before{height:calc(100% - 30px);top:28px}}@media (max-width:375px){.processstep{gap:14px}.processstep_number{font-size:16px}.processstep_title{font-size:18px;line-height:24px}}.form_box{background:#0000;border:1px solid #f5f0d859;box-sizing:border-box;max-width:560px;padding:34px 34px 28px;width:100%}.form_grid{grid-gap:18px 22px;display:grid;gap:18px 22px;grid-template-columns:repeat(2,minmax(0,1fr))}.form_field{min-width:0}.form_full{grid-column:1/-1}.form_label{color:var(--white-text);font-family:Inter;font-size:10.2px;font-style:normal;font-weight:500;line-height:16px;margin-bottom:8px}.form_input,.form_select,.form_textarea{background:var(--white-bg);border:1px solid var(--white-bg);box-sizing:border-box;color:var(--black-text);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;outline:none;padding:12px 14px;width:100%}.form_select{-webkit-appearance:none;appearance:none;background:#0000;border:1px solid var(--white-bg);color:var(--white-text);padding:12px 14px}.form_textarea{background:var(--white-bg);min-height:132px;resize:none}.form_input:focus,.form_textarea:focus{border-color:var(--white-bg)}.form_note{color:var(--white-text);font-size:11px;font-weight:400;line-height:19px;margin:18px 0 22px}.form_btn,.form_note{font-family:Inter;font-style:normal}.form_btn{align-items:center;background:var(--white-bg);border:none;color:var(--black-text);cursor:pointer;display:flex;font-size:12px;font-weight:600;gap:12px;justify-content:center;line-height:20px;padding:14px 16px;text-align:center;width:100%}.form_icon{font-size:16px;line-height:1}@media (max-width:900px){.form_box{max-width:100%;padding:28px 24px 24px}.form_grid{gap:16px;grid-template-columns:1fr}}@media (max-width:1000px){.form_box{padding:30px 26px 25px}.form_grid{gap:18px}.form_note{margin:19px 0 22px}}@media (max-width:850px){.form_box{padding:32px 28px 26px}.form_grid{gap:20px}.form_note{margin:20px 0 24px}}@media (max-width:600px){.form_box{max-width:100%;padding:22px 16px 20px}.form_input,.form_select,.form_textarea{padding:11px 12px}}@media (max-width:375px){.form_box{padding:18px 12px 16px}.form_input,.form_select,.form_textarea{font-size:16px;padding:10px 12px}.form_note{font-size:10px;margin:14px 0 18px}.form_btn{min-height:48px;padding:12px 14px}}.footer{align-items:center;background:var(--black-text);box-sizing:border-box;display:flex;justify-content:center;padding:72px 2.5rem}.footer_content{max-width:1280px;width:100%}.footer_top{display:flex;gap:70px;justify-content:space-between;padding-bottom:56px}.footer_col{flex:1 1 200px;max-width:260px}.footer_brand{display:flex;flex:1 1 320px;flex-direction:column;justify-content:space-between;max-width:360px}.footer_desc{font-size:14px;line-height:1.8;margin:0;max-width:280px}.footer_desc,.footer_title{color:var(--white-text);font-family:Inter}.footer_title{font-size:12px;font-weight:600;margin:0 0 18px;text-transform:uppercase}.footer_list{list-style:none;margin:0;padding:0}.footer_contact,.footer_list{display:flex;flex-direction:column;gap:14px}.footer_link,.footer_text{color:var(--white-text);font-family:Inter;font-size:14px;line-height:1.7;opacity:.6}.footer_link{text-decoration:none}.footer_link:hover{color:#f5f0d8e6}.footer_line{border:none;border-top:1px solid #f5f0d840;margin:0 0 28px}.footer_bottom{align-items:center;display:flex;gap:24px;justify-content:space-between}.footer_copy{color:#f5f0d873;font-family:Inter;font-size:13px;margin:0}.footer_legal{display:flex;gap:34px}@media (max-width:1000px){.footer{padding:68px 2.25rem}.footer_top{gap:48px;padding-bottom:50px}}@media (max-width:850px){.footer{padding:64px 3rem}.footer_top{gap:56px;padding-bottom:48px}}@media (max-width:768px){.footer{padding:56px 1.5rem}.footer_top{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 1fr}.footer_brand{grid-column:1/-1;max-width:100%}.footer_bottom{align-items:flex-start;flex-direction:column;gap:16px}}@media (max-width:480px){.footer{padding:48px 1rem}.footer_top{gap:32px;grid-template-columns:1fr;padding-bottom:40px}.footer_desc{font-size:13px}.footer_legal{flex-wrap:wrap;gap:16px}.footer_copy{font-size:12px}}@media (max-width:375px){.footer{padding:40px .75rem}.footer_top{gap:28px;padding-bottom:32px}.footer_title{font-size:11px}.footer_link,.footer_text{font-size:13px}}
/*# sourceMappingURL=main.91c1c3f5.css.map*/