@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{background:#0f0f0f;color:#fff;font-family:Montserrat;line-height:1.5}body,html{margin:0;overflow-x:hidden;padding:0}body,html,img{max-width:100%}img{display:block}button{cursor:pointer;font-family:inherit}.hero{align-items:center;display:flex;gap:0;justify-content:space-between;padding:7rem 3rem}.hero-content{flex:1 1;padding:0 1rem}.hero-content h1{font-size:2rem;font-weight:700;margin-bottom:1rem;text-align:left}.hero-content p{color:#b5b5b5;font-size:1.125rem;margin-bottom:3rem;text-align:left}.primary-btn{display:none}.hero-image{flex:1 1;margin-bottom:2rem;width:80%}@media (max-width:768px){.hero{flex-direction:column;padding:3rem 0 0;text-align:center}.hero-content h1{font-size:1rem;font-weight:700;margin-bottom:1rem}.hero-content p{color:#b5b5b5;font-size:.8rem}.primary-btn{background:linear-gradient(135deg,#7c3aed,#4f46e5);border:none;border-radius:1rem;box-shadow:0 0 15px #7c3aed80;color:#fff;cursor:pointer;display:inline-block;font-size:.8rem;font-weight:400;padding:1rem;transition:box-shadow .3s ease}.primary-btn:hover{background:#4e39b3}}.primary-btn{align-items:center;background:linear-gradient(135deg,#7c3aed,#4f46e5);border:none;border-radius:1rem;box-shadow:0 0 15px #7c3aed80;color:#fff;cursor:pointer;display:inline-flex;font-size:.8rem;font-weight:400;gap:8px;padding:1rem 1.2rem;transition:box-shadow .3s ease}.primary-btn img{display:block;object-fit:contain}.product-card{background:#181818;border-radius:14px;box-shadow:0 6px 18px #0006;color:#fff;font-family:Montserrat;margin:0 auto;overflow:hidden;width:100%}.product-image{background:#111;width:100%}.slider-wrapper{position:relative}.slider{overflow:hidden;width:100%}.slider img{display:block;height:auto;object-fit:cover;width:100%}.slider-btn{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 2px 6px #00000040;color:#000;cursor:pointer;display:flex;font-size:1.3rem;height:28px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .25s ease;width:28px}.slider-btn:hover{background:#000000a6;transform:translateY(-50%) scale(1.05)}.slider-btn.prev{left:10px}.slider-btn.next{right:10px}.dots{display:flex;gap:6px;justify-content:center;padding:10px 0}.dot{background:#555;border-radius:50%;cursor:pointer;height:7px;transition:.3s;width:7px}.dot.active{background:#7c4dff;transform:scale(1.25)}.product-info{display:flex;flex-direction:column;gap:10px;padding:18px 20px 24px}.product-info h3{font-size:1rem;font-weight:600;margin:0}.description{color:#c9c9c9;font-size:.92rem;line-height:1.45}.price{font-size:.9rem;font-weight:500}.old-price{font-size:.8rem;margin-left:8px;opacity:.6;text-decoration:line-through}.buttons-wrapper{display:flex;gap:10px;margin-top:6px}.primary-btn1,.primary-btn2{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:.9rem;font-weight:600;margin-top:1rem;padding:10px 0;transition:.25s}.primary-btn1{background:#7c4dff;color:#fff}.primary-btn1:hover{opacity:.9}.primary-btn2{background:#0000;border:2px solid #7c4dff;color:#7c4dff}.primary-btn2:hover{background:#7c4dff;color:#fff}.popup-overlay{align-items:center;background:#0000008c;display:flex;inset:0;justify-content:center;position:fixed;z-index:999}.popup{background:#202020;border-radius:12px;max-width:380px;padding:24px;text-align:center;width:90%}.popup h3{font-size:1.1rem;margin-bottom:14px}.popup input{background:#2a2a2a;border:1px solid #7c4dff;border-radius:8px;color:#fff;margin-bottom:16px;padding:10px 12px;width:100%}.popup button{border:none;border-radius:8px;cursor:pointer;font-weight:600;gap:1rem;padding:.6rem 1rem}.details-modal{background:#000000e6;display:flex;inset:0;justify-content:center;overflow-y:auto;padding:30px 12px;position:fixed;z-index:1000}.details-container{margin:0 auto;max-width:650px;padding:50px 12px 40px;width:100%}.details-close{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0000008c;border:1px solid #fff3;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:22px;height:38px;justify-content:center;position:absolute;right:14px;top:14px;transition:background .25s,transform .25s;width:38px;z-index:9999}.details-close:hover{background:#000000bf;transform:scale(1.06)}.details-img-main{border-radius:12px;max-height:420px;object-fit:cover;width:100%}.details-block{margin-top:8px}.details-block h4{margin-bottom:6px}.details-block ul{padding-left:18px}.details-block img{border-radius:12px;margin-top:8px;width:100%}.details-title{font-size:1rem;font-weight:700}.details-price{font-size:.9rem;opacity:.9}.details-main-image img{background:#111;border-radius:12px;display:block;margin:0 auto;max-height:310px;object-fit:contain;width:100%}.details-main-image{margin-bottom:18px}.details-thumbs{display:flex;gap:.3rem;overflow-x:auto;padding-bottom:6px;scroll-snap-type:x mandatory}.details-thumbs::-webkit-scrollbar{height:6px}.details-thumbs::-webkit-scrollbar-thumb{background:#c7c7c7;border-radius:20px}.details-thumbs{padding-left:1rem}.details-thumbs img{border-radius:6px;cursor:pointer;height:60px;object-fit:cover;opacity:.8;scroll-snap-align:start;transition:opacity .2s,transform .2s;width:60px}.details-thumbs img.active{border:2px solid #7c4dff;box-shadow:0 0 16px #7c4dff;margin-top:3px;opacity:1;transform:scale(1.12)}.btn-details{background:#7c4dff;border:none;border-radius:8px;color:#fff}.btn-details,.btn-details1{cursor:pointer;flex:1 1;font-size:.9rem;font-weight:600;padding:.7rem .9rem;text-align:center;transition:.25s}.btn-details1{background-color:initial;border:2px solid #7c4dff;border-radius:8px;color:#7c4dff}.details-buttons{display:flex;gap:1rem;gap:12px;justify-content:center;margin-top:1rem}.promo-text{color:#22455e;font-size:.95rem;font-weight:500;text-align:left}.btn-details-promo{background-color:#fff;border:2px solid #22455e;border-radius:8px;color:#22455e;cursor:pointer;font-size:.95rem;font-weight:600;padding:.6rem 1rem;transition:all .2s}.btn-details-promo:hover{background-color:#22455e;color:#fff}.details-full-description{color:#eee;font-size:.95rem;line-height:1.5;margin-top:20px;max-height:400px;overflow-y:auto;padding:0 10px}.description-block{margin-bottom:20px}.description-block h4{color:#fff;font-size:1.05rem;font-weight:600;margin-bottom:8px}.description-block p{color:#ccc;margin-bottom:6px}@media (max-width:600px){.inside-card-title{font-size:.9rem}.inside-desc{font-size:.7rem;height:35px}.inside-img{width:95%}}.combo-border{background-clip:padding-box,border-box;background-image:linear-gradient(#181818,#181818),linear-gradient(45deg,#7c4dff,#ff55c0);background-origin:border-box;border:2px solid #0000}.inside-style-cards{grid-gap:1rem;animation:cardsFadeIn .6s ease forwards;animation-delay:.15s;display:grid;gap:1rem;grid-template-columns:1fr;margin-top:1rem;opacity:0}.inside-card{animation:cardItemAppear .55s ease forwards;background:#1b1b1b;border-radius:16px;box-shadow:0 0 10px #0006;color:#fff;opacity:0;padding:0 0 .4rem;text-align:center;transform:translateY(20px)}.inside-card:first-child{animation-delay:.25s}.inside-card:nth-child(2){animation-delay:.35s}.inside-card:nth-child(3){animation-delay:.45s}.inside-card:nth-child(4){animation-delay:.55s}.inside-card:nth-child(5){animation-delay:.65s}.inside-header{align-items:flex-end;display:flex;height:2rem;justify-content:center}.inside-card-title{font-size:1.1rem;font-weight:600}.inside-divider{border-bottom:2px dashed #3d3d3d;margin:.5rem 0 .3rem}.inside-desc{color:#bbb;font-size:.85rem;justify-content:center;margin-bottom:.3rem}.inside-desc,.inside-images{align-items:center;display:flex}.inside-images{flex-direction:column;gap:.4rem}.inside-img-wrapper{display:flex;justify-content:center;width:100%}.inside-img{animation:imageAppear .6s ease forwards;animation-delay:.4s;border-radius:10px;object-fit:contain;opacity:0;transform:translateY(10px);width:90%}@keyframes cardsFadeIn{0%{opacity:0}to{opacity:1}}@keyframes cardItemAppear{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes imageAppear{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.inside-card-title{font-size:.9rem}.inside-desc{font-size:.7rem;height:35px}.inside-img{width:97%}}.price-wrapper{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.bf-price-badge{background:linear-gradient(135deg,#000,#222);border-radius:20px;box-shadow:0 3px 10px #0000004d;color:#fff;font-size:12px;font-weight:700;letter-spacing:.5px;padding:4px 10px;text-transform:uppercase}.bf-price-badge strong{color:red}.warning-buttons{align-items:center;display:flex;flex-direction:column;gap:12px;margin-top:20px}.instruction-popup,.warning-popup{max-width:420px;text-align:left}.warning-title{color:#d7263d;font-size:22px;font-weight:700;margin-bottom:15px;text-align:center}.instruction-extra,.warning-extra,.warning-text{font-size:16px;line-height:1.5;margin-bottom:10px}.instruction-list,.warning-list{font-size:16px;line-height:1.5;margin-bottom:20px;padding-left:20px}.primary-btn1,.primary-btn2{max-width:260px;width:80%}.instruction-popup.scrollable{max-height:80vh;overflow-y:auto;padding-bottom:20px}.instruction-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr);justify-items:center;margin:1rem 0 0;width:100%}.instruction-item:nth-child(3){grid-column:1/-1}.instruction-item{align-items:center;display:flex;flex-direction:column;width:100%}.instruction-img{border-radius:14px;box-shadow:0 2px 10px #00000026;max-width:240px;object-fit:cover;width:100%}.instruction-caption{font-size:15px;font-weight:600;margin-top:6px;text-align:center}@media (max-width:600px){.instruction-img{max-width:180px}.instruction-grid{gap:10px}}.currency-selector{align-items:center;display:flex;gap:6px;justify-content:flex-end;margin-top:-5px}.currency-label{font-size:.9rem;opacity:.7}.currency-selector select{backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background:#fff9;border:1px solid #0000001a;border-radius:12px;cursor:pointer;font-size:.7rem;padding:3px 7px;transition:all .25s ease}.currency-selector select:hover{background:#ffffffe6;box-shadow:0 2px 6px #0000001f}.currency-selector select:active{transform:scale(.97)}.product-card{position:relative}.gsheets-badge{align-items:center;background:#ffffffd9;border-radius:8px;box-shadow:0 2px 6px #00000026;cursor:pointer;display:flex;justify-content:center;padding:5px;position:absolute;right:8px;top:8px;transition:transform .15s;z-index:10}.gsheets-badge img{display:block;height:22px;width:22px}.gsheets-badge:hover{transform:scale(1.1)}.loading-popup{padding:30px 20px;text-align:center}.loader{animation:spin .8s linear infinite;border:4px solid #eee;border-radius:50%;border-top-color:#000;height:42px;margin:0 auto 15px;width:42px}@keyframes spin{to{transform:rotate(1turn)}}.price-card{background:#f5f7fa;border-radius:12px;box-shadow:0 4px 12px #00000014;font-size:16px;font-weight:600;justify-content:space-between;margin:20px auto;max-width:320px;padding:12px 16px}.price-card,.price-item{align-items:center;display:flex}.price-item{flex-direction:column}.currency{color:#777;font-size:12px}.amount{color:#222;font-size:18px}.price-arrow{color:#555;font-size:18px;margin:0 12px}.products{gap:4rem;margin:3rem 0}@media (min-width:1024px){.product-card{border-radius:18px;margin:0 auto;max-width:480px}.slider img{max-height:300px;object-fit:cover}.product-info{padding:16px 20px 22px}}.products{display:flex;flex-direction:column;gap:24px}@media (min-width:1024px){.products{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1100px;padding:20px}.product-card{width:100%}}.faq{border:1px solid #ccc;margin-top:0;padding:0}.faq h2{font-size:1rem}.faq-item{border-bottom:1px solid #eee;font-weight:400;transition:background .2s ease}.faq-item:hover{background:#ffffff08}.faq ul{list-style:none;margin:0;padding:0}.arrow{color:#fff;font-size:.7rem;transition:transform .3s}.arrow.open{transform:rotate(180deg)}.faq-answer{animation:fadeIn .3s ease-in-out;color:#fff;font-size:.8rem;line-height:1.5;margin-top:.6rem;padding-left:1.6rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.faq{border-radius:16px;box-shadow:0 4px 16px #0000000d;color:#fff;margin-bottom:0;padding:2.5rem 0 0}.faq h2{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.faq-list{list-style:none;margin:0;padding:0}.faq-item{cursor:pointer;padding:1rem 0;text-align:center}.faq-item,.faq-item:last-child{border-bottom:none}.faq-question{align-items:center;display:flex;font-size:1rem;gap:.6rem;justify-content:center}.faq-icon{font-size:1.1rem;transition:transform .3s ease}.faq-answer{color:#ccc;font-size:.7rem;margin-left:auto;margin-right:auto;margin-top:.75rem;max-width:540px}@media screen and (max-width:780px){.faq h2{font-size:1rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.faq-question{align-items:center;display:flex;font-size:.8rem;gap:.6rem;justify-content:center}}.footer{background:#0f0f0f;color:silver;font-size:.7rem;padding:0 0 2rem;text-align:center}.footer-links{margin-bottom:1rem}.footer-links a{color:#fff;margin:0 .4rem;text-align:center;text-decoration:none}.footer-links a:hover{text-decoration:underline}.footer-contact{margin-bottom:.5rem}.promo{background:#0f0f0f;border-top:1px solid #222;color:#fff;padding:80px 20px;text-align:center}.promo-content{margin:0 auto;max-width:600px}.promo h2{font-size:1rem;font-weight:700;margin-bottom:16px}.promo p{color:#d4d4d4;font-size:.8rem;line-height:1.6;margin-bottom:32px}.promo-btn{background:#fff;border:none;border-radius:12px;color:#000;cursor:pointer;font-size:.8rem;font-weight:600;padding:1rem 2rem;transition:all .25s ease}.promo-btn:hover{background:#e5e5e5;transform:translateY(-2px)}.App{margin:0 auto;max-width:1400px;padding:0 1rem}.reviews-section{color:#fff;padding:0;text-align:center}.reviews-title{font-size:1rem;font-weight:600;letter-spacing:.3px;margin-bottom:1.2rem;opacity:.85}.reviews-subtitle{color:#bdbdbd;font-size:.9rem;margin-top:.5rem}.reviews-grid{display:flex;flex-wrap:wrap;gap:1.2rem;justify-content:center;margin-left:auto;margin-right:auto;margin-top:3rem;max-width:900px}.review-card{background:#111;border:1px solid #2c2c2c;border-radius:14px;box-shadow:0 0 22px #00000080;max-width:230px;padding:.4rem}.review-card img{border-radius:12px;display:block;width:100%}.tilt-0{transform:rotate(-4deg)}.tilt-1{transform:rotate(3deg)}.tilt-2{transform:rotate(-2deg)}.tilt-3{transform:rotate(2deg)}.tilt-4{transform:rotate(-3deg)}.tilt-5{transform:rotate(4deg)}.tilt-6{transform:rotate(-1.5deg)}.tilt-7{transform:rotate(1.5deg)}.reviews-mail{color:#bdbdbd;font-size:.9rem;margin-top:3rem}.mail-photo-block img{border-radius:16px;box-shadow:0 0 24px #00000080;margin:1rem auto 0;max-width:450px;width:50%}@media (max-width:600px){.reviews-gallery{padding:1.5rem 0}.reviews-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr);max-width:100%;padding:0 4px;width:100%}.review-card{align-items:center;background:#111;border:1px solid #333;border-radius:16px;display:flex;justify-content:center;transform-origin:center;width:100%}.review-card img{border-radius:12px;object-fit:cover;width:100%}.tilt-0{transform:rotate(-4deg)}.tilt-1{transform:rotate(3deg)}.tilt-2{transform:rotate(-2deg)}.tilt-3{transform:rotate(4deg)}.tilt-4{transform:rotate(-3deg)}.tilt-5{transform:rotate(2deg)}.tilt-6{transform:rotate(-5deg)}.tilt-7{transform:rotate(5deg)}}@media (min-width:1024px){.mail-photo-block img{margin-top:1.5rem;max-width:160px;width:35%}}.forwhom{padding:2rem 1rem 0;text-align:center}.forwhom-title{color:#fff;font-size:1rem;font-weight:700;margin-bottom:1rem}.forwhom-list{display:flex;flex-direction:column;gap:.5rem}.forwhom-item{align-items:center;color:#fff;display:flex;font-size:.8rem;text-align:left}.forwhom-dot{background-color:#7c4dff;border-radius:50%;flex-shrink:0;height:.8em;margin-right:.5rem;width:.8em}.forwhom-bottom-image{display:flex;justify-content:flex-end;margin-top:-2rem}.forwhom-bottom-image img{border-radius:20px;width:40%}@media (min-width:1024px){.forwhom-bottom-image img{width:20%}}.money-problem-card{background:#181818;border-radius:14px;box-shadow:0 6px 18px #0006;color:#fff;font-family:Montserrat,sans-serif;margin:2rem 0 0;overflow:hidden;padding:26px 18px 34px;position:relative;text-align:center;width:100%}.money-header{margin-bottom:1rem}.money-title{font-size:.95rem;font-weight:600;line-height:1.4;margin-bottom:6px}.money-subtitle{color:#aaa;font-size:.82rem}.money-cards{display:flex;flex-wrap:wrap;gap:18px;justify-content:center;margin-bottom:1rem;position:relative}.money-item{background:#202020;border-radius:10px;box-shadow:0 4px 12px #00000059;cursor:default;padding:12px;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:150px}.money-item img{background:#111;border-radius:8px;margin-bottom:8px;object-fit:contain;width:100%}.money-item p{color:#e0e0e0;font-size:.8rem;line-height:1.3;margin:0}.money-item:first-child{transform:rotate(-6deg) translateY(6px);z-index:2}.money-item:nth-child(2){transform:rotate(5deg) translateY(0);z-index:3}.money-item:hover{box-shadow:0 10px 22px #7c4dff66;transform:scale(1.05) rotate(0deg);z-index:5}.money-footer{margin-top:8px}.lightbulb{font-size:1.6rem;margin-bottom:6px}.money-understand{font-size:.9rem;line-height:1.3}.extra-info-block span,.money-problem-card span{color:#3260ff;font-weight:600}@media (max-width:700px){.money-cards{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr);justify-items:center}.money-item{margin:0;max-width:160px;transform:rotate(0deg) translateY(0);width:90%}.money-item:nth-child(3){grid-column:1/-1;justify-self:center;transform:rotate(0deg)}}.extra-info-block{background:#2a2a2a;border-radius:12px;color:#fff;font-family:Montserrat,sans-serif;margin:20px auto 0;padding:20px;text-align:center;width:100%}.extra-title{font-size:1rem;font-weight:600;margin-bottom:8px}.extra-text{color:#ddd;font-size:.85rem;line-height:1.4;margin-bottom:12px}.extra-list{font-size:.9rem;list-style:disc inside;padding-left:0;text-align:left}.extra-list li{margin-bottom:6px}.inside__title{font-size:1rem;font-weight:700;margin-bottom:2rem;text-align:center}.inside__grid{grid-gap:1rem;animation:insideGridFade .6s ease forwards;animation-delay:.15s;color:#000;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));margin-bottom:3rem;opacity:0}.inside__card{animation:insideCardAppear .55s ease forwards;background:#f1f1f1;border-radius:20px;opacity:0;text-align:center;transform:translateY(20px)}.inside__card:first-child{animation-delay:.25s}.inside__card:nth-child(2){animation-delay:.35s}.inside__card:nth-child(3){animation-delay:.45s}.inside__card:nth-child(4){animation-delay:.55s}.inside__card:nth-child(5){animation-delay:.65s}.inside__header{align-items:flex-end;display:flex;height:70px;justify-content:center}.inside__card-title{font-size:1.5rem;font-weight:600;line-height:1.2}.inside__divider{border-bottom:2px dashed #d2d2d2;margin:.5rem 0}.inside__description{align-items:center;color:#444;display:flex;font-size:.9rem;height:45px;justify-content:center;margin-bottom:15px;padding:0 .2rem;text-align:center}.inside__images{align-items:center;display:flex;flex-direction:column;gap:.5rem}.inside__image-wrapper{display:flex;justify-content:center;width:100%}.inside__image{animation:insideImageAppear .6s ease forwards;animation-delay:.4s;border-radius:10px;max-height:260px;object-fit:contain;opacity:0;transform:translateY(10px);width:90%}@keyframes insideGridFade{0%{opacity:0}to{opacity:1}}@keyframes insideCardAppear{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes insideImageAppear{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.inside__title{font-size:1.3rem;margin-bottom:30px}.inside__grid{gap:.5rem;grid-template-columns:repeat(2,1fr)}.inside__card{border-radius:.8rem;padding:0 0 .5rem}.inside__header{height:3rem}.inside__card-title{font-size:.85rem}.inside__description{font-size:.7rem;height:38px;margin-bottom:10px}.inside__image{width:95%}}.howworks{margin:0 0 4rem;text-align:center}.howworks__title{font-size:1.4rem;font-weight:700;margin-bottom:10px}.howworks__subtitle{color:#aaa;font-size:1rem;line-height:1.4;margin-bottom:30px;margin-left:auto;margin-right:auto;max-width:500px}.howworks__slider{gap:.5rem}.howworks__arrow,.howworks__slider{align-items:center;display:flex;justify-content:center}.howworks__arrow{background:#f1f1f1;border:none;border-radius:50%;color:#000;cursor:pointer;font-size:2rem;height:1rem;transition:.25s;width:1rem}.howworks__arrow:hover{opacity:.85}.howworks__card{background:#f1f1f1;border-radius:18px;box-shadow:0 6px 18px #0000001a;max-width:600px;width:85%}.howworks__img{border-radius:10px;margin-bottom:17px;width:100%}.howworks__card-title{font-size:1.2rem;font-weight:600;margin-bottom:8px}.howworks__card-text{font-size:.95rem;line-height:1.4}@media (max-width:600px){.howworks__title{font-size:1.3rem}.howworks__subtitle{font-size:.9rem;margin-bottom:20px}.howworks__card{padding:6px}.howworks__card-title{font-size:1rem}.howworks__card-text{font-size:.85rem}.howworks__arrow{font-size:18px;height:1.8rem;width:1.8rem}}.howworks__card-text{color:#555;line-height:1.45;white-space:pre-line}
/*# sourceMappingURL=main.cff86f41.css.map*/