:root{--background-dark: #3f3222;--button-bg: #eeecdc;--text-light: #ffffff;--text-dark: #937f66;--card-bg: #5c4a34;--input-bg: #64523d;--gray-600-01: #937f66;--border-radius: 40px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 16px;--shadow-xs: 0 3px 7px 1px rgba(0, 0, 0, .1);--space-sm: 6px;--space-md: 10px;--space-lg: 16px;--space-xl: 20px}body{margin:0;font-family:Ubuntu,sans-serif;background-color:var(--background-dark);background-image:url(/assets/explore_background_pc-BmViygTA.svg);background-size:100%;background-repeat:no-repeat,no-repeat;background-position:center -100px,center -190px;color:var(--text-light);height:330vh;overflow-y:scroll;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:var(--button-bg) var(--card-bg)}body::-webkit-scrollbar{width:12px}body::-webkit-scrollbar-track{background:var(--card-bg);border-radius:10px}body::-webkit-scrollbar-thumb{background:var(--button-bg);border-radius:10px;border:2px solid var(--card-bg)}body::-webkit-scrollbar-thumb:hover{background:var(--text-light)}html::-webkit-scrollbar{width:12px}html::-webkit-scrollbar-thumb{background:var(--button-bg);border-radius:10px}@media (max-width: 768px){body{background-size:cover;background-repeat:no-repeat;background-position-y:200px;height:auto;padding:0 10px}body::-webkit-scrollbar{width:8px}body::-webkit-scrollbar-thumb{background:var(--button-bg)}html{overflow-x:hidden}}.header{display:flex;justify-content:space-between;align-items:center;background-color:var(--background-dark);padding:var(--space-lg) var(--space-xl);border-radius:var(--border-radius);max-width:1200px;margin:var(--space-lg) auto;box-shadow:0 3px 7px 1px #000}.header__top-row{display:flex;align-items:center;gap:var(--space-xl)}.header__logo{width:40px;height:auto}.header__menu{display:flex;gap:var(--space-xl);list-style:none;margin:0;padding:0}.header__menu-item{color:var(--gray-600-01);font-size:24px;font-weight:700;text-decoration:none;padding:var(--space-md) var(--space-lg);transition:color .3s ease}.header__menu-item:hover{color:var(--button-bg)}.header__bottom-row{display:flex;align-items:center;gap:var(--space-xl)}.header__dropdown{position:relative;display:flex;align-items:center;gap:var(--space-sm);cursor:pointer}.header__dropdown-trigger{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);background-color:transparent;color:var(--gray-600-01);border-radius:var(--radius-md)}.header__dropdown-menu{position:absolute;top:calc(100% + var(--space-sm));left:0;background-color:var(--card-bg);color:var(--text-light);border-radius:var(--radius-md);box-shadow:var(--shadow-xs);padding:var(--space-sm) 0;list-style:none;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:10;width:220px}.header__dropdown:hover .header__dropdown-menu{opacity:1;visibility:visible}.header__dropdown-menu img{width:25px;height:auto;margin-right:var(--space-sm)}.header__dropdown-item{padding:var(--space-sm) var(--space-md);cursor:pointer;display:flex;align-items:center;gap:var(--space-sm);font-size:17px;transition:background-color .3s ease}.header__dropdown-item:hover{background-color:var(--button-bg)}.header__dropdown-icon{width:25px;height:auto}.header__action-button{display:flex;align-items:center;justify-content:center;padding:var(--space-md) var(--space-xl);font-size:16px;font-weight:700;color:var(--background-dark);background-color:var(--button-bg);border:none;border-radius:var(--radius-lg);cursor:pointer;transition:background-color .3s ease}.header__action-button:hover{background-color:var(--input-bg);color:var(--text-light)}@media only screen and (max-width: 768px){.header{flex-direction:column;padding:var(--space-lg);width:95%}.header__top-row,.header__bottom-row{justify-content:center}.header__menu{gap:var(--space-md)}.header__menu-item{font-size:14px}}.explore-section{text-align:center;padding:120px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh}.explore-title{font-size:60px;font-weight:700;line-height:1.5;color:var(--text-light);margin-bottom:50px;text-align:center;max-width:900px}.partners-logos{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:60px;max-width:1200px}.partners-logos img{width:120px;height:auto;transition:transform .3s ease;object-fit:contain}.partners-logos img:hover{transform:scale(1.1)}@media (max-width: 768px){.explore-section{padding:80px 15px;min-height:auto}.explore-title{font-size:32px;line-height:1.3;margin-bottom:30px;max-width:90%}.partners-logos{gap:20px;max-width:100%}.partners-logos img{width:70px}}.safety-card{display:flex;justify-content:space-between;align-items:center;padding:20px 30px;margin:300px auto;background-color:var(--button-bg);border-radius:var(--border-radius);max-width:800px;height:auto;box-shadow:0 6px 12px #00000026;gap:20px}.safety-card__content{flex:1;margin-right:30px;text-align:left}.safety-card__title{font-size:40px;font-weight:700;text-transform:uppercase;color:var(--background-dark);margin-bottom:20px}.safety-card__description{font-size:18px;font-weight:700;line-height:1.6;color:var(--background-dark)}.safety-card__image img{flex-shrink:0;width:250px;height:250px;object-fit:contain}@media (max-width: 768px){.safety-card{flex-direction:column;text-align:center;padding:15px 10px;margin:350px auto 100px;gap:10px}.safety-card__content{margin-right:0;text-align:center}.safety-card__title{font-size:24px;margin-bottom:10px}.safety-card__description{font-size:14px;line-height:1.4}.safety-card__image img{width:150px;height:150px}}.partners-section{padding:60px 40px;text-align:center;color:var(--text-light)}.partners-section h2{font-size:36px;font-weight:700;margin-bottom:40px;text-transform:uppercase;color:var(--button-bg)}.partners-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:160px;row-gap:50px;justify-content:center;align-items:center;max-width:1100px;margin:0 auto}.partners-grid img{width:250px;height:auto;object-fit:contain;transition:transform .3s ease,box-shadow .3s ease;padding:10px}.partners-grid img:hover{transform:scale(1.15)}@media only screen and (max-width: 768px){.partners-section h2{font-size:30px}.partners-grid{gap:15px}.partners-grid{grid-template-columns:repeat(2,1fr);gap:20px}.partners-grid img{width:130px}}.community-section{padding:60px 20px;text-align:center;margin-top:150px}.community-section h2{font-size:36px;font-weight:700;color:var(--button-bg);margin-bottom:30px;text-transform:uppercase}.community-icons{display:flex;justify-content:center;align-items:center;gap:40px;flex-wrap:wrap}.community-icons img{width:60px;height:60px;border-radius:50%;background-color:var(--button-bg);padding:15px;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 10px #0003}.community-icons img:hover{transform:scale(1.2);box-shadow:0 6px 15px #0000004d;background-color:var(--text-light)}.footer{display:flex;flex-direction:column;align-items:center;gap:50px;padding-left:0;padding-right:0;background-color:#3f3222;background-position:center 100px;background-repeat:repeat;background-size:100% auto;width:100vw;margin-top:280px;z-index:1;color:var(--text-light);border-top:1px solid var(--text-dark)}.footer__divider{width:100vw;height:1px;background-color:#fff;margin-bottom:20px;box-shadow:0 -5px 5px #0000004d}.footer__content{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;width:100%;padding:0 40px;max-width:1400px;box-sizing:border-box}.footer__row{display:flex;justify-content:flex-start;gap:155px;width:100%}.footer__column{flex:0 0 10%;max-width:45%;display:flex;flex-direction:column;gap:10px;text-align:left;margin:0;padding:0}.footer__subscribe-column{margin-top:0}.footer__title{font-size:22px;font-weight:700;margin:0;color:var(--button-bg)}.footer__links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.footer__links a{text-decoration:none;color:var(--gray-600-01);font-size:16px;transition:color .3s ease}.footer__links a:hover{color:var(--button-bg);text-decoration:underline}.footer__subscribe-column{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-top:-20px}.footer__subscribe-title{font-size:22px;font-weight:700;color:var(--button-bg);margin-bottom:0;margin-left:-35px}.footer__subscribe-description{font-size:15px;color:var(--text-dark);margin-bottom:5px;margin-top:0;margin-left:-15px}.footer__subscribe-button{align-self:center;padding:12px 24px;font-size:30px;font-weight:700;background-color:var(--button-bg);color:var(--background-dark);border:none;border-radius:10px;cursor:pointer;transition:transform .2s ease,background-color .3s ease;margin-left:-150px}.footer__subscribe-button:hover{background-color:var(--text-light);color:var(--background-dark);transform:scale(1.05)}.footer__subscribe-button:active{animation:pulse .5s ease}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.footer__social-icons{display:flex;justify-content:flex-end;gap:15px;margin-top:5px;padding:0;margin-right:145px}.footer__social-icons img{width:40px;height:40px;border-radius:50%;transition:transform .3s ease,box-shadow .3s ease}.footer__social-icons img:hover{transform:scale(1.1);box-shadow:0 4px 10px #0003}@media (max-width: 376px){.swap-section,.footer{max-width:100%;max-height:100%;overflow-x:hidden;box-sizing:border-box;padding-left:10px;padding-right:10px;height:500vh}}@media (max-width: 768px){.swap-section,.footer{width:100%;max-width:100vw;max-height:100%;overflow-x:hidden;box-sizing:border-box;padding-left:10px;padding-right:10px}.footer__content{display:flex;flex-direction:column;gap:20px}*{margin:0;padding:0;box-sizing:border-box}.footer__row{display:flex;justify-content:space-between;gap:100px}.footer__column{flex:1;text-align:center}.footer__title{font-size:16px}.footer__links{gap:5px}.footer__links a{font-size:14px}.footer__subscribe-column{margin-top:10px;margin-left:25%;text-align:center;gap:5px}.footer__subscribe-title{font-size:16px;margin-left:0%}.footer__divider{height:1px;width:100vh;margin-bottom:-10px;margin-right:10px}.footer__subscribe-description{font-size:12px;margin-left:3%}.footer__subscribe-button{font-size:14px;margin-left:0%;padding:8px 16px}.footer__social-icons{justify-content:center;gap:8px;margin-top:4px;margin-left:7%}.footer__social-icons img{width:25px;height:25px}}
