.progress-wrap{position:fixed;bottom:90px;right:20px;height:50px;width:50px;display:flex;align-items:center;border-radius:50px;z-index:100;opacity:0;visibility:hidden;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);-webkit-transition:all .4s linear;-o-transition:all .4s linear;transition:all .4s linear}.progress-wrap.active-progress{opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.arrow-icon{width:24px;height:24px;color:#fff;position:fixed;bottom:14px;right:14px;z-index:1000;cursor:pointer}.progress-wrap svg path{fill:none}.progress-wrap svg.progress-circle path{stroke:#2cb37f;stroke-width:4;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .4s linear;-o-transition:all .4s linear;transition:all .4s linear;stroke:var(--link-color)}.call-button{position:fixed;bottom:20px;right:20px;width:50px;height:50px;background:#4caf50;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:1;visibility:visible;box-shadow:0 4px 12px rgba(0,0,0,.1);z-index:1002}.call-button:hover{background:#45a049;transform:scale(1.05);box-shadow:0 6px 16px rgba(0,0,0,.15)}.call-button-icon{width:24px;height:24px;position:relative;z-index:2;transition:transform .2s ease}.call-button:hover .call-button-icon{transform:scale(1.1)}.call-button-circle{position:absolute;width:100%;height:100%;border-radius:50%;background:rgba(76,175,80,.6);animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.4);opacity:.5}to{transform:scale(1.6);opacity:0}}[data-theme=dark] .call-button{background:#4caf50}[data-theme=dark] .call-button:hover{background:#45a049}[data-theme=dark] .call-button-circle{background:rgba(76,175,80,.4)}@media (max-width:768px){.call-button{right:20px}}.pwa-prompt-overlay{position:fixed;top:20px;right:20px;z-index:9999;display:flex;align-items:flex-start;justify-content:flex-end;animation:fadeIn .3s ease-out;pointer-events:none}.pwa-prompt{background-color:var(--primary-bg-color);border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.15);width:320px;max-width:100%;padding:16px;position:relative;animation:bounceIn .6s cubic-bezier(.68,-.55,.265,1.55);pointer-events:auto;border:1px solid rgba(0,0,0,.08)}.dark .pwa-prompt{background-color:#1a1a1a;color:#f0f0f0;border-color:hsla(0,0%,100%,.08)}.pwa-prompt__header{display:flex;align-items:center;gap:12px;width:100%;margin-bottom:16px}.pwa-prompt__close{position:absolute;top:12px;right:12px;background:none;border:none;font-size:18px;cursor:pointer;color:#666;padding:4px;border-radius:50%;line-height:1;transition:all .2s ease;width:28px;height:28px;display:flex;align-items:center;justify-content:center;z-index:1}.dark .pwa-prompt__close{color:#aaa}.pwa-prompt__close:hover{background-color:rgba(0,0,0,.08);transform:scale(1.1)}.dark .pwa-prompt__close:hover{background-color:hsla(0,0%,100%,.08)}.pwa-prompt__icon{flex-shrink:0;width:48px;height:48px;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1)}.pwa-prompt__icon img{width:100%;height:100%;object-fit:cover}.pwa-prompt__content{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.pwa-prompt__title{font-size:14px;font-weight:600;margin:0;color:var(--primary-text-color);line-height:1.3}.pwa-prompt__text{font-size:12px;font-weight:400;margin:0;line-height:1.3;opacity:.9}.dark .pwa-prompt__text,.pwa-prompt__text{color:var(--secondary-text-color)}.pwa-prompt__actions{display:flex;flex-direction:row;gap:8px;width:100%}.dark .pwa-prompt__title,.pwa-prompt__decline-btn{color:var(--primary-text-color)}.pwa-prompt__decline-btn{display:flex;align-items:center;justify-content:center;padding:8px 16px;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease;border:1px solid var(--border-color);background:transparent;min-width:auto;white-space:nowrap}.dark .pwa-prompt__decline-btn{background:#374151;color:#d1d5db;border-color:#4b5563}.pwa-prompt__install-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;background:var(--button-bg-color);color:#fff;min-width:auto;white-space:nowrap}.pwa-prompt__install-btn:hover{background:var(--button-hover-bg-color);transform:translateY(-1px);box-shadow:0 3px 10px rgba(19,69,115,.25)}.dark .pwa-prompt__install-btn{background:var(--button-bg-color)}.dark .pwa-prompt__install-btn:hover{background:var(--button-hover-bg-color)}.pwa-prompt__install-icon{width:20px;height:20px;filter:brightness(0) invert(1)}@keyframes bounceIn{0%{transform:scale(.3) translateX(20px);opacity:0}50%{transform:scale(1.05) translateX(0);opacity:.8}70%{transform:scale(.9) translateX(0);opacity:1}to{transform:scale(1) translateX(0);opacity:1}}@keyframes slideIn{0%{transform:translateX(20px);opacity:0}to{transform:translateX(0);opacity:1}}@media (max-width:480px){.pwa-prompt-overlay{top:10px;right:10px;left:10px}.pwa-prompt{width:100%;max-width:none;border-radius:10px;animation:bounceIn .6s cubic-bezier(.68,-.55,.265,1.55);padding:14px}.pwa-prompt__header{gap:8px;margin-bottom:12px}.pwa-prompt__icon{width:40px;height:40px}.pwa-prompt__title{font-size:13px}.pwa-prompt__text{font-size:11px}.pwa-prompt__actions{gap:6px}.pwa-prompt__close{width:24px;height:24px;font-size:16px;top:8px;right:8px}.pwa-prompt__decline-btn,.pwa-prompt__install-btn{padding:6px 12px;font-size:11px}.pwa-prompt__install-icon{width:10px;height:10px}.pwa-prompt__close{width:20px;height:20px;font-size:14px}}.pwa-instructions{max-width:400px;width:90vw}.pwa-instructions__steps{margin:16px 0;display:flex;flex-direction:column;gap:12px}.pwa-instructions__step{display:flex;align-items:flex-start;gap:12px;padding:8px;background:rgba(0,0,0,.02);border-radius:6px;border-left:3px solid var(--button-bg-color)}.dark .pwa-instructions__step{background:hsla(0,0%,100%,.05)}.pwa-instructions__step-number{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:var(--button-bg-color);color:#fff;border-radius:50%;font-size:12px;font-weight:600;flex-shrink:0}.pwa-instructions__step-text{font-size:13px;line-height:1.4;color:var(--primary-text-color)}.pwa-instructions__fallback-note,.pwa-instructions__ios-note{margin-top:16px;padding:12px;background:rgba(255,193,7,.1);border-radius:6px;border-left:3px solid #ffc107}.dark .pwa-instructions__fallback-note,.dark .pwa-instructions__ios-note{background:rgba(255,193,7,.15)}.pwa-instructions__fallback-note p,.pwa-instructions__ios-note p{margin:0 0 8px;font-size:12px;color:var(--primary-text-color)}.pwa-instructions__fallback-note ul{margin:0;padding-left:16px;font-size:12px;color:var(--secondary-text-color)}.pwa-instructions__fallback-note li{margin-bottom:4px}@media (prefers-reduced-motion:reduce){.pwa-prompt,.pwa-prompt-overlay{animation:none}.pwa-prompt__install-btn:hover{transform:none}}.cookie-consent{width:fit-content;position:fixed;bottom:16px;left:16px;right:16px;background:var(--secondary-bg-color);border:1px solid var(--border-color);box-shadow:0 8px 32px rgba(0,0,0,.12),0 2px 8px rgba(0,0,0,.08);z-index:9999;animation:slideUp .4s cubic-bezier(.16,1,.3,1);border-radius:16px;overflow:hidden}.cookie-consent__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:9998;transition:opacity .3s ease}.cookie-consent__content{padding:20px;position:relative}.cookie-consent__header{display:flex;align-items:flex-start;gap:12px;margin-bottom:20px}.cookie-consent__icon{flex-shrink:0;width:24px;height:24px;color:var(--primary-text-color);margin-top:2px}.cookie-consent__text{flex:1}.cookie-consent__title{font-size:15px;font-weight:500;margin:0;color:var(--primary-text-color);line-height:1.4;letter-spacing:-.01em}.cookie-consent__buttons{display:flex;gap:8px;margin-top:0}.cookie-consent__button{padding:10px 16px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-height:36px;position:relative;letter-spacing:-.01em;flex:1}.cookie-consent__button:focus{outline:2px solid var(--link-color);outline-offset:2px}.cookie-consent__button--primary{background:var(--button-bg-color,#007bff);color:#fff;border:1px solid var(--button-bg-color,#007bff)}.cookie-consent__button--primary:hover{background:var(--button-hover-bg-color,#0056b3);border-color:var(--button-hover-bg-color,#0056b3)}.cookie-consent__button--primary:active{background:var(--button-active-bg-color,#004085);transform:translateY(0)}.cookie-consent__button--secondary{background:transparent;color:var(--primary-text-color);border:1px solid var(--border-color)}.cookie-consent__button--secondary:hover{background:var(--tertiary-bg-color,rgba(0,0,0,.05));border-color:var(--primary-text-color)}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}[data-theme=dark] .cookie-consent__overlay{background:rgba(0,0,0,.6)}[data-theme=dark] .cookie-consent{box-shadow:0 8px 32px rgba(0,0,0,.3),0 2px 8px rgba(0,0,0,.2);background:var(--secondary-bg-color);border-color:var(--border-color)}[data-theme=dark] .cookie-consent__button--secondary:hover{background:var(--tertiary-bg-color,hsla(0,0%,100%,.05))}@media (prefers-reduced-motion:reduce){.cookie-consent{animation:fadeIn .3s ease}.cookie-consent__button{transition:none}.cookie-consent__button:hover{transform:none}}@media (min-width:481px){.cookie-consent{bottom:24px;left:24px;right:24px}.cookie-consent__content{padding:24px}.cookie-consent__title{font-size:16px}.cookie-consent__button{min-height:40px;font-size:15px;padding:12px 20px}}@media (min-width:769px){.cookie-consent{bottom:32px;left:32px;right:32px}.cookie-consent__content{padding:20px 24px;display:flex;align-items:center;gap:16px}.cookie-consent__header{margin-bottom:0;flex:1;display:flex;align-items:center;gap:12px}.cookie-consent__icon{margin-top:0}.cookie-consent__title{font-size:15px;line-height:1.4}.cookie-consent__buttons{gap:8px;flex-shrink:0}.cookie-consent__button{padding:10px 20px;min-height:40px;font-size:14px;white-space:nowrap}}.footer_wrapper{background-color:var(--footer-bg-color)}.footer_top{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;padding:50px 0 80px}.footer_logo{width:114px;gap:28px;display:block}.footer_links{flex-wrap:wrap;justify-content:center}.footer_links,.footer_socials{display:flex;gap:20px}.footer_link_item{font-weight:600;font-size:14px;line-height:20px;letter-spacing:0;color:var(--primary-text-color);transition:all .2s ease-in}.footer_socials_item{width:32px;height:32px;border-radius:50%;cursor:pointer;transition:all .2s ease-in}.footer_socials_item:hover{transform:translateY(-2px)}.footer_link_item:hover{color:var(--link-color)}.footer_line{width:100%;height:1px;background-color:var(--border-color)}.footer_legal{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;padding:15px 0}.footer_legal_link{font-family:Rubik;font-weight:400;font-size:12px;line-height:14px;color:var(--footer-text-color);text-decoration:none;transition:color .3s ease}.footer_legal_link:hover{color:var(--link-color);text-decoration:underline}.footer_copyright{font-family:Rubik;font-weight:400;font-size:14px;line-height:17.07px;letter-spacing:0;color:var(--footer-text-color);text-align:center;padding:20px 0}@media (min-width:768px){.footer_links{gap:30px}}@media (min-width:1024px){.footer_top{padding:80px 0 120px;flex-direction:row;justify-content:space-between}}.modal_overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.modal_content{position:relative;background:var(--primary-bg-color);padding:36px;border-radius:8px;width:90%;max-width:500px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.modal_close_btn{position:absolute;top:15px;right:15px;background:none;border:none;font-size:24px;cursor:pointer;color:#333}.modal_title{font-size:24px;font-weight:600;margin-bottom:20px;text-align:center;color:var(--primary-text-color)}.modal_input_group{margin-bottom:16px}.modal_input_group input{width:100%;padding:10px;border:1px solid var(--border-color);border-radius:4px;font-size:16px;box-sizing:border-box;background-color:var(--primary-bg-color)}.modal_input_group input:focus{border-color:var(--border-color);outline:none}.modal_submit_btn{width:100%;padding:12px;background:var(--link-color);color:#fff;border:none;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;margin-top:20px;transition:all .2s ease-in}.modal_submit_btn:hover{background:var(--button-hover-color)}@font-face{font-family:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/32c80fb7588b7a2e-s.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/60181e10ad16e354-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c1b11e140b58cf5a-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/99e31c27a1524300-s.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/5b25d60b4670300e-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/0a86735c6520d94f-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/32c80fb7588b7a2e-s.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/60181e10ad16e354-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c1b11e140b58cf5a-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/99e31c27a1524300-s.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/5b25d60b4670300e-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/0a86735c6520d94f-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Rubik;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/32c80fb7588b7a2e-s.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Rubik;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/60181e10ad16e354-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Rubik;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c1b11e140b58cf5a-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Rubik;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/99e31c27a1524300-s.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:Rubik;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/5b25d60b4670300e-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Rubik;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0a86735c6520d94f-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/32c80fb7588b7a2e-s.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/60181e10ad16e354-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c1b11e140b58cf5a-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/99e31c27a1524300-s.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/5b25d60b4670300e-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/0a86735c6520d94f-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Rubik Fallback;src:local("Arial");ascent-override:89.06%;descent-override:23.81%;line-gap-override:0.00%;size-adjust:104.98%}.__className_8937d1{font-family:Rubik,Rubik Fallback;font-style:normal}.__variable_8937d1{--font-rubik:"Rubik","Rubik Fallback"}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_fcbcbf{font-family:Inter,Inter Fallback;font-style:normal}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.static{position:static}.absolute{position:absolute}.flex{display:flex}.hidden{display:none}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.border{border-width:1px}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.blur{--tw-blur:blur(8px)}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}:root{--primary-bg-color:#f3f4f6;--secondary-bg-color:#fff;--tertiary-bg-color:#efefef;--footer-bg-color:#fefefe;--primary-text-color:#18191f;--secondary-text-color:#111827;--tertiary-text-color:#fff;--link-color:#2ab4e9;--link-color-rgb:42,180,233;--button-text-color:#fff;--border-color:#d1d5db;--select-arrow-color:#000;--section-padding:clamp(50px,10vw,100px);--button-bg-color:#2ab4e9;--button-hover-bg-color:#1a9fd1;--button-active-bg-color:#128cbb;--bg-color:#fff;--text-color:#18191f;--card-bg-color:#fff;--text-secondary-color:#4b5563}[data-theme=dark]{--primary-bg-color:#121212;--secondary-bg-color:#181818;--tertiary-bg-color:#202020;--footer-bg-color:#131519;--primary-text-color:#ededed;--secondary-text-color:#fff;--tertiary-text-color:#fff;--link-color:#2ab4e9;--link-color-rgb:42,180,233;--button-text-color:#fff;--border-color:#333;--select-arrow-color:#fff;--section-padding:clamp(50px,10vw,100px);--button-bg-color:#2ab4e9;--button-hover-bg-color:#1a9fd1;--button-active-bg-color:#128cbb;--bg-color:#121212;--text-color:#fff;--card-bg-color:#181818;--text-secondary-color:#9ca3af}body{font-family:Rubik,sans-serif;background-color:var(--primary-bg-color);color:var(--primary-text-color);transition:background-color .3s ease,color .3s ease}input,select{width:100%;box-sizing:border-box;border:1px solid var(--input-border-color,transparent);padding:8px 12px;border-radius:4px;background-color:var(--secondary-bg-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:normal;font-family:inherit}select{position:relative;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath d='M8 12L0 4h16L8 12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:30px;background-clip:padding-box;-webkit-background-clip:padding-box;-webkit-tap-highlight-color:transparent}[data-theme=dark] select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M8 12L0 4h16L8 12z'/%3E%3C/svg%3E")}input:disabled,select:disabled{opacity:.6;cursor:not-allowed;-webkit-text-fill-color:currentColor}@supports (-webkit-overflow-scrolling:touch){select{-webkit-appearance:menulist-button;background-image:none;padding-right:12px}}.section_title{font-weight:800;font-size:24px;line-height:1.2}.section_title,.title{color:var(--primary-text-color)}.title{font-weight:600;font-size:36px;line-height:1.3}.highlight{color:var(--link-color);border:none}.container{width:100%;margin:0 auto;padding:0 15px}@media (max-width:359px){.container{padding:0 10px}}@media (min-width:420px){.container{width:420px}}@media (min-width:640px){.container{max-width:none;width:640px}.section_title{font-size:48px}}@media (min-width:768px){.container{max-width:none;width:768px}}@media (min-width:1024px){.container{width:1024px}}@media (min-width:1280px){.container{width:1280px}}@media (min-width:1600px){.container{width:1600px}}