@font-face{font-family:IBM Plex Sans Thai;src:url(/_astro/IBMPlexSansThai-Thin.B5_nxC6l.ttf) format("truetype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:IBM Plex Sans Thai;src:url(/_astro/IBMPlexSansThai-ExtraLight.CXpSM7P9.ttf) format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:IBM Plex Sans Thai;src:url(/_astro/IBMPlexSansThai-Light.GUkFXK48.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:IBM Plex Sans Thai;src:url(/_astro/IBMPlexSansThai-Regular.BKy44eOR.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:IBM Plex Sans Thai;src:url(/_astro/IBMPlexSansThai-Medium.DuJYjBJ7.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:IBM Plex Sans Thai;src:url(/_astro/IBMPlexSansThai-SemiBold.BWqhU7P0.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:IBM Plex Sans Thai;src:url(/_astro/IBMPlexSansThai-Bold.oLPlIZBo.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}:root{--primary: #00ab55;--primary-dark: #007b3e;--primary-light: #33bc73;--primary-lighter: #e5f8f0;--gray: #637381;--text-xs: 14px;--text-sm: 16px;--text-base: 20px;--text-md: 24px;--text-lg: 28px;--text-xl: 32px;--text-2xl: 40px;--text-3xl: 48px;--font-thin: 100;--font-extralight: 200;--font-light: 300;--font-normal: 400;--font-medium: 500;--font-semibold: 600;--font-bold: 700;--font-extrabold: 800;--font-black: 900}*{box-sizing:border-box;margin:0;padding:0}html,body{margin:0;width:100%;height:100%;font-family:IBM Plex Sans Thai,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.navbar{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:32px 0}.nav-left,.nav-center,.nav-right{display:flex;gap:.25rem;align-items:center}.nav-desktop-actions{display:flex;gap:12px}.nav-center{gap:5.25rem}a{color:#637381;text-decoration:none;cursor:default;font-size:var(--text-sm);font-weight:400}a:hover,a:active{color:var(--primary)}.logo{font-size:1.1rem;font-weight:700}.hamburger-menu{display:none;flex-direction:column;gap:4px;background:transparent;border:none;cursor:pointer;padding:8px;margin-left:8px}.hamburger-menu span{width:24px;height:2px;background-color:#333;border-radius:2px;transition:all .3s ease}.hamburger-menu:hover span{background-color:var(--primary, #00AB55)}@media(max-width:768px){.nav-center,.nav-desktop-actions{display:none}.hamburger-menu{display:flex}}@media(min-width:769px){.hamburger-menu{display:none}}.btn{padding:11px 22px;border-radius:8px;font-size:var(--text-sm);cursor:pointer;border:1px solid transparent;font-weight:var(--font-semibold);font-family:inherit;transition:all .2s ease;white-space:nowrap;align-items:end}@media(max-width:920px){.btn{padding:8px 10px!important;font-size:12px;align-items:end}}@media(max-width:480px){.btn{padding:9px 16px;font-size:13px;border-radius:6px;align-items:end}}.divider-vertical{width:1px;height:42px;margin:0 16px 0 8px;background-color:#919eab52}.divider-horizontal{width:100%;height:1px;margin:8px 0;background-color:#919eab52}.language-selector{position:relative;display:inline-block}.language-trigger{background:transparent;border:none;cursor:pointer;padding:0;display:flex;align-items:center;transition:transform .2s ease}.language-trigger:hover{transform:scale(1.05)}.language-trigger img{width:32px;height:24px;object-fit:cover;border-radius:4px}.language-dropdown{position:absolute;top:calc(100% + 12px);right:0;background:#fff;border-radius:12px;box-shadow:0 8px 24px #0000001f;padding:8px;min-width:180px;z-index:1000;animation:slideDown .2s ease}.language-dropdown:before{content:"";position:absolute;top:-8px;right:12px;width:16px;height:16px;background:#fff;transform:rotate(45deg);border-radius:2px}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.language-option{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;border:none;background:transparent;cursor:pointer;border-radius:8px;transition:background-color .2s ease;font-size:14px;color:#333}.language-option:hover{background-color:#f5f5f5}.language-option.active{background-color:#e8f5e9;color:var(--primary, #4caf50);font-weight:500}.language-option img{width:28px;height:20px;object-fit:cover;border-radius:3px;box-shadow:0 1px 3px #0000001a}.language-option span{flex:1;text-align:left}.drawer-overlay{position:fixed;inset:0;background-color:#00000080;z-index:999;opacity:0;transition:opacity .4s cubic-bezier(.4,0,.2,1)}.drawer-overlay.open{opacity:1}.drawer-overlay.closing{opacity:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.mobile-drawer{position:fixed;top:0;left:-100%;width:100%;height:100vh;background:#fff;z-index:1000;padding:24px;box-shadow:4px 0 24px #00000026;display:flex;flex-direction:column}.mobile-drawer.open{left:0;animation:slideInLeft .4s cubic-bezier(.4,0,.2,1) forwards}.mobile-drawer.closing{animation:slideOutLeft .4s cubic-bezier(.4,0,.2,1) forwards}@keyframes slideInLeft{0%{left:-100%}to{left:0}}@keyframes slideOutLeft{0%{left:0}to{left:-100%}}@media(max-width:480px){.mobile-drawer{width:80%}}.drawer-close{position:absolute;top:20px;background:transparent;border:none;font-size:24px;cursor:pointer;color:#333;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;right:20px;opacity:0;transform:scale(.8)}.mobile-drawer.open:not(.closing) .drawer-close{animation:fadeInScale .3s ease .1s forwards}@keyframes fadeInScale{to{opacity:1;transform:scale(1)}}.drawer-close:hover{color:#000;transform:scale(1.1)}.drawer-nav{display:flex;flex-direction:column;gap:24px;margin-top:60px;padding-bottom:32px;border-bottom:1px solid rgba(145,158,171,.24)}.drawer-link{color:#637381;text-decoration:none;font-size:16px;font-weight:400;transition:all .2s ease;cursor:pointer;opacity:0;transform:translate(-20px)}.mobile-drawer.open:not(.closing) .drawer-link:nth-child(1){animation:slideInFade .4s ease .2s forwards}.mobile-drawer.open:not(.closing) .drawer-link:nth-child(2){animation:slideInFade .4s ease .3s forwards}@keyframes slideInFade{to{opacity:1;transform:translate(0)}}.drawer-link:hover{color:var(--primary, #00ab55);transform:translate(4px)}.drawer-actions{display:flex;flex-direction:column;gap:16px;margin-top:32px}.drawer-actions button{width:100%;opacity:0;transform:translateY(10px)}.mobile-drawer.open:not(.closing) .drawer-actions button:nth-child(1){animation:slideUpFade .4s ease .4s forwards}.mobile-drawer.open:not(.closing) .drawer-actions button:nth-child(2){animation:slideUpFade .4s ease .5s forwards}@keyframes slideUpFade{to{opacity:1;transform:translateY(0)}}@media(min-width:769px){.mobile-drawer,.drawer-overlay{display:none}}.introduction-card img{height:100%}.introduction{display:flex;flex-direction:row;justify-content:space-between;padding:32px 0;gap:32px}.introduction-card{position:relative;height:400px;width:50%;border-radius:12px;background-size:800px 500px;background-position:center;background-repeat:no-repeat;overflow:visible;display:flex;justify-content:center}.introduction-card:after{content:"";position:absolute;left:50%;bottom:-14px;transform:translate(-50%);width:80%;height:28px;filter:blur(10px);pointer-events:none}.introduction-button img{height:auto;max-width:150px;transition:transform .2s ease}.introduction-button img:hover{transform:scale(1.05)}@media(max-width:920px){.introduction-card{min-height:200px;width:50%;background-size:contain}.introduction-title{font-size:calc(var(--text-lg) * .9)!important}.introduction-subtitle{font-size:calc(var(--text-base))!important}.introduction-button img{max-width:130px}.introduction-divider{display:none}}@media(max-width:650px){.introduction{display:flex;flex-direction:column;align-items:center;gap:16px}.introduction-left-content{align-items:center;text-align:center;width:100%;justify-content:center}.introduction-card{height:300px;width:100%;background-size:contain}.introduction-card:after{height:22px;bottom:-12px}.introduction-title{font-size:calc(var(--text-2xl) * .75)!important}.introduction-subtitle{font-size:calc(var(--text-lg) * .75)!important}.introduction-button{justify-content:center;width:100%;gap:10px}.introduction-divider,.introduction-button-free{display:none}}.introduction-left-content{display:flex;flex-direction:column;align-items:flex-start;gap:16px;justify-content:center;flex:1;z-index:1}.introduction-button{display:flex;flex-direction:row;gap:16px;padding-top:16px;justify-content:flex-start;flex-wrap:wrap;align-items:center}@media(max-width:920px){.introduction{padding:24px 0;gap:24px}.introduction-left-content{gap:14px}.introduction-button{gap:12px}}@media(max-width:650px){.introduction{padding:20px 0;gap:20px}.introduction-left-content{gap:12px;align-items:center}.introduction-button{gap:10px;justify-content:center}.introduction-button-free{display:none}}.sponsors .container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:32px 0;max-width:1280px;margin:0 auto}.sponsors-title{width:245px}.sponsors-wrapper{flex:1;overflow:hidden;position:relative}.sponsors-track{display:flex;width:fit-content;animation:scroll 30s linear infinite}.sponsors-track:hover{animation-play-state:paused}.sponsors-list{display:flex;gap:48px;padding-right:48px}.sponsor-item{flex-shrink:0;display:flex;align-items:center;justify-content:center;min-width:120px}.sponsor-item img{max-width:120px;max-height:60px;object-fit:contain;transition:all .3s ease}.sponsor-item:hover img{filter:grayscale(0%);opacity:1}.fade-left{position:absolute;left:0;top:0;bottom:0;width:100px;background:linear-gradient(to right,#fff,#fff0);pointer-events:none;z-index:1}.fade-right{position:absolute;right:0;top:0;bottom:0;width:100px;background:linear-gradient(to left,#fff,#fff0);pointer-events:none;z-index:1}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-100% / 3))}}@media(max-width:768px){.sponsors .container{flex-direction:column;align-items:center;padding:24px 0;gap:24px}.sponsors-title{width:100%;text-align:center}.sponsors-wrapper{width:100%}.sponsors-list{gap:24px;padding-right:24px}.sponsor-item{min-width:100px}.sponsor-item img{max-width:100px;max-height:50px}.fade-left,.fade-right{width:50px}}.dofarm-help{max-width:1280px;margin:0 auto;padding:32px 0}.help-header{text-align:center;margin-bottom:48px}.help-title{font-size:var(--text-2xl);font-weight:var(--font-bold);color:var(--primary);margin:0 0 12px}.help-title-highlight{font-size:var(--text-2xl);font-weight:var(--font-bold);color:#000!important}.help-subtitle{font-size:var(--text-lg);color:var(--gray);margin:0}.help-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:1024px){.help-grid{grid-template-columns:repeat(2,1fr)}.help-header{text-align:start}}@media(max-width:640px){.help-grid{grid-template-columns:1fr}.help-title{font-size:var(--text-base);margin:0 auto;text-align:center}.help-title-highlight{font-size:var(--text-base);text-align:center}.help-subtitle{font-size:var(--text-sm);text-align:center}}.help-card[data-astro-cid-dohjnao5]{background-color:#f4f6f8;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:12px}.card-icon[data-astro-cid-dohjnao5]{width:48px;height:48px;display:flex;align-items:center;justify-content:center}.card-icon[data-astro-cid-dohjnao5] img[data-astro-cid-dohjnao5]{width:100%;height:100%;object-fit:contain}.card-title[data-astro-cid-dohjnao5]{font-size:var(--text-sm);font-weight:var(--font-bold);margin:0}.card-description[data-astro-cid-dohjnao5]{font-size:var(--text-xs);color:var(--gray);line-height:1.6;margin:0}.advertising-container{padding:64px 0;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:32px}.advertising-title{font-size:var(--text-2xl);font-weight:var(--font-bold);color:var(--primary);text-align:center}.advertising-video-wrapper{width:100%;border-radius:16px;overflow:hidden}.advertising-video{width:100%;max-height:600px;object-fit:cover;display:block}@media(max-width:768px){.advertising-container{padding:32px 16px}.advertising-video{max-height:400px}.advertising-title{font-size:var(--text-xl)}}@media(max-width:480px){.advertising-title{font-size:var(--text-sm)}}.container{margin:0 auto}.trust-title{font-size:var(--text-2xl);font-weight:var(--font-bold);color:var(--primary);text-align:center;margin-bottom:24px}.testimonial-card{display:flex;background-color:#f4f6f8;border-radius:16px;overflow:hidden;margin-bottom:32px;min-height:400px}.testimonial-content{flex:1;padding:48px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;position:relative}.quote-icon{font-size:64px;color:#919eab;font-family:serif;line-height:1;margin-bottom:16px;opacity:.5}.quote-icon-end{font-size:64px;color:#919eab;font-family:serif;line-height:1;margin-top:16px;opacity:.5}.quote-text{font-size:24px;font-weight:700;color:#212b36;line-height:1.5;margin:0}.author{font-size:16px;color:#637381;margin-top:24px}.image-wrapper{flex:1;position:relative;overflow:hidden;padding:24px}.image-wrapper img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.5);transform-origin:center}.image-inner{width:100%;height:100%;overflow:hidden;border-radius:8px}.slide-image,.quote-text,.author{transition:all .5s ease-in-out}.slide-out-left{animation:slideOutLeft .5s ease-in-out forwards}.slide-out-right{animation:slideOutRight .5s ease-in-out forwards}.slide-in-left{animation:slideInLeft .5s ease-in-out forwards}.slide-in-right{animation:slideInRight .5s ease-in-out forwards}@keyframes slideOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-20px);opacity:0}}@keyframes slideOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(20px);opacity:0}}@keyframes slideInLeft{0%{transform:translate(-20px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInRight{0%{transform:translate(20px);opacity:0}to{transform:translate(0);opacity:1}}.slider-controls{display:flex;justify-content:center;align-items:center;gap:24px}.control-btn{width:40px;height:40px;border-radius:50%;border:none;background-color:#e5e7eb;color:#637381;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.control-btn:hover{background-color:var(--primary);color:#fff}.control-btn:disabled{opacity:.5;cursor:not-allowed}.dots-container{background-color:#f4f6f8;border-radius:16px}.dots{display:flex;gap:12px;padding:16px}.dot{width:8px;height:8px;border-radius:50%;border:none;background-color:#d1d5db;cursor:pointer;transition:all .3s ease;padding:0}.dot.active{background-color:var(--primary);width:8px;height:8px;border-radius:6px}@media(max-width:768px){.testimonial-card{flex-direction:column-reverse;min-height:auto}.image-wrapper{height:300px;width:100%}.testimonial-content{padding:32px 24px}.quote-text{font-size:20px}.slider-container{padding:0}.trust-title{font-size:var(--text-lg)}}@media(max-width:480px){.trust-title{font-size:var(--text-base)}.container{padding:0 16px}.image-wrapper{height:240px}}.container{max-width:1280px;margin:0 auto;padding:64px 0}.stats-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.stat-card{display:flex;align-items:flex-start;gap:16px;padding:24px;background:#fff;border-radius:12px}.stat-icon{height:30px;flex-shrink:0}.stat-content{flex:1}.stat-label{font-size:var(--text-lg);margin:0 0 8px;font-weight:var(--font-bold);text-align:left}.stat-value{font-size:20px;color:#212b36;margin:0;font-weight:500}.highlight{color:var(--primary, #00a76f);font-weight:700;font-size:var(--text-xl)}.main-banner{position:relative;display:flex;width:100%;height:350px}.banner-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.banner-content{position:relative;z-index:2;color:#fff;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:40px 10%;width:100%}.banner-content:before{content:"";position:absolute;inset:0;background:#0000004d;z-index:-1}.banner-title{font-size:var(--text-xl);font-weight:700;line-height:1.4;text-align:left}.banner-stats{display:flex;align-items:center;justify-content:center;gap:48px}.banner-stat-item{text-align:left}.banner-stat-label{font-size:var(--text-md);margin:0 0 8px;font-weight:400}.banner-stat-value{font-size:var(--text-xl);font-weight:700;margin:0;color:#fff}.banner-stat-divider{width:2px;height:60px;background:#ffffff4d}.item-right{display:flex;justify-content:flex-end}.no-flex{flex:none}.item-right .stat-content{text-align:right}@media(max-width:1024px){.banner-stat-value,.banner-title{font-size:var(--text-lg)}.banner-content{flex-direction:column;align-items:flex-start}.banner-stat-divider{display:none}}@media(max-width:768px){.stats-cards{grid-template-columns:1fr;gap:16px;display:flex;flex-direction:row;align-items:center;justify-content:center}.stat-card{padding:20px}.stat-icon{width:40px;height:40px}.stat-value{font-size:18px}.stat-value .highlight{font-size:20px}.banner-title{font-size:24px;margin-bottom:32px}.banner-stats{flex-direction:column;gap:32px}.banner-stat-value{font-size:var(--text-lg)}.banner-stat-label{font-size:var(--text-sm)}}@media(max-width:480px){.banner-title{font-size:20px}.banner-stat-label{font-size:14px}.banner-stat-value{font-size:28px}.banner-content{flex-direction:column;align-items:start;padding:20px 5%}}@media(max-width:480px){.stats-cards{flex-direction:column}.banner-stats{align-items:start}.stat-label,.banner-stat-item,.highlight{font-size:var(--text-base)}.padding-right{padding-right:40px}}.how-to-use{display:flex;flex-direction:row;justify-content:space-between;align-items:center;max-width:1280px;gap:32px}.left-content{display:flex;flex-direction:row;gap:16px;max-width:1280px;justify-content:flex-start;align-items:flex-start}.right-content{display:flex;flex-direction:column;gap:16px;justify-content:flex-start;align-items:flex-start}.text-description{font-size:var(--text-lg)}@media(max-width:1024px){.how-to-use{flex-direction:column;gap:24px}.right-content{align-items:center;width:100%}.text-description{text-align:center;margin:0 auto}.section-title{text-align:center;margin:0 auto;font-size:var(--text-xl)}}@media(max-width:650px){.how-to-use{flex-direction:column;padding:32px 0;gap:24px;text-align:center}.left-content{justify-content:center;width:100%}.how-to-use-img-left{display:none}.text-description{text-align:center;margin:0 auto}.how-to-use-img-right{max-height:250px!important;width:auto}.right-content{align-items:center;width:100%}.section-title{text-align:center;margin:0 auto;font-size:var(--text-base)}}.vdo-container{padding:64px 0;margin:0 auto;max-width:1200px}.vdo-title{font-size:var(--text-2xl);font-weight:var(--font-bold);color:var(--primary);text-align:center;margin-bottom:32px}.vdo-carousel{position:relative}.vdo-wrapper{overflow:hidden;border-radius:16px;margin-bottom:32px}.vdo-track{display:flex;transition:transform .5s ease-in-out}.vdo-slide{flex:0 0 calc(100% / 3);justify-content:center;align-items:center;padding:0 12px;box-sizing:border-box}.vdo-player{width:100%;height:auto;max-height:500px;border-radius:16px;object-fit:cover;aspect-ratio:9 / 16}.vdo-controls{display:flex;justify-content:center;align-items:center;gap:24px}.vdo-btn{width:40px;height:40px;border-radius:50%;border:none;background-color:#e5e7eb;color:#637381;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.vdo-btn:hover:not(:disabled){background-color:var(--primary);color:#fff}.vdo-btn:disabled{opacity:.5;cursor:not-allowed}.vdo-dots-container{background-color:#f4f6f8;border-radius:16px}.vdo-dots{display:flex;gap:12px;padding:16px}.vdo-dot{width:8px;height:8px;border-radius:50%;border:none;background-color:#d1d5db;cursor:pointer;transition:all .3s ease;padding:0}.vdo-dot.active{background-color:var(--primary);width:8px;height:8px;border-radius:6px}.vdo-more{display:flex;align-items:center;justify-content:center;flex:0 0 25%}.vdo-more-content{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;padding:32px}.vdo-more-content svg{opacity:.8}.vdo-more-content p{font-size:var(--text-xs);margin:0}.text-container{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:32px}.text-header{flex:1;display:flex;flex-direction:column;justify-content:flex-start}.section-title{font-size:var(--text-2xl);font-weight:var(--font-bold);color:var(--primary)}.text-description-group{display:flex;flex-direction:column;gap:16px;flex:1}.text-description{display:flex;flex-direction:column;gap:8px;font-size:var(--text-lg)}.text-actions{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap}@media(max-width:1024px){.section-title{font-size:calc(var(--text-2xl) * .9)}.text-description{font-size:calc(var(--text-lg) * .9)}}@media(max-width:768px){.text-container{flex-direction:column;text-align:center}.text-actions{justify-content:center}.section-title{font-size:calc(var(--text-2xl) * .85)}.text-description{font-size:calc(var(--text-lg) * .85)}}@media(max-width:480px){.section-title{font-size:var(--text-base)}.text-description{font-size:var(--text-sm)}.text-actions{flex-direction:row!important}}@media(max-width:1023px)and (min-width:768px){.vdo-slide{flex:0 0 50%}.vdo-more{flex:0 0 30%}}@media(max-width:767px){.vdo-container{padding:32px 16px}.vdo-wrapper{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none}.vdo-wrapper::-webkit-scrollbar{display:none}.vdo-track{width:max-content}.vdo-slide{flex:0 0 60%;padding:0 8px;scroll-snap-align:center}.vdo-more{flex:0 0 60%}.vdo-player{max-height:250;border-radius:12px;aspect-ratio:1 / 16}.vdo-title{font-size:var(--text-xl)}}@media(max-width:500px){.vdo-wrapper.is-ios{width:100%;aspect-ratio:1 / 16;max-height:400px;overflow:hidden;border-radius:16px}.vdo-player.is-ios{width:100%;height:100%;object-fit:cover;display:flex}.vdo-slide{flex:0 0 60%;padding:0 8px;scroll-snap-align:center}}.footer{padding:64px 0}.footer-container{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:32px}.footer-logo-wrapper{display:flex;flex-direction:row;align-items:center;gap:.25rem}.footer-logo-image{height:64px}.footer-logo-text{color:var(--primary);font-size:var(--text-xl)}.footer-content{display:flex;flex-direction:row;justify-content:flex-start;width:100%;padding-top:32px;align-items:flex-start}.footer-left-section{flex:1;display:flex;flex-direction:row;gap:24px;justify-content:space-between}.footer-section-title{font-size:var(--text-base);font-weight:var(--font-bold)}.footer-menu-list{list-style:none;padding-top:24px;gap:12px;display:flex;flex-direction:column}.footer-contact-item{display:flex;flex-direction:row;gap:12px}.footer-right-section{flex:2.5;margin-left:auto;display:flex;justify-content:flex-end}.footer-social-wrapper{display:flex;justify-content:flex-end;flex-direction:column}.footer-social-icons{display:flex;justify-content:flex-end;flex-direction:row;gap:12px;padding-top:24px}.footer-bottom{padding-top:24px}.footer-divider{padding-top:24px;border-top:1px solid #dfe3e8}.footer-copyright{font-size:var(--text-xs);color:var(--gray);padding:24px 0}.footer-social-icon{cursor:pointer}@media(max-width:768px){.footer-content,.footer-left-section{flex-direction:column;gap:32px}.footer-right-section{margin-left:0;width:100%}.footer-social-wrapper{align-items:flex-start}.footer-social-icons,.footer-right-section{justify-content:flex-start}}@media(max-width:480px){.footer-section-title{font-size:var(--text-sm);align-items:center;justify-content:center;padding-top:2px}.footer-social-wrapper{display:flex;flex-direction:row}.footer-social-icon{width:32px!important}.footer-social-icons{padding-top:0;padding-left:12px}}.fade-up{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.fade-up.visible{opacity:1;transform:translateY(0)}.delay-100{transition-delay:.1s}
