.Footer_footer__qnFYq{height:45px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e5e7eb;padding:40px}.Footer_socialIcons__YOdd2{display:flex;align-items:center;gap:20px}.Footer_socialIcons__YOdd2 svg{width:24px;height:24px;cursor:pointer;transition:all .2s ease}.Footer_socialIcons__YOdd2 svg:hover{opacity:.7;transform:translateY(-2px)}.Footer_socialIcons__YOdd2 svg path{fill:#9CA3AF;transition:fill .2s ease}.Footer_socialIcons__YOdd2 svg:hover path{fill:#6B7280}.Footer_poweredBy__gZr6_{font-weight:600;display:flex;align-items:center;gap:.5em;font-size:13px;color:#6B7280}.Footer_poweredText__NrvsY{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:13px;font-weight:500;color:#9CA3AF;letter-spacing:.02em}.Footer_poweredBySpdr__aaOKh{color:var(--color-red);font-weight:700}.Footer_poweredBy__gZr6_ svg{width:28px;height:28px;flex-shrink:0;display:block}@media (max-width:640px){.Footer_footer__qnFYq{padding:0 16px}.Footer_socialIcons__YOdd2{gap:16px}.Footer_poweredText__NrvsY{font-size:12px}}.FourthSection_fourthSection__wLj_E{width:100%;background:#FFFFFF;padding:100px 0;display:flex;justify-content:center;align-items:center}.FourthSection_contactCards__s5CBJ{display:flex;gap:32px;justify-content:center;margin-bottom:40px}.FourthSection_contactCard__7mFYQ{flex:1 1;background:#F9FAFB;border-radius:16px;padding:32px;display:flex;align-items:center;gap:24px}.FourthSection_contactIcon__K2sKz{width:185px;height:185px;flex-shrink:0}.FourthSection_contactIcon__K2sKz svg{width:100%;height:100%}.FourthSection_contactContent__H4omu h3{font-size:20px;font-weight:700;color:#111827;margin-bottom:8px;line-height:1.4}.FourthSection_contactContent__H4omu a,.FourthSection_contactContent__H4omu p{font-size:18px;color:#6B7280;line-height:1.5}.FourthSection_contactContent__H4omu a{color:#6B7280;text-decoration:underline;transition:color .3s ease}.FourthSection_contactContent__H4omu a:hover{color:#EF4444}.FourthSection_contactButtonWrapper__kI4SH,.FourthSection_redContactBtn__gMxRE{display:flex;justify-content:center;align-items:center}.FourthSection_redContactBtn__gMxRE{padding:16px 32px;border:none;border-radius:12px;cursor:pointer;font-size:16px;font-weight:600;color:white;background:linear-gradient(95deg,#DA291C,#F44);box-shadow:0 4px 20px 0 rgba(218,41,28,.25);transition:all .3s ease;min-width:200px}.FourthSection_redContactBtn__gMxRE:hover{transform:translateY(-2px);box-shadow:0 6px 25px 0 rgba(218,41,28,.35)}@media (max-width:1200px){.FourthSection_contactIcon__K2sKz{width:120px;height:120px}}@media (max-width:768px){.FourthSection_fourthSection__wLj_E{padding:60px 20px}.FourthSection_contactCards__s5CBJ{flex-direction:column;gap:20px;margin-bottom:30px}.FourthSection_contactCard__7mFYQ{padding:24px;gap:16px;flex-direction:column;align-items:flex-start;text-align:left}.FourthSection_contactIcon__K2sKz{width:60px;height:60px}.FourthSection_contactContent__H4omu h3{font-size:18px}.FourthSection_contactContent__H4omu a,.FourthSection_contactContent__H4omu p{font-size:16px}.FourthSection_redContactBtn__gMxRE{padding:14px 28px;font-size:14px;min-width:180px}}@media (max-width:480px){.FourthSection_redContactBtn__gMxRE{padding:12px 24px;font-size:13px;min-width:160px}}.ContactForm_overlay__gZYGl{position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(218,41,28,.95),rgba(0,0,0,.95));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:ContactForm_fadeIn__7owUj .4s cubic-bezier(.4,0,.2,1)}@keyframes ContactForm_fadeIn__7owUj{0%{opacity:0}to{opacity:1}}.ContactForm_formContainer__mmDVC{background:linear-gradient(180deg,#FFFFFF,#FAFAFA);width:100vw;height:100vh;position:relative;display:flex;flex-direction:column;animation:ContactForm_slideUp__6rzFW .5s cubic-bezier(.16,1,.3,1)}@keyframes ContactForm_slideUp__6rzFW{0%{transform:scale(.96) translateY(20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.ContactForm_closeButton__rhMut{position:absolute;top:24px;right:24px;width:44px;height:44px;border:none;background:rgba(0,0,0,.05);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6B7280;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ContactForm_closeButton__rhMut:hover{background:rgba(218,41,28,.1);color:#DA291C;transform:rotate(90deg) scale(1.1);box-shadow:0 4px 12px rgba(218,41,28,.15)}.ContactForm_closeButton__rhMut:active{transform:rotate(90deg) scale(.95)}.ContactForm_progressBar__7Y_Tv{width:100%;height:6px;background:rgba(0,0,0,.05);overflow:hidden;position:relative}.ContactForm_progressBar__7Y_Tv:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,rgba(218,41,28,.1),rgba(218,41,28,.05));opacity:0;animation:ContactForm_shimmer__jLWAd 2s infinite}@keyframes ContactForm_shimmer__jLWAd{0%,to{opacity:0}50%{opacity:1}}.ContactForm_progressFill__6LY_G{height:100%;background:linear-gradient(95deg,#DA291C,#FF5744);box-shadow:0 0 20px rgba(218,41,28,.4);transition:width .6s cubic-bezier(.65,0,.35,1);position:relative}.ContactForm_progressFill__6LY_G:after{content:"";position:absolute;top:0;right:0;bottom:0;width:100px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4) 50%,transparent);animation:ContactForm_progressShine__wUBel 2s ease-in-out infinite}@keyframes ContactForm_progressShine__wUBel{0%{transform:translateX(-100px)}to{transform:translateX(100vw)}}.ContactForm_formContent__0fFMW{flex:1 1;display:flex;align-items:center;justify-content:center;padding:60px 80px;overflow-y:auto;position:relative}.ContactForm_formContent__0fFMW:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 30%,rgba(218,41,28,.03) 0,transparent 50%),radial-gradient(circle at 80% 70%,rgba(218,41,28,.02) 0,transparent 50%);pointer-events:none;animation:ContactForm_breathe__z8MAK 8s ease-in-out infinite}@keyframes ContactForm_breathe__z8MAK{0%,to{opacity:1}50%{opacity:.6}}.ContactForm_stepWrapper__6dAYC{width:100%;max-width:720px;animation:ContactForm_fadeInSlide__jxu6_ .6s cubic-bezier(.16,1,.3,1);position:relative;z-index:1}@keyframes ContactForm_fadeInSlide__jxu6_{0%{opacity:0;transform:translateY(30px) scale(.98);filter:blur(4px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.ContactForm_stepNumber__OvK6I{font-size:15px;font-weight:700;color:#DA291C;margin-bottom:20px;display:inline-flex;align-items:center;gap:10px;padding:8px 16px;background:linear-gradient(135deg,rgba(218,41,28,.1),rgba(218,41,28,.05));border-radius:50px;letter-spacing:.5px;text-transform:uppercase}.ContactForm_arrow__Kw17H{font-size:18px;opacity:.8}.ContactForm_stepTitle___JeKD{font-size:42px;font-weight:800;background:linear-gradient(135deg,#111827,#374151);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:16px;line-height:1.1;letter-spacing:-.02em;animation:ContactForm_titleSlide__Ahxdw .8s cubic-bezier(.16,1,.3,1)}@keyframes ContactForm_titleSlide__Ahxdw{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ContactForm_stepDescription__82Slr{font-size:19px;color:#6B7280;margin-bottom:56px;line-height:1.6;animation:ContactForm_descSlide__IAI7D .8s cubic-bezier(.16,1,.3,1) .1s both}@keyframes ContactForm_descSlide__IAI7D{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.ContactForm_fieldsGrid__bxOoo{display:flex;flex-direction:column;gap:28px;margin-bottom:48px}.ContactForm_fieldGroup__XHjge{display:flex;flex-direction:column;gap:10px;animation:ContactForm_fieldFadeIn__DALCx .5s ease-out backwards}.ContactForm_fieldGroup__XHjge:first-child{animation-delay:.2s}.ContactForm_fieldGroup__XHjge:nth-child(2){animation-delay:.3s}.ContactForm_fieldGroup__XHjge:nth-child(3){animation-delay:.4s}@keyframes ContactForm_fieldFadeIn__DALCx{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.ContactForm_fieldLabel__SY_W0{font-size:15px;font-weight:700;color:#1F2937;margin-bottom:2px;letter-spacing:-.01em;transition:color .3s ease}.ContactForm_fieldGroup__XHjge:focus-within .ContactForm_fieldLabel__SY_W0{color:#DA291C}.ContactForm_input__2BcNF{width:100%;padding:18px 20px;font-size:17px;font-weight:500;color:#111827;background:#FFFFFF;border:2px solid #e5e7eb;border-radius:14px;outline:none;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.ContactForm_input__2BcNF::placeholder{color:#9CA3AF;font-weight:400}.ContactForm_input__2BcNF:hover{border-color:#D1D5DB;box-shadow:0 2px 6px rgba(0,0,0,.08)}.ContactForm_input__2BcNF:focus{background:#FFFFFF;border-color:#DA291C;transform:translateY(-1px)}.ContactForm_inputError__ybEr2{border-color:#EF4444;background:#FEF2F2}.ContactForm_inputError__ybEr2:focus{border-color:#EF4444;box-shadow:0 0 0 3px rgba(239,68,68,.1)}.ContactForm_errorMessage__BWX48{display:flex;align-items:center;gap:8px;margin-top:12px;padding:12px 16px;background:#FEF2F2;border-left:3px solid #ef4444;border-radius:8px;color:#DC2626;font-size:14px;font-weight:500;animation:ContactForm_slideIn__Gw_m6 .3s ease}.ContactForm_errorMessage__BWX48 svg{flex-shrink:0;width:16px;height:16px}@keyframes ContactForm_slideIn__Gw_m6{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ContactForm_navigation__HRlaJ{display:flex;gap:16px;margin-top:24px;align-items:center}.ContactForm_backButton__acYUR,.ContactForm_nextButton__LpFpW,.ContactForm_submitButton__nsJFx{display:flex;align-items:center;gap:10px;padding:16px 32px;border:none;border-radius:14px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:-.01em;position:relative;overflow:hidden}.ContactForm_backButton__acYUR{background:rgba(0,0,0,.04);color:#6B7280;border:2px solid transparent}.ContactForm_backButton__acYUR:hover{background:rgba(0,0,0,.08);color:#111827;transform:translateX(-4px);border-color:rgba(0,0,0,.1)}.ContactForm_backButton__acYUR:active{transform:translateX(-2px) scale(.98)}.ContactForm_nextButton__LpFpW,.ContactForm_submitButton__nsJFx{background:linear-gradient(135deg,#DA291C,#FF5744);color:white;position:relative}.ContactForm_nextButton__LpFpW:before,.ContactForm_submitButton__nsJFx:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.ContactForm_nextButton__LpFpW:hover:before,.ContactForm_submitButton__nsJFx:hover:before{left:100%}.ContactForm_nextButton__LpFpW:hover,.ContactForm_submitButton__nsJFx:hover{box-shadow:0 6px 24px rgba(218,41,28,.4),0 12px 48px rgba(218,41,28,.2);transform:translateY(-3px) scale(1.02)}.ContactForm_nextButton__LpFpW:active,.ContactForm_submitButton__nsJFx:active{transform:translateY(-1px) scale(.98)}.ContactForm_nextButton__LpFpW:disabled,.ContactForm_submitButton__nsJFx:disabled{opacity:.5;cursor:not-allowed;transform:none;pointer-events:none}.ContactForm_stepIndicator__I9_dh{position:absolute;bottom:32px;left:50%;transform:translateX(-50%);font-size:14px;font-weight:600;color:#6B7280;background:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:10px 20px;border-radius:50px;border:2px solid rgba(0,0,0,.05);box-shadow:0 4px 12px rgba(0,0,0,.08);letter-spacing:.02em}@media (max-width:768px){.ContactForm_formContent__0fFMW{padding:40px 32px}.ContactForm_stepTitle___JeKD{font-size:28px;margin-bottom:10px}.ContactForm_stepDescription__82Slr{font-size:16px;margin-bottom:36px}.ContactForm_fieldsGrid__bxOoo{gap:28px;margin-bottom:36px}.ContactForm_input__2BcNF{font-size:15px;padding:14px 16px}.ContactForm_navigation__HRlaJ{margin-top:12px;flex-wrap:wrap}.ContactForm_backButton__acYUR,.ContactForm_nextButton__LpFpW,.ContactForm_submitButton__nsJFx{padding:12px 24px;font-size:15px}.ContactForm_closeButton__rhMut{top:16px;right:16px;width:36px;height:36px}.ContactForm_errorMessage__BWX48{font-size:13px;padding:10px 14px}}@media (max-width:480px){.ContactForm_formContent__0fFMW{padding:32px 24px}.ContactForm_stepNumber__OvK6I{font-size:14px;margin-bottom:10px}.ContactForm_stepTitle___JeKD{font-size:24px;margin-bottom:8px}.ContactForm_stepDescription__82Slr{font-size:15px;margin-bottom:32px}.ContactForm_fieldsGrid__bxOoo{gap:24px;margin-bottom:32px}.ContactForm_fieldLabel__SY_W0{font-size:15px}.ContactForm_input__2BcNF{font-size:15px;padding:13px 15px}.ContactForm_navigation__HRlaJ{margin-top:10px}.ContactForm_backButton__acYUR,.ContactForm_nextButton__LpFpW,.ContactForm_submitButton__nsJFx{padding:10px 20px;font-size:14px}.ContactForm_stepIndicator__I9_dh{font-size:13px;bottom:20px;padding:6px 14px}.ContactForm_errorMessage__BWX48{font-size:12px;padding:8px 12px}}.ContactForm_successOverlay__o3_Zs{position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#FFFFFF,#F9FAFB);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:ContactForm_successFadeIn__siA3h .5s cubic-bezier(.16,1,.3,1)}@keyframes ContactForm_successFadeIn__siA3h{0%{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.ContactForm_successContent__t2RzY{text-align:center;color:#111827;max-width:500px;padding:40px;animation:ContactForm_successSlideUp__rkHlL .6s cubic-bezier(.16,1,.3,1) .2s backwards}@keyframes ContactForm_successSlideUp__rkHlL{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.ContactForm_checkmarkCircle__UDk_k{margin:0 auto 32px;width:120px;height:120px;position:relative}.ContactForm_checkmark__6Vmfu{width:120px;height:120px;border-radius:50%;display:block;stroke-width:3;stroke:#DA291C;stroke-miterlimit:10;box-shadow:0 0 0 rgba(218,41,28,.2);animation:ContactForm_checkmarkFill__u7sLd .4s ease-in-out .4s forwards,ContactForm_checkmarkScale__gTLTo .3s ease-in-out .9s both,ContactForm_checkmarkGlow__g3BmT 2s ease-in-out 1s infinite}.ContactForm_checkmarkCirclePath__Yj6KJ{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:3;stroke-miterlimit:10;stroke:#DA291C;fill:none;animation:ContactForm_checkmarkStroke__UaQFB .6s cubic-bezier(.65,0,.45,1) forwards}.ContactForm_checkmarkCheck__cCU5e{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;stroke-width:3;stroke:#DA291C;animation:ContactForm_checkmarkStroke__UaQFB .3s cubic-bezier(.65,0,.45,1) .8s forwards}@keyframes ContactForm_checkmarkStroke__UaQFB{to{stroke-dashoffset:0}}@keyframes ContactForm_checkmarkScale__gTLTo{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes ContactForm_checkmarkFill__u7sLd{to{box-shadow:0 0 0 30px rgba(218,41,28,0)}}@keyframes ContactForm_checkmarkGlow__g3BmT{0%,to{filter:drop-shadow(0 0 10px rgba(218,41,28,.2))}50%{filter:drop-shadow(0 0 20px rgba(218,41,28,.4))}}.ContactForm_successTitle__skeL8{font-size:32px;font-weight:800;margin-bottom:16px;background:linear-gradient(135deg,#DA291C,#FF5744);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em;animation:ContactForm_successTextFade__MxcVs .5s ease-out .8s backwards}.ContactForm_successText__gMHzc{font-size:18px;line-height:1.6;margin-bottom:32px;color:#6B7280;font-weight:400;animation:ContactForm_successTextFade__MxcVs .5s ease-out 1s backwards}.ContactForm_successDetails__5HMNJ{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px 28px;background:linear-gradient(135deg,rgba(218,41,28,.08),rgba(218,41,28,.05));border-radius:50px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:16px;font-weight:600;color:#DA291C;border:2px solid rgba(218,41,28,.15);animation:ContactForm_successTextFade__MxcVs .5s ease-out 1.2s backwards}.ContactForm_successIcon__Sf1O_{font-size:24px;animation:ContactForm_successIconBounce__hvRRl .6s ease-out 1.4s backwards}@keyframes ContactForm_successTextFade__MxcVs{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes ContactForm_successIconBounce__hvRRl{0%{transform:scale(0) rotate(-180deg);opacity:0}50%{transform:scale(1.2) rotate(10deg)}to{transform:scale(1) rotate(0deg);opacity:1}}@media (max-width:768px){.ContactForm_successContent__t2RzY{padding:32px 24px}.ContactForm_checkmarkCircle__UDk_k{width:100px;height:100px;margin-bottom:24px}.ContactForm_checkmark__6Vmfu{width:100px;height:100px}.ContactForm_successTitle__skeL8{font-size:26px;margin-bottom:12px}.ContactForm_successText__gMHzc{font-size:16px;margin-bottom:24px}.ContactForm_successDetails__5HMNJ{font-size:14px;padding:12px 20px}.ContactForm_successIcon__Sf1O_{font-size:20px}}@media (max-width:480px){.ContactForm_successContent__t2RzY{padding:24px 20px}.ContactForm_checkmarkCircle__UDk_k{width:80px;height:80px;margin-bottom:20px}.ContactForm_checkmark__6Vmfu{width:80px;height:80px}.ContactForm_successTitle__skeL8{font-size:22px}.ContactForm_successText__gMHzc{font-size:15px}}.ContactForm_errorMessageBox__SCcSi{display:flex;align-items:center;gap:12px;margin-top:24px;padding:16px 20px;background:linear-gradient(135deg,#FEF2F2,#FEE2E2);border-left:4px solid #ef4444;border-radius:12px;color:#991B1B;font-size:15px;font-weight:500;animation:ContactForm_slideIn__Gw_m6 .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px rgba(239,68,68,.15)}.ContactForm_errorMessageBox__SCcSi svg{flex-shrink:0;width:20px;height:20px;color:#EF4444}.Hero_heroSection__TkHHP{width:100%;height:auto;padding:78px 0 120px;background:#EEEEEE;position:relative}.Hero_heroBackground__MWz4_{position:absolute;z-index:1000;top:-1%;left:50%;width:100%;transform:translate(-50%,-50%)}.Hero_header__CHffJ{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:48px;gap:32px}.Hero_headerLeft__IVb4p{display:flex;align-items:center;gap:20px}.Hero_brandIcon__B2lQ5{width:64px;height:64px;filter:drop-shadow(0 2px 8px rgba(218,41,28,.15))}.Hero_brandInfo__KoLn0 h1{color:#0A0A0B;font-family:Space Grotesk,system-ui,-apple-system,sans-serif;font-size:42px;font-weight:800;line-height:1.1;letter-spacing:-.02em}.Hero_brandInfo__KoLn0 p{color:#6B7280;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:13px;font-weight:500;line-height:1.4;letter-spacing:.02em;margin-top:4px}.Hero_statsRow__uvcB4{display:flex;gap:20px;align-items:flex-start}.Hero_statBadge__UolvB{display:flex;width:200px;padding:24px;flex-direction:column;gap:8px;border-radius:20px;border:1px solid rgba(0,0,0,.08);background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(255,255,255,.85));box-shadow:0 1px 2px rgba(0,0,0,.04),0 4px 12px rgba(0,0,0,.06),inset 0 1px 0 rgba(255,255,255,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s cubic-bezier(.4,0,.2,1)}.Hero_statBadge__UolvB:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.08),0 12px 24px rgba(0,0,0,.12),inset 0 1px 0 rgba(255,255,255,1)}.Hero_statBadge__UolvB .Hero_label__yKBRx{font-size:11px;color:#6B7280;text-transform:uppercase;letter-spacing:.08em;font-weight:600;font-family:Inter,system-ui,-apple-system,sans-serif}.Hero_statBadge__UolvB .Hero_value__moCKG{font-size:28px;color:#0A0A0B;font-weight:700;font-family:Space Grotesk,system-ui,-apple-system,sans-serif;letter-spacing:-.02em}.Hero_cardsGrid__pWUGT{display:grid;grid-template-columns:.85fr .85fr;grid-gap:28px;gap:28px;max-width:1400px;margin:0 auto}.Hero_calculatorCard__vWGtq{background:linear-gradient(135deg,#FFFFFF,#FAFAFA);border-radius:32px;padding:32px;border:1px solid rgba(0,0,0,.06);box-shadow:0 1px 3px rgba(0,0,0,.04),0 10px 40px rgba(0,0,0,.08),inset 0 1px 0 rgba(255,255,255,.1);position:relative;overflow:hidden}.Hero_calculatorCard__vWGtq:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#DA291C,#FF4444);opacity:.8}.Hero_cardHeader__bOLvN{display:flex;align-items:center;justify-content:space-between;margin-bottom:36px}.Hero_titleGroup__lpKk7{display:flex;align-items:center;gap:16px}.Hero_cardTitle__tXDr4{font-size:24px;font-weight:700;color:#0A0A0B;margin:0;font-family:Space Grotesk,system-ui,-apple-system,sans-serif;letter-spacing:-.02em}.Hero_liveBadge__Druit{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;font-weight:700;letter-spacing:.04em;font-size:11px;color:white;border-radius:24px;background:linear-gradient(135deg,#DA291C,#FF4444);box-shadow:0 4px 12px rgba(218,41,28,.25);position:relative;animation:Hero_pulse__tWc2z 2s infinite}.Hero_liveBadge__Druit:before{content:"";width:6px;height:6px;border-radius:50%;background:white;animation:Hero_blink__7bF0_ 1.5s infinite}@keyframes Hero_pulse__tWc2z{0%,to{box-shadow:0 4px 12px rgba(218,41,28,.25)}50%{box-shadow:0 4px 20px rgba(218,41,28,.4)}}@keyframes Hero_blink__7bF0_{0%,to{opacity:1}50%{opacity:.3}}.Hero_walletConnected__aVpJH{background:linear-gradient(135deg,#DCFCE7,#BBF7D0);color:#059669;padding:10px 20px;border-radius:20px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;border:1px solid rgba(5,150,105,.2);box-shadow:0 2px 8px rgba(34,197,94,.15);display:flex;align-items:center;gap:8px}.Hero_walletConnected__aVpJH:before{content:"";width:8px;height:8px;border-radius:50%;background:#059669;box-shadow:0 0 12px rgba(5,150,105,.5)}.Hero_inputSection__pOsME{margin-bottom:28px}.Hero_inputHeader__eKBQf{display:flex;justify-content:space-between;margin-bottom:16px}.Hero_inputLabel__i6chF{color:#6B7280;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:13px;font-weight:600;letter-spacing:.02em}.Hero_balanceValue__WkVr3{color:#0A0A0B;font-family:Space Grotesk,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;letter-spacing:-.01em}.Hero_inputContainer__iwkSF{position:relative;margin-bottom:0}.Hero_solInput__pXYHa{width:100%;padding:20px 80px 20px 24px;border:2px solid transparent;border-radius:16px;font-size:24px;font-weight:600;background:linear-gradient(white,white) padding-box,linear-gradient(135deg,#E5E7EB,#D1D5DB) border-box;font-family:Space Grotesk,system-ui,-apple-system,sans-serif;letter-spacing:-.02em;transition:all .3s cubic-bezier(.4,0,.2,1)}.Hero_solInput__pXYHa:focus{outline:none;background:linear-gradient(white,white) padding-box,linear-gradient(135deg,#DA291C,#FF4444) border-box;box-shadow:0 0 0 4px rgba(218,41,28,.1)}.Hero_maxButton__GBSrv{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:linear-gradient(135deg,#DA291C,#FF4444);color:white;border:none;padding:10px 20px;border-radius:12px;font-size:14px;font-weight:700;letter-spacing:.02em;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px rgba(218,41,28,.2)}.Hero_maxButton__GBSrv:hover{transform:translateY(-50%) scale(1.05);box-shadow:0 6px 20px rgba(218,41,28,.3)}.Hero_periodButtons__V15Tq{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;margin-bottom:32px}.Hero_periodButton__KoT3t{padding:16px 12px;border:2px solid transparent;border-radius:14px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-align:center;font-family:Inter,system-ui,-apple-system,sans-serif;letter-spacing:.02em;position:relative;overflow:hidden}.Hero_periodButton__KoT3t.Hero_active__DvRJ_{background:linear-gradient(135deg,#DA291C,#FF4444);color:white;box-shadow:0 4px 12px rgba(218,41,28,.25),inset 0 1px 0 rgba(255,255,255,.2)}.Hero_periodButton__KoT3t.Hero_inactive__rMLlp{background:linear-gradient(135deg,#F9FAFB,#F3F4F6);color:#6B7280;border:2px solid #e5e7eb}.Hero_periodButton__KoT3t:hover.Hero_inactive__rMLlp{background:linear-gradient(135deg,#F3F4F6,#E5E7EB);border-color:#D1D5DB;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08)}.Hero_periodButton__KoT3t.Hero_active__DvRJ_:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent);animation:Hero_shimmer__LAQL3 2s infinite}@keyframes Hero_shimmer__LAQL3{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.Hero_calculatorInfoRow__MIHMt{display:flex;justify-content:space-between;align-items:flex-start;gap:32px;padding-top:45px;border-top:1px solid rgba(0,0,0,.06)}.Hero_delegationDisplay__j3MTf{display:flex;flex-direction:column;gap:12px;flex:1 1;min-width:0;overflow:hidden}.Hero_delegationLabel__srfHp{color:#6B7280;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.Hero_delegationRow__Cac5K{display:flex;align-items:baseline;gap:16px;flex-wrap:wrap}.Hero_delegationAmount__MN9Ji{color:transparent;background:linear-gradient(135deg,#DA291C,#FF4444);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:Space Grotesk,system-ui,-apple-system,sans-serif;font-size:clamp(28px,4vw,48px);font-weight:800;letter-spacing:-.03em;line-height:1;word-break:break-word;max-width:100%}.Hero_delegationUnit__cbSQ0{color:#6B7280;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;letter-spacing:.02em;margin-left:8px}.Hero_usdPrice__z2S15{color:#6B7280;font-family:Space Grotesk,system-ui,-apple-system,sans-serif;font-size:clamp(18px,2.5vw,24px);font-weight:500;letter-spacing:-.02em;display:flex;align-items:center;word-break:break-word}.Hero_earningsBreakdown__jGGkq{margin-top:8px;padding-top:12px;border-top:1px solid rgba(0,0,0,.06);max-width:100%;overflow-wrap:break-word}.Hero_breakdownText__3Hm87{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:13px;font-weight:500;color:#6B7280;line-height:1.5;word-break:break-word}.Hero_earningsHighlight__G71tk{font-weight:700;color:#DA291C}.Hero_priceInfoContainer__494j_{display:flex;flex-direction:column;justify-content:space-between;gap:24px;margin-left:auto;height:100%}.Hero_priceInfoBox___k3vo{display:flex;flex-direction:column;gap:8px}.Hero_priceLabel__UHdDn{color:#6B7280;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.Hero_solanaPrice__nDn2Q{color:#0A0A0B;font-size:32px;font-weight:600;letter-spacing:-.02em;display:flex;align-items:baseline}.Hero_currentApy__Z1QiP,.Hero_solanaPrice__nDn2Q{font-family:Space Grotesk,system-ui,-apple-system,sans-serif;line-height:1}.Hero_currentApy__Z1QiP{color:transparent;background:linear-gradient(135deg,#DA291C,#FF4444);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:44px;font-weight:800;letter-spacing:-.03em}.Hero_dollarSign__WVZBQ{color:#6B7280;font-size:24px;font-weight:500;margin-left:4px}.Hero_percentSign__B4rD0{color:#DA291C;font-size:32px;font-weight:700;margin-left:2px}.Hero_rewardsCard__gtVZ4{background:linear-gradient(135deg,#FFFFFF,#FAFAFA);border-radius:32px;padding:32px;border:1px solid rgba(0,0,0,.06);box-shadow:0 1px 3px rgba(0,0,0,.04),0 10px 40px rgba(0,0,0,.08),inset 0 1px 0 rgba(255,255,255,.1);display:flex;flex-direction:column;position:relative;overflow:hidden}.Hero_rewardsCard__gtVZ4:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#22C55E,#16A34A);opacity:.8}.Hero_rewardsHeader__c8grZ{margin-bottom:18px;position:relative}.Hero_rewardsLabel__3cHjB{font-size:13px;color:#6B7280;margin-bottom:12px;font-weight:600;letter-spacing:.02em;font-family:Inter,system-ui,-apple-system,sans-serif}.Hero_rewardsAmount__o_zb4{font-size:52px;font-weight:800;color:transparent;background:linear-gradient(135deg,#22C55E,#16A34A);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:8px;font-family:Space Grotesk,system-ui,-apple-system,sans-serif;letter-spacing:-.03em}.Hero_rewardsCurrency__fjG6K{color:#6B7280;font-size:32px;font-weight:500;margin-left:8px}.Hero_rewardsPercent__9blKN{font-size:14px;color:#6B7280;font-weight:600;letter-spacing:.02em;font-family:Inter,system-ui,-apple-system,sans-serif}.Hero_indicator__hFJn9{width:8px;height:8px;border-radius:50%;position:absolute;box-shadow:0 2px 8px rgba(0,0,0,.15)}.Hero_indicator__hFJn9.Hero_green__P8XlL{top:20px;right:140px;background:linear-gradient(135deg,#22C55E,#16A34A);animation:Hero_pulse-green__PgQY_ 2s infinite}.Hero_indicator__hFJn9.Hero_red__lSR00{top:20px;right:120px;background:linear-gradient(135deg,#EF4444,#DC2626);animation:Hero_pulse-red__jnYlA 2s .5s infinite}@keyframes Hero_pulse-green__PgQY_{0%,to{box-shadow:0 0 0 0 rgba(34,197,94,.4)}50%{box-shadow:0 0 0 8px rgba(34,197,94,0)}}@keyframes Hero_pulse-red__jnYlA{0%,to{box-shadow:0 0 0 0 rgba(239,68,68,.4)}50%{box-shadow:0 0 0 8px rgba(239,68,68,0)}}.Hero_chartContainer__c1kwI{display:flex;min-height:250px;padding:20px 24px 24px;flex-direction:column;gap:12px;border-radius:20px;border:1px solid rgba(0,0,0,.06);background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(252,252,253,.98));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 1px 2px rgba(0,0,0,.03),0 2px 8px rgba(0,0,0,.04),inset 0 1px 0 rgba(255,255,255,1);position:relative;overflow:hidden;margin-bottom:8px}.Hero_chartContainer__c1kwI:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(0deg,transparent,transparent 50px,rgba(0,0,0,.015) 0,rgba(0,0,0,.015) 51px),repeating-linear-gradient(90deg,transparent,transparent 50px,rgba(0,0,0,.015) 0,rgba(0,0,0,.015) 51px);pointer-events:none;opacity:.5}.Hero_chartTitle__gb61D{font-size:11px;color:#9CA3AF;font-weight:700;letter-spacing:.1em;text-transform:uppercase;font-family:Inter,system-ui,-apple-system,sans-serif;z-index:1;position:relative;padding-bottom:8px;border-bottom:1px solid rgba(0,0,0,.04)}.Hero_chart__BFVoP{width:100%;height:180px;position:relative;display:flex;align-items:center;justify-content:center;z-index:1}.Hero_chart__BFVoP svg{width:100%;height:100%;display:block}.Hero_featuresList__r9PEW{margin-top:10px;padding-top:16px;border-top:1px solid rgba(0,0,0,.06);display:flex;flex-direction:column;gap:14px}.Hero_featureItem__TDUvQ{display:flex;align-items:center;gap:16px;padding:0;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.Hero_featureItem__TDUvQ:hover{transform:translateX(8px)}.Hero_featureItem__TDUvQ:before{content:"•";color:#DA291C;font-size:20px;font-weight:700;line-height:1}.Hero_featureIcon__4FviR{display:none}.Hero_featureText__2WjGi{color:#6B7280;font-size:14px;font-weight:500;letter-spacing:.01em;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5}.Hero_spinner__8qSXu{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px}.Hero_spinnerRing__wqcGC{width:20px;height:20px;border:2.5px solid rgba(218,41,28,.1);border-top-color:#da291c;border-radius:50%;animation:Hero_spin__k690w .8s linear infinite}@keyframes Hero_spin__k690w{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Hero_arrowSection__A47Xi{position:relative;width:100%;margin-top:-50px}.Hero_greyArrow__ZpPpR{position:absolute;bottom:-55;left:0;width:343px;height:67px;transform:none;z-index:1}.Hero_redArrowWrapper__nJV9j{position:absolute;bottom:-54px;left:33px;width:276px;z-index:2;display:block;filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));transform:translateZ(0);-webkit-filter:drop-shadow(0 4px 4px rgba(0,0,0,.25))}.Hero_redArrow__ItahX{width:100%;height:auto}@media (max-width:1280px){.Hero_cardsGrid__pWUGT{grid-template-columns:1fr 1fr}.Hero_statsRow__uvcB4{gap:16px}.Hero_statBadge__UolvB{width:180px;padding:20px}.Hero_delegationAmount__MN9Ji{font-size:42px}.Hero_currentApy__Z1QiP{font-size:38px}.Hero_rewardsAmount__o_zb4{font-size:44px}}@media (max-width:1024px){.Hero_cardsGrid__pWUGT{grid-template-columns:1fr;gap:32px}.Hero_header__CHffJ{flex-direction:column;align-items:center;text-align:center}.Hero_statsRow__uvcB4{justify-content:center;flex-wrap:wrap}.Hero_calculatorInfoRow__MIHMt{grid-template-columns:1fr;gap:24px}.Hero_featuresList__r9PEW{grid-template-columns:1fr}}@media (max-width:768px){.Hero_brandInfo__KoLn0 h1{font-size:32px}.Hero_statBadge__UolvB{width:100%;max-width:320px}.Hero_cardHeader__bOLvN{flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px}.Hero_titleGroup__lpKk7{flex:1 1;min-width:200px}.Hero_walletConnected__aVpJH{flex:0 0 auto}.Hero_periodButtons__V15Tq{grid-template-columns:repeat(2,1fr)}.Hero_calculatorInfoRow__MIHMt{flex-direction:column;gap:24px}.Hero_priceInfoContainer__494j_{flex-direction:row;justify-content:space-between;width:100%;margin-left:0;gap:20px}.Hero_priceInfoBox___k3vo{text-align:center;align-items:center}.Hero_delegationDisplay__j3MTf{width:100%;text-align:center}.Hero_delegationLabel__srfHp{text-align:center}.Hero_delegationRow__Cac5K{justify-content:center}.Hero_delegationAmount__MN9Ji{font-size:36px}.Hero_usdPrice__z2S15{font-size:20px}.Hero_currentApy__Z1QiP,.Hero_solanaPrice__nDn2Q{font-size:32px}.Hero_dollarSign__WVZBQ{font-size:20px}.Hero_rewardsAmount__o_zb4{font-size:36px}.Hero_chartContainer__c1kwI{min-height:240px;padding:16px 20px 20px}.Hero_chart__BFVoP{height:180px}}@media (max-width:480px){.Hero_heroSection__TkHHP{padding:48px 0 100px}.Hero_brandInfo__KoLn0 h1{font-size:28px}.Hero_calculatorCard__vWGtq,.Hero_rewardsCard__gtVZ4{padding:24px;border-radius:24px}.Hero_cardHeader__bOLvN{flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px}.Hero_titleGroup__lpKk7{flex:1 1;display:flex;flex-direction:row;align-items:center;gap:12px}.Hero_cardTitle__tXDr4{font-size:18px}.Hero_liveBadge__Druit{font-size:9px;padding:4px 10px}.Hero_walletConnected__aVpJH{flex:0 0 auto;font-size:9px;padding:6px 12px}.Hero_calculatorInfoRow__MIHMt{flex-direction:column;gap:20px}.Hero_delegationDisplay__j3MTf{width:100%;text-align:center}.Hero_delegationLabel__srfHp{text-align:center}.Hero_delegationRow__Cac5K{justify-content:center}.Hero_priceInfoContainer__494j_{flex-direction:column;gap:16px;width:100%;margin-left:0}.Hero_priceInfoBox___k3vo{text-align:center;align-items:center}.Hero_solInput__pXYHa{font-size:20px;padding:16px 70px 16px 20px}.Hero_delegationAmount__MN9Ji{font-size:28px}.Hero_usdPrice__z2S15{font-size:18px}.Hero_currentApy__Z1QiP,.Hero_solanaPrice__nDn2Q{font-size:28px}.Hero_dollarSign__WVZBQ{font-size:18px}.Hero_rewardsAmount__o_zb4{font-size:32px}.Hero_chartContainer__c1kwI{min-height:220px;padding:16px 18px 18px}.Hero_chart__BFVoP{height:160px}.Hero_chartTitle__gb61D{font-size:10px}}.Hero_solInput__pXYHa::-webkit-inner-spin-button,.Hero_solInput__pXYHa::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.Hero_solInput__pXYHa[type=number]{-moz-appearance:textfield}.SecondSection_secondSection__QE9YE{width:100%;background:#ffffff;position:relative;padding:clamp(40px,8vw,80px) 0 clamp(100px,20vw,250px)}.SecondSection_secondSectionContent__CwCef{display:grid;grid-template-columns:1fr 1.2fr;grid-gap:clamp(20px,3vw,30px);gap:clamp(20px,3vw,30px);align-items:center}.SecondSection_sectionWrapper___t_6t{position:relative;width:100%;max-width:var(--max-width);margin:0 auto;padding:0 clamp(15px,3vw,40px)}.SecondSection_leftSection__waOnu{display:flex;flex-direction:column;gap:clamp(16px,2vw,24px);width:400px}.SecondSection_leftSection__waOnu h2{color:#000;font-family:Space Grotesk;font-size:clamp(24px,4vw,39.022px);font-style:normal;font-weight:700;line-height:1.125;letter-spacing:.02em}.SecondSection_leftSection__waOnu p{color:#000;font-family:Inter;font-size:clamp(14px,2.5vw,21.137px);font-style:normal;font-weight:400;line-height:1.5;letter-spacing:.01em}.SecondSection_stakeButton__uuS_A{padding:clamp(12px,2vw,16px) clamp(24px,4vw,36px);font-weight:700;font-size:clamp(12px,1.5vw,14px);letter-spacing:.05em;cursor:pointer;transition:all .2s ease;text-transform:uppercase;width:min(100%,270px);border-radius:12px;background:linear-gradient(95deg,#DA291C,#F44);box-shadow:0 4px 20px 0 rgba(255,0,0,.2);color:white;border:none}.SecondSection_stakeButton__uuS_A:hover{transform:translateY(-2px);box-shadow:0 6px 30px rgba(255,0,0,.3)}.SecondSection_rightSection__O4wml{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:clamp(16px,2vw,30px);gap:clamp(16px,2vw,30px)}.SecondSection_percentageCard__F7ksq{padding:clamp(20px,3vw,32px) clamp(16px,2vw,24px);display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;border-radius:clamp(12px,2vw,20px);background:linear-gradient(145deg,#ffffff,#fefefe);border:1px solid rgba(220,38,38,.08);box-shadow:0 8px 25px rgba(220,38,38,.06),0 3px 10px rgba(0,0,0,.04);width:268px;min-height:clamp(300px,40vw,450px);transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.SecondSection_percentageCard__F7ksq:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#DC2626,#EF4444,#F87171);opacity:0;transition:opacity .3s ease}.SecondSection_percentageCard__F7ksq:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.12),0 8px 16px rgba(0,0,0,.08)}.SecondSection_percentageCard__F7ksq:hover:before{opacity:1}.SecondSection_percentageCard__F7ksq h3{color:#000;text-align:center;font-family:Space Grotesk;font-size:clamp(18px,3vw,28px);font-style:normal;font-weight:700;line-height:1;letter-spacing:.02em;margin:0 0 clamp(16px,2vw,24px);position:relative;z-index:2}.SecondSection_cardList__pc2WQ{list-style:none;padding:0;margin:0 0 auto;display:flex;flex-direction:column;gap:clamp(8px,1.5vw,12px);width:100%;flex:1 1}.SecondSection_cardList__pc2WQ li{color:#4a5568;font-family:Inter,sans-serif;font-size:clamp(12px,1.5vw,14px);font-weight:400;line-height:1.6;position:relative;transition:color .2s ease}.SecondSection_cardList__pc2WQ li:hover{color:#2d3748}.SecondSection_cardList__pc2WQ li:hover:before{transform:scale(1.3)}.SecondSection_subPercentage__pf8sT{color:#a0a0a0;font-family:Inter;font-size:clamp(11px,1.3vw,13px);font-style:normal;font-weight:300;line-height:1.4;letter-spacing:.13px;margin-left:4px}.SecondSection_donutChart__6_qtU{position:relative;width:clamp(100px,15vw,140px);height:clamp(100px,15vw,140px);margin-top:auto;padding-top:clamp(16px,2vw,24px);display:flex;align-items:center;justify-content:center}.SecondSection_donutSvg__2M4Is{width:clamp(100px,15vw,140px);height:clamp(100px,15vw,140px);transform:rotate(0deg);filter:drop-shadow(0 4px 12px rgba(0,0,0,.03))}.SecondSection_donutContent__21qKl{position:absolute;top:55%;left:50%;transform:translate(-50%,-50%);text-align:center;z-index:10;pointer-events:none}.SecondSection_donutTitle__jY7RA{color:#64748b;font-family:Inter,sans-serif;font-size:clamp(10px,1.2vw,12px);font-weight:500;line-height:1;letter-spacing:.5px;text-transform:uppercase;margin-bottom:4px;opacity:.8}.SecondSection_donutPercentage__AdvkP{color:#DC2626;text-align:center;font-family:Space Grotesk,sans-serif;font-size:clamp(18px,3vw,28px);font-style:normal;font-weight:700;line-height:1;letter-spacing:-.5px}.SecondSection_donutChart__6_qtU:hover .SecondSection_donutSvg__2M4Is{transform:scale(1.05);filter:drop-shadow(0 8px 20px rgba(0,0,0,.12))}.SecondSection_donutChart__6_qtU:hover .SecondSection_donutPercentage__AdvkP{color:#B91C1C;transform:scale(1.1);text-shadow:0 2px 8px rgba(220,38,38,.3)}.SecondSection_donutChart__6_qtU:hover .SecondSection_donutTitle__jY7RA{opacity:1}.SecondSection_overlapCard__trhae{position:absolute;right:0;bottom:-400px;width:clamp(280px,35vw,383px);height:auto;background:#ffffff;padding:clamp(20px,3vw,32px);z-index:50;border-radius:clamp(16px,2vw,24px);border:1px solid rgba(0,0,0,.08);box-shadow:0 20px 40px rgba(0,0,0,.08),0 8px 16px rgba(0,0,0,.04),0 0 0 1px rgba(0,0,0,.04);display:flex;flex-direction:column;gap:clamp(16px,2vw,24px);overflow:visible;transition:all .3s ease}.SecondSection_overlapCard__trhae:hover{box-shadow:0 24px 48px rgba(0,0,0,.1),0 12px 20px rgba(0,0,0,.06),0 0 0 1px rgba(0,0,0,.06);transform:translateY(-4px)}.SecondSection_solanaFoundationLogo__K_j31{display:flex;align-items:center;gap:clamp(8px,1.5vw,12px)}.SecondSection_solanaFoundationLogo__K_j31 svg{width:clamp(35px,5vw,55px);height:clamp(35px,5vw,55px);flex-shrink:0}.SecondSection_solanaText__yvHwm{font-family:Space Grotesk,sans-serif;font-size:clamp(14px,2.5vw,26px);font-weight:700;line-height:1;letter-spacing:.02em;color:#000;text-transform:uppercase}.SecondSection_overlapCardText__gbV3t{flex:1 1;display:flex;align-items:center}.SecondSection_overlapCardText__gbV3t p{color:#6b7280;font-family:Inter,sans-serif;font-size:clamp(13px,2vw,21px);font-weight:400;line-height:1.5;letter-spacing:.01em;margin:0;max-width:320px}.SecondSection_statusButtons__CQ3ix{display:flex;gap:clamp(8px,1.5vw,12px)}.SecondSection_mainnetButton__rt0xD,.SecondSection_testnetButton__1dQ4V{display:inline-flex;padding:clamp(6px,1vw,8px) clamp(8px,1.5vw,12px);justify-content:center;align-items:center;gap:clamp(4px,1vw,8px);border-radius:clamp(8px,1vw,10px);background:#fff;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif;font-size:clamp(11px,1.3vw,13px);font-weight:600;letter-spacing:.02em;text-transform:uppercase}.SecondSection_mainnetButton__rt0xD{border:1px solid rgba(0,212,38,.2);color:#00D426}.SecondSection_mainnetButton__rt0xD,.SecondSection_testnetButton__1dQ4V{box-shadow:0 1px 2px 0 #FFF,0 2px 4px 0 rgba(0,0,0,.02),0 1px 2px 0 rgba(0,0,0,.02)}.SecondSection_testnetButton__1dQ4V{border:1px solid rgba(0,163,255,.2);color:#0096FF}.SecondSection_mainnetButton__rt0xD:hover,.SecondSection_testnetButton__1dQ4V:hover{transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.04),0 8px 16px rgba(0,0,0,.04)}.SecondSection_mainnetButton__rt0xD:hover{background:linear-gradient(135deg,rgba(0,212,38,.04),rgba(0,212,38,.08));border-color:rgba(0,212,38,.25)}.SecondSection_testnetButton__1dQ4V:hover{background:linear-gradient(135deg,rgba(0,150,255,.04),rgba(0,150,255,.08));border-color:rgba(0,150,255,.25)}.SecondSection_statusDot__VorNt{width:clamp(10px,1.5vw,13px);height:clamp(10px,1.5vw,14px);display:inline-flex;align-items:center;justify-content:center;margin-top:-2px}.SecondSection_validatorFeaturesCard__UYv53{grid-column:1/-1;padding:clamp(20px,3vw,32px);border-radius:clamp(12px,2vw,20px);background:linear-gradient(145deg,#fdfdfd,#f9f9f9);border:1px solid rgba(220,38,38,.08);box-shadow:0 8px 25px rgba(220,38,38,.05);transition:all .3s cubic-bezier(.4,0,.2,1)}.SecondSection_validatorFeaturesCard__UYv53:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(220,38,38,.08)}.SecondSection_validatorFeaturesCard__UYv53 h3{color:#DA291C;font-family:Space Grotesk;font-size:clamp(18px,2.5vw,24px);font-weight:700;margin:0 0 clamp(16px,2vw,24px);text-align:center;letter-spacing:.5px}.SecondSection_featuresList__TuJqI{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:clamp(12px,2vw,16px) clamp(16px,2vw,24px);gap:clamp(12px,2vw,16px) clamp(16px,2vw,24px)}.SecondSection_featuresList__TuJqI li{color:#2d3748;font-family:Inter,sans-serif;font-size:clamp(12px,1.5vw,14px);font-weight:500;display:flex;align-items:center;gap:clamp(8px,1.5vw,12px)}.SecondSection_featuresList__TuJqI li:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:clamp(18px,2.5vw,22px);height:clamp(18px,2.5vw,22px);border-radius:50%;background-color:rgba(22,163,74,.1);color:#16a34a;font-weight:700;font-size:clamp(12px,1.5vw,14px);flex-shrink:0}@media screen and (max-width:1400px){.SecondSection_secondSectionContent__CwCef{grid-template-columns:1fr;gap:40px}.SecondSection_rightSection__O4wml{grid-template-columns:repeat(3,1fr);gap:20px}.SecondSection_leftSection__waOnu{width:100%}}@media (max-width:1200px){.SecondSection_secondSectionContent__CwCef{gap:40px;grid-template-columns:1fr}.SecondSection_rightSection__O4wml{grid-template-columns:repeat(3,1fr);gap:20px}.SecondSection_percentageCard__F7ksq{padding:24px 20px;min-height:380px;width:100%}.SecondSection_leftSection__waOnu{align-items:center;width:100%}}@media (max-width:1024px){.SecondSection_secondSectionContent__CwCef{grid-template-columns:1fr;gap:50px;text-align:center}.SecondSection_leftSection__waOnu{align-items:center;width:100%}.SecondSection_leftSection__waOnu p{max-width:100%}.SecondSection_rightSection__O4wml{grid-template-columns:repeat(3,1fr);gap:20px;justify-items:center}.SecondSection_overlapCard__trhae{right:20px;bottom:-350px}}@media (max-width:905px){.SecondSection_secondSection__QE9YE{padding-bottom:150px}.SecondSection_secondSectionContent__CwCef{grid-template-columns:1fr;gap:40px;text-align:center}.SecondSection_validatorFeaturesCard__UYv53{grid-column:1;width:100%}.SecondSection_leftSection__waOnu{width:100%;max-width:500px;margin:0 auto;align-items:center}.SecondSection_rightSection__O4wml{grid-template-columns:1fr;gap:24px;width:100%;max-width:none}.SecondSection_percentageCard__F7ksq{width:100%;max-width:none;min-height:auto;margin:0 auto}.SecondSection_overlapCard__trhae{position:relative;right:auto;bottom:auto;left:auto;width:calc(100% - 40px);max-width:400px;height:auto;margin:40px auto 0;transform:none}}@media (max-width:480px){.SecondSection_secondSection__QE9YE{padding-bottom:50px;padding-top:60px}.SecondSection_leftSection__waOnu{width:100%;padding:0}.SecondSection_rightSection__O4wml{width:100%;max-width:none}.SecondSection_percentageCard__F7ksq{width:100%;min-height:auto}.SecondSection_overlapCard__trhae{width:calc(100% - 30px);max-width:none;margin:30px auto 0}.SecondSection_featuresList__TuJqI{grid-template-columns:1fr}}.ThirdSection_thirdSection__IWQdf{width:100%;background:#EEEEEE;position:relative;padding:40px 0 70px;z-index:10}.ThirdSection_thirdSection__IWQdf h2{color:#0D0D0D;font-family:Space Grotesk;font-size:48px;font-style:normal;font-weight:700;line-height:114%}.ThirdSection_bottomSection__T0njf{display:flex;justify-content:space-between;align-items:flex-end;width:100%;margin-top:-200px}.ThirdSection_legend__tcgnu{display:flex;flex-direction:column;gap:16px;text-align:left}.ThirdSection_legendGrid__l_3wR{width:184px;height:200px;flex-shrink:0;aspect-ratio:161/158;border-radius:8px;border:var(--stroke-weight-1,1px) solid var(--color-grey-91,#e8e8e8);background:var(--color-white-solid,#FFF);box-shadow:0 2px 4px 0 rgba(0,0,0,.05);padding:10px}.ThirdSection_legendGrid__l_3wR h3{font-size:15px;margin-bottom:10px}.ThirdSection_legendItem__hDgKX{display:flex;align-items:center;gap:3px;font-size:13px;color:#374151}.ThirdSection_legendCircle__HWjq6{width:12px;height:12px;border-radius:50%;flex-shrink:0}.ThirdSection_legendExtreme__tH7zO{background:linear-gradient(135deg,var(--color-blue-2098,rgba(30,27,75,.98)) 0,var(--color-azure-1199,rgba(17,24,39,.99)) 100%),radial-gradient(98.99% 98.99% at 30% 30%,var(--color-violet-3540,rgba(76,29,149,.4)) 0,var(--color-violet-350,rgba(76,29,149,0)) 50%)}.ThirdSection_legendVeryHigh__OryVV{background:linear-gradient(135deg,var(--color-blue-2695,rgba(45,27,105,.95)) 0,var(--color-blue-2097,rgba(30,27,75,.97)) 100%),radial-gradient(98.99% 98.99% at 30% 30%,var(--color-violet-4235,rgba(91,33,182,.35)) 0,var(--color-violet-420,rgba(91,33,182,0)) 50%)}.ThirdSection_legendHigh__Z9yHB{background:linear-gradient(135deg,var(--color-violet-3590,rgba(76,29,149,.9)) 0,var(--color-blue-2695,rgba(45,27,105,.95)) 100%),radial-gradient(98.99% 98.99% at 30% 30%,var(--color-violet-6630,rgba(139,92,246,.3)) 0,var(--color-violet-660,rgba(139,92,246,0)) 50%)}.ThirdSection_legendMedium__ehN6k{background:linear-gradient(135deg,var(--color-violet-5885,rgba(124,58,237,.85)) 0,var(--color-violet-5090,rgba(109,40,217,.9)) 100%),radial-gradient(98.99% 98.99% at 30% 30%,var(--color-violet-6525,rgba(168,85,247,.25)) 0,var(--color-violet-650,rgba(168,85,247,0)) 50%)}.ThirdSection_legendLow__WHoVb{background:linear-gradient(135deg,var(--color-violet-6480,rgba(153,69,255,.8)) 0,var(--color-violet-6685,rgba(139,92,246,.85)) 100%),radial-gradient(98.99% 98.99% at 30% 30%,var(--color-blue-8520,rgba(196,181,253,.2)) 0,var(--color-blue-850,rgba(196,181,253,0)) 50%)}.ThirdSection_legendSPDR__wzuq_{background:radial-gradient(70.71% 70.71% at 50% 50%,var(--color-red-50,#FF0029) 0,var(--color-red-40,#C00) 100%)}.ThirdSection_legendNote__s5fLT{text-align:center;font-size:12px;color:#6B7280;font-style:italic;margin-top:8px}.ThirdSection_apiSection___cB7k{display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center}.ThirdSection_apiPrice__m0vsE{display:flex;flex-direction:column;align-items:center;gap:8px}.ThirdSection_priceText__GQY5z{color:#000;font-family:Inter,sans-serif;font-size:26px;font-weight:700;line-height:1.3;letter-spacing:.26px}.ThirdSection_priceValue__Mmvmb{color:#DA291C;font-family:Space Grotesk,sans-serif;font-size:91px;font-weight:700;line-height:1;letter-spacing:1.827px;margin:8px 0 16px}.ThirdSection_stakeButton__jWCMo{padding:16px 36px;font-weight:700;font-size:14px;letter-spacing:.05em;cursor:pointer;transition:all .2s ease;text-transform:uppercase;width:270px;border-radius:12px;background:linear-gradient(95deg,#DA291C,#F44);box-shadow:0 4px 20px 0 rgba(255,0,0,.2);color:white;border:none}.ThirdSection_stakeButton__jWCMo:hover{transform:translateY(-2px);box-shadow:0 6px 30px rgba(255,0,0,.3)}.ThirdSection_stakeButton__jWCMo:active{transform:translateY(0);box-shadow:0 2px 4px rgba(239,68,68,.2)}.ThirdSection_mapContainer__UgnIH{position:relative;width:100%;max-width:850px;aspect-ratio:1057/526;margin:15px auto 0;border-radius:12px;background:#EEEEEE}.ThirdSection_mapSvg__PaeVe{position:absolute;top:0;left:0;width:100%;height:100%}@media (max-width:768px){.ThirdSection_mapContainer__UgnIH svg{width:100%;height:auto;max-width:100%}}.ThirdSection_circle__G2Ks3{display:flex;width:5.66%;aspect-ratio:1;padding:.3%;justify-content:center;align-items:center;position:absolute;border-radius:50%;border:2px solid #f8f8f8;mix-blend-mode:luminosity;box-shadow:0 4px 4px 0 rgba(0,0,0,.25),0 4px 4px 0 rgba(0,0,0,.25);color:white;font-weight:700;font-size:clamp(8px,1.2vw,12px);text-align:center;z-index:10}.ThirdSection_circleDark__0gPJd{background:linear-gradient(135deg,var(--color-violet-3590,rgba(76,29,149,.9)) 0,var(--color-blue-2695,rgba(45,27,105,.95)) 100%),radial-gradient(98.99% 98.99% at 30% 30%,var(--color-violet-6630,rgba(139,92,246,.3)) 0,var(--color-violet-660,rgba(139,92,246,0)) 50%)}.ThirdSection_circleLight__DiicX{background:linear-gradient(135deg,var(--color-violet-6480,rgba(153,69,255,.8)) 0,var(--color-violet-6685,rgba(139,92,246,.85)) 100%),radial-gradient(98.99% 98.99% at 30% 30%,var(--color-blue-8520,rgba(196,181,253,.2)) 0,var(--color-blue-850,rgba(196,181,253,0)) 50%)}.ThirdSection_circleUS__1nmbV{top:23%;left:10%;width:5.66%}.ThirdSection_circleNL__d0n_e{top:10%;left:44%;width:6.7%}.ThirdSection_circleDE__dIGhG{top:6%;left:49%;width:7.5%;background:black}.ThirdSection_circleCA__wxgIV{top:12%;left:14%;width:3.6%}.ThirdSection_circleSG__jGFYF{top:45%;left:79%;width:3.6%}.ThirdSection_circleJP__4KTTL{top:30%;left:89%;width:3.6%}.ThirdSection_circleMX__yp7bT{top:40%;left:10%;width:2.65%}.ThirdSection_circleHK__WihLh{top:37%;left:84%;width:2.65%}.ThirdSection_circleIE__tLTs_{top:13%;left:40.3%;width:3.8%}.ThirdSection_circleUK__sQFlR{top:18%;left:40%;width:5%}.ThirdSection_circleES__U5PCI{top:25%;left:42.7%;width:3%}.ThirdSection_circleFR__0qymz{top:20%;left:45%;width:4.2%}.ThirdSection_circleNO__IMxh8{top:5%;left:46%;width:3%}.ThirdSection_circleSE__8gVUR{top:6%;left:48%;width:3%}.ThirdSection_circleCZ__6Rhbd{top:19.5%;left:49%;width:3%}.ThirdSection_circleSK__qe7I1{top:20%;left:51.5%;width:3%}.ThirdSection_circlePL__Qa1Kc{top:20%;left:54.5%;width:3%;z-index:20}.ThirdSection_circleLT__lrBnQ{top:16%;left:56%;width:3.8%}.ThirdSection_circleRU__L3KL4{top:8%;left:70%;width:4.6%}.ThirdSection_circleCH__0Dn6F{top:23.5%;left:48.8%;width:4%;background:red;z-index:20;mix-blend-mode:normal}.ThirdSection_circleZA__RiUAX{top:87%;left:96%;width:3%}.ThirdSection_infoCard__G5vhg{width:270px;height:210px;border-radius:8px;border:2px solid var(--color-red-40,#c00);background:#F8F8F8;box-shadow:0 0 15px 0 rgba(0,0,0,.25),0 8px 24px 0 rgba(255,0,0,.3);z-index:100}.ThirdSection_cardHeaderContainer__T6F_P{padding:14px}.ThirdSection_cardHeader__y2pA5{display:flex;align-items:flex-start;gap:8px;margin-bottom:14px}.ThirdSection_cardFlag__xiNUR{width:28px;height:28px;border-radius:5px;flex-shrink:0}.ThirdSection_cardHeader__y2pA5 h3{font-size:17px;font-weight:700;color:#EF4444;line-height:1.3;margin:0}.ThirdSection_cardContent__bkXlo p{font-size:13px;color:#6B7280;line-height:17px;margin-bottom:9px}.ThirdSection_cardContent__bkXlo .ThirdSection_redText__N3Em2{color:#EF4444;font-weight:600}.ThirdSection_cardContent__bkXlo p:last-child{margin-bottom:0}.ThirdSection_redCircle__vbJp_{position:absolute;background:#DA291C;z-index:10;width:8px;height:8px;flex-shrink:0;border-radius:4px;background:radial-gradient(70.71% 70.71% at 50% 50%,var(--color-white-90,rgba(255,255,255,.9)) 0,var(--color-red-50,#FF0029) 40%,var(--color-red-5060,rgba(255,0,41,.6)) 100%);box-shadow:0 0 15px 0 rgba(255,0,41,.8)}@media (max-width:1200px){.ThirdSection_thirdSection__IWQdf h2{font-size:40px}.ThirdSection_mapContainer__UgnIH{margin-top:80px;margin-left:0;margin-right:0;width:100%;max-width:none}.ThirdSection_circle__G2Ks3{border-width:1.5px}.ThirdSection_mapContainer__UgnIH svg{width:100%;height:auto;max-width:100%}.ThirdSection_bottomSection__T0njf{margin-top:0}}.ThirdSection_polygonWrapper__YNHRV>svg:first-child{position:absolute;bottom:-230px;left:8%;width:400px;height:400px;opacity:1;z-index:10000}.ThirdSection_polygon__ROqFY{position:absolute;bottom:-145px;left:0}.ThirdSection_polygon__ROqFY svg{width:100%;max-width:536px;height:auto}@media screen and (max-width:1024px){.ThirdSection_polygonWrapper__YNHRV>svg:first-child{position:absolute;bottom:-200px;left:11%;width:400px;height:400px;opacity:1;z-index:10000}}@media (max-width:768px){.ThirdSection_thirdSection__IWQdf{padding:50px 0 70px;margin-top:30px}.ThirdSection_thirdSection__IWQdf h2{font-size:32px;line-height:1.2;padding:0 20px}.ThirdSection_polygonWrapper__YNHRV>svg:first-child{position:absolute;bottom:-200px;left:19%;width:400px;height:400px;opacity:1;z-index:10000}.ThirdSection_legend__tcgnu{gap:12px;display:flex;justify-content:center}.ThirdSection_legendGrid__l_3wR{width:100%;max-width:200px;height:auto}.ThirdSection_apiSection___cB7k{gap:10px}.ThirdSection_priceText__GQY5z{font-size:14px}.ThirdSection_priceValue__Mmvmb{font-size:28px;letter-spacing:.5px;margin:4px 0 8px}.ThirdSection_stakeButton__jWCMo{padding:8px 16px;font-size:11px;width:120px}.ThirdSection_legendItem__hDgKX{font-size:13px;gap:10px}.ThirdSection_legendCircle__HWjq6{width:10px;height:10px}.ThirdSection_legendNote__s5fLT{font-size:11px;margin-top:6px}.ThirdSection_mapContainer__UgnIH{margin-top:40px;margin-left:0;margin-right:0;width:100%;max-width:none}.ThirdSection_circle__G2Ks3{border-width:1px;box-shadow:0 2px 2px 0 rgba(0,0,0,.25)}.ThirdSection_circleDE__dIGhG,.ThirdSection_circleNL__d0n_e,.ThirdSection_circleUS__1nmbV{width:7%}.ThirdSection_circleCA__wxgIV,.ThirdSection_circleJP__4KTTL,.ThirdSection_circleSG__jGFYF{width:5%}.ThirdSection_circleHK__WihLh,.ThirdSection_circleMX__yp7bT{width:4%}.ThirdSection_circle__G2Ks3:not(.ThirdSection_circleUS__1nmbV):not(.ThirdSection_circleNL__d0n_e):not(.ThirdSection_circleDE__dIGhG):not(.ThirdSection_circleCA__wxgIV):not(.ThirdSection_circleSG__jGFYF):not(.ThirdSection_circleJP__4KTTL):not(.ThirdSection_circleMX__yp7bT):not(.ThirdSection_circleHK__WihLh):not(.ThirdSection_circleZA__RiUAX){width:6%}.ThirdSection_circleZA__RiUAX{width:3%}.ThirdSection_redCircle__vbJp_{width:6px;height:6px}.ThirdSection_polygonWrapper__YNHRV>svg:first-child{width:100%;max-width:300px;height:auto}}@media (max-width:480px){.ThirdSection_thirdSection__IWQdf{padding:40px 0 70px;margin-top:20px}.ThirdSection_thirdSection__IWQdf h2{font-size:24px;line-height:1.2;text-align:center;padding:0 16px}.ThirdSection_bottomSection__T0njf{flex-direction:row;align-items:center;gap:20px}.ThirdSection_legend__tcgnu{gap:10px;display:flex;justify-content:center}.ThirdSection_legendGrid__l_3wR{width:100%;max-width:135px;height:auto;padding:10px}.ThirdSection_legendGrid__l_3wR h3{font-size:12px;margin-bottom:0}.ThirdSection_apiSection___cB7k{gap:8px}.ThirdSection_priceText__GQY5z{font-size:12px}.ThirdSection_priceValue__Mmvmb{font-size:22px;letter-spacing:.3px;margin:2px 0 6px}.ThirdSection_stakeButton__jWCMo{padding:6px 12px;font-size:10px;width:100px}.ThirdSection_legendItem__hDgKX{font-size:9px;gap:px}.ThirdSection_legendCircle__HWjq6{width:8px;height:8px}.ThirdSection_legendNote__s5fLT{font-size:10px;margin-top:4px}.ThirdSection_mapContainer__UgnIH{margin-top:30px;margin-left:0;margin-right:0;width:100%;max-width:none;border-radius:8px}.ThirdSection_circle__G2Ks3{border-width:1px;padding:0}.ThirdSection_circleDE__dIGhG,.ThirdSection_circleNL__d0n_e,.ThirdSection_circleUS__1nmbV{width:8%}.ThirdSection_circleCA__wxgIV,.ThirdSection_circleJP__4KTTL,.ThirdSection_circleSG__jGFYF{width:6%}.ThirdSection_circleHK__WihLh,.ThirdSection_circleMX__yp7bT{width:5%}.ThirdSection_circle__G2Ks3:not(.ThirdSection_circleUS__1nmbV):not(.ThirdSection_circleNL__d0n_e):not(.ThirdSection_circleDE__dIGhG):not(.ThirdSection_circleCA__wxgIV):not(.ThirdSection_circleSG__jGFYF):not(.ThirdSection_circleJP__4KTTL):not(.ThirdSection_circleMX__yp7bT):not(.ThirdSection_circleHK__WihLh):not(.ThirdSection_circleZA__RiUAX){width:7%}.ThirdSection_circleZA__RiUAX{width:4%}.ThirdSection_infoCard__G5vhg{width:145px;height:140px;bottom:10px;right:16px}.ThirdSection_infoCard__G5vhg:before{width:24px;height:32px}.ThirdSection_cardHeaderContainer__T6F_P{padding:10px}.ThirdSection_cardHeader__y2pA5{gap:7px;margin-bottom:8px}.ThirdSection_cardHeader__y2pA5 h3{font-size:9px}.ThirdSection_cardContent__bkXlo p{font-size:8.4px;line-height:9px}.ThirdSection_cardFlag__xiNUR{width:15px;height:15px}.ThirdSection_redCircle__vbJp_{width:4px;height:4px}.ThirdSection_polygonWrapper__YNHRV>svg:first-child{width:100%;max-width:250px;height:auto;bottom:-170px;left:21%}.ThirdSection_polygon__ROqFY{position:absolute;bottom:-119px;left:0}}@media (max-width:360px){.ThirdSection_thirdSection__IWQdf h2{font-size:20px}.ThirdSection_mapContainer__UgnIH{margin-left:0;margin-right:0;width:100%;max-width:none}.ThirdSection_circleDE__dIGhG,.ThirdSection_circleNL__d0n_e,.ThirdSection_circleUS__1nmbV{width:8%}.ThirdSection_circleCA__wxgIV,.ThirdSection_circleJP__4KTTL,.ThirdSection_circleSG__jGFYF{width:6%}.ThirdSection_circleHK__WihLh,.ThirdSection_circleMX__yp7bT{width:5%}.ThirdSection_circle__G2Ks3:not(.ThirdSection_circleUS__1nmbV):not(.ThirdSection_circleNL__d0n_e):not(.ThirdSection_circleDE__dIGhG):not(.ThirdSection_circleCA__wxgIV):not(.ThirdSection_circleSG__jGFYF):not(.ThirdSection_circleJP__4KTTL):not(.ThirdSection_circleMX__yp7bT):not(.ThirdSection_circleHK__WihLh):not(.ThirdSection_circleZA__RiUAX){width:7%}.ThirdSection_circleZA__RiUAX{width:4%}}.ThirdSection_polygonWrapper__YNHRV{position:relative;width:100%}