body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}#root,body,html{background-color:#fff;font-family:sans-serif;height:100%;overflow-x:hidden;width:100%}.App{background-color:#fbf7f7;height:100%;position:relative}.App .hamburger-icon{cursor:pointer;left:20px;position:fixed;top:10px;z-index:1001}.App .sidebar-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0009;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:999}.App .sticky-header-container{align-items:center;background-color:#0000;display:flex;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.App .landing-banner{align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:linear-gradient(0deg,#0003,#0003),linear-gradient(180deg,#4a1f62,#6d2976 98.92%);border-bottom-left-radius:30px;border-bottom-right-radius:30px;display:flex;flex-direction:column;height:350px;justify-content:center;min-width:260px;padding-bottom:25px;will-change:transform}.App .landing-banner .banner-wrapper{max-height:180px;max-width:180px}.App .landing-banner .banner-wrapper img{height:100%;object-fit:contain;width:100%}.App .landing-banner .banner-heading{align-items:center;color:#fff;display:flex;flex-direction:column;gap:5px;justify-content:center}.App .landing-banner .banner-heading span{font-size:26px;font-weight:600;text-align:center}.App .landing-banner .banner-heading p{color:#f1f1f1;font-size:20px;line-height:28px;text-align:center;width:285px}@media screen and (min-width:500px){.App .landing-banner{border-radius:0!important;height:300px}}.App .sticky-mini-banner{align-items:center;background:linear-gradient(0deg,#0003,#0003),linear-gradient(180deg,#4a1f62,#6d2976 98.92%);border-bottom-left-radius:10px;border-bottom-right-radius:10px;color:#fff;display:flex;gap:8px;height:50px;justify-content:center;left:0;opacity:0;padding:8px 16px;pointer-events:none;position:fixed;right:0;top:0;transform:translateY(-100%);transition:opacity .3s ease,transform .3s ease;will-change:transform;z-index:999}.App .sticky-mini-banner.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.App .sticky-mini-banner img{height:30px;object-fit:contain;width:auto}.App .sticky-mini-banner span{font-size:18px;font-weight:500}.sidebar{background-color:#fffef2;box-shadow:2px 0 8px #0003;height:100%;left:-280px;padding:1rem 0;position:fixed;top:0;transition:left .3s ease-in-out;width:0;z-index:1000}.sidebar.open{left:0;width:90%}.sidebar .sidebar-header{align-items:center;border-bottom:1px solid #000;display:flex;justify-content:space-between;padding-bottom:15px;position:relative;width:100%}.sidebar .sidebar-header .sidebar-logo-wrapper{align-items:center;display:flex;flex-direction:column;gap:4px;justify-content:center;margin:auto}.sidebar .sidebar-header img{height:80px;object-fit:contain}.sidebar .sidebar-header .close-icon{cursor:pointer;position:absolute;right:2px;top:-10px}.sidebar .sidebar-menu{list-style:none;margin-top:1rem}.sidebar .sidebar-menu li{align-items:center;border-bottom:1px solid #ececec;display:flex;font-size:16px;justify-content:space-between;padding:1rem;text-transform:capitalize}.sidebar .sidebar-menu li a{color:#777;text-decoration:none;text-transform:uppercase}.sidebar .sidebar-menu li a:hover{color:#6c2975}@media screen and (min-width:500px){.sidebar.open{left:0;width:20%}}.link-button{background:none;border:none;color:inherit;cursor:pointer;font:inherit;margin:0;padding:0;text-align:left;text-decoration:none}.phone-popup-overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;padding:16px;position:fixed;top:0;width:100%;z-index:1000}@media(max-width:768px){.phone-popup-overlay{align-items:flex-end;padding:0}}.phone-popup{background:linear-gradient(135deg,#e9d5ff,#ddd6fe);border-radius:24px;box-shadow:0 20px 40px #0000004d;overflow:visible;position:relative;width:600px}@media(max-width:768px){.phone-popup{animation:slideUp .3s ease-out;border-radius:24px 24px 0 0;max-width:100%;width:100%}}.close-btn:hover{background:#0000001a;color:#374151}.phone-popup-header{background:linear-gradient(135deg,#c4b5fd,#a78bfa);border-radius:24px 24px 0 0;padding:20px 24px;text-align:center}@media(max-width:768px){.phone-popup-header{padding:24px 20px}}.phone-popup-header h2{color:#374151;font-size:24px;font-weight:700;margin:0}@media(max-width:768px){.phone-popup-header h2{font-size:20px}}.phone-popup-content{padding:20px 25px}@media(max-width:768px){.phone-popup-content{padding:24px 20px}}.verification-text{color:#4b5563;font-size:16px;line-height:1.5;margin-bottom:32px;text-align:center}@media(max-width:768px){.verification-text{font-size:14px;margin-bottom:24px}}.phone-input-section{margin-bottom:24px}.phone-input-section label{color:#4b5563;display:block;font-size:16px;font-weight:500;margin-bottom:16px}@media(max-width:768px){.phone-input-section label{font-size:14px;margin-bottom:12px}}.phone-input-container{background:#f3f4f6;border:2px solid #0000;border-radius:12px;display:flex;overflow:visible;transition:border-color .2s ease}.phone-input-container:focus-within{border-color:#a855f7}.country-code-wrapper{position:relative}.country-code{align-items:center;background:#e5e7eb;border-radius:10px;border-right:1px solid #d1d5db;color:#374151;cursor:pointer;display:flex;font-weight:500;min-width:140px;padding:13px 16px;transition:background-color .2s ease}.country-code:hover{background:#d1d5db}@media(max-width:768px){.country-code{min-width:120px;padding:12px}}.mat-img{border-radius:2px;height:15px;object-fit:cover;width:20px}.country{color:#6b7280;font-size:14px;margin:0 8px}@media(max-width:768px){.country{font-size:12px;margin-right:4px}}.code{font-size:14px;margin-right:8px}@media(max-width:768px){.code{font-size:13px;margin-right:6px}}.dropdown-arrow{color:#6b7280;font-size:10px;transition:transform .2s ease}.dropdown-arrow.open{transform:rotate(180deg)}.country-dropdown{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 10px 25px #0000001a;left:0;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;width:200px;z-index:1000}.dropdown-search{border-bottom:1px solid #e5e7eb;padding:12px}.search-input{border:1px solid #d1d5db;border-radius:6px;font-size:14px;outline:none;padding:8px 12px;transition:border-color .2s ease;width:100%}.search-input:focus{border-color:#a855f7}.dropdown-list{-webkit-overflow-scrolling:touch;max-height:250px;overflow-y:auto;scrollbar-width:thin}@media(max-width:480px){.country-dropdown{left:0;max-height:60vh;right:0}.dropdown-list{max-height:55vh}}.dropdown-item{align-items:center;cursor:pointer;display:flex;padding:12px 16px;transition:background-color .2s ease}.dropdown-item:hover{background:#f3f4f6}.dropdown-item.selected{background:#e9d5ff;color:#7c3aed}.flag-img{border-radius:2px;height:15px;margin-right:12px;object-fit:cover;width:20px}.country-name{flex:1 1;font-size:14px}.dial-code{font-weight:500}.dial-code,.no-results{color:#6b7280;font-size:14px}.no-results{padding:16px;text-align:center}.phone-number-input{background:#f3f4f6;border:none;border-radius:10px;color:#374151;flex:1 1;font-size:16px;outline:none;padding:12px 16px;width:100%}.phone-number-error{color:red;font-size:12px;margin-left:5px;margin-top:4px}@media(max-width:768px){.phone-number-input{font-size:14px;padding:12px}}.phone-number-input::placeholder{color:#9ca3af}.get-otp-btn{align-items:center;background:linear-gradient(135deg,#c084fc,#a855f7);border:none;border-radius:16px;color:#1f2937;cursor:pointer;display:flex;font-size:16px;font-weight:700;justify-content:center;margin-bottom:24px;padding:16px 24px;transition:all .2s ease;width:100%}@media(max-width:768px){.get-otp-btn{font-size:14px;padding:14px 20px}}.get-otp-btn:hover{background:linear-gradient(135deg,#a855f7,#9333ea);box-shadow:0 10px 20px #a855f74d;transform:translateY(-2px)}.arrow{font-size:14px;margin-left:8px;transition:transform .2s ease}@media(max-width:768px){.arrow{font-size:12px}}.get-otp-btn:hover .arrow{transform:translateX(4px)}.loader-overlay{align-items:center;background:#00000080;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:9999}.loader{animation:spin 1s linear infinite;border:6px solid #fff;border-radius:50%;border-top-color:#a855f7;height:50px;width:50px}.google-popup-overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;padding:16px;position:fixed;top:0;width:100%;z-index:1000}@media(max-width:768px){.google-popup-overlay{align-items:flex-end;padding:0}}.google-popup{background:linear-gradient(135deg,#e9d5ff,#ddd6fe);border-radius:24px;box-shadow:0 20px 40px #0000004d;overflow:visible;position:relative;width:600px}@media(max-width:768px){.google-popup{animation:slideUp .3s ease-out;border-radius:24px 24px 0 0;max-width:100%;width:100%}}.close-btn{background:#fff3;height:32px;width:32px;z-index:10}.close-btn:hover{background:#ffffff4d;color:#1f2937}.google-popup-header{background:linear-gradient(135deg,#a855f7,#9333ea);border-radius:24px 24px 0 0;padding:32px 24px;text-align:center}.google-popup-header h2{color:#fff;font-size:24px;font-weight:700;margin:0}@media(max-width:768px){.google-popup-header{padding:24px 20px}.google-popup-header h2{color:#fff;font-size:20px}}.google-popup-content{padding:32px 24px}@media(max-width:768px){.google-popup-content{padding:24px 20px}}.illustration-container{display:flex;justify-content:center;margin-bottom:32px}.central-circle{background:linear-gradient(135deg,#a855f7,#7c3aed);height:128px;width:128px}.central-circle,.sun-container{align-items:center;border-radius:50%;display:flex;justify-content:center;position:relative}.sun-container{background:#fbbf24;height:64px;width:64px}.sun-core{background:#f59e0b;border-radius:50%;height:32px;position:relative;width:32px}.sun-rays{inset:0;position:absolute}.ray{background:#d97706;border-radius:1px;height:12px;transform:translate(-50%,-50%);transform-origin:50% 40px;width:2px}.person,.ray{left:50%;position:absolute;top:50%}.person{height:32px;transform:translate(-50%,-50%);transform-origin:50% 80px;width:24px}.person-body{background:linear-gradient(180deg,#c4b5fd,#a78bfa);border:2px solid #fff;border-radius:50%;height:100%;position:relative;width:100%}.person-head{height:8px;top:4px;width:8px}.person-head,.person-torso{background:#7c3aed;border-radius:50%;left:50%;position:absolute;transform:translateX(-50%)}.person-torso{bottom:4px;height:12px;width:12px}.app-info{margin-bottom:24px;text-align:center}.app-info h3{color:#1f2937;font-size:48px;font-weight:700;margin:0 0 8px}.app-info p{color:#4b5563;font-size:18px;margin:0}@media(max-width:768px){.app-info h3{font-size:36px}.app-info p{font-size:16px}}.google-login-btn{align-items:center;background:#fff;border:none;border-radius:16px;box-shadow:0 4px 6px #0000001a;color:#374151;cursor:pointer;display:flex;font-size:16px;font-weight:500;gap:12px;justify-content:center;margin-bottom:24px;padding:16px 24px;transition:all .2s ease;width:100%}.google-login-btn:hover{box-shadow:0 8px 20px #00000026;transform:translateY(-2px)}.google-login-btn.loading{cursor:not-allowed;opacity:.7}.google-login-btn:disabled{cursor:not-allowed;opacity:.5}.google-icon,.spinner{height:20px;width:20px}.spinner{animation:spin 1s linear infinite;border:2px solid #d1d5db;border-radius:50%;border-top-color:#6b7280}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.terms-text{color:#6b7280;font-size:12px;line-height:1.6;margin:0;text-align:center}.link{color:#2563eb;text-decoration:underline}.link:hover{color:#1d4ed8}@media(max-width:768px){.terms-text{font-size:11px}}.otp-app{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;padding:20px}.trigger-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;padding:12px 24px;transition:transform .2s}.trigger-btn:hover{transform:translateY(-2px)}.modal-overlay{animation:fadeIn .3s ease-out;background:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-container{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000001a;margin:0;max-width:none;padding:0;position:fixed;z-index:1001}.modal-container.hidden{display:none!important}@media(min-width:768px){.modal-container{animation:zoomIn .3s ease-out;left:50%;top:50%;transform:translate(-50%,-50%);width:500px}}@media(max-width:767px){.modal-container{animation:slideUp .4s cubic-bezier(.175,.885,.32,1.275);border-radius:16px 16px 0 0;bottom:0;left:0;right:0}}.modal-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px 16px 0 0;color:#fff;display:flex;justify-content:space-between;padding:20px;position:relative}.modal-header h2{font-size:20px;font-weight:600;margin:0}.close-btn{align-items:center;background:none;display:flex;font-size:24px;height:30px;justify-content:center;padding:0;transition:background .2s;width:30px}.modal-body{padding:30px 20px;text-align:center}.phone-text{color:#666;font-size:16px;margin-bottom:30px}.phone-number{color:#333;font-weight:600}.otp-inputs{display:flex;gap:12px;justify-content:center;margin-bottom:10px}.otp-input{border:2px solid #e0e0e0;border-radius:12px;color:#333;font-size:20px;font-weight:600;height:50px;outline:none;text-align:center;transition:all .3s;width:50px}.otp-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;transform:scale(1.05)}.otp-input:not(:placeholder-shown){background:linear-gradient(135deg,#667eea1a,#764ba21a);border-color:#667eea}.login-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-bottom:20px;padding:15px 40px;transition:all .3s;width:100%}.login-btn:hover:not(:disabled){box-shadow:0 8px 25px #667eea4d;transform:translateY(-2px)}.login-btn:disabled{cursor:not-allowed;opacity:.6}.resend-section{color:#666;font-size:14px}.timer{color:#e74c3c;font-weight:600}.resend-btn{background:none;border:none;color:#667eea;cursor:pointer;font-size:14px;text-decoration:underline;transition:color .2s}.resend-btn:hover{color:#764ba2}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.8)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@media(max-width:480px){.otp-inputs{gap:8px}.otp-input{font-size:18px;height:45px;width:45px}.modal-body{padding:25px 15px}}.otp-error{color:red;font-size:12px;margin-bottom:5px}.name-modal-overlay{align-items:center;background:#0006;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:9999}.name-modal-container{background:#fff;border-radius:20px;box-shadow:0 10px 40px #00000026;max-width:450px;overflow:hidden;position:relative;transform:translateY(0);transition:all .3s ease-in-out;width:100%}.name-modal-header{background:linear-gradient(135deg,#667eea,#764ba2);padding:24px;position:relative;text-align:center}.name-modal-header h3{color:#fff;font-size:24px;font-weight:700;line-height:1.2;margin:0}.close-btn{background:#0000;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:28px;font-weight:700;line-height:1;padding:4px;position:absolute;right:16px;top:16px;transition:all .2s ease}.close-btn:hover{background:#ffffff1a;transform:scale(1.1)}.name-modal-content{padding:24px}.name-modal-content label{color:#374151;display:block;font-size:18px;font-weight:600;margin-bottom:12px;text-align:left}.name-modal-content input{background-color:#fff;border:2px solid #e5e7eb;border-radius:12px;box-sizing:border-box;color:#374151;font-size:16px;margin-bottom:20px;outline:none;padding:14px 16px;transition:all .2s ease;width:100%}.name-modal-content input:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.name-modal-content input::placeholder{color:#9ca3af}.submit-btn{background:linear-gradient(135deg,#8b5cf6,#7c3aed);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:14px 0;transform:translateY(0);transition:all .2s ease;width:100%}.submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#7c3aed,#6d28d9);box-shadow:0 6px 20px #8b5cf64d;transform:translateY(-2px)}.submit-btn:active:not(:disabled){transform:translateY(0)}.submit-btn:disabled{background:#9ca3af;cursor:not-allowed;transform:none}@media(max-width:768px){.name-modal-overlay{align-items:flex-end;padding:0}.name-modal-container{animation:slideUp .3s ease-out;border-radius:20px 20px 0 0;margin:0;max-width:100%;transform:translateY(0);width:100%}.name-modal-header{padding:20px}.name-modal-header h3{font-size:22px}.name-modal-content{padding:20px 20px 30px}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media(min-width:769px){.name-modal-container:hover{box-shadow:0 20px 60px #0003;transform:translateY(-4px)}}.about-container{margin:0 auto;max-width:1200px;padding:2rem 1rem}.about-container h2{color:#333;font-size:1.75rem;margin-top:2rem;text-align:center}.about-container p{color:#555;font-size:1rem;line-height:1.6;margin-top:1rem;text-align:justify}.find-right{align-items:center;display:flex;justify-content:center;margin:30px auto;width:285px}.find-right span{color:#0c0c0d;font-size:20px;font-weight:300;line-height:28px;text-align:center}.first-consultation{align-items:center;border-image-slice:1;border-image-source:linear-gradient(90deg,#fcf7f4,#6c2975 50%,#fcf7f4);border-style:solid;border-width:1px 0;color:#5e256d;display:flex;justify-content:center;margin:30px auto;padding:15px 0;text-transform:uppercase;width:285px}.first-consultation span{font-size:18px;font-weight:400;text-align:center}.landing-icons-wrapper{align-items:center;display:flex;gap:2px;justify-content:center;margin:40px auto}.landing-icons-wrapper .landing-icon{align-items:center;border-right:1px solid #d7d7d7;display:flex;flex-direction:column;gap:8px;justify-content:center;padding:0 20px}.landing-icons-wrapper .landing-icon img{height:40px;object-fit:contain;width:40px}.landing-icons-wrapper .landing-icon span{color:#494747;font-size:14px;text-align:center}.landing-icons-wrapper .landing-icon:last-child{border-right:none}.download-free-chat-btn{align-items:center;background:linear-gradient(93.06deg,#ffd966 -3.92%,#ffe082 97.58%);border:.5px solid #ecb948;border-radius:100px;bottom:20px;box-shadow:0 4px 4px 0 rgba(0,0,0,.302);cursor:pointer;display:flex;font-weight:700;gap:10px;justify-content:center;left:50%;padding:16px 30px;position:fixed;transform:translateX(-50%);width:80%;z-index:10}@media screen and (min-width:500px){.download-free-chat-btn{max-width:30%}}.connect-with{align-items:center;display:flex;font-size:20px;justify-content:center;line-height:28px;margin:10px auto;padding:0 30px;text-align:center}.carousel-wrapper{-webkit-overflow-scrolling:touch;background-color:#fbf7f7;max-width:100%;overflow-x:auto;padding:40px 20px}.carousel-wrapper::-webkit-scrollbar{display:none}.carousel-wrapper .carousel-slides{display:flex;gap:10px;width:-webkit-max-content;width:max-content}@media screen and (min-width:500px){.carousel-wrapper .carousel-slides{gap:20px;margin:auto}}.carousel-wrapper .slide{flex:0 0 auto;height:230px;width:130px}.carousel-wrapper .slide img{height:100%;object-fit:contain;width:100%}@media screen and (min-width:500px){.carousel-wrapper .slide{height:450px;width:230px}}.testimonial-wrapper{align-items:center;background-color:#fffcf4;display:flex;flex-direction:column;justify-content:center;margin:auto;padding:10px 0}.testimonial-wrapper .testimonial-number{color:#298350;font-family:Poltawski Nowy;font-size:38px;font-weight:800}.testimonial-wrapper .testimonial-stars{max-height:200px;max-width:200px}.testimonial-wrapper .testimonial-stars img{height:100%;object-fit:contain;width:100%}.testimonial-wrapper .testimonial-totalReviews{color:#615e5f;font-size:12px;font-weight:200}.horoscope{background-color:#fffcf4}.carousel-slides-horoscope{display:flex;gap:10px;width:-webkit-max-content;width:max-content}@media screen and (min-width:500px){.carousel-slides-horoscope{gap:20px;margin:auto}}.carousel-slides-horoscope .slide-horoscope{align-items:center;background-color:#fff;border-radius:20px;display:flex;flex-direction:column;height:150px;justify-content:center;width:300px}.carousel-slides-horoscope .slide-horoscope .slide-header{align-items:center;display:flex;justify-content:space-between;width:100%}.carousel-slides-horoscope .slide-horoscope .slide-header .dp-wrapper{align-items:center;display:flex;gap:4px;justify-content:center;padding:10px}.carousel-slides-horoscope .slide-horoscope .slide-header .dp-wrapper .dp{background-color:#df95ff;border-radius:50%;max-height:30px;max-width:30px}.carousel-slides-horoscope .slide-horoscope .slide-header .dp-wrapper .dp img{height:100%;object-fit:contain;width:100%}.carousel-slides-horoscope .slide-horoscope .slide-header .dp-wrapper .dp-value{align-items:center;display:flex;flex-direction:column;gap:1px;justify-content:center;padding:5px 0}.carousel-slides-horoscope .slide-horoscope .slide-header .dp-wrapper .dp-value .dp-name{color:#302f30;font-size:14px}.carousel-slides-horoscope .slide-horoscope .slide-header .dp-wrapper .dp-value .dp-date{color:#949192;font-size:12px}.carousel-slides-horoscope .slide-horoscope .slide-header .rating{align-items:center;display:flex;gap:10px;justify-content:center;padding-right:10px}.carousel-slides-horoscope .slide-horoscope .slide-description{font-size:13px;font-weight:200;padding:0 17px;text-align:justify}.bottom-text{background-color:#fbf7f7;font-family:Raleway;font-size:20px;font-weight:400;letter-spacing:0;line-height:28px;padding-bottom:100px;padding-top:12px;text-align:center}.privacy-content{margin:0 auto;max-width:1200px;padding:2rem 1rem}.privacy-content h2{color:#333;font-size:1.75rem;margin-top:2rem;text-align:left;text-transform:uppercase}@media screen and (max-width:500px){.privacy-content h2{font-size:1.4rem}}.privacy-content li,.privacy-content p{color:#555;font-size:1rem;line-height:1.6;margin-top:1rem;text-align:justify}.privacy-content li{margin-left:1rem}.terms-content{margin:0 auto;max-width:1200px;padding:2rem 1rem}.terms-content h2{color:#333;font-size:1.75rem;margin-top:2rem;text-align:left;text-transform:uppercase}@media screen and (max-width:500px){.terms-content h2{font-size:1.4rem}}.terms-content li,.terms-content p{color:#555;font-size:1rem;line-height:1.6;margin-top:1rem;text-align:justify}.terms-content li{margin-left:1rem}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.ced68ce5.css.map*/