.text-black{color:#000}.testimonials{display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;font-family:poppins;width:100%;height:100vh}.testimonials__carousel{position:relative;width:100%;padding:3rem 0;overflow:hidden}.testimonials__track{display:flex;animation:scroll 10s linear infinite}.testimonials__track.paused{animation-play-state:paused}.testimonials__slide{margin:0 1rem;max-width:250px}.testimonials__slide:nth-child(2n){margin-top:-50px}.testimonial-card{position:relative;width:16rem;flex-shrink:0;cursor:pointer}.testimonial-card__image{width:100%;height:20rem;border-radius:1rem;object-fit:cover;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);transition:all .3s ease-in-out}.testimonial-card__initial-state{position:absolute;bottom:0;left:0;width:100%;height:100%;border-radius:1rem;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent);transition:opacity .3s ease-in-out}.testimonial-card__initial-content{position:absolute;bottom:0;width:100%;padding:1.25rem;color:#fff}.testimonial-card__initial-content h3{font-size:1.25rem;font-weight:700;margin:0}.testimonial-card__initial-content p{font-size:.875rem;color:#d1d5db;margin:0}.testimonial-card__hover-state{position:absolute;bottom:-2.5rem;left:0;right:0;z-index:10;padding:1rem;opacity:0;transition:all .3s ease-in-out}.testimonial-card__hover-content{position:relative;bottom:-26px;width:256px;left:-16px;border-radius:1rem;background-color:#000;color:#fff;padding:1rem}.testimonial-card__hover-content h3{font-size:1.25rem;font-weight:700;margin:0}.testimonial-card__hover-content .location{font-size:.875rem;color:#d1d5db;margin-bottom:.3rem}.testimonial-card__hover-content .quote{font-size:.875rem;color:#e5e7eb}.testimonial-card__notch{position:absolute;left:50%;top:-.75rem;transform:translateX(-50%);width:0;height:0;border-bottom:15px solid #000;border-left:15px solid transparent;border-right:15px solid transparent}.testimonial-card:hover .testimonial-card__initial-state{opacity:0}.testimonial-card:hover .testimonial-card__hover-state{opacity:1;bottom:0}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.winners-carousel{font-family:Poppins;background-color:#2d2620;padding:3rem 1rem;border-radius:60px}.winners-carousel__container{max-width:1280px;margin:auto;color:#fff}.winners-carousel__header{text-align:center;margin-bottom:2rem}.winners-carousel__header h1{font-size:2rem;font-weight:800;line-height:1.25}.winners-carousel__header p{margin-top:.75rem;font-size:1.125rem;color:#ccc}.winners-carousel__swiper{padding-top:1.25rem;padding-bottom:3rem}.winners-carousel__swiper .swiper-slide{width:80vw;max-width:700px;height:450px;transform:scale(.8);opacity:.4;transition:transform .5s ease,opacity .5s ease}.winners-carousel__swiper .swiper-slide.swiper-slide-active{transform:scale(1);opacity:1}.winners-carousel__swiper .swiper-pagination-bullet{background:hsla(0,0%,100%,.5);width:10px;height:10px;opacity:1}.winners-carousel__swiper .swiper-pagination-bullet-active{background:#f97316}.winners-carousel__cta{margin-top:4rem;background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:1.5rem;text-align:center}.winners-carousel__cta h2{font-size:1.75rem;font-weight:700;margin-bottom:1rem}.winners-carousel__cta button{background:#f97316;color:#fff;font-weight:700;padding:.75rem 2rem;border-radius:1rem;font-size:1.125rem;transition:all .3s ease}.winners-carousel__cta button:hover{background:#ea580c;transform:scale(1.05);box-shadow:0 0 0 4px rgba(249,115,22,.3)}.background-cream-color{background-color:#fffcea}.next-winner-section{width:max-content;margin:60px auto auto;padding:15px 55px;border-radius:50px}.next-winner-section h3{color:#3b322b;font-weight:900}.winner-card{position:relative;width:100%;height:100%;border-radius:1rem;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.3);transition:transform .5s}.winner-card__bg{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.winner-card__overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3),transparent)}.winner-card__play{inset:0;justify-content:center;transition:opacity .3s ease;cursor:pointer}.winner-card__footer,.winner-card__play{position:absolute;display:flex;align-items:center}.winner-card__footer{bottom:-10%;margin:auto;left:15%;padding:1rem;width:75%;justify-content:space-between;gap:1rem;background-color:#fff;border-radius:20px}.winner-card__info{display:flex;flex-direction:column;gap:.5rem}.winner-card__info .winner-card__badge{background:#ebc500;color:#3b322b;font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:16px;width:-moz-fit-content;width:fit-content}.winner-card__info .winner-card__title{font-size:24px;font-weight:900;color:#3b322b;font-family:Zurich Extra #000}.winner-card__info .winner-card__value{color:#3b322b;font-weight:600;font-size:16px}.winner-card__user{display:flex;align-items:end;justify-content:center;gap:.75rem;background:hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.5rem;border-radius:1rem;border:1px solid hsla(0,0%,100%,.3);box-shadow:0 4px 12px rgba(0,0,0,.25);width:150px;height:125px}.winner-card__user img{width:48px;height:48px;border-radius:.5rem;object-fit:cover;border:2px solid hsla(0,0%,100%,.5)}.winner-card__user .winner-card__user-label{font-size:.75rem;color:#e5e7eb}.winner-card__user .winner-card__user-name{font-weight:700;color:#e5e7eb}.video-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center}.video-modal__overlay{position:absolute;inset:0;background:rgba(0,0,0,.75)}.video-modal__content{position:relative;background:#000;padding:1rem;border-radius:1rem;width:90vw;max-width:800px;aspect-ratio:16/9}.video-modal__content iframe{width:100%;height:100%;border-radius:.5rem}.video-modal__close{position:absolute;top:-20px;right:-20px;background:#fff;color:#000;border:none;width:2rem;height:2rem;font-size:1.25rem}.common-button,.video-modal__close{border-radius:9999px;font-weight:700;cursor:pointer}.common-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;color:#fff;background-color:#f26a1b;border:none;transition:background .3s ease;position:relative}.common-button .hover-arrow{opacity:0;transform:translateX(-10px);display:inline-block}.common-button .dot,.common-button .hover-arrow,.common-button .label{transition:all .3s ease;color:#fff}.common-button .dot{font-size:1.5rem;line-height:1}.common-button:hover{background:linear-gradient(90deg,#f26a1b,#8e0038)}.common-button:hover .hover-arrow{opacity:1;transform:translateX(0)}.common-button:hover .dot,.common-button:hover .label{animation:push-right-return .4s ease-in-out}@keyframes push-right-return{0%{transform:translateX(0)}50%{transform:translateX(4px)}to{transform:translateX(0)}}.product-card{position:relative;overflow:hidden;border-radius:16px;padding:24px;height:192px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 20px -2px rgba(34,42,53,.08);transition:all .3s ease}.product-card:hover{box-shadow:0 8px 25px -5px rgba(34,42,53,.15)}.product-card.bg-gradient-navy{background:linear-gradient(135deg,#1e293b,#334155)}.product-card.bg-gradient-cyan{background:linear-gradient(135deg,#0891b2,#06b6d4)}.product-card.bg-gradient-brown{background:linear-gradient(135deg,#1c1917,#292524)}.product-content{z-index:10;flex:1 1}.product-subtitle{background:#ef2d4f;font-size:12px;font-weight:500;color:hsla(0,0%,100%,.8);margin-bottom:8px;text-transform:uppercase;letter-spacing:.05em;width:-moz-fit-content;width:fit-content;border-radius:4px;padding-right:4px}.product-star{margin:0 4px 4px}.product-title{font-size:20px;font-weight:700;color:#fff;margin-bottom:16px;line-height:1.2;max-width:200px}.product__button{font-size:12px;font-weight:700;color:#fff;background-color:#ea6b1e;padding:16px;border-radius:32px;display:flex;align-items:center}.product__button:hover{background:linear-gradient(90deg,#f26a1b,#8e0038)}.product__button-icon{margin-right:4px;font-size:12px;transform:rotate(-45deg);transition:transform .3s ease}.product__button:hover .product__button-icon{transform:rotate(0deg)}.product-image{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:96px;height:96px;overflow:hidden;border-radius:8px}.product-image img{width:100%;height:100%;object-fit:cover}.news-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px -2px rgba(34,42,53,.08);transition:all .3s ease;height:320px}.news-card:hover{box-shadow:0 8px 25px -5px rgba(34,42,53,.15)}.news-image{position:relative;overflow:hidden}.news-image img{width:100%;height:100%;object-fit:cover}.news-overlay{position:absolute;inset:0;background:rgba(0,0,0,.2)}.news-content{background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:2rem;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:space-between;position:absolute;bottom:10px;margin:0 15px;padding:24px}.news-title{font-size:16px;font-weight:600;color:#fff;margin-bottom:12px;-webkit-line-clamp:2}.news-description,.news-title{font-family:poppins;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.news-description{font-size:14px;font-weight:400;line-height:16px;color:#dcdcdc;margin-bottom:16px;-webkit-line-clamp:4}.news-button{width:100%;border-radius:9999px}.ecommerce-layout{min-height:100vh;background:#fffdf2;padding:32px 16px}.ecommerce-layout .container{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:40px}.ecommerce-layout .header-component{display:flex;align-items:center;justify-content:space-between}.ecommerce-layout .header-component .main-title{font-size:44px;font-weight:900;color:#3b322b;margin:0;font-family:Zurich Extra Black;letter-spacing:-2%}.ecommerce-layout .header-component p.main-subtitle{color:#3b322b;font-family:poppins;font-weight:400;text-transform:uppercase;letter-spacing:.05em;font-size:20px;margin:0}.ecommerce-layout .header-component-button{border-radius:9999px}@media(max-width:768px){.ecommerce-layout .header-component{flex-direction:column;align-items:center;gap:20px;text-align:center}.ecommerce-layout .header-component .header-content{display:flex;flex-direction:column;align-items:center}.ecommerce-layout .header-component .main-title{font-size:32px}.ecommerce-layout .header-component p.main-subtitle{font-size:16px}}.ecommerce-layout__button{font-size:16px;font-weight:700;font-family:poppins;color:#fff;background-color:#ea6b1e;padding:16px;border-radius:32px;display:flex;align-items:center}.ecommerce-layout__button:hover{background:linear-gradient(90deg,#f26a1b,#8e0038)}.ecommerce-layout__button-icon{margin-right:4px;font-size:16px;transform:rotate(-45deg);transition:transform .3s ease}.ecommerce-layout__button:hover .ecommerce-layout__button-icon{transform:rotate(0deg)}.ecommerce-layout .products-section{position:relative}.ecommerce-layout .products-section .products-swiper .swiper-pagination{position:relative;display:flex;justify-content:center;padding-top:20px}.ecommerce-layout .products-section .products-swiper .swiper-pagination-bullet{background:#ea6b1e;width:8px;height:8px}.ecommerce-layout .products-section .products-swiper .swiper-pagination-bullet-active{background:#ea6b1e;opacity:1}.ecommerce-layout .products-section .products-swiper .swiper-button-next,.ecommerce-layout .products-section .products-swiper .swiper-button-prev{color:#ea6b1e;font-size:20px}.product-banner{position:relative;border-radius:16px;overflow:hidden}.product-banner__image{width:100%;height:160px;object-fit:contain;border-radius:16px}.product-banner__content{position:absolute;bottom:28px;left:30px;color:#fff;padding:0 10px}.product-banner__title{font-size:1.25rem;font-weight:700;margin-bottom:4px}.product-banner__subtitle{font-size:.9rem;margin-bottom:8px}.product-banner__button{display:flex;align-items:center;background:#ea6b1e;color:#fff;border:none;padding:4px 16px;border-radius:32px;font-weight:600;cursor:pointer;width:100%;max-width:160px;margin:0 auto;font-size:14px;transition:all .3s ease}.product-banner__button:hover{background:linear-gradient(90deg,#f26a1b,#8e0038);transform:scale(1.02)}.product-banner__button-icon{margin-right:4px;font-size:12px;transform:rotate(-45deg);transition:transform .3s ease}.product-banner__button:hover .product-banner__button-icon{transform:rotate(0deg)}@media(max-width:768px){.product-banner__button{padding:6px 12px;max-width:140px;font-size:13px;border-radius:28px;margin:0;display:block;text-align:left}}.featured-slide-wrapper{display:flex;flex-direction:column;align-items:center}.banner-arrows{display:flex;justify-content:center;margin-top:16px;gap:16px}.banner-arrows .next-arrow,.banner-arrows .prev-arrow{background:#a1a1a1;border-radius:50%;padding:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s ease}.banner-arrows .next-arrow:hover,.banner-arrows .prev-arrow:hover{background-color:#888}.banner-arrows .next-arrow .arrow,.banner-arrows .prev-arrow .arrow{font-size:20px;color:#fff}.featured-section{margin:16px 0;position:relative}.featured-section .featured-banner{border-radius:48px;position:relative;overflow:hidden;background:linear-gradient(135deg,#1c1917,#292524);padding:32px;height:256px;display:flex;align-items:center;box-shadow:0 4px 20px -2px rgba(34,42,53,.08);transition:all .3s ease}.featured-section .featured-banner .banner-image{position:absolute;inset:0;width:100%;height:100%;z-index:1}.featured-section .featured-banner .banner-image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.featured-section .featured-banner .banner-content{position:relative;z-index:2;max-width:70%;color:#fff}.featured-section .featured-banner .banner-content h2{font-size:32px;font-family:Zurich Extra Black}@media(max-width:768px){.featured-section .featured-banner{border-radius:24px;padding:12px;height:180px;min-height:180px;display:flex;align-items:flex-end;justify-content:center}.featured-section .featured-banner .banner-content{max-width:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;position:absolute;left:0;bottom:0;padding-bottom:0;background:none}.featured-section .featured-banner .banner-content h2{font-size:24px}.featured-section .featured-banner .banner-content .featured__button{width:100%;max-width:100%;padding:10px 55px;font-size:16px;font-weight:600;border-radius:24px;background:#ff7300;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.08);gap:8px;margin:12px 0 10px}.featured-section .featured-banner .banner-content .featured__button-icon{font-size:18px;margin-right:8px}}.ecommerce-layout .news-section{display:flex;flex-direction:column;gap:32px;width:90%;margin:0 auto 40px}.ecommerce-layout .news-section .news-carousel-main .news-section{margin-bottom:0}.ecommerce-layout .news-section .news-header{text-align:center}.ecommerce-layout .news-section .news-header .news-title{font-size:44px;font-weight:700;color:#3b322b;margin-bottom:8px;font-family:Zurich Extra Black}.ecommerce-layout .news-section .news-header .news-subtitle{color:#3b322b;margin:0;font-size:20px}@media(max-width:768px){.ecommerce-layout .news-section .news-header .news-title{font-size:32px}.ecommerce-layout .news-section .news-header .news-subtitle{font-size:16px}}.ecommerce-layout .news-section .news-carousel{position:relative}.ecommerce-layout .news-section .news-carousel .news-swiper .swiper-pagination-bullet{background:#1e293b;width:8px;height:8px}.ecommerce-layout .news-section .news-carousel .news-swiper .swiper-pagination-bullet-active{background:#1e293b;opacity:1}.ecommerce-layout .news-section .news-carousel .news-swiper .swiper-button-next,.ecommerce-layout .news-section .news-carousel .news-swiper .swiper-button-prev{color:#1e293b;font-size:20px}.ecommerce-layout .news-section .news-footer{display:flex;justify-content:center}@media(max-width:768px){.ecommerce-layout .news-section{width:95%;gap:24px}.ecommerce-layout{padding:20px 12px}.ecommerce-layout .container{gap:0}}.featured__button{font-size:16px;font-weight:700;color:#fff;background-color:#ea6b1e;padding:12px;border-radius:32px;display:flex;align-items:center;justify-content:center}.featured__button:hover{background:linear-gradient(90deg,#f26a1b,#8e0038)}.featured__button-icon{margin-right:4px;font-size:16px;transform:rotate(-45deg);transition:transform .3s ease}.featured__button:hover .featured__button-icon{transform:rotate(0deg)}@media(max-width:768px){.featured__button{font-size:14px;padding:10px}}.news-nav,.products-nav{background:#a1a1a1;color:#fff;font-size:20px;display:flex;align-items:center;justify-content:center;border-radius:9999px;cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,.1)}@media(max-width:768px){.news-nav,.products-nav{display:none}}.news-nav.custom-swiper-button-prev,.products-nav.custom-swiper-button-prev{left:-48px;padding:6px}.news-nav.custom-swiper-button-prev .back-arrow,.products-nav.custom-swiper-button-prev .back-arrow{position:relative;left:4px}.news-nav.custom-swiper-button-next,.products-nav.custom-swiper-button-next{right:-48px;padding:6px}.news-footer__button{font-size:16px;font-weight:700;color:#fff;background-color:#ea6b1e;padding:16px;border-radius:32px;display:flex;align-items:center}.news-footer__button:hover{background:linear-gradient(90deg,#f26a1b,#8e0038)}.news-footer__button-icon{margin-right:4px;font-size:16px;transform:rotate(-45deg);transition:transform .3s ease}.news-footer__button:hover .news-footer__button-icon{transform:rotate(0deg)}.desktop-shop-now-button{display:block}@media(max-width:768px){.desktop-shop-now-button{display:none}}.mobile-shop-now-container{display:none}@media(max-width:768px){.mobile-shop-now-container{display:block;text-align:center;width:100%;max-width:356px;margin:32px auto 0}.mobile-shop-now-container .featured__button{width:100%;padding:10px 80px;font-size:14px;border-radius:32px;margin-bottom:4px}.ecommerce-layout .products-section{margin-bottom:40px}}.mobile-news-arrows{display:none;justify-content:center;gap:16px;margin-top:20px}.mobile-news-arrow{background:#a1a1a1;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s ease;color:#fff;border:none}.mobile-news-arrow:hover{background-color:#888}@media(max-width:768px){.mobile-news-arrows{display:flex}.desktop-news-nav,.ecommerce-layout .header-component .featured__button{display:none}}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.partners-container{background-color:#fffdf2}.partners-container .partners-section{padding:1rem 0}.partners-container .partners-section:first-child{margin-bottom:48px}.partners-container .partners-section .partners-wrapper{max-width:1280px;margin:0 auto;display:flex;align-items:center;gap:2rem;padding:0 20px}.partners-container .partners-section .partners-wrapper .partners-heading{color:#fffdf2;font-family:zurich extra #000;font-size:30px;font-weight:900;width:250px;flex-shrink:0;margin:0}.partners-container .partners-section .partners-wrapper .carousel-container{flex-grow:1;overflow:hidden;padding:10px 0}.partners-container .partners-section .partners-wrapper .carousel-container .swiper{width:100%!important}.partners-container .partners-section .partners-wrapper .carousel-container .swiper-wrapper{align-items:center}.partners-container .partners-section .partners-wrapper .carousel-container .partner-logo{display:flex;justify-content:center;align-items:center;height:80px}.partners-container .partners-section .partners-wrapper .carousel-container .partner-logo .logo-image{height:60px;width:auto;object-fit:contain;filter:grayscale(100%) brightness(250%)}@media(max-width:768px){.partners-container .partners-section:first-child{margin-bottom:32px}.partners-container .partners-section .partners-wrapper{flex-direction:row;align-items:center;padding:0 16px}.partners-container .partners-section .partners-wrapper .partners-heading{width:auto;margin-bottom:0;margin-right:1rem;font-size:20px;flex-shrink:0;text-align:left}.partners-container .partners-section .partners-wrapper .partners-heading .desktop-title{display:none}.partners-container .partners-section .partners-wrapper .partners-heading .mobile-title{display:block;line-height:1.2}.partners-container .partners-section .partners-wrapper .partners-heading.charity-heading{color:#fff!important}.partners-container .partners-section .partners-wrapper .carousel-container{flex-grow:1;overflow:hidden;padding:8px 0}.partners-container .partners-section .partners-wrapper .carousel-container .swiper-slide{min-width:90px!important;display:flex;justify-content:center}.partners-container .partners-section .partners-wrapper .carousel-container .partner-logo{height:50px;margin:0 10px;display:flex;align-items:center;justify-content:center}.partners-container .partners-section .partners-wrapper .carousel-container .partner-logo img{height:45px;width:auto;max-width:none;display:block}}.partners-section:not(.charity-section) .partners-heading .desktop-title{display:block}.partners-section:not(.charity-section) .partners-heading .mobile-title{display:none}@media(min-width:769px){.partners-container .partners-section .partners-heading .desktop-title{display:block}.partners-container .partners-section .partners-heading .mobile-title{display:none}}.how-it-works-container{background-color:#fffdf2;padding:80px 40px 40px;text-align:center;font-family:poppins;position:relative}.how-it-works-container .section-title{font-size:44px;color:#3b322b;font-weight:900;margin-bottom:60px;text-transform:capitalize;font-family:Zurich Extra Black}.how-it-works-container .steps-wrapper{display:flex;justify-content:center;align-items:flex-start;gap:30px;position:relative;margin-bottom:40px}.how-it-works-container .steps-wrapper .step-card{position:relative;background:#f5f2ec;border-radius:20px;width:249px;height:220px;box-shadow:0 4px 12px rgba(0,0,0,.05);text-align:center;z-index:1;transition:transform .3s ease}.how-it-works-container .steps-wrapper .step-card:hover{transform:translateY(-8px)}.how-it-works-container .steps-wrapper .step-card .step-header{margin-bottom:10px}.how-it-works-container .steps-wrapper .step-card .step-title{font-weight:700;font-size:22px;font-family:poppins;margin-bottom:10px;color:#2b2119}.how-it-works-container .steps-wrapper .step-card .step-description{width:60%;margin:0 auto;color:#42372e;font-size:15.4px;font-weight:400;line-height:17.6px}.how-it-works-container .steps-wrapper .step-card .step-number-img{width:70px;height:auto}.how-it-works-container .steps-wrapper .step-card .step-arrow{position:absolute;right:-40px;top:25%;transform:translateY(-50%);width:100px;height:auto;z-index:0}.how-it-works-container .steps-wrapper .step-card.arrow-0 .step-arrow,.how-it-works-container .steps-wrapper .step-card.arrow-1 .step-arrow,.how-it-works-container .steps-wrapper .step-card.arrow-2 .step-arrow{right:-50px}.how-it-works-container .steps-wrapper .step-card .mobile-arrow{display:none}.how-it-works-container .steps-wrapper .step-card .coin-animation{position:absolute;top:0;left:50%;width:100px;height:100px;transform:translateX(-50%);pointer-events:none;z-index:1}.how-it-works-container .how-it-works__button{font-size:18px;font-weight:700;color:#fff;background-color:#ea6b1e;padding:16px;border-radius:32px;display:flex;align-items:center;border:none;cursor:pointer;transition:background .3s ease}.how-it-works-container .how-it-works__button:hover{background:linear-gradient(90deg,#f26a1b,#8e0038)}.how-it-works-container .how-it-works__button-icon{margin-right:4px;font-size:16px;transform:rotate(-45deg);transition:transform .3s ease}.how-it-works-container .how-it-works__button:hover .how-it-works__button-icon{transform:rotate(0deg)}.how-it-works-container__button-wrapper{display:flex;justify-content:center}@media(max-width:768px){.how-it-works-container{padding:25px 20px}.how-it-works-container .section-title{font-family:Zurich Extra Black;font-weight:900;font-style:Regular;font-size:20px;line-height:24px;letter-spacing:-.02em;text-align:center;margin-bottom:30px}.how-it-works-container .steps-wrapper{flex-direction:column;align-items:center;gap:40px;margin-bottom:30px}.how-it-works-container .steps-wrapper .step-card{width:100%;max-width:320px;max-height:none;padding:4px;height:auto;display:flex;flex-direction:row;align-items:center;text-align:left}.how-it-works-container .steps-wrapper .step-card:hover{transform:translateY(-5px)}.how-it-works-container .steps-wrapper .step-card .step-header{margin-bottom:0;margin-right:15px;flex-shrink:0;width:60px;height:60px;display:flex;justify-content:center;align-items:center;border-radius:50%}.how-it-works-container .steps-wrapper .step-card .step-number-img{width:60px;height:auto}.how-it-works-container .steps-wrapper .step-card .step-content{flex-grow:1;text-align:left}.how-it-works-container .steps-wrapper .step-card .step-title{font-size:18px;margin-bottom:8px;text-align:left}.how-it-works-container .steps-wrapper .step-card .step-description{width:100%;font-size:14px;line-height:1.4;text-align:left}.how-it-works-container .steps-wrapper .step-card .step-arrow{display:none}.how-it-works-container .steps-wrapper .step-card .mobile-arrow{display:block;position:absolute;bottom:-30px;left:50%;transform:translateX(-50%);z-index:2}.how-it-works-container .steps-wrapper .step-card .mobile-arrow .step-arrow-img{width:34px;height:auto;margin-right:130px;margin-left:-69px;margin-bottom:-14px}.how-it-works-container .steps-wrapper .step-card .coin-animation{width:60px;height:60px;top:5px;left:30px}.how-it-works-container .how-it-works__button{font-size:16px;padding:12px 96px}}