@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";.header{width:100%;height:133px;padding:24px 0 16px;position:relative;z-index:100}.header .container{display:flex;align-items:center;justify-content:space-between;height:100%}.header img{max-height:70px;object-fit:contain}.header .nav{display:flex;flex-direction:row;align-items:center;gap:55px}.header .nav ul{display:flex;list-style:none;gap:55px}.header .nav ul li a{transition:color .3s ease}.header .nav ul li a:hover{color:var(--mexican-red-red-700-main)}.header .mobile-toggle{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;cursor:pointer;z-index:101}.header .mobile-toggle span{display:block;height:3px;width:100%;background-color:var(--saffron-yellow-900);border-radius:3px;transition:all .3s ease}.header .mobile-toggle.open span:nth-child(1){transform:translateY(9px) rotate(45deg)}.header .mobile-toggle.open span:nth-child(2){opacity:0}.header .mobile-toggle.open span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}@media (max-width: 960px){.header{height:90px;padding:16px 0}.header img{max-height:50px}.header .nav{position:fixed;top:0;right:-100%;width:100%;height:100vh;background-color:var(--saffron-yellow-50);flex-direction:column;justify-content:center;transition:all .3s ease;z-index:100}.header .nav.open{right:0}.header .nav ul{flex-direction:column;align-items:center;gap:30px;padding:40px 0}.header .nav li a{font-size:1.2rem}.header .mobile-toggle{display:flex}}@media (max-width: 768px){.header{height:80px;padding:15px 0}.header img{max-height:45px}.header .nav ul{gap:25px}.header .nav .btn{margin-top:20px}}@media (max-width: 480px){.header{height:70px;padding:12px 0}.header img{max-height:40px}}.btn{min-height:37px;padding:8px 20px;background-color:var(--saffron-yellow-400-main);border-radius:100px;gap:10px;border:none;outline:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#fff3;transition:all .4s ease}.btn:hover{transform:translateY(-3px);box-shadow:0 4px 12px #00000026}.btn:hover:before{left:100%}.btn:active{transform:translateY(0);box-shadow:0 2px 6px #0000001a}.btn .btn-text{color:var(--saffron-yellow-800);font-size:15px;font-weight:500;line-height:21px;font-family:Roboto,sans-serif;position:relative;z-index:1}.btn .btn-icon{display:flex;align-items:center;transition:transform .3s ease;position:relative;z-index:1}.btn .btn-icon svg{width:18px;height:18px}.btn:hover .btn-icon{transform:translate(3px)}@media (max-width: 1200px){.btn{padding:8px 18px}.btn .btn-text{font-size:14px}.btn .btn-icon svg{width:16px;height:16px}}@media (max-width: 960px){.btn{min-height:36px;padding:7px 16px}.btn .btn-text{font-size:14px}}@media (max-width: 768px){.btn{min-height:34px;padding:6px 14px}.btn .btn-text{font-size:13px}.btn .btn-icon svg{width:15px;height:15px}}@media (max-width: 480px){.btn{min-height:32px;padding:6px 12px}.btn .btn-text{font-size:12px;line-height:18px}.btn .btn-icon svg{width:14px;height:14px}}.btn-large{min-height:44px;padding:10px 24px}.btn-large .btn-text{font-size:16px}.btn-large .btn-icon svg{width:20px;height:20px}@media (max-width: 480px){.btn-large{min-height:38px;padding:8px 18px}.btn-large .btn-text{font-size:14px}}.btn-small{min-height:30px;padding:5px 12px}.btn-small .btn-text{font-size:13px;line-height:18px}.btn-small .btn-icon svg{width:14px;height:14px}@media (max-width: 480px){.btn-small{min-height:28px;padding:4px 10px}.btn-small .btn-text{font-size:12px}}.hero{position:relative;padding:48px 0 80px;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;width:70%;height:100%;z-index:0}.hero .container{display:flex;align-items:center;justify-content:space-between;gap:60px;position:relative;z-index:1}.hero .hero-content{margin-left:auto;max-width:600px}.hero .hero-image{flex:1;display:flex;justify-content:center;max-width:450px}.hero .hero-image img{width:100%;height:auto;object-fit:contain;animation:float 6s ease-in-out infinite}.hero .store-links{display:flex;gap:10px;justify-content:center;margin-top:36px}.hero .store-links>img{cursor:pointer}.hero .title{margin-bottom:32px;display:flex;flex-direction:column}.hero .title svg{width:100%;height:auto;max-width:400px}.hero .description{font-size:24px;color:var(--mexican-red-red-700-main);line-height:1.4;font-weight:500;text-align:center;margin-bottom:28px;max-width:90%;margin-left:auto;margin-right:auto}.hero .cta{display:flex;justify-content:center}.hero .btn{display:inline-flex;align-items:center;gap:8px;font-size:1rem;padding:12px 24px}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@media (max-width: 1200px){.hero{padding:40px 0 60px}.hero .container{gap:40px}.hero .hero-image{max-width:400px}.hero .title svg{max-width:350px}.hero .description{font-size:22px}}@media (max-width: 960px){.hero{padding:30px 0 50px}.hero .container{flex-direction:column-reverse;text-align:center;gap:40px}.hero .hero-content{margin:0 auto;max-width:100%}.hero .hero-image{max-width:380px;margin:0 auto}.hero .description{max-width:90%;margin:0 auto 24px;font-size:20px}.hero .title{align-items:center;margin-bottom:24px}.hero .title svg{max-width:300px}}@media (max-width: 768px){.hero{padding:20px 0 40px}.hero .hero-image{max-width:320px}.hero .title svg{max-width:250px}.hero .description{font-size:18px;line-height:1.3}.hero .btn{padding:10px 20px}}@media (max-width: 480px){.hero{padding:10px 0 30px}.hero .container{gap:30px}.hero .hero-image{max-width:280px}.hero .title{margin-bottom:16px}.hero .title svg{max-width:200px}.hero .description{font-size:16px;margin-bottom:20px}.hero .btn{padding:8px 16px;font-size:.9rem}}.ecosystem{background-color:var(--white);padding:80px 0;overflow:hidden}.ecosystem .container{display:flex;align-items:center;justify-content:space-between;gap:40px}.ecosystem .section-title{color:var(--mexican-red-red-700-main);font-size:40px;font-weight:600;line-height:1.4;margin-bottom:48px;font-family:Roboto,sans-serif;text-align:center}.ecosystem .features{display:flex;flex-direction:column;gap:30px;margin-bottom:60px;width:100%;max-width:605px}.ecosystem .feature-card{background-color:var(--saffron-yellow-50);border-radius:24px;padding:24px;display:flex;align-items:center;transition:transform .3s ease,box-shadow .3s ease;border:1px solid var(--saffron-yellow-200);max-width:605px;gap:20px}.ecosystem .feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000012}.ecosystem .feature-icon-wrapper{flex-shrink:0}.ecosystem .feature-icon{padding:24px;display:flex;width:80px;height:80px;justify-content:center;align-items:center;border-radius:24px;background-color:var(--saffron-yellow-400-main);transition:all .3s ease}.ecosystem .feature-card:hover .feature-icon{transform:rotate(10deg)}.ecosystem .icon-interface,.ecosystem .icon-easy,.ecosystem .icon-versatile{width:30px;height:30px;background-color:#c73d3a;display:block}.ecosystem .feature-content{flex:1}.ecosystem .feature-content h3{color:var(--saffron-yellow-900);margin-bottom:8px;font-size:22px;font-weight:500;line-height:1.4}.ecosystem .feature-content p{color:var(--saffron-yellow-900);line-height:1.5;font-size:16px;font-weight:400}.ecosystem .ecosystem-image{width:603px;height:791px;position:relative}.ecosystem .ecosystem-image img{width:100%;height:auto;object-fit:contain}.ecosystem .ecosystem-image-elipse{background:url(/assets/eco-glc-elipse-C2odaZtX.png) no-repeat top center;position:absolute;top:-100px;right:-100px;width:130%;height:100%;z-index:-1;background-size:contain}@media (max-width: 1200px){.ecosystem{padding:60px 0}.ecosystem .container{flex-direction:column}.ecosystem .section-title{font-size:36px;margin-bottom:40px}.ecosystem .features{margin-bottom:50px;max-width:100%}.ecosystem .feature-card{max-width:100%}.ecosystem .ecosystem-image{width:500px;height:auto;margin:0 auto}}@media (max-width: 960px){.ecosystem{padding:50px 0}.ecosystem .section-title{font-size:32px;margin-bottom:30px}.ecosystem .feature-card{padding:20px}.ecosystem .feature-icon{width:70px;height:70px;padding:20px}.ecosystem .feature-content h3{font-size:20px}.ecosystem .ecosystem-image{width:400px}}@media (max-width: 768px){.ecosystem{padding:40px 0}.ecosystem .section-title{font-size:28px}.ecosystem .features{gap:20px}.ecosystem .feature-card{flex-direction:column;text-align:center;align-items:center;padding:25px 20px}.ecosystem .feature-content h3{margin-top:15px}.ecosystem .ecosystem-image{width:350px}}@media (max-width: 480px){.ecosystem{padding:30px 0}.ecosystem .section-title{font-size:24px;line-height:1.3;margin-bottom:25px}.ecosystem .features{gap:15px}.ecosystem .feature-card{padding:20px 15px}.ecosystem .feature-icon{width:60px;height:60px;padding:15px}.ecosystem .feature-content h3{font-size:18px}.ecosystem .feature-content p{font-size:14px}.ecosystem .ecosystem-image{width:280px}}.profile{background-color:var(--background);position:relative;padding:64px 0}.profile .container{display:flex;align-items:center;gap:56px}.profile .profile-img-container{flex-shrink:0;position:relative;width:499px;height:480px}.profile .profile-img{border-radius:50%;overflow:hidden;box-shadow:0 10px 30px #0000001a}.profile .profile-users{position:absolute;width:100%;height:100%;top:0;left:0}.profile .profile-user{position:absolute;border-radius:50%;overflow:hidden;box-shadow:0 4px 8px #00000026}.profile .profile-user-1{top:-20px;left:-20px}.profile .profile-user-2{bottom:20px;right:-20px}.profile .profile-user-3{bottom:-30px;left:30px}.profile .profile-content{flex:1}.profile .profile-content .section-title{color:var(--mexican-red-red-700-main);font-size:40px;font-weight:600;line-height:56px;margin-bottom:48px;font-family:Roboto,sans-serif}.profile .profile-text{font-size:16px;line-height:22px;color:var(--Black-950---Main);font-weight:400;margin-bottom:24px}.profile .cta{margin-top:30px;display:flex;align-items:center}@media (max-width: 1200px){.profile{padding:50px 0}.profile .profile-img-container{width:450px;height:440px}.profile .profile-content .section-title{font-size:36px;line-height:48px;margin-bottom:40px}}@media (max-width: 960px){.profile{padding:40px 0}.profile .container{flex-direction:column;text-align:center;gap:40px}.profile .profile-img-container{width:400px;height:400px;margin-bottom:20px}.profile .profile-content .section-title{font-size:32px;line-height:44px;margin-bottom:32px}.profile .profile-text{max-width:90%;margin:0 auto 24px}.profile .cta{margin-top:20px;justify-content:center}}@media (max-width: 768px){.profile{padding:30px 0}.profile .profile-img-container{width:350px;height:350px}.profile .profile-content .section-title{font-size:28px;line-height:40px;margin-bottom:24px}.profile .profile-text{font-size:15px;line-height:20px}.profile .cta{margin-top:20px;justify-content:center}}@media (max-width: 480px){.profile{padding:20px 0}.profile .container{gap:30px}.profile .profile-img-container{width:280px;height:280px}.profile .profile-content .section-title{font-size:24px;line-height:36px;margin-bottom:20px}.profile .profile-text{font-size:14px;line-height:18px}.profile .cta{margin-top:20px;justify-content:center}}.membership{background-color:var(--white);padding:64px 0}.membership .container{display:flex;align-items:center;justify-content:space-between;gap:24px}.membership .membership-content{flex:1;max-width:600px}.membership .membership-content .section-title{color:var(--mexican-red-red-700-main);font-size:40px;font-weight:600;line-height:56px;margin-bottom:48px;font-family:Roboto,sans-serif}.membership .membership-text{font-size:16px;line-height:22px;color:var(--Black-950---Main);font-weight:400;margin-bottom:24px}.membership .membership-img-container{flex-shrink:0;width:604px;height:480px}.membership .cta{display:flex;align-items:center;margin-top:30px}@media (max-width: 1200px){.membership{padding:50px 0}.membership .container{gap:20px}.membership .membership-content{max-width:500px}.membership .membership-content .section-title{font-size:36px;line-height:48px;margin-bottom:40px}.membership .membership-img-container{width:500px;height:400px}}@media (max-width: 960px){.membership{padding:40px 0}.membership .container{flex-direction:column-reverse;text-align:center;gap:32px}.membership .membership-content{max-width:100%}.membership .membership-content .section-title{font-size:32px;line-height:44px;margin-bottom:32px}.membership .membership-img-container{width:450px;height:360px;margin:0 auto}.membership .membership-text{max-width:90%;margin:0 auto 24px}.membership .cta{margin-top:24px;justify-content:center}}@media (max-width: 768px){.membership{padding:30px 0}.membership .container{gap:24px}.membership .membership-content .section-title{font-size:28px;line-height:40px;margin-bottom:24px}.membership .membership-img-container{width:380px;height:300px}.membership .membership-text{font-size:15px;line-height:20px}.membership .cta{margin-top:24px;justify-content:center}}@media (max-width: 480px){.membership{padding:20px 0}.membership .container{gap:20px}.membership .membership-content .section-title{font-size:24px;line-height:36px;margin-bottom:20px}.membership .membership-img-container{width:280px;height:220px}.membership .membership-text{font-size:14px;line-height:18px;margin-bottom:20px}.membership .cta{margin-top:20px;justify-content:center}}.news{background-color:var(--background);padding:64px 0;position:relative;overflow:hidden}.news .container{display:flex;align-items:flex-start;justify-content:space-between;gap:40px}.news .news-img-container{flex-shrink:0;width:604px;max-width:45%;position:relative}.news .news-img-container img{width:100%;height:auto;object-fit:contain;border-radius:16px;box-shadow:0 10px 25px #0000001a}.news .news-img-container:after{content:"";position:absolute;width:100%;height:100%;top:20px;left:20px;border-radius:16px;background-color:#f1be4e33;z-index:-1}.news .news-content{flex:1;max-width:604px}.news .news-content .section-title{color:var(--mexican-red-red-700-main);font-size:40px;font-weight:600;line-height:1.4;margin-bottom:12px;font-family:Roboto,sans-serif}.news .subtitle{font-size:16px;line-height:1.5;font-weight:400;color:var(--Black-950---Main);margin-bottom:40px;max-width:90%}.news .news-features{display:flex;flex-direction:column;gap:24px;margin-bottom:40px}.news .news-feature{background-color:var(--saffron-yellow-50);padding:20px;border-radius:24px;transition:all .3s ease;border:1px solid var(--saffron-yellow-200);position:relative;overflow:hidden;cursor:pointer;outline:none}.news .news-feature:before{content:"";position:absolute;left:0;top:0;width:6px;height:100%;background-color:var(--mexican-red-red-700-main);opacity:0;transition:opacity .3s ease}.news .news-feature:hover:before,.news .news-feature:focus:before,.news .news-feature.active:before{opacity:1}.news .news-feature:focus{box-shadow:0 0 0 2px var(--saffron-yellow-400-main)}.news .news-feature:hover,.news .news-feature:focus,.news .news-feature.active{transform:translateY(-5px);box-shadow:0 8px 15px #00000014;padding-left:24px}.news .news-feature h3{font-size:22px;color:var(--saffron-yellow-900);font-weight:500;line-height:1.4}.news .news-cta{display:flex;justify-content:flex-start;margin-top:24px}@media (max-width: 1200px){.news{padding:60px 0}.news .container{gap:30px}.news .news-content .section-title{font-size:36px}.news .news-feature h3{font-size:20px}}@media (max-width: 960px){.news{padding:50px 0}.news .container{flex-direction:column;align-items:center;text-align:center}.news .news-img-container{margin-bottom:30px;max-width:500px;width:100%}.news .news-img-container:after{top:15px;left:15px}.news .news-content{max-width:100%}.news .subtitle{margin-left:auto;margin-right:auto}.news .news-content .section-title{font-size:32px}.news .news-cta{justify-content:center}}@media (max-width: 768px){.news{padding:40px 0}.news .news-img-container{max-width:90%}.news .news-content .section-title{font-size:28px}.news .subtitle{font-size:15px;margin-bottom:30px}.news .news-features{gap:16px;margin-bottom:30px}.news .news-feature{padding:16px;border-radius:16px}.news .news-feature:hover,.news .news-feature:focus,.news .news-feature.active{padding-left:20px}.news .news-feature h3{font-size:18px}}@media (max-width: 480px){.news{padding:30px 0}.news .news-content .section-title{font-size:24px;margin-bottom:8px}.news .subtitle{font-size:14px;margin-bottom:24px}.news .news-feature{padding:14px;border-radius:12px}.news .news-feature:hover,.news .news-feature:focus,.news .news-feature.active{padding-left:18px}.news .news-feature h3{font-size:16px;line-height:1.3}.news .news-features{gap:12px;margin-bottom:24px}.news .news-cta .btn{justify-content:center}}.global-trusted{padding:104px 0;background:url(/assets/map-glc-BaY072X1.png) no-repeat top center;height:400px}.global-trusted .container{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}.global-trusted .section-title{font-size:40px;font-weight:600;line-height:56px;color:var(--mexican-red-red-700-main);font-family:Roboto,sans-serif;text-align:center}.global-trusted .global-text{font-size:16px;line-height:22px;color:var(--Black-950---Main);font-weight:400;text-align:center;max-width:800px}.global-trusted .flags-container{display:flex;justify-content:center;flex-wrap:wrap;gap:20px}@media (max-width: 1200px){.global-trusted{padding:80px 0;height:360px}.global-trusted .section-title{font-size:36px;line-height:48px}.global-trusted .global-text{max-width:700px}}@media (max-width: 960px){.global-trusted{padding:60px 0;height:320px}.global-trusted .container{gap:20px}.global-trusted .section-title{font-size:32px;line-height:44px}.global-trusted .global-text{font-size:15px;line-height:20px;max-width:600px}.global-trusted .flags-container{gap:16px}}@media (max-width: 768px){.global-trusted{padding:40px 0;height:280px;background-size:contain}.global-trusted .container{gap:16px}.global-trusted .section-title{font-size:28px;line-height:40px}.global-trusted .global-text{font-size:14px;line-height:19px;max-width:90%}}@media (max-width: 480px){.global-trusted{padding:30px 0;height:240px}.global-trusted .section-title{font-size:24px;line-height:36px}.global-trusted .global-text{font-size:13px;line-height:18px}.global-trusted .flags-container{gap:12px}}.global-section{padding:88px 0;position:relative;overflow:hidden;background:url(/assets/global-glc-BsYXNWLs.png) no-repeat top center}.global-section .container{position:relative;z-index:1;display:flex;justify-content:center;flex-direction:column}.global-section .section-title{color:var(--mexican-red-red-700-main);font-size:40px;font-weight:600;line-height:56px;font-family:Roboto,sans-serif;text-align:center;margin-bottom:24px}.global-section .subtitle{font-size:16px;line-height:22px;color:var(--Black-950---Main);font-weight:400;margin-bottom:24px;text-align:center;max-width:800px;margin-left:auto;margin-right:auto}.global-section .global-features{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.global-section .global-feature{background-color:var(--saffron-yellow-50);padding:24px;border-radius:24px;transition:transform .3s ease,box-shadow .3s ease;border:1px solid var(--saffron-yellow-200)}.global-section .global-feature:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0000001a}.global-section .feature-icon{width:80px;height:80px;padding:24px 22px;background-color:var(--saffron-yellow-400-main);border-radius:24px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.global-section .global-feature h3{color:var(--saffron-yellow-900);margin-bottom:4px;font-size:22px;font-weight:500;line-height:31px}.global-section .global-feature p{color:var(--saffron-yellow-900);font-size:16px;font-weight:400;line-height:22px}@media (max-width: 1200px){.global-section{padding:70px 0}.global-section .section-title{font-size:36px;line-height:48px;margin-bottom:20px}.global-section .subtitle{font-size:15px;line-height:20px;max-width:700px}.global-section .global-features{gap:20px}.global-section .global-feature{padding:20px}.global-section .feature-icon{width:70px;height:70px;padding:20px 18px}.global-section .global-feature h3{font-size:20px;line-height:28px}.global-section .global-feature p{font-size:15px;line-height:20px}}@media (max-width: 960px){.global-section{padding:50px 0}.global-section .section-title{font-size:32px;line-height:44px;margin-bottom:16px}.global-section .subtitle{font-size:14px;line-height:19px;margin-bottom:20px}.global-section .global-features{grid-template-columns:repeat(2,1fr);gap:16px}.global-section .feature-icon{width:60px;height:60px;padding:16px 14px}.global-section .global-feature h3{font-size:18px;line-height:26px}.global-section .global-feature p{font-size:14px;line-height:19px}}@media (max-width: 768px){.global-section{padding:40px 0;background-size:contain}.global-section .section-title{font-size:28px;line-height:40px}.global-section .subtitle{font-size:13px;line-height:18px;max-width:90%}.global-section .global-features{grid-template-columns:1fr;max-width:450px;margin:0 auto}.global-section .global-feature{padding:16px}.global-section .feature-icon{width:50px;height:50px;padding:14px 12px;margin-bottom:12px}}@media (max-width: 480px){.global-section{padding:30px 0}.global-section .section-title{font-size:24px;line-height:36px;margin-bottom:12px}.global-section .global-features{max-width:100%;gap:12px}.global-section .global-feature h3{font-size:16px;line-height:24px}.global-section .global-feature p{font-size:13px;line-height:18px}}.footer{padding:64px 0 32px;background-color:var(--saffron-yellow-100);border-radius:48px 48px 0 0;position:relative}.footer .footer-content{position:relative}.footer .footer-content .container{display:flex;justify-content:center;flex-direction:column;gap:32px}.footer .footer-logo-centered{position:relative;z-index:1;margin:0 auto;display:flex;justify-content:center}.footer .footer-logo-centered img{max-width:180px;height:auto}.footer .footer-quote{max-width:800px;position:relative;z-index:1;margin:0 auto}.footer .footer-quote p{font-size:16px;color:var(--saffron-yellow-950);line-height:1.6;font-weight:400;text-align:center}.footer .app-downloads{display:flex;justify-content:center;gap:20px;position:relative;z-index:1}.footer .app-downloads__item{display:flex;flex-direction:column;align-items:center;gap:8px}.footer .app-downloads__item>img{cursor:pointer}.footer .app-downloads__item>a{cursor:pointer;font-size:10px;background-color:var(--Black-950---Main);padding:4px 8px;border-radius:4px;color:var(--saffron-yellow-50)}.footer .app-downloads img{max-height:50px;width:auto;transition:transform .3s ease}.footer .app-downloads img:hover{transform:translateY(-5px)}.footer .footer-nav{display:flex;justify-content:center;flex-wrap:wrap;gap:55px;margin-bottom:32px;padding:8px 16px}.footer .footer-nav-item a{text-decoration:none;color:var(--saffron-yellow-900);font-weight:500;transition:color .3s ease;font-size:15px;line-height:21px}.footer .footer-nav-item a:hover{color:var(--mexican-red-red-700-main)}.footer .footer-legal{margin-top:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding-top:20px;border-top:1px solid rgba(115,55,27,.1)}.footer .footer-legal .legal-link{color:var(--saffron-yellow-900);font-size:14px;font-weight:500;transition:color .2s ease;text-decoration:none}.footer .footer-legal .legal-link:hover{color:var(--mexican-red-red-700-main);text-decoration:underline}.footer .footer-legal .copyright{color:var(--saffron-yellow-900);font-size:13px;opacity:.8}@media (max-width: 1200px){.footer{padding:50px 0 30px;border-radius:40px 40px 0 0}.footer .footer-nav{gap:40px}.footer .footer-quote{max-width:90%}.footer .footer-legal{padding-top:16px}}@media (max-width: 960px){.footer{padding:40px 0 25px;border-radius:30px 30px 0 0}.footer .footer-content .container{gap:25px}.footer .footer-nav{gap:30px;margin-bottom:25px}.footer .footer-logo-centered img{max-width:150px}.footer .footer-quote p{font-size:15px}}@media (max-width: 768px){.footer{padding:35px 0 20px;border-radius:25px 25px 0 0}.footer .footer-content .container{gap:20px}.footer .footer-nav{gap:20px;row-gap:15px;margin-bottom:20px;justify-content:space-around}.footer .app-downloads{flex-direction:column;align-items:center;gap:15px}.footer .footer-logo-centered img{max-width:130px}.footer .footer-quote p{font-size:14px;line-height:1.5}.footer .footer-nav-item a{font-size:14px}.footer .footer-legal{padding-top:12px}.footer .footer-legal .legal-link{font-size:13px}.footer .footer-legal .copyright{font-size:12px}}@media (max-width: 480px){.footer{padding:30px 0 20px;border-radius:20px 20px 0 0}.footer .footer-content .container{gap:18px}.footer .footer-nav{flex-direction:column;align-items:center;gap:12px;margin-bottom:15px}.footer .footer-logo-centered img{max-width:110px}.footer .footer-quote p{font-size:13px}.footer .app-downloads img{max-height:45px}}.terms-section{padding:100px 0 60px;background-color:var(--saffron-yellow-50);min-height:100vh}.terms-section .container{max-width:900px}.terms-section .terms-content{background-color:#fff;padding:40px;border-radius:16px;box-shadow:0 4px 24px #00000014;font-family:Roboto,sans-serif}.terms-section h1{color:var(--mexican-red-red-700-main);font-size:32px;margin-bottom:8px;text-align:center;font-weight:600}.terms-section .last-updated{color:var(--Black-950---Main);font-size:14px;margin-bottom:30px;text-align:center;opacity:.7}.terms-section .terms-intro{margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid rgba(115,55,27,.1)}.terms-section .terms-intro p{margin-bottom:16px;line-height:1.6;color:var(--Black-950---Main);font-size:15px}.terms-section .terms-intro strong{font-weight:600;color:var(--mexican-red-red-700-main)}.terms-section .terms-item{margin-bottom:32px;padding-bottom:10px}.terms-section .terms-item:not(:last-child){border-bottom:1px solid rgba(115,55,27,.05)}.terms-section .terms-item h2{color:var(--saffron-yellow-800);font-size:20px;margin-bottom:16px;font-weight:600;padding-bottom:8px;border-bottom:2px solid var(--saffron-yellow-400-main);display:inline-block}.terms-section .terms-item h3{color:var(--mexican-red-red-700-main);font-size:17px;margin:16px 0 10px;font-weight:500}.terms-section .terms-item p{margin-bottom:12px;line-height:1.6;color:var(--Black-950---Main);font-size:15px}.terms-section .terms-item ul{list-style-type:disc;padding-left:24px;margin-bottom:16px}.terms-section .terms-item ul li{margin-bottom:8px;line-height:1.5;color:var(--Black-950---Main);font-size:15px}.terms-section .terms-item .sub-section{margin-bottom:16px;padding-left:12px;border-left:2px solid var(--saffron-yellow-200)}.terms-section .terms-item .contact-details{background-color:var(--saffron-yellow-50);padding:16px;border-radius:8px;margin-top:12px}.terms-section .terms-item .contact-details p{margin-bottom:8px}.terms-section .terms-item .contact-details p strong{font-weight:600;color:var(--saffron-yellow-900)}@media (max-width: 960px){.terms-section{padding:80px 0 40px}.terms-section .terms-content{padding:30px}.terms-section h1{font-size:28px}.terms-section .terms-item h2{font-size:19px}.terms-section .terms-item h3{font-size:16px}}@media (max-width: 768px){.terms-section{padding:70px 0 30px}.terms-section .terms-content{padding:25px 20px;border-radius:12px}.terms-section h1{font-size:24px}.terms-section .terms-item{margin-bottom:24px}.terms-section .terms-item h2{font-size:18px;margin-bottom:12px}.terms-section .terms-item h3{font-size:16px}.terms-section .terms-item p,.terms-section .terms-item li{font-size:14px}.terms-section .terms-item .sub-section{padding-left:10px}}@media (max-width: 480px){.terms-section{padding:60px 0 20px}.terms-section .terms-content{padding:20px 15px;border-radius:8px}.terms-section h1{font-size:22px}.terms-section .last-updated{font-size:12px;margin-bottom:20px}.terms-section .terms-item{margin-bottom:20px}.terms-section .terms-item h2{font-size:17px;margin-bottom:10px;padding-bottom:6px}.terms-section .terms-item h3{font-size:15px;margin:12px 0 8px}.terms-section .terms-item p,.terms-section .terms-item li{font-size:13px;line-height:1.5;margin-bottom:10px}.terms-section .terms-item ul{padding-left:20px;margin-bottom:12px}.terms-section .terms-item ul li{margin-bottom:6px}.terms-section .terms-item .contact-details{padding:12px}}:root{--saffron-yellow-400-main: #f1be4e;--saffron-yellow-800: #8c421e;--saffron-yellow-900: #73371b;--saffron-yellow-950: #421B0A;--mexican-red-red-700-main: #ae1e28;--saffron-yellow-50: #fefaed;--saffron-yellow-200: #f7e398;--saffron-yellow-100: #fbf2cd;--Black-950---Main: #1e1e1e}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px}body{font-family:Roboto,sans-serif;background:url(/assets/bg-glc-DKRdSwhp.png) no-repeat top center;background-size:contain;overflow-x:hidden}body::-webkit-scrollbar{width:6px}body::-webkit-scrollbar-thumb{border-radius:50px;background-color:var(--saffron-yellow-900)}main{gap:48px;display:flex;flex-direction:column}.container{max-width:1232px;width:100%;margin:0 auto;position:relative;padding:0 20px}a{text-decoration:none;color:var(--saffron-yellow-900);font-size:15px;font-weight:500;line-height:21px;font-family:Roboto,sans-serif}span{font-family:Roboto,sans-serif;font-size:15px;font-weight:500;line-height:21px;color:var(--saffron-yellow-900)}p{font-family:Roboto,sans-serif;font-size:15px;font-weight:500;line-height:21px;color:var(--mexican-red-red-700-main)}h1,h2,h3,h4,h5,h6{font-family:Roboto,sans-serif;color:var(--mexican-red-red-700-main)}img{max-width:100%;height:auto}.hide-on-mobile{display:block}.show-on-mobile{display:none}@media (max-width: 768px){html{font-size:14px}.hide-on-mobile{display:none}.show-on-mobile{display:block}main{gap:32px}}@media (max-width: 480px){html{font-size:12px}.container{padding:0 15px}main{gap:24px}}
